* {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-rendering: optimizeLegibility;
}

::selection {
    background: #106b30;
    color: #fff;
}


.color2 {
    background: #106b30 !important;
}

.color2-border {
    border-color: #106b30;
}

.color2-text {
    color: #106b30;
}

.color {
    background: #dfe9ef !important;
}

.color-border {
    border-color: #dfe9ef;
}

.color-text {
    color: #dfe9ef;
}

html {
    background-color: #f9f9f9;
    background-color: #fff;
}

body {
    overflow-x: hidden;
}
body.no-scroll{
    overflow-y: hidden;
}

/* width */
body::-webkit-scrollbar {
    width: 18px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #fff;

    border-radius: 14px;

}

body::-webkit-scrollbar-track:hover {
    width: 30px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 12px;

    border: 3px solid #fff;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    cursor: pointer;
}

body::-webkit-scrollbar {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

body::-webkit-scrollbar:hover {
    /*width: 20px;*/
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: #106a31;
    /*border-radius: 0px;*/

}

h1,h2,h3{
    font-weight: 700;
    margin-top: 0;
}
h1{}
h2{
    font-size: 1.7rem;
}
h3{
    font-size: 1.1rem;
}



header {
    z-index: 1011!important;

    /*background: #dfe9ef;*/
    width: 100%;
    padding: 15px 0 10px;

    -moz-box-shadow: 0 0 8px #00000055;
    -webkit-box-shadow: 0 0 8px #00000055;
    box-shadow: 0 0 8px #00000055;

    position: sticky;
    top: 0;
    left: 0;
    right: 0;


}

header .brand-logo img {
    height: 50px;
}

header .row {
    margin-bottom: 0;
}

.see{
    width: 40px;
    height: 40px;

    padding: 6px 0;

    line-height: 40px;
    text-align: center;
}

.font_size {

    /*border-right: 1px solid rgba(255,255,255,.3);*/
    /*width: 100%;*/
    height: 40px;
}

.font_size div {
    width: 40px;
    height: 40px;
    float: left;
    display: inline-block;
    text-align: center;
    /*border-left: 1px solid rgba(255,255,255,.3);*/
    cursor: pointer;
    line-height: 40px;
}

.font_size div:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.font_size div.small {
    font-size: 12px;
    line-height: 46px;
}

.font_size div.normal {
    font-size: 14px;
    line-height: 43px;
}

.font_size div.big {
    font-size: 18px;
}

.font_size div.see {
    line-height: 44px;

}

.font_size div.see:hover {
    background-color: #000;
    color: yellow;

}

.font_size div.see i {
    font-size: 1rem;
}

main {
    background-color: #fff;
}

footer {
    padding: 50px 0;
}

footer .footer-logo {
    width: 180px
}

footer a {
    color: #000;
}

footer hr {
    height: 1px;
    box-shadow: none;
    border: none;
    background-color: #106b30;
    opacity: .3;
}

.lang-grid {

    /*border-right: 1px solid rgba(255,255,255,.3);*/
    height: 40px;
}

.lang-grid .lang-grid-item {
    width: 40px;
    height: 40px;
    float: left;
    display: inline-block;
    text-align: center;
    /*border-left: 1px solid rgba(255,255,255,.3);*/
    cursor: pointer;
    line-height: 40px;
}

.lang-grid .lang-grid-img {
    width: 18px;
    height: 18px;

    border-radius: 50%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    display: inline-block;

    line-height: 32px;

    margin: 10px 6px;

    transition: .2s;

}

footer .lang {

    float: right;

    width: 32px;
    height: 32px;

    border-radius: 4px;

    border: 1px solid rgba(0, 0, 0, .3);

    cursor: pointer;
    margin-left: 12px;
    transition: .2s;
}

footer .lang:hover {

    border: 1px solid transparent;
}

footer .lang:hover .lang-icon {

    width: 32px;
    height: 32px;
    margin: 0px;
}

footer .lang .lang-icon {
    width: 24px;
    height: 24px;

    border-radius: 4px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    display: inline-block;

    line-height: 32px;

    margin: 3px;

    transition: .2s;
}

.before-footer {
    padding: 40px 0;
    background-color: #106b30;
    color: #fff;
    background-color: #f9f9f9;
    color: #000;
}

.before-footer ul {
    margin-bottom: 0;

}

.before-footer li {
    line-height: 2rem;
    cursor: pointer;
}

.before-footer h6 {
    font-weight: 700;

}

.menu-list {
    margin: 0;
    padding: 0;

    list-style: none;
    text-align: right;

    display: inline-block;
    float: right;

}

.menu-list__item {
    display: inline-block;
    padding: 20px 12px;
    *display: inline;
    *zoom: 1;

    float: left;
}

.menu-list__item.menu-list__item-social {
    padding: 20px 4px;

}

.menu-list__link {
    display: inline-block;

    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
}

.menu-list__link i {
    width: 32px;
    height: 32px;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    line-height: 31px;

    margin-top: -3px;
    text-align: center;

    float: right;
    display: inline-block;
}

.menu-list__link i.fa-facebook-f {
    background-color: #3b5998;
}
.menu-list__link i.fa-instagram {

    /*background: #f09433;*/
    /*background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);*/
    /*background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);*/
    /*background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );*/

    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);

}


