html {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
}
body {
    font-family: 'Libre Baskerville',sans-serif, Arial;;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #404040;
    background-color: #fff;
    width:100%;
    height:100%;
}
.montserrat {
    font-family: 'Montserrat', sans-serif, Arial;
}
body a {
    text-decoration: none;
    color: #404040;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
}
body a:hover {
    color: #8c9ab9;
}
input, textarea, select {
    -webkit-appearance: none;
}
::-moz-selection {
    background-color: #aabdbd;
}
::selection {
    background-color: #aabdbd;
}
.nicescroll-cursors {
    width:10px!important;
    background: transparent!important;
    border-radius:20px;
}
.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: white;
    margin: 0;
}
.doc-loader td {
    text-align: center;
    vertical-align: middle;
}
.doc-loader img {
    width: 150px;
    height: 150px;
}
.nicescroll-rails {
    z-index: 2 !important;
}
.nicescroll-rails-vr:hover {
    cursor: pointer !important;
}
.nicescroll-rails-hr {
    display: none !important;
}
.content-660 {
    max-width: 660px;
}
.content-900 {
    max-width: 900px;
}
.content-1070 {
    max-width: 1070px;
}
.content-660 img,
.content-1070 img,
.content-900 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.scroll-top
{
    display: none;
    line-height: 0;
    z-index: 2;
    overflow: hidden;
    margin-left: 34px;
    bottom: 35px;
}

.scroll-top:hover
{
    cursor: pointer;
}

.scroll-top .fa
{
    font-size: 36px;
    width: 32px;
    color: #fff;
    padding:5px;
}

.scroll-top .fa:hover
{
    color: #8c9ab9;
}

#toggle
{
    height: 60px;
    padding: 20px 0;
    position: relative;
    background-color: #333333;
}

#toggle:hover
{
    cursor: pointer;
}

#toggle:before, #toggle:after
{
    content: '';
    height: 4px;
    width: 26px;
    background: #5B5B5B;
    left: 36px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    top: 48px;
}

