@charset "utf-8";

/* STYLE RESET */

html, body, div, dl, dt, dd, ul,  h1, h2, h3,  pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
ul { list-style:none }
html * { outline:none; text-decoration:none; }

/* MAIN */

@font-face {
    font-family: 'OldStandard';
    src: url(/templates/client/albakora/fonts/OldStandard/OldStandard-Regular.ttf) format('truetype');
    font-weight:normal;
}
@font-face {
    font-family: 'OldStandard';
    src: url(/templates/client/albakora/fonts/OldStandard/OldStandard-Italic.ttf) format('truetype');
    font-style: italic;
}
@font-face {
    font-family: 'OldStandard';
    src: url(/templates/client/albakora/fonts/OldStandard/OldStandard-Bold.ttf) format('truetype');
    font-weight:bold;
}

*, *: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-color: #FFF;
    background-image: url(../images/bg.png);
    color:#000;
    font-family: "OldStandard", "Roboto", Verdana, sans-serif, Tahoma, Arial, Helvetica;
    background-size: contain;
}

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

h1, h2 {
    color:#239381;
}

.main-heading {
    text-align:center;
    text-transform: uppercase;
    font-family: 'Lora', serif;
    font-weight:bold;
    font-size:26px;
}

header {
    width:100%;
}

header .navbar {
    padding-top:0;
    padding-bottom:0;
}

header nav i,
header .contact-phone i {
    color:#C2B59B;
}

header .contact-phone .dropdown-menu {
    padding:0;
    overflow:hidden;
}

header .employess-container {
    max-height:200px;
}

header .employess-container .avatar {
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 0 0 0px 4px #239381;
}

header nav > div > ul {
    text-align: left;
}

header nav > div > ul > li,
footer nav ul li {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    position:relative;
}

header nav > div > ul > li > a,
footer nav ul li a {
    color:#666;
    font-size:16px;
    font-weight:500;
    text-transform: uppercase;
    position:relative;
    display:block;
    height:40px;
    line-height:40px;
}

a,
header nav ul li a:hover,
footer nav ul li a:hover,
header nav ul li.active a {
    color:#C2B59B;
}

@media (min-width: 768px) {
    header nav > div > ul > li > a:after {
        content: " ";
        width: 0;
        height: 2px;
        background: #C2B59B;
        transition: width .3s;
        position:absolute;
        display:block;
        bottom:0;
    }

    header nav ul li a:hover:after,
    header nav ul li.active a:after {
        width:100%;
    }
}

@media (max-width: 768px) {
    header nav .search-form {
        width:100%;
        margin-bottom:15px;
        margin-top:15px;
    }

    header nav .search-form .input-group {
        border:1px solid #EDEDED;
    }

    header nav .dropdown-menu {
        border:none;
        text-align:center;
    }
    header nav .dropdown-menu a:hover {
        background-color:transparent;
        color:#239381;
    }

    header nav > div > ul > li {
        margin-right:0;
    }
}

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

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

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

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

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

.container-header:after {
    content: " ";
    display:block;
    position:absolute;
    bottom:-8px;
    width:70%;
    height:2px;
    background:#239381;
}

.email-media a {
    display:inline-block;
    padding:8px;
    background-color:#C2B59B;
    color:#FFF;
    position:relative;
}

.email-media a:before {
    content:"";
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #C2B59B transparent transparent;
    position: absolute;
    left: -7px;
    top: 12px;
}

.contact-phone,
.contact-mail {
    font-weight:bold;
    font-size:18px;
}

@media (min-width:600px) {
    .contact-phone,
    .contact-mail {
        font-size:26px;
    }
}

.contact-phone a,
.contact-mail a {
    color:#000;
}

/* SERVICES */

.services-level-container {
    position:relative;
    margin:20px 0;
}

.services-level-right {
    border:10px solid #F1F2F2;
    padding:40px 40px 40px 120px;
}

.services-level-article {
    background-color: #FFF;
    width: 380px;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    padding:10px;
}

.block-lborder {
    position:relative;
}

.block-lborder:before {
    content:"";
    position:absolute;
    width:4px;
    height:100%;
    background-color:#C2B59B;
    top:0;
    left: -15px;
}

/* SLIDER */

.slider-container {
    position:relative;
}

.slider-main {
    width:100%;
}

.slider-main .main-slide-image {
    height:500px;
    background-size:cover;
    background-repeat:no-repeat;
}

.slider-prev,
.slider-next {
    display:block;
}

.slider-container .slider-main .slider-next,
.slider-container .slider-main .slider-prev {
    margin-top:-40px;
    color: #C2B59B;
    z-index: 10;
}

.slider-container .slider-main .slider-prev {
    left: 10px;
}

.slider-container .slider-main .slider-next {
    right: 10px;
}

.slider-container .slider-main .slider-next:before,
.slider-container .slider-main .slider-prev:before {
    font-size:50px;
}

.slider-main h3 {
    position:relative;
    margin-top:100px;
    margin-bottom:20px;
}

.main-slide-body {
    width:100%;
}

@media (min-width: 768px) {
    .main-slide-body {
        width:50%;
    }
}

