@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('https://fonts.googleapis.com/css?family=Gotham:400,700|Fredoka+One');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/** fonts used for the icons **/


/*
new colors for header
dark-blue: #BE0D27;
light-blue: #71A7D2;
*/


/*
background-color:#90B4E6;
footer-color:#BE0D27;
*/

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham.eot');
    src: url('fonts/gotham.eot?#iefix') format('embedded-opentype'), url('fonts/gotham.woff') format('woff'), url('fonts/gotham.otf') format('truetype'), url('fonts/gotham.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-black';
    src: url('fonts/gotham-black.eot');
    src: url('fonts/gotham-black.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-black.woff') format('woff'), url('fonts/gotham-black.otf') format('truetype'), url('fonts/gotham-black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansLightNova';
    src: url('fonts/GillSansLightNova.eot');
    src: url('fonts/GillSansLightNova.eot?#iefix') format('embedded-opentype'), url('fonts/GillSansLightNova.woff') format('woff'), url('fonts/GillSansLightNova.ttf') format('truetype'), url('fonts/GillSansLightNova.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AntiPastoRegular';
    src: url('fonts/antipasto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AntiPastoBold';
    src: url('fonts/antipasto-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AntiPastoLight';
    src: url('fonts/antipasto-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AtlanticRegular';
    src: url('fonts/atlantic-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* 
stylus -u typographic -u poststylus --with "['lost']" -w style.styl
azul oscuro: #374454;
gris oscuro: #323337;
dorado:#BE0D27;
titulos botones y destacados: #fff;
color secundario (botones pulsados): #BE0D27
*/

html {
    font-family: 'Playfair Display', 'Gotham', 'GillSansLightNova', 'Cormorant Garamond', 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #323337;
    font-size: 14px;
    line-height: 1.5em;
}

@media (min-width: 600px) {
    html {
        font-size: calc( 14px + (19 - 14) * ((100vw - 600px) / (1140 - 600)));
    }
}

@media (min-width: 1140px) {
    html {
        font-size: 1em;
    }
}

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 {
    margin: 0;
    padding: 0;
}

p,
blockquote,
pre,
address,
dl,
ol,
ul,
table {
    margin-bottom: .5em;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display','Gotham', 'GillSansLightNova', 'Cormorant Garamond', 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: rgba(31, 37, 38, .75);
    clear: both;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 32.49678827773071px;
    margin-top: 0.807772133530762em;
    line-height: 0.969326560236915em;
    margin-bottom: 0.161554426706152em;
}

@media (min-width: 600px) {
    h1 {
        font-size: calc( 32.49678827773071px + (44.10278409120596 - 32.49678827773071) * ((100vw - 600px) / (1140 - 600)));
    }
}

@media (min-width: 1140px) {
    h1 {
        font-size: 2.4em;
        margin-top: 0.807772133530762em;
        line-height: 0.969326560236915em;
        margin-bottom: 0.161554426706152em;
    }
}

h2 {
    font-size: 27.459837310039262px;
    margin-top: 0.955941570360399em;
    line-height: 1.147129884432478em;
    margin-bottom: 0.212075726322208em;
}

@media (min-width: 600px) {
    h2 {
        font-size: calc( 27.459837310039262px + (37.26692206362471 - 27.459837310039262) * ((100vw - 600px) / (1140 - 600)));
    }
}

@media (min-width: 1140px) {
    h2 {
        font-size: 37.26692206362471px;
        margin-top: 0.955941570360399em;
        line-height: 1.147129884432478em;
        margin-bottom: 0.206579038887964em;
    }
}

h3 {
    font-size: 23.203605804040404px;
    margin-top: 1.131289689270154em;
    line-height: 1.357547627124184em;
    margin-bottom: 0.255510883249435em;
}

@media (min-width: 600px) {
    h3 {
        font-size: calc( 23.203605804040404px + (31.490607876911977 - 23.203605804040404) * ((100vw - 600px) / (1140 - 600)));
    }
}

@media (min-width: 1140px) {
    h3 {
        font-size: 26px;
        margin-top: .4em;
        line-height: 30px;
        margin-bottom: .4em;
    }
}

h4 {
    font-size: 19.6070834735957px;
    margin-top: 1.338801868995464em;
    line-height: 1.606562242794557em;
    margin-bottom: 0.30872929824311em;
}

@media (min-width: 600px) {
    h4 {
        font-size: calc( 19.6070834735957px + (26.609613285594165 - 19.6070834735957) * ((100vw - 600px) / (1140 - 600)));
    }
}

@media (min-width: 1140px) {
    h4 {
        font-size: 1.2em;
        padding-top: 1.1em;
        margin-top: 1.338801868995464em;
        line-height: 1.606562242794557em;
        margin-bottom: 0.29794800233679em;
    }
}

h5 {
    font-size: 16.56801643620442px;
    margin-top: 1.584377955024146em;
    line-height: 1.901253546028975em;
    margin-bottom: 0.316875591004829em;
}

@media (min-width: 600px) {
    h5 {
        font-size: calc( 16.56801643620442px + (22.485165163420284 - 16.56801643620442) * ((100vw - 600px) / (1140 - 600)));
    }
}

@media (min-width: 1140px) {
    h5 {
        font-size: 22.485165163420284px;
        margin-top: 1.584377955024146em;
        line-height: 1.901253546028975em;
        margin-bottom: 0.316875591004829em;
    }
}

h6 {
    font-size: 14px;
    margin-top: 1.875em;
    line-height: 2.25em;
    margin-bottom: 0.508928571428571em;
}

@media (min-width: 600px) {
    h6 {
        font-size: calc( 14px + (19 - 14) * ((100vw - 600px) / (1140 - 600)));
    }
}

@media (min-width: 1140px) {
    h6 {
        font-size: 19px;
        margin-top: 1.875em;
        line-height: 2.25em;
        margin-bottom: 0.401785714285714em;
    }
}

blockquote {
    font-style: italic;
}

blockquote cite {
    display: block;
    font-style: normal;
}

pre {
    padding: 0.75em;
    margin-bottom: 1.5em;
}

pre code {
    padding: 0;
}

code {
    font-family: 'Courier New', 'Courier', 'Lucida Sans Typewriter', 'Lucida Typewriter', 'monospace';
    padding: 0.075em 0.225em;
    line-height: 0;
}

big,
small,
sub,
sup {
    line-height: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted currentColor;
    cursor: help;
}

address {
    font-style: normal;
}

dt {
    color: #111;
    font-weight: bold;
}

ul {
    padding-left: 1.1em;
}

ol {
    padding-left: 1.4em;
}

fieldset {
    padding: 0.75em 1.5em 1.5em;
    border-width: 1px;
    border-style: solid;
    max-width: 100%;
    margin-bottom: 1.578947368421053em;
}

@media (min-width: 1140px) {
    fieldset {
        margin-bottom: 1.776315789473684em;
    }
}

fieldset button,
fieldset input[type="submit"] {
    margin-bottom: 0;
}

legend {
    color: #111;
    font-weight: bold;
}

label {
    display: block;
    padding-bottom: 0.1875em;
    margin-bottom: -0.177631578947368em;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    display: block;
    max-width: 100%;
    padding: 0.375em;
    font-size: 14px;
    margin-bottom: 1.026315789473684em;
}

@media (min-width: 600px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea {
        font-size: calc( 14px + (19 - 14) * ((100vw - 600px) / (1140 - 600)));
    }
}

@media (min-width: 1140px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea {
        font-size: 19px;
        margin-bottom: 0.444078947368421em;
    }
}

input[type="submit"],
button {
    display: block;
    cursor: pointer;
    font-size: 14px;
   /* padding: 0.375em 1.5em;
    margin-bottom: 1.006578947368421em;*/
}

@media (min-width: 600px) {
    input[type="submit"],
    button {
        font-size: calc( 14px + (19 - 14) * ((100vw - 600px) / (1140 - 600)));
    }
}

@media (min-width: 1140px) {
    input[type="submit"],
    button {
        font-size: 19px;
        margin-bottom: 1.125em;
    }
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 1.894736842105263em;
}

@media (min-width: 1140px) {
    table {
        margin-bottom: 1.776315789473684em;
    }
}

th {
    text-align: left;
    color: #111;
    padding: 0.1875em 0.75em;
}

@media (min-width: 1140px) {
    th {
        padding: 0.375em 0.75em;
    }
}

td {
    padding: 0.1875em 0.75em;
}

@media (min-width: 1140px) {
    td {
        padding: 0.375em 0.75em;
    }
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

html {
    text-align: center;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    font-family: 'Gotham', 'GillSansLightNova', 'Cormorant Garamond', 'Source Sans Pro', sans-serif;
    font-size: 1em;
    margin: 0;
    text-align: left;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

body.stop_scrolling {
    overflow: hidden;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    text-decoration: none;
}

.hidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

a.more,
span.more,
a.more-link,
.ajax-load-more {
    font-weight: 400;
    font-size: 1em;
    border: 1px solid #570712;
    background-color: #fff;
    color: #570712;
    display: inline-block;
    padding: 0.75em 1.125em;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

a.more:hover,
a.more-active,
span.more:hover,
a.more-link:hover,
.ajax-load-more:hover {
    background-color: #fff;
    color: #570712;
    cursor: pointer;
    border: 1px solid #570712;
}

a.more-alt {
    color: #374454;
    background-color: #fff;
    border: 1px solid #374454;
}

a:hover {
    color: #71A7D2;
}

.margins {
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1.5em;
}

.margins:before {
    content: '';
    display: table;
}

.margins:after {
    content: '';
    display: table;
    clear: both;
}
.smaller-margins {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 0 1.5em;
}

.smaller-margins:before {
    content: '';
    display: table;
}

.smaller-margins:after {
    content: '';
    display: table;
    clear: both;
}

.ajax-navigation {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    text-align: center;
}

.ajax-navigation:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.ajax-navigation:last-child {
    margin-right: 0;
}

.ajax-navigation:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.ajax-navigation:nth-child(1n+1) {
    clear: both;
}

.cabecera {
    width: 100%;
    /*background-image: url(../img/fondo6.jpg);*/
    background-repeat: repeat;
    background-color: #570712;
    float: left;
}

.cabecera::after {
    clear: both;
}

#masthead {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 10px;
}

#masthead:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#masthead:last-child {
    margin-right: 0;
}

#masthead:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#masthead:nth-child(1n+1) {
    clear: both;
}

#masthead .social {
    display: none;
    position: relative;
    font-size: 1.2em;
    text-align: center;
}

@media (min-width: 960px) {
    #masthead .social {
        display: block;
        width: calc(99.9% * 2/10 - (46px - 46px * 2/10));
        text-align: left;
    }
    #masthead .social:nth-child(1n) {
        float: left;
        margin-right: 15px;
        clear: none;
    }
    #masthead .social:last-child {
        margin-right: 0;
    }
    #masthead .social:nth-child(10n) {
        margin-right: 0;
        float: right;
    }
    #masthead .social:nth-child(10n+1) {
        clear: both;
    }
}

@media (min-width: 960px) {
    #masthead .social .social-holder {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#masthead .social .social-holder a {
    color: #fff;
    margin-right: 0.375em;
}

#masthead .logo {
    float: left !important;
    position: relative;
    text-align: left;
    padding-top: 20px;
    width: calc(99.9% * 4/5 - (46px - 46px * 4/5));
}

#masthead .logo:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#masthead .logo:last-child {
    margin-right: 0;
}

#masthead .logo:nth-child(5n) {
    margin-right: 0;
    float: right;
}

#masthead .logo:nth-child(5n+1) {
    clear: both;
}

@media (min-width: 960px) {
    #masthead .logo {
        text-align: left;
        width: calc(99.9% * 4/10 - (46px - 46px * 4/10));
    }
    #masthead .logo:nth-child(1n) {
        float: left;
        margin-right: 46px;
        clear: none;
    }
    #masthead .logo:last-child {
        margin-right: 0;
    }
    #masthead .logo:nth-child(10n) {
        margin-right: 0;
        float: right;
    }
    #masthead .logo:nth-child(10n+1) {
        clear: both;
    }
}

#masthead .logo h1 {
    font-size: 2vw;
    margin: 0;
    font-family: 'Gotham-black', 'Josefin Sans', sans-serif;
    letter-spacing: 2px;
    text-align: left;
}

#masthead .logo h3 {
    font-size: 1.5vw;
    margin-top: 0.4em;
    font-family: 'Playfair Display','Gotham-black', 'Josefin Sans', sans-serif;
    letter-spacing: 2px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 639px) {
    #masthead .logo h1 {
        font-size: 26px;
    }
}

#masthead .logo h1 a {
    color: #570712;
    text-decoration: none;
    text-transform: uppercase;
}

#masthead .language-menu {
    float: right !important;
    clear: none !important;
    position: relative;
    width: calc(99.9% * 1/5 - (46px - 46px * 1/5));
    line-height: 1em;
    text-align: right;
    font-size: 1.2em;
}

#masthead .language-menu:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#masthead .language-menu:last-child {
    margin-right: 0;
}

#masthead .language-menu:nth-child(5n) {
    margin-right: 0;
    float: right;
}

#masthead .language-menu:nth-child(5n+1) {
    clear: both;
}

@media (min-width: 960px) {
    #masthead .language-menu {
        width: calc(99.9% * 3/10 - (46px - 46px * 3/10));
    }
    #masthead .language-menu:nth-child(1n) {
        float: left;
        margin-right: 46px;
        clear: none;
    }
    #masthead .language-menu:last-child {
        margin-right: 0;
    }
    #masthead .language-menu:nth-child(10n) {
        margin-right: 0;
        float: right;
    }
    #masthead .language-menu:nth-child(10n+1) {
        clear: both;
    }
}

#masthead .language-menu .langlist {
    display: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 960px) {
    #masthead .language-menu .langlist {
        display: block;
    }
}

#masthead .language-menu .langlist a {
    transition: color 0.2s ease-in-out 0s;
    display: inline-block;
    margin-left: 0.375em;
    padding-right: 0.375em;
    border-right: 1px solid #570712;
    color: #570712;
    text-decoration: none;
}

#masthead .language-menu .langlist a:hover,
#masthead .language-menu .langlist a.active {
    color: #fff;
}

#masthead .language-menu .langlist a:last-child {
    padding-right: 0;
    border-right: none;
}

#masthead .language-menu .menu-opener {
    color: #3c3c3c;
    font-size: 1.5em;
    line-height: 1;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 960px) {
    #masthead .language-menu .menu-opener {
        display: none;
    }
}

#masthead .language-menu .menu-opener a {
    color: #fff;
}

#nav {
    font-family: 'Playfair Display', 'Gotham', 'Abril Fatface', 'Cormorant Garamond', 'Source Sans Pro', sans-serif;
    z-index: 502;
    position: relative;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
}

#nav:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#nav:last-child {
    margin-right: 0;
}

#nav:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#nav:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 960px) {
    #nav {
        padding: 0 0 0.75em 0;
    }
}

#nav .site-nav {
    position: relative;
}

#nav .site-nav ul {
    list-style: none;
    position: relative;
    display: none;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 960px) {
    #nav .site-nav ul {
        display: flex;
    }
}

#nav .site-nav ul li {
    transition: color 0.4s ease-in-out 0s;
    display: block;
    list-style-type: none;
}

#nav .site-nav ul li a {
    letter-spacing: 1px;
    transition: color 0.3s;
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1.2em;
}

#nav .site-nav ul li:hover a,
#nav .site-nav ul li.active a,
#nav .site-nav ul li.current-menu-item a,
#nav .site-nav ul li.current-menu-parent a,
#nav .site-nav ul li.current-post-parent a,
#nav .site-nav ul li.current-post-ancestor a {
    color: #71A7D2;
}

#nav .site-nav ul .menu-item-has-children {
    position: relative;
}

#nav .site-nav ul .menu-item-has-children:hover ul {
    display: block;
}

#nav .site-nav ul .menu-item-has-children ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    background: #f0eeec;
    padding-top: 16px;
    padding-bottom: 16px;
}

#nav .site-nav ul .menu-item-has-children ul li {
    display: block;
    padding-top: 2px;
    text-align: center;
    font-size: 0.85em;
    transition: background 0.15s ease-in-out;
}

#nav .site-nav ul .menu-item-has-children ul li:hover {
    background: #fff;
}

#nav .site-nav ul .menu-item-has-children ul li a {
    display: block;
    color: #3c3c3c;
    white-space: nowrap;
    padding: 0.75em 1.5em;
}

.owl-item {
    transform: translateZ(0);
}

#home-slider {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    text-align: center;
    position: relative;
}

#home-slider:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#home-slider:last-child {
    margin-right: 0;
}

#home-slider:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#home-slider:nth-child(1n+1) {
    clear: both;
}

#home-slider:before {
    content: '';
    display: table;
}

#home-slider:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 640px) {
    #home-slider {
        padding-bottom: 45%;
        height: 0;
    }
}

#home-slider .home-carousel {
    text-align: left;
}

@media (min-width: 640px) {
    #home-slider .home-carousel {
        position: absolute;
        top: 0;
        left: 0;
    }
}

#home-slider .home-carousel div {
    transform-style: preserve-3d;
}

#home-slider .home-carousel div img {
    width: 100%;
    height: auto;
    display: block;
}

#home-slider .home-carousel div img.d {
    display: none;
}
@media (max-width: 720px) {

    #home-slider {
        display: block;
    } 
    #home-slider-laptop {
        display: none;
    } 
}
@media (min-width: 320px)  and (max-width: 1024px) {

    #home-slider {
        display: block;
    } 
    #home-slider-laptop {
        display: none;
    } 
}
@media (min-width: 850px) {
    #siteTitleWrapper p img.logo {
    max-width: 100px;
    height: auto;
    margin-bottom: 0.5em;
    }
    #home-slider {
        display: none;
    } 
    #home-slider-laptop {
        display: block;
    } 
}
@media (min-width: 640px) {

  #home-slider .home-carousel div img.d {
        display: block;
    } 
}