#toggle:before
{
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

#toggle.on:before
{
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

#toggle.on:after
{
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

#toggle:after
{
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

#toggle .menu-line
{
    width: 26px;
    height: 4px;
    background: #5B5B5B;
    left: 36px;
    position: absolute;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    top: 48px;
}

#toggle.on .menu-line
{
    opacity: 0;
}

.sidebar
{
    position: absolute;
    background-color: #2D2D2D;
    height: 100% !important;
    width: 420px;
    left: -320px;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
    z-index: 3;
    display: none;
}

.sidebar.open
{
    left: 0;
    position: fixed;
}

.menu-left-part
{
    width: 320px;
    position: fixed;
    background: #333333;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3;
}

.search-field
{
    font-family: 'Montserrat', sans-serif, Arial;
    width: 100%;
    height: 100px;
    font-size: 18px;
    padding-left: 50px;
    background-color: #2D2D2D;
    color: #5B5B5B;
    border: none;
}

.site-info-holder
{
    width:100%;
    background: #8c9ab9;
}

.site-title
{
    font-family: 'Montserrat', sans-serif, Arial;
    color: #000;
    font-size: 46px;
    line-height: 38px;
    font-weight: 700;
    padding: 20px 0;
    width: 1028px;
    margin: 0 auto;
    position: absolute;
    top: 155px;
    text-transform: uppercase;
    z-index:4;
}

.site-description
{
    font-family: 'Montserrat', sans-serif, Arial;
    color: #848484;
    font-size: 14px;
    line-height: 23px;
    max-width: 200px;
}

#header-main-menu
{
    font-family: 'Montserrat', sans-serif, Arial;
    padding-left: 50px;
    padding-top: 80px;
}

.main-menu.sm-clean
{
    background-color: transparent;
    display: inline-block;
}

#header-menu {
    position: fixed;
    display: block;
    background: #242424;
    width: 100%;
    z-index: 5;
}

#header-menu .menu-wrapper {
    width: 1028px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.raku-logo {
    padding: 30px 0;
    display: flex;
    float: left;
    justify-content: flex-start;
}

.raku-logo-main {
    padding: 25px 0;
    display: flex;
    float: left;
    justify-content: flex-start;
}

.raku-logo-main a {
    background: url("images/raku-logo-white.png");
    width: 40px;
    height: 40px;
    color: white;
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.raku-logo-main a:hover,
.raku-logo-main a:focus {
    background: url("images/raku-logo-hover.png");
    width: 40px;
    height: 40px;
    color: white;
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.raku-logo a {
    text-decoration: none;
    color: #fff;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
    font-family:Impact, Coda, sans-serif, Arial;
    font-size:34px;
    letter-spacing: -.2px;
}

.raku-logo-main img {
    width:40px;
    height:40px;
}

.ul-menu {
    display: flex;
    justify-content: flex-end;
}

.ul-menu li {
    float: left;
    padding:30px;
}

.ul-menu li:last-child {
    padding: 30px 0 30px 30px;
}

.ul-menu li a {
    text-decoration: none;
    color: #fff;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size:14px;
    text-transform: uppercase;
}

.ul-menu li a:hover,
.ul-menu li a:focus {
    color:#8c9ab9;
}

.album-cover .album-img {
    width:80%;
    height:50%;
}

/* Timeline */
.timeline {
    border-left: 4px solid #8c9ab9;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #404040;
    font-family: 'Montserrat', sans-serif, Arial;;
    margin: 0 auto;
    position: relative;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 50px 50px;
    list-style: none;
}
.timeline h1,
.timeline h2,
.timeline h3 {
    font-family: "Oswald", sans-serif;
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em;
}
.timeline .event {
    /*border-bottom: 1px dashed rgba(255, 255, 255, 0.1);*/
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
}
.timeline .album-solo {
    color:#242424;
    font-weight:700;
}
.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline .event:before {
    left: -217.5px;
    color: #5d5d5d;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}
.timeline .event:after {
    box-shadow: 0 0 0 4px #8c9ab9;
    left: -57.85px;
    background: #5d5d5d;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.timeline .event:hover:after {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulse {
    25% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    75% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.dark-bg {
    background: #242424;
    padding:100px 0;
}

.dark-bg h2 {
    font-family: Impact, Coda, sans-serif, Arial;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -.2px;
    color:#fff;
    padding:0;
}

.dark-bg p {
    color:#fff;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 16px;
    line-height: 24px;
}

.dark-bg .row-40.last {
    padding-left: 100px;
}

#resultsPopular {
    display: flex;
}

#resultsPopular li {
    display: block;
    float: left;
    margin-right: 20px;
}

.video-section .row-40 {
    width: 40%;
}

.video-section .row-60 {
    width: 100%;
}

.video-content {
    display: flex;
    justify-content: space-between;
    padding:100px 0;
}

.video-content h2 {
    font-family: Impact, Coda, sans-serif, Arial;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -.2px;
    padding:0;
}

.video-content p {
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 16px;
    line-height: 24px;
}

table {
    width: 1028px;
    border-collapse: collapse;
    margin:10px auto 110px;
}

/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #8c9ab9;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size:14px;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .tabel-despre table {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    .tabel-despre table, .tabel-despre thead, .tabel-despre tbody, .tabel-despre th, .tabel-despre td, .tabel-despre tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .tabel-despre thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tabel-despre tr { border: 1px solid #ccc; }

    .tabel-despre td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .tabel-despre td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);

        color: #000;
        font-weight: bold;
    }

}

.sm-clean a
{
    color: #ffffff;
}

.sm-clean a.current, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active,
.sm-clean a.highlighted, .sm-clean ul a:hover, .sm-clean ul a:focus,
.sm-clean ul a:active, .sm-clean ul a.highlighted
{
    color: #C0D3D3;
}

.sm-clean a span.sub-arrow
{
    color: #0697AE;
}

.main-menu.sm-clean .sub-menu li a
{
    color: #848484;
    text-transform: uppercase;
    font-size: 14px;
}

.menu-right-part
{
    float: right;
    width: 100px;
    min-height: 100%;
    background-color: #242424;
}

.menu-right-part.open {
    position: absolute;
    right:0;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 3;
}

.logo-holder
{
    line-height: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
    vertical-align: middle;
}

.logo-holder img
{
    max-width: 100%;
    max-height: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.social-holder {
    position: fixed;
    z-index: 4;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.social-list
{
    text-align: center;
    color: #5B5B5B;
    font-size: 30px;
}

.social-list a
{
    padding: 10px;
    display: block;
    color: #fff;
    background: #242424;
}

.social-list a:hover
{
    color: #8c9ab9;
}

.site-content
{
    width: 100%;
    position: relative;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
    padding-bottom: 95px;
}

.home-content
{
    width: 100%;
    position: relative;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
    display: flex;
    height: 100%;
    padding: 45px 0;
}

body.page-scroll .site-content
{
    padding-bottom: 0;
}

body.open .site-content
{
    margin-left: 420px;
}


/* BLOG */

#blog-wrapper
{
    width: 50%;
    margin-left: 0;
    float: right;
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
}

.blog-holder
{
    padding-top: 30px;
    max-width: 470px;
    padding-bottom: 85px;
}

.blog-item-holder
{
    transition: .2s filter ease-in-out;
    -webkit-transition: .2s -webkit-filter ease-in-out;
}

.featured-post
{
    padding-bottom: 15px;
    /* padding-top: 50px; */
}

.blog-item-holder.featured-post .entry-content .entry-title
{
    padding-bottom: 40px;
}

.blog-item-holder .entry-content .entry-title a
{
    color: #242424;
    font-size: 48px;
    line-height: 50px;
}

.main-title {
    font-family: Impact, Coda, sans-serif, Arial;
    font-size:38px;
    line-height:40px;
    letter-spacing:-.2px;
}
.main-title a .light {
    font-weight: 100;
    font-family: Arial, sans-serif;
    display: inline-block;
    font-size: 40px;
    vertical-align: middle;
    line-height: 18px;
    top: -4px;
    position: relative;
}

.video-title .light {
    font-weight: 100;
    font-family: Arial, sans-serif;
    display: inline-block;
    font-size: 40px;
    vertical-align: middle;
    line-height: 18px;
    top: -3px;
    position: relative;
}
.main-content p {
    font-family: Impact, Coda, sans-serif, Arial;
    font-size:18px;
    line-height:24px;
    letter-spacing:-.2px;
}

.entry-content p {
    font-family: 'Montserrat', sans-serif, Arial;
    font-size:16px;
    line-height:24px;
}

.blog-item-holder .entry-content .entry-title a:hover
{
    color: #0697ae;
}

.blog-item-holder .entry-content .entry-title
{
    font-family: Impact, Coda, sans-serif, Arial;
    letter-spacing:-.2px;
    font-size: 38px;
    line-height: 30px;
    padding-top: 35px;
    padding-bottom: 0;
}

.excerpt {
    font-size: 16px;
    line-height: 28px;
    color: #5d5d5d;
    font-family: 'Montserrat', sans-serif, Arial;
}

.main-img {
    position: absolute;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    overflow: hidden;
}

.cuartalu-raze-album {
    font-family: 'Montserrat', sans-serif, Arial;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
}

.cuartalu-raze-album ul {
    display: inline-block;
    width:80%;
    margin-right:20px;
}

.cuartalu-raze-album ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    letter-spacing: -0.5px;
}

.cuartalu-raze-album ul li:last-child {
    border:0;
}

.cuartalu-raze-album ul li {
    font-family: 'Montserrat', sans-serif, Arial;
    font-size:14px;
    font-weight:300;
    color:#404040;
}

.cuartalu-raze-album ul li span {
    color: #ada6a6;
}

.row {
    display: inline-block;
}

.callToAction {
    display: flex;
    margin-top: 30px;
}

.nota-info {
    font-size:12px;
    line-height:12px;
    font-family: 'Montserrat', sans-serif, Arial;
    letter-spacing: -0.5px;
    color: #aaa;
}

.page-header-map {
    position: relative;
}

.page-header-map img {
    height: 50%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.overlay {
    background: rgba(255, 255, 255, .15);
    position: absolute;
    width:100%;
    height:100%;
}

button {
    border: 1px solid #5d5d5d;
    padding: 10px;
    color: #000;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size:15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 20px auto;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
    background: transparent;
}

button:hover,
button:focus {
    background: #8c9ab9;
    color:#fff;
    outline:none;
    cursor: pointer;
    border: 1px solid #8c9ab9;
}

.magazin-content {
    padding-top: 60px;
}

.magazin-content button {
    background: transparent;
    border:1px solid #404040;
    color:#404040;
    white-space:nowrap;
}

.magazin-content .site-subtitle {
    font-family: 'Montserrat', sans-serif, Arial;
    font-size:16px;
    line-height:24px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #404040;
}

.magazin-content .nota-info {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 400;
    letter-spacing: -0.5px;
    /* color: #404040; */
    color: #aaaaaa;
}

.album-title {
    color: #404040;
    font-size: 18px;
    line-height: 24px;
    font-family: Impact, Coda, sans-serif, Arial;
    letter-spacing:-.2px;
    padding: 0 0 10px 0;
}

.album-list li {
    font-family: 'Montserrat', sans-serif, Arial;
    display: block;
    font-size: 14px;
    line-height:20px;
    color: #404040;
    letter-spacing: -0.5px;
}

.album-list span {
    color: #ada6a6;
}

small {
    font-size:12px;
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight:300;
}

.doneaza-paypal {
    margin-right:20px;
    /* white-space:nowrap; */
    display: block;
    /* width: 100%; */
    /* flex-grow: 1; */
    float: left;
}

.comanda-album {
    /* width: 100%; */
    display: block;
    float: left;
}

.comanda-album input {
    /*border:0;*/
    background: none;
    color: #000;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 15px;
    border: 1px solid #5d5d5d;
    padding: 9px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 20px auto;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
    background: transparent;
    text-align: center;
    height:21px;

}

.comanda-album button:hover,
.comanda-album button:focus {
    background: none;
}

input::-webkit-input-placeholder {
    color: #000;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 15px;
}
input:-moz-placeholder {
    color: #000;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 15px;
}
input:-ms-input-placeholder { /* IE10+ */
    color: #000;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.downloadAlbum {
    display: none;
    white-space:nowrap;
    margin-left: 20px;
    background-color: #8c9ab9;
    color:#fff;
    border:0;
}

.downloadAlbum:hover,
.downloadAlbum:focus {
    color: #000;
}

#downloadAlbumCR,
#downloadAlbum1,
#downloadAlbum2,
#downloadAlbum3,
#downloadAlbum4,
#downloadAlbum5,
#downloadAlbum6,
#downloadAlbum7,
#downloadAlbum8,
#downloadAlbum9,
#downloadAlbum10 {
    display: none;
    width: 100%;
}

#downloadAlbumCR button,
#downloadAlbum1 button,
#downloadAlbum2 button,
#downloadAlbum3 button,
#downloadAlbum4 button,
#downloadAlbum5 button,
#downloadAlbum6 button,
#downloadAlbum7 button,
#downloadAlbum8 button,
#downloadAlbum9 button,
#downloadAlbum10 button {
    background-color: #8c9ab9;
    color:#fff;
    border:0;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}

#downloadAlbumCR p,
#downloadAlbum1 p,
#downloadAlbum2 p,
#downloadAlbum3 p,
#downloadAlbum4 p,
#downloadAlbum5 p,
#downloadAlbum6 p,
#downloadAlbum7 p,
#downloadAlbum8 p,
#downloadAlbum9 p,
#downloadAlbum10 p {
    white-space:nowrap;
    color:#404040;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size:12px;
    font-style: italic;
    padding: 0;
    margin: 5px 0 auto;
    line-height: 14px;
    text-align: center;
}

#downloadAlbumCR button:hover,
#downloadAlbum1 button:hover,
#downloadAlbum2 button:hover,
#downloadAlbum3 button:hover,
#downloadAlbum4 button:hover,
#downloadAlbum5 button:hover,
#downloadAlbum6 button:hover,
#downloadAlbum7 button:hover,
#downloadAlbum8 button:hover,
#downloadAlbum9 button:hover,
#downloadAlbum10 button:hover,
#downloadAlbumCR button:focus,
#downloadAlbum1 button:focus,
#downloadAlbum2 button:focus,
#downloadAlbum3 button:focus,
#downloadAlbum4 button:focus,
#downloadAlbum5 button:focus,
#downloadAlbum6 button:focus,
#downloadAlbum7 button:focus,
#downloadAlbum8 button:focus,
#downloadAlbum9 button:focus,
#downloadAlbum10 button:focus {
    color: #000;
}

