* {
    margin: 0;
    padding: 0;
    outline: none;

}


body {
    font-family: "ZonaPro", sans-serif !important;
    background-color: #F5F8FA;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    overflow-y: scroll;
    font-size: 14px;
}




*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.clearfix:before, .clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

/*загрузка ЛОго */

/*загрузка ЛОго */


.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.img-several {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px;
}


/* helper class when showing content */
.noscroll {
    overflow: hidden;
}

.show {
    display: block;
}


a {
    outline: none;
    color: #3B5772;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #3B5772;
    outline: none;
}

button:focus {
    outline: none;
}
/* Player Start */

.download-spech {
    outline: none;
    color: #3B5772;
    text-decoration: none;
}

.download-spech:hover {
   text-decoration: underline;
}




/* Player END */

.full-track-line {
    border: 2px solid #3B5772;
    width: 100%;
    margin: 25px 0;
}


.request {
    margin: 20px 0;
    padding: 10px;
    background-color: #3B5772;
    color: #FFFFFF;
    border-radius: 5px;
}
.request:hover {
    color: #3B5772;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0 black;
}

/* Sidebar */
.sidebar {
    text-align: center;
    background: #3B5772;
    z-index: 1000;
    position: fixed;
    width: 300px;
    max-width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 2em 1em;
}

.sidebar h1 {
    margin: 0.75em 0 0;
    font-size: 2em;
    line-height: 1;
    font-family: "ZonaPro", sans-serif !important;
}

.sidebar h1 span {
    display: block;
}



/* Codrops links */
.codrops-links {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    min-height: 45px;
}

.codrops-links::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #ddd;
    content: '';
    -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
    transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
    display: inline-block;
    margin: 0.5em;
    padding: 0em 0;
    width: 1.5em;
    text-decoration: none;
}

.codrops-icon span {
    display: none;
}

.codrops-icon:before {
    margin: 0 5px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "ZonaPro", sans-serif !important;
    line-height: 1;
    speak: none;
}

.codrops-icon--drop:before {
    content: "\e001";
}

.codrops-icon--prev:before {
    content: "\e004";
}

/* Demo links */
.codrops-demos {
    margin: 2em 0 0;
    font-size: 0.75em;
    display: flex;
    flex-direction: column;

}

.codrops-demos a {
    display: inline-block;
    margin: 0 0.5em 5px;
    font-size: 16px;
    font-family: "ZonaPro", sans-serif !important;
    font-weight: 500;

}

.codrops-demos a:hover {
    text-decoration-color: yellow;
    background-color: #7883C4;;
}

.codrops-demos a.current-demo {
    color: #333;
    font-weight: bold;
}

.codrops-demos a.current-demo:focus {
    color: #aaa;
}





/* Main content */
.main {
    position: relative;
    z-index: 50;

}

/* Grid container */
.grid {
    position: relative;
}

/* Overlay */
.grid::after {
    content: '';
    background: rgba(202, 202, 202, 0.4);
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 120px;
    height: 150px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.view-single .grid::after {
    opacity: 1;
}



/* Menu button for toggling the sidebar (appears on small screen) */
.menu-toggle {
    position: fixed;
    z-index: 100;
    display: block;
    width: 25px;
    height: 25px;
    top: 14px;
    left: 14px;
    cursor: pointer;
    background: none;
    border: none;
    display: none;
    margin: -2px 15px 0 0;
}

.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #81c483;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-toggle span:before,
.menu-toggle span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #81c483;
    content: '';
}

.menu-toggle span:before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.menu-toggle span:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

/* Filter/dropdown dummy on the right */

.dropbtn {
    background-color: #FFFFFF;
    padding: 10px;
    font-size: 16px;
    border: 0.5px solid #fffff !important;
    border-radius: 5px;
    color: #3B5772;
}




.dropdown-filter {
    position: relative;
    display: inline-block;
    font-family: "ZonaPro", sans-serif !important;
}

.dropdown-filter-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100%;
    border: 1px solid grey;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    left: 0;
    z-index: 1;
}

.dropdown-filter-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid grey;
    background-color: white;
    text-align: center;
    font-size: 15px;
    width: 100%;



}

.dropdown-filter-content a:hover {background-color: #63a4e5;

}

.dropdown-filter:hover .dropdown-filter-content {display: block;}

