.blue-opacity-table {
    margin-bottom: 0 !important;
}

.menu-item-5922{
    display: none !important;
}

.lastPhotoHolder {
    position: relative;
}

.lastPhotoHolder a
{
    filter: brightness(40%);
}

.mobilePhotoHolder {
    display: none;
}

.lastPhoto {
    display: block;
    width: 100%;
    height: auto;
}

.lastPhotoOverlay {
    color: white;
    font-size: 1.2em;
    font-family: "Roboto Regular", sans-serif;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.fancybox__container {
    z-index: 10000;
}

.GalaryImage {
    width: 100%;
    height: auto;
}

.carousel__button {
    background: transparent !important;
    color: white;
    padding: 0 !important;
}

a[data-fancybox="gallery"] {
    outline: none;
}

.swal-wide {
    width: 90% !important;
}

table td, table th {
    padding-left: 0 !important;
}

.boldText {
    font-weight: bold !important;
}

.nav-previous a {
    color: black !important;
}

.nav-next a {
    color: black !important;
}

html {
    overflow-x: hidden;
}

body {
    color: black !important;
    background-color: #F5F5F7;
    overflow-x: hidden;
}

.post {
    background-color: white;
    padding: 0;
    border-radius: 15px;
    margin-bottom: 2em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    transition: .4s;
}

.post:hover {
    cursor: pointer;
    transform: scale(101.5%);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
}


.post_image {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2; // Dit dwingt verhouding 3:2 af
overflow: hidden;
    border-radius: 15px;
}

.post_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    cursor: pointer;
}


.post_title {
    text-align: right;
    color: #243A57 !important;
    font-size: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: .4em;
    font-weight: bold;
    padding-right: 1.2em;
    padding-left: .2em;
}

h3 {
    color: #1355D9 !important;
    font-size: 1em;
}

.post_title {
    text-align: right !important;
}

.post_status {
    position: absolute;
    top: 0;
    margin: 0.5em;
    background-color: #02B60D;
    color: #fff;
    padding: 0.25em 1.2em;
    font-size: .8em;
    font-weight: bold;
    border-radius: 8px;
}

.post_status_new {
    position: absolute;
    top: 0;
    margin: 0.5em;
    background-color: #02B60D;
    color: #fff;
    padding: 0.25em 1em;
    font-size: .8em;
    font-weight: bold;
    border-radius: 4px;
}

.price_holder {
    padding-left: 1.2em;
    text-align: left !important;
    font-weight: bold !important;
}

.price_label {
    margin-top: .5em;
    color: #243A57 !important;
    font-weight: normal !important;
}

.post a {
    color: black !important;
}



.post_more_info {
    padding: 0 20px 20px;
}

.more_info_btn:hover {
    color: #fff !important;
}

.more_info_btn:focus {
    background-color: #fff !important;
    color: #1356d9 !important;
}

.site-main {

    h1 {
        color: white;
        /*font-size: ;*/
    }

    h4 {
        color: white;
    }

}

.more_info_btn {
    position: relative !important;
    cursor: pointer !important;
    border: 0.22em solid #1356d9 !important;
    background-color: #ffffff !important;
    text-align: center !important;
    padding: 10px 0 10px 0 !important;
    border-radius: 25px !important;
    font: 1em bold, sans-serif !important;
    font-weight: 800 !important;
    width: 100%;
    color: #1356d9 !important;
}

.post_info {
    color: #243A57;
    font-weight: bold;
    margin-top: .5em;
    padding-right: 1.2em;
    text-align: right !important;
}


.archive-icon {
    margin-left: 1em;
    width: 24px;
}

p {
    color: black !important;
}

.page-header {
    padding: 2em;
    margin-bottom: 4em;
    width: 100%;
    background-color: #0049BB;
}



.roundButtonGreen {
    width: 100% !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: .85em !important;
}

.roundButtonGreen:hover {
    width: 100% !important;
}

.sell_button {
    color: #0099FFFF !important;
    background-color: #FFFFFFFF !important;
    padding: 24px 50px 24px 50px !important;
    border-radius: 8px 8px 8px 8px;
    transition: .2s;
}

.sell_button:hover {
    color: #FFFFFFFF !important;
    background-color: #0099FFFF !important;
}

.sell_button:focus {
    color: #FFFFFFFF !important;
    background-color: #0099FFFF !important;
}

.content-wrapper {
    position: relative;
    overflow-x: hidden;
}

.circle_blur_green {
    background-color: #02B60D;
    filter: blur(150px);
    position: absolute;
    left: 5%;
    opacity: 0.3;
    z-index: -1;
    width: 40%;
    height: auto;
    aspect-ratio: 2;
    border-radius: 1000vmax 1000vmax 0 0;
}

