.slider-checkbox {
  position: relative !important;
  display: inline;
}
.slider-checkbox input {
  margin: 0px;
  margin-top: 1px;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 0px;
  /* background: red; */
  width: 80px;
  height: 40px;
}
.slider-checkbox input:checked + .label:before {
  background-color: #f8ab24;
  content: "";
  padding-left: 10px;
}
.slider-checkbox input:checked + .label:after {
  left: 32px;
}
.slider-checkbox .label {
  position: relative;
  padding-left: 70px;
  padding-bottom: 0;
  font-family: inherit;
  background: transparent;
  display: inline-block;
  color: inherit;
  text-align: inherit;
  margin-right: 16px;
  letter-spacing: -0.05em;
}
.slider-checkbox .label:before, .slider-checkbox .label:after {
  position: absolute;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  transition: background-color 0.3s, left 0.3s;
}
.slider-checkbox .label:before {
  content: "";
  color: #fff;
  box-sizing: border-box;
  font-family: "FontAwesome", sans-serif;
  padding-left: 40px;
  font-size: 12px;
  line-height: 30px;
  background-color: #888;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 60px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.slider-checkbox .label:after {
  content: "";
  letter-spacing: 30px;
  background: #fff;
  left: 3px;
  top: 2px;
  height: 26px;
  width: 26px;
}

.slider-checkbox {
  /* margin-top: 22px; */
  margin-right: 10px;
  padding: 0 !important;
}
.slider-checkbox input:checked + .label[for=c1]:before,
.slider-checkbox input:not(:checked) + .label[for=c1]:before {
  background-color: #c21717;
}
.slider-checkbox input:checked + .label[for=c2]:before {
  background-color: #ffdc00;
}
.slider-checkbox input:not(:checked) + .label[for=c3]:before {
  background-color: #0a4776;
}
#checkboxwrapper {
  box-sizing: border-box;
  /* -webkit-border-radius: 12px; */
  -moz-border-radius: 12px;
  /* border-radius: 12px; */
  padding: 0;
  /* width: 720px; */
  /* margin: 12px auto; */
  /* background: #fff; */
}
.slider-checkbox:last-child {
    margin-right: 0px;
}
input[type="text"].sliderinput {
    background: #fff;
    border: none;
    width: 100px;
    height: initial;
    padding-right: 5px;
    font-weight: 400;
    margin-bottom: 0px;
    border-radius: 0;
    text-align: right;
}