.load-more-holder
{
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 18px;
    font-weight: 700;
    color: #c0d3d3;
    display: block;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

.more-posts
{
    display: block;
}

.more-posts
{
    color: #C0D3D3;
}

.more-posts:hover
{
    cursor: pointer;
    color: #aabdbd;
}

.featured-image-holder
{
    width: 50%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    align-self: center;
}

.featured-post-image
{
    position: absolute;
    height: calc(100% - 1px);
    width: calc(50% - 50px);
    background-size: contain;
    background-position: center center;
    z-index: -1;
}

.blog .excerpt
{
    font-size: 16px;
    line-height: 28px;
    color: #5d5d5d;
}

/* END BLOG */



/* DEFAULT PAGE */

.page .page-header-image
{
    line-height: 0;
    padding-top: 95px;
}

.page .page-header-image img
{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.page-template-default article
{
    padding-top: 110px;
}

.page h1.entry-title
{
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 22px;
    line-height: 35px;
}

/* END DEFAULT PAGE */


/* CONTACT */

.contact-content {
    padding:50px 0;
}

/* END CONTACT */


/* FOOTER */

.footer-info
{
    font-family: 'Montserrat', sans-serif, Arial;
    padding: 25px 0;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
    display: block;
    background: #242424;
    width: 100%;
    position: fixed;
    bottom:0;
}

.footer-info-video {
    font-family: 'Montserrat', sans-serif, Arial;
    padding: 25px 0;
    color: #242424;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
    display: block;
    background: #fff;
    width: 100%;
    position: fixed;
    bottom:0;
}

.footer-info-video .footer-text {
    color:#242424;
}

.footer-info-video .footer-text a {
    color:#242424;
}

.footer-info-video a
{
    color: #242424;
}

.footer-wrapper {
    width: 1028px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-text {
    color:#B5B5B5;
    font-size:14px;
}

.footer-info a
{
    color: #B5B5B5;
}

.footer-info .fa-heart
{
    color: #d8588c;
    padding-left: 3px;
    padding-right: 2px;
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    animation: pulse 1s infinite;
}

.parteners ul{
    /* display: inline-block; */
}

.parteners ul li {
    display: block;
    float: left;
}

.parteners ul li img {
    height:40px;
    display: block;
    margin-right: 20px;
}

.footer-text {
    display: block;
}

@keyframes pulse {
    0% { transform: scale(1.1); }
    70% { transform: scale(0.8,0.8); }
    80% { transform: scale(0.9,0.9); }
    100% { transform: scale(1.1);  }
}

@-moz-keyframes pulse {
    0% { transform: scale(1.1); }
    70% { transform: scale(0.8,0.8); }
    80% { transform: scale(0.9,0.9); }
    100% { transform: scale(1.1);  }
}

@-webkit-keyframes pulse {
    0% { transform: scale(1.1); }
    70% { transform: scale(0.8,0.8); }
    80% { transform: scale(0.9,0.9); }
    100% { transform: scale(1.1);  }
}

@-ms-keyframes pulse {
    0% { transform: scale(1.1); }
    70% { transform: scale(0.8,0.8); }
    80% { transform: scale(0.9,0.9); }
    100% { transform: scale(1.1);  }
}

/* END FOOTER */

.content-1028 {
    max-width: 1028px;
}

.site-info-wrapper
{
    width:1028px;
    position: relative;
    height:100px;
    padding-top: 95px;
    margin: 0 auto;
}

/* RESPONSIVE PART */

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

    .home-content {
        padding: 95px 0;
        width: 100%;
        display: block;
    }

    #blog-wrapper {
        margin-top: 150px;
    }

    .content-1070
    {
        width: 1070px;
        max-width: 90%;
    }

    .blog-holder
    {
        padding-top: 0;
    }

    .site-info-wrapper
    {
        width:1028px;
        position: relative;
        height:100px;
        padding-top: 95px;
        margin: 0 auto;
    }

    .content-1028 {
        max-width: 1028px;
    }

}

@media (min-width: 1024px) and (max-width: 1366px) {
    .home-content {
        padding: 95px 0;
        width: 100%;
        display: block;
    }

    .featured-post-image {
        top:0;
    }

    #blog-wrapper {
        margin-top:0;
        /* width: 37%; */
        display: block;
    }

    .blog-holder {
        padding-top: 50px;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 50px;
        display: block;
    }
}

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

    .home-content {
        padding: 95px 0;
        display: flex;
    }

    #header-menu .menu-wrapper {
        max-width:700px;
    }

    #header-menu .menu-wrapper .ul-menu li {
        padding:30px 10px;
    }

    .content-1028.discografie-content {
        max-width: 750px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-1028 {
        max-width: 900px;
    }

    .site-info-wrapper {
        max-width:900px;
    }

    .site-title {
        max-width:900px;
    }

    .footer-wrapper {
        max-width: 900px;
    }

    .one_half
    {
        width: 48%;
    }

    .one_third
    {
        width: 30.6%;
    }

    .two_third
    {
        width: 65.1332%;
    }

    .one_fourth
    {
        width: 21.8%;
    }

    .three_fourth
    {
        width: 73.8%;
    }

    .one,  .one_half,  .one_third,  .two_third,  .three_fourth, .one_fourth
    {
        margin-right: 4%;
    }

    .header-holder
    {
        padding-top: 85px;
    }

    .header-logo
    {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 60px;
    }

    .header-menu
    {
        float: none;
    }

    .main-menu ul
    {
        width: 12em;
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active
    {
        padding-right: 0;
        padding-left: 0;
    }

    #blog-wrapper
    {
        margin-top: 50px;
    }

    #blog-wrapper
    {
        width: 50%;
    }

    .featured-post-image {
        /* height:500px; */
        width: calc(65% - 50px);

    }

    .blog-holder
    {
        padding-top: 35px;
    }

    .blog-holder, .load-more-holder
    {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 95px;
    }

    .featured-post
    {
        padding-bottom: 15px;
    }

}

@media (min-width: 801px) and (max-width: 1280px) {
    .home-content {
        padding: 95px 0;
        width: 100%;
        display: flex;
    }

    #blog-wrapper {
        margin-top:0;
    }

    .blog-holder {
        padding-top: 50px;
        padding-left: 0;
    }
}

