body, html {
    min-height: 100%;
   background: #03153e url(../../images/bg-body.jpg) no-repeat;
    background-size: cover;
}
img {
    max-width: 100%;
}

/******LOADING******/
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 300px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(#777777), to(#555555));
    background: -webkit-linear-gradient(to right, #000000, #777777, #555555);
    background: -o-linear-gradient(to right, #000000, #777777, #555555);
    background: linear-gradient(to right, #000000, #777777, #555555);
}

.pace.pace-inactive {
    width: 100vw;
    opacity: 0;
}

.pace.pace-inactive .pace-progress {
    max-width: 100vw;
}

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

#preloader:after,
#preloader:before {
    content: '';
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #ffffff;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
    top: 0;
}

#preloader:after {
    bottom: 0;
}

#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

#preloader.isdone:after,
#preloader.isdone:before {
    height: 0;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.loading {
	display: block;
    color: #fff;
    position: fixed;
    left: 50%;
    top: calc(50% - 40px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 10px;
    z-index: 9999999999;
    height: auto;
    width: inherit;
    background: transparent;
    padding: inherit;
}

.loading img {
    max-width: 180px;
}
@media(max-width:767px){
	.loading img{max-width:160px;}
}
.loading.isdone {
    top: 50%;
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
	z-index:-1;
}

.loading span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate;
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@-moz-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@keyframes fixedAnim {
    0% {
        right: 125%
    }

    125% {
        right: 0;
    }
}

/******LOADING******/
body{
	color:#ffffff;
	font-size: 16px;
    font-family: 'Montserrat',Arial,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.breadcrumbs ol {
    padding: 0;
    margin: 0;
    font-style: italic
}

.breadcrumbs ol li {
    position: relative;
    padding: 5px 0px 5px 5px;
    display: inline-block;
    color: #fff;
	font-size:13px;
}
.breadcrumbs ol li>a, .breadcrumbs ol li a span, .breadcrumbs ol li {
	font-size:11px;
}
.breadcrumbs ol li a, .breadcrumbs ol li:after {
    color: #fff;
    text-decoration: none;
}
.breadcrumbs ol li:first-child {
    padding-left: 0
}

.breadcrumbs ol li:last-child a span,
.breadcrumbs ol li:last-child span {
    color: #ffffff;
    font-weight: 700
}

.breadcrumbs ol li:last-child:after {
    display: none
}

.breadcrumbs ol li:last-child {
    padding-right: 0
}
.breadcrumb-item+.breadcrumb-item::before{color:#ffffff;}

#stars-js {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: transparent;
    z-index: 1000;
    pointer-events: none;
}
.datePost {
    font-size: 12px;
    margin-bottom: 5px
}

.datePost>span {
    padding-left: 5px
}

.datePost>span:first-child {
    padding-left: 0
}
.entry-title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.2;
    height: 37px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.entry-title a {
    display: block;
    text-decoration: none;
    color: #ffffff;
}
.jarallax, .jarallax-wp{
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img, picture.jarallax-img img,.jarallax-wp>.jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}