html,
 body {
     font-family: 'Roboto', sans-serif;
     font-size: 18px;
     line-height: 24px;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     height: 100%;
 }

ul {
    list-style: none;
}

body {
    scrollbar-face-color: #ffffff;
    scrollbar-track-color: #000000;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
p i {
    font-style: italic;
}
p b,
p strong {
    font-weight: 700;
}

body.admin-bar header nav{
    margin-top: 30px;
}

header {
    width: 100%;
    top: 0;
    z-index: 5;
}

header nav ul li a {
    font-weight: bold;
}

header nav ul li:last-child {
    margin-right: 30px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input,
textarea {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid;
    font-size: 14px;
    width: 100%;
    height: 40px;
}
textarea {
    height: 130px;
}
.row-no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutter [class^="col-"],
.row-no-gutter [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.container-small {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.full-width .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.full-width .container .row {
    margin-left: 0px;
    margin-right: 0px;
}
.full-width .container [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
@media (min-width: 1600px) {
    .section.discography .container {
        width: 100%;
        padding: 0 58px;
        max-width: 1900px;
    }
    .section.contact .container {
        width: 1030px;
    }
}
.section.discography .row {
    margin-left: 0px;
    margin-right: 0px;
}
.section.discography .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.upcomming-events {
    padding: 0 12px;
}
.upcomming-events .container {
    margin: 0 auto;
    max-width: 1500px;
    width: auto;
}
.upcomming-events [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 1600px) {
    .section.biography .container {
        width: 1550px;
    }
}
@media (min-width: 1600px) {
    .section.player-album .container {
        width: 1500px;
    }
}
@media (min-width: 1600px) {
    .section.blog .container {
        width: 1420px;
    }
}
@media (min-width: 1600px) {
    .section.blog.single-post .container {
        width: 1310px;
    }
    .section.blog.single-post .post-details {
        max-width: 910px;
    }
}
.last-media .container {
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    max-width: 800px;
    width: auto;
    padding: 0;
}
@media (min-width: 1200px) {
    .last-media .container {
        max-width: 1200px;
    }
}
@media (min-width: 1600px) {
    .last-media .container {
        max-width: 1480px;
    }
}
@media (min-width: 1600px) {
    .section.contact .container {
        width: 1030px;
    }
}
@media (min-width: 1600px) {
    body.page-shop .container {
        width: 1519px;
    }
    body.page-shop .container [class^="col-"],
    body.page-shop .container [class*=" col-"] {
        padding: 0 19px;
    }
}
@media (min-width: 1600px) {
    .section.featured-artists .container {
        width: 1575px;
    }
    .section.featured-artists .container .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .section.featured-artists .container .row .col-md-3 {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.section.featured-artists .container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.col-contact {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .col-contact {
        padding-left: 20px;
    }
}
@media (min-width: 992px) {
    .col-contact {
        padding-left: 50px;
    }
}
@media (max-width: 991px) {
    .comingsoon.intro {
        height: 800px;
    }
}
@media (max-width: 991px) {
    .comingsoon .slides-container img {
        max-width: none !important;
        height: 100% !important;
        width: auto !important;
    }
}

section.list-posts, div.pattern {
    background-image: url("../images/pattern.jpg");
    background-repeat: repeat;
}

section.bg-blog {
    background-image: url("../images/bg-blog.jpg");
    background-repeat: repeat;
}

section.featured-artists {
    background-image: url("../images/bg-biography.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
}

section.upcomming-events-list {
    background-image: url("../images/bg-upcomming-events-list.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
}

section.discography {
    background-image: url("../images/bg-discography.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
}

section.contact {
    background-image: url("../images/bg-contact.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
    padding-bottom: 50px;
}

.post-item {
    position: relative;
    margin-bottom: 50px;
}

.list-posts p {
    line-height: 30px;
    color: #8b8b8b;
}
p.date {
    text-align: center;
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #ca9e2a;
    padding: 19px 19px 11px 19px;
}

p.date span.day {
    font-size: 35px;
    font-weight: 900;
}
p.date span {
    display: block;
    color: #ffffff;
}

.title {

    font-size: 40px;
    line-height: 40px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 8.5px;
    color: #ca9e2a;

}

.yellow {
    color: #ca9e2a !important;
}

.title.post {
    font-family: "Cinzel", serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 4.3px;
    text-transform: uppercase;
    text-align: left;
    color: #be1212;
    margin: 20px 0;
}

.list-posts .btn {
    margin-top: 50px;
}

.list-posts .btn {
    margin-top: 20px;
}

.btn.rounded {
    background-color: #ca9e2a;
    color: #ffffff;
    border: none;
    height: 41px;
    font-style: normal;
    width: auto;
    padding: 13px 54px 10px 54px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
    border-radius: 20px;
}

.btn.rounded:hover {
    background-color: #b2b9bc;
}

.btn.border {
    border: 2px solid;
    background: transparent;
    padding-top: 12px !important;
}
.btn.border:hover {
    background-color: #b2b9bc;
    border-color: #b2b9bc;
}

.voffset150 {
    margin-bottom: 150px !important;
}

.voffset70 {
    margin-bottom: 70px !important;
}

.voffset50 {
    margin-bottom: 50px !important;
}

.voffset20 {
    margin-bottom: 20px !important;
}

.separator-icon {
    text-align: center;
    font-size: 28px;
    color: #A8A8A8;
    margin: 0 auto;
    position: relative;
}
.separator-icon i {
    border: 2px solid rgba(222, 222, 222, 0.8);
    height: 55px;
    width: 55px;
    padding-top: 14px;
    border-radius: 50%;
    position: relative;
}
.separator-icon i.fa-ticket:before {
    top: -2px;
    position: relative;
}
.separator-icon i.fa-music:before {
    top: -6px;
    left: -1px;
    font-size: 20px;
    position: relative;
}
.separator-icon i.fa-picture-o:before {
    top: -3px;
    font-size: 24px;
    position: relative;
}
.separator-icon:after,
.separator-icon:before {
    content: "";
    height: 2px;
    background-color: rgba(222, 222, 222, 0.8);
    width: 100px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 26px;
}
.separator-icon:after {
    left: calc(50% + 28px);
}
.separator-icon:before {
    right: calc(50% + 27px);
}
.inverse-color .separator-icon i {
    border-color: rgba(222, 222, 222, 0.2);
}
.inverse-color .separator-icon:after,
.inverse-color .separator-icon:before {
    background-color: rgba(222, 222, 222, 0.2);
}

.featured-artists .gallery-cell {
    padding-left: 30px;
    padding-right: 30px;
    height: 380px;
}
@media (min-width: 768px) {
    .featured-artists .gallery-cell {
        height: 450px;
    }
}
@media (min-width: 992px) {
    .featured-artists .gallery-cell {
        height: 360px;
    }
}
@media (min-width: 1600px) {
    .featured-artists .gallery-cell {
        height: 500px;
    }
}
.featured-artists .flickity-page-dots {
    bottom: -60px;
}
.featured-artist {
    position: relative;
    padding: 7px 0;
    overflow: hidden;
}
@media (min-width: 768px) {
    .featured-artist {
        padding: 15px 0;
    }
}
@media (min-width: 992px) {
    .featured-artist {
        padding: 0;
        max-width: 340px;
    }
}
.featured-artist .image img {
    height: auto;
    width: 100%;
    display: block;
}
.featured-artist .rollover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(202, 158, 42, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.featured-artist .rollover .social {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1;
}
.featured-artist .rollover .social a {
    color: #fff;
    background-color: #000;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 100%;
    border: 0;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.featured-artist .rollover .social a:hover {
    color: #ca9e2a;
}
.featured-artist .rollover .social li {
    display: block;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}
.featured-artist .rollover .social li:not(:last-child) a {
    border-bottom: 1px solid #353535;
}
.featured-artist .rollover .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 35px 27px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.featured-artist .rollover .title-artist {
    font-family: "Cinzel", serif;
    color: #fff;
    font-size: 41px;
    text-transform: uppercase;
    max-width: 100px;
    line-height: 36px;
    margin-bottom: 14px;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
}
.featured-artist .rollover p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}
.featured-artist:hover .rollover {
    opacity: 1;
}
.featured-artist:hover .rollover .social li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.featured-artist:hover .rollover .social li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.featured-artist:hover .rollover .social li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.featured-artist:hover .rollover .social li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.featured-artist:hover .rollover .text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.featured-artist:hover .rollover .text .title-artist {
    opacity: 1;
}

.biography {
    background-size: cover;
    background-position: center center;
}
.biography img {
    margin: 0 auto;
    display: block;
}
.biography .description {
    width: 100%;
    padding: 20px 10px 0;
}
@media (min-width: 768px) {
    .biography .description {
        float: right;
        width: 50%;
        padding-left: 20px;
    }
}
@media (min-width: 1200px) {
    .biography .description {
        float: none;
        width: auto;
        padding: 0;
    }
}
.biography .description p {
    line-height: 30px;
}
.biography .description p:not(:last-child) {
    margin-bottom: 30px;
}
.quote {
    border: 10px solid #ca9e2a;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 20px;
    float: none;
    font-family: "Cinzel", serif;
}
@media (min-width: 768px) {
    .quote {
        padding: 36px 20px 30px 60px;
        float: left;
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .quote {
        max-width: 380px;
        margin-left: -20px;
        width: auto;
        left: -60px;
    }
}
.quote p {
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 32px;
}
.quote p.author {
    font-size: 19px;
    color: #be1212;
    letter-spacing: normal;
    margin-top: 20px;
}
.quote p.author:before {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #be1212;
    display: inline-block;
    margin: 0 2px;
    position: relative;
    top: -6px;
}

.upcomming-events-list {
    background-position: center bottom;
    background-repeat: repeat-x;
}
.upcomming-events-list li {
    padding: 17px 0;
    border-bottom: 1px solid rgba(43, 43, 43, 0.9);
}

.upcomming-events-list li:first-child {
    border-top: 1px solid rgba(43, 43, 43, 0.9);
}

.upcomming-events-list li > div {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 990px;
}
@media (min-width: 1200px) {
    .upcomming-events-list li > div {
        max-width: 1020px;
    }
}
@media (min-width: 1600px) {
    .upcomming-events-list li > div {
        max-width: 1400px;
    }
}
@media (min-width: 768px) {
    .upcomming-events-list li p {
        float: left;
    }
}
.upcomming-events-list li p span {
    display: block;
    color: #ca9e2a;
    font-family: 'Roboto', sans-serif;
}
.upcomming-events-list li .date-event {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    line-height: 29px;
    padding: 26px 15px 16px;
}
@media (min-width: 768px) {
    .upcomming-events-list li .date-event {
        border-left: 2px solid #be1212;
        max-width: 134px;
        float: left;
    }
}
@media (min-width: 1600px) {
    .upcomming-events-list li .date-event {
        padding: 26px 30px 16px;
    }
}
.upcomming-events-list li .date-event span {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
}
.upcomming-events-list li .name {
    color: #afafaf;
    font-size: 15px;
    line-height: 22px;
    padding: 16px 35px;
    text-align: center;
}
@media (min-width: 768px) {
    .upcomming-events-list li .name {
        max-width: 360px;
        text-align: left;
    }
}
@media (min-width: 1600px) {
    .upcomming-events-list li .name {
        max-width: 705px;
        width: 705px;
        padding: 16px 65px;
    }
}
.upcomming-events-list li .name span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.upcomming-events-list li .venue {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 19px 35px 28px 35px;
    text-align: center;
    text-align: left;
}
@media (min-width: 768px) {
    .upcomming-events-list li .venue {
        border-left: 1px solid rgba(43, 43, 43, 0.9);
        border-right: 1px solid rgba(43, 43, 43, 0.9);
        max-width: 312px;
    }
}
@media (min-width: 1200px) {
    .upcomming-events-list li .venue {
        min-width: 280px;
    }
}
@media (min-width: 1600px) {
    .upcomming-events-list li .venue {
        width: 312px;
        padding: 19px 35px 28px 54px;
    }
}
.upcomming-events-list li .venue span {
    text-transform: none;
    font-size: 18px;
    margin-top: 5px;
}
.upcomming-events-list li .price {
    text-align: center;
    padding: 19px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
@media (min-width: 768px) {
    .upcomming-events-list li .price {
        max-width: 130px;
    }
}
@media (min-width: 1600px) {
    .upcomming-events-list li .price {
        width: 130px;
    }
}
.upcomming-events-list li .price span {
    font-size: 28px;
    margin-top: 8px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.upcomming-events-list li .buy {
    text-align: center;
}
@media (min-width: 768px) {
    .upcomming-events-list li .buy {
        text-align: left;
    }
}
.upcomming-events-list li .btn {
    margin: 29px 20px 29px 10px;
    padding: 13px 20px 10px;
}
@media (min-width: 1600px) {
    .upcomming-events-list li .btn {
        padding: 13px 35px 10px 35px;
        margin: 29px 65px;
    }
}
.upcomming-events-list li.more {
    display: none;
}
.upcomming-events-list-title {
    font-family: "Cinzel", serif;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding: 58px 0 42px;
    font-size: 26px;
    line-height: normal;
}
.view-all {
    text-align: center;
    padding: 0;
}


@media (min-width: 1600px) {
    .carousel-discography {
        height: 600px;
    }
}
.carousel-discography .gallery-cell {
    padding: 13px 13px 80px 13px;
    height: 500px;
}
@media (min-width: 1200px) {
    .carousel-discography .gallery-cell {
        height: 550px;
    }
}
@media (min-width: 1600px) {
    .carousel-discography .gallery-cell {
        width: 25%;
        height: 600px;
    }
}
.carousel-discography .gallery-cell .cover .rollover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(202, 158, 42, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.carousel-discography .gallery-cell .cover .rollover i {
    color: #ca9e2a;
    position: absolute;
    background-color: #ffffff;
    text-align: center;
    padding-top: 21px;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    font-size: 26px;
    left: 50%;
    top: 100%;
    margin-left: -32px;
    margin-top: -32px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.carousel-discography .gallery-cell .cover .rollover p {
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    top: 100%;
    margin-top: 48px;
    font-size: 16px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.carousel-discography .gallery-cell .cover:hover {
    cursor: pointer;
}
.carousel-discography .gallery-cell .cover:hover .rollover {
    opacity: 1;
}
.carousel-discography .gallery-cell .cover:hover .rollover p,
.carousel-discography .gallery-cell .cover:hover .rollover i {
    opacity: 1;
}
.carousel-discography .gallery-cell .cover:hover .rollover p {
    top: 53%;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.carousel-discography .gallery-cell .cover:hover .rollover i {
    top: 58%;
}
.info-album .cover {
    margin-bottom: 30px;
    position: relative;
}
.info-album .cover img {
    display: block;
}
.info-album p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.info-album p.album,
.info-album p.artist {
    font-family: "Cinzel", serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2.6px;
    line-height: 25px;
}
.info-album p.artist {
    font-weight: 400;
    color: #ca9e2a;
    padding-bottom: 5px;
}
.info-album p.album-list {
    color: #000000;
}
.info-album p.description {
    color: #8b8b8b;
}
.info-album .buyalbum {
    margin: 30px 0;
}
.info-album .links {
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    line-height: 15px;
    text-transform: uppercase;
}
.info-album .links,
.info-album .links a {
    color: #8b8b8b;
}
.info-album .links li {
    display: inline-block;
    margin: 0 3px;
}
.info-album .links li:not(:last-child):after {
    content: "|";
    margin-left: 6px;
}

/*------------------------------------------------------------------
[4. Footer / #footer]
*/
footer {
    background-color: #ca9e2a;
    color: #ffffff;
    text-transform: uppercase;
    padding: 35px 45px;
    position: relative;
    overflow: hidden;
}
footer p.copy {
    float: left;
    font-size: 13px;
    letter-spacing: -0.5px;
}
footer ul.menu-footer {
    float: right;
}
footer ul.menu-footer li {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.5px;
}
footer ul.menu-footer li:not(:last-child):after {
    content: ".";
    margin: 0 1px 0 7px;
}
footer ul.menu-footer li,
footer ul.menu-footer li a {
    color: #ffffff;
}

.section.contact {
    background-size: cover;
    background-position: center center;
}

.col-contact .title.small {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    color: #ffffff;
}

form.contact-form {
    position: relative;
}
form.contact-form label {
    color: #ffffff !important;
}
form.contact-form input,
form.contact-form textarea {
    color: #ffffff;
    border-color: rgba(222, 222, 222, 0.2);
}
form.contact-form input[type=submit],
form.contact-form textarea[type=submit] {
    margin-top: 20px;
}

.title.invert {
    color: #ffffff;
}
.title.big {
    font-size: 96px;
    line-height: 80px;
    margin-top: 16px;
    letter-spacing: 9.5px;
}
.title.small {
    font-family: "Cinzel", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ca9f2b;
}
.title.post {
    font-family: "Cinzel", serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 4.3px;
    text-transform: uppercase;
    text-align: left;
    color: #be1212;
    margin: 20px 0;
}
.title.post-detail {
    font-family: "Cinzel", serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 7.7px;
    text-transform: uppercase;
    text-align: left;
    color: #be1212;
    margin: 25px 0 15px;
}

/*------------------------------------------------------------------
[6.12. social]
*/
.social-links {
    margin-top: 40px;
}
.social-links li {
    display: inline-block;
}
.social-links a {
    color: #ffffff;
    border: 1px solid rgba(222, 222, 222, 0.2);
    font-size: 26px;
    display: block;
    margin: 0 3px;
    text-align: center;
    width: 48px;
    padding: 10px 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media (min-width: 1200px) {
    .social-links a {
        width: 60px;
        padding: 16px 0;
    }
}
.social-links a:hover {
    background-color: #ca9e2a;
    border-color: #ca9e2a;
}

ul {
    padding: 0px;
}
ul.contact {
    margin: 26px 0 56px 7px;
}

ul.contact li {
    margin: 15px 0;
    color: #ffffff;
}

ul.contact i {
    color: #ca9e2a;
    width: 30px;
}

.intro {
    background-color: #000000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 540px;
}

@media (min-width: 768px) {
    .intro {
        height: calc(100% - 100px);
    }
    .intro.full-height {
        height: 100%;
    }
}
.intro .container,
.intro .row,
.intro .col-md-12,
.intro .playerVideo {
    height: 100%;
}
.intro > div,
.intro .vcenter {
    width: 100%;
}
.intro .text-overlay {
    position: absolute;
    z-index: 4;
}
.intro .text-overlay .logo-intro {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.loaded .intro .text-overlay .logo-intro {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.intro .text-overlay .primary-title,
.intro .text-overlay .subtitle-text,
.intro .text-overlay .coming-title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.loaded .intro .text-overlay .primary-title,
.loaded .intro .text-overlay .subtitle-text,
.loaded .intro .text-overlay .coming-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
@media (max-width: 767px) {
    .intro .text-overlay {
        top: 60px;
    }
}
.intro .slides-pagination {
    display: none;
    bottom: 150px;
}
.intro.intro-mini {
    height: auto;
    min-height: 0;
    background-size: cover;
    background-position: center;
}
.intro.intro-mini .text-center {
    margin-top: 100px;
    margin-bottom: 40px;
}
.intro.intro-mini .text-center .subtitle-text {
    margin-top: 20px;
}
.intro .play-video {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: -50px 0px 0px -50px;
    color: #fff;
    font-size: 75px;
    text-align: center;
    line-height: 65px;
    text-indent: -9999999px;
    background: url('../images/play.png') center center no-repeat rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    left: 50px;
    bottom: 0;
}
.intro .play-video.playing {
    background: url('../images/pause.png') center center no-repeat rgba(0, 0, 0, 0.5);
}
.intro .playerVideo:hover .play-video {
    display: block;
}
.primary-title {
    font-weight: 300;
    color: #eaeaea;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 10px;
}
@media (min-width: 992px) {
    .primary-title {
        font-size: 100px;
        line-height: 90px;
        letter-spacing: 20px;
    }
}
.coming-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #eaeaea;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 10px;
}
@media (min-width: 768px) {
    .coming-title {
        font-size: 50px;
        letter-spacing: 8.4px;
        line-height: 88px;
    }
}
.subtitle-text {
    font-weight: 300;
    color: #ca9e2a;
    margin: 20px 0px;
    font-size: 25px;
    line-height: 25px;
}
@media (min-width: 768px) {
    .subtitle-text {
        font-size: 30px;
        line-height: 30px;
    }
}
.text-preplayer {
    font-weight: 700;
    text-transform: uppercase;
    color: #eaeaea;
    font-size: 14px;
    letter-spacing: 3.2px;
    margin-bottom: 21px;
}

.post-details {
    margin-top: 52px;
    margin-bottom: 125px;
}
.post-details .featured-image {
    margin-bottom: 38px;
}
.post-details p {
    line-height: 36px;
    text-align: justify;
}
.post-details .title.small span.gray {
    color: #999999;
}
.post-details .title.small span.right {
    float: right;
}
.post-details .post-author .title.small,
.post-details .post-comments .title.small,
.post-details .post-reply .title.small {
    color: #000000;
    letter-spacing: 3.5px;
}
.post-details .post-author .media {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: 22px;
    padding: 31px 18px 35px;
}
.post-details .post-author .media > .pull-left {
    margin-right: 23px;
}
.post-details .post-author .media-body {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.post-details .post-author .media-heading {
    font-weight: 700;
    font-size: 18px;
}
.post-details .post-comments .media {
    margin-top: 38px;
}
.post-details .post-comments .media > .pull-left {
    margin-right: 12px;
    background-color: #ca9e2a;
}
.post-details .post-comments .media-heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    color: #000000;
}
.post-details .post-comments .media-heading small {
    font-size: 12px;
    display: block;
    margin-top: 6px;
    color: #CECECE;
}
.post-details .post-comments .media-body {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-weight: 300;
}
.post-details .post-comments .media-body .reply {
    font-size: 14px;
    display: block;
    color: #ca9e2a;
    font-weight: 700;
}
.post-details .post-reply form {
    margin-top: 30px;
}
.post-details .post-reply form input,
.post-details .post-reply form textarea {
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 18px;
}
.post-details .post-reply form input:not([type=submit]) {
    width: 223px;
    margin-right: 48px;
    height: 50px;
    display: inline-block;
}
.post-details .post-reply form textarea {
    padding: 16px 12px;
}
.sidebar {
    margin-top: 52px;
}
.sidebar .title.small {
    color: #000000;
    letter-spacing: 3.5px;
}
.sidebar .title.small i {
    font-size: 21px;
    position: relative;
    top: 3px;
    left: 4px;
    color: #ca9e2a;
}
.sidebar .search {
    width: 100%;
    position: relative;
    margin-top: 28px;
    margin-bottom: 46px;
    max-width: 272px;
}
.sidebar .search input {
    box-shadow: none;
    height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.3px;
}
.sidebar .search .input-group-btn {
    position: absolute;
    top: 11px;
    right: 31px;
    font-size: 17px;
}
.sidebar .search .input-group-btn i {
    color: #ca9e2a;
}
.sidebar .social {
    margin-top: 27px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.sidebar .social li {
    float: left;
}
.sidebar .social li.facebook i {
    background-color: #3655A6;
}
.sidebar .social li.twitter i {
    background-color: #00C0FF;
}
.sidebar .social li.google i {
    background-color: #D93838;
}
.sidebar .social li.instagram i {
    background-color: #203F69;
}
.sidebar .social li.linkedin i {
    background-color: #113777;
}
.sidebar .social li.pinterest i {
    background-color: #EC1717;
}
.sidebar .social li.flickr i {
    background-color: #EF2559;
}
.sidebar .social li.tumblr i {
    background-color: #1C3C6E;
}
.sidebar .social li.dribbble i {
    background-color: #E24090;
}
.sidebar .social li.youtube i {
    background-color: #DE1E1E;
}
.sidebar .social i {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-color: #ccc;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
    margin-right: 7px;
    border-radius: 2px;
    font-size: 21px;
    color: #ffffff;
}
.sidebar .advertisment {
    height: 250px;
    border: 2px solid #F3F3F3;
    position: relative;
    text-align: center;
}
.sidebar .advertisment p {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #B3B3B3;
    line-height: 20px;
    letter-spacing: 2.2px;
}
.sidebar .advertisment .vcenter {
    width: 100%;
}
.sidebar .instagram-feed {
    padding-top: 30px;
    padding-bottom: 40px;
}
.sidebar .instagram-feed li {
    display: inline-block;
    margin: 0 3px 1px 0;
}
.sidebar .instagram-feed li img {
    display: block;
}
.sidebar .menu-sidebar {
    position: relative;
    overflow: hidden;
    margin-top: 27px;
}
.sidebar .menu-sidebar li {
    float: left;
    width: 50%;
    background-color: #E1E1E1;
    color: #464646;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.sidebar .menu-sidebar li.active {
    background-color: #ca9e2a;
    color: #ffffff;
}
.sidebar .last-tweets,
.sidebar .last-comments,
.sidebar .last-posts-sidebar {
    margin-top: 28px;
    margin-bottom: 37px;
}
.sidebar .last-tweets li,
.sidebar .last-comments li,
.sidebar .last-posts-sidebar li {
    position: relative;
    overflow: hidden;
    padding-bottom: 14px;
    margin-top: 20px;
}
.sidebar .last-tweets li:not(:last-child),
.sidebar .last-comments li:not(:last-child),
.sidebar .last-posts-sidebar li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}
.sidebar .last-tweets .pull-left,
.sidebar .last-comments .pull-left,
.sidebar .last-posts-sidebar .pull-left {
    margin-right: 15px;
}
.sidebar .last-tweets .title-post p,
.sidebar .last-comments .title-post p,
.sidebar .last-posts-sidebar .title-post p {
    font-size: 15px;
    line-height: 22px;
}
.sidebar .last-tweets .date,
.sidebar .last-comments .date,
.sidebar .last-posts-sidebar .date {
    font-size: 13px;
    color: #ca9e2a;
    margin-top: 4px;
}
.sidebar .last-comments {
    margin-top: 15px;
}
.sidebar .last-tweets .title-post p {
    font-weight: 700;
}
.sidebar .list-tags {
    margin-top: 28px;
    margin-bottom: 40px;
}
.sidebar .list-tags li {
    display: inline-block;
    margin-right: -1px;
    margin-bottom: 11px;
}
.sidebar .list-tags li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
    border: 2px solid #F3F3F3;
    color: #000000;
    padding: 0 14px;
    letter-spacing: 0.4px;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.sidebar .list-tags li a:hover {
    color: #ffffff;
    background-color: #ca9e2a;
    border-color: #ca9e2a;
    text-decoration: none;
}
.sidebar .last-tweets li,
.sidebar .last-comments li {
    padding-bottom: 18px;
}
.sidebar .last-tweets .header-comment,
.sidebar .last-comments .header-comment {
    position: relative;
    overflow: hidden;
}
.sidebar .last-tweets .header-comment .pull-left,
.sidebar .last-comments .header-comment .pull-left {
    margin-right: 11px;
}
.sidebar .last-tweets .header-comment .date,
.sidebar .last-comments .header-comment .date {
    margin-top: 8px;
}
.sidebar .last-tweets .comment,
.sidebar .last-comments .comment {
    margin-top: 10px;
}
.sidebar .last-tweets .comment p,
.sidebar .last-comments .comment p {
    font-size: 14px;
    color: #667777;
    font-style: italic;
    line-height: 20px;
    font-family: georgia;
    line-height: 22px;
}
.sidebar .last-tweets .tweet,
.sidebar .last-comments .tweet {
    margin-top: 10px;
}
.sidebar .last-tweets .tweet p,
.sidebar .last-comments .tweet p {
    font-size: 15px;
    line-height: 22px;
}
.sidebar .last-tweets .tweet p a,
.sidebar .last-comments .tweet p a {
    color: #ca9e2a;
    text-decoration: none;
}
.inverse-color .sidebar .title.small {
    color: #F8F8F8;
}
.inverse-color .sidebar .list-tags li a {
    color: #F3F3F3;
}
.inverse-color .sidebar .last-tweets li:not(:last-child),
.inverse-color .sidebar .last-comments li:not(:last-child),
.inverse-color .sidebar .last-posts-sidebar li:not(:last-child) {
    border-bottom-color: rgba(238, 238, 238, 0.25);
}
.inverse-color hr {
    border-color: rgba(238, 238, 238, 0.25);
}
.inverse-color .post-details .post-author .media {
    border-color: rgba(238, 238, 238, 0.25);
}
.inverse-color .post-details .post-comments .media-body,
.inverse-color .post-details .post-author .media-body {
    color: #E8E8E8;
}
.inverse-color .post-details .post-comments .media-heading {
    color: #F8F8F8;
}
.inverse-color .post-details .post-author .title.small,
.inverse-color .post-details .post-comments .title.small,
.inverse-color .post-details .post-reply .title.small {
    color: #F8F8F8;
}
.inverse-color .form-control {
    background: #191919;
    color: #DCDCDC;
}

.paginationposts .row {
    border-top: 2px solid #e1e1e1;
}
.paginationposts nav {
    text-align: center;
    padding: 20px 0;
}
.paginationposts .pagination {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.paginationposts .pagination > li > a,
.paginationposts .pagination > li > span {
    background-color: #E1E1E1;
    border: none;
    color: #151518;
    padding: 10px 16px;
    margin: 0 5px;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.paginationposts .pagination > li:hover > a,
.paginationposts .pagination > li.active > a,
.paginationposts .pagination > li:hover > span,
.paginationposts .pagination > li.active > span {
    background-color: #ca9e2a;
    color: #ffffff;
}
.paginationposts .pagination > li:first-child > a,
.paginationposts .pagination > li:first-child > span,
.paginationposts .pagination > li:last-child > a,
.paginationposts .pagination > li:last-child > span {
    border-radius: 0;
    padding: 10px 23px;
}
.paginationposts.inverse-color .row {
    border-color: #555555;
}
.paginationposts.inverse-color .pagination > li > a,
.paginationposts.inverse-color .pagination > li > span {
    background-color: #555555;
    color: #ffffff;
}
.paginationposts.inverse-color .pagination > li:hover > a,
.paginationposts.inverse-color .pagination > li.active > a,
.paginationposts.inverse-color .pagination > li:hover > span,
.paginationposts.inverse-color .pagination > li.active > span {
    background-color: #ca9e2a;
}

img.album-detail {
    float:left !important;
    margin-right: 15px;
}

.wp-playlist {
    border: none !important;
}

.wp-playlist-dark {
    background-color: transparent !important;
}

.wp-playlist-current-item {
    display: none !important;
}

.wp-playlist-playing {
    background-color: transparent !important;
    color: #ca9e2a !important;
    font-weight: bold !important;
}

.wp-playlist-playing .wp-playlist-caption {
    background-color: transparent !important;
    color: #ca9e2a !important;
    font-weight: bold !important;
}

.wp-playlist-item, .wp-playlist-item-length {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}