.title-block {
    width: 100%;
}

.title-block__title {
    color: #106b30 ;
    color: #000 ;
    font-size: 2.57rem;
    font-weight: 900;
    line-height: 1.2em;

    margin: 0;
}

.title-block__before {
    color: #9E0500;
    font-size: 1rem;
    font-weight: 600;
}

.img-block{
    height: 250px;
    width: 100%;

    border-radius: 3px;

    background-size: cover;
    background-position: center center;
    background-color: red;
}
.img-block.img-block__big{
    height: calc(500px + .7rem);
}
@media screen and (max-width: 1024px){

    .img-block{
        margin-bottom: 20px;
    }

}


.calendar {
    max-width: 370px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin: 0 auto 20px;

    position: relative;

    padding: 32px 20px;
    background-color: #fafafa;

    border-radius: 3px;

}


.calendar.calendar-no-edit .body:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999;
}

.calendar.calendar-load {
    opacity: .3;
}

.calendar .nav {
    width: 100%;
    position: relative;

    height: 42px;

    text-align: center;
}

.calendar .nav .name {
    display: block;
    width: calc(100% - 64px);
    text-align: left;

    line-height: 19px;

    padding-top: 4px;
    float: left;

    font-size: 1.3rem;
}

.calendar .nav .name span {
    font-weight: 900;
}

.calendar .nav .prev,
.calendar .nav .next {
    border: none;
    background: none;
    width: 32px;
    height: 32px;
    position: relative;

    display: block;
    margin: 0;
    padding: 0;


    cursor: pointer;

    opacity: 0.3;

    float: left;
}

.calendar .nav .prev:hover,
.calendar .nav .next:hover {
    opacity: 1;
}

.calendar .nav .prev:after,
.calendar .nav .next:after {
    border: none;

    top: 8px;

    width: 12px;
    height: 12px;

    background: transparent;


    display: block;
    content: "";

    position: absolute;


}

.calendar .nav .prev:focus,
.calendar .nav .next:focus {
    outline: none;
}

.calendar .nav .prev:after {

    left: 12px;

    border-left: 2px solid #00305b;
    border-top: 2px solid #00305b;

    transform: rotate(-45deg);

}

.calendar .nav .next:after {

    right: 12px;

    border-right: 2px solid #00305b;
    border-top: 2px solid #00305b;

    transform: rotate(45deg);

}

.calendar .nav .name {
}

.calendar .day {
    width: calc(100% / 7);
    text-align: center;
    height: 40px;
    line-height: 40px;

    position: relative;


    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    float: left;
}

.calendar .day.day-before span {
    opacity: 0.3;
}

.calendar .day.day-today span {
    /*background-color: #3dad5b;*/
    /*color: #fff;*/

    font-weight: 900;

    border-radius: 50%;


    height: 34px;
    width: 34px;

    margin: 4px auto;
    position: initial;

    display: block;
}

.calendar .head {
    margin: 0 -12px 0 -24px;
}

.calendar .head .day {
    /*font-weight: bold;*/

    position: relative;

    color: #000;

    font-weight: 700;


}