#home-slider .home-carousel div img.g {
    display: block;
}

@media (min-width: 640px) {
    #home-slider .home-carousel div img.g {
        display: none;
    }
}

@media (min-width: 640px) {
    #home-slider .home-carousel div .cover {
        display: block;
    }
}

#home-slider .home-carousel div.cover-container {
    overflow: hidden;
    display: none;
    width: 100%;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    position: absolute;
    z-index: 30000;
    bottom: 22px;
}

#home-slider .home-carousel div .cover-container:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#home-slider .home-carousel div .cover-container:last-child {
    margin-right: 0;
}

#home-slider .home-carousel div .cover-container:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#home-slider .home-carousel div .cover-container:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #home-slider .home-carousel div .cover-container {
        bottom: 0;
    }
}

#home-slider .home-carousel div .cover-container .cover {
    width: 100%;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#home-slider .home-carousel div .cover-container .cover:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#home-slider .home-carousel div .cover-container .cover:last-child {
    margin-right: 0;
}

#home-slider .home-carousel div .cover-container .cover:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#home-slider .home-carousel div .cover-container .cover:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #home-slider .home-carousel div .cover-container .cover {
        padding: 0 1.75em;
    }
}

#home-slider .home-carousel div .cover-container .cover .copy {
    font-size: 2em;
    padding: 0.75em 1.5em;
    text-align: center;
}

@media (min-width: 640px) {
    #home-slider .home-carousel div .cover-container .cover .copy {
        width: calc(99.9% * 1/2 - (46px - 46px * 1/2));
        text-align: left;
    }
    #home-slider .home-carousel div .cover-container .cover .copy:nth-child(1n) {
        float: left;
        margin-right: 46px;
        clear: none;
    }
    #home-slider .home-carousel div .cover-container .cover .copy:last-child {
        margin-right: 0;
    }
    #home-slider .home-carousel div .cover-container .cover .copy:nth-child(2n) {
        margin-right: 0;
        float: right;
    }
    #home-slider .home-carousel div .cover-container .cover .copy:nth-child(2n+1) {
        clear: both;
    }
}

#home-slider .home-carousel div .cover-container .cover .copy a {
    text-decoration: none;
    display: block;
}

#home-slider .home-carousel div .cover-container .cover .copy p {
    line-height: 1.2em;
    color: #3c3c3c;
    font-weight: 300;
}

#home-slider .home-carousel div .cover-container .cover .copy p {
    margin-bottom: 0;
}

#home-slider .home-carousel div .cover-container .cover .copy p.source {
    margin-top: 8px;
    line-height: 17px;
    text-transform: uppercase;
    color: #570712;
    font-size: 17px;
    text-align: right;
}

#home-slider .home-carousel div .cover-container .cover .copy p.source::before {
    content: ' ';
    background: #570712;
    width: 40px;
    height: 1px;
    margin-bottom: 4px;
    margin-right: 8px;
    display: inline-block;
}

#home-slider .home-carousel .owl-controls {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0px;
}

@media (min-width: 640px) {
    #home-slider .home-carousel .owl-controls {
        text-align: right;
    }
}

#home-slider .home-carousel .owl-dots {
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5em;
}

#home-slider .home-carousel .owl-dots:before {
    content: '';
    display: table;
}

#home-slider .home-carousel .owl-dots:after {
    content: '';
    display: table;
    clear: both;
}

#home-slider .home-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#home-slider .home-carousel .owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 5px 7px;
    transition: all 0.2s ease 0s;
    width: 40px;
}

@media (min-width: 640px) {
    #home-slider .home-carousel .owl-dots .owl-dot span {
        background: #fff none repeat scroll 0 0;
    }
}

#home-slider .home-carousel .owl-dots .owl-dot.active span,
#home-slider .home-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #374454 none repeat scroll 0 0;
}

#section-banner {
    margin-bottom: 0em;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    position: relative;
}

#section-banner:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#section-banner:last-child {
    margin-right: 0;
}

#section-banner:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#section-banner:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #section-banner {
        margin-bottom: 3em;
    }
}

#section-banner .back {
    width: 33%;
    position: absolute;
    z-index: -1;
    right: 0;
    background-color: #fff;
    height: 66%;
    display: none;
}

@media (min-width: 960px) {
    #section-banner .back {
        display: block;
    }
}

#section-banner .item {
    margin-top: 0;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    position: relative;
}

#section-banner .item:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#section-banner .item:last-child {
    margin-right: 0;
}

#section-banner .item:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#section-banner .item:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #section-banner .item {
        padding-bottom: 65.4966392830471%;
        height: 0;
    }
}

@media (min-width: 960px) {
    #section-banner .item {
        margin-top: 1.5em;
    }
}

#section-banner .item img {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
    display: block;
}

#section-banner .item img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#section-banner .item img:last-child {
    margin-right: 0;
}

#section-banner .item img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#section-banner .item img:nth-child(1n+1) {
    clear: both;
}

#section-banner .item img.d {
    display: none;
}

@media (min-width: 640px) {
    #section-banner .item img.d {
        display: block;
    }
}

#section-banner .item img.g {
    display: block;
}

@media (min-width: 640px) {
    #section-banner .item img.g {
        display: none;
    }
}

#section-banner .item .cover-container {
    overflow: hidden;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
}

#section-banner .item .cover-container:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#section-banner .item .cover-container:last-child {
    margin-right: 0;
}

#section-banner .item .cover-container:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#section-banner .item .cover-container:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #section-banner .item .cover-container {
        border-bottom: none;
        padding-bottom: 0;
        position: absolute;
        z-index: 30000;
        bottom: -1px;
    }
}

#section-banner .item .cover-container .section-head {
    background-color: #fff;
    position: relative;
    width: calc(99.9% * 1/1);
    text-align: center;
}

#section-banner .item .cover-container .section-head:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#section-banner .item .cover-container .section-head:last-child {
    margin-right: 0;
}

#section-banner .item .cover-container .section-head:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#section-banner .item .cover-container .section-head:nth-child(0n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #section-banner .item .cover-container .section-head {
        text-align: left;
        width: calc(99.9% * 1/2);
    }
    #section-banner .item .cover-container .section-head:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    #section-banner .item .cover-container .section-head:last-child {
        margin-right: 0;
    }
    #section-banner .item .cover-container .section-head:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #section-banner .item .cover-container .section-head:nth-child(0n+1) {
        clear: both;
    }
}

#section-banner .item .cover-container .section-head h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 23px 0;
}

@media (min-width: 640px) {
    #section-banner .item .cover-container .section-head h4 {
        padding: 23px 12px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#section-banner .item .cover-container .section-head span {
    text-transform: none;
    font-size: 0.55em;
    font-weight: 400;
    font-style: italic;
}

#section-banner .item .cover-container .section-nav {
    width: calc(99.9% * 1/1);
}

#section-banner .item .cover-container .section-nav:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#section-banner .item .cover-container .section-nav:last-child {
    margin-right: 0;
}

#section-banner .item .cover-container .section-nav:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#section-banner .item .cover-container .section-nav:nth-child(0n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #section-banner .item .cover-container .section-nav {
        width: calc(99.9% * 1/2);
    }
    #section-banner .item .cover-container .section-nav:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    #section-banner .item .cover-container .section-nav:last-child {
        margin-right: 0;
    }
    #section-banner .item .cover-container .section-nav:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #section-banner .item .cover-container .section-nav:nth-child(0n+1) {
        clear: both;
    }
}

#section-banner .item .cover-container .section-nav .nav-holder {
    overflow: hidden;
    padding: 0;
}

@media (min-width: 640px) {
    #section-banner .item .cover-container .section-nav .nav-holder {
        padding: 23px 12px;
    }
}

#section-banner .item .cover-container .section-nav ul {
    list-style-type: none;
    margin: 0;
}

#section-banner .item .cover-container .section-nav ul li {
    display: inline;
    float: left;
    position: relative;
    margin: 0.75em 0;
}

#section-banner .item .cover-container .section-nav ul li a {
    font-weight: 400;
    margin-right: 0.75em;
    font-size: 0.75em;
    border: 1px solid #d5d6d8;
    background-color: #d5d6d8;
    color: #3c3c3c;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    padding: 4px 12px;
}

@media (min-width: 640px) {
    #section-banner .item .cover-container .section-nav ul li a {
        padding: 0.375em 1.5em;
    }
}

#section-banner .item .cover-container .section-nav ul li a:hover,
#section-banner .item .cover-container .section-nav ul li a.active {
    color: #fff;
    cursor: pointer;
    border: 1px solid #570712;
}

#section-banner .item .cover-container .section-nav ul li:last-child a {
    margin-right: 0;
}

.header {
    text-align: center;
    margin-bottom: 2em;
}

.header h1 {
    font-family:  'Playfair Display','Gotham', 'Abril Fatface', 'Cormorant Garamond', 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    color: #570712;
}

.header h1 a {
    color: #570712;
    text-decoration: none;
}

#news {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 1.5em;
}

#news:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#news:last-child {
    margin-right: 0;
}

#news:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#news:nth-child(1n+1) {
    clear: both;
}

#news .news-listing {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3em;
}

#news .news-listing:before {
    content: '';
    display: table;
}

#news .news-listing:after {
    content: '';
    display: table;
    clear: both;
}

#news .news-listing .post {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    text-align: left;
    margin-bottom: 3em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #e2e2e2;
}

#news .news-listing .post:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#news .news-listing .post:last-child {
    margin-right: 0;
}

#news .news-listing .post:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#news .news-listing .post:nth-child(1n+1) {
    clear: both;
}

#news .news-listing .post .single {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#news .news-listing .post .single:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#news .news-listing .post .single:last-child {
    margin-right: 0;
}

#news .news-listing .post .single:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#news .news-listing .post .single:nth-child(1n+1) {
    clear: both;
}

#news .news-listing .post .single p.title {
    color: #570712;
    font-weight: 800;
}

#news .news-listing .post .single p {
    color: rgba(31, 37, 38, .75);
}

#news .news-listing .post .single p a {
    color: rgba(31, 37, 38, .75);
    text-decoration: underline;
}

#news .news-listing .post .single h4 {
    margin-top: 0;
}

#news .news-listing .post .half,
#news .news-listing .post .full {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#news .news-listing .post .half:nth-child(1n),
#news .news-listing .post .full:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#news .news-listing .post .half:last-child,
#news .news-listing .post .full:last-child {
    margin-right: 0;
}

#news .news-listing .post .half:nth-child(1n),
#news .news-listing .post .full:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#news .news-listing .post .half:nth-child(1n+1),
#news .news-listing .post .full:nth-child(1n+1) {
    clear: both;
}

#news .news-listing .post .half p,
#news .news-listing .post .full p {
    color: #3c3c3c;
}

.recording-content a,
#news .news-listing .post .half p a,
#news .news-listing .post .full p a {
    color: #3c3c3c;
    text-decoration: underline;
}

#news .news-listing .post .half p a.more-link,
#news .news-listing .post .full p a.more-link {
    color: #fff;
    text-decoration: none;
}

#news .news-listing .post .half img,
#news .news-listing .post .full img {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
}

#news .news-listing .post .half img:nth-child(1n),
#news .news-listing .post .full img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#news .news-listing .post .half img:last-child,
#news .news-listing .post .full img:last-child {
    margin-right: 0;
}

#news .news-listing .post .half img:nth-child(1n),
#news .news-listing .post .full img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#news .news-listing .post .half img:nth-child(1n+1),
#news .news-listing .post .full img:nth-child(1n+1) {
    clear: both;
}

#news .news-listing .post .half h2,
#news .news-listing .post .full h2 {
    margin-top: 0;
}

#news .news-listing .post .half h2 a,
#news .news-listing .post .full h2 a {
    color: #3c3c3c;
}

#news .news-listing .post .half .dateline,
#news .news-listing .post .full .dateline {
    font-size: 0.75em;
    color: #898989;
}

@media (min-width: 768px) {
    #news .news-listing .post .half {
        width: calc(99.9% * 1/2 - (46px - 46px * 1/2));
    }
    #news .news-listing .post .half:nth-child(1n) {
        float: left;
        margin-right: 46px;
        clear: none;
    }
    #news .news-listing .post .half:last-child {
        margin-right: 0;
    }
    #news .news-listing .post .half:nth-child(2n) {
        margin-right: 0;
        float: right;
    }
    #news .news-listing .post .half:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 768px) {
    #news .news-listing .post .full {
        width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    }
    #news .news-listing .post .full:nth-child(1n) {
        float: left;
        margin-right: 46px;
        clear: none;
    }
    #news .news-listing .post .full:last-child {
        margin-right: 0;
    }
    #news .news-listing .post .full:nth-child(1n) {
        margin-right: 0;
        float: right;
    }
    #news .news-listing .post .full:nth-child(1n+1) {
        clear: both;
    }
}

#news .news-listing .post .full-outer {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#news .news-listing .post .full-outer:before {
    content: '';
    display: table;
}

#news .news-listing .post .full-outer:after {
    content: '';
    display: table;
    clear: both;
}

#news .news-listing .post:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
/*******************************************************************/


/****************************NEWS SECTION***************************/


/*******************************************************************/

#news-cat {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

#news-cat-page {
    padding: 20px 0 20px 0;
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    background-color: #fff;
}

#news-cat:before,
#news-cat:after,
#news-cat-page:before,
#news-cat-page:after {
    content: '';
    display: table;
}

#news-cat:after,
#news-cat-page:after {
    clear: both;
}

#news-cat .news,
#news-cat-page .news {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 20px;
}

#news-cat .news:before,
#news-cat .news:after,
#news-cat-page .news:before,
#news-cat-page .news:after {
    content: '';
    display: table;
}

#news-cat .news:after,
#news-cat-page .news:after {
    clear: both;
}

#news-cat .news .gutter-width,
#news-cat-page .news .gutter-width {
    width: 0;
}

#news-cat .news .item-holder,
#news-cat-page .news .item-holder {
    display: block;
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    background: #fff;
}

#news-cat .news .item-holder-page {
    margin-bottom: 20px;
}

#news-cat .news .item-holder .container-img {
    width: 100%;
}

#news-cat .news .item-holder:before,
#news-cat .news .item-holder:after,
#news-cat-page .news .item-holder:before,
#news-cat-page .news .item-holder:after {
    content: '';
    display: table;
}

#news-cat .news .item-holder:after,
#news-cat-page .news .item-holder:after {
    clear: both;
}

#news-cat .news .item-holder:nth-child(2n),
#news-cat-page .news .item-holder:nth-child(2n) {
    margin-right: 0%;
    float: right;
}

#news-cat .news .item-holder:nth-child(2n+1),
#news-cat-page .news .item-holder:nth-child(2n+1) {
    clear: both;
    float: left;
}

section .news .item-holder .view-more {
    margin: 0 auto;
    height: 20px;
    clear: both;
    display: table;
    margin-bottom: .8em;
}

section .news .item-holder .view-more a {
    padding: 5px;
    color: #570712;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

#news-cat .news .item {
    zoom: 1;
    float: left;
    clear: none;
    text-align: center;
    width: 90%;
    margin-left: 0%;
    margin-right: 0%;
}

#news-cat .news .item:before,
#news-cat .news .item:after {
    content: '';
    display: table;
}

#news-cat .news .item:after {
    clear: both;
}

#news-cat .news .item a {
    display: block;
    position: relative;
}

#news-cat .news .item img {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: block;
    max-width: 450px;
    height: auto;
}

#news-cat .news .blurb {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    text-align: left;
    padding: 10px;
}

#news-cat .news .blurb:before,
#news-cat .news .blurb:after {
    content: '';
    display: table;
}

#news-cat .news .blurb:after {
    clear: both;
}

#news-cat .news .blurb:last-child {
    margin-right: 0%;
}

#news-cat .news .blurb p:last-child {
    margin-bottom: 10px;
}

#news-cat .news .blurb a:hover {
    color: #570712;
}