@media (min-width: 801px) and (max-width: 1024px) {
    .home-content {
        padding: 95px 0;
        width: 100%;
        display: block;
    }

    .featured-post-image {
        top:0;
    }

    #blog-wrapper {
        margin-top:0;
        width: 37%;
        display: block;
    }

    .blog-holder {
        padding-top: 50px;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        display: block;
    }

    .callToAction {
        display: block;
        width:100%;
    }

    .doneaza-paypal,
    .doneaza-paypal button,
    .comanda-album {
        width:100%
    }

    .comanda-album {
        float:none;
    }

    .comanda-album input {
        display: flex;
        padding: 9px 0;
        width: 100%;
    }
}

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

    .home-content {
        padding: 0;
        width: 100%;
        display: block;
    }

    .featured-post-image {
        height: calc(100% - 130px);
        top: 0;
        width: 100%;
        width: calc(60% - 60px);
    }

    #blog-wrapper {
        margin-top:300px;
        width:100%;
    }

    .blog-holder {
        padding-top: 195px;
    }

    #header-menu .menu-wrapper {
        max-width: 700px;
    }

    .content-1028 {
        max-width: 700px;
    }

    .site-info-wrapper {
        max-width: 700px;
    }

    .site-title {
        max-width: 700px;
    }

    .footer-wrapper {
        max-width: 700px;
    }

}

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

    #blog-wrapper {
        margin-top: 100px;
        width: 45%;
    }

    .blog-holder {
        padding-bottom: 0;
        padding-left: 0;
        padding-right:0;
        padding-top: 0;
    }

    .parteners ul li {
        width:26%;
    }

    button {
        font-size:15px;
        padding: 10px;
        white-space: nowrap;
        margin: 10px auto;
        width: 100%;
    }

    .callToAction {
        display: block;
        width:100%;
    }

    .doneaza-paypal,
    .doneaza-paypal button,
    .comanda-album {
        width:100%
    }

    .comanda-album {
        float: none;
    }

    .comanda-album input {
        display: flex;
        padding: 10px 0;
        width:100%;
    }

}

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

    .page-template-default article {
        padding-top:50px;
    }

    .content-1028.discografie-content {
        max-width: 70%;
    }

    .timeline {
        padding: 10px 25px 0px;
    }

    .timeline .event:before {
        left: -161.5px;
    }

    .timeline .event:after {
        left: -31.85px;
    }

    .content-1028 {
        max-width: 100%;
    }

    #header-menu {
        display: none;
    }

    .blog-item-holder.featured-post .entry-content .entry-title
    {
        font-size: 40px;
        line-height: 43px;
    }

    .home-content {
        width: calc(100% - 40px);
        margin-left: 40px;
        /* padding: 0; */
        display: block;
    }

    .featured-post-image {
        height: 550px;
        top:0;
        width:100%;
    }

    .social-holder {
        display: none;
    }

    .sidebar
    {
        width: 360px;
        display: block;
        z-index: 5;
    }

    .home .sidebar {
        height: 1265px!important;
    }

    .video-page .sidebar{
        height: 1615px!important;
    }

    .sidebar .social-holder-side {
        position: relative;
        display: block;
    }

    .sidebar .site-info-holder {
        background: none;
        padding-left: 50px;
        padding-top: 15px;
        width:auto;
    }

    .sidebar .site-title {
        font-family: Impact, Coda, sans-serif, Arial;
        font-size: 24px;
        letter-spacing: -.2px;
        color: #fff;
        padding: 10px 0;
        width:auto;
        position: relative;
        top:0;
        text-transform: lowercase;
    }

    .sidebar .site-title a {
        color: #fff;
    }

    .sidebar #header-main-menu {
        padding-top: 0;
    }

    .sidebar #header-main-menu li a {
        font-family: 'Montserrat', sans-serif, Arial;
        font-size: 14px;
        text-transform: uppercase;
        color:#fff;
    }

    .sidebar .footer-info-side {
        display: block;
        position: absolute;
        bottom:0;
        left: 0;
    }

    .sidebar .footer-info-side .footer-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        display: block;
        justify-content: space-between;
        flex-direction: column;
    }

    .sidebar .footer-info-side .parteners ul {
        width: 80%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        flex-flow: wrap;
        padding-left: 50px;
    }

    .parteners ul li {
        display: flex;
        float: none;
        align-items: center;
        align-content: center;
        align-self: center;
        width: 30%;
        height: 30%;
        clear: both;
    }

    .sidebar .footer-info-side .parteners ul li a {
        width: 100%;
        height:100%;
        display: flex;
    }

    .sidebar .footer-info-side .parteners ul li img {
        display: flex;
        margin-right: 16px;
        height: 50%;
        width: 50%;
    }


    .sidebar .footer-info-side .footer-text,
    .sidebar .footer-info-side .footer-info a {
        display: block;
        font-family: 'Montserrat', sans-serif, Arial;
        font-size: 13px;
        padding-left: 50px;
    }

    .sidebar .footer-text a {
        color: #B5B5B5;
    }

    #blog-wrapper {
        margin-top: 550px;
        width:100%;
    }

    .blog-holder {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
    }

    .site-info-wrapper {
        width:100%;
        padding-top: 0;
        height:50px;
    }

    .site-title {
        width:100%;
        top:10px;
        font-size:36px;
    }

    .magazin-content,
    .despre-content,
    .discografie-content,
    .contact-content {
        padding-left:10px;
        padding-right:10px;
    }

    .video-content {
        display: block;
        padding:50px 20px;
    }

    .dark-bg {
        padding:0 20px;
        background:transparent;
    }

    .dark-bg h2,
    .dark-bg p {
        color: #404040;
    }

    .video-content .row-40,
    .video-content .row-60 {
        width:100%;
    }

    #resultsPopular {
        display: block;
    }

    .footer-info,
    .footer-info-video {
        display: none;
    }

    .menu-right-part
    {
        width: 40px;
    }

    #toggle
    {
        padding: 0;
        height: 40px;
    }

    #toggle .menu-line, #toggle:before, #toggle:after
    {
        width: 20px;
        left: 10px;
        top: 19px;
        height: 2px;
    }

    #toggle:before
    {
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    #toggle:after
    {
        -webkit-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0);
    }

    .social-list
    {
        font-size: 15px;
    }

    .social-list a
    {
        padding-top: 10px;
    }

    .sidebar.open
    {
        width: 100%;
    }

    .open .menu-left-part
    {
        width: calc(100% - 100px);
    }

    .site-content
    {
        width: calc(100% - 40px);
        margin-left: 40px;
    }

    body.open .site-content
    {
        z-index: -1;
        margin-left: 40px;
    }

    .scroll-top
    {
        margin-left: 4px;
    }

    #resultsPopular {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        flex-flow: wrap;
    }

    #resultsPopular li {
        align-items: center;
        align-content: center;
        align-self: center;
        width: 45%;
        clear: both;
        margin-right: 10px;
    }

    #resultsPopular iframe {
        margin-right: 16px;
    }

}