.dropdown-filter:hover .dropbtn {background-color: #3B5772; color: #FFFFFF}


.filter {
    text-align: right;
    font-size: 0.75em;
    margin-left: auto;
}

.dropdown {
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    color: #81c483;
}

.dropdown::after {
    content: '\25BC';
    margin-left: 2px;
    font-size: 80%;
}

/* Grid item */
.grid__item {
    position: relative;
    color: inherit;
    background: #fff;
    min-height: 80px;
    height: 250px;
    width: 200px !important;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 black;

}


.grid-img {

    align-items: center;
    align-self: center;
}

.img-full {
    display: flex;
    align-self: center;
    align-content: center;
    /*border-radius: 50%;*/
    position: relative;
    box-shadow: 0 0 10px 0 #3B5772;
    margin-left: auto !important;
    margin-right: auto !important;
    transition: 0.5s;
}

.img-full:hover {
    transform: scale(1.2);
    transition: 0.5s;
}

.album-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: 0 0 50px 0 rgba(108, 56, 10, 0.97);
    margin-bottom: 10px;
}



.album-image img {
    width: 50%;
    height: 100%;
}

.mt-30 {
    margin-top: 30px;
}



.whte-text {
    color: whitesmoke;
    font-size: 16px;
    text-align: center;
}

.type {
    display: flex;
    flex-direction: column;
}

.mix-mastering h3 {
    padding: 0;
    margin: 1px 0;
    float: start;
}

/* Grid item "border" */
.grid__item::before {
    position: absolute;
    content: '';
    top: 0px;

    bottom: 0px;

    border-bottom: 1px solid rgba(74, 74, 74, 0.075);
}

.grid__item * {
    z-index: 10;
}

/* grid item element and full content element styles */
.title {
    margin: 0;
    font-size: 16px;
    font-family: "ZonaPro", sans-serif !important;
    text-align: center;
    font-weight: 700;
}

.title:hover {
    font-weight: 700;
}