@media only screen and (max-width: 640px) {
    #siteWrapper,#news .news-listing .post .single p ,h4 {
        color: #303030;
    }
     #banner,
    #about,
    #citas-home,
    #performances,
    #redes-home,
    #news-cat,
    #videos,
    #latest-recordings,
    #contact-section {
        /*border:2px solid blue;*/
        padding-bottom: 0px;
        padding-bottom: 0px;
    }
     #about,
    #citas-home,
    #performances,
    #redes-home,
    #news-cat,
    #videos,
    #latest-recordings,
    #contact-section {
        margin-top: 10px;
        margin-bottom: 10px;
    }
     #citas-home,
    #redes-home {
        padding: 5px 0;
    }
    #redes-home .social {
        padding: 5px;
    }
    #redes-home .social p {
        line-height: 18px;
    }
    section.section-header {
        margin-bottom: 0px;
    }
    #videos section.section-header,
    #latest-recordings section.section-header {
        margin-bottom: 10px;
    }
    section.section-header h1 a {
        font-size: 1.2em;
    }
    /*******Estilos para las citas****/
    section p.cita-home {
        font-size: 1.2em;
        line-height: 22px;
    }
    section p.cita-home span.quotes:before {
        font-size: 20px;
        margin-right: 5px;
    }
    section p.cita-home span.quotes:after {
        font-size: 20px;
        margin-left: 5px;
    }
    section p>span.cita-autor {
        font-family: 'Playfair Display','din_light', 'Source Sans Pro', sans-serif;
        padding-top: 5px;
        padding-left: 50px;
        font-size: .6em;
        line-height: 1em;
        color: #4a4747;
        font-weight: 300;
        display: block;
    }
    /*******Fin de Estilos para las citas****/
    .twitter-text {
        position: relative;
        top: 0;
        bottom: 0;
        margin-top: 0;
        padding: 0 15px;
    }
    #about .text-bio {
        text-rendering: optimizeLegibility;
        padding: 1em 1em;
        color: #000;
        font-family: 'din_light', 'Source Sans Pro', sans-serif;
        text-align: justify;
    }
    #about .text-bio p {
        font-size: 16px;
    }
    #citas-home .widget {
        zoom: 1;
        margin: 0 auto;
        clear: none;
        text-align: inherit;
        width: 95%;
        left: 10px;
        margin-left: 3%;
        margin-right: 3%;
        position: relative;
        padding-bottom: 20px;
    }
    section p.cita-home {
        font-family: 'din_italic', 'Open Sans', sans-serif;
        font-size: 1em;
        line-height: 14px;
        color: #000;
        font-weight: 500;
    }
    section p.cita-autor {
        font-family: 'din_regular', 'Source Sans Pro', sans-serif;
        font-size: .9em;
        font-size: .8em;
        line-height: 1em;
        margin-left: 15px;
        color: #000;
        font-weight: 300;
    }
    #citas-home .prev,
    #citas-home .next {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 501;
        pointer-events: auto;
        color: #4a4747;
        display: table;
        font-size: 20px;
        cursor: pointer;
    }
    /* Concerts */
    .concerts-list-index {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        max-width: 100%;
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        flex-wrap: wrap;
        flex-flow: row wrap;
    }
    .concerts-list {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        max-width: 100%;
        min-width: 100%;
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        flex-wrap: wrap;
        flex-flow: row wrap;
    }
    .concert-item-index {
        position: relative;
        flex: 1;
        display: flex;
        margin: 0 1% 0 1%;
        flex-basis: 80%;
        min-width: 80%;
        max-width: 80%;
        float: inherit;
        text-align: center;
    }
    .concert-item {
        position: relative;
        flex: 1;
        display: flex;
        margin: 0 1% 0 1%;
        flex-basis: 50%;
        min-width: 50%;
        max-width: 50%;
        float: inherit;
        text-align: center;
    }
    .concert-item h2,
    .concert-item-index h2 {
        font-family: 'din_regular', serif;
        font-size: 1em;
        line-height: 1em;
        margin-top: .2em;
        margin-bottom: .4em;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
    }
    .concert-item ul,
    .concert-item-index ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .concert-item li,
    .concert-item-index li {
        display: block;
        margin: .4em .4em;
        padding: 0;
        text-align: left
    }
    .concert-item li b,
    .concert-item-index li b {
        font-weight: 900;
    }
    .concert-item ul li a,
    .concert-item-index ul li a {
        font-family: 'din_light', serif;
        font-size: .9em;
        color: #514f51;
        text-decoration: underline;
    }
    .concert-item .date,
    .concert-item-index .date {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    /* Items list */
    .items-list {
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }
    .items-list .item {
        width: 100%;
        margin: auto;
        font-size: 1.1em;
        padding: .8em .2em .8em .2em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        text-decoration: none;
    }
    .date {
        text-align: left;
        text-transform: uppercase;
        font-family: 'din_light', serif;
        font-size: 1.5em;
    }
    .day {
        font-family: 'din_light', serif;
        font-size: 1.2em;
    }
    .month {
        color: #514f51;
        text-transform: uppercase;
        font-size: 1.2em;
    }
    #page .listados-conciertos .fila-conciertos .concierto {
        min-width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        box-sizing: border-box;
        height: 180px;
    }
    #news-cat section.page-header {
        margin-top: 20px;
    }
    #news-cat .news .item-holder {
        display: block;
        position: relative;
        left: 0;
        right: 0;
        clear: both;
        width: 95%;
        margin: 0 auto;
        border: none;
        margin-left: 10px;
        margin-bottom: 5px;
        padding-bottom: 0px;
        float: left !important;
    }
    #news-cat .news .blurb {
        padding: 5px;
    }
    #news-cat .news .item {
        width: 90%;
    }
    #news-cat .news .item img {
        min-height: 200px;
        max-height: 200px;
        max-width: 280px;
        text-align: center;
        margin: 0 auto;
        width: auto;
        display: block;
    }
    #contact-section .item {
        zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        text-align: left;
        padding: 5px;
        padding-left: 10px;
        margin-bottom: 0px;
        min-height: 20px;
    }
    #contact-section .item .player {
        width: 100%;
    }
    #contact-section .item .player .entry-holder .entry h5 {
        width: 100%;
        word-wrap: break-word;
    }
    section h1 {
        font-size: 18px;
        line-height: 18px;
    }
    section img.alignright,
    section div.alignright {
        width: 100% !important;
        height: auto !important;
        float: none !important;
        margin-left: 0 !important;
    }
    section img.alignleft,
    section div.alignleft {
        width: 100% !important;
        height: auto !important;
        float: none !important;
        margin-right: 0 !important;
    }
    section img.logo {
        margin-bottom: 15px;
    }
    section.text,
    section.text-news,
    section.text-recordings,
    section.text-concerts,
    section.text-berli,
    section.text-contacto {
        zoom: 1;
        width: auto;
        max-width: 600px;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
        padding: 0 5px 0 5px;
    }
    section.text,
    section.text-news,
    section.text-concerts {
        padding: 0;
    }
    section.page-header .head {
        background-color: transparent;
        padding-top: 0;
    }
    section.page-header .head p {
        margin-bottom: 20px;
    }
    section.page-header {
        padding-top: 0;
    }
    #banner {
        margin-top: 62px;
    }
    #banner-page {
        margin-top: 66px;
    }
    #banner.admin {
        margin-top: 0;
    }
    #page {
        background-color: #fff;
    }
    .header .header-wrap {
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    .header-admin {
        position: relative;
    }
    #photos {
        padding-top: 0;
    }
    #press {
        background-color: #fff;
    }
    #downloads {
        background-color: #fff;
    }
    #page .item-img,
    #downloads .item-img,
    #press .item-img {
        padding-bottom: 15px;
    }
    #page .item-outer,
    #downloads .item-outer,
    #press .item-outer {
        background-color: transparent;
        padding: 0 6px;
    }
    #page .item,
    #downloads .item,
    #press .item {
        margin-bottom: 15px;
    }
    .triangle {
        display: none;
    }
    #page .rec-item .half,
    #downloads .rec-item .half,
    #press .rec-item .half {
        padding: 0 !important;
    }
    #banner-slider .textwidget div {
        height: 90%;
        width: 100%;
    }
    #banner-slider .textwidget div img.d {
        display: none;
    }
    #banner-slider .textwidget div h2 {
        font-size: 24px;
    }
    #banner-slider .textwidget div h3 {
        font-size: 13px;
    }
    #about {
        color:#303030;
        background-color: #fff;
    }
    #about p a {
        color: #570712;
    }
    #about .post-content {
        padding: 30px 6px;
    }
    #about .text-bio {
        padding: .6em .6em;
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        font-family: 'din_light', 'Source Sans Pro', sans-serif;
        font-size: 1em;
        text-align: justify;
        text-rendering: optimizeLegibility;
    }
    #page .press-download {
        width: 90%;
    }
    #performances section .upcoming .item {
        border-bottom: 1px solid #570712;
    }
    #videos {
        padding-top: 0;
    }
    #videos-cat {
        margin-top: 20px;
    }
    #videos-cat section.page-header {
        margin-top: 10px;
    }
    #videos .videos {
        margin-bottom: 0px;
    }
    #videos .item-holder,
    #videos-cat .item-holder {
        float: left !important;
        width: 90%;
        display: block;
        clear: both;
        margin: 0 auto;
        margin-left: 15px;
        left: 0;
        right: 0;
        margin-bottom: 20px;
    }
    #latest-recordings,
    #recordings-cat {
        padding: 0;
    }
    #latest-recordings .recordings {
        margin-bottom: 10px;
    }
    #latest-recordings .item-holder {
        width: 90%;
        float: left;
        margin-left: 15px;
        margin-bottom: 10px;
    }
    #latest-recordings .item-holder .item {
        max-height: 100%;
        min-height: 100%;
        width: 100%;
        margin: 0 auto;
    }
    #latest-recordings .item-holder .item .content-image,
    #latest-recordings .item-holder .item .content-wrap {
        width: 100% !important;
        float: left !important;
    }
    #latest-recordings .item .content-image img {
        margin: 0 auto;
    }
    #latest-recordings .item .content-wrap {
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }
    #latest-recordings .item .head-wrap,
    #latest-recordings .item .buy-links {
        width: 100%;
        zoom: 1;
        position: relative;
        margin-bottom: 10px;
        float: left;
        text-align: center;
    }
    #latest-recordings .item .buy-links i {
        font-size: 24px;
        padding-top: 10px;
    }
    #latest-recordings span.divider,
    #recordings-cat span.divider {
        color: #570712;
    }
    #latest-recordings section h1 a,
    #recordings-cat section h1 a {
        color: #570712;
    }
    /****RECORDINGS PAGE**********/
    .recording-left,
    .recording-right {
        margin: 0 auto;
        width: 100%;
        float: left;
        padding: 10px 10px;
    }
    .recording-right img.attachment-recording-cover {
        float: left;
    }
    .recording-left img.attachment-recording-cover {
        float: right;
    }
    .audio-embed iframe {
        width: 100%;
    }
    /**** END OF RECORDINGS PAGE**********/
    #contact-section .text {
        zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        text-align: left;
        padding: 0 5px;
        padding-left: 10px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    #contact-section,
    #contact-section-page {
        background-color: #fff;
    }
    #contact-section .item .cover,
    #contact-section-page .item .cover {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #contact-section .item .cover:first-child,
    #contact-section-page .item .cover:first-child {
        margin-left: auto;
    }
    #contact-section .item .cover:last-child,
    #contact-section-page .item .cover:last-child {
        margin-right: auto;
    }
    #contact-section .item .player {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #contact-section .item .player:first-child {
        margin-left: auto;
    }
    #contact-section .item .player:last-child {
        margin-right: auto;
    }
    #contact-section .item .player .entry-holder .entry {
        padding: 0px;
        margin: 0px;
    }
}
/*****************************************/
.quotes {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    margin-bottom: 1.5em;
}

.quotes:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.quotes:last-child {
    margin-right: 0;
}

.quotes:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.quotes:nth-child(1n+1) {
    clear: both;
}

#videos-page,
#contacto {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 2em;
}

#contacto .contactos a {
    text-decoration: none;
    color: #374454;
    font-size: 1.1em;
}

#contacto .contactos a:hover {
    text-decoration: underline;
}

#contacto .contactos p {
    margin-bottom: .5em;
}

#videos-page:nth-child(1n),
#contacto:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#videos-page:last-child,
#contacto:last-child {
    margin-right: 0;
}

#videos-page:nth-child(1n),
#contacto:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#videos-page:nth-child(1n+1),
#contacto:nth-child(1n+1) {
    clear: both;
}

#videos-page .videos,
#contacto .contactos {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#videos-page .videos:before,
#contacto .contactos:before {
    content: '';
    display: table;
}

#videos-page .videos:after,
#contacto .contactos:after {
    content: '';
    display: table;
    clear: both;
}

#videos-page .videos .item,
#contacto .contactos .item {
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5em;
}
#videos-page .videos .item a{
    margin-bottom: .8em;
}
#videos-page .videos .item p{
    padding-top: .5em;
    font-size: 1.1em;
    line-height: 1.4em;
}
@media (min-width: 768px) {
    #videos-page .videos .item,
    #contacto .contactos .item {
        width: calc(99.9% * 1/2 - (46px - 46px * 1/2));
        height: calc(99.9% * 1/2 - (46px - 46px * 1/2));
        margin-bottom: 0;
    }
    #videos-page .videos .item:nth-child(1n),
    #contacto .contactos .item:nth-child(1n) {
        float: left;
        margin-right: 46px;
        margin-bottom: 46px;
        clear: none;
    }
    #videos-page .videos .item:last-child,
    #contacto .contactos .item:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    #videos-page .videos .item:nth-child(2n),
    #contacto .contactos .item:nth-child(2n) {
        margin-right: 0;
        float: right;
    }
    #videos-page .videos .item:nth-child(2n+1),
    #contacto .contactos .item:nth-child(2n+1) {
        clear: both;
    }
    #videos-page .videos .item:nth-last-child(-n+2),
    #contacto .contactos .item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

#videos-page .videos .item img,
#contacto .contactos .item img {
    display: block;
}

#videos-page .videos .item a,
#contacto .contactos .item a {
    display: block;
    overflow: hidden;
    background-color: #000;
    transition: all 0.4s ease;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#videos-page .videos .item a:nth-child(1n),
#contacto .contactos .item a:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#videos-page .videos .item a:last-child,
#contacto .contactos .item a:last-child {
    margin-right: 0;
}

#videos-page .videos .item a:nth-child(1n),
#contacto .contactos .item a:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#videos-page .videos .item a:nth-child(1n+1),
#contacto .contactos .item a:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #videos-page .videos .item a,
    #contacto .contactos .item a {
        background-color: #fff;
    }
}

#videos-page .videos .item a .wrapper,
#contacto .contactos .item a .wrapper {
    background-color: #000;
    text-align: center;
    position: relative;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#videos-page .videos .item a .wrapper:nth-child(1n),
#contacto .contactos .item a .wrapper:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#videos-page .videos .item a .wrapper:last-child,
#contacto .contactos .item a .wrapper:last-child {
    margin-right: 0;
}

#videos-page .videos .item a .wrapper:nth-child(1n),
#contacto .contactos .item a .wrapper:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#videos-page .videos .item a .wrapper:nth-child(1n+1),
#contacto .contactos .item a .wrapper:nth-child(1n+1) {
    clear: both;
}

#videos-page .videos .item a .wrapper img,
#contacto .contactos .item a .wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.4s ease;
}

#videos-page .videos .item a .wrapper .play-icon-holder,
#contacto .contactos .item a .wrapper .play-icon-holder {
    transition: all 0.4s ease;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
}

#videos-page .videos .item a .wrapper .play-icon {
    transition: all 0.4s ease;
    color: #fff;
    font-size: 2em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#videos-page .videos .item a:hover .wrapper .play-icon {
    font-size: 2.5em;
}

#videos-page .videos .item a:hover .wrapper img {
    opacity: 0.7;
}

#recordings {
    clear: both;
    position: relative;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 4.5em;
}

#recordings:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings:last-child {
    margin-right: 0;
}

#recordings:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings:nth-child(1n+1) {
    clear: both;
}

#recordings .ahead {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: 78%;
}

#recordings .ahead:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .ahead:last-child {
    margin-right: 0;
}

#recordings .ahead:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings .ahead:nth-child(1n+1) {
    clear: both;
}

#recordings .ahead .descript-holder {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#recordings .ahead .descript-holder:before {
    content: '';
    display: table;
}

#recordings .ahead .descript-holder:after {
    content: '';
    display: table;
    clear: both;
}

#recordings .ahead .descript-holder .half {
    width: calc(99.9% * 1/2);
}

#recordings .ahead .descript-holder .half:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#recordings .ahead .descript-holder .half:last-child {
    margin-right: 0;
}

#recordings .ahead .descript-holder .half:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#recordings .ahead .descript-holder .half:nth-child(0n+1) {
    clear: both;
}

#recordings .ahead .descript-holder .half .indent {
    width: calc(99.9% * 1/8);
}

#recordings .ahead .descript-holder .half .indent:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#recordings .ahead .descript-holder .half .indent:last-child {
    margin-right: 0;
}

#recordings .ahead .descript-holder .half .indent:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#recordings .ahead .descript-holder .half .indent:nth-child(0n+1) {
    clear: both;
}

#recordings .ahead .descript-holder .half .holder {
    width: calc(99.9% * 7/8);
    padding-top: 1.5em;
}

#recordings .ahead .descript-holder .half .holder:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#recordings .ahead .descript-holder .half .holder:last-child {
    margin-right: 0;
}

#recordings .ahead .descript-holder .half .holder:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#recordings .ahead .descript-holder .half .holder:nth-child(0n+1) {
    clear: both;
}

#recordings .ahead .descript-holder .half .holder a {
    color: #3c3c3c;
    text-decoration: underline;
}

#recordings .margins .foot {
    margin-top: 5px;
}

#recordings .ahead {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {
    #recordings .ahead {
        display: block;
    }
}

#recordings .back {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: 78%;
}

#recordings .back:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .back:last-child {
    margin-right: 0;
}

#recordings .back:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings .back:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #recordings .back {
        background-color: #f0eeec;
    }
}

#recordings .recordings-carousel,
#recordings .recordings-holder {
    margin-top: 10px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#recordings .recordings-carousel:before,
#recordings .recordings-holder:before {
    content: '';
    display: table;
}

#recordings .recordings-carousel:after,
#recordings .recordings-holder:after {
    content: '';
    display: table;
    clear: both;
}

#recordings .recordings-carousel .item,
#recordings .recordings-holder .item {
    margin-bottom: 1.5em;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
}

#recordings .recordings-carousel .item:nth-child(1n),
#recordings .recordings-holder .item:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .recordings-carousel .item:last-child,
#recordings .recordings-holder .item:last-child {
    margin-right: 0;
}

#recordings .recordings-carousel .item:nth-child(1n),
#recordings .recordings-holder .item:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings .recordings-carousel .item:nth-child(1n+1),
#recordings .recordings-holder .item:nth-child(1n+1) {
    clear: both;
}

#recordings .recordings-carousel .item .embed-album,
#recordings .recordings-holder .item .embed-album {
    position: relative;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#recordings .recordings-carousel .item .embed-album:nth-child(1n),
#recordings .recordings-holder .item .embed-album:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .recordings-carousel .item .embed-album:last-child,
#recordings .recordings-holder .item .embed-album:last-child {
    margin-right: 0;
}