.circle_blur_blue {
    background-color: #1355D9;
    filter: blur(150px);
    position: absolute;
    left: 25%;
    opacity: 0.4;
    z-index: -1;
    margin-top: 8em;
    width: 40%;
    height: auto;
    aspect-ratio: 2;
    border-radius: 1000vmax 1000vmax 0 0;
}

.circle_blur_green_footer {
    background-color: #02B60D;
    filter: blur(150px);
    position: absolute;
    right: -20%;
    opacity: 0.3;
    z-index: -1;
    /*margin-top: 6em;*/
    width: 40%;
    height: auto;
    aspect-ratio: 2;
    border-radius: 1000vmax 1000vmax 0 0;
}

.circle_blur_blue_footer {
    background-color: #1355D9;
    filter: blur(150px);
    position: absolute;
    right: 5%;
    opacity: 0.4;
    z-index: -1;
    /*margin-top: 6em;*/
    width: 40%;
    height: auto;
    aspect-ratio: 2;
    border-radius: 1000vmax 1000vmax 0 0;
}

@media (min-width: 769px) {
    .locationTitle {
        font-size: 1.8em;
    }

    .price-label {
        font-size: 1.2em;
    }
}


@media (max-width: 769px) {
    .sell_button {
        padding: 24px 20px 24px 20px !important;
        display: inline-block;
    }

    .lastPhotoOverlay {
        font-size: 1em !important;
    }

    .swal-wide {
        width: 100% !important;
    }

    .post_status {
        font-size: 1em;
    }

    .post_status_new {
        font-size: 1em;
    }

    .roundButtonGreen {
        font-size: .8em !important;
    }
}

@media (max-width: 569px) {
    .roundButtonGreen {
        font-size: .7em !important;
    }
}

@media (min-width: 992px) {
    .mobilePhotoHolder {
        position: relative;
        display: block;
    }

}

/**
* All of the CSS for your public-facing functionality should be
* included in this file.
* NOTE: This affects the entire website
*/

/*@font-face {*/
/*    font-family: "Roboto Regular";*/
/*    src: url("../../assets/fonts/Roboto-Regular.ttf") format("ttf"),*/
/*    url("../../assets/fonts/Roboto-Regular.ttf") format("ttf");*/
/*}*/

.site-wrapper {
    overflow-x: hidden;
    position: relative;
}

p {
    margin-bottom: 19px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.boldText {
    font-weight: bold;
}

.white {
    color: white !important;
}

.biddingTitle {
    font-size: 2.6em !important;
    font-family: "Roboto Regular", sans-serif;
    font-weight: 900;
}

.description {
    color: black !important;
    font-family: "Roboto Regular", sans-serif;
}

.SubTitle {
    color: black !important;
    font-size: 2.2em;
    font-family: "Roboto Regular", sans-serif;
    font-weight: 600;
}

.locationTitle {
    color: black !important;
    font-size: 2.2em;
    font-family: "Roboto Regular", sans-serif;
}

.aFile {
    color: #1356d9 !important;
    text-transform: uppercase;
    display: block;
}

.aFile:hover {
    background-color: #1356d9 !important;
    color: #fff !important;
    text-decoration: none;
}

.bidRoundBorderButton {
    position: relative !important;
    cursor: pointer !important;
    border: 0.22em solid #1356d9 !important;
    background-color: transparent !important;
    color: #fff !important;
    width: 100% !important;
    text-align: center !important;
    padding: 5px 10px !important;
    border-radius: 25px !important;
    z-index: 2 !important;
}

.bidRoundBorderButton:hover {
    color: #fff;
    border: 0.22em solid #1356d9;
}

.phoneNumber {
    padding-left: 1.4em;
}

.phoneNumber::before {
    position: absolute;
    content: '';
    left: 15px;
    margin-top: 0.2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z' /%3E%3C/svg%3E");
    height: 18px;
    width: 18px;
}

.roundBorderButton {
    position: relative;
    cursor: pointer;
    border: 0.22em solid #1356d9;
    background-color: transparent;
    color: #1356d9;
    width: 100%;
    text-align: center;
    padding: 12px 10px;
    border-radius: 25px;
    z-index: 2;
}

.roundBorderButton:hover {
    background-color: #1356d9;
    color: #fff;
    border: 0.22em solid #1356d9;
}

.introContent {
    position: absolute !important;
    top: 0;
    margin: 0;
    left: 50%;
    transform: translate(-50%);
}


.subPriceLabel {
    font-size: 0.8em;
    text-align: center;
    display: block;
    padding-bottom: 1em;
}

/*.subPriceLabel {*/
/*    font-size: 0.3em;*/
/*    display: inline-block;*/
/*}*/

.moreLess-button {
    color: #1356d9 !important;
    text-align: center;
}

.customMoreLessButton {
    color: #1356d9 !important;
    text-align: center;
}

.contentMore {
    width: 100%;
    height: auto
}

.customContent {
    color: black !important;
    max-height: 16em;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.googleMapsStyle {
    width: 100%;
}

.customContent.transition {
    max-height: 300% !important;
}

.moreText {
    display: none;
}

.lessText {
    display: inline;
}

.customMoreText {
    display: inline;
}

.customLessText {
    display: none;
}

.sideBanner1 {
    font-weight: 200;
    background-color: #FAFAFA;
    border: .1em solid lightgray;
    height: auto;
    padding-top: 6em;
    margin-top: -5em;
    margin-bottom: -5em;
    z-index: 0;
}

.sideBannerContent {
    z-index: 0;
    margin-bottom: -3em;
    color: black !important;
}

.socialMedia {
    position: absolute;
    right: 0;
}

table {
    color: #FFFFFF;
    width: 100%;
}

td, th {
    text-align: left;
    padding: .8em;
}

tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.12) !important;
}