@media (min-width: 567px) and (max-width: 600px) {

    .one_half {
        width:100%;
    }

    .discografie-content {
        max-width: 70%;
    }

    .timeline {
        padding: 10px 25px 0px;
    }

    .timeline .event:before {
        left: -161.5px;
    }

    .timeline .event:after {
        left: -31.85px;
    }

    .timeline li {
        border-bottom: 1px dashed rgba(6, 6, 6, 0.4);
    }

    .featured-post {
        padding-top: 35px;
    }

    .featured-post-image {
        height: 450px;
    }

    #blog-wrapper {
        margin-top: 350px;
    }

    button {
        font-size:15px;
        padding: 10px;
        white-space: nowrap;
        margin: 10px auto;
        width: 100%;
    }

    .callToAction {
        display: block;
        width:100%;
    }

    .doneaza-paypal,
    .doneaza-paypal button,
    .comanda-album {
        width:100%
    }

    .comanda-album {
        float: none;
    }

    .comanda-album input {
        display: flex;
        padding: 10px 0;
        width:100%;
    }

}

@media (max-width: 599px) and (min-width: 415px) {

    .discografie-content {
        max-width: 65%;
    }

    .timeline {
        padding:10px 10px 10px;
    }

    .timeline .event:before {
        left: -150.5px;
    }

    .timeline .event:after {
        left: -16.85px;
    }

    .timeline li {
        border-bottom: 1px dashed rgba(6, 6, 6, 0.4);
    }

    .one_half {
        width:100%;
    }

    .featured-post-image {
        height: 350px;
    }

    .home-content .featured-post {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .blog-holder {
        padding-left:30px;
        padding-right:30px;
    }

    #blog-wrapper {
        margin-top: 250px;
    }

    .page-template-default article
    {
        padding-top: 50px;
    }

    button {
        font-size:15px;
        padding: 10px;
        white-space: nowrap;
        margin: 10px auto;
        width: 100%;
    }

    .callToAction {
        display: block;
        width:100%;
    }

    .doneaza-paypal,
    .doneaza-paypal button,
    .comanda-album {
        width:100%
    }

    .comanda-album {
        float: none;
    }

    .comanda-album input {
        display: flex;
        padding: 10px 0;
        width:100%;
    }

    input::-webkit-input-placeholder,
    input:-moz-placeholder,
    input:-ms-input-placeholder {
        color: #000;
        font-family: 'Montserrat', sans-serif, Arial;
        font-size: 15px;
    }

    input::-webkit-input-placeholder {
        font-size: 15px;
    }

    .sidebar .footer-info-side .parteners ul {
        width: 80%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        flex-flow: wrap;
    }

    .sidebar .footer-info-side .parteners ul li img {
        display: flex;
        min-width: 100%;
        min-height: 100%;
        margin-right: 16px;
        height: 6%;
        width: 6%;
    }

}