@media (max-width: 1300px) {
    .slider-prev,
    .slider-next {
        display:none!important;
    }
}

/* 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:#FFF;
    border: 2px solid #239381;
    margin-bottom:48px;
}

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

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

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

/* PROPERTIES CATEGORY */

.category-container .category-list > li > a {
    border-top:1px solid #EDEDED;
    display:block;
    padding:10px 15px;
    font-size:18px;
    font-weight:500;
}

.category-container .category-list a {
    color:#000;
}

.category-container .category-list a.active,
.category-container .category-list a:hover {
    color:#239381;
}

.category-container .category-list ul {
    padding-left:25px;
    margin:0px 0 5px;
    font-size:16px;
}

.category-container .category-list > li:first-child > a {
    border-top:none;
}

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

/* TOURS */

.home-container .articles-container {
    margin-top:-100px;
}

.home-container .articles-container p {
    font-size:14px;
}

.articles-container .media-body {
    position: relative;
    padding: 20px;
    color:#000;
    transition: all 0.2s ease-in 0s;
}

.articles-container .media-body .diamond-shape {
    position: absolute;
    z-index: 2;
    font-size: 22px;
    font-weight:bold;
    top: 50%;
    margin-top: -20px;
    left: -20px;
    border-radius:5px;
}

.articles-container .media-body .item-count,
.articles-container h5 {
    color:#C2B59B;
}

.articles-container h5 {
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
}

.articles-container .card {
    transition: all 0.3s ease-in 0s;
}

.articles-container .card-body {
    background-color:#FFF;
    transition: all 0.2s ease-in 0s;
}

.articles-container .card:hover .card-body {
    background-color:#C2B59B;
    color:#FFF;
}

.articles-container .card:hover .card-body h5,
.articles-container .card:hover .media-body {
    color:#FFF;
}

.articles-container .card img {
    width:120px;
}

.articles-container .card .diamond-shape {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.4);
}

/* OTHERS */

.diamond-shape {
    background: #fff;
    height: 40px;
    text-align: center;
    transform:rotate(45deg);
    width:40px;
}

.item-count {
    color: #333;
    display: table-cell;
    height: 40px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width:40px;
}

.card h5 {
    position:relative;
}

.header-top {
    height:100px;
}

.header-top .social-ico,
.footer-middle .social-ico {
    top: 11px;
    position: relative;
    font-size: 40px;
}

.header-top .nav-right,
.footer-middle .nav-right {
    position:relative;
    top:-11px;
}

.header-top .logo {
    position: absolute;
    top: -50px;
    left: calc(50% - 110px);
    background-color: #282425;
    border-radius: 100%;
    padding: 20px 9px;
}

.header-top .center-container {
    z-index:2;
}

.header-top a:not(.btn) {
    color:#FFF;
}

.header-top .dropdown a {
    color:#414042;
}

.header-bborder:before {
    content: " ";
    width: 50px;
    height: 3px;
    background: #C2B59B;
    transition: width .3s;
    position:absolute;
    display:block;
    bottom:0;
    bottom:-10px;
}

.full-header {
    text-align:center;
    color:#C2B59B;
    position:relative;
    padding:10px 20px;
    background-color:#FFF;
    z-index:2;
    display:inline-block;
}

.header-line {
    position:relative;
    text-align:center;
    margin:30px 0;
}

.header-line:before {
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:50%;
    height:20px;
    background-color:#F1F2F2;
    margin-top:-10px;

}

.bottom-article-container {
    margin:50px 0;
    position:relative;
}

.bottom-article-container h5 {
    position:relative;
}

.bottom-article-container .header-block {
    position:relative;
    z-index:3;
}

.bottom-article-container .img1,
.bottom-article-container .img2,
.bottom-article-container .img3 {
    position:absolute;
}

.bottom-article-container .img1 {
    left: 260px;
    top: 10px;
}

.bottom-article-container .img2 {
    top: 96px;
    left: 148px;
}

.bottom-article-container .img2 img {
    width:290px;
}

.bottom-article-container .img3 {
    top: 154px;
    left: 25px;
}

.bottom-article-container .img3 img {
    width:200px;
}

/* CARD */

.card {
    border-radius:0;
}

/* MENU CARD */

.menu-card {
    margin:0 auto;
    max-width:900px;
    padding:3px;
}

.menu-card-block {
    padding:20px;
}

.menu-card h3 {
    color: #C2B59B;
    font-size:20px;
    font-family: 'Lora', serif;
    margin-bottom:15px;
}

.menu-card-item {
    margin-bottom:10px;
    overflow:hidden;
}

.menu-card-item-title {
    font-weight:bold;
    font-size:16px;
}

.menu-card-item-description {
    color:#BCBEC0;
    font-weight:normal;
}
.menu-card-item-note {
    color: #BCBEC0;
}

.menu-card-category {
    margin-bottom:20px;
}