#recordings .recordings-carousel .item .embed-album:nth-child(1n),
#recordings .recordings-holder .item .embed-album:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings .recordings-carousel .item .embed-album:nth-child(1n+1),
#recordings .recordings-holder .item .embed-album:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #recordings .recordings-carousel .item .embed-album,
    #recordings .recordings-holder .item .embed-album {
        width: calc(99.9% * 7/10);
    }
    #recordings .recordings-carousel .item .embed-album:nth-child(1n),
    #recordings .recordings-holder .item .embed-album:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    #recordings .recordings-carousel .item .embed-album:last-child,
    #recordings .recordings-holder .item .embed-album:last-child {
        margin-right: 0;
    }
    #recordings .recordings-carousel .item .embed-album:nth-child(0n),
    #recordings .recordings-holder .item .embed-album:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #recordings .recordings-carousel .item .embed-album:nth-child(0n+1),
    #recordings .recordings-holder .item .embed-album:nth-child(0n+1) {
        clear: both;
    }
}

#recordings .recordings-carousel .item .embed-album .embed,
#recordings .recordings-holder .item .embed-album .embed {
    width: calc(99.9% * 22/50);
    display: none;
}

#recordings .recordings-carousel .item .embed-album .embed:nth-child(1n),
#recordings .recordings-holder .item .embed-album .embed:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#recordings .recordings-carousel .item .embed-album .embed:last-child,
#recordings .recordings-holder .item .embed-album .embed:last-child {
    margin-right: 0;
}

#recordings .recordings-carousel .item .embed-album .embed:nth-child(0n),
#recordings .recordings-holder .item .embed-album .embed:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#recordings .recordings-carousel .item .embed-album .embed:nth-child(0n+1),
#recordings .recordings-holder .item .embed-album .embed:nth-child(0n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #recordings .recordings-carousel .item .embed-album .embed,
    #recordings .recordings-holder .item .embed-album .embed {
        display: block;
        margin-bottom: 1.5em;
        padding-top: 3em;
        width: calc(99.9% * 22/50);
    }
    #recordings .recordings-carousel .item .embed-album .embed:nth-child(1n),
    #recordings .recordings-holder .item .embed-album .embed:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    #recordings .recordings-carousel .item .embed-album .embed:last-child,
    #recordings .recordings-holder .item .embed-album .embed:last-child {
        margin-right: 0;
    }
    #recordings .recordings-carousel .item .embed-album .embed:nth-child(0n),
    #recordings .recordings-holder .item .embed-album .embed:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #recordings .recordings-carousel .item .embed-album .embed:nth-child(0n+1),
    #recordings .recordings-holder .item .embed-album .embed:nth-child(0n+1) {
        clear: both;
    }
}

#recordings .recordings-carousel .item .embed-album .embed .indent,
#recordings .recordings-holder .item .embed-album .embed .indent {
    width: calc(99.9% * 1/8);
}

#recordings .recordings-carousel .item .embed-album .embed .indent:nth-child(1n),
#recordings .recordings-holder .item .embed-album .embed .indent:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#recordings .recordings-carousel .item .embed-album .embed .indent:last-child,
#recordings .recordings-holder .item .embed-album .embed .indent:last-child {
    margin-right: 0;
}

#recordings .recordings-carousel .item .embed-album .embed .indent:nth-child(0n),
#recordings .recordings-holder .item .embed-album .embed .indent:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#recordings .recordings-carousel .item .embed-album .embed .indent:nth-child(0n+1),
#recordings .recordings-holder .item .embed-album .embed .indent:nth-child(0n+1) {
    clear: both;
}

#recordings .recordings-carousel .item .embed-album .embed .holder,
#recordings .recordings-holder .item .embed-album .embed .holder {
    height: 100%;
    width: calc(99.9% * 7/8);
}

#recordings .recordings-carousel .item .embed-album .embed .holder:nth-child(1n),
#recordings .recordings-holder .item .embed-album .embed .holder:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#recordings .recordings-carousel .item .embed-album .embed .holder:last-child,
#recordings .recordings-holder .item .embed-album .embed .holder:last-child {
    margin-right: 0;
}

#recordings .recordings-carousel .item .embed-album .embed .holder:nth-child(0n),
#recordings .recordings-holder .item .embed-album .embed .holder:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#recordings .recordings-carousel .item .embed-album .embed .holder:nth-child(0n+1),
#recordings .recordings-holder .item .embed-album .embed .holder:nth-child(0n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #recordings .recordings-carousel .item .embed-album .album,
    #recordings .recordings-holder .item .embed-album .album {
        width: calc(99.9% * 28/50);
        margin-bottom: 0;
    }
    #recordings .recordings-carousel .item .embed-album .album:nth-child(1n),
    #recordings .recordings-holder .item .embed-album .album:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    #recordings .recordings-carousel .item .embed-album .album:last-child,
    #recordings .recordings-holder .item .embed-album .album:last-child {
        margin-right: 0;
    }
    #recordings .recordings-carousel .item .embed-album .album:nth-child(0n),
    #recordings .recordings-holder .item .embed-album .album:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #recordings .recordings-carousel .item .embed-album .album:nth-child(0n+1),
    #recordings .recordings-holder .item .embed-album .album:nth-child(0n+1) {
        clear: both;
    }
}

#recordings .recordings-carousel .item .embed-album .album img,
#recordings .recordings-holder .item .embed-album .album img {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
}

#recordings .recordings-carousel .item .embed-album .album img:nth-child(1n),
#recordings .recordings-holder .item .embed-album .album img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .recordings-carousel .item .embed-album .album img:last-child,
#recordings .recordings-holder .item .embed-album .album img:last-child {
    margin-right: 0;
}

#recordings .recordings-carousel .item .embed-album .album img:nth-child(1n),
#recordings .recordings-holder .item .embed-album .album img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings .recordings-carousel .item .embed-album .album img:nth-child(1n+1),
#recordings .recordings-holder .item .embed-album .album img:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #recordings .recordings-carousel .item .embed-album .album img,
    #recordings .recordings-holder .item .embed-album .album img {
        margin-bottom: 1.5em;
    }
}

#recordings .recordings-carousel .item .embed-album .bg,
#recordings .recordings-holder .item .embed-album .bg {
    width: 40%;
    position: absolute;
    z-index: -1;
    left: 100px;
    top: 0;
    height: 100%;
    display: none;
}

@media (min-width: 960px) {
    #recordings .recordings-carousel .item .embed-album .bg,
    #recordings .recordings-holder .item .embed-album .bg {
        display: block;
    }
}

#recordings .recordings-carousel .item .embed-album .bg .thing,
#recordings .recordings-holder .item .embed-album .bg .thing {
    margin-top: 1.5em;
    width: 90%;
    border: 3px solid #f0eeec;
    height: 90%;
}

#recordings .recordings-carousel .item .details,
#recordings .recordings-holder .item .details {
    margin-top: 1.5em;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#recordings .recordings-carousel .item .details:nth-child(1n),
#recordings .recordings-holder .item .details:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .recordings-carousel .item .details:last-child,
#recordings .recordings-holder .item .details:last-child {
    margin-right: 0;
}

#recordings .recordings-carousel .item .details:nth-child(1n),
#recordings .recordings-holder .item .details:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings .recordings-carousel .item .details:nth-child(1n+1),
#recordings .recordings-holder .item .details:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #recordings .recordings-carousel .item .details,
    #recordings .recordings-holder .item .details {
        width: calc(99.9% * 3/10);
    }
    #recordings .recordings-carousel .item .details:nth-child(1n),
    #recordings .recordings-holder .item .details:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    #recordings .recordings-carousel .item .details:last-child,
    #recordings .recordings-holder .item .details:last-child {
        margin-right: 0;
    }
    #recordings .recordings-carousel .item .details:nth-child(0n),
    #recordings .recordings-holder .item .details:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #recordings .recordings-carousel .item .details:nth-child(0n+1),
    #recordings .recordings-holder .item .details:nth-child(0n+1) {
        clear: both;
    }
}

#recordings .recordings-carousel .item .details h3,
#recordings .recordings-holder .item .details h3 {
    text-transform: uppercase;
    margin-top: 0;
}

#recordings .recordings-carousel .item .details p a,
#recordings .recordings-holder .item .details p a {
    color: #3c3c3c;
    text-decoration: underline;
}

#recordings .recordings-carousel .item .details p a.more-link,
#recordings .recordings-holder .item .details p a.more-link {
    color: #570712;
    text-decoration: none;
}

#recordings .recordings-carousel .item .details .indent,
#recordings .recordings-holder .item .details .indent {
    width: calc(99.9% * 1/8);
}

#recordings .recordings-carousel .item .details .indent:nth-child(1n),
#recordings .recordings-holder .item .details .indent:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#recordings .recordings-carousel .item .details .indent:last-child,
#recordings .recordings-holder .item .details .indent:last-child {
    margin-right: 0;
}

#recordings .recordings-carousel .item .details .indent:nth-child(0n),
#recordings .recordings-holder .item .details .indent:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#recordings .recordings-carousel .item .details .indent:nth-child(0n+1),
#recordings .recordings-holder .item .details .indent:nth-child(0n+1) {
    clear: both;
}

#recordings .recordings-carousel .item .details .holder,
#recordings .recordings-holder .item .details .holder {
    width: calc(99.9% * 7/8);
}

#recordings .recordings-carousel .item .details .holder:nth-child(1n),
#recordings .recordings-holder .item .details .holder:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#recordings .recordings-carousel .item .details .holder:last-child,
#recordings .recordings-holder .item .details .holder:last-child {
    margin-right: 0;
}

#recordings .recordings-carousel .item .details .holder:nth-child(0n),
#recordings .recordings-holder .item .details .holder:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#recordings .recordings-carousel .item .details .holder:nth-child(0n+1),
#recordings .recordings-holder .item .details .holder:nth-child(0n+1) {
    clear: both;
}

#recordings .recordings-carousel .item .details .indent::before,
#recordings .recordings-holder .item .details .indent::before {
    content: ' ';
    width: 80%;
    height: 1px;
    margin-top: 1.1em;
    display: block;
}

#recordings .recordings-carousel .owl-controls,
#recordings .recordings-holder .owl-controls {
    line-height: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    display: none;
}

@media (min-width: 640px) {
    #recordings .recordings-carousel .owl-controls,
    #recordings .recordings-holder .owl-controls {
        display: block;
        text-align: right;
    }
}

#recordings .recordings-carousel .owl-dots,
#recordings .recordings-holder .owl-dots {
    text-align: left;
    width: calc(99.9% * 1/2 - (46px - 46px * 1/2));
    margin-left: calc(99.9% * (-1/2 * -1) - (46px - 46px * (-1/2 * -1)) + 46px) !important;
    margin-top: 0;
}

#recordings .recordings-carousel .owl-dots:nth-child(1n),
#recordings .recordings-holder .owl-dots:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .recordings-carousel .owl-dots:last-child,
#recordings .recordings-holder .owl-dots:last-child {
    margin-right: 0;
}

#recordings .recordings-carousel .owl-dots:nth-child(2n),
#recordings .recordings-holder .owl-dots:nth-child(2n) {
    margin-right: 0;
    float: right;
}

#recordings .recordings-carousel .owl-dots:nth-child(2n+1),
#recordings .recordings-holder .owl-dots:nth-child(2n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #recordings .recordings-carousel .owl-dots,
    #recordings .recordings-holder .owl-dots {
        margin-top: -2.25em;
    }
}

#recordings .recordings-carousel .owl-dots .owl-dot,
#recordings .recordings-holder .owl-dots .owl-dot {
    display: inline-block;
}

#recordings .recordings-carousel .owl-dots .owl-dot span,
#recordings .recordings-holder .owl-dots .owl-dot span {
    background: #c3c6c9 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 5px 7px;
    transition: all 0.2s ease 0s;
    width: 40px;
}

@media (min-width: 640px) {
    #recordings .recordings-carousel .owl-dots .owl-dot span,
    #recordings .recordings-holder .owl-dots .owl-dot span {
        background: #c3c6c9 none repeat scroll 0 0;
    }
}

#recordings .recordings-carousel .owl-dots .owl-dot.active span,
#recordings .recordings-holder .owl-dots .owl-dot.active span,
#recordings .recordings-carousel .owl-theme .owl-dots .owl-dot:hover span,
#recordings .recordings-holder .owl-theme .owl-dots .owl-dot:hover span {
    background: #374454 none repeat scroll 0 0;
}

#recordings .recordings-carousel .owl-dots .owl-dot:last-child span,
#recordings .recordings-holder .owl-dots .owl-dot:last-child span {
    margin-right: 0;
}

#recordings .recordings-carousel .owl-dots .owl-dot:first-child span,
#recordings .recordings-holder .owl-dots .owl-dot:first-child span {
    margin-left: 3em;
}

#recordings .no-embed {
    margin-bottom: 1.5em;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
}

#recordings .no-embed:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .no-embed:last-child {
    margin-right: 0;
}

#recordings .no-embed:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings .no-embed:nth-child(1n+1) {
    clear: both;
}

#recordings .no-embed .album-details .album {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#recordings .no-embed .album-details .album:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .no-embed .album-details .album:last-child {
    margin-right: 0;
}

#recordings .no-embed .album-details .album:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings .no-embed .album-details .album:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #recordings .no-embed .album-details .album {
        width: calc(99.9% * 1/2);
        margin-bottom: 0;
    }
    #recordings .no-embed .album-details .album:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    #recordings .no-embed .album-details .album:last-child {
        margin-right: 0;
    }
    #recordings .no-embed .album-details .album:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #recordings .no-embed .album-details .album:nth-child(0n+1) {
        clear: both;
    }
}

#recordings .no-embed .album-details .album img {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
}

#recordings .no-embed .album-details .album img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .no-embed .album-details .album img:last-child {
    margin-right: 0;
}

#recordings .no-embed .album-details .album img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings .no-embed .album-details .album img:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #recordings .no-embed .album-details .album img {
        margin-bottom: 0;
    }
}

#recordings .no-embed .album-details .details {
    margin-top: 0;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#recordings .no-embed .album-details .details:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .no-embed .album-details .details:last-child {
    margin-right: 0;
}

#recordings .no-embed .album-details .details:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings .no-embed .album-details .details:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 640px) {
    #recordings .no-embed .album-details .details {
        width: calc(99.9% * 1/2);
    }
    #recordings .no-embed .album-details .details:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }
    #recordings .no-embed .album-details .details:last-child {
        margin-right: 0;
    }
    #recordings .no-embed .album-details .details:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #recordings .no-embed .album-details .details:nth-child(0n+1) {
        clear: both;
    }
}

#recordings .no-embed .album-details .details h3 {
    text-transform: uppercase;
    margin-top: 0;
}

#recordings .no-embed .album-details .details .indent {
    width: calc(99.9% * 1/8);
}

#recordings .no-embed .album-details .details .indent:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#recordings .no-embed .album-details .details .indent:last-child {
    margin-right: 0;
}

#recordings .no-embed .album-details .details .indent:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#recordings .no-embed .album-details .details .indent:nth-child(0n+1) {
    clear: both;
}

#recordings .no-embed .album-details .details .holder {
    width: calc(99.9% * 7/8);
}

#recordings .no-embed .album-details .details .holder:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

#recordings .no-embed .album-details .details .holder:last-child {
    margin-right: 0;
}

#recordings .no-embed .album-details .details .holder:nth-child(0n) {
    margin-right: 0;
    float: right;
}

#recordings .no-embed .album-details .details .holder:nth-child(0n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #recordings .no-embed .album-details .details .holder .mobile {
        display: none;
    }
}

#recordings .no-embed .album-details .details .indent::before {
    content: ' ';
    width: 80%;
    height: 1px;
    margin-top: 1.1em;
    display: block;
}

#recordings .alone .album-details {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#recordings .alone .album-details:before {
    content: '';
    display: table;
}

#recordings .alone .album-details:after {
    content: '';
    display: table;
    clear: both;
}

#recordings .foot {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 0;
}

#recordings .foot:before {
    content: '';
    display: table;
}

#recordings .foot:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    #recordings .foot {
        margin-top: -2.25em;
    }
}

#recordings .foot .controls {
    position: absolute;
    z-index: 20;
    margin-top: -14px;
    line-height: 0;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
}

#recordings .foot .controls:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings .foot .controls:last-child {
    margin-right: 0;
}

#recordings .foot .controls:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings .foot .controls:nth-child(1n+1) {
    clear: both;
}

#recordings .foot .controls .prev,
#recordings .foot .controls .next {
    text-align: center;
    padding-bottom: 0.1em;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #570712;
    color: #570712;
    cursor: pointer;
    transition: color 0.4s ease-in-out 0s;
}

#recordings .foot .controls .prev i,
#recordings .foot .controls .next i {
    font-size: 21px !important;
    line-height: 38px !important;
}

/* #recordings .foot .controls .prev:hover,
#recordings .foot .controls .next:hover {
    background-color: #570712;
    color: #fff;
} */

.home-recordings {
    margin-bottom: 7.5em !important;
}

#recordings-page {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 4.5em;
}

#recordings-page:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings-page:last-child {
    margin-right: 0;
}

#recordings-page:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings-page:nth-child(1n+1) {
    clear: both;
}

#recordings-page .albums {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 4.5em;
}

#recordings-page .albums:before {
    content: '';
    display: table;
}

#recordings-page .albums:after {
    content: '';
    display: table;
    clear: both;
}

#recordings-page .albums .item {
    width: calc(99.9% * 1/3 - (46px - 46px * 1/3));
    height: calc(99.9% * 1/3 - (46px - 46px * 1/3));
    overflow: hidden;
}

#recordings-page .albums .item:nth-child(1n) {
    float: left;
    margin-right: 46px;
    margin-bottom: 46px;
    clear: none;
}

#recordings-page .albums .item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

#recordings-page .albums .item:nth-child(3n) {
    margin-right: 0;
    float: right;
}

#recordings-page .albums .item:nth-child(3n+1) {
    clear: both;
}

#recordings-page .albums .item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

#recordings-page .albums .item a img {
    transition: all 0.3s ease 0s;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
}

#recordings-page .albums .item a img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recordings-page .albums .item a img:last-child {
    margin-right: 0;
}

#recordings-page .albums .item a img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recordings-page .albums .item a img:nth-child(1n+1) {
    clear: both;
}

