/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong {
    font-weight: 600;
}

body, html {
    font-family: "proxima-nova";
    font-weight: 400;
    background: #232626;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    max-width: 1220px;
    min-width: 1220px;
    width: 1220px;
    padding: 0px 60px;
    margin: 0 auto;
    height: 100%;
}

button {
    outline: none !important;
}

.clear {
    clear: both !important;
    float: none !important;
}

.title {
    font-size: 35px;
    line-height: 38px;
    color: #232626;
    font-weight: bold;
}

p,
.featured-content .text li,
.content-text li {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.btn {
    display: block;
    text-decoration: none;
    height: 50px;
    text-align: center;
    line-height: 48px;
    color: #232626;
    font-weight: bold;
    background: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: ease background-color 0.4s;
    -moz-transition: ease background-color 0.4s;
    -ms-transition: ease background-color 0.4s;
    -o-transition: ease background-color 0.4s;
    transition: ease background-color 0.4s;
}

.btn:hover {
    background: #EBA021;
    color: #fff;
}

.btn-clean {
    background: transparent;
    border: 1px solid #045696;
}

.btn-clean:hover {
    background: #EBA021;
    color: #FFFFFF;
    border: 1px solid #EBA021;
}

header {
    background: #232626;
    height: 90px;
}

.header-content {
    display: block;
}

.header-content .logo,
.header-content .nav,
.header-content .extraNav {
    float: right;
    display: block;
    height: 100%;
}

.header-content .logo {
    width: 200px;
    float: left;
}

.header-content .nav {
    width: auto;
    float: left;
}

.header-content .extraNav {
    width: auto;
    margin: 22px 0;
}

.header-content .logo .logoContent {
    line-height: 90px;
    height: 90px;
}

.header-content .logo .logoContent img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.header-content nav > ul {
    display: table;
    float: left;
    margin-left: 10px;
}

.header-content nav > ul > li {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: middle;
}

.header-content nav > ul > li > a {
    color: #FFFFFF;
    text-decoration: none;
    display: inherit;
    height: 90px;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid #232626;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    transition: ease all 0.4s;
    font-weight: 500;
}

.header-content nav ul li a.active,
.header-content nav ul li a:hover {
    color: #EBA021;
    border-bottom: 3px solid #fff;
}

.header-content nav > ul li:hover ul {
    display: block;
}

.header-content nav > ul li ul {
    position: absolute;
    background: #232626;
    display: none;
    z-index: 3;
}

.header-content nav > ul li ul li {
    display: block;
}

.header-content nav > ul li ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 15px 20px;
    border-bottom: 3px solid #232626;
    font-size: 15px;
    font-weight: 500;
}

.header-content .extraNav .openExtraContent {
    display: none;
}

.header-content .extraNav .extraNavContent {
    border: 1px solid #4A4C4C;
    float: right;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: table;
    z-index: 3;
}

.header-content .extraNav .extraNavContent > div {
    border-right: 1px solid #4A4C4C;

    display: table-cell;
    cursor: pointer;
    -webkit-transition: ease background-color 0.4s;
    -moz-transition: ease background-color 0.4s;
    -ms-transition: ease background-color 0.4s;
    -o-transition: ease background-color 0.4s;
    transition: ease background-color 0.4s;
}

.header-content .extraNav .extraNavContent > div a {
    text-decoration: none;
}

.header-content .extraNav .extraNavContent > div:last-child {
    border-right: none;
}

.header-content .extraNav .extraNavContent > div i {
    color: #D7E1E9;
    position: relative;
    top: 3px;
    font-size: 16px;
}

.header-content .extraNav .extraNavContent > div:hover {
    background: rgba(255, 255, 255, 0.3);
}

.header-mobile-open {
    width: 25px;
    height: 20px;
    display: none;
    top: 15px;
    left: 15px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.header-mobile-open span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #D7E1E9;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.header-mobile-open span:nth-child(1) {
    top: 0px;
}

.header-mobile-open span:nth-child(2), .header-mobile-open span:nth-child(3) {
    top: 10px;
}

.header-mobile-open span:nth-child(4) {
    top: 20px;
}

body.menu-open .header-mobile-open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

body.menu-open .header-mobile-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.menu-open .header-mobile-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.menu-open .header-mobile-open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

body.menu-open {
    -webkit-overflow-scrolling: touch;
}

.dropdown-language {
    display: none;
    position: absolute;
    top: 43px;
    z-index: 3;
    left: -1px;
    background: #232626;
    border: 1px solid #4A4C4C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dropdown-language .flag > a {
    padding: 10px 23px;
    display: block;
}