.menu-card-item table {
    border: none;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.menu-card-item td span {
    background-color: #FFF;
    display: inline-block;
    padding: 2px 0px;
    position: relative;
}
.menu-card-item td.name:after {
    content: " .................................................................................................................................................................................... ";
    position: absolute;
    z-index: 0;
    top:2px;
}
.menu-card-item td.amt {
    text-align: right;
}
.menu-card-item-title span {
    padding-right:3px !important;
}
.menu-card-item-price span {
    padding-left:3px !important;
}
.menu-card-outer {
    position: relative;
    width: 100%;
    background: #fff;
    border: 5px solid #BCBEC0;
    padding: 10px;
}

.menu-card-outer > .corner {
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid #BCBEC0;
    background-color: #fff;
}

.menu-card-outer > .top-left {
    top: -5px;
    left: -5px;
    border-radius: 0 0 100% 0;
    border-width: 0 5px 5px 0;
}

.menu-card-outer > .top-right {
    top: -5px;
    right:-5px;
    border-radius: 0 0 0 100%;
    border-width: 0 0 5px 5px;
}

.menu-card-outer > .bottom-left {
    bottom: -5px;
    left: -5px;
    border-radius: 0 100% 0 0;
    border-width: 5px 5px 0 0;
}

.menu-card-outer > .bottom-right {
    bottom: -5px;
    right: -5px;
    border-radius: 100% 0 0 0;
    border-width: 5px 0 0 5px;
}

.menu-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #BCBEC0;
}

.menu-card-inner > .corner {
    position: absolute;
    height: 14px;
    width: 14px;
    border: 1px solid #BCBEC0;
    background-color: #fff;
}

.menu-card-inner > .top-left {
    top: -2px;
    left: -2px;
    border-radius: 0 0 100% 0;
    border-width: 0 2px 2px 0;
}

.menu-card-inner > .top-right {
    top: -2px;
    right:-2px;
    border-radius: 0 0 0 100%;
    border-width: 0 0 2px 2px;
}

.menu-card-inner > .bottom-left {
    bottom: -2px;
    left: -2px;
    border-radius: 0 100% 0 0;
    border-width: 2px 2px 0 0;
}

.menu-card-inner > .bottom-right {
    bottom: -2px;
    right: -2px;
    border-radius: 100% 0 0 0;
    border-width: 2px 0 0 2px;
}

/* PROPERTY SLIDER */

.property-slider-container .property-slider-for .property-slide-image,
.property-slider-container .property-slider-nav .property-slide-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.property-slider-container .property-slider-nav {
    margin-top:-70px;
    position: relative;
    z-index:2;
}

.property-slider-container .property-slider-for .property-slide-image {
    height: 400px;
}

.property-slider-container .property-slider-nav .property-slide-image {
    height: 130px;
    background-color:#FFF;
    margin:0 10px;
    cursor:pointer;
}

.property-slider-container .property-slider-nav .slick-current .property-slide-image {
    border:3px solid #FFF;
}

.property-slider-container h3 {
    position: absolute;
    top: 50%;
    left: 10px;
    background: #FFF;
    padding: 15px;
    outline: 10px solid rgba(0,0,0,0.4);
}

.property-slider-container .slider-prev,
.property-slider-container .slider-next {
    font-size:52px;
    color:#239381;
}

/* LIGHTGALLERY */

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

/* ARTICLES */

.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;
}

/* OTHERS */

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

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

/* FOOTER */

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

footer {
    background-color:#050505;
    color:#FFF;
}

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

footer .footer-middle {
    padding:15px;
}

footer .footer-bottom {
    border-top:1px solid #808285;
}

footer .copyright {
    padding:5px 20px!important;
}

footer nav ul {
    display: flex;
    justify-content: space-between;
}

.footer-contact {
    width:100%;
    margin:0 auto;
    background:#FFF;
    padding:5px 15px;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    position:relative;
    top:-50px;
}

@media (min-width: 600px) {
    .footer-contact {
        width:600px;
    }
}

footer a:not(.btn) {
    color:#FFF;
}

footer nav ul li a {
    color:#FFF;
    height:40px;
    line-height: 40px;
}

/* 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: #FFF;
    color: #C2B59B;
    cursor: pointer;
    border: 1px solid #EDEDED;
    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: #C2B59B;
    color:#FFF;
}
#page-top.show {
    opacity: 1;
}

/* BOOTSTRAP CHANGES */

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

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

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

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

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

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

.bg-primary {
    background-color:#C2B59B!important;
}

.btn.btn-light {
    color:#C2B59B;
}

.btn-success {
    border-color: #C2B59B!important;
    background-color: #C2B59B!important;
}

.btn-white {
    border-color: #FFF;
    background-color: #FFF;
    color:#050505;
}

.btn-dark {
    background-color:#414042;
}

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

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

.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);
}

.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;
}

.primary-menu .dropdown-menu {
    max-height:max-content;
}


.dropdown-item.active, .dropdown-item:active {
    background-color:#C2B59B!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;
}
@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:#239381; }

/* 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/albakora/images/logo.png) no-repeat;
    background-size: 250px 76px;
    background-position: center bottom 20px;
}

.pace .pace-progress {
    background: #C2B59B;
    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 #C2B59B;
    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;
}