@media (min-width: 320px) and (max-width: 414px) {

    .discografie-content {
        max-width: 70%;
    }

    .timeline {
        padding: 10px 25px 0px;
    }

    .timeline .event:before {
        left: -161.5px;
    }

    .timeline .event:after {
        left: -31.85px;
    }

    .timeline li {
        border-bottom: 1px dashed rgba(6, 6, 6, 0.4);
    }

    .one_half {
        width:100%;
    }

    .home .sidebar {
        height: 1250px!important;
    }

    .main-title {
        font-size:24px;
        line-height: 28px;
        padding: 10px 0;
    }

    .main-title a .light {
        font-size: 24px;
        top: -1px;
    }

    .featured-post-image {
        height: 280px;
    }

    #blog-wrapper {
        margin-top: 190px;
    }

    .featured-post {
        padding-bottom: 20px;
    }

    .page-template-default article
    {
        padding-top: 50px;
    }

    button {
        font-size:15px;
        padding: 10px;
        white-space: nowrap;
        margin: 10px auto;
        width: 100%;
    }

    .callToAction {
        display: block;
        width:100%;
    }

    .doneaza-paypal,
    .doneaza-paypal button,
    .comanda-album {
        width:100%
    }

    .comanda-album {
        float: none;
    }

    .comanda-album input {
        display: flex;
        padding: 10px 0;
        width:100%;
    }

    #downloadAlbumCR p,
    #downloadAlbum1 p,
    #downloadAlbum2 p,
    #downloadAlbum3 p,
    #downloadAlbum4 p,
    #downloadAlbum5 p,
    #downloadAlbum6 p,
    #downloadAlbum7 p,
    #downloadAlbum8 p {
        margin: 10px auto 10px;
        text-align: center;
    }

    .sidebar .footer-info-side .parteners ul {
        width: 80%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        flex-flow: wrap;
    }

    .sidebar .footer-info-side .parteners ul li img {
        display: flex;
        min-width: 100%;
        min-height: 100%;
        margin-right: 16px;
        height: 6%;
        width: 6%;
    }

    #resultsPopular li {
        margin-right: 0;
        width:100%;
    }

}