.calendar .body .day:nth-child(7),
.calendar .body .day:nth-child(14),
.calendar .body .day:nth-child(21),
.calendar .body .day:nth-child(28),
.calendar .body .day:nth-child(35),
.calendar .head .day:nth-child(7) {
    color: red;
}

.calendar .body {
    position: relative;
    margin: 0 -12px 0 -24px;
}

.calendar .body .day {

    cursor: pointer;

}

.calendar .day span {
    position: absolute;
    z-index: 2;

    height: 34px;
    line-height: 34px;

    font-weight: 500;

    left: 0;
    top: 3px;
    width: 100%;
}


.calendarYear .nav {
    width: 100%;
    position: relative;

    height: 42px;

    text-align: center;
}

.calendarYear .nav .name {
    display: block;
    width: calc(100% - 64px);

    line-height: 19px;

    padding-top: 4px;
    float: left;

    font-size: 1.6rem;
    text-align: center;

    font-weight: 900;
}

.calendarYear .nav .name span {
    font-weight: 900;
}

.calendarYear .nav .prev,
.calendarYear .nav .next {
    border: none;
    background: none;
    width: 32px;
    height: 32px;
    position: relative;

    display: block;
    margin: 0;
    padding: 0;


    cursor: pointer;

    opacity: 0.3;

    float: left;
}

.calendarYear .nav .prev:hover,
.calendarYear .nav .next:hover {
    opacity: 1;
}

.calendarYear .nav .prev:after,
.calendarYear .nav .next:after {
    border: none;

    top: 8px;

    width: 12px;
    height: 12px;

    background: transparent;


    display: block;
    content: "";

    position: absolute;


}

.calendarYear .nav .prev:focus,
.calendarYear .nav .next:focus {
    outline: none;
}

.calendarYear .nav .prev:after {

    left: 12px;

    border-left: 2px solid #00305b;
    border-top: 2px solid #00305b;

    transform: rotate(-45deg);

}

.calendarYear .nav .next:after {

    right: 12px;

    border-right: 2px solid #00305b;
    border-top: 2px solid #00305b;

    transform: rotate(45deg);

}



.article-block {
    width: 100%;
    height: 556px;

    /*padding-bottom: 67%;*/

    background-size: cover;
    background-position: center center;
    border-radius: 3px;

    cursor: pointer;

    /*border-radius: 6px;*/

    overflow: hidden;

    margin-bottom: .45rem;

    display: inline-block;
}

.article-block.article-block-mid {
    height: calc((550px - 15px) * 0.67);
}

.article-block.article-block-half {
    height: calc((550px - 15px) * 0.50);
}

.article-block.article-block-pb50 {

    height: 0;
    padding-bottom: 50%;
}

.article-block.article-block-pb67 {

    height: 0;
    padding-bottom: 67%;
}

.article-block.article-block-min {
    height: calc((550px - 15px) * 0.33);
}

.article-block.article-block-big .article-block-info {
    padding: 48px;
}

.article-block.article-block-mid .article-block-info .title,
.article-block.article-block-half .article-block-info .title,
.article-block.article-block-pb50 .article-block-info .title,
.article-block.article-block-pb67 .article-block-info .title,
.article-block.article-block-min .article-block-info .title {
    font-size: 1.15rem;
    line-height: 1.6rem;
}

.article-block.article-block-mid .article-block-info .meta,
.article-block.article-block-half .article-block-info .meta,
.article-block.article-block-pb50 .article-block-info .meta,
.article-block.article-block-pb67 .article-block-info .meta,
.article-block.article-block-min .article-block-info .meta {
    /*display: none;*/
}

.article-block.article-block-shadow {
    position: relative;
    /*border-radius: 6px;*/
}

.article-block .article-block-important-dark {
    background-color: #00305b !important;
}

.article-block.article-block-shadow:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    /*border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-ms-border-radius: 5px;*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .8) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;

    z-index: 2;
}

.article-block.article-block-shadow:hover:before {

    /*height: 75%;*/
}

.article-block .article-block-background {
    background-size: cover;
    background-position: center center;

    left: 0;
    top: 0;
    bottom: 0;
    right: 0;


    position: absolute;

    z-index: 1;

    transform: scale(1.02);
    transition: transform .3s ease-in-out;

    will-change: transform;

}