#recordings-page .albums .item a:hover img {
    transform: scale(1.05);
}

#recording-page {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 1.5em;
}

#recording-page:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recording-page:last-child {
    margin-right: 0;
}

#recording-page:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recording-page:nth-child(1n+1) {
    clear: both;
}

#recording-page img {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
}

#recording-page img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recording-page img:last-child {
    margin-right: 0;
}

#recording-page img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recording-page img:nth-child(1n+1) {
    clear: both;
}

#recording-page .banner {
    padding-top: 1.5em;
    border-top: 1px solid #e2e2e2;
    display: block;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    background-color: #3c3c3c !important;
    overflow: hidden;
}

#recording-page .banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

#recording-page .banner:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recording-page .banner:last-child {
    margin-right: 0;
}

#recording-page .banner:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recording-page .banner:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #recording-page .banner {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 17.82894736842105%;
        height: 0;
        border: none;
    }
}

#recording-page .banner img {
    display: none;
}

@media (min-width: 768px) {
    #recording-page .banner img {
        display: block;
    }
}

#recording-page .banner .over {
    text-align: left;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#recording-page .banner .over:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recording-page .banner .over:last-child {
    margin-right: 0;
}

#recording-page .banner .over:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recording-page .banner .over:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #recording-page .banner .over {
        position: absolute;
        top: 40px;
    }
}

#recording-page .banner .over h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.375em;
}

@media (min-width: 768px) {
    #recording-page .banner .over h3 {
        color: #fff;
    }
}

@media (min-width: 768px) {

    #recording-page .banner .over .head-holder:nth-child(1n) {
        float: left;
        margin-right: 46px;
        clear: none;
    }
    #recording-page .banner .over .head-holder:last-child {
        margin-right: 0;
    }
    #recording-page .banner .over .head-holder:nth-child(10n) {
        margin-right: 0;
        float: right;
    }
    #recording-page .banner .over .head-holder:nth-child(10n+1) {
        clear: both;
    }
}

#recording-page .album-detail {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    position: relative;
    margin-bottom: 1.5em;
}

#recording-page .album-detail:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recording-page .album-detail:last-child {
    margin-right: 0;
}

#recording-page .album-detail:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recording-page .album-detail:nth-child(1n+1) {
    clear: both;
    margin-top: 15px;
}

#recording-page .album-detail .cover {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    margin-bottom: 3em;
}

#recording-page .album-detail .cover:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recording-page .album-detail .cover:last-child {
    margin-right: 0;
}

#recording-page .album-detail .cover:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recording-page .album-detail .cover:nth-child(1n+1) {
    clear: both;
}

#recording-page .album-detail .cover img {
    margin-bottom: 1.5em;
}

#recording-page .album-detail .cover .buy a {
    margin-right: 1.5em;
    font-size: 0.85em;
}

@media (min-width: 768px) {
    #recording-page .album-detail .cover {
        width: calc(99.9% * 4/10 - (46px - 46px * 4/10));
        margin-bottom: 0;
    }
    #recording-page .album-detail .cover:nth-child(1n) {
        float: left;
        margin-right: 46px;
        clear: none;
    }
    #recording-page .album-detail .cover:last-child {
        margin-right: 0;
    }
    #recording-page .album-detail .cover:nth-child(10n) {
        margin-right: 0;
        float: right;
    }
    #recording-page .album-detail .cover:nth-child(10n+1) {
        clear: both;
    }
}

#recording-page .album-detail .details {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#recording-page .album-detail .details:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recording-page .album-detail .details:last-child {
    margin-right: 0;
}

#recording-page .album-detail .details:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recording-page .album-detail .details:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #recording-page .album-detail .details {
        font-size: 0.85em;
        width: calc(99.9% * 6/10 - (46px - 46px * 6/10));
        margin-top: 8.25em;
    }
    #recording-page .album-detail .details:nth-child(1n) {
        float: left;
        margin-right: 46px;
        clear: none;
    }
    #recording-page .album-detail .details:last-child {
        margin-right: 0;
    }
    #recording-page .album-detail .details:nth-child(10n) {
        margin-right: 0;
        float: right;
    }
    #recording-page .album-detail .details:nth-child(10n+1) {
        clear: both;
    }
}

#recording-page .album-detail .details p a {
    color: #3c3c3c;
    text-decoration: underline;
}

#recording-page .album-detail .details .embed,
#recording-page .album-detail .details .info {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#recording-page .album-detail .details .embed:nth-child(1n),
#recording-page .album-detail .details .info:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#recording-page .album-detail .details .embed:last-child,
#recording-page .album-detail .details .info:last-child {
    margin-right: 0;
}

#recording-page .album-detail .details .embed:nth-child(1n),
#recording-page .album-detail .details .info:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#recording-page .album-detail .details .embed:nth-child(1n+1),
#recording-page .album-detail .details .info:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #recording-page .album-detail .details .embed,
    #recording-page .album-detail .details .info {
        width: calc(99.9% * 1/2 - (46px - 46px * 1/2));
    }
    #recording-page .album-detail .details .embed:nth-child(1n),
    #recording-page .album-detail .details .info:nth-child(1n) {
        float: left;
        margin-right: 46px;
        clear: none;
    }
    #recording-page .album-detail .details .embed:last-child,
    #recording-page .album-detail .details .info:last-child {
        margin-right: 0;
    }
    #recording-page .album-detail .details .embed:nth-child(2n),
    #recording-page .album-detail .details .info:nth-child(2n) {
        margin-right: 0;
        float: right;
    }
    #recording-page .album-detail .details .embed:nth-child(2n+1),
    #recording-page .album-detail .details .info:nth-child(2n+1) {
        clear: both;
    }
}

#recording-page .album-detail .details .embed {
    margin-bottom: 3em;
}

@media (min-width: 768px) {
    #recording-page .album-detail .details .embed {
        margin-bottom: 0;
    }
}

.quote-item {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    padding-top: 3em;
    padding-bottom: 1.5em;
    border-top: 1px solid #e2e2e2;
    width: 100%;
    text-align: center;
}

.quote-item:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.quote-item:last-child {
    margin-right: 0;
}

.quote-item:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.quote-item:nth-child(1n+1) {
    clear: both;
}

.quote-item .quote {
    line-height: 1.2em;
    font-weight: 300;
    font-size: 1.5em;
}

.quote-item .source {
    color: #570712;
    font-weight: 800;
    margin-top: 0.75em;
    font-size: 1em;
}

#about,
.about {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 4.5em;
    margin-top: 2.5em;
    font-family: "Playfair Display",Volkorn,sans-serif;
}

#about:nth-child(1n),
.about:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#about:last-child,
.about:last-child {
    margin-right: 0;
}

#about:nth-child(1n),
.about:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#about:nth-child(1n+1),
.about:nth-child(1n+1) {
    clear: both;
}

#about .description,
.about .description {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
#about,.about p{
    font-size: 1.1em;
    line-height: 1.3em;
    text-align: justify;
    text-decoration: optimizeLegibility;
}
#about .description:before,
.about .description:before {
    content: '';
    display: table;
}

#about .description:after,
.about .description:after {
    content: '';
    display: table;
    clear: both;
}

#about .description .quote,
.about .description .quote {
    text-align: center;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    margin-bottom: 1.5em;
}

#about .description .quote:nth-child(1n),
.about .description .quote:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#about .description .quote:last-child,
.about .description .quote:last-child {
    margin-right: 0;
}

#about .description .quote:nth-child(1n),
.about .description .quote:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#about .description .quote:nth-child(1n+1),
.about .description .quote:nth-child(1n+1) {
    clear: both;
}

#about .description .quote p,
.about .description .quote p {
    line-height: 1.2em;
    margin-bottom: 0;
    color: #374454;
    font-weight: 300;
    font-size: 2em;
}

#about .description .quote .source,
.about .description .quote .source {
    font-weight: 800;
    margin-top: 0.75em;
    font-size: 1em;
}

#about .description .about,
.about .description .about {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    margin-bottom: 1.5em;
}

#about .description .about:nth-child(1n),
.about .description .about:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#about .description .about:last-child,
.about .description .about:last-child {
    margin-right: 0;
}

#about .description .about:nth-child(1n),
.about .description .about:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#about .description .about:nth-child(1n+1),
.about .description .about:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #about .description .about,
    .about .description .about {
        /* column-count: 2; */
        column-fill: balance;
        -moz-column-fill: balance;
        -webkit-column-fill: balance;
        /* column-gap: 46px; */
    }
}

#about .description .foot,
.about .description .foot {
    text-align: center;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    margin-bottom: 1.5em;
}

#about .description .foot:nth-child(1n),
.about .description .foot:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#about .description .foot:last-child,
.about .description .foot:last-child {
    margin-right: 0;
}

#about .description .foot:nth-child(1n),
.about .description .foot:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#about .description .foot:nth-child(1n+1),
.about .description .foot:nth-child(1n+1) {
    clear: both;
}

#about .description .rep,
.about .description .rep {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    margin-bottom: 1.5em;
}

#about .description .rep:nth-child(1n),
.about .description .rep:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#about .description .rep:last-child,
.about .description .rep:last-child {
    margin-right: 0;
}

#about .description .rep:nth-child(1n),
.about .description .rep:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#about .description .rep:nth-child(1n+1),
.about .description .rep:nth-child(1n+1) {
    clear: both;
}

#about .description .rep table,
.about .description .rep table {
    color: #3c3c3c;
    width: 100%;
    border-width: 1px;
    border-color: #f6f7f7;
    border-collapse: collapse;
    margin-bottom: 45px;
}

#about .description .rep table tr,
.about .description .rep table tr {
    background-color: #f0eeec;
}

#about .description .rep table tr td,
.about .description .rep table tr td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #f0eeec;
}

#about .description .rep table tr:nth-child(odd),
.about .description .rep table tr:nth-child(odd) {
    background-color: #fff;
}

#about .description .rep table tr:nth-child(odd) td,
.about .description .rep table tr:nth-child(odd) td {
    border-color: #fff;
}

.about-pics {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 4.5em;
}

.about-pics:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.about-pics:last-child {
    margin-right: 0;
}

.about-pics:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.about-pics:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    .about-pics {
        margin-top: 3em;
    }
}

.about-pics .back {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
}

.about-pics .back:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.about-pics .back:last-child {
    margin-right: 0;
}

.about-pics .back:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.about-pics .back:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    .about-pics .back {
        background-color: #f0eeec;
    }
}

.about-pics .back .half {
    overflow: hidden;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

.about-pics .back .half:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.about-pics .back .half:last-child {
    margin-right: 0;
}

.about-pics .back .half:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.about-pics .back .half:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    .about-pics .back .half {
        width: calc(99.9% * 1/2 - (46px - 46px * 1/2));
    }
    .about-pics .back .half:nth-child(1n) {
        float: left;
        margin-right: 46px;
        clear: none;
    }
    .about-pics .back .half:last-child {
        margin-right: 0;
    }
    .about-pics .back .half:nth-child(2n) {
        margin-right: 0;
        float: right;
    }
    .about-pics .back .half:nth-child(2n+1) {
        clear: both;
    }
}

.about-pics .back .half img {
    display: block;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
}

.about-pics .back .half img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.about-pics .back .half img:last-child {
    margin-right: 0;
}

.about-pics .back .half img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.about-pics .back .half img:nth-child(1n+1) {
    clear: both;
}

.about-pics .back .half:first-child {
    margin-bottom: 3em;
}

@media (min-width: 768px) {
    .about-pics .back .half:first-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .about-pics .back .half:first-child .holder {
        padding-right: 1.5em;
    }
}

@media (min-width: 768px) {
    .about-pics .back .half:last-child {
        margin-top: -6em;
    }
}

@media (min-width: 768px) {
    .about-pics .back .half:last-child .holder {
        padding-left: 1.5em;
    }
}

.about-pics .back .half:last-child img {
    padding-bottom: 1.5em;
}

.about-pics .back .half:last-child .press-pack {
    background-color: #fff;
}

@media (min-width: 768px) {
    .about-pics .back .half:last-child .press-pack {
        padding: 1.5em;
    }
}

.about-pics .back .half:last-child .press-pack .quote {
    line-height: 1.2em;
    margin-bottom: 0;
    color: #570712;
    font-weight: 300;
    font-size: 1.5em;
}

.about-pics .back .half:last-child .press-pack .source {
    color: #570712;
    font-weight: 800;
    margin-top: 0.75em;
    font-size: 1em;
}

.small-line {
    line-height: 0;
    margin: 1.5em auto;
    background-color: #e2e2e2;
    height: 1px;
    display: block;
    width: 50%;
}
.press-pack a.more-link{  
    border: 1px solid #570712;
    color: #570712;
    background-color: #ffff;
}
.press-pack a.more-link:hover{
    color:#fff;
    background-color: #570712;
}
#press {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 6em;
}

#press:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#press:last-child {
    margin-right: 0;
}

#press:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#press:nth-child(1n+1) {
    clear: both;
}

#press .press-listing {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#press .press-listing:before {
    content: '';
    display: table;
}

#press .press-listing:after {
    content: '';
    display: table;
    clear: both;
}

#press .press-listing .item {
    position: relative;
    background-size: cover !important;
    background-position: top;
    margin-bottom: 1.5em;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#press .press-listing .item:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#press .press-listing .item:last-child {
    margin-right: 0;
}

#press .press-listing .item:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#press .press-listing .item:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #press .press-listing .item {
        width: calc(99.9% * 1/3 - (46px - 46px * 1/3));
        height: calc(99.9% * 1/3 - (46px - 46px * 1/3));
    }
    #press .press-listing .item:nth-child(1n) {
        float: left;
        margin-right: 46px;
        margin-bottom: 46px;
        clear: none;
    }
    #press .press-listing .item:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    #press .press-listing .item:nth-child(3n) {
        margin-right: 0;
        float: right;
    }
    #press .press-listing .item:nth-child(3n+1) {
        clear: both;
    }
    #press .press-listing .item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

#press .press-listing .item a {
    text-decoration: none;
    display: block;
    height: 100%;
}

#press .press-listing .item a .gradient {
    transition: opacity 0.5s;
    opacity: 0.85;
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#press .press-listing .item a img {
    width: 100%;
    height: auto;
    opacity: 0;
}

@media (min-width: 768px) {
    #press .press-listing .item a img {
        width: auto;
        max-height: 350px;
    }
}

#press .press-listing .item a p,
#press .press-listing .item a h5 {
    transition: color 0.3s;
}

#press .press-listing .item a p {
    color: #fff;
    margin-bottom: 0;
}

#press .press-listing .item a h5 {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 0.375em;
}

#press .press-listing .item a p.date {
    padding: 0.75em;
    font-family: 'Gotham', 'Abril Fatface', 'Cormorant Garamond', 'Source Sans';
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

#press .press-listing .item a .info {
    padding: 0.75em;
    padding: 0.75em;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
}

#press .press-listing .item a:hover .gradient {
    opacity: 1;
}

#photos {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 6em;
}

#photos:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#photos:last-child {
    margin-right: 0;
}

#photos:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#photos:nth-child(1n+1) {
    clear: both;
}

#photos .photo-gallery {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#photos .photo-gallery:before {
    content: '';
    display: table;
}

#photos .photo-gallery:after {
    content: '';
    display: table;
    clear: both;
}

#photos .photo-gallery .row {
    display: flex;
    flex-flow: row wrap;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
}

#photos .photo-gallery .row:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#photos .photo-gallery .row:last-child {
    margin-right: 0;
}

#photos .photo-gallery .row:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#photos .photo-gallery .row:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #photos .photo-gallery .row {
        margin-bottom: 23px;
    }
}

#photos .photo-gallery .row .big {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#photos .photo-gallery .row .big:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#photos .photo-gallery .row .big:last-child {
    margin-right: 0;
}

#photos .photo-gallery .row .big:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#photos .photo-gallery .row .big:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #photos .photo-gallery .row .big {
        width: calc(99.9% * 2/3 - (23px - 23px * 2/3));
    }
    #photos .photo-gallery .row .big:nth-child(1n) {
        float: left;
        margin-right: 23px;
        clear: none;
    }
    #photos .photo-gallery .row .big:last-child {
        margin-right: 0;
    }
    #photos .photo-gallery .row .big:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #photos .photo-gallery .row .big:nth-child(0n+1) {
        clear: both;
    }
}

#photos .photo-gallery .row .small {
    position: relative;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#photos .photo-gallery .row .small:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#photos .photo-gallery .row .small:last-child {
    margin-right: 0;
}

#photos .photo-gallery .row .small:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#photos .photo-gallery .row .small:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #photos .photo-gallery .row .small {
        width: calc(99.9% * 1/3 - (23px - 23px * 1/3));
    }
    #photos .photo-gallery .row .small:nth-child(1n) {
        float: left;
        margin-right: 23px;
        clear: none;
    }
    #photos .photo-gallery .row .small:last-child {
        margin-right: 0;
    }
    #photos .photo-gallery .row .small:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #photos .photo-gallery .row .small:nth-child(0n+1) {
        clear: both;
    }
}

#photos .photo-gallery .row .big .item,
#photos .photo-gallery .row .small .item {
    margin-bottom: 23px;
    display: block;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    color: #fff;
    position: relative;
}

#photos .photo-gallery .row .big .item:nth-child(1n),
#photos .photo-gallery .row .small .item:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#photos .photo-gallery .row .big .item:last-child,
#photos .photo-gallery .row .small .item:last-child {
    margin-right: 0;
}

#photos .photo-gallery .row .big .item:nth-child(1n),
#photos .photo-gallery .row .small .item:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#photos .photo-gallery .row .big .item:nth-child(1n+1),
#photos .photo-gallery .row .small .item:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #photos .photo-gallery .row .big .item,
    #photos .photo-gallery .row .small .item {
        margin-bottom: 0;
    }
}

#photos .photo-gallery .row .big .item h3,
#photos .photo-gallery .row .small .item h3 {
    margin: 0;
}