@media (min-width: 300px) and (max-width: 320px) {

    .discografie-content {
        max-width: 65%;
    }

    .timeline {
        padding: 10px 15px 10px;
    }

    .timeline .event:before {
        left: -149.5px;
    }

    .timeline .event:after {
        left: -22.85px;
    }

    .timeline li {
        border-bottom: 1px dashed rgba(6, 6, 6, 0.4);
    }

    .callToAction {
        display: block;
    }

    .one_half {
        width:100%;
    }

    .featured-post-image {
        height: 250px;
    }

    #blog-wrapper {
        margin-top: 170px;
    }

    .home .sidebar {
        height: 1350px!important;
    }

    .doneaza-paypal {
        margin-right:0;
    }

    .featured-post {
        padding-bottom:20px;
    }

    button {
        font-size:15px;
        padding: 10px;
        white-space: nowrap;
        margin: 10px auto;
        width: 100%;
    }

    .comanda-album input {
        font-size:15px;
        padding: 10px 0;
        width:100%;
    }

    input::-webkit-input-placeholder,
    input:-moz-placeholder,
    input:-ms-input-placeholder {
        color: #000;
        font-family: 'Montserrat', sans-serif, Arial;
        font-size: 15px;
    }

    input::-webkit-input-placeholder {
        font-size: 15px;
    }

    #downloadAlbumCR button,
    #downloadAlbum1 button,
    #downloadAlbum2 button,
    #downloadAlbum3 button,
    #downloadAlbum4 button,
    #downloadAlbum5 button,
    #downloadAlbum6 button,
    #downloadAlbum7 button,
    #downloadAlbum8 button {
        margin: 0 auto;
    }

    #downloadAlbumCR p,
    #downloadAlbum1 p,
    #downloadAlbum2 p,
    #downloadAlbum3 p,
    #downloadAlbum4 p,
    #downloadAlbum5 p,
    #downloadAlbum6 p,
    #downloadAlbum7 p,
    #downloadAlbum8 p {
        margin: 10px auto 10px;
        text-align: center;
    }

    .sidebar .footer-info-side .parteners ul {
        width:50%;
    }

    .sidebar .footer-info-side .parteners ul li {
        width:26%;
    }

    #resultsPopular li {
        margin-right: 0;
    }
}