.article-block .article-block-icon {

    top: 18px;
    right: 18px;


    position: absolute;

    z-index: 2;

    color: #fff;

    text-shadow: 1px 1px 10px #000;
}

.article-block .article-block-number {

    background: #3dad5b;
    color: #fff;

    top: 0;
    left: 0;

    font-weight: 900;

    position: absolute;
    z-index: 3;

    font-size: 1.75rem;

    padding: 12px 24px;

    border-radius: 0 0 6px 0;
}

.article-block .article-block-important {

    background-color: #db0812;
    color: #fff;

    top: 0;
    left: 0;

    font-weight: 900;

    position: absolute;
    z-index: 3;

    font-size: 1.3rem;

    padding: 12px 24px;

    /*border-radius: 0 0 6px 0;*/
}

.article-block .article-block-info {
    position: absolute;
    z-index: 3;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    padding: 24px 24px 18px 24px;
    bottom: 0;

    width: 100%;
}

.article-block .article-block-info .category-list {
    position: relative;
    left: 0;
    top: 0;

    padding: 0;
    margin: 0 0 -6px;

    z-index: 1;
}

.article-block .article-block-info .category-list li {
    background: #00305b;
    color: #fff;
    padding: 0 10px;
    font-size: 0.77rem;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;

    margin-right: 5px;
    height: 19px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;

    letter-spacing: .44px;
}

.article-block .article-block-info .title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 6px;
    color: white;

    text-shadow: 1px 1px 10px #000;
}

.article-block .article-block-info .title a {
    color: white;

}

.article-block:hover .article-block-background {
    transform: scale(1.1);
}

.article-block .article-block-info .meta {

    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.article-block .article-block-info .meta li i {

    margin-right: 6px;
    font-size: 1rem;
    float: left;
    color: #fff;
}

.article-block .article-block-info .meta li {
    font-size: 0.92rem;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    /*margin-right: 24px;*/
    line-height: 2.4em;
    opacity: 1;

}

.article-block .article-block-info .meta li.active {

}

.article-block .article-block-info .meta li.active i {
    color: #3dad5b;

}

@media screen and (max-width: 768px) {

    /*.article-block {*/
    /*    height: 80px !important;*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*}*/

    /*.article-block:before {*/
    /*    display: none;*/
    /*}*/

    /*.article-block-background {*/
    /*    width: 120px;*/
    /*    height: 80px;*/
    /*    position: initial !important;*/


    /*}*/

    /*.article-block .category-list {*/
    /*    display: none;*/
    /*}*/

    /*.article-block .article-block-important {*/
    /*    display: none;*/
    /*}*/

    /*.article-block-info {*/
    /*    color: #000;*/
    /*    padding: 0 !important;*/

    /*    position: initial !important;*/
    /*    padding-left: 12px !important;*/

    /*    width: calc(100% - 120px) !important;*/
    /*}*/

    /*.article-block .article-block-icon {*/
    /*    left: 6px;*/
    /*    top: 6px;*/
    /*}*/

    /*.article-block .article-block-info .title {*/
    /*    text-shadow: none;*/
    /*    color: #000;*/
    /*    font-size: 1rem !important;*/
    /*    line-height: 1.15rem;*/
    /*    !*font-weight: 500;*!*/
    /*}*/

    /*.article-block .article-block-info .meta li i,*/
    /*.article-block .article-block-info .meta li {*/
    /*    color: #000;*/
    /*}*/
}

@media screen and (max-width: 1024px) and (min-width: 769px) {

    .article-block {
        height: 0;
        padding-bottom: 67%;
    }

    .article-block .meta {
        display: none !important;
    }

    .article-block .article-block-info .title {

        font-size: 1.15rem !important;
        line-height: 1.6rem !important;
    }

    .article-block .article-block-info {
        position: absolute;
        z-index: 3;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        padding: 24px 24px 18px 24px !important;
        bottom: 0;
        width: 100%;
    }


    .article-block-pb50,
    .article-block-half,
    .article-block-mid {
        height: 0 !important;
        padding-bottom: 67% !important;
    }
}



.meta {
    margin: 0 0 12px;
    padding: 0;

    list-style: none;
}

.meta__item {
    margin: 0;
    padding: 0 24px 0 0;

    display: inline-block;
    line-height: 19px;

    opacity: .7;

    font-weight: 500;

}

.meta__item.meta__item-fullopacity {
    opacity: 1;
}

.meta__item.meta__item-family {
    color: #00305b;
    opacity: 1;
}

.meta__item.meta__item-live {
    font-weight: 500;
    position: relative;

    padding-left: 12px;
}

.meta__item.meta__item-live .live-dot {
    position: absolute;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    top: 6px;
    left: 0;

    background-color: red;
}

.meta__item i {

    font-size: 1.15rem;
    line-height: inherit;
    float: left;
    margin-right: 6px;
    color: #000;
    /*color: #3dad5b;*/

}

.meta__item-labels {
    opacity: 1;
}

.meta__item-labels .meta__item-label {
    color: #fff;
    padding: 0 10px;
    font-size: .8rem;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-right: 5px;
    height: 19px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    letter-spacing: .44px;
}

.meta__item:last-child {
    padding-right: 0 !important;
}

.meta__item .user-item {
    padding-right: 0 !important;
}

@media screen and (max-width: 1024px) {

    .meta__item {
        font-size: .8rem;
    }

}



.cookie-alert-2{

    padding: 12px 70px 12px 16px;

    box-shadow: 0px 2px 2px 0px rgba(0,0,0,.12), 0px 0px 2px 0px rgba(0,0,0,.14);
    border-radius: 4px;

    position: fixed;

    left: 10px;
    bottom: 10px;

    width: 700px;
    max-width: 33.3333%;

    font-size: 1rem;

    line-height: 20px;

    background-color: #fff;

    z-index: 1020;
}
.cookie-alert-2 .cookie-alert-2-close{
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;

    transform: translateY(-50%);

    cursor: pointer;

    opacity: .7
}
.cookie-alert-2 .cookie-alert-2-close:hover{

    opacity: 1
}
.cookie-alert-2 .cookie-alert-2-close:before,
.cookie-alert-2 .cookie-alert-2-close:after{
    position: absolute;

    width: 24px;
    height: 2px;

    top: 14px;
    left: 2px;

    background-color: #666;
    content: '';

    border-radius: 2px;

}
.cookie-alert-2 .cookie-alert-2-close:after{
    transform: rotate(45deg);

}
.cookie-alert-2 .cookie-alert-2-close:before{
    transform: rotate(-45deg);

}

@media screen and (max-width: 1024px){

    .cookie-alert-2{


        left: 0px;
        bottom: 0px;

        width: 100%;
        max-width: calc(100%);
    }
}



.font-select {
    /*position: absolute;*/

    /*right: -100px;*/
    /*top: -38px;*/
    color: #fff;
    z-index: 2;

    /*background-color: #00305b;*/

    border-radius: 20px;
    padding: 0 10px !important;
    display: flex;

    margin-top: 0px;
    margin-left: 0px;

    margin-bottom: 0;
}

.font-select__item {
    padding: 7px 8px;
    line-height: 24px;
    float: none;
    display: inline;
    width: 24px;
    text-align: center;

    opacity: .5;

    position: relative;

    cursor: pointer;
}

.font-select__item-selected {

    opacity: 1;
}

.mini-margin{}
.mini-margin .row{
    margin-bottom: .70rem;

}
.mini-margin .col{
    padding: 0 0.35rem;
}
.mini-margin .col .row{

    margin-left: -0.35rem;
    margin-right: -0.35rem;
}


.preloader
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: #10131a;
    background-color: #fff;
    transition: opacity 400ms ease-in-out, visibility 0s 400ms;
}

.show-preloader
{
    visibility: visible;
    opacity: 1;
}

.circle
{
    background-color: #106b30 !important;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}

.preloader .circle:nth-child(1)
{
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.preloader .circle:nth-child(2)
{
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.preloader .circle:nth-child(3)
{
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.preloader .circle:nth-child(4)
{
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@keyframes stretchdelay
{
    0%, 40%, 100%
    {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    } 20%
      {
          transform: translateY(-20px);
          -webkit-transform: translateY(-20px);
      }
}

.background
{
    width: 100vw;
    height: 100vh;
    background-image: url('../img/landscape.jpg');
    background-position: bottom;
    background-size: cover;
}