#photos .photo-gallery .row .big .item img,
#photos .photo-gallery .row .small .item img {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
}

#photos .photo-gallery .row .big .item img:nth-child(1n),
#photos .photo-gallery .row .small .item img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#photos .photo-gallery .row .big .item img:last-child,
#photos .photo-gallery .row .small .item img:last-child {
    margin-right: 0;
}

#photos .photo-gallery .row .big .item img:nth-child(1n),
#photos .photo-gallery .row .small .item img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#photos .photo-gallery .row .big .item img:nth-child(1n+1),
#photos .photo-gallery .row .small .item img:nth-child(1n+1) {
    clear: both;
}

#photos .photo-gallery .row .big .item .open,
#photos .photo-gallery .row .small .item .open {
    bottom: 0;
    transition: background-color 0.4s ease 0s;
    position: absolute;
}

#photos .photo-gallery .row .big .item:hover .open .more,
#photos .photo-gallery .row .small .item:hover .open .more {
    background-color: #3c3c3c;
    color: #fff;
    cursor: pointer;
    border: 1px solid #3c3c3c;
}

@media (min-width: 768px) {
    #photos .photo-gallery .row .big .bottom,
    #photos .photo-gallery .row .small .bottom {
        position: absolute;
        bottom: 0;
    }
}

#performances,
#gallery {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 4.5em;
}

#performances:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#performances:last-child {
    margin-right: 0;
}

#performances:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#performances:nth-child(1n+1) {
    clear: both;
}

#performances .categoryview {
    margin-bottom: 3em;
}

#performances .upcoming {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

#performances .upcoming:before {
    content: '';
    display: table;
}

#performances .upcoming:after {
    content: '';
    display: table;
    clear: both;
}

#performances .upcoming h2 {
    text-align: left;
    font-size: 1.8em;
    font-weight: 300;
    text-transform: capitalize;
    color: #570712;
    font-family: 'Playfair Display','Gotham', 'Abril Fatface', 'Cormorant Garamond', 'Source Sans';
}
#performances .upcoming h3.anio {
   color: #570712;
   padding-top:60px;
   font-size:38px;
   text-align:center;
}
#performances .upcoming h2:nth-child(2n) {
    padding-top: 50px;
}

#performances .upcoming .item {
    display: flex;
    flex-flow: row wrap;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    border-bottom: 1px solid #e3e6e9;
    margin-bottom: 1.5em;
}

#performances .upcoming .item:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#performances .upcoming .item:last-child {
    margin-right: 0;
}

#performances .upcoming .item:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#performances .upcoming .item:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #performances .upcoming .item {
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
}

#performances .upcoming .item .icon {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.5em;
}


#performances .upcoming .item .icon:before {
    content: '';
    display: table;
}

#performances .upcoming .item .icon:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    #performances .upcoming .item .icon {
        text-align: left !important;
        width: calc(99.9% * 1/9 - (20px - 20px * 1/9));
        margin-bottom: 0;
    }
    #performances .upcoming .item .icon:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none;
    }
    #performances .upcoming .item .icon:last-child {
        margin-right: 0;
    }
    #performances .upcoming .item .icon:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #performances .upcoming .item .icon:nth-child(0n+1) {
        clear: both;
    }
}

#performances .upcoming .item .icon img {
    display: block;
    width: 100%;
    height: auto;
}

#performances .upcoming .item .date {
    font-family: 'Cormorant Garamond', 'Source Sans Pro', sans-serif;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    margin-top: 0.6em;
}

#performances .upcoming .item .date:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#performances .upcoming .item .date:last-child {
    margin-right: 0;
}

#performances .upcoming .item .date:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#performances .upcoming .item .date:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #performances .upcoming .item .date {
        width: calc(99.9% * 1/9 - (20px - 20px * 1/9));
        margin-bottom: 0;
    }
    #performances .upcoming .item .date:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none;
    }
    #performances .upcoming .item .date:last-child {
        margin-right: 0;
    }
    #performances .upcoming .item .date:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #performances .upcoming .item .date:nth-child(0n+1) {
        clear: both;
    }
}

#performances .upcoming .item .date .entry {
    text-align: center;
    width: 100%;
}

#performances .upcoming .item .date .entry p {
    color: #374454;
    margin-bottom: 0;
}

#performances .upcoming .item .date .entry p.day {
    line-height: 1em;
    font-size: 2em;
    font-weight: 400;
}

#performances .upcoming .item .date .entry p.month {
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 300;
    text-transform: uppercase;
}

#performances .upcoming .item .description {
    text-align: center;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    margin-top: 1.275em;
}

#performances .upcoming .item .description:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#performances .upcoming .item .description:last-child {
    margin-right: 0;
}

#performances .upcoming .item .description:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#performances .upcoming .item .description:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #performances .upcoming .item .description {
        margin-bottom: 0;
        text-align: left;
        width: calc(99.9% * 4/9 - (20px - 20px * 4/9));
    }
    #performances .upcoming .item .description:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none;
    }
    #performances .upcoming .item .description:last-child {
        margin-right: 0;
    }
    #performances .upcoming .item .description:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #performances .upcoming .item .description:nth-child(0n+1) {
        clear: both;
    }
}

@media (min-width: 768px) {
    #performances .upcoming .item .description .entry p {
        margin-bottom: 0;
    }
}

#performances .upcoming .item .description .entry p.title {
    font-size: 1.2em;
    line-height: 1em;
    font-family: 'Cormorant Garamond', 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.15em;
    letter-spacing: 1px;
    color: rgba(31, 37, 38, .75);
}

#performances .upcoming .item .description .entry p.theater {
    line-height: 1.3em;
    font-weight: 500;
    font-size: 1.3em;
    font-style: italic;
}

#performances .upcoming .item .description .entry p.location {
    line-height: 1.1em;
    font-weight: 300;
}

#performances .upcoming .item .description .entry .accordion-content {
    padding-top: 1.5em;
    overflow: auto;
}

@media (min-width: 768px) {
    #performances .upcoming .item .description .entry .accordion-content {
        padding: 1.5em 0;
    }
}

#performances .upcoming .item .description .entry .accordion-content a {
    color: #3c3c3c;
}

#performances .upcoming .item .links {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    text-align: center;
    margin-top: 0.75em;
    margin-bottom: 1.5em;
}

#performances .upcoming .item .links:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#performances .upcoming .item .links:last-child {
    margin-right: 0;
}

#performances .upcoming .item .links:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#performances .upcoming .item .links:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #performances .upcoming .item .links {
        margin-bottom: 0;
        text-align: right;
        width: calc(99.9% * 3/9 - (20px - 20px * 3/9));
    }
    #performances .upcoming .item .links:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none;
    }
    #performances .upcoming .item .links:last-child {
        margin-right: 0;
    }
    #performances .upcoming .item .links:nth-child(0n) {
        margin-right: 0;
        float: right;
    }
    #performances .upcoming .item .links:nth-child(0n+1) {
        clear: both;
    }
}
@media screen and (min-width: 761px) and (max-width: 1024px) {
  h4, #performances .upcoming .item .description .entry p.title, #news .news-listing .post .single p {
    color: #303030;
    }
}
#performances .upcoming .item .links .entry {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
}

#performances .upcoming .item .links .entry:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#performances .upcoming .item .links .entry:last-child {
    margin-right: 0;
}

#performances .upcoming .item .links .entry:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#performances .upcoming .item .links .entry:nth-child(1n+1) {
    clear: both;
}

#performances .upcoming .item .links .entry p {
    margin-bottom: 0;
}

#single {
    position: relative;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 1.5em;
}

#single:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#single:last-child {
    margin-right: 0;
}

#single:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#single:nth-child(1n+1) {
    clear: both;
}

#album-photos {
    position: relative;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 6em;
}

#album-photos:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#album-photos:last-child {
    margin-right: 0;
}

#album-photos:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#album-photos:nth-child(1n+1) {
    clear: both;
}

#album-photos .album-photos-carousel {
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#album-photos .album-photos-carousel:before {
    content: '';
    display: table;
}

#album-photos .album-photos-carousel:after {
    content: '';
    display: table;
    clear: both;
}

#album-photos .album-photos-carousel .item {
    text-align: center;
    margin-bottom: 23px;
    display: block;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    color: #fff;
    position: relative;
}

#album-photos .album-photos-carousel .item:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#album-photos .album-photos-carousel .item:last-child {
    margin-right: 0;
}

#album-photos .album-photos-carousel .item:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#album-photos .album-photos-carousel .item:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #album-photos .album-photos-carousel .item {
        margin-bottom: 0;
    }
}

#album-photos .album-photos-carousel .item h3 {
    margin: 0;
}

#album-photos .album-photos-carousel .item img {
    margin-top: 2.01em;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
}

#album-photos .album-photos-carousel .item img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#album-photos .album-photos-carousel .item img:last-child {
    margin-right: 0;
}

#album-photos .album-photos-carousel .item img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#album-photos .album-photos-carousel .item img:nth-child(1n+1) {
    clear: both;
}

#album-photos .album-photos-carousel .item .over {
    opacity: 0;
    top: 0;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease 0s;
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    z-index: 2;
}

#album-photos .album-photos-carousel .item .over:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#album-photos .album-photos-carousel .item .over:last-child {
    margin-right: 0;
}

#album-photos .album-photos-carousel .item .over:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#album-photos .album-photos-carousel .item .over:nth-child(1n+1) {
    clear: both;
}

#album-photos .album-photos-carousel .item .over .more-holder {
    position: relative;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-top: 2.01em;
    background-color: rgba(40, 37, 37, 0.6);
    display: flex;
    flex-flow: row wrap;
    padding: 20px;
}

#album-photos .album-photos-carousel .item .over .more-holder:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#album-photos .album-photos-carousel .item .over .more-holder:last-child {
    margin-right: 0;
}

#album-photos .album-photos-carousel .item .over .more-holder:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#album-photos .album-photos-carousel .item .over .more-holder:nth-child(1n+1) {
    clear: both;
}

#album-photos .album-photos-carousel .item .over .more-holder .read-more {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    border: 1px solid #570712;
    display: flex;
    align-items: center;
    justify-content: center;
}

#album-photos .album-photos-carousel .item .over .more-holder .read-more:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#album-photos .album-photos-carousel .item .over .more-holder .read-more:last-child {
    margin-right: 0;
}

#album-photos .album-photos-carousel .item .over .more-holder .read-more:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#album-photos .album-photos-carousel .item .over .more-holder .read-more:nth-child(1n+1) {
    clear: both;
}

#album-photos .album-photos-carousel .item .over .more-holder .more-text {
    color: #570712;
    text-transform: uppercase;
}

#album-photos .album-photos-carousel .item:hover .over {
    opacity: 1;
}

#album-photos .prev-next {
    text-align: center;
    width: 100%;
}

#album-photos .prev-next .prev,
#album-photos .prev-next .next {
    text-align: center;
    padding-bottom: 0.1em;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #570712;
    color: #570712;
    cursor: pointer;
    transition: color 0.4s ease-in-out 0s;
}

#album-photos .prev-next .prev i,
#album-photos .prev-next .next i {
    font-size: 21px !important;
    line-height: 38px !important;
}

#album-photos .prev-next .prev:hover,
#album-photos .prev-next .next:hover {
    background-color: #570712;
    color: #fff;
}

#milestones {
    position: relative;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-bottom: 6em;
}

#milestones:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#milestones:last-child {
    margin-right: 0;
}

#milestones:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#milestones:nth-child(1n+1) {
    clear: both;
}

#milestones .milestone-back {
    position: absolute;
    z-index: -1;
    background-color: #f0eeec;
    height: 100%;
    width: 100%;
    margin-top: 15em;
}

#milestones .milestone-carousel {
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#milestones .milestone-carousel:before {
    content: '';
    display: table;
}

#milestones .milestone-carousel:after {
    content: '';
    display: table;
    clear: both;
}

#milestones .milestone-carousel .item {
    text-align: center;
    margin-bottom: 23px;
    display: block;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    color: #fff;
    position: relative;
}

#milestones .milestone-carousel .item:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#milestones .milestone-carousel .item:last-child {
    margin-right: 0;
}

#milestones .milestone-carousel .item:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#milestones .milestone-carousel .item:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    #milestones .milestone-carousel .item {
        margin-bottom: 0;
    }
}

#milestones .milestone-carousel .item h3 {
    margin: 0;
}

#milestones .milestone-carousel .item img {
    margin-top: 2.01em;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
}

#milestones .milestone-carousel .item img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#milestones .milestone-carousel .item img:last-child {
    margin-right: 0;
}

#milestones .milestone-carousel .item img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#milestones .milestone-carousel .item img:nth-child(1n+1) {
    clear: both;
}

#milestones .milestone-carousel .item .over {
    opacity: 0;
    top: 0;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease 0s;
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    z-index: 2;
}

#milestones .milestone-carousel .item .over:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#milestones .milestone-carousel .item .over:last-child {
    margin-right: 0;
}

#milestones .milestone-carousel .item .over:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#milestones .milestone-carousel .item .over:nth-child(1n+1) {
    clear: both;
}

#milestones .milestone-carousel .item .over .more-holder {
    position: relative;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    margin-top: 2.01em;
    background-color: rgba(40, 37, 37, 0.6);
    display: flex;
    flex-flow: row wrap;
    padding: 20px;
}

#milestones .milestone-carousel .item .over .more-holder:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#milestones .milestone-carousel .item .over .more-holder:last-child {
    margin-right: 0;
}

#milestones .milestone-carousel .item .over .more-holder:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#milestones .milestone-carousel .item .over .more-holder:nth-child(1n+1) {
    clear: both;
}

#milestones .milestone-carousel .item .over .more-holder .read-more {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    border: 1px solid #570712;
    display: flex;
    align-items: center;
    justify-content: center;
}

#milestones .milestone-carousel .item .over .more-holder .read-more:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#milestones .milestone-carousel .item .over .more-holder .read-more:last-child {
    margin-right: 0;
}

#milestones .milestone-carousel .item .over .more-holder .read-more:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#milestones .milestone-carousel .item .over .more-holder .read-more:nth-child(1n+1) {
    clear: both;
}

#milestones .milestone-carousel .item .over .more-holder .more-text {
    color: #570712;
    text-transform: uppercase;
}

#milestones .milestone-carousel .item .year {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 3;
}

#milestones .milestone-carousel .item .year .year-holder {
    display: inline-block;
    text-align: center;
    background-color: #BE0D27;
    width: 3em;
}

#milestones .milestone-carousel .item .year .year-holder h4 {
    margin: 10px;
    line-height: 1em;
    color: #fff;
    word-break: break-all;
}

#milestones .milestone-carousel .item:hover .over {
    opacity: 1;
}

#milestones .prev-next {
    margin-bottom: 3em;
    text-align: center;
    width: 100%;
}

#milestones .prev-next .prev,
#milestones .prev-next .next {
    text-align: center;
    padding-bottom: 0.1em;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #570712;
    color: #570712;
    cursor: pointer;
    transition: color 0.4s ease-in-out 0s;
}

#milestones .prev-next .prev i,
#milestones .prev-next .next i {
    font-size: 21px !important;
    line-height: 38px !important;
}

#milestones .prev-next .prev:hover,
#milestones .prev-next .next:hover {
    background-color: #570712;
    color: #fff;
}

.milestone-single {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transform: translateY(100%) scale(0.85);
    transform-origin: center bottom 0;
    transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
    width: 100%;
    z-index: 9000;
}

.milestone-single:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.milestone-single:last-child {
    margin-right: 0;
}

.milestone-single:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.milestone-single:nth-child(1n+1) {
    clear: both;
}

.milestone-single .content-wrapper {
    -webkit-overflow-scrolling: touch;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    padding: 1.5em;
    margin-bottom: 1.5em;
}

.milestone-single .content-wrapper:before {
    content: '';
    display: table;
}

.milestone-single .content-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 640px) {
    .milestone-single .content-wrapper {
        padding: 3em;
        margin-bottom: 3em;
    }
}

.milestone-single .item {
    text-align: center;
    margin-bottom: 23px;
    display: block;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    color: #fff;
    position: relative;
}

.milestone-single .item:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.milestone-single .item:last-child {
    margin-right: 0;
}

.milestone-single .item:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.milestone-single .item:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 768px) {
    .milestone-single .item {
        margin-bottom: 0;
    }
}

.milestone-single .item .thing {
    margin-top: 2.01em;
}

.milestone-single .item .thing .milestone-for-real {
    padding: 0.75em;
    border: 1px solid #570712;
    overflow: hidden;
}

.milestone-single .item .thing .milestone-for-real .info {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    background-color: #fff;
    color: #3c3c3c;
    text-align: left;
}

.milestone-single .item .thing .milestone-for-real .info:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.milestone-single .item .thing .milestone-for-real .info:last-child {
    margin-right: 0;
}

.milestone-single .item .thing .milestone-for-real .info:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.milestone-single .item .thing .milestone-for-real .info:nth-child(1n+1) {
    clear: both;
}

.milestone-single .item .thing .milestone-for-real .info .image img {
    display: block !important;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
}

.milestone-single .item .thing .milestone-for-real .info .image img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.milestone-single .item .thing .milestone-for-real .info .image img:last-child {
    margin-right: 0;
}

.milestone-single .item .thing .milestone-for-real .info .image img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.milestone-single .item .thing .milestone-for-real .info .image img:nth-child(1n+1) {
    clear: both;
}

.milestone-single .item .thing .milestone-for-real .info .descript {
    clear: both;
    padding: 1.5em;
}