.dropdown-language .flag:hover {
    background: rgba(255, 255, 255, 0.3);
}

.dropdown-language .flag:last-child {
    margin-bottom: 0;
}

.search-input {
    z-index: 2;
    position: absolute;
    background: #000;
    width: 100%;
    height: 60px;
    padding: 10px;
    display: none;
}

.search-input > div {
    float: left;
}

.search-input .styled-input {
    width: 85%;
    padding-right: 10px;
}

.search-input .styled-input input {
    width: 100%;
    height: 40px;
    max-width: 100%;
    font-size: 16px;
    color: #232326;
    border: 1px solid #D7E1E9;
    background: #F7F7F7;
    padding-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.search-input .search-btn {
    width: 15%;
}

.search-input .search-btn button {
    width: 100%;
    border: none;
    height: 40px;
    line-height: normal;
    cursor: pointer;
    font-size: 14px;
}

.featured {
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 500px;
    position: relative;
    z-index: 1;
}

.featured:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.40));
}

.featured-content {
    width: 710px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-content .title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.featured-content .text {
    color: #D7E1E9;
    margin-bottom: 20px;
}

.featured-content .text a {
    color: #EBA021;
    text-decoration: none;
}

.content-text ul,
.featured-content .text ul {
    list-style: disc;
    margin-left: 20px;
}

.content-text ol,
.featured-content .text ol {
    list-style: decimal;
    margin-left: 20px;
}

.featured-content .featured-button a {
    width: 250px;
}

.featured-content .featured-button.orange .btn {

    background: #EBA021;
    color: #fff;

}

.featured-content .featured-button.orange .btn:hover {
    color: #232626;
    background: #FFFFFF;
}

.intro {
    background: #EBA021;
    padding: 80px 0;
}

.intro .intro-content {
    width: 710px;
    margin: 0 auto;
    text-align: center;
}

.intro .intro-content .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.intro .intro-content .artists,
.intro .intro-content .title {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.5px;
}

.services {
    padding: 80px 0;
    background: #fff;
}

.services .services-blocks {
    display: table;
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.services .title {
    margin-bottom: 20px;
    text-align: center;
}

.services .block {
    width: 24%;
    margin-right: 1.3333%;
    display: inline-block;
    text-align: left;
    padding: 30px;
    background: #F5F5F5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    vertical-align: top;
    cursor: pointer;
}

.services .block:last-child {
    margin-right: 0;
}

.services .block .icon {
    display: block;
    height: 90px;
    width: 90px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 3px solid;
    text-align: center;
    background: #FFFFFF;
    margin: -75px auto 20px auto;
    overflow: hidden;
}

.services .block.block-orange .icon {
    border-color: #EBA021;
}

.services .block .icon {
    border-color: #045696;
}

.services .block .icon.image {
    border: none;
}

.services .block .icon.image .hover {
    opacity: 0;
}

.services .block:hover .icon.image.has-hover .normal {
    display: none;
}

.services .block:hover .icon.image.has-hover .hover {
    opacity: 1;
}

.services .block.block-blue .icon i {
    font-size: 50px;
    color: #045696;
    line-height: 82px;
}

.services .block.block-orange .icon i {
    font-size: 50px;
    color: #EBA021;
    line-height: 82px;
}

.services .block .block-content {
    margin-bottom: 30px;
}

.services .block .block-title {
    color: #232626;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.services .block .block-text {
    font-size: 15px;
    line-height: 25px;
    color: #232326;
}

.services .block.block-blue .block-button a {
    background: #045696;
    color: #FFFFFF;
}

.services .block.block-blue .block-button a:hover {
    background: #232626;
}

.services .block.block-orange .block-button a {
    background: #EBA021;
    color: #FFFFFF;
}

.services .block.block-orange .block-button a:hover {
    background: #fff;
    color: #232626;
}

.reviews {
    background: #F5F5F5;
    padding: 80px 0;
}

.reviews .top {
    position: relative;
}

.reviews .top .title {
    text-align: center;
    line-height: 50px;
    margin-bottom: 60px;
}

.reviews .top .btn-overview {
    position: absolute;
    right: 0;
    top: 0;
}

.reviews .top .btn-overview a {
    min-width: 120px;
    padding: 0 15px;
    border-color: #EBA021;
}

.reviews-content {
    margin: 0px -15px;
}

.reviews .top .btn-overview a:hover {
    border-color: #EBA021;
    background: #EBA021;
}

.reviews-content .review {
    width: 33.3333%;
    float: left;
}

.reviews-content .review .review-content {
    background: #FFFFFF;
    padding: 30px;
    border: 1px solid #D7E1E9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
}

.reviews-content .review:nth-child(3n+3) {
    margin-right: 0;
}

.reviews-content .review .review-content:after,
.reviews-content .review .review-content:before {
    border-left: 2px solid transparent;
    border-right: 17px solid transparent;
    border-top: 22px solid #fff;
    bottom: -21px;
    content: '';
    left: 60px;
    margin-left: -20px;
    position: absolute;
}

.review-in {
    padding: 15px;
}

.reviews-content .review .review-content:before {
    border-left: 3px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid;
    border-top-color: inherit;
    bottom: -24px;
    margin-left: -22px;
}

.reviews-content .review .review-content p {
    margin-bottom: 10px;
}

.reviews-content .review .review-content span {
    color: #045696;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 21px;
}

.reviews-content .review .client-info .profile-picture {
    height: 60px;
    width: 60px;
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.reviews-content .review .client-info .profile-picture img {
    display: block;
    max-width: 100%;
}

.reviews-content .review .client-info .client-content {
    display: inline-block;
    vertical-align: middle;
}

.reviews-content .review .client-info .client-content .name {
    color: #232626;
    font-size: 21px;
    line-height: 28px;
    font-weight: bold;
}

.reviews-content .review .client-info .client-content span {
    color: #232626;
    font-size: 14px;
    line-height: 21px;
    opacity: .5;
}

.news-selected {
    padding: 80px 0;
    background: #fff;
}

.news-selected .top {
    position: relative;
    margin-bottom: 40px;
}

.news-selected .top .title {
    float: left;
}

.news-selected .top .navigate-news {
    float: right;
}

.news-selected .top .navigate-news .news-overview {
    min-width: 120px;
    float: left;
}

.news-selected .top .navigate-news .news-overview a {
    padding: 0 15px;
}

.news-selected .top .navigate-news .navigate {
    float: right;
    margin-left: 10px;
    height: 50px;
}

.news-selected .top .navigate-news .navigate > div {
    width: 50px;
    float: left;
    border: 1px solid #045696;
    display: block;
    cursor: pointer;
}

.news-selected .top .navigate-news .navigate > div .btn {
    background: transparent;
}

.news-selected .top .navigate-news .navigate > div .btn:hover {
    background: #EBA021;
}

.news-selected .top .navigate-news .navigate > div i {
    height: 48px;
    line-height: 52px;
    border-radius: 0;
}

.news-selected .top .navigate-news .navigate .navigate-left {
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;

    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.news-selected .top .navigate-news .navigate .navigate-right {
    border-left: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;

    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.news-selected .top .navigate-news .navigate > div:hover {
    border: 1px solid #EBA021;
}

.news-selected .news-selected-content {
    float: left;
    width: 100%;
    overflow-x: hidden;
}

.news-selected .news-selected-content .inner {
    width: 4000px;
    float: left;
    position: relative;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    transition: ease all 0.4s;
}

.news-selected .news-item {
    float: left;
    background: #FFFFFF;
    border: 1px solid #D7E1E9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 267px;
    margin-right: 10px;
}

.news-selected .news-item:last-child {
    margin-right: 0 !important;
}

.news-selected .news-item a {
    text-decoration: none;
}

.news-selected .news-item .img {
    height: 200px;
    overflow: hidden;
}

.news-selected .news-item .img img {
    max-height: 100%;
    display: block;
}

.news-selected .news-item .news-item-content {
    padding: 20px;
}

.news-selected .news-item .news-item-content .news-item-title {
    color: #232326;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.news-selected .news-item .news-item-content .cat {
    color: #EBA021;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
}

.news-archive {
    padding: 50px 0;
    background: #fff;
}

.news-archive .news-archive-content .news-intro {
    width: 55%;
    margin: 0 auto 40px auto;
}

.news-archive .news-archive-content .news-intro .title {
    margin-bottom: 20px;
}

.news-archive .news-archive-content .news-intro p {
    font-size: 21px;
    line-height: 28px;
}

.news-archive-items .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    float: left;
}

.news-archive-items .item:nth-child(3n+3) {
    margin-right: 0;
}

.news-archive-items .item > div {
    background: #FFFFFF;
    border: 1px solid #D7E1E9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.news-archive-items .item .img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.news-archive-items .item .item-content {
    padding: 20px;
}

.news-archive-items .item .item-content .info {
    font-size: 12px;
    color: #232326;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.news-archive-items .item .item-content .info a {
    color: #EBA021;
    text-decoration: none;
    -webkit-transition: ease color 0.4s;
    -moz-transition: ease color 0.4s;
    -ms-transition: ease color 0.4s;
    -o-transition: ease color 0.4s;
    transition: ease color 0.4s;
}

.news-archive-items .item .item-content .info a:hover {
    color: #232326;
}

.news-archive-items .item .item-content .item-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #232326;
    margin-bottom: 10px;
}

.news-archive-items .item .item-content .item-text {
    font-size: 14px;
    line-height: 24px;
    color: #232326;
}

.news-archive-content .loadMore {
    width: 100%;
}

.news-archive-content .loadMore a {
    width: 250px;
    margin: 0 auto;
    background: #232326;
    color: #fff;
}

.news-archive-content .loadMore a:hover {
    background: #EBA021;
}

.albums-archive {
    padding: 50px 0;
    background: #fff;
}

.albums-archive .albums-archive-content > div {
    float: left;
}

.open-filter-btn {
    display: none;
}

.filter {
    width: 20%;
}

.albums-archive .albums-archive-content .albums {
    width: 80%;
    border-left: 1px solid #D7E1E9;
    padding-left: 50px;
}

.albums-archive.album-archive-brick {
    background: #F5F5F5;
}

.albums-archive.album-archive-brick .albums-archive-content > div {
    float: none;
}

.albums-archive.album-archive-brick .albums-archive-content .albums {
    width: 100%;
    padding-left: 0px;
}

.albums-archive.album-archive-brick .top {
    text-align: center;
    line-height: 50px;
    margin-bottom: 60px;
    position: relative;
}

.albums-archive.album-archive-brick .top .btn-overview {
    position: absolute;
    top: 0;
    right: 0;
}

.albums-archive.album-archive-brick .top .btn-overview .btn {
    min-width: 120px;
    padding: 0 15px;
}

.albums-archive.album-archive-brick .top .sort {
    position: absolute;
    top: 0;
    left: 0;
}

.filter > div {
    margin-bottom: 30px;
}

.filter > div .fil-title {
    color: #045696;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.5;
    line-height: 21px;
    margin-bottom: 10px;
}

.filter .sort,
.top .sort {
    margin-bottom: 20px;
}

.filter .sort > div,
.top .sort > div {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    color: #232326;
    -webkit-transition: ease color 0.4s;
    -moz-transition: ease color 0.4s;
    -ms-transition: ease color 0.4s;
    -o-transition: ease color 0.4s;
    transition: ease color 0.4s;
}

.filter .sort > div i,
.top .sort > div i {
    font-size: 24px;
    cursor: pointer;
}

.filter .sort > div:hover,
.top .sort > div:hover {
    color: #EBA021;
}

.filter .sort > div.active,
.top .sort > div.active {
    color: #EBA021;
}

.filter .categorie ul li {
    font-size: 14px;
    line-height: 21px;
    color: #232326;
    padding: 5px 0;
    cursor: pointer;
    -webkit-transition: ease color 0.4s;
    -moz-transition: ease color 0.4s;
    -ms-transition: ease color 0.4s;
    -o-transition: ease color 0.4s;
    transition: ease color 0.4s;
}

.filter .year ul li {
    width: 50%;
    float: left;
    padding: 5px 0;
    font-size: 14px;
    line-height: 21px;
    color: #232326;
    -webkit-transition: ease color 0.4s;
    -moz-transition: ease color 0.4s;
    -ms-transition: ease color 0.4s;
    -o-transition: ease color 0.4s;
    transition: ease color 0.4s;
}

.filter .categorie ul li a {
    color: #232326;
    text-decoration: none;
    display: block;
}

.filter .year ul li input {
    position: relative;
    top: -1px;
    cursor: pointer;
    margin-right: 8px;
}

.filter .year ul li label {
    cursor: pointer;
    display: block;
}

.filter .categorie ul li.active a,
.filter .year ul li.active,
.filter .categorie ul li:hover,
.filter .year ul li:hover,
.filter .categorie ul li:hover a,
.filter .year ul li:hover a {
    color: #EBA021;
}

.filter .categorie ul li.active a,
.filter .year ul li.active {
    font-weight: bold;
}

.button > a {
    background: #232626;
    color: #fff;
    margin-right: 20px;
}

.albums .album {
    float: left;
    display: block;
}

.albums .album img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.albums .album a {
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
    display: block;
    position: relative;
    color: #EBA021;
}

.albums .album a > div {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    opacity: 0;

    -webkit-transition: ease opacity 0.2s;
    -moz-transition: ease opacity 0.2s;
    -ms-transition: ease opacity 0.2s;
    -o-transition: ease opacity 0.2s;
    transition: ease opacity 0.2s;
}

.albums .album:hover a > div,
.albums .album.default-image a > div {
    opacity: 1;
}

.albums.three .album {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.albums.three .album:nth-child(3n+3) {
    margin-right: 0;
}

.album-songs p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
}

.album-songs p a {
    color: inherit !important;
}

.albums-archive .albums-archive-content .albums.four .album {
    width: 24%;
    margin-right: 1.333333%;
    margin-bottom: 10px;
}

.albums-archive .albums-archive-content .albums.four .album:nth-child(4n+4) {
    margin-right: 0;
}

.albums-archive .albums-archive-content .albums.five .album {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 10px;
}

.albums-archive .albums-archive-content .albums.five .album:nth-child(5n+5) {
    margin-right: 0;
}

.albums-archive .albums-archive-content > div {
    float: left;
}

.albums-carousel .albums_car .album a > div {
    display: none;
    padding: 15px;
}

.filter .filter-close {
    display: none;
}

.albums-navigate {
    margin-top: 30px;
}

.albums-navigate > div {
    width: 180px;
}

.albums-navigate > div a {
    background: #232326;
    color: #fff;
}

.albums-navigate .prev {
    float: left;
}

.albums-navigate .next {
    float: right;
}

.albums-single {
    padding: 50px 0;
    background: #fff;
}

.single-content > div {
    float: left;
}

.single-content .album-content {
    width: 80%;
    padding-left: 50px;
    border-left: 1px solid #D7E1E9;
}

.single-content .filter .categorie {
    padding-top: 80px;
}

.single-content .album-content .album-content-content {
    margin-bottom: 50px;
}

.single-content .album-content .left {
    float: left;
    width: 25%;
}

.single-content .album-content .left .album-img {
    margin-bottom: 20px;
}

.single-content .album-content .left .album-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.single-content .album-content .left .soundcloud-btn a {
    background: #FF5500;
}

.single-content .album-content .left .spotify-btn a {
    background: #2ebd59;
}

.single-content .album-content .left .youtube-btn a {
    background: #e52d27;
}

.single-content .album-content .left .spotify-btn a,
.single-content .album-content .left .youtube-btn a,
.single-content .album-content .left .soundcloud-btn a {
    display: block;
    color: #fff;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    -webkit-transition: ease background-color 0.4s;
    -moz-transition: ease background-color 0.4s;
    -ms-transition: ease background-color 0.4s;
    -o-transition: ease background-color 0.4s;
    transition: ease background-color 0.4s;
}

.single-content .album-content .left .spotify-btn a:hover,
.single-content .album-content .left .youtube-btn a:hover,
.single-content .album-content .left .soundcloud-btn a:hover {
    background: #FFFFFF;
    color: #232626;
}

.single-content .album-content .left .spotify-btn a span,
.single-content .album-content .left .youtube-btn a span,
.single-content .album-content .left .soundcloud-btn a span {
    margin-right: 5px;
}

.single-content .album-content .right {
    float: left;
    width: 75%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.single-content .album-content .right .album-title {
    margin-bottom: 20px;
}

.single-content .album-content .right .title-album {
    color: #045696;
}

.single-content .album-content .right .album-songs ol li {
    color: #232326;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0;
    list-style-type: decimal;
    list-style-position: inside;
}

.single-content .album-content .different-albums {
    padding-top: 50px;
    border-top: 1px solid #D7E1E9;
}

.single-content .album-content .different-albums .subtitle {
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

.pictures-archive {
    padding: 50px 0;
    background: #fff;

}

.pictures-archive-content .title {
    margin-bottom: 50px;
    float: left;
}

.picture-content.three .picture {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -ms-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}

.picture-content.three .picture:nth-child(3n+3) {
    margin-right: 0;
}

.picture-content {
    float: left;
    width: 100%;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -ms-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}

.picture-content.four .picture {
    width: 24%;
    float: left;
    margin-right: 1.33333%;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -ms-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}

.picture-content.four .picture:nth-child(4n+4) {
    margin-right: 0;
}

.picture-content .picture .img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    transition: ease all 0.4s;
}

.picture-content .picture .img img {
    max-width: 100%;
    display: block;
}

.picture-content .picture:hover .img .hover {
    opacity: 1;
    cursor: pointer;
}

.picture-content .picture .img .hover {
    opacity: 0;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    transition: ease all 0.4s;
}

.picture-content .picture .img .hover i {
    color: #fff;
    font-size: 48px;
    position: relative;
    top: 50%;
    margin-top: -0.5em;
}

.picture-content .picture .desc {
    line-height: 21px;
    font-size: 14px;
    color: #232326;
    cursor: pointer;
}

.picture-content .picture:hover .desc {
    color: #EBA021;
    -webkit-transition: ease color 0.4s;
    -moz-transition: ease color 0.4s;
    -ms-transition: ease color 0.4s;
    -o-transition: ease color 0.4s;
    transition: ease color 0.4s;
}

.pictures-archive-content .photo-sort {
    float: right;
}

.pictures-archive-content .photo-sort > div {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    color: #232326;
    -webkit-transition: ease color 0.4s;
    -moz-transition: ease color 0.4s;
    -ms-transition: ease color 0.4s;
    -o-transition: ease color 0.4s;
    transition: ease color 0.4s;
}

.pictures-archive-content .photo-sort > div i {
    font-size: 24px;
    cursor: pointer;
}

.pictures-archive-content .photo-sort .sort-three i {
    font-size: 23px;
    top: -1px;
    position: relative;
}

.pictures-archive-content .photo-sort > div:hover {
    color: #EBA021;
}

.picture-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: rgba(0, 0, 0, 0.4);
}

.picture-popup .popup-content {
    background: #fff;
    border: 1px solid #D7E1E9;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.picture-popup .popup-content .popup-image {
    position: relative;
    width: 600px;
}

.picture-popup .popup-content .popup-image .popup-close {
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 7px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.picture-popup .popup-content .popup-image img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.picture-popup .popup-content .popup-desc {
    padding: 10px 15px;
    font-size: 18px;
    color: #232326;
    line-height: 28px;
}

.popup-navigate > div {
    position: absolute;
    background: #fff;
    color: #232326;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #D7E1E9;
    -webkit-box-shadow: 0 3px 10px 0 rgba(35, 35, 38, 0.5);
    -moz-box-shadow: 0 3px 10px 0 rgba(35, 35, 38, 0.5);
    box-shadow: 0 3px 10px 0 rgba(35, 35, 38, 0.5);
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.popup-navigate .prev {
    left: -60px;
}

.popup-navigate .next {
    right: -60px;
}

.popup-navigate > div i {
    position: relative;
    top: 2px;
}

.image {
    height: 480px;
    width: 100%;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.contact {
    padding: 50px 0;
    background: #fff;
}

.contact .contact-info {
    width: 40%;
    float: left;
}

.contact .contact-info .title {
    margin-bottom: 20px;
}

.contact .contact-info ul {
    margin-bottom: 20px;
}

.contact .contact-info ul li {
    font-size: 16px;
    line-height: 24px;
    color: #232326;
}

.contact .contact-info ul li a {
    text-decoration: none;
    color: #232326;
    -webkit-transition: ease color 0.4s;
    -moz-transition: ease color 0.4s;
    -ms-transition: ease color 0.4s;
    -o-transition: ease color 0.4s;
    transition: ease color 0.4s;
}

.contact .contact-info ul li a:hover {
    text-decoration: none;
    color: #EBA021;
}

.contact .form {
    width: 60%;
    float: left;
    border: 1px solid #D7E1E9;
    padding: 30px;
}

.contact .form .gform_body .gform_fields li.two-columns {
    width: 50%;
}
.contact .form .gform_body  .gfield {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact .form .gform_body  .gform_fields {
    margin: 0px -10px;
}


.contact .form .gform_body .gform_fields li .ginput_container {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.contact .form .gform_body .gform_fields li label {
    color: #232326;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact .form .gform_body .gform_fields li .ginput_container select,
.contact .form .gform_body .gform_fields li .ginput_container input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #232326;
    border: 1px solid #D7E1E9;
    background: #F7F7F7;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.contact .form .gform_body .gform_fields li .ginput_container textarea {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    color: #232326;
    border: 1px solid #D7E1E9;
    background: #F7F7F7;
    padding-left: 10px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
}

.contact .form .gform_footer .btn-submit {
    background: #EBA021;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    width: 180px;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: ease background-color 0.4s;
    -moz-transition: ease background-color 0.4s;
    -ms-transition: ease background-color 0.4s;
    -o-transition: ease background-color 0.4s;
    transition: ease background-color 0.4s;
    -webkit-appearance: none;
}

.contact .form .gform_footer .btn-submit:hover {
    background: #232326;
    color: #fff;
}

.contact .form .gform_body .gform_fields li .ginput_container input:focus,
.contact .form .gform_body .gform_fields li .ginput_container textarea:focus {
    border-color: #BDBFC3;
}

.contact .form .gform_body .gform_fields .ginput_container_select:after {
    font-family: "SSGizmo" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    color: #EBA021;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "navigatedown";
    position: absolute;
    right: 20px;
    -moz-appearance: none;
    top: 18px;
    font-size: 20px;
}

.content {
    padding: 50px 0;
    background: #fff;
}

.content-content .content-img {
    margin-bottom: 50px;
    position:relative;
}

.content-content .content-img img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.content-content .content-text {
    width: 52%;
    margin: 0 auto;
}

.content-content .content-text .title {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 20px;
}

.content-content .content-text .posted-by-info {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.content-content .content-text .posted-by-info a {
    color: #EBA021;
    text-decoration: none;
}

.content-content .content-text .intro-text > p {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 30px;
}

.content-content .content-text .subtitle {
    font-size: 21px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content-content .content-text .title .icon,
.content-content .content-text .subtitle .icon {
    display: inline-block;
    vertical-align: middle;
}

.content-content .content-text ul,
.content-content .content-text ol,
.content-content .content-text p {
    margin-bottom: 30px;
}

.content-content .content-text p a,
.content-content .content-text ul a {
    color: #EBA021;
    text-decoration: none;
}

.content-content .quote {
    background: url("../images/qoute.png") no-repeat 0 0;
    color: #232326;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    width: 70%;
    padding-left: 10px;
    margin: 60px auto;
    min-height: 60px;
}

.content-content .content-text .photo-text {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
}

.content-content .content-text .photo-text > div {
    display: table-cell;
    vertical-align: top;
}

.content-content .content-text .photo-text .img {
    position: relative;
}

.content-content .content-text .photo-text .img .media-container {
    position: absolute;
    right: 0;
    width: 350px;
}
.content-content .content-text .photo-text .img img {
    max-width: 100%;
    display:block;
    width: 100%;
}

.content-content .content-text .photo-text .video {
    width: 350px;
    position: relative;
    float: right;
}

.content-content .content-text .photo-text .text {
    width: 65%;
    padding-left: 20px;
}

.content-content .news-archive-items {
    border-top: 1px solid #D7E1E9;
    padding-top: 70px;
}

.relative {
    position: relative;
}

.go-back {
    position: absolute;
    left: 0;
    top: 0;
}

.go-back a {
    text-decoration: none;
    color: #232326;
    border: 1px solid #D7E1E9;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    -webkit-transition: ease background-color 0.4s;
    -moz-transition: ease background-color 0.4s;
    -ms-transition: ease background-color 0.4s;
    -o-transition: ease background-color 0.4s;
    transition: ease background-color 0.4s;
}

.go-back a:hover {
    background: #EBA021;
    border-color: #EBA021;
    color: #fff;
}

.go-back a i {
    position: relative;
    top: 2px;
}

.social-media-2 {
    position: absolute;
    right: 0px;
    top: 0;
}

.social-media-2 a {
    text-decoration: none;
    display: block;
    height: 60px;
    width: 50px;
    font-size: 21px;
    text-align: center;
    line-height: 60px;
    position: relative;
    color: #fff;
    -webkit-transition: ease background-color 0.4s;
    -moz-transition: ease background-color 0.4s;
    -ms-transition: ease background-color 0.4s;
    -o-transition: ease background-color 0.4s;
    transition: ease background-color 0.4s;
}

.social-media-2 a:hover > div {
    display: block;
}

.social-media-2 a > div {
    position: absolute;
    display: none;
    color: #fff;
    width: 200px;
    background: #232626;
    font-size: 14px;
    right: 50px;
    top: 0;
    text-align: center;
}

.social-media-2 a i {
    position: relative;
    top: 2px;
}

.social-media-2 a.twitter {
    background: #55ACEE;
}

.social-media-2 a.facebook {
    background: #3B5999;
}

.social-media-2 a.mail {
    background: #25D366;
}

.social-media-2 a.pinterest {
    background: #C92228;
}

.social-media-2 a.linkedin {
    background: #0077B5;
}

.social-media-2 a.google-plus {
    background: #dd4b39;
}

.social-media-2 a.chat {
    display: none;
    background: #4A4A4A;
}

.social-media-2 a:hover {
    background: transparent;
    color: #232326;
}

footer {
    background: #232626;
    padding: 60px 0;
}

footer .left,
footer .right {
    float: left;
    position: relative;
}

footer .left {
    width: 40%;
}

footer .left .logo {
    display: inline-block;
}

footer .left .social-media {
    margin-top: 120px;
}

footer .left .social-media a:last-child {
    margin-right: 0;
}

footer .left .social-media a {
    text-decoration: none;
    color: #EBA021;
    font-size: 30px;
    margin-right: 10px;
}

footer .left .logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

footer .right {
    width: 60%;
    display: table;
}

footer .right > div {
    display: table-cell;
}

footer .right .footer-nav,
footer .right .secondary-footer-nav {
    width: 30%;
}

footer .right > div ul li {
    padding: 5px 0;
}

footer .right > div ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: ease color 0.4s;
    -moz-transition: ease color 0.4s;
    -ms-transition: ease color 0.4s;
    -o-transition: ease color 0.4s;
    transition: ease color 0.4s;
}

footer .right > div ul li a:hover {
    color: #EBA021;
}

footer .right .footer-extra-info ul li {
    color: #FFFFFF;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    opacity: .5;
}

footer .right .footer-extra-info ul li.mail {
    padding: 10px 0;
}

.social-media-brick {
    padding: 40px 0 80px 0;
    background: #fff;
}

.social-media-brick .title {
    margin-bottom: 10px;
}

.social-media-brick .social-media-2 {
    position: relative;
}

.social-media-brick .social-media-2 a {
    float: left;
    width: 60px;
}

.social-media-brick .social-media-2 a .social-tooltip {
    top: 60px;
    right: auto;

}

.content-text .content-text-btn {
    text-align: center;
}

.content-text .content-text-btn.position-left {
    text-align: left;
}

.content-text .content-text-btn.position-right {
    text-align: right;
}

.content-text .content-text-btn a {
    min-width: 200px;
    display: inline-block;
    padding: 10px 15px;
    background: #232326;
    color: #fff;
    line-height: 30px;
    height: auto;
    margin: 0 auto 30px auto;

}

.content-text .content-text-btn a:hover {
    background: #EBA021;
    color: #fff;
}

.content-text .content-text-btn.orange a {
    background: #EBA021;
    color: #fff;
}

.content-text .content-text-btn.orange a:hover {
    background: #232326;
    color: #fff;
}

.video-js * {
    outline: none;
}

.media {
    padding: 0px 0px 40px 0px;
}

.media img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.overlay {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
}

body.fixed-cookie-notification footer {
    padding-bottom: 110px;
}

.cookie-notification {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    height: 80px;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    z-index: 3;
}

.cookie-notification .wrapper {
    width: 90%;
    margin: 0 auto;
}

.cookie-notification p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.cookie-notification p a {
    color: #fff !important;
}

.cookie-notification .btn {
    float: right;
    min-width: 30px;
    padding: 0 30px;
    margin-left: 10px;
}

.validation_error {
    color: red;
    margin: 0px 0px 15px;
    font-weight: 700;
}

.gfield_description.validation_message {
    margin-top: -10px;
    margin-bottom: 25px;
    color: red;
    font-weight: 700;
}

.go-back-mobile {
    position: relative;
    margin-bottom: 10px;
    display: none;
}
.popup-essential-arrow i {
    top: 4px;
    position: relative;
}
.popup-essential-arrow,
.popup-essential-close {
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    transition: ease all 0.4s;
}
.popup-essential-arrow:hover,
.popup-essential-close:hover {
    background: #EBA021 !important;
    color: #fff !important;
}

 .plyr__progress--played, .plyr__volume--display,
 .plyr__progress--played,
 .plyr__volume--display {color: #EBA021;}

 .plyr__play-large,
 .plyr--video .plyr__controls button.tab-focus:focus,
 .plyr--video .plyr__controls button:hover  {background: #EBA021;}
 .plyr input[type=range]::-ms-fill-lower {background: #EBA021;}
 .plyr input[type=range]:active::-webkit-slider-thumb {background: #EBA021;}
 .plyr input[type=range]:active::-moz-range-thumb  {background: #EBA021;}
 .plyr input[type=range]:active::-ms-thumb {background: #EBA021;}
 
.caption {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.img-container {
    position: relative;
}

.img-container-popup {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}
.img-container-popup i {
    position:relative;
    top: 3px;
}
.img-container:hover .img-container-popup,
.content-content .content-img:hover .img-container-popup {
    background: #EBA021;
    color: #fff;
}