.mt0 {
    margin-top: 0;
}
/*TABELA*/
.sortable-section {
    text-align: right;
}
.sortable-section > div {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 35px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
}
.sortable-section > div:before {
    right: 10px;
    content: "\f0de";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    display: block;
    opacity: .3;
}
.asc:before {
    opacity: 1 !important;
}
.desc:after {
    opacity: 1 !important;
}
.sortable-section > div:after {
    content: "\f0dd";
    font-family: FontAwesome;
    font-weight: 900;
    right: 10px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    display: block;
    opacity: .3;
}
.place-name {
    font-weight: bold;
    font-size: 24px;
}
.p120 {
    padding: 120px 0 60px 0 !important;
}
.p20 {
    padding: 20px 5px;
}
.mb15 {
    margin-bottom: 15px;
}
.gray-border {
    border: 1px solid #d5d5d5;
}
.parameters-name {
    margin: 0 30px 0 0;
}
.place-price {
    font-weight: bold;
    font-size: 23px;
}
.place-status {
    font-weight: bold;
    font-size: 18px;
}
.green {
    color: #7e7e7e !important;
}
.orange {
    color: #ffa500 !important;
}
.red {
    color: #ff0000 !important;
}
.light-font {
    color: #757575;
    font-weight: 400;
}
.expand {
    font-size: 50px;
    color: #f8ab24;
    transition: color .25s linear, transform .6s cubic-bezier(.75,-0.5,0,1.75);
    -webkit-transition: color .25s linear, transform .6s cubic-bezier(.75,-0.5,0,1.75);
    -moz-transition: color .25s linear, transform .6s cubic-bezier(.75,-0.5,0,1.75);
    -ms-transition: color .25s linear, transform .6s cubic-bezier(.75,-0.5,0,1.75);
    -o-transition: color .25s linear, transform .6s cubic-bezier(.75,-0.5,0,1.75);
}
.lb-data .lb-close:before, .lb-nav a.lb-next:before, .lb-nav a.lb-prev:before {
    color: #f8ab24;
}
.expand:hover {
    color: #7e7e7e;
}
.logo-small {
    max-width: 115px;
}
.m0 {
    margin: 0 !important;
}
.offer-container {
    cursor: pointer;
}
.offer-content {
    display: none;
    opacity: 0;
    margin-top: 50px;
    padding: 0 30px;
}
.rotated {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.fullwidth {
    max-width: none;
}
.slider-for .slick-dots li {
    width: auto;
    height: auto;
    display: block;
    border: 4px solid #d3d3d3 !important;
    margin: 15px;
}
.slider-for .slick-dots li.slick-active {
    border-color: #000 !important;
}
.slider-for .slick-slide img {
    display: inline-block;
}
.slider-for .slick-dots {
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
}
.slider-for {
    text-align: center;
    margin-bottom: 50px;
}
.contact-info {
    font-weight: 400;
    color: #757575;
}
.contact-info strong {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}
.contact-info a {
    font-weight: bold;
    color: #000;
}
.contact-info p {
    margin-bottom: 11px;
}
input[type="text"], input[type="password"], input[type="email"] {
    background: #fff;
    border: 1px solid #d5d5d5;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}
textarea {
    background: #fff;
    border: 1px solid #d5d5d5;
    margin-bottom: 19px;
}
button[type=submit] {
    font-size: 13px;
    font-family: 'Lato',"Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}
button[type=submit]:hover {
    background-color: #7e7e7e;
}
::-webkit-input-placeholder {
    font-weight: 400;
    letter-spacing: 1px;
    color: #757575;
    font-size: 13px;
    text-transform: none;
    font-family: 'Lato',"Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  :-moz-placeholder {
    font-weight: 400;
    letter-spacing: 1px;
    color: #757575;
    font-size: 13px;
    text-transform: none;
    font-family: 'Lato',"Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  ::-moz-placeholder {
    font-weight: 400;
    letter-spacing: 1px;
    color: #757575;
    font-size: 13px;
    text-transform: none;
    font-family: 'Lato',"Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  :-ms-input-placeholder {
    font-weight: 400;
    letter-spacing: 1px;
    color: #757575;
    font-size: 13px;
    text-transform: none;
    font-family: 'Lato',"Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .white-overlay {
        width: 100%;
        height: 100%;
        z-index: 10000;
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.85);
        display: none;
    }
@media all and (min-width: 991px) and (max-width: 1100px) {
    .menu li a {
        font-size: 14px !important;
    }
}
@media all and (max-width: 990px) {
    .fullwidth {
        max-width: 100%;
    }
    .slider-for .slick-dots {
        position: relative;
    }
    .slider-for .slick-dots li {
        display: inline-block;
    }
    .parameters-name {
        margin: 0 5px 0 0;
    }
    .place-price {
        font-weight: bold;
        font-size: 22px;
    }
}
@media all and (min-width: 769px) {
    .text-sm-right {
        text-align: right;
    }
    .sm-flex-centered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}
@media all and (max-width: 768px) {
    .sortable-section {
        height: 100%;
        position: fixed;
        z-index: 1;
        padding: 0;
        top: 0;
        left: -60%;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 60%;
        padding-right: 15px;
        text-align: left;
        background-color: #fff;
    }
    .sortable-section > div {
        display: block;
        margin-right: 0;
        margin-bottom: 0;
        padding: 15px 30px 15px 15px !important;
    }
    .sortable-section > div:before, .sortable-section > div:after {
        right: 0;
        bottom: 15px;
    }
      
      .sortable-section .closebtn {
        font-size: 36px;
        text-align: right;
        width: 100%;
        display: block;
      }
      .offer-menu {
        position: fixed;
        left: -48px;
        top: calc(50% - 12px);
        z-index: 1000;
        background: #f8ab24;
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 500;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        cursor: pointer;
        display: inline-block;
}
    .sm-iblock {
        display: inline-block;
    }
    .text-xs-center {
        text-align: center;
    }
}
/* KONIEC */
.p300 {
    padding: 30px 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.form-email, .form-email * {
    line-height: 24px !important;
}
.form-email.lh140, .form-email.lh140 * {
    line-height: 140% !important;
}
body * {
    -webkit-font-smoothing: subpixel-antialiased !important;
}
#mapplic3 {
    margin-top: 60px;
}
.mt-3 {
    margin-top: -3px;
}
.fw400 {
    font-weight: 400;
}
.mb10 {
    margin-bottom: 10px;
}
.no-action {
    pointer-events: none;
}
.btn-bold {
    font-weight: bold !important;
}
img.rounded {
    border-radius: 100%;
    width: auto;
}
.mt-10 {
    margin-top: -10px;
}
.green-bordered {
    color: #f8ab24;
    font-size: 24px;
    border: 2px solid #f8ab24;
    padding: 5px 20px;
    margin-bottom: 15px;
    display: inline-block;
}
.cover.fullscreen .slides>li, .cover.fullscreen .slides {
        height: 100% !important;
}

.btn-gallery {
    color: #f8ab24 !important;
    background: #ffffff !important;
}
.btn-gallery:hover, .btn-gallery.active {
    background: #7e7e7e !important;
    color: #ffffff !important;
}
.pb15 {
    padding-bottom: 15px;
}
.pt30 {
    padding-top: 30px;
}
.slick-next {
    right: 15%;
    color: #f8ab24;
    z-index: 100;
}
.slick-next:before{
    font-size: 100px !important;
}
.slick-prev:before {
    font-size: 100px !important;
}
.slick-prev {
    left: 15%;
    color: #f8ab24;
    z-index: 100;
}
.slick-list {
    max-width: 100%;
}
.slider-centered img {
    opacity: 0.2;
    transition: all 600ms ease;
}
.slider-centered a, .slider-centered img {
    pointer-events: none;
    cursor: default;
}
.slick-center img {
    opacity: 1;
}
.slick-center a {
    pointer-events: auto;
    cursor: pointer;
}
.slick-initialized .slick-slide {
    margin: 0;
}
.copyright-info, .miroart {
    line-height: 25px;
}
.mt11 {
    margin-top: 11px;
}
.mb15 {
    margin-bottom: 15px;
}
.width20 {
    width: 20% !important;
}
.mt15 {
    margin-top: 15px;
}
.mb10 {
    margin-bottom: 10px;
}
span.bg-line {
    display: block;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%,  rgba(255, 255, 255, 0.2) 30%, rgba(255,255,255, 0.8) 50%,  rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,  rgba(255, 255, 255, 0.2) 30%, rgba(255,255,255, 0.8) 50%,  rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,  rgba(255, 255, 255, 0.2) 30%, rgba(255,255,255, 0.8) 50%,  rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
span.bg-line-2x {
    display: block;
    width: 80%;
    height: 4px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    margin: 0 auto 5px auto;
}
a {
    color: inherit;
    font-weight: inherit;
}
a > img:hover {
    opacity: 0.7;
}
a > img {
     transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
}
.gallery-section li a img {
    width: 100%;
}
.nav-bar.nav-open,
.mobile-toggle {
    background: rgba(0, 0, 0, 0.7);
}

.nav-bar {
    max-height: 54px;
    line-height: 1;
    border-bottom: none;
}
.coverx {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 100000000000000 !important;
}

.loaderx {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c6c6c6;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

.loaderx:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f8ab24;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loaderx:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #7e7e7e;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

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

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

@keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.pmb0 * {
    margin: 0;
}
#mapplic-mlodnik .mapplic-tooltip-link:after {
    content: 'POBIERZ KARTĘ DOMU';
}

.mapplic-tooltip-link {
    background: #f7aa24 !important;
}

.statusx-w {
    color: #f7aa24 !important;
}

.mapplic-tooltip-link:hover {
    background: #b17f4a !important;
}
.pt15 {
    padding-top: 15px !important;
}
.image-bg hr {
    opacity: 1;
}
.light-text {
    font-weight: 300;
    font-size: 14px;
}
.light-text p {
    margin: 0;
}
.logo-on-banner {
    max-width: 250px;
}
.hr1 {
    margin: 0 auto 3px 0;
    opacity: 1;
    font-size: 22px;
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 7px;
    color: #f7aa24 !important
}
.hr2 {
     margin: 0 auto 3px 0;
     opacity: 1;
     font-size: 22px;
     letter-spacing: 3px;
     white-space: nowrap;
     overflow: hidden;
     line-height: 7px;
     color: #cad848 !important
}
.hr3 {
    margin: 0 auto 3px 0;
    opacity: 1;
    font-size: 22px;
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 7px;
    color: #7e7e7e !important
}
.rev-scroll-btn {
    position: absolute;
    bottom: 30px;
    z-index: 12;
    width: 100%;
}
.rev-scroll-btn span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ1My44MzQgNDUzLjgzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUzLjgzNCA0NTMuODM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPHBhdGggZD0iTTIyNi45MzIsMEMxMDEuNjI1LDAsMC4wMywxMDEuNTk1LDAuMDMsMjI2LjkwMkMwLDM1Mi4yNjksMTAxLjU5NSw0NTMuODM0LDIyNi45MzIsNDUzLjgzNCAgICAgIGMxMjUuMzA3LDAsMjI2Ljg3MS0xMDEuNTk1LDIyNi44NzEtMjI2LjkwMkM0NTMuODM0LDEwMS41OTUsMzUyLjIzOSwwLDIyNi45MzIsMHogTTIyNi45MzIsNDIzLjQ2NSAgICAgIGMtMTA4LjM0NCwwLTE5Ni41MDItODguMTU4LTE5Ni41MDItMTk2LjUwMlMxMTguNTg4LDMwLjQ2LDIyNi45MzIsMzAuNDZjMTA4LjM0NC0wLjAzLDE5Ni40NzIsODguMTI4LDE5Ni40NzIsMTk2LjUwMiAgICAgIEM0MjMuNDM0LDMzNS4yNzYsMzM1LjI3Niw0MjMuNDY1LDIyNi45MzIsNDIzLjQ2NXoiIGZpbGw9IiNGRkZGRkYiLz4KCQkJCTxwYXRoIGQ9Ik0zMTMuNzIzLDE3Ny4xOTlsLTg3Ljg4NSw4Ny45MTVsLTg3Ljg4NS04Ny45MTVjLTUuOTI4LTUuOTI4LTE1LjU2NS01LjkyOC0yMS40OTIsMCAgICAgIHMtNS45MjgsMTUuNTY1LDAsMjEuNDkybDk4LjU4NSw5OC41ODVjMi45NzksMy4wNCw2LjkwMSw0LjQzOCwxMC43OTIsNC40MzhjMy45MjIsMCw3LjgxMy0xLjQ5LDEwLjc5Mi00LjQzOGw5OC41NTUtOTguNTg1ICAgICAgYzUuOTI4LTUuOTI4LDUuOTI4LTE1LjU2NSwwLTIxLjQ5MlMzMTkuNjUsMTcxLjI3MSwzMTMuNzIzLDE3Ny4xOTl6IiBmaWxsPSIjRkZGRkZGIi8+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    border-radius: 50%;
    -webkit-animation: pulsar 3s infinite;
    -moz-animation: pulsar 3s infinite;
    animation: pulsar 3s infinite;
    background-size: 40px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background-color: rgba(46, 46, 46, 1);
    box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
}

.rev-scroll-btn span:hover {
    animation: none;
    background-color: rgb(247 170 36);
    transform: scale(1.35);
}

@-webkit-keyframes pulsar {
    0% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }
    50% {
        transform: scale(1);
        opacity: 0.4;
        box-shadow: none;
    }
    100% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }
}