.milestone-single .item .thing .milestone-for-real .info .descript h2 {
    margin-top: 0;
    margin-bottom: 0.375em;
    color: #570712;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}

.milestone-single .item .year {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 3;
}

.milestone-single .item .year .year-holder {
    display: inline-block;
    text-align: center;
    background-color: #570712;
    width: 3em;
}

.milestone-single .item .year .year-holder h4 {
    margin: 10px;
    line-height: 1em;
    color: #fff;
    word-break: break-all;
}

.milestone-single .item .close {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    text-align: right;
    position: absolute;
    z-index: 5;
    top: 0;
}

.milestone-single .item .close:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.milestone-single .item .close:last-child {
    margin-right: 0;
}

.milestone-single .item .close:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.milestone-single .item .close:nth-child(1n+1) {
    clear: both;
}

@media (min-width: 640px) {
    .milestone-single .item .close {
        margin-bottom: 3em;
    }
}

.milestone-single .item .close .milestone-close {
    color: #570712;
    cursor: pointer;
}

.milestone-single.shown {
    opacity: 1;
    transform: translateY(0px) scale(1);
}

#footer {
    padding-top: 3.5em;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    border-top: 1px solid #e2e2e2;
    width: 100%;
    background-color: #570712;
}

#footer:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#footer:last-child {
    margin-right: 0;
}

#footer:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#footer:nth-child(1n+1) {
    clear: both;
}

#footer .logo {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    text-align: center;
    margin-bottom: 1em;
}

#footer .logo:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#footer .logo:last-child {
    margin-right: 0;
}

#footer .logo:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#footer .logo:nth-child(1n+1) {
    clear: both;
}

#footer .logo h1,
#footer .logo h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Playfair Display','Gotham-black', 'Abril Fatface', 'Cormorant Garamond', 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
}

@media (max-width: 639px) {
    #footer .logo h1 {
        font-size: 26px;
    }
}

#footer .logo h1 a {
    text-decoration: none;
    color: white;
}

#footer .logo h3 {
    color: #fff;
}

#footer .social {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    text-align: center;
    margin-bottom: 3em;
}

#footer .social:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#footer .social:last-child {
    margin-right: 0;
}

#footer .social:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#footer .social:nth-child(1n+1){
    clear: both;
}

/*******HEADER****/

#siteTitleWrapper p img.logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 0.5em;
}
@media (max-width: 350px) {
    #siteTitleWrapper p img.logo {
    max-width: 50px;
    height: auto;
    margin-bottom: 0.5em;
    }
}
@media (min-width: 351px) and (max-width: 600px) {
    #siteTitleWrapper p img.logo {
    max-width: 100px;
    height: auto;
    margin-bottom: 0.5em;
    }
   #about blockquote p em, #about, .about p {
    font-size: 1em;
    line-height: 1.2em;
    text-align: justify;
    text-decoration: optimizeLegibility;
    }
    
}
@media (min-width: 601px) and (max-width: 890px)  {
    #page{
        padding-top: 1em;
    }
    #about, .about {
    margin-top:  .5em;
    }
    #siteTitleWrapper p img.logo {
    max-width: 100px;
    height: auto;
    margin-bottom: 0.5em;
    }
    #home-slider {
        display: none;
    } 
    #home-slider-laptop {
        display: block;
        background-color: transparent;
    } 
    #news-cat .news .item img {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: block;
    max-width: 350px;
    height: auto;
    }
    #performances .upcoming h3.anio {
    padding-top: 0px;
    }
    .desc-wrapper {
    padding-bottom: 160px;
    }
}
#siteTitleWrapper .social {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    text-align: left;
    margin-bottom: 3em;
}
#siteTitleWrapper .social:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}
#siteTitleWrapper .social:last-child {
    margin-right: 0;
}
#siteTitleWrapper .social:nth-child(1n) {
    margin-right: 0;
    float: right;
}
#siteTitleWrapper .social:nth-child(1n+1) {
    clear: both;
}
#siteTitleWrapper .social a, #header .social a.spotify {
    transition: all 0.2s ease 0s;
    font-weight: 300;
    display: inline-block;
    margin: 0 0.275em;
    text-decoration: none;
    padding: 0 !important;
    text-align: center;
    color: #000;
    width:40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid white;
}
#siteTitleWrapper .social a.spotify {
    padding-top: 15px;
  }
#siteTitleWrapper .social a.youtube {
    top:-13px;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
#siteTitleWrapperader .social a.spotify  svg{ 
    fill: #570712;
    display: inline-block;
    /* padding: 5px 0; */
}
#siteTitleWrapper .social a i  {
    font-size: 24px !important;
    line-height: 42px !important;
}
#siteTitleWrapper .social a:hover {
    color: white;
    background-color: #000;
}
/*******FIN HEADER****/
#footer .social a, #footer .social a.spotify {
    transition: all 0.2s ease 0s;
    font-weight: 300;
    display: inline-block;
    margin: 0 0.375em;
    text-decoration: none;
    padding: 0.75em 0;
    margin-top: 0.375em;
    padding: 0 !important;
    text-align: center;
    color: #570712;
    width: 41px;
    height: 41px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
}

/* #footer .social a.spotify {
    margin-top:15px;
    font-size: 22px !important;
    line-height: 41px !important;
    border:  2px solid #000;
    padding-top: 20px;
}  */
#footer .social a.spotify {
    padding-top: 15px;
  }

#footer .social a.spotify  svg{ 
    fill: #570712;
    display: inline-block;
    /* padding: 5px 0; */
    font-size: 22px !important;
    line-height: 41px !important;
}
#footer .social a i {
    font-size: 22px !important;
    line-height: 44px !important;
}
#footer .social a.spotify i,#siteTitleWrapper .social a.spotify i {
    font-size: 26px !important;
    line-height: 44px !important;
}
#footer .social a.social:hover{
    color: white;
    background-color: #570712;
}

#footer .newsletter {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    text-align: center;
    margin-bottom: 3em;
}

#footer .newsletter:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#footer .newsletter:last-child {
    margin-right: 0;
}

#footer .newsletter:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#footer .newsletter:nth-child(1n+1) {
    clear: both;
}

#footer .newsletter .site-footer-newsletter {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #cdcdcd;
    position: relative;
    height: 50px;
    border-radius: 2px;
}

#footer .newsletter .site-footer-newsletter:before {
    content: '';
    display: table;
}

#footer .newsletter .site-footer-newsletter:after {
    content: '';
    display: table;
    clear: both;
}

#footer .newsletter .site-footer-newsletter input[type="email"] {
    color: #999;
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
    width: calc(100% - 112px);
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    background: transparent;
    padding: 14px 16px 11px;
    outline: 0;
}

#footer .newsletter .site-footer-newsletter button {
    color: #fff;
    display: inline-block;
    padding: 10px 23px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    border: 0;
    background-color: #570712;
    position: absolute;
    top: 5px;
    right: 5px;
}

#footer .copy {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#footer .copy:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#footer .copy:last-child {
    margin-right: 0;
}

#footer .copy:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#footer .copy:nth-child(1n+1) {
    clear: both;
}

#footer .copy .col-holder {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

#footer .copy .col-holder:before {
    content: '';
    display: table;
}

#footer .copy .col-holder:after {
    content: '';
    display: table;
    clear: both;
}

#footer .copy .col-holder .col {
    margin-bottom: 0.75em;
    text-align: center;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

#footer .copy .col-holder .col:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

#footer .copy .col-holder .col:last-child {
    margin-right: 0;
}

#footer .copy .col-holder .col:nth-child(1n) {
    margin-right: 0;
    float: right;
}

#footer .copy .col-holder .col:nth-child(1n+1) {
    clear: both;
}

#footer .copy .col-holder .col p {
    color: #fff;
}

#footer .copy .col-holder .col p a {
    color: #fff;
    text-decoration: none;
}

.post-format img.alignright,
.post-format div.alignright {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin-left: 0 !important;
}

@media (min-width: 640px) {
    .post-format img.alignright,
    .post-format div.alignright {
        float: right;
        width: auto !important;
        margin-left: 1.5em !important;
        margin-bottom: 1.5em !important;
    }
}

.post-format img.alignleft,
.post-format div.alignleft {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin-right: 0 !important;
}

@media (min-width: 640px) {
    .post-format img.alignleft,
    .post-format div.alignleft {
        width: auto !important;
        float: left !important;
        margin-right: 1.5em !important;
        margin-bottom: 1.5em !important;
    }
}

.post-format img.alignleft .centered p,
.post-format div.alignleft .centered p {
    text-align: center;
}

.post-format img.aligncenter,
.post-format img.alignnone {
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
}

.post-format .wp-caption {
    margin-bottom: 1.5em;
}

.post-format .wp-caption img {
    width: 100%;
    height: auto;
}

.post-format .wp-caption .wp-caption-text,
.post-format .gallery-caption,
.post-format .entry-caption {
    font-size: 12px;
    text-align: center;
    color: #414141;
}

.post-format blockquote {
    display: block;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 0px 0 0 1.75em;
    margin: 0 1.5em;
    margin-bottom: 1.5em; 
    border-left: 1px solid #570712;
    position: relative;
    color: #570712 !important;
    text-align: justify;
}

@media (min-width: 768px) {
    .post-format blockquote {
        margin: 0 3em;
    }
}

.post-format blockquote p {
    color: #570712 !important;
}

.post-format blockquote p:first-child:first-letter {
    padding: 0 !important;
    float: inherit !important;
    font-size: 1em !important;
}

.post-format blockquote p:last-child {
    margin-top: -0.75em;
    font-style: normal;
}

.post-format .video-wrapper {
    display: block;
    clear: both;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin-bottom: 1.5em;
}