.title--preview {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.loader {
    height: 3px;
    width: 50%;
    margin: 1em auto;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}

.loader::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #3B5772;
    left: 0;
    top: -1px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.grid__item--loading .loader::before {
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.category {
    margin: 0;
    position: relative;
    font-size: 0.95em;
    font-style: italic;
    font-family: "ZonaPro", sans-serif !important;
    text-align: center;
    display: block;
}

.title--preview,
.loader,
.category {
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* closing (delays) */
.title--preview {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.loader {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.grid__item .category {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* opening */
.grid__item--animate .title--preview {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

.grid__item--animate .loader {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

.grid__item--animate .category {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
}

.meta {
    font-size: 0.765em;
    text-align: center;
}

.meta .fa {
    margin-right: 4px;
}

.meta:before, .meta:after {
    display: table;
    content: '';
}

.meta:after {
    clear: both;
}

.help-input {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 0.5px solid #3B5772;
    margin: 10px 0;
    padding: 10px;
}

.help-help {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 0.5px solid #3B5772;
    margin: 10px 0;
    padding: 10px;
}






.grid__item:hover,
.grid__item:focus   {
    -webkit-filter: none;
    filter: none;
}


.brand-preview {

    color: #aaa;
    text-align: center;
    align-self: center !important;
    align-items: center;
    align-content: center;

}




.meta__misc {
    display: block;
    clear: both;
    text-align: left;
    padding: 5px 0;
}




.grid__item--loading {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.grid__item--loading  {
    -webkit-transition-delay: 0.17s;
    transition-delay: 0.17s;
}

.grid__item--loading  {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

.grid__item--loading,
.grid__item--loading,
.grid__item--loading  {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    opacity: 0;
}

/* Grid footer */
.page-meta {
    width: 100%;
    background: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
    cursor: default;
}

/* Placeholder element (dummy that gets animated when we click on an item) */
.placeholder {
    pointer-events: none;
    position: absolute;
    width: calc(100% + 5px);
    height: calc(100vh + 5px);
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.placeholder.placeholder--trans-in {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.placeholder.placeholder--trans-out {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

/* main content */
.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 0;
    /* Avoid second scroll bar in Chrome! */
    visibility: hidden;
    z-index: 400;
    overflow: hidden;
}

.content.content--show {
    height: 100vh;
    pointer-events: auto;
    visibility: visible;
}

/* scroll helper wrap */
.scroll-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

/* single content item */

.content__item {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 0;
    opacity: 0;
    padding: 60px 60px 80px 60px;
    pointer-events: none;
    font-size: 0.85em;
}


.content__item p {
    max-width: 1200px;
    margin: 1em auto;
    text-align: justify-all;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.68);
    line-height: 1.5em;
    font-size: 13px;
}



.content__item.content__item--show {
    height: auto;
    min-height: 100vh;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

/* content elements */


.title--full {
    font-size: 3.25em;
}

.meta--full {
    font-size: 1em;
    margin: 0 auto 2em;
    max-width: 1200px;
}
.meta--full .meta__author {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.meta--full .meta__author::before {
    content: ' ';
    font-weight: normal;
}
.meta--full .meta__category {
    font-style: italic;
    float: left;
    margin: 0 5px;
    font-family: "ZonaPro", sans-serif !important;
}
.meta--full .meta__category::before {
    content: "in ";
}
.meta--full {
    margin: 1em auto;
}

.grid__item:hover .brand-preview {
    color: #63a4e5;
    font-weight: 700;
}

.category--full,
.title--full,
.meta--full,
.meta--full .meta__author,
.meta--full .brand-preview,
.meta--full  {
    opacity: 0;
}

.content__item p {
    opacity: 0;
}

.category--full,
.title--full {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

.meta--full,
.meta--full .meta__author,
.meta--full .brand-preview,
.meta--full  {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}

.content__item--show .category--full,
.content__item--show .title--full,
.content__item--show .meta--full,
.content__item--show .meta--full .meta__author,
.content__item--show .meta--full .brand-preview,
.content__item--show .meta--full  {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.content__item--show .category--full,
.content__item--show .title--full {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.content__item--show .title--full {
    -webkit-transition-delay: 0.03s;
    transition-delay: 0.03s;
}

.content__item--show .meta--full {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.content__item--show .meta--full .brand-preview {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.content__item--show .meta--full {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s;
}

.content__item--show.content__item p {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.25s;
    transition: opacity 0.5s 0.25s;
}

/* close button (for content and sidebar) */
.close-button {
    position: absolute;
    flex-direction: column;
    border: none;
    background: none;
    margin: 0;
    z-index: 100;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #9e2121 !important;
    cursor: pointer;
    pointer-events: none;
    padding: 30px 30px;
    opacity: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 100;
}

.close-button span {
    display: none;
}

.close-button:hover {
    color: #ce4545;
}

/* show class for content close button */
.close-button--show {
    opacity: 1;
    pointer-events: auto;
}

/* Viewport sizes based on column number and sidebar */
/* 1 column */
/* 2 columns */
/* 3 columns */
/* 4 columns */
/* 5 columns */
/* 6 columns */
@media screen and (min-width: 600px) {
    html,
    body,
    .container,
    .main {
        height: 200vh;
    }

    .main {
        height: 100%;
        margin-left: 300px;
    }

    .content__item {
        font-size: 1em;
    }

    .grid__item {
        padding: 45px 45px 30px;
    }

    /* Demo ad */
    body #cdawrap {
        right: auto;
        left: 30px;
        top: auto;
        bottom: 0;
        background: none;
        border: none;
        width: 240px;
        background: #f5f5f5;
    }

    body #cdawrap .carbon-text {
        color: #7b7b7b;
    }

    body #cdawrap a.carbon-poweredby {
        color: #7883C4;
    }

    body #cdawrap a:hover.carbon-poweredby {
        color: #333;
    }

    body #cdawrap #cda-remove {
        display: none;
    }
}
@media screen and (min-width: 900px) {
    .grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /* 2 columns */
    .grid__item {
        width: 50%;
        border: none;
    }

    .grid__item::before {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border: 1px solid rgba(74, 74, 74, 0.075);
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .grid__item:hover::before,
    .grid__item:focus::before {
        border: 3px solid #85c0ec;

    }

    .grid__item--loading.grid__item::before {
        opacity: 0;
    }
}
@media screen and (min-width: 1200px) {
    /* 3 columns */
    .grid__item {
        width: 33.333%;
    }
}
@media screen and (min-width: 1500px) {
    /* 4 columns */
    .grid__item {
        width: 25%;
    }
}
@media screen and (min-width: 1800px) {
    /* 5 columns */
    .grid__item {
        width: 20%;
    }
}
@media screen and (min-width: 2100px) {
    /* 6 columns */
    .grid__item {
        width: 16.66%;
    }
}
/* small screen changes for sidebar (it becomes an off-canvas menu) */
@media screen and (max-width: 599px) {
    .sidebar {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
    }

    .sidebar.sidebar--open {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .sidebar.sidebar--open ~ .main {
        pointer-events: none;
    }

    .top-bar {
        padding: 22px 15px 10px 60px;
    }

    .header h1 {
        text-align: center;
    }



    .menu-toggle {
        display: flex;
        flex-direction: column;
    }

    .sidebar .close-button {
        opacity: 1;
        pointer-events: auto;
    }

    .title--full {
        font-size: 2em;
    }

    .content__item {
        padding: 80px 20px 40px;
    }

    .content .close-button {
        padding: 10px 20px;
    }

    .content .close-button::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #f5f5f5;
        width: 100vw;
        height: 50px;
        pointer-events: none;
        z-index: -1;
    }
}
@media screen and (max-height: 580px) {
    body #cdawrap {
        display: none;
    }
}
/* Redefine some styles for this layout */
body {
    background: #f5f5f5;
}

.content {
    left: auto;
    right: 0;
    width: 100vw;
}

.content__item p {
    font-size: 1.15em;
}




/* Redefine the delays for the content items when they appear; redefine the translation (now from the left) */
.title--preview {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.loader {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.grid__item .category {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.grid__item--animate .title--preview {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

.grid__item--animate .loader {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
}

.grid__item--animate .category {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.category--full,
.title--full {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
}

.content__item--show .title--full {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

@media screen and (min-width: 600px) {
    .sidebar,
    .grid {
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

    .view-single .sidebar,
    .view-single .grid {
        -webkit-transform: translate3d(calc(280px - 100vw), 0, 0);
        transform: translate3d(calc(280px - 100vw), 0, 0);
    }

    .content__item {
        right: 0;
        padding-left: 340px;
    }

    .meta--full {
        position: fixed;
        width: 280px;
        height: 100%;
        background: #fff;
        top: 0;
        left: 0;
        font-size: 0.85em;
        padding: 15px 10px;
    }

    .article-nav {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #f5f5f5;
    }

    .article-nav button {
        width: 50%;
        padding: 15px;
    }

    .article-nav button:hover {
        color: #fff;
        background: #81c483;
    }

    .article-nav button:first-child {
        border-right: 1px solid #f5f5f5;
    }
}
@media screen and (max-width: 899px) {
    .meta--full .brand-preview,
    .meta--full  {
        float: none;
        text-align: center;
    }

    .meta__misc--seperator {
        margin-top: 20px;
    }

    .article-nav button span {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .meta__misc,
    .article-nav {
        display: none;
    }

    .content__item {
        width: 100%;

    }

    .main {
        width: 100%;
        margin: 0;

    }

    .img-full {
        width: 100%;
        height: 100%;
        margin: 0;

    }

    .grid__item {
        width: 99% !important;
        height: 70% !important;
        align-self: center !important;
        margin-top: 50px !important;
    }

    .meta__date {
        align-self: center !important;
        padding: 10px !important;
        margin: 0 auto !important;
    }

    .fa-calendar-o {
        align-self: center !important;
        padding: 10px !important;
        margin: 0 auto !important;
    }

}


.email-bt {
    background: #0aa80d;
    border:2px solid #136a03;
    border-radius:50%;
    box-shadow:0 8px 10px rgb(57, 253, 0);
    cursor:pointer;
    height:68px;
    text-align:center;
    width:68px;
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index:999;

    -webkit-animation:email-an linear 1s infinite;
    animation:email-an linear 1s infinite;
}

.email-bt .text-call{
    height:68px;
    width:68px;
    border-radius:50%;
    position:relative;
    overflow:hidden;
}

.email-bt .text-call a {
    text-align: center;
    color: #158610;
    opacity: 0;
    font-size: 0;
    position:absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.email-bt .text-call:hover a {
    opacity: 1;
    font-size: 11px;
}
.email-bt:hover i {
    display:none;
}

.email-bt:hover {
    z-index:1;
    background:#fff;
    transition:.3s;
}
.email-bt:hover i {
    color: #9ed2ff;
    font-size:40px;
    transition:.3s;
}
.email-bt i {
    color:#fff;
    font-size:29px;
    transition:.3s;
    line-height: 66px;
}

.email-bt i  {
    -webkit-animation: opsimple 3s infinite;
    animation: opsimple 3s infinite;
}




@-webkit-keyframes email-an {
    0% {
        box-shadow:0 4px 5px rgba(24, 249, 35, 0.3),0 0 0 0 rgba(39, 249, 24, 0.8),0 0 0 0 rgba(24, 249, 61, 0.2)
    }
    40% {
        box-shadow:0 4px 5px rgba(24, 249, 46, 0.3),0 0 0 15px rgba(4, 205, 1, 0.72),0 0 0 0 rgba(65, 249, 24, 0.75)
    }
    80% {
        box-shadow:0 4px 5px rgba(73, 249, 24, 0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(39, 249, 24, 0.69)
    }
    100% {
        box-shadow:0 4px 5px rgba(58, 249, 24, 0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
    }
}

@media (max-width: 680px) {
    .email-bt {

        left: 10%;
        bottom: 2% !important;

    }

    .img-several {
        flex-direction: column!important;
    }

    .img-several img {
        margin: 10px auto!important;
        padding: 10px !important;
    }




}