@charset "utf-8";

/* MAIN */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: #FFF;
    color: #414042;
    font-family: 'Open Sans', sans-serif;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: #414042;
}

h1,
h2 {
    color: #414042;
}

header {
    width: 100%;
}

header .logo img {
    width: 100%;
}

header .header-contact,
header .footer-contact {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

header .header-contact::before {
    width: 2px;
    height: 100%;
    content: " ";
    background: -webkit-linear-gradient(#2FA5DF, #C26FD7);
    position: absolute;
    left: -10px;
    top: 0;
}

.center-container {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1170px) {
    .center-container {
        width: 1170px;
    }
}

header .logo {
    width: 200px;
}

header .navbar {
    padding: 0;
}

header .navbar .primary-menu,
footer .footer-menu {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

header .navbar .primary-menu li {
    margin-left: 25px;
}

.page-header-container {
    background-color: #F2F2F2;
    min-height: 150px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url('/templates/client/cezardent/images/header_bg.png');
}

.page-header {
    color: #707070;
    text-transform: uppercase;
    font-weight: 300;
}

.header-main {
    color: #898989;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 220px;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

footer .logo {
    filter: brightness(0) invert(1);
}

@media (min-width: 1170px) {
    .center-container {
        width: 1170px;
    }
}

.page-container {
    min-height: 100%;
    margin-bottom: -160px;
}

.page-container:after {
    content: "";
    display: block;
}

.page-header-list .list-inline-item {
    margin: 0;
}

.page-header-list a {
    display: block;
    height: 100%;
    padding: 50px 20px;
    position: relative;
}

.page-header-list a,
.page-header-list a::before,
.page-header-list a::after {
    transition: all .35s ease;
    background: transparent;
}

.page-header-list a::before,
.page-header-list a::after {
    content: "";
    opacity: 0;
}

.page-header-list a:hover::before,
.page-header-list a.active::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #2FA5DF, #C26FD7);
    position: absolute;
    bottom: 0px;
    left: 0;
}

.page-header-list a:hover::after,
.page-header-list a.active::after {
    content: "";
    opacity: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent #778BDB transparent;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 3px;
    left: calc(50% - 5px);
}

.page-header-list a:hover,
.page-header-list a.active {
    background: linear-gradient(#F1F1F1, #FFFFFF);
}

.container-header {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.left-sidebar h1,
.left-sidebar h2,
.left-sidebar h3,
.left-sidebar h4,
.left-sidebar h5,
.left-sidebar h6 {
    color: #707070;
}

.content-header {
    position: relative;
    padding-bottom: 25px;
    font-size: 24px;
}

.content-header::after {
    content: "";
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #2FA5DF, #C26FD7);
    position: absolute;
    bottom: 5px;
    left: 0;
}

.section-header {
    position: relative;
    padding-top: 15px;
    font-size: 32px;
    font-weight: 400;
    color: #898989;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.section-header::after {
    content: "";
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #2FA5DF, #C26FD7);
    position: absolute;
    top: -5px;
    left: calc(50% - 50px);
}

.table-contents .table-contents-item {
    padding: 5px 0;
}


/* TAGS */

.tags-list .tag-item {
    padding: 5px 15px;
    background: #F1F1F1;
    text-align: center;
    min-width: 50px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
}


/* SLIDER */

.slider-container {
    position: relative;
    background-color: #EEE;
}

.slider-container .slider-for a.slide-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.slider-container .slider-for .slick-active a.slide-link {
    z-index: 3;
}

.slider-container .slick-dots li {
    display: block;
    margin-top: 5px;
}

.slider-container .slick-dots li button {
    border-radius: 50%;
    border: none;
    background-color: #FFF;
    box-shadow: 0 2px 10px 2px rgba(31, 54, 79, .1);
    text-indent: -999px;
    width: 13px;
    height: 13px;
}

.slider-container .slick-dots {
    bottom: 0!important;
    left: 50px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
    flex-direction: column-reverse;
}

.slider-container .slick-dots::before {
    content: "";
    position: absolute;
    top: 50px;
    width: 13px;
    height: 150px;
    background-color: #FFF;
    left: 5px;
    box-shadow: 0 2px 10px 2px rgba(31, 54, 79, .1);
    border-radius: 13px;
}

.slider-container .slick-dots::after {
    content: attr(data-content);
    position: absolute;
    top: 250px;
    color: #FFF;
    left: 2px;
    font-size: 32px;
    font-weight: 900;
    text-shadow: 1px 2px 2px rgba(31, 54, 79, .1);
}

.slider-container .slide-frame {
    position: absolute;
    height: 90%;
    width: 8px;
    background: -webkit-linear-gradient(#2FA5DF, #C26FD7);
    right: 100px;
    top: 5%;
}

.slider-container .slide-frame:before {
    content: "";
    width: 350px;
    height: 8px;
    background: #2FA5DF;
    position: absolute;
    top: 0;
    right: 0;
}

.slider-container .slide-frame:after {
    content: "";
    width: 300px;
    height: 8px;
    background: #C26FD7;
    position: absolute;
    bottom: 0;
    right: 0;
}

.slider-container .slider-for .property-slide-image,
.slider-container .slider-for .product-slide-image,
.slider-container .slider-for .content-slide-image {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.slider-container .slider-for .slider-next {
    right: 0;
}

.slider-container .slider-for .slider-prev {
    left: 0;
}

.slider-container .slider-for .slider-next,
.slider-container .slider-for .slider-prev {
    margin-top: -40px;
    font-size: 30px;
    background-color: #F1F2F2;
    color: #414042;
    font-weight: 100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, opacity .15s ease-in-out;
}

.slider-container .slider-for .slider-next:hover,
.slider-container .slider-for .slider-prev:hover {
    background-color: #231F20;
    color: #FFF;
}

.slider-container .slider-for .property-slide-body,
.slider-container .slider-for .product-slide-body,
.slider-container .slider-for .content-slide-body {
    position: relative;
    top: 5%;
    padding-right: 150px;
}

.slider-container .slider-for .property-slide-image h3,
.slider-container .slider-for .product-slide-image h3,
.slider-container .slider-for .content-slide-image h3 {
    margin: 0 100px 15px;
    line-height: 32px;
    padding: 15px;
    color: #898989;
    display: inline-block;
}

.slider-container .slider-nav {
    margin-top: -130px;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.slider-container .slider-nav .property-slide-image,
.slider-container .slider-nav .product-slide-image,
.slider-container .slider-nav .content-slide-image {
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.slider-container .slider-nav {
    height: 300px;
    width: 250px;
}

.slider-container .slider-nav .property-slide-image,
.slider-container .slider-nav .product-slide-image,
.slider-container .slider-nav .content-slide-image {
    height: 250px;
    margin-bottom: 50px;
    position: relative;
}

.slider-container .slider-nav .property-slide-image h3,
.slider-container .slider-nav .product-slide-image h3,
.slider-container .slider-nav .content-slide-image h3 {
    background-color: #FFF;
    padding: 0 15px;
    color: #239381;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    top: 210px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slider-container .slider-for .slick-slide .center-container {
    height: 100%;
}

.slider-container .slider-for .content-slide-content {
    margin: 0 50px;
    padding: 20px;
    color: #898989;
}


/* CONTACT MAIN */

.contact-container .center-container {
    padding: 0;
}

.contact-container .contact-box {
    font-size: 14px;
    color: #313131;
    padding: 15px;
    width: 100%;
    font-weight: 400;
    background: #E6E7E8;
    margin-bottom: 48px;
    border-radius: 25px;
}

@media (min-width:768px) {
    .contact-container .contact-box {
        width: 300px;
        position: absolute;
        bottom: 100px;
        left: 15px;
        margin-bottom: 0;
    }
}

.map {
    width: 100%;
    height: 250px;
}

.contact-container .map {
    height: 400px;
}

.map div[title="map-marker"] {
    border: 2px solid #414042;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    width: 25px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}


/* LIGHTGALLERY */

.light-gallery-item {
    cursor: pointer;
}


/* ARTICLES */

article h1 {
    color: #707070;
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 30px;
}

.articles-list h5 {
    font-size: 16px;
}

.left-container .articles-list h5 {
    font-size: 14px;
}

.articles-list img {
    width: 100px;
    border: 1px solid #ededed;
}

.articles-list a {
    color: #000;
}

.articles-container .card {
    overflow: hidden;
    border: none;
}

.articles-container .card .img-fluid {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 250px;
    height: 160px;
    margin-top:40px;
}

.img-square-wrapper {
    position:relative;
}

.img-square-wrapper::after {
    content: "";
    width: 10px;
    height: 60%;
    background: linear-gradient(to bottom, #2FA5DF, #C26FD7);
    position: absolute;
    top: -30px;
    right: -5px;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
}

.products-container .card hr {
    border-color: #000;
    margin: 20px 60px;
    transition: margin 700ms;
}

.products-container .card:hover hr {
    margin: 20px 40px;
}

.products-container .card .card-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: transform 700ms;
}

.products-container .card:hover .card-icon {
    transform: scale(1.5);
}

.products-container .card-deck {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .articles-container .card-deck .card,
    .products-container .card-deck .card {
        max-width: 330px
    }
}


/* CATEGORY CONTAINER */

.category-container {
    padding-bottom: 80px;
}

.category-container .category-item img {
    width: 100%;
    transition: transform .2s;
}

.category-container .category-item:hover img {
    transform: scale(1.5);
}

.category-container .category-img-border {
    border: 1px solid #CCC;
    padding: 85px;
    border-radius: 50%;
    width: 250px;
    height: 250px;
}

.category-container .category-title-border {
    border: 2px solid #000;
    padding: 10px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 0 0px 20px #FFF;
    background-color: #FFF;
    position: absolute;
    bottom: -90px;
    left: 50%;
    margin-left: -75px;
}

.category-container .category-title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
}

.category-container .category-title:after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}


/* GIFT CONTAINER */

.gift-container strong {
    font-weight: 500;
}

.gift-container .image-halo {
    fill: #FFF;
    position: absolute;
    width: 400px;
    height: 400px;
}

.gift-container svg {
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}


/* OTHERS */

.text-gradient,
.text-gradient i.fab::before {
    background: -webkit-linear-gradient(#2FA5DF, #C26FD7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-truncate2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.shadow-container {
    box-shadow: inset 0 1px 1px #CCC, 0 0 8px #CCC;
}

.form-control-feedback.fa {
    top: 9px;
}


/* CERTIFICATES */

.certificates-block {
    min-height: 300px;
    background: linear-gradient(#2FA5DF, #C26FD7);
    color: #FFF;
    padding-right: 90px!important;
}

.certificates-block h3 {
    padding-right: 30px;
}

.certificates-body {
    margin-right: 10px;
}

.certificates-slider-container {
    position: absolute;
    left: -80px;
    top: 40px;
    right: 0;
    bottom: 0;
}

.certificates-slider-container .card {
    box-shadow: 0 2px 8px 2px rgba(31, 54, 79, .1);
    border: none;
    border-radius: 0;
}

.certificates-slider-container .slick-prev {
    left: auto;
    top: auto;
    right: 40px;
    bottom: -40px;
    font-size: 26px;
}

.certificates-slider-container .slick-next {
    left: auto;
    top: auto;
    right: 0;
    bottom: -40px;
    font-size: 26px;
}


/* FOOTER */

footer,
.page-container:after {
    height: 160px;
}

footer {
    background-color: #F1F1F1;
}

footer .footer-top {
    background-color: #2FA5DF;
}

footer .footer-menu {
    width: 100%;
}

footer .footer-menu a {
    color: #FFF;
}


/* BUILDER */

.builder-body .row {
    margin-bottom: 30px;
}


/* GO TO TOP */

#page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #F1F2F2;
    color: #414042;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, opacity .15s ease-in-out;
}

#page-top:hover {
    background: #2FA5DF;
    color: #FFF;
}

#page-top.show {
    opacity: 1;
}

#page-top:hover .fa-arrow-up {
    animation: animate-arrow-top 1s ease-in-out infinite;
}

@keyframes animate-arrow-top {
    0% {
        transform: translateY(5px);
        opacity: 0;
    }
    70%,
    100% {
        transform: translateY(-5px);
        opacity: 1;
    }
}


/* BOOTSTRAP CHANGES */

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.badge-danger {
    background-color: #D23127;
}

.text-darkgreen {
    color: #005749!important;
}

.text-secondary {
    color: #898989!important;
}

.text-primary {
    color: #2FA5DF!important;
}

.text-danger {
    color: #D23127!important;
}

.text-success {
    color: #239381!important;
}

.text-muted {
    color: #BBB!important;
}

.bg-success {
    background-color: #239381!important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #25a58e!important;
}

.btn:hover .fa-chevron-right {
    animation: animate-arrow-1 1s ease-in-out infinite;
}

@keyframes animate-arrow-1 {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    70%,
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.btn {
    border-radius: 0;
}

.btn-success {
    border-color: #239381;
    background-color: #239381;
}

.btn-success:hover {
    background-color: #25a58e;
    border-color: #25a58e;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 165, 142, .5);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #25a58e;
    border-color: #25a58e;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 165, 142, .2);
}

.btn-outline-success {
    color: #239381;
    border-color: #239381;
}

.btn-outline-success:hover {
    border-color: #239381;
    background-color: #239381;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 187, 187, .5);
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 187, 187, .5);
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    border-color: #bbb;
    background-color: #bbb;
}

.btn-outline-secondary {
    color: #FFF;
    border-color: #FFF;
}

.btn-outline-secondary:hover {
    border-color: #FFF;
    background-color: #FFF;
    color: #828282;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    border-color: #fff;
    background-color: #fff;
    color: #828282;
}

.form-group label {
    margin-bottom: 5px;
}

.form-control {
    outline: none;
    box-shadow: none;
    padding: 5px;
    border-radius: 0;
}

.form-control:focus {
    border-color: #239381;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(35, 147, 129, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(35, 147, 129, .6);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #239381;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(35, 147, 129, .25);
}

.fs-10 {
    font-size: 10px!important;
}

.fs-11 {
    font-size: 11px!important;
}

.fs-12 {
    font-size: 12px!important;
}

.fs-14 {
    font-size: 14px!important;
}

.fs-16 {
    font-size: 16px!important;
}

.fs-18 {
    font-size: 18px!important;
}

.fs-20 {
    font-size: 20px!important;
}

.fs-22 {
    font-size: 22px!important;
}

.fs-24 {
    font-size: 24px!important;
}

.fs-26 {
    font-size: 26px!important;
}

.fs-28 {
    font-size: 28px!important;
}

.fs-30 {
    font-size: 30px!important;
}

.fs-32 {
    font-size: 32px!important;
}

.fs-34 {
    font-size: 34px!important;
}

.fs-36 {
    font-size: 36px!important;
}

.fs-40 {
    font-size: 40px!important;
}

.fs-46 {
    font-size: 46px!important;
}

.fs-48 {
    font-size: 48px!important;
}

.fs-60 {
    font-size: 60px!important;
}

.fs-72 {
    font-size: 72px!important;
}

.fs-100 {
    font-size: 100px!important;
}

.no-padding {
    padding: 0 !important;
}

.row-no-padding>[class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-less-padding>[class*="col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.zoom img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0;
    box-shadow: 0 2px 10px 2px rgba(31, 54, 79, .1);
}

.dropdown-menu-right {
    right: 0!important;
    left: auto;
}

.dropdown.dropdown-mega {
    position: static;
}

.dropdown.dropdown-mega .dropdown-menu {
    min-width: 550px;
}

.dropdown.dropdown-mega .dropdown-menu .row>div:first-child {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.primary-menu .dropdown-menu {
    max-height: max-content;
    font-size: 14px;
    padding: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #bbb!important;
}

.show>.dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

header .dropdown .ico-right {
    font-size: 0.7rem;
    opacity: .6;
    position: relative;
    top: -2px;
}

header .dropdown.show .ico-right:before {
    transform: rotateZ(-180deg);
}

header .dropdown .ico-right:before {
    transition: all 0.4s ease;
    display: inline-block;
}

@media (min-width: 992px) {
    header .dropdown.show .dropdown-menu,
    header .dropdown.show:before {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 5px;
    }
    header .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }
    header .navbar .dropdown-menu.show {
        animation: dropdown .2s ease forwards;
    }
}

@media (min-width: 992px) {
    header .dropdown:before {
        position: absolute;
        bottom: -13.5px;
        left: 50%;
        content: "";
        width: 0;
        height: 0;
        box-sizing: border-box;
        border-width: 7px;
        border-style: solid;
        border-color: #FFF #FFF transparent transparent;
        margin-left: -7px;
        box-shadow: 2px -2px 2px rgba(31, 54, 79, .05);
        z-index: 1050;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }
    header .dropdown.dropdown-mega:before {
        margin-left: -55px;
    }
}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* MODAL */

.modal label {
    font-size: 14px;
    font-weight: 500;
}

.modal .modal-content {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #239381!important;
}


/* SWITCH */

.onoffswitch {
    position: relative;
    width: 110px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-bottom: 15px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid;
    border-radius: 0px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 28px;
    padding: 0;
    line-height: 28px;
    font-size: 12px;
    color: #1B1B1B;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Aktywna";
    padding-left: 5px;
    background-color: #E8C82D;
    color: #1B1B1B;
}

.onoffswitch-inner:after {
    content: "Nieaktywna";
    padding-right: 5px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 78px;
    border: 0px solid;
    border-radius: 0px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/* ERROR */

.error-container .content {
    text-align: center;
    padding-top: 50px;
}

.error-container .title {
    font-size: 60px;
}

.error-container .code {
    font-size: 100px;
    font-weight: bold;
    color: #414042;
}


/* LOADER */

.loader {
    background: transparent;
    text-align: center;
    font-size: 14px;
    z-index: 3;
    padding: 25px;
}

.loader span.loading {
    position: relative;
    top: -7px;
    left: 5px;
}

.loader-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.loader-content {
    vertical-align: middle;
    display: table-cell;
    height: inherit;
}


/* ANIMATIONS */

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}


/* loading dots */

.loading span {
    font-size: 26px;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.loading span:nth-child(2) {
    animation-delay: .2s;
}

.loading span:nth-child(3) {
    animation-delay: .4s;
}

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

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

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


/* PACE */

.pace {
    -webkit-pointer-events: auto;
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff url(/templates/client/cezardent/images/logo.png) no-repeat;
    background-size: 326px 77px;
    background-position: center bottom 20px;
}

.pace .pace-progress {
    background: linear-gradient(to right, #2FA5DF, #C26FD7);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.pace .pace-activity {
    display: block;
    position: relative;
    z-index: 2000;
    top: 50%;
    right: auto;
    margin: -40px auto 0;
    width: 80px;
    height: 80px;
    border: solid 3px #2FA5DF;
    border-radius: 100%;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
}

body> :not(.pace),
body:before,
body:after {
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

body.pace-running {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body:not(.pace-done)> :not(.pace),
body:not(.pace-done):before,
body:not(.pace-done):after {
    opacity: 0;
}

.pace-running> :not(.pace) {}

.pace-done> :not(.pace) {
    transition: opacity .5s ease;
}