.post-format .video-wrapper iframe,
.post-format .video-wrapper object,
.post-format .video-wrapper embed {
    margin-top: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-format h3 {
    margin-top: 0;
}

.post-format p.dateline {
    font-size: 0.75em;
}

.post-format p.dateline strong {
    text-transform: uppercase;
}

.post-format p.dateline a {
    text-decoration: none;
}

.post-format .space-line {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

.post-format .space-line:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.post-format .space-line:last-child {
    margin-right: 0;
}

.post-format .space-line:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.post-format .space-line:nth-child(1n+1) {
    clear: both;
}

.post-format .space-line hr {
    transition: border 0.2s;
    margin-top: 0.75em;
    margin-bottom: 1.125em;
    width: calc(99.9% * 1/4 - (46px - 46px * 1/4));
    margin-right: calc(99.9% * 4/4 - (46px - 46px * 4/4) + (46px * 2)) !important;
    border: none;
    border-bottom: 1px solid #666;
}

.post-format .space-line hr:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.post-format .space-line hr:last-child {
    margin-right: 0;
}

.post-format .space-line hr:nth-child(4n) {
    margin-right: 0;
    float: right;
}

.post-format .space-line hr:nth-child(4n+1) {
    clear: both;
}

.post-format .gallery {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    margin: 1em 0 1em 0;
}

.post-format .gallery:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.post-format .gallery:last-child {
    margin-right: 0;
}

.post-format .gallery:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.post-format .gallery:nth-child(1n+1) {
    clear: both;
}

.post-format .gallery .gallery-item {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    height: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    background-color: #111;
    background-size: cover !important;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.post-format .gallery .gallery-item:nth-child(1n) {
    float: left;
    margin-right: 46px;
    margin-bottom: 46px;
    clear: none;
}

.post-format .gallery .gallery-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.post-format .gallery .gallery-item:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.post-format .gallery .gallery-item:nth-child(1n+1) {
    clear: both;
}

.post-format .gallery .gallery-item:nth-last-child(-n+1) {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .post-format .gallery .gallery-item {
        width: calc(99.9% * 1/3 - (46px - 46px * 1/3));
        height: calc(99.9% * 1/3 - (46px - 46px * 1/3));
    }
    .post-format .gallery .gallery-item:nth-child(1n) {
        float: left;
        margin-right: 46px;
        margin-bottom: 46px;
        clear: none;
    }
    .post-format .gallery .gallery-item:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    .post-format .gallery .gallery-item:nth-child(3n) {
        margin-right: 0;
        float: right;
    }
    .post-format .gallery .gallery-item:nth-child(3n+1) {
        clear: both;
    }
    .post-format .gallery .gallery-item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

.post-format .gallery .gallery-item img {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}

.post-format .gallery .gallery-item img:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.post-format .gallery .gallery-item img:last-child {
    margin-right: 0;
}

.post-format .gallery .gallery-item img:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.post-format .gallery .gallery-item img:nth-child(1n+1) {
    clear: both;
}

.post-format .gallery .gallery-item a:hover img {
    transform: scale(1.05);
}

.post-format .gallery .gallery-caption {
    text-align: left;
    clear: both;
    padding: 0.375em 0.75em 0 0;
    line-height: 16px;
}

.post-format .gallery .gallery-caption h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

.post-format .gallery .gallery-caption p {
    font-size: 13px;
}


/* Menu Overlay style */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10000000;
}

.overlay .nav-footer {
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
    width: 100%;
    padding: 0.75em 0;
}

.overlay .nav-footer:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.overlay .nav-footer:last-child {
    margin-right: 0;
}

.overlay .nav-footer:nth-child(1n) {
    margin-right: 0;
    float: right;
}

.overlay .nav-footer:nth-child(1n+1) {
    clear: both;
}

.overlay .menu-closer {
    height: 50px;
    text-align: center;
    width: calc(99.9% * 1/1 - (46px - 46px * 1/1));
}

.overlay .menu-closer:nth-child(1n) {
    float: left;
    margin-right: 46px;
    clear: none;
}

.overlay .menu-closer:last-child {
    margin-right: 0;
}

.overlay .menu-closer:nth-child(0n) {
    margin-right: 0;
    float: right;
}

.overlay .menu-closer:nth-child(0n+1) {
    clear: both;
}

.overlay .menu-closer .overlay-closer {
    color: #fff;
    font-size: 1.3em;
    line-height: 1;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 960px) {
    .overlay .menu-closer .overlay-closer {
        display: none;
    }
}

.overlay .menu-closer .overlay-closer a {
    transition: all 0.2s ease 0s;
    font-weight: 400;
    display: inline-block;
    margin: 0 0.375em;
    text-decoration: none;
    padding: 0 !important;
    text-align: center;
    color: #fff;
    width: 49px;
    height: 49px;
    background-color: #374454;
    border-radius: 100%;
    border: 2px solid transparent;
}

.overlay .menu-closer .overlay-closer a i {
    font-size: 21px !important;
    line-height: 49px !important;
}

.overlay nav {
    font-family: 'Cormorant Garamond', 'Source Sans Pro', sans-serif;
    text-align: center;
    position: relative;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}

.overlay nav ul li {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay nav ul li a {
    padding: 0.495em 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.3em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    color: #374454;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay nav ul li a svg {
    height: 50px;
    margin-bottom: 1.5em;
}

.overlay nav ul li a:hover,
.overlay nav ul li a:focus {
    color: #71A7D2;
}

.overlay nav ul li .langlist {
    margin: 1.5em 0;
}

.overlay nav ul li .langlist a {
    width: auto;
    display: inline-block;
    padding: 0;
    color: #323337;
    text-decoration: none;
}

.overlay nav ul li .langlist a:hover,
.overlay nav ul li .langlist a.active {
    color: #3c3c3c;
}

.overlay nav ul li .langlist a:first-child {
    padding-right: 10px;
}

.overlay nav ul li .langlist a:last-child {
    padding-left: 10px;
    border-left: 1px solid #fff;
}

.overlay nav ul li.book a {
    background-color: #570712;
    border-bottom: none;
}

.overlay nav ul li:first-child a {
    border-bottom: none;
}

.overlay nav ul .logo svg path {
    fill: #fff;
}


/* Effects */

.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.embed-container {
    position: relative;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.two-cols,
.three-cols,
.four-cols {}

.two-cols .col,
.three-cols .col,
.four-cols .col {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}

.last-row-hack:after {
    content: "";
    flex: auto;
}

@media screen and (min-width: 600px) {
    .two-cols,
    .four-cols {
        display: flex;
        justify-content: space-between;
    }
    .three-cols,
    .two-cols {
        flex-wrap: wrap;
    }
    .two-cols .col {
        width: 45%;
    }
    .two-cols.plus-gutter .col {
        width: 46%;
    }
}

@media screen and (min-width: 760px) {
    .three-cols {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .three-cols .col {
        width: 29.5%;
        margin-right: 5%;
    }
    .three-cols .col:nth-of-type(3n+3) {
        margin-right: 0;
    }
}

@media screen and (min-width: 761px) and (max-width: 1024px) {
    .three-cols .col:nth-of-type(3n+3),
    .three-cols .col {
        width: 47.4%;
        margin-right: 5%;
    }
    .three-cols .col:nth-of-type(even) {
        margin-right: 0;
    }
    .three-cols.isotope .col {
        margin: 0 2% 5%;
        width: 46%;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .four-cols {
        flex-wrap: wrap;
    }
    .four-cols .col {
        width: 48%;
        margin-bottom: 60px;
    }
    .four-cols .col:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1025px) {
    .four-cols .col {
        width: 22%;
    }
    .three-cols.isotope .col {
        margin: 0 2% 5%;
        width: 28.5%;
    }
}

.align-start {
    align-items: flex-start;
}

a.more.buy-sml {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
}

.recording-packshot img {
    margin-bottom: 20px;
    max-width: 500px;
    float: left !important;
}

.recording-embed iframe {
    width: 100%;
}
/* css button 1 */
.btn-destacado {
  margin: 0 auto;
  color: #570712;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  border: none;
  background: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.btn-destacado::before {
  margin-left: auto;
}

.btn-destacado::after, .btn-destacado::before {
  content: '';
  width: 0%;
  height: 2px;
  background: #570712;
  display: block;
  transition: 0.5s;
}

.btn-destacado:hover::after, .btn-destacado:hover::before {
  width: 100%;
}

/* css button 2 */
.box {
  width: 140px;
  height: auto;
  float: left;
  transition: .5s linear;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  margin: 0 5px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 900;
}

.box:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  box-sizing: border-box;
  transform: translateX(100%);
}

.box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  transform: translateX(-100%);
}

.box:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.box:hover:before {
  border-color: #262626;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .3s;
}

.box:hover:after {
  border-color: #262626;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .5s;
}

.button-hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
}
/*<button class="button-hover">
    <span class="box">
        Hover!
    </span>
</button>*/

/* css button 3 */
.button3 {
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  border: 0;
 /* border-width: 1px;
  border-color: #BE0D27;*/
  background: transparent;
  background-size: 400%;
  color: #570712;
  cursor: pointer;
}

.button3:hover::before {
  transform: scaleX(1);
   color:#fff;
}

.button3-content {
  position: relative;
  z-index: 1;
}

.button3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
 
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(255, 255, 255, 1) 10.8%,
    rgba(190, 13, 39, 1) 94.3%
  );
  transition: all 0.475s;
}
/*<button class="button3">
  <span class="button3-content">Download </span>
</button>*/
/*css button4*/
button.button4 {
  margin: 0 auto;
  text-align: center;
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(190 13 39);
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: rgb(190 13 39);
  transition: color 0.3s 0.1s ease-out;
}

button.button4 span {
  margin: 10px;
}

button.button4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

button.button4:hover {
  color: #fff;
  border: 1px solid rgb(190 13 39);
}

button.button4:hover::before {
  box-shadow: inset 0 0 0 10em rgb(190 13 39);
}
/*css button 5*/
.button5 {
  --color: #BE0D27;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  text-transform: uppercase;
  width: 6em;
  height: 2.5em;
  line-height: 2.5em;
  overflow: hidden;
  margin: 20px;
  font-size: 17px;
  z-index: 1;
  color: var(--color);
  border: 2px solid var(--color);
  border-radius: 6px;
  position: relative;
}

.button5::before {
  position: absolute;
  content: "";
  background: var(--color);
  width:150px;
  height: 200px;
  z-index: -1;
  border-radius: 50%;
}

.button5:hover {
  color: white;
}

.button5:before {
  top: 100%;
  left: 100%;
  transition: .3s all;
}

.button5:hover::before {
  top: -30px;
  left: -30px;
}
/*REDES SOCIALES*/
.redes {
  width: 80px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.redes a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  transition: all 0.2s ease-in-out;
}
.redes a svg {
  width: 30px;
  fill: #ffffff;
}
.redes .spotify {
  background-color: #000000;
  border-radius: 0 10px 0 0;
}
.redes a.spotify svg{
    padding-top: 5px;
  fill: #fff;
}
.redes a.youtube svg{
  fill: #fff;
}
.redes a.instagram svg, .redes a.facebook svg, .redes a.discord svg{
  fill: #000;
}
.redes .instagram {
  background-color: white;
  color: black;
  fill: #000;
}
.redes .twitter {
  background-color: #000000;
}
.redes .youtube {
  background-color: #000000;
}
.redes .facebook {
  background-color: #fff;
   border-radius: 0 0 10px 0;
}

.redes a:hover {
  width: 130%;
  border-radius: 0 10px 10px 0;
}

/*REDES SOCIALES HORIZONTAL*/
.redes2 {
  width: 80px;
  height: auto;
  display: flex;
  flex-direction: row;
}

.redes2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  transition: all 0.2s ease-in-out;
}

.redes2 a svg {
  width: 30px;
  fill: #ffffff;
}
.redes2 a.spotify svg,.redes2 a.instagram svg, .redes a.facebook svg, .redes a.discord svg{
  fill: #000;
}
.redes2 .spotify {
  background-color: black;
  /*border-radius: 0 0 10px 0;*/
}
.redes2 .discord {
  background-color: white;
  /*border-radius: 0 0 10px 0;*/
}

.redes2 .instagram {
  background-color: white;
  color: black;
  fill: #000;
  /*border-radius: 0 10px 0 0;*/
}

.redes2 .github {
  background-color: #000000;
}

.redes2 .twitter {
  background-color: #000000;
}

.redes2 .facebook {
  background-color: #fff;
}

.redes2 a:hover {
  height: 130%;
  border-radius: 0 10px 10px 0;
}
hr.hrstyle {
	border: 0; 
  height: 1px; 
  background-image: linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    margin-bottom: 40px;
}
/* css button 6 */
/*
************css
.btn {
  --btn-color: rgb(255, 0, 0);
  position: relative;
  padding: 16px 32px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: white;
  background: none;
  border: none;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  filter: drop-shadow(0 2px 8px rgba(39, 94, 254, 0.32));
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--btn-color);
  border-radius: 24px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn span,
        .btn span span {
  display: inline-flex;
  vertical-align: middle;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn span {
  transition-delay: 0.05s;
}

.btn span:first-child {
  padding-right: 7px;
}

.btn span span {
  margin-left: 8px;
  transition-delay: 0.1s;
}

.btn ul {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  transform: translateY(-50%);
}

.btn ul li {
  flex: 1;
}

.btn ul li a {
  display: inline-flex;
  vertical-align: middle;
  transform: translateY(55px);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn ul li a:hover {
  opacity: 0.5;
}

.btn:hover::before {
  transform: scale(1.2);
}

.btn:hover span,
        .btn:hover span span {
  transform: translateY(-55px);
}

.btn:hover ul li a {
  transform: translateY(0);
}

.btn:hover ul li:nth-child(1) a {
  transition-delay: 0.15s;
}

.btn:hover ul li:nth-child(2) a {
  transition-delay: 0.2s;
}

.btn:hover ul li:nth-child(3) a {
  transition-delay: 0.25s;
}
************html
<button class="btn">
        <span>Share</span><span>
            <svg height="18" width="18" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1024 1024" class="icon">
                <path fill="#ffffff" d="M767.99994 585.142857q75.995429 0 129.462857 53.394286t53.394286 129.462857-53.394286 129.462857-129.462857 53.394286-129.462857-53.394286-53.394286-129.462857q0-6.875429 1.170286-19.456l-205.677714-102.838857q-52.589714 49.152-124.562286 49.152-75.995429 0-129.462857-53.394286t-53.394286-129.462857 53.394286-129.462857 129.462857-53.394286q71.972571 0 124.562286 49.152l205.677714-102.838857q-1.170286-12.580571-1.170286-19.456 0-75.995429 53.394286-129.462857t129.462857-53.394286 129.462857 53.394286 53.394286 129.462857-53.394286 129.462857-129.462857 53.394286q-71.972571 0-124.562286-49.152l-205.677714 102.838857q1.170286 12.580571 1.170286 19.456t-1.170286 19.456l205.677714 102.838857q52.589714-49.152 124.562286-49.152z">
                </path>
            </svg>
        </span>
        <ul>
            <li>
                <a href="">
                    <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor" class="bi bi-whatsapp" viewBox="0 0 16 16">
                        <path fill="#ffffff" d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"></path>
                    </svg>
                </a>
            </li>
            <li>
                <a href=""><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
                        <path fill="#ffffff" d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"></path>
                    </svg></a>

            </li>
            <li>
                <a href=""><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
                        <path fill="#ffffff" d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"></path>
                    </svg>
                </a>
            </li>
        </ul>
    </button>
*/
/*button {
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(255 0 0);
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: rgb(255 0 0);
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
}

button span {
  margin: 10px;
}

button::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

button:hover {
  color: #fff;
  border: 1px solid rgb(255 0 0);
}

button:hover::before {
  box-shadow: inset 0 0 0 10em rgb(255 0 0);
}

<p><button>
  <svg
    xmlns="http://www.w3.org/2000/svg"
    width="28"
    height="28"
    fill="currentColor"
    class="bi bi-twitter"
    viewBox="0 0 24 24"
  >
    <path
      d="M12.2439 4C12.778 4.00294 14.1143 4.01586 15.5341 4.07273L16.0375 4.09468C17.467 4.16236 18.8953 4.27798 19.6037 4.4755C20.5486 4.74095 21.2913 5.5155 21.5423 6.49732C21.942 8.05641 21.992 11.0994 21.9982 11.8358L21.9991 11.9884L21.9991 11.9991C21.9991 11.9991 21.9991 12.0028 21.9991 12.0099L21.9982 12.1625C21.992 12.8989 21.942 15.9419 21.5423 17.501C21.2878 18.4864 20.5451 19.261 19.6037 19.5228C18.8953 19.7203 17.467 19.8359 16.0375 19.9036L15.5341 19.9255C14.1143 19.9824 12.778 19.9953 12.2439 19.9983L12.0095 19.9991L11.9991 19.9991C11.9991 19.9991 11.9956 19.9991 11.9887 19.9991L11.7545 19.9983C10.6241 19.9921 5.89772 19.941 4.39451 19.5228C3.4496 19.2573 2.70692 18.4828 2.45587 17.501C2.0562 15.9419 2.00624 12.8989 2 12.1625V11.8358C2.00624 11.0994 2.0562 8.05641 2.45587 6.49732C2.7104 5.51186 3.45308 4.73732 4.39451 4.4755C5.89772 4.05723 10.6241 4.00622 11.7545 4H12.2439ZM9.99911 8.49914V15.4991L15.9991 11.9991L9.99911 8.49914Z"
    ></path>
  </svg>
  <span>YouTube</span>
</button></p>*/
/* css button 7 */
/*
*********css
.container {
  display: flex;
}

.Btn {
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}

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

.youtube {
  background-color: #ff0000;
}

.twitter {
  background-color: #1da1f2;
}

.Btn:hover {
  width: 110px;
  transition-duration: 0.4s;
  border-radius: 30px;
}

.Btn:hover .text {
  opacity: 1;
  transition-duration: 0.4s;
}

.Btn:hover .svgIcon {
  opacity: 0;
  transition-duration: 0.3s;
}

.text {
  position: absolute;
  color: rgb(255, 255, 255);
  width: 120px;
  font-weight: 600;
  opacity: 0;
  transition-duration: 0.4s;
}

.svgIcon {
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}
*********html
<div class="container">
  <button class="Btn instagram">
    <svg
      class="svgIcon"
      viewBox="0 0 448 512"
      height="1.5em"
      xmlns="http://www.w3.org/2000/svg"
    >
      <path
        d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"
      ></path>
    </svg>
    <span class="text">Instagram</span>
  </button>

  <button class="Btn youtube">
    <svg
      class="svgIcon"
      viewBox="0 0 576 512"
      height="1.5em"
      xmlns="http://www.w3.org/2000/svg"
    >
      <path
        d="M549.655 148.28c-6.281-23.64-24.041-42.396-47.655-48.685C462.923 85 288 85 288 85S113.077 85 74 99.595c-23.614 6.289-41.374 25.045-47.655 48.685-12.614 47.328-12.614 147.717-12.614 147.717s0 100.39 12.614 147.718c6.281 23.64 24.041 42.396 47.655 48.684C113.077 427 288 427 288 427s174.923 0 214-14.595c23.614-6.289 41.374-25.045 47.655-48.685 12.614-47.328 12.614-147.718 12.614-147.718s0-100.389-12.614-147.717zM240 336V176l144 80-144 80z"
      ></path>
    </svg>
    <span class="text">YouTube</span>
  </button>

  <button class="Btn twitter">
    <svg
      class="svgIcon"
      viewBox="0 0 512 512"
      height="1.5em"
      xmlns="http://www.w3.org/2000/svg"
    >
      <path
        d="M512 97.248c-18.84 8.36-39.082 14.008-60.277 16.54 21.62-12.92 38.212-33.216 46.042-57.45-20.242 12-42.71 20.67-66.61 25.41-19.128-20.412-46.344-33.21-76.51-33.21-58 0-105 47-105 105 0 8.22.926 16.188 2.714 23.914-87.18-4.376-164.66-46.2-216.45-109.97-9.066 15.508-14.254 33.586-14.254 52.836 0 36.37 18.54 68.542 46.844 87.428-17.272-.554-33.52-5.286-47.754-13.158v1.32c0 50.828 36.13 93.15 84.198 102.79-8.826 2.396-18.14 3.686-27.734 3.686-6.78 0-13.34-.664-19.676-1.902 13.36 41.77 52.164 72.198 98.116 73.052-35.96 28.17-81.38 44.99-130.76 44.99-8.54 0-16.94-.5-25.14-1.476 46.684 29.922 101.99 47.31 161.18 47.31 193.32 0 298.924-160.078 298.924-298.926 0-4.554-.106-9.086-.306-13.594 20.546-14.824 38.364-33.298 52.456-54.422z"
      ></path>
    </svg>
    <span class="text">Twitter</span>
  </button>
</div>
*/
/* css button 8 */
/*
*******css
.container {
  display: flex;
  column-gap: 28px;
}

.icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  text-decoration: none;
  font-size: 25px;
  outline: 2px solid white;
  border-radius: 50%;
  transition-property: outline-offset, outline-color, background-color;
  transition-duration: 0.25s;
  color: white;
}

.icon:hover {
  outline-offset: 4px;
}

.icon svg {
  margin: auto;
  width: 31px;
}

.icon-instagram:hover {
  background-color: red;
  outline-color: red;
}

.icon-dis:hover {
  background-color: rgb(76, 0, 255);
  outline-color: rgb(76, 0, 255);
}

.icon-github:hover {
  background-color: #555555;
  outline-color: #555555;
}

.icon-in:hover {
  background-color: #0a66c2;
  outline-color: #0a66c2;
}

.icon:hover svg {
  animation: shake 0.25s;
}

@keyframes shake {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
}
*******html
<div class="container">
  <a href="" class="icon icon-instagram">
    <svg
      viewBox="0 0 24 24"
      fill="currentColor"
      class="h-8 w-8 text-white"
      xmlns="http://www.w3.org/2000/svg"
    >
      <path
        d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"
      ></path></svg
  ></a>
  <a href="" class="icon icon-dis">
    <svg
      viewBox="0 0 24 24"
      fill="currentColor"
      class="h-8 w-8 text-white"
      xmlns="http://www.w3.org/2000/svg"
    >
      <path
        d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419-.0189 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1568 2.4189Z"
      ></path>
    </svg>
  </a>
  <a href="" class="icon icon-github">
    <svg
      viewBox="0 0 24 24"
      fill="currentColor"
      class="h-8 w-8 text-white"
      xmlns="http://www.w3.org/2000/svg"
    >
      <path
        d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"
      ></path>
    </svg>
  </a>
  <a href="" class="icon icon-in">
    <svg
      viewBox="0 0 24 24"
      fill="currentColor"
      class="h-8 w-8 text-white"
      xmlns="http://www.w3.org/2000/svg"
    >
      <path
        d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"
      ></path>
    </svg>
  </a>
</div>
/* css button 9*/
/*********css
.download-button {
  position: relative;
  border-width: 0;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  z-index: 1;
}

.download-button .docs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  z-index: 1;
  background-color: #242a35;
  border: solid 1px #e8e8e82d;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover {
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.download {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  z-index: -1;
  border-radius: 4px;
  transform: translateY(0%);
  background-color: #01e056;
  border: solid 1px #01e0572d;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover .download {
  transform: translateY(100%);
}

.download svg polyline,
.download svg line {
  animation: docs 1s infinite;
}

@keyframes docs {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-15%);
  }

  100% {
    transform: translateY(0%);
  }
}
*********html
<button class="download-button">
  <div class="docs">
    <svg
      viewBox="0 0 24 24"
      width="20"
      height="20"
      stroke="currentColor"
      stroke-width="2"
      fill="none"
      stroke-linecap="round"
      stroke-linejoin="round"
      class="css-i6dzq1"
    >
      <path
        d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"
      ></path>
      <polyline points="14 2 14 8 20 8"></polyline>
      <line x1="16" y1="13" x2="8" y2="13"></line>
      <line x1="16" y1="17" x2="8" y2="17"></line>
      <polyline points="10 9 9 9 8 9"></polyline>
    </svg>
    Docs
  </div>
  <div class="download">
    <svg
      viewBox="0 0 24 24"
      width="24"
      height="24"
      stroke="currentColor"
      stroke-width="2"
      fill="none"
      stroke-linecap="round"
      stroke-linejoin="round"
      class="css-i6dzq1"
    >
      <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
      <polyline points="7 10 12 15 17 10"></polyline>
      <line x1="12" y1="15" x2="12" y2="3"></line>
    </svg>
  </div>
</button>
/* css button 10
*********html
<button
  class="bg-white text-center w-48 rounded-2xl h-14 relative text-black text-xl font-semibold group"
  type="button"
>
  <div
    class="bg-green-400 rounded-xl h-12 w-1/4 flex items-center justify-center absolute left-1 top-[4px] group-hover:w-[184px] z-10 duration-500"
  >
    <svg
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 1024 1024"
      height="25px"
      width="25px"
    >
      <path
        d="M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64z"
        fill="#000000"
      ></path>
      <path
        d="m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312L237.248 512z"
        fill="#000000"
      ></path>
    </svg>
  </div>
  <p class="translate-x-2">Go Back</p>
</button>
********css
*/
ul.wrapper {
  display: inline-flex;
  list-style: none;
  height: 100px;
  width: 100%;
  padding-top: 20px;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}

ul.wrapper .icon {
  position: relative;
  background: #fff;
  color: #BE0D27;
  border-radius: 50%;
  margin: 10px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

ul.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

ul.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

ul.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

ul.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
ul.wrapper .spotify:hover,
ul.wrapper .spotify:hover .tooltip,
ul.wrapper .spotify:hover .tooltip::before {
  background: #1DB954;
  color: #fff;
}
ul.wrapper .youtube:hover,
ul.wrapper .youtube:hover .tooltip,
ul.wrapper .youtube:hover .tooltip::before {
  background: #c4302b;
  color: #fff;
}
ul.wrapper .facebook:hover,
ul.wrapper .facebook:hover .tooltip,
ul.wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #fff;
}

ul.wrapper .twitter:hover,
ul.wrapper .twitter:hover .tooltip,
ul.wrapper .twitter:hover .tooltip::before {
  background: #1da1f2;
  color: #fff;
}

ul.wrapper .instagram:hover,
ul.wrapper .instagram:hover .tooltip,
ul.wrapper .instagram:hover .tooltip::before {
  background: #e4405f;
  color: #fff;
}