.roundButtonGreen {
    width: 90% !important;
    border: 0 !important;
    display: block !important;
    font: .7em Bold, sans-serif !important;
    cursor: pointer !important;
    background-color: #23CB43 !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 15px 80px !important;
    border-radius: 25px !important;
}

.roundButtonGreen:hover {
    width: 90% !important;
    border: 0.12em solid #23CB43 !important;
    display: block !important;
    cursor: pointer !important;
    background-color: #fff !important;
    color: #23CB43 !important;
    text-align: center !important;
    padding: 13px 80px !important;
    border-radius: 25px !important;
}

/*TODO fix this*/
.roundButton {
    position: relative !important;
    cursor: pointer !important;
    border: 0.22em solid #ffffff !important;
    background-color: #ffffff !important;
    color: #1356d9 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 11px 60px 11px 70px !important;
    border-radius: 25px !important;
    font: .7em bold, sans-serif !important;
    font-weight: 800 !important;
    min-width: 17em !important;
}

.roundButton:hover {
    border: 0.12em solid #1356d9 !important;
    display: block !important;
    font: .7em bold, sans-serif !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    background-color: #1356d9 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 25px !important;
}

.roundButton:disabled {
    border: 0.22em solid #464646 !important;
    display: block !important;
    font: .7em bold, sans-serif !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    background-color: #8f8f8f !important;
    color: #464646 !important;
    text-align: center !important;
    border-radius: 25px !important;
}

#SelectBid:hover ~ #iconBlue {
    color: #fff !important;
}


.iconBlue {
    width: 1.5em;
    height: 1.5em;
    color: #1356d9;
    position: absolute;
    margin: .5em 0 .5em 1.2em;
    z-index: 1;
}

.fileIcon {
    width: 1.5em;
    height: 1.5em;
    color: #1356d9;
    /*position: absolute;*/
    /*margin: .5em 0 .5em 1.2em;*/
    z-index: 1;
}

.swal-wide {
    width: 100% !important;
}

.swal-terms {
    width: 70% !important;
}

.swal2-html-container {
    text-align: left !important;
}

:root {
    --animate-duration: 200ms;
    --animate-delay: 0.0s;
}

.icon {
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    position: absolute;
    margin: .45em 0 .45em 1.2em;
}

.lot-container .lot-header {
    color: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
    background: #242424 !important;
}

.lot-header {
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 80px));
}

.price-box {
    height: 68px;
    position: relative;
    margin-bottom: 60px;
}

.price-label {
    color: #243B57;
    font-size: 2.4em;
    font-weight: 300;
}

.col-info {
    top: 6em;
}

.bids-content {
    background-color: rgba(255, 255, 255, 0.1);
}

.status {
    font-size: 1.5em;
    line-height: 68px;
    padding-top: 86px;
    font-weight: 300;
    text-align: center;
}

.bid-form {
    margin: 16px 0 0 0;
    padding: 15px;
}

.blue-opacity-table {
    width: 100% !important;
    border-collapse: collapse !important;
    position: relative !important;
    z-index: 10 !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    margin-bottom: 140px !important;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    z-index: 10;
    color: black !important;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 140px;
}

.img-bg {
    min-height: 46em;
    background-color: #c2cbef !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: -2 !important;
}

.GalaryImage {
    width: 100%;
    height: auto;
}

a[data-fancybox="gallery"] {
    outline: none;
}


.hiddenGalaryImage {
    display: none;
}

.imageContainer {
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
}

.imageGallar {
    display: inline;

}

.attachment-post-thumbnail {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    filter: contrast(110%);
    overflow: hidden;
    margin: 0;
    left: 50%;
    border-radius: 15px;
    transform: translate(-50%);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    opacity: 0.75;
    background-color: #1356d9;
}

.container-fg {
    position: initial;
    z-index: 10;
    color: #FFFFFF;
}

.inputWidth {
    width: 100%;
    border: 1px solid #8f8f8f;
    border-radius: .23em;
}

.inputBorder {
    border: 1px solid #8f8f8f;
    border-radius: .23em;
}

.divWidth {
    margin-right: 0;
}

.swal2-container {
    z-index: 3000 !important;
}

.terms {
    height: 60px;
}

.bidTable {
    min-width: 6.9em;
}

/*fixes Elementor items*/


.elementor-151 .elementor-element.elementor-element-3dfff04 {
    width: 100%;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    border: 1px solid #1356d9;
    color: white;
    background-color: #1356d9;
}

table td, table th {
    padding: .8em !important;
    line-height: 1.1 !important;
    vertical-align: inherit !important;
    border: 0 !important;
}

table tbody tr:hover > td, table tbody tr:hover > th {
    background-color: rgba(255, 255, 255, 0) !important
}

table tbody tr {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: rgba(255, 255, 255, 0.12) !important;
}

img {
    max-width: initial !important;
}

.img-bg img {
    min-height: 48em;
}

p a {
    color: #111 !important;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #1355D9 !important;
}

@media (min-width: 1080px) and (max-width: 1420px) {
    .introContent {
        width: 100%;
    }
}

@media (min-width: 1420px) {
    .introContent {
        width: 100%;
    }
}

@media (max-width: 1420px) {
    .introContent {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .col-info {
        top: 4em;
    }

    .biddingTitle {
        font-size: 1.2em !important;
    }

    .price-label {
        font-size: 1.4em;
        line-height: 1.2em;
    }

    .status {
        font-size: 1em;
        line-height: 1em;
        padding-top: 0;
    }

    .subPriceLabel {
        font-size: .5em;
    }

    .col-bids {
        padding-top: 2.5em;
    }

    .blue-opacity-table {
        margin: 0 !important;
    }

    .blue-opacity-tbody {
        display: none;
    }

    .bids-content {
        background-color: transparent;
    }
}

.biddingDateMobile {
    display: none !important;
}

@media (max-width: 1080px) {

    .col-bids {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .swal2-html-container {
        margin: 1em;
    }

    .biddingDateMobile {
        display: block !important;
    }

    .biddingDateDesktop {
        display: none !important;
    }

    .lot-header {
        clip-path: none !important;
        height: 48em !important;
    }

    .imageContainer {
        margin-top: 1.5em !important;
        clip-path: none !important;
    }

    .sideBanner1 {
        display: none;
    }

    .wideBanner {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .terms {
        height: 60px;
        width: 80%;
    }


    .swal-terms {
        width: 100% !important;
    }

    .introContent {
        position: absolute !important;
        top: 0;
        margin: 0;
        width: 100%;
    }

    .attachment-post-thumbnail {
        height: 90%;
    }
}

@media (min-width: 768px) {
    .inputWidth {
        width: 75%;
    }

    .divWidth {
        margin-right: 6.5em;
    }

    .container-fg {
        margin: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1270px) {
    .SetBodBtn {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 868px) {
    .blue-opacity-table {
        font-size: 0.8em !important;
    }

    .container-fg {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .blue-opacity-table {
        font-size: 0.8em !important;
    }
}

@media (min-width: 1360px) {
    .img-bg {
        max-height: 80vh !important;
    }

    .attachment-post-thumbnail {
        width: 100%;
    }

    .ccol-xl-7 {
        width: 58.33333333%;
    }

    .ccol-xl-5 {
        width: 41.66666667%;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .lot-container .lot-header {
        -webkit-clip-path: url(#oblique-bottom-left-clip);
        clip-path: url(#oblique-bottom-left-clip);
    }
}

@media (min-width: 768px) {
    .lot-container .lot-header {
        -webkit-clip-path: url(#oblique-bottom-left-clip);
        clip-path: url(#oblique-bottom-left-clip);
    }
}

div.loading.hidden {
    display: none !important;
}

div.loading {
    z-index: 200000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.5);
}

#elementor-lightbox-slideshow-single-img {
    display: none !important;
}

.cssload-loader {
    display: block;
    margin: 0 auto;
    width: 29px;
    height: 29px;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 4px solid #fff;
    animation: cssload-loader 2.3s infinite ease;
    -o-animation: cssload-loader 2.3s infinite ease;
    -ms-animation: cssload-loader 2.3s infinite ease;
    -webkit-animation: cssload-loader 2.3s infinite ease;
    -moz-animation: cssload-loader 2.3s infinite ease;
}

.cssload-loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: cssload-loader-inner 2.3s infinite ease-in;
    -o-animation: cssload-loader-inner 2.3s infinite ease-in;
    -ms-animation: cssload-loader-inner 2.3s infinite ease-in;
    -webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
    -moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}


@keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-o-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-ms-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-webkit-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-moz-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}