@-moz-keyframes pulsar {
    0% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }
    50% {
        transform: scale(1);
        opacity: 0.4;
        box-shadow: none;
    }
    100% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }
}

@keyframes pulsar {
    0% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }
    50% {
        transform: scale(1);
        opacity: 0.4;
        box-shadow: none;
    }
    100% {
        transform: scale(1.35);
        opacity: 1;
        box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    }
}
.p15 {
    padding: 15px;
}
.banner-text * {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}
.p150 {
    padding: 15px 0;
}
.light-text-shadow {
    text-shadow: 0 0 1px rgb(46, 46, 46), 0 0 1px rgb(46, 46, 46);
}
nav * {
    color: #ffffff;
    opacity: 1 !important;
}
.menu2 li:hover {
   transform: scale(1.15);
}
.miroart {
    font-weight: 300;
    font-size: 10px;
    position: absolute;
    right: 15px;
}
.miroart:hover {
    color: red;
}
.miro-img {
    background: url('data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldhcnN0d2FfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMDUgOTYuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTA1IDk2LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRTMwNjEzO30uc3Qxe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNODYuOSw3Ni40TDg2LjksNzYuNCBNODguNyw3Ni4xYy0wLjgsMC4zLTEuOCwwLjQtMi43LDAuNGwtMjkuNywwYy0xLjMsMC0yLjMtMC4xLTMuMS0wLjVjLTAuNy0wLjQtMS4zLTEtMS42LTEuOWwtMy04LjJjMi4xLDEuMSw0LjgsMS43LDcuOCwxLjNsMCwwYzAuNC0wLjEsMC43LTAuMSwxLTAuMmMwLjUsMC45LDEuMywxLjYsMi4yLDIuM2MxLjIsMC44LDIuOCwxLjQsNC40LDEuNGgxNC4zaDIuMWwtMC43LTEuOEw2Ny45LDM3LjhMNjYuNCwzNGwtMS40LDMuOGwtNi42LDE4LjRjLTAuMywwLjgtMC42LDEuNS0xLDIuMWMtMC40LDAuNS0wLjcsMS0xLjIsMS4zYy0wLjgsMC42LTEuOCwxLTIuOCwwLjljLTAuOCwwLTEuNy0wLjMtMi4zLTFjLTAuMy0wLjMtMC42LTAuNy0wLjctMS4yYy0wLjItMC41LTAuMy0xLTAuMy0xLjZjMC0wLjEsMC0wLjIsMC0wLjRjMC0wLjEsMC0wLjIsMC0wLjNjMCwwLDAtMC4xLDAtMC4yYzAtMC4xLDAsMCwwLTAuMWMwLTAuMSwwLjEtMC4zLDAuMi0wLjdjMC4xLTAuMiwwLjItMC41LDAuMy0wLjlsMCwwbDExLjItMzEuM2MwLjMtMC43LDAuNS0xLjMsMC45LTEuOGMwLjMtMC41LDAuNi0wLjgsMS4xLTEuMWMwLjQtMC4zLDAuOS0wLjYsMS4zLTAuN2MwLjQtMC4xLDAuOC0wLjIsMS4zLTAuMmMxLjEsMCwxLjksMC4yLDIuNiwwLjdjMC43LDAuNCwxLjIsMS4xLDEuNiwyLjF2MGwxOSw1MGwwLDBjMC4yLDAuNywwLjQsMS4zLDAuNSwyYzAuMSwwLjYsMCwxLjMtMC40LDEuOHYwbDAsMGMtMC4xLDAuMS0wLjIsMC4yLTAuMywwLjNDODkuMSw3NS45LDg4LjksNzYsODguNyw3Ni4xIi8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTg2LjksNzYuNEw4Ni45LDc2LjQgTTg4LjcsNzYuMWMtMC44LDAuMy0xLjgsMC40LTIuNywwLjRsLTI5LjcsMGMtMS4zLDAtMi4zLTAuMS0zLjEtMC41Yy0wLjctMC40LTEuMy0xLTEuNi0xLjlsLTMtOC4yYzIuNCwxLjIsNS4xLDEuNiw3LjgsMS4yYzAuNC0wLjEsMC44LTAuMSwxLTAuMmMwLjUsMC45LDEuMywxLjYsMi4yLDIuM2MxLjIsMC44LDIuOCwxLjQsNC40LDEuNGgxNC4zaDIuMWwtMC43LTEuOEw2Ny45LDM3LjhMNjYuNCwzNGwtMS40LDMuOGwtNi42LDE4LjRjLTAuMywwLjgtMC42LDEuNS0xLDIuMWMtMC40LDAuNS0wLjgsMS0xLjIsMS4zYy0wLjgsMC42LTEuOCwxLTIuOCwwLjljLTAuOCwwLTEuNy0wLjMtMi4zLTFjLTAuMy0wLjMtMC42LTAuNy0wLjctMS4yYy0wLjItMC41LTAuMy0xLTAuMy0xLjZjMC0wLjIsMC0wLjUsMC0wLjdjMC0wLjMsMC4xLTAuNiwwLjItMC45YzAuMS0wLjIsMC4yLTAuNSwwLjMtMC45bDExLjItMzEuM2MwLjMtMC43LDAuNS0xLjMsMC45LTEuOGMwLjMtMC41LDAuNi0wLjgsMS4xLTEuMWMwLjQtMC4zLDAuOS0wLjYsMS4zLTAuN2MwLjQtMC4xLDAuOC0wLjIsMS4zLTAuMmMxLjEsMCwxLjksMC4yLDIuNiwwLjdjMC43LDAuNCwxLjIsMS4xLDEuNiwyLjFsMTksNTBoMGMwLjIsMC43LDAuNCwxLjMsMC41LDJjMC4xLDAuNiwwLDEuMy0wLjQsMS44djBjLTAuMSwwLjEtMC4yLDAuMi0wLjMsMC4zQzg5LjEsNzUuOSw4OC45LDc2LDg4LjcsNzYuMSBNMzYuNiwzOC4xbDEzLjQsMzYuNGMxLDIuNywzLjIsMy40LDYuMiwzLjRsMjkuNywwYzQuMywwLDYuNy0xLjgsNC45LTYuNmwtMTkuMS01MGMtMS0yLjQtMi44LTMuNi01LjYtMy42Yy0xLjIsMC0yLjQsMC40LTMuNSwxLjJjLTEuMSwwLjgtMS44LDItMi40LDMuNkw0OS4yLDUzLjhjLTAuMywwLjktMC41LDEuNS0wLjUsMS43YzAsMC4yLTAuMSwwLjYtMC4xLDEuMmMwLDEuNSwwLjUsMi44LDEuNCwzLjdjMC45LDAuOSwyLjEsMS40LDMuNSwxLjRjMS4zLDAsMi41LTAuNCwzLjctMS4zYzEuMS0wLjgsMi0yLjIsMi43LTRsNi42LTE4LjRjMy45LDEwLjMsNy45LDIwLjYsMTEuOCwzMC44SDY0Yy0yLjksMC01LjItMi01LjktNGMtMC4zLDAuMS0wLjgsMC4zLTIuMSwwLjVjLTcuMSwwLjktMTEuOC00LjEtMTEuOC04LjFjMC0xLjIsMC42LTMuNSwxLjEtNS4ybDQuMi0xMS44TDQyLDIxLjFjLTEtMi43LTMtMy45LTUuNC0zLjljLTEuMywwLTIuNSwwLjUtMy43LDEuNGMtMS4xLDAuOS0yLjEsMi40LTIuOCw0LjNMMTMuNiw3MS41Yy0wLjIsMC41LTAuNCwxLjEtMC41LDEuN2MtMC4xLDAuNi0wLjEsMS0wLjEsMS40YzAsMS41LDAuNSwyLjcsMS40LDMuNmMwLjksMC45LDIsMS40LDMuMywxLjRjMywwLDUuMS0xLjYsNi4zLTQuOUwzNi42LDM4LjF6Ii8+PHBhdGggZD0iTTM2LjYsMzguMWwxMy40LDM2LjRjMSwyLjcsMy4yLDMuNCw2LjIsMy40bDI5LjcsMGM0LjMsMCw2LjctMS44LDQuOS02LjZsLTE5LjEtNTBjLTAuOS0yLjQtMi44LTMuNi01LjYtMy42Yy0xLjIsMC0yLjQsMC40LTMuNSwxLjJjLTEuMSwwLjgtMS44LDItMi40LDMuNkw0OS4yLDUzLjhjLTAuMywwLjktMC41LDEuNS0wLjUsMS43YzAsMC4yLTAuMSwwLjYtMC4xLDEuMmMwLDEuNiwwLjUsMi44LDEuNCwzLjdjMC45LDAuOSwyLjEsMS40LDMuNSwxLjRjMS4zLDAsMi41LTAuNCwzLjctMS4zYzEuMS0wLjgsMi0yLjIsMi43LTRsNi42LTE4LjRjMy45LDEwLjMsNy45LDIwLjYsMTEuOCwzMC44SDY0Yy0yLjksMC01LjItMi01LjktNGMtMC4zLDAuMS0wLjgsMC4zLTIuMSwwLjVjLTcuMSwwLjktMTEuOC00LjEtMTEuOC04LjJjMC0xLjIsMC42LTMuNSwxLjEtNS4ybDQuMi0xMS44TDQyLDIxLjFjLTEtMi43LTIuOS0zLjktNS40LTMuOWMtMS4zLDAtMi41LDAuNS0zLjcsMS40Yy0xLjEsMC45LTIuMSwyLjQtMi44LDQuM0wxMy42LDcxLjVjLTAuMiwwLjUtMC40LDEuMS0wLjUsMS43Yy0wLjEsMC42LTAuMSwxLTAuMSwxLjRjMCwxLjUsMC41LDIuNywxLjQsMy42YzAuOSwwLjksMiwxLjQsMy4zLDEuNGMzLDAsNS4xLTEuNiw2LjMtNC45TDM2LjYsMzguMXogTTY2LjcsNTIuNWMtMS4xLDIuOS0yLjYsNy40LTQuNSwxMGMwLjMsMS4zLDEuNSwyLjMsMy4zLDIuM2g2LjNMNjYuNyw1Mi41eiBNMjUuOSwyMC40YzAuOC0yLjMsMi4yLTQuMSw0LjMtNS41YzItMS4zLDQuMi0yLDYuNS0yYzIuMSwwLDQsMC41LDUuOCwxLjZjMS43LDEsMywyLjYsMy44LDQuN2w1LjYsMTQuMWw0LjUtMTMuNWMwLjctMi4xLDEuOS0zLjcsMy43LTQuN2MxLjgtMS4xLDMuOC0xLjYsNi0xLjZjMi4zLDAsNC4zLDAuNSw2LjIsMS42YzEuOSwxLDMuMiwyLjYsNCw0LjZMOTYsNzAuOWMyLjgsNy40LTIuMywxMS4yLTkuMSwxMS4ySDU2LjNjLTUuNiwwLTguNi0wLjgtMTAuNy02LjRsLTguOC0yNGwtOC43LDI1Yy0wLjcsMi4zLTIsNC0zLjgsNS4yYy0xLjgsMS4yLTMuOSwxLjgtNi4xLDEuOGMtMi43LDAtNS4xLTAuOC03LTIuNGMtMi0xLjYtMy0zLjgtMy02LjZjMC0xLjMsMC4yLTIuNiwwLjctNEwyNS45LDIwLjR6Ii8+PC9nPjwvc3ZnPg==');
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
}
.copyright {
    padding: 10px 0;
    text-align: center;
    background: #000000;
}
.footer-logo {
    max-width: 150px;
}
.top-border {
    height: 2px;
    width: 100px;
    background: #ffffff;
    margin-bottom: 5px;
}
footer * {
    margin: 0;
    color: #ffffff;
}
footer .sm-center * {
    font-size: 14px;
}
.footer-2 {
    padding: 0;
    font-weight: 300;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 10px;
}
.footer-2 .section {
    padding: 30px 0;
    background: rgba(70, 115, 60, 0.8)
}
.menu-section {
    padding: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    z-index: 100;
    background: -moz-linear-gradient(left, rgba(46, 46, 46, 1) 0%, rgba(46, 46, 46, 0) 50%, rgba(46, 46, 46, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(46, 46, 46, 1) 0%, rgba(46, 46, 46, 0) 50%, rgba(46, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(46, 46, 46, 1) 0%, rgba(46, 46, 46, 0) 50%, rgba(46, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000', GradientType=1);
}
.dark-green-title {
    color: #000;
}
.light-green-title {
    color: #7e7e7e;
    font-size: 20px;
}
.banner-type2-content {
    font-size: 15px;
    font-weight: 400;
    max-width: 30vw;
    margin: 0 auto;
}

.bolder {
    font-size: 50px;
    font-weight: 500;
}
.onefour {
    width: 30vw;
    margin: 0 auto;
}
.onetwo {
    width: 75%;
    margin: 0 auto;
}
.banner-content {
    margin-top: 15px;
    padding: 15px 0;
}
body {
    background: #ffffff;
    color: #000000;
}
/* section {
    padding: 60px 0 0 !important;
} */
.green-title {
    color: #7e7e7e;
}
hr.green-line {
    width: 50%;
    margin: 10px auto;
    border-top: 1px solid #7e7e7e;
}
.hr-green {
   margin: 0px auto;
   opacity: 1;
   font-size: 22px;
   letter-spacing: 3px;
   white-space: nowrap;
   overflow: hidden;
   color: rgb(138, 200, 123) !important;
}
.green-hr {
    margin: 0px auto;
    opacity: 1;
    font-size: 40px;
    letter-spacing: 5px;
    white-space: nowrap;
    overflow: hidden;
    color: #7e7e7e !important;
}
.light-green-hr {
    margin: 0px auto;
    opacity: 1;
    font-size: 30px;
    letter-spacing: 5px;
    white-space: nowrap;
    overflow: hidden;
    color: #7e7e7e !important;
}
.white-hr {
    margin: 0px auto;
    opacity: 1;
    font-size: 40px;
    letter-spacing: 5px;
    white-space: nowrap;
    overflow: hidden;
}
.white-hr-small {
    margin: 0px auto;
    opacity: 1;
    font-size: 22px;
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 7px;
}
.clipping-wrapper {
    display: inline-block;
    width: 100%;
}
.menu2 {
    width: 100%;
}
.menu2 li {
    display: inline-block;
    font-size: 22px;
    padding: 0 20px !important;
    line-height: 50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.menu2 li a {
    font-weight: 300;
}
input[type=submit] {
    background: #f8ab24;
}
.white-separator {
    max-width: 75%;
    height: 2px;
    background: linear-gradient( to bottom, rgb(46, 46, 46) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 65%, rgb(46, 46, 46) 100%) left bottom #2e2e2e no-repeat;
    background-size: 100% 7px;
    margin: 20px auto;
    opacity: 1 !important;
}
.home-title2 {
    margin: 0;
    padding: 15px;
}
.grey-shadow {
    background: -moz-linear-gradient(left, rgba(46, 46, 46, 0) 0%, rgba(46, 46, 46, 0.6) 20%, rgba(46, 46, 46, 0.6) 80%, rgba(46, 46, 46, 0) 100%);
    background: -webkit-linear-gradient(left,rgba(46, 46, 46, 0) 0%, rgba(46, 46, 46, 0.6) 20%, rgba(46, 46, 46, 0.6) 80%, rgba(46, 46, 46, 0) 100%);
    background: linear-gradient(to right,rgba(46, 46, 46, 0) 0%, rgba(46, 46, 46, 0.6) 20%, rgba(46, 46, 46, 0.6) 80%, rgba(46, 46, 46, 0) 100%);
}
.green-shadow {
    background: -moz-linear-gradient(left, rgba(70, 115, 60, 0) 0%, rgba(70, 115, 60, 0.6) 50%, rgba(70, 115, 60, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(70, 115, 60, 0) 0%, rgba(70, 115, 60, 0.6) 50%, rgba(70, 115, 60, 0) 100%);
    background: linear-gradient(to right, rgba(70, 115, 60, 0) 0%, rgba(70, 115, 60, 0.6) 50%, rgba(70, 115, 60, 0) 100%);
}
h1.logo-desc {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1;
    margin-top: 5px;
}
.text-shadow {
    text-shadow: 0 0 10px rgb(46, 46, 46),
    0 0 10px rgb(46, 46, 46);
}
.banner-logo {
    max-width: 300px;
    padding-bottom: 30px;
    /* border-bottom: 10px dotted #ffffff; */
}
.overlay:before {
    display: none;
}
.overlayx:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292929;
    opacity: 0.6;
    z-index: 2;
}
.menu {
    height: 60px;
}
.menu li a {
    color: #ffffff;
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
}

.menu > li {
    margin-right: 0;
    padding: 0 1.5vw;
}
.menu li:hover {
    background: #000000;
}
.menu li ul {
    padding: 0;
}
.top-section .menu {
    margin: 0;
}
.top-section .menu li {
    line-height: 60px;
}
.top-section ul {
    margin-top: 0 !important;
    left: 0;
}
.top-section .top-menu li {
    line-height: 40px !important;
}
.search-container {
    position: absolute;
    display: none;
    background: #333333;
    min-width: 300px;
    top: 60px;
    left: 0;
    font-size: 12px;
    color: #999;
    z-index: 99;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
}

.search-container input[type=submit] {
    margin-bottom: 0;
    border: none;
    width: 50px;
}

.search-container input[type=text] {
    width: calc(100% - 50px);
    margin-bottom: 0;
    vertical-align: middle;
}

.search-input {
    font-family: 'FontAwesome';
    font-size: 20px !important;
    font-weight: lighter !important;
    vertical-align: middle;
}
.menu ul > li ul > .has-dropdown:after {
    color: #fff;
    top: 5px;
    right: 24px;
    content: "\e649";
}
.menu ul li:hover > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}
.menu ul li > ul {
    left: 100%;
    top: 0;
}
.menu ul li {
    position: relative;
    line-height: 24px;
    width: 100%;
    vertical-align: top;
}
.cover .align-bottom {
    bottom: 32px;
}
.module { padding: 0 15px; }

/* NEWS */
.news-title { margin-bottom: 0; }
.news-date { font-size: 11px; font-style: italic; }

@media all and (max-width: 1199px) {
    .multi-col-center {
        text-align: center;
    }
}

@media all and (max-width: 1024px) {
    .onefour,
    .onetwo,
    .banner-type2-content {
        max-width: 100%;
        width: 100%;
    }
}

@media all and (min-width: 991px) {
    .banner-type2-sub-content {
        max-width: 30vw;
        margin: 0 auto;
    }
}

@media all and (max-width: 990px) {
   
.rev-scroll-btn {
    display: none;
}
.bolder {
    font-size: 42px;
    font-weight: 500;
}
.module.widget-handle { border-top: none !important; border-bottom: 1px solid #ccc !important; line-height: inherit; }
.nav-container {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
}
.fixlanguage { 
    float: left;
    width: 100%; 
    }
    .menu li {
        float: left;
        padding: 5px 5px 5px 25px;
    }
    .sm-center {
        text-align: center;
    }
    .top-border {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
}
@media all and (min-width: 768px) {
    .image-slider.height-70 .slides li {
        height: 70vh;
        min-height: 800px;
    }
    .image-slider.height-64 .slides li, .height-64 .slides li {
        height: 70vh;
        min-height: 640px;
    }
    .height-500 {
        height: 50vh;
        min-height: 500px;
        max-height: 500px;
    }
    .height-472 {
        height: 47.2vh;
        min-height: 472px;
        max-height: 472px;
    }
}
@media all and (max-width: 767px) {
    .miroart {
        position: relative;
        width: 100%;
        display: block;
        right: 0;
    }
    .v-align-transform {
        transform: none;
        -webkit-transform: none;
        top: 0;
    }
    .menu2 li {
        width: 100%;
    }
    h2 {
        line-height: initial;
    }
    .image-slider.height-70 .slides li {
        min-height: 0;
    }
    .image-slider.height-64 .slides li, .height-64 .slides li {
        min-height: 0;
    }

    .slider-checkbox {
        margin-right: 0;
    }
    .slider-checkbox input {
        margin: 0px;
        margin-top: 1px;
        cursor: pointer;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        background: red;
        width: 40px;
        height: 20px;
    }
    .slider-checkbox input:checked + .label:before {
        background-color: #f8ab24;
        content: "";
        padding-left: 6px;
    }
    .slider-checkbox input:checked + .label:after {
        left: 21px;
    }
    .slider-checkbox .label {
        position: relative;
        padding-left: 46px;
        line-height: 15px;
        font-weight: 400;
        font-size: 13px;
        margin-right: 10px;
    }
    .slider-checkbox .label:before, .slider-checkbox .label:after {
        position: absolute;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: background-color 0.3s, left 0.3s;
    }
    .slider-checkbox .label:before {
        content: "";
        color: #fff;
        box-sizing: border-box;
        font-family: "FontAwesome", sans-serif;
        padding-left: 23px;
        font-size: 10px;
        line-height: 20px;
        background-color: #888;
        left: 0px;
        top: 0px;
        height: 20px;
        width: 40px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .slider-checkbox .label:after {
        content: "";
        letter-spacing: 20px;
        background: #fff;
        left: 1px;
        top: 1px;
        height: 18px;
        width: 18px;
    }
    input[type="text"].sliderinput {
        width: 60px;
        padding-right: 2px;
        padding-left: 5px;
    }
    .banner-logo {
        max-width: -webkit-fill-available !important;
    }
    .lh55 {
        line-height: 55px;
    }
}

}
.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.StrokeTextPrice {
    text-decoration: line-through;
    color: #333;
    font-size: 20px;
}

.PROMOTION-SUPER-RED-HIPER-MEGA {
    color: #E30000;
}