.cdp-cookies-alerta {
}
.cdp-cookies-alerta .cdp-cookies-solapa {
display: block;
position: fixed;
z-index: 100002;
width: 120px;
text-align: center;
font-size:12px;
line-height: 18px;
padding: 5px 0;
font-family: Helvetica, Arial, sans-serif;
cursor: pointer;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}
.cdp-cookies-alerta.cdp-solapa-der .cdp-cookies-solapa {
right:0;
}
.cdp-cookies-alerta.cdp-solapa-izq .cdp-cookies-solapa {
left:0;
}
.cdp-cookies-alerta.cdp-solapa-ocultar .cdp-cookies-solapa {
display:none;
}
.cdp-cookies-alerta .cdp-cookies-texto {
position: fixed;
left:0; 
width:100%;
z-index: 100001;
padding: 5px 10px 5px 10px;
font-size: 12px;
font-weight: normal;
line-height: 14px;
}
.cdp-cookies-alerta .cdp-cookies-texto h4 {
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 16px;
color:#ffffff;
padding: 0 0 5px 0;
margin: 0;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto p {
padding: 5px 0;
margin: 0;
text-align: center;
color:#bbbbbb;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 14px;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto a {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 14px;
font-weight: normal;
color: #ff8888;
text-decoration: none;
border: 0;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto a:hover, 
.cdp-cookies-alerta .cdp-cookies-texto a:active, 
.cdp-cookies-alerta .cdp-cookies-texto a:visited {
color: #ffcccc;
}
.cdp-cookies-boton-cerrar {
font-size:11px !important;
line-height: 20px;
display: block;
width: 75px;
padding: 2px 10px 0 10px;
margin:0 auto;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
} @keyframes animacion_abajo {
0% {bottom:0px;}
100% {bottom:-200px;}
}
@keyframes animacion_arriba {
0% {bottom:-200px;}
100% {bottom:0px;}
}
.cdp-animacion-abajo {
animation: animacion_abajo 0.5s forwards;
-webkit-animation: animacion_abajo 0.5s forwards;
}
.cdp-animacion-arriba {
animation: animacion_arriba 0.5s forwards;
-webkit-animation: animacion_arriba 0.5s forwards;
}
.cdp-mostrar {
bottom: 0;
}
.cdp-ocultar { 
bottom: -200px;
} .cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto h4,
.cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto p {
text-align: left;
} .cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto {
background-color: #444444;
color:#fff;
border-top:1px solid #222222;
border-bottom:1px solid #222222;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto p {
color: #bbbbbb;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a {
color: #ff8888 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:visited {
color: #ffcccc !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-solapa {
background-color: #333;
color: #ddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-solapa:hover {
background-color: #666;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar {
background-color: #000;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar:hover {
background-color: #666;
} .cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto {
background-color: #ffffff;
border-top:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto h4 {
color: #666666;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto p {
color: #888888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a {
color: #cc8888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:visited {
color: #eeaaaa;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-solapa {
background-color: #fff;
color: #333;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-solapa:hover {
background-color: #ddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar {
background-color: #aaa;
color: #000 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar:hover {
background-color: #ddd;
} .cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto {
background-color: #e04729;
border-top:1px solid #99301b;
border-bottom:1px solid #99301b;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto p {
color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a {
color: #febebe;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:visited {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-solapa {
background-color: #e04729;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-solapa:hover {
background-color: #a5321c;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-boton-cerrar {
background-color: #a5321c;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-boton-cerrar:hover {
background-color: #85120c;
} .cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto {
background-color: #5492e0;
border-top:1px solid #3f6da7;
border-bottom:1px solid #3f6da7;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto p {
color: #eeeeee;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a {
color: #b7d7ff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:visited {
color: #dcebff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-solapa {
background-color: #5492e0;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-solapa:hover {
background-color: #3472c0;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-boton-cerrar {
background-color: #2462b0;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-boton-cerrar:hover {
background-color: #64a2f0;
} .cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto {
background-color: #0b7000;
border-top:1px solid #064000;
border-bottom:1px solid #064000;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto p {
color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a {
color: #75c76c;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:visited {
color: #c4ffbe;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-solapa {
background-color: #0b7000;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-solapa:hover {
background-color: #095000;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-boton-cerrar {
background-color: #074000;
color: #fff !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-boton-cerrar:hover {
background-color: #2b9010;
} .cdp-cookies-boton-creditos {
font-size: 12px;
float:right;
padding: 10px 0;
}.text-stroke,.text-stroke--primary,.text-stroke--secondary{-webkit-text-stroke-width:var(--wp--custom--typography--text-stroke-width,2px)!important}.ext-absolute{position:absolute!important}.bring-to-front,.ext .wp-block-image,.ext-relative{position:relative!important}.ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-order-1{order:1!important}.ext-order-2{order:2!important}.ext-col-auto{grid-column:auto!important}.ext-col-span-1{grid-column:span 1/span 1!important}.ext-col-span-2{grid-column:span 2/span 2!important}.ext-col-span-3{grid-column:span 3/span 3!important}.ext-col-span-4{grid-column:span 4/span 4!important}.ext-col-span-5{grid-column:span 5/span 5!important}.ext-col-span-6{grid-column:span 6/span 6!important}.ext-col-span-7{grid-column:span 7/span 7!important}.ext-col-span-8{grid-column:span 8/span 8!important}.ext-col-span-9{grid-column:span 9/span 9!important}.ext-col-span-10{grid-column:span 10/span 10!important}.ext-col-span-11{grid-column:span 11/span 11!important}.ext-col-span-12{grid-column:span 12/span 12!important}.ext-col-span-full{grid-column:1/-1!important}.ext-col-start-1{grid-column-start:1!important}.ext-col-start-2{grid-column-start:2!important}.ext-col-start-3{grid-column-start:3!important}.ext-col-start-4{grid-column-start:4!important}.ext-col-start-5{grid-column-start:5!important}.ext-col-start-6{grid-column-start:6!important}.ext-col-start-7{grid-column-start:7!important}.ext-col-start-8{grid-column-start:8!important}.ext-col-start-9{grid-column-start:9!important}.ext-col-start-10{grid-column-start:10!important}.ext-col-start-11{grid-column-start:11!important}.ext-col-start-12{grid-column-start:12!important}.ext-col-start-13{grid-column-start:13!important}.ext-col-start-auto{grid-column-start:auto!important}.ext-col-end-1{grid-column-end:1!important}.ext-col-end-2{grid-column-end:2!important}.ext-col-end-3{grid-column-end:3!important}.ext-col-end-4{grid-column-end:4!important}.ext-col-end-5{grid-column-end:5!important}.ext-col-end-6{grid-column-end:6!important}.ext-col-end-7{grid-column-end:7!important}.ext-col-end-8{grid-column-end:8!important}.ext-col-end-9{grid-column-end:9!important}.ext-col-end-10{grid-column-end:10!important}.ext-col-end-11{grid-column-end:11!important}.ext-col-end-12{grid-column-end:12!important}.ext-col-end-13{grid-column-end:13!important}.ext-col-end-auto{grid-column-end:auto!important}.ext-row-auto{grid-row:auto!important}.ext-row-span-1{grid-row:span 1/span 1!important}.ext-row-span-2{grid-row:span 2/span 2!important}.ext-row-span-3{grid-row:span 3/span 3!important}.ext-row-span-4{grid-row:span 4/span 4!important}.ext-row-span-5{grid-row:span 5/span 5!important}.ext-row-span-6{grid-row:span 6/span 6!important}.ext-row-span-full{grid-row:1/-1!important}.ext-row-start-1{grid-row-start:1!important}.ext-row-start-2{grid-row-start:2!important}.ext-row-start-3{grid-row-start:3!important}.ext-row-start-4{grid-row-start:4!important}.ext-row-start-5{grid-row-start:5!important}.ext-row-start-6{grid-row-start:6!important}.ext-row-start-7{grid-row-start:7!important}.ext-row-start-auto{grid-row-start:auto!important}.ext-row-end-1{grid-row-end:1!important}.ext-row-end-2{grid-row-end:2!important}.ext-row-end-3{grid-row-end:3!important}.ext-row-end-4{grid-row-end:4!important}.ext-row-end-5{grid-row-end:5!important}.ext-row-end-6{grid-row-end:6!important}.ext-row-end-7{grid-row-end:7!important}.ext-row-end-auto{grid-row-end:auto!important}.ext-m-0:not([style*=margin]){margin:0!important}.ext-m-auto:not([style*=margin]){margin:auto!important}.ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.ext .alignwide,.ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .wp-block-group>*,.ext-my-0:not([style*=margin]),.wp-block-column.editor\:pointer-events-none{margin-top:0!important;margin-bottom:0!important}.ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.ext h2,.ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]),.ext-mt-0:not([style*=margin]),[class*=fullwidth-cols] .wp-block-column:first-child,[class*=fullwidth-cols] .wp-block-column:first-child>*,[class*=fullwidth-cols] .wp-block-column>:first-child,[class*=fullwidth-cols] .wp-block-group:first-child{margin-top:0!important}.ext-mt-auto:not([style*=margin]){margin-top:auto!important}.ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]),.ext-mr-0:not([style*=margin]){margin-right:0!important}.ext-mr-auto:not([style*=margin]){margin-right:auto!important}.ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .is-not-stacked-on-mobile .wp-block-column,.ext-mb-0:not([style*=margin]),.ext.wp-block-group>:last-child,.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column,[class*=fullwidth-cols] .wp-block-column:last-child,[class*=fullwidth-cols] .wp-block-column>:last-child,[class*=fullwidth-cols] .wp-block-group:last-child{margin-bottom:0!important}.ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.ext-mb-base:not([style*=margin]),.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-ml-0:not([style*=margin]),.ext-ml-0:not([style*=margin]):not([style*=margin]){margin-left:0!important}.ext-ml-auto:not([style*=margin]){margin-left:auto!important}.ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.editor\:no-resize .components-resizable-box__container,.ext-block{display:block!important}.ext .wp-block-image img,.ext-inline-block{display:inline-block!important}.ext-inline{display:inline!important}.ext-flex{display:flex!important}.ext-inline-flex{display:inline-flex!important}.ext .ext-grid>[class*="_inner-container"],.ext-grid{display:grid!important}.ext-inline-grid{display:inline-grid!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container::before,.editor\:no-caption .block-editor-rich-text__editable,.editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender,.editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender,.editor\:no-inserter .wp-block-group__inner-container>.block-list-appender,.editor\:no-inserter>.block-list-appender,.ext-hidden{display:none!important}.ext-w-auto{width:auto!important}.ext-w-full{width:100%!important}.ext [class*=inner-container]>.alignwide [class*=inner-container]>*,.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>*,.ext-max-w-full{max-width:100%!important}.ext-flex-1{flex:1 1 0%!important}.ext-flex-auto{flex:1 1 auto!important}.ext-flex-initial{flex:0 1 auto!important}.ext-flex-none{flex:none!important}.ext-flex-shrink-0{flex-shrink:0!important}.ext-flex-shrink{flex-shrink:1!important}.ext-flex-grow-0{flex-grow:0!important}.ext-flex-grow{flex-grow:1!important}.ext-list-none,.is-style-inline-list li{list-style-type:none!important}.ext .ext-grid-cols-1>[class*="_inner-container"],.ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-cols-2>[class*="_inner-container"],.ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-cols-3>[class*="_inner-container"],.ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-cols-4>[class*="_inner-container"],.ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-cols-5>[class*="_inner-container"],.ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-cols-6>[class*="_inner-container"],.ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-cols-7>[class*="_inner-container"],.ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.ext .ext-grid-cols-8>[class*="_inner-container"],.ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.ext .ext-grid-cols-9>[class*="_inner-container"],.ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.ext .ext-grid-cols-10>[class*="_inner-container"],.ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.ext .ext-grid-cols-11>[class*="_inner-container"],.ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.ext .ext-grid-cols-12>[class*="_inner-container"],.ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.ext .ext-grid-cols-none>[class*="_inner-container"],.ext-grid-cols-none{grid-template-columns:none!important}.ext .ext-grid-rows-1>[class*="_inner-container"],.ext-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-rows-2>[class*="_inner-container"],.ext-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-rows-3>[class*="_inner-container"],.ext-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-rows-4>[class*="_inner-container"],.ext-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-rows-5>[class*="_inner-container"],.ext-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-rows-6>[class*="_inner-container"],.ext-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-rows-none>[class*="_inner-container"],.ext-grid-rows-none{grid-template-rows:none!important}.ext-flex-row{flex-direction:row!important}.ext-flex-row-reverse{flex-direction:row-reverse!important}.ext-flex-col{flex-direction:column!important}.ext-flex-col-reverse{flex-direction:column-reverse!important}.ext-flex-wrap{flex-wrap:wrap!important}.ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.ext-flex-nowrap{flex-wrap:nowrap!important}.ext .ext-items-start>[class*="_inner-container"],.ext-items-start{align-items:flex-start!important}.ext .ext-items-end>[class*="_inner-container"],.ext-items-end{align-items:flex-end!important}.ext .ext-items-center>[class*="_inner-container"],.ext .is-style-angled>[class*="_inner-container"],.ext-items-center{align-items:center!important}.ext .ext-items-baseline>[class*="_inner-container"],.ext-items-baseline{align-items:baseline!important}.ext .ext-items-stretch>[class*="_inner-container"],.ext-items-stretch{align-items:stretch!important}.ext-justify-start{justify-content:flex-start!important}.ext-justify-end{justify-content:flex-end!important}.ext-justify-center{justify-content:center!important}.ext-justify-between{justify-content:space-between!important}.ext-justify-around{justify-content:space-around!important}.ext-justify-evenly{justify-content:space-evenly!important}.ext-justify-items-start{justify-items:start!important}.ext-justify-items-end{justify-items:end!important}.ext-justify-items-center{justify-items:center!important}.ext-justify-items-stretch{justify-items:stretch!important}.ext-gap-0{gap:0!important}.ext-gap-base{gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-lg{gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-x-0{-moz-column-gap:0!important;column-gap:0!important}.ext-gap-x-base{-moz-column-gap:var(--wp--style--block-gap,1.75rem)!important;column-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-x-lg{-moz-column-gap:var(--extendify--spacing--large,3rem)!important;column-gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-y-0{row-gap:0!important}.ext-gap-y-base{row-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-y-lg{row-gap:var(--extendify--spacing--large,3rem)!important}.ext-justify-self-auto{justify-self:auto!important}.ext-justify-self-start{justify-self:start!important}.ext-justify-self-end{justify-self:end!important}.ext-justify-self-center{justify-self:center!important}.ext-justify-self-stretch{justify-self:stretch!important}.ext-rounded-none{border-radius:0!important}.ext-rounded-full{border-radius:9999px!important}.ext-rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.ext-rounded-t-full{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.ext-rounded-r-none{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.ext-rounded-r-full{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.ext-rounded-b-none{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.ext-rounded-b-full{border-bottom-right-radius:9999px!important;border-bottom-left-radius:9999px!important}.ext-rounded-l-none{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.ext-rounded-l-full{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.ext-rounded-tl-none{border-top-left-radius:0!important}.ext-rounded-tl-full{border-top-left-radius:9999px!important}.ext-rounded-tr-none{border-top-right-radius:0!important}.ext-rounded-tr-full{border-top-right-radius:9999px!important}.ext-rounded-br-none{border-bottom-right-radius:0!important}.ext-rounded-br-full{border-bottom-right-radius:9999px!important}.ext-rounded-bl-none{border-bottom-left-radius:0!important}.ext-rounded-bl-full{border-bottom-left-radius:9999px!important}.ext-border-0{border-width:0!important}.ext-border-t-0{border-top-width:0!important}.ext-border-r-0{border-right-width:0!important}.ext-border-b-0{border-bottom-width:0!important}.ext-border-l-0{border-left-width:0!important}.ext .wp-block-group__inner-container,.ext-p-0:not([style*=padding]){padding:0!important}.ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.ext .wp-block-columns .wp-block-column[style*=padding],.ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.ext-px-base:not([style*=padding]),.ext.has-background{padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.ext-pt-0:not([style*=padding]){padding-top:0!important}.ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.ext-pr-0:not([style*=padding]){padding-right:0!important}.ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.ext-pb-0:not([style*=padding]){padding-bottom:0!important}.ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.ext-pl-0:not([style*=padding]),.is-style-inline-list{padding-left:0!important}.ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.ext-text-left{text-align:left!important}.ext .wp-block-image,.ext-text-center{text-align:center!important}.ext-text-right{text-align:right!important}.ext-leading-none{line-height:1!important}.ext-leading-tight{line-height:1.25!important}.ext-leading-snug{line-height:1.375!important}.ext-leading-normal{line-height:1.5!important}.ext-leading-relaxed{line-height:1.625!important}.ext-leading-loose{line-height:2!important}.ext-aspect-square img{aspect-ratio:1/1!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape img{aspect-ratio:4/3!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape-wide img{aspect-ratio:16/9!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-portrait img{aspect-ratio:3/4!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape .components-resizable-box__container,.ext-aspect-landscape-wide .components-resizable-box__container,.ext-aspect-portrait .components-resizable-box__container,.ext-aspect-square .components-resizable-box__container{height:auto!important}.clip-path--rhombus img{-webkit-clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)!important;clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)!important}.clip-path--diamond img{-webkit-clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)!important;clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)!important}.clip-path--rhombus-alt img{-webkit-clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)!important;clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)!important}.wp-block-columns[class*=fullwidth-cols]{margin-bottom:unset!important}.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.ext-my-0,.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none,.is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]),.is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none{margin-top:calc(-1 * var(--wp--style--block-gap,28px))!important}@media (min-width:600px) and (max-width:781px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:var(--wp--style--block-gap,2em)!important}}@media (max-width:781px){.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (max-width:1079px){.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}}.direction-rtl{direction:rtl!important}.direction-ltr{direction:ltr!important}.bring-to-front{z-index:10!important}.text-stroke{-webkit-text-stroke-color:var(--wp--preset--color--background)!important}.text-stroke--primary{-webkit-text-stroke-color:var(--wp--preset--color--primary)!important}.text-stroke--secondary{-webkit-text-stroke-color:var(--wp--preset--color--secondary)!important}.editor\:no-resize .components-resizable-box__handle,.editor\:no-resize .components-resizable-box__handle::after,.editor\:no-resize .components-resizable-box__side-handle::before{display:none!important;pointer-events:none!important}.editor\:pointer-events-none{pointer-events:none!important}.is-style-angled{align-items:center!important;justify-content:flex-end!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;z-index:1!important}.has-foreground-color{color:var(--wp--preset--color--foreground,#000)!important}.has-foreground-background-color{background-color:var(--wp--preset--color--foreground,#000)!important}.has-background-color{color:var(--wp--preset--color--background,#fff)!important}.has-background-background-color{background-color:var(--wp--preset--color--background,#fff)!important}.has-primary-color{color:var(--wp--preset--color--primary,#4b5563)!important}.has-primary-background-color{background-color:var(--wp--preset--color--primary,#4b5563)!important}.has-secondary-color{color:var(--wp--preset--color--secondary,#9ca3af)!important}.has-secondary-background-color{background-color:var(--wp--preset--color--secondary,#9ca3af)!important}.ext.has-text-color h1,.ext.has-text-color h2,.ext.has-text-color h3,.ext.has-text-color h4,.ext.has-text-color h5,.ext.has-text-color h6,.ext.has-text-color p{color:currentColor!important}.has-white-color{color:var(--wp--preset--color--white,#fff)!important}.has-black-color{color:var(--wp--preset--color--black,#000)!important}.has-ext-foreground-background-color{background-color:var(--wp--preset--color--foreground,var(--wp--preset--color--black,#000))!important}.has-ext-primary-background-color{background-color:var(--wp--preset--color--primary,var(--wp--preset--color--cyan-bluish-gray,#000))!important}.wp-block-button__link.has-black-background-color{border-color:var(--wp--preset--color--black,#000)!important}.wp-block-button__link.has-white-background-color{border-color:var(--wp--preset--color--white,#fff)!important}.has-ext-small-font-size{font-size:var(--wp--preset--font-size--ext-small)!important}.has-ext-medium-font-size{font-size:var(--wp--preset--font-size--ext-medium)!important}.has-ext-large-font-size{font-size:var(--wp--preset--font-size--ext-large)!important;line-height:1.2!important}.has-ext-x-large-font-size{font-size:var(--wp--preset--font-size--ext-x-large)!important;line-height:1!important}.has-ext-xx-large-font-size{font-size:var(--wp--preset--font-size--ext-xx-large)!important;line-height:1!important}.has-ext-x-large-font-size:not([style*=line-height]),.has-ext-xx-large-font-size:not([style*=line-height]){line-height:1.1!important}.ext .wp-block-group>*+*{margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:0!important}.has-ext-x-large-font-size+h3,.has-ext-x-large-font-size+p{margin-top:.5rem!important}.ext .wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap,.5em) * .75)!important;min-width:12rem!important}.ext>[class*="_inner-container"]>.ext-grid:not([class*=columns]),.ext>[class*="_inner-container"]>.wp-block>.ext-grid:not([class*=columns]){display:initial!important}.ext .ext-grid-cols-13>[class*="_inner-container"]{grid-template-columns:repeat(13,minmax(0,1fr))!important}.ext [class*=inner-container]>.alignwide [class*=inner-container],.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]{max-width:var(--responsive--alignwide-width,120rem)!important}.ext .wp-block-image img{vertical-align:middle!important}body{--extendify--spacing--large:var(--wp--custom--spacing--large,clamp(2em, 8vw, 8em))!important;--wp--preset--font-size--ext-small:1rem!important;--wp--preset--font-size--ext-medium:1.125rem!important;--wp--preset--font-size--ext-large:clamp(1.65rem, 3.5vw, 2.15rem)!important;--wp--preset--font-size--ext-x-large:clamp(3rem, 6vw, 4.75rem)!important;--wp--preset--font-size--ext-xx-large:clamp(3.25rem, 7.5vw, 5.75rem)!important;--wp--preset--color--black:#000!important;--wp--preset--color--white:#fff!important}.ext *{box-sizing:border-box!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container{background:0 0!important}.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull{margin-top:unset!important;margin-bottom:unset!important}.block-editor-block-preview__content-iframe .preview\:min-h-50{min-height:50vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-60{min-height:60vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-70{min-height:70vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-80{min-height:80vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-100{min-height:100vw!important}.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]){margin-right:calc(1 * var(--wp--custom--spacing--outer,0))!important;margin-left:calc(1 * var(--wp--custom--spacing--outer,0))!important;overflow:hidden!important;width:unset!important}@media (min-width:782px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:0!important}.is-style-inline-list li{margin-right:var(--wp--style--block-gap,1.75rem)!important;display:inline!important}.is-style-inline-list li:first-child{margin-left:0!important}.is-style-inline-list li:last-child{margin-right:0!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important;clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important}.tablet\:ext-absolute{position:absolute!important}.tablet\:ext-relative{position:relative!important}.tablet\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-order-1{order:1!important}.tablet\:ext-order-2{order:2!important}.tablet\:ext-m-0:not([style*=margin]){margin:0!important}.tablet\:ext-m-auto:not([style*=margin]){margin:auto!important}.tablet\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.tablet\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.tablet\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-my-0:not([style*=margin]){margin-top:0!important;margin-bottom:0!important}.tablet\:ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.tablet\:ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mt-0:not([style*=margin]){margin-top:0!important}.tablet\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.tablet\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mr-0:not([style*=margin]){margin-right:0!important}.tablet\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.tablet\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.tablet\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.tablet\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-ml-0:not([style*=margin]){margin-left:0!important}.tablet\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.tablet\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-block{display:block!important}.tablet\:ext-inline-block{display:inline-block!important}.tablet\:ext-inline{display:inline!important}.tablet\:ext-flex{display:flex!important}.tablet\:ext-inline-flex{display:inline-flex!important}.tablet\:ext-grid{display:grid!important}.tablet\:ext-inline-grid{display:inline-grid!important}.tablet\:ext-hidden{display:none!important}.tablet\:ext-w-auto{width:auto!important}.tablet\:ext-w-full{width:100%!important}.tablet\:ext-max-w-full{max-width:100%!important}.tablet\:ext-flex-1{flex:1 1 0%!important}.tablet\:ext-flex-auto{flex:1 1 auto!important}.tablet\:ext-flex-initial{flex:0 1 auto!important}.tablet\:ext-flex-none{flex:none!important}.tablet\:ext-flex-shrink-0{flex-shrink:0!important}.tablet\:ext-flex-shrink{flex-shrink:1!important}.tablet\:ext-flex-grow-0{flex-grow:0!important}.tablet\:ext-flex-grow{flex-grow:1!important}.tablet\:ext-list-none{list-style-type:none!important}.tablet\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.tablet\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tablet\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tablet\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.tablet\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.tablet\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.tablet\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.tablet\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.tablet\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.tablet\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.tablet\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.tablet\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.tablet\:ext-grid-cols-none{grid-template-columns:none!important}.tablet\:ext-flex-row{flex-direction:row!important}.tablet\:ext-flex-row-reverse{flex-direction:row-reverse!important}.tablet\:ext-flex-col{flex-direction:column!important}.tablet\:ext-flex-col-reverse{flex-direction:column-reverse!important}.tablet\:ext-flex-wrap{flex-wrap:wrap!important}.tablet\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.tablet\:ext-flex-nowrap{flex-wrap:nowrap!important}.tablet\:ext-items-start{align-items:flex-start!important}.tablet\:ext-items-end{align-items:flex-end!important}.tablet\:ext-items-center{align-items:center!important}.tablet\:ext-items-baseline{align-items:baseline!important}.tablet\:ext-items-stretch{align-items:stretch!important}.tablet\:ext-justify-start{justify-content:flex-start!important}.tablet\:ext-justify-end{justify-content:flex-end!important}.tablet\:ext-justify-center{justify-content:center!important}.tablet\:ext-justify-between{justify-content:space-between!important}.tablet\:ext-justify-around{justify-content:space-around!important}.tablet\:ext-justify-evenly{justify-content:space-evenly!important}.tablet\:ext-justify-items-start{justify-items:start!important}.tablet\:ext-justify-items-end{justify-items:end!important}.tablet\:ext-justify-items-center{justify-items:center!important}.tablet\:ext-justify-items-stretch{justify-items:stretch!important}.tablet\:ext-justify-self-auto{justify-self:auto!important}.tablet\:ext-justify-self-start{justify-self:start!important}.tablet\:ext-justify-self-end{justify-self:end!important}.tablet\:ext-justify-self-center{justify-self:center!important}.tablet\:ext-justify-self-stretch{justify-self:stretch!important}.tablet\:ext-p-0:not([style*=padding]){padding:0!important}.tablet\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.tablet\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.tablet\:ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pt-0:not([style*=padding]){padding-top:0!important}.tablet\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pr-0:not([style*=padding]){padding-right:0!important}.tablet\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.tablet\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pl-0:not([style*=padding]){padding-left:0!important}.tablet\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-text-left{text-align:left!important}.tablet\:ext-text-center{text-align:center!important}.tablet\:ext-text-right{text-align:right!important}}@media (min-width:1080px){.desktop\:ext-absolute{position:absolute!important}.desktop\:ext-relative{position:relative!important}.desktop\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-order-1{order:1!important}.desktop\:ext-order-2{order:2!important}.desktop\:ext-m-0:not([style*=margin]){margin:0!important}.desktop\:ext-m-auto:not([style*=margin]){margin:auto!important}.desktop\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.desktop\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.desktop\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-my-0:not([style*=margin]){margin-top:0!important;margin-bottom:0!important}.desktop\:ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.desktop\:ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mt-0:not([style*=margin]){margin-top:0!important}.desktop\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.desktop\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mr-0:not([style*=margin]){margin-right:0!important}.desktop\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.desktop\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.desktop\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.desktop\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-ml-0:not([style*=margin]){margin-left:0!important}.desktop\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.desktop\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-block{display:block!important}.desktop\:ext-inline-block{display:inline-block!important}.desktop\:ext-inline{display:inline!important}.desktop\:ext-flex{display:flex!important}.desktop\:ext-inline-flex{display:inline-flex!important}.desktop\:ext-grid{display:grid!important}.desktop\:ext-inline-grid{display:inline-grid!important}.desktop\:ext-hidden{display:none!important}.desktop\:ext-w-auto{width:auto!important}.desktop\:ext-w-full{width:100%!important}.desktop\:ext-max-w-full{max-width:100%!important}.desktop\:ext-flex-1{flex:1 1 0%!important}.desktop\:ext-flex-auto{flex:1 1 auto!important}.desktop\:ext-flex-initial{flex:0 1 auto!important}.desktop\:ext-flex-none{flex:none!important}.desktop\:ext-flex-shrink-0{flex-shrink:0!important}.desktop\:ext-flex-shrink{flex-shrink:1!important}.desktop\:ext-flex-grow-0{flex-grow:0!important}.desktop\:ext-flex-grow{flex-grow:1!important}.desktop\:ext-list-none{list-style-type:none!important}.desktop\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.desktop\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.desktop\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.desktop\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.desktop\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.desktop\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.desktop\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.desktop\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.desktop\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.desktop\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.desktop\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.desktop\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.desktop\:ext-grid-cols-none{grid-template-columns:none!important}.desktop\:ext-flex-row{flex-direction:row!important}.desktop\:ext-flex-row-reverse{flex-direction:row-reverse!important}.desktop\:ext-flex-col{flex-direction:column!important}.desktop\:ext-flex-col-reverse{flex-direction:column-reverse!important}.desktop\:ext-flex-wrap{flex-wrap:wrap!important}.desktop\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.desktop\:ext-flex-nowrap{flex-wrap:nowrap!important}.desktop\:ext-items-start{align-items:flex-start!important}.desktop\:ext-items-end{align-items:flex-end!important}.desktop\:ext-items-center{align-items:center!important}.desktop\:ext-items-baseline{align-items:baseline!important}.desktop\:ext-items-stretch{align-items:stretch!important}.desktop\:ext-justify-start{justify-content:flex-start!important}.desktop\:ext-justify-end{justify-content:flex-end!important}.desktop\:ext-justify-center{justify-content:center!important}.desktop\:ext-justify-between{justify-content:space-between!important}.desktop\:ext-justify-around{justify-content:space-around!important}.desktop\:ext-justify-evenly{justify-content:space-evenly!important}.desktop\:ext-justify-items-start{justify-items:start!important}.desktop\:ext-justify-items-end{justify-items:end!important}.desktop\:ext-justify-items-center{justify-items:center!important}.desktop\:ext-justify-items-stretch{justify-items:stretch!important}.desktop\:ext-justify-self-auto{justify-self:auto!important}.desktop\:ext-justify-self-start{justify-self:start!important}.desktop\:ext-justify-self-end{justify-self:end!important}.desktop\:ext-justify-self-center{justify-self:center!important}.desktop\:ext-justify-self-stretch{justify-self:stretch!important}.desktop\:ext-p-0:not([style*=padding]){padding:0!important}.desktop\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.desktop\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.desktop\:ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pt-0:not([style*=padding]){padding-top:0!important}.desktop\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pr-0:not([style*=padding]){padding-right:0!important}.desktop\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.desktop\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pl-0:not([style*=padding]){padding-left:0!important}.desktop\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-text-left{text-align:left!important}.desktop\:ext-text-center{text-align:center!important}.desktop\:ext-text-right{text-align:right!important}}@font-face{font-family:'FuseAwesome';src:url(//rock24.xyz/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//rock24.xyz/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//rock24.xyz/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//rock24.xyz/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//rock24.xyz/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//rock24.xyz/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fsf{display:inline-block;font:normal normal normal 14px/1 FuseAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fuseicon-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fuseicon-2x{font-size:2em}.fuseicon-3x{font-size:3em}.fuseicon-4x{font-size:4em}.fuseicon-5x{font-size:5em}.fuseicon-fw{width:1.28571429em;text-align:center}.fuseicon-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fuseicon-ul>li{position:relative}.fuseicon-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fuseicon-li.fuseicon-lg{left:-1.85714286em}.fuseicon-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fuseicon-pull-left{float:left}.fuseicon-pull-right{float:right}.fsf.fuseicon-pull-left{margin-right:.3em}.fsf.fuseicon-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fsf.pull-left{margin-right:.3em}.fsf.pull-right{margin-left:.3em}.fuseicon-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fuseicon-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fuseicon-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fuseicon-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fuseicon-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fuseicon-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fuseicon-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fuseicon-rotate-90,:root .fuseicon-rotate-180,:root .fuseicon-rotate-270,:root .fuseicon-flip-horizontal,:root .fuseicon-flip-vertical{filter:none}.fuseicon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fuseicon-stack-1x,.fuseicon-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fuseicon-stack-1x{line-height:inherit}.fuseicon-stack-2x{font-size:2em}.fuseicon-inverse{color:#fff}.fuseicon-glass:before{content:"\f000"}.fuseicon-music:before{content:"\f001"}.fuseicon-search:before{content:"\f002"}.fuseicon-envelope-o:before{content:"\f003"}.fuseicon-heart:before{content:"\f004"}.fuseicon-star:before{content:"\f005"}.fuseicon-star-o:before{content:"\f006"}.fuseicon-user:before{content:"\f007"}.fuseicon-film:before{content:"\f008"}.fuseicon-th-large:before{content:"\f009"}.fuseicon-th:before{content:"\f00a"}.fuseicon-th-list:before{content:"\f00b"}.fuseicon-check:before{content:"\f00c"}.fuseicon-remove:before,.fuseicon-close:before,.fuseicon-times:before{content:"\f00d"}.fuseicon-search-plus:before{content:"\f00e"}.fuseicon-search-minus:before{content:"\f010"}.fuseicon-power-off:before{content:"\f011"}.fuseicon-signal:before{content:"\f012"}.fuseicon-gear:before,.fuseicon-cog:before{content:"\f013"}.fuseicon-trash-o:before{content:"\f014"}.fuseicon-home:before{content:"\f015"}.fuseicon-file-o:before{content:"\f016"}.fuseicon-clock-o:before{content:"\f017"}.fuseicon-road:before{content:"\f018"}.fuseicon-download:before{content:"\f019"}.fuseicon-arrow-circle-o-down:before{content:"\f01a"}.fuseicon-arrow-circle-o-up:before{content:"\f01b"}.fuseicon-inbox:before{content:"\f01c"}.fuseicon-play-circle-o:before{content:"\f01d"}.fuseicon-rotate-right:before,.fuseicon-repeat:before{content:"\f01e"}.fuseicon-refresh:before{content:"\f021"}.fuseicon-list-alt:before{content:"\f022"}.fuseicon-lock:before{content:"\f023"}.fuseicon-flag:before{content:"\f024"}.fuseicon-headphones:before{content:"\f025"}.fuseicon-volume-off:before{content:"\f026"}.fuseicon-volume-down:before{content:"\f027"}.fuseicon-volume-up:before{content:"\f028"}.fuseicon-qrcode:before{content:"\f029"}.fuseicon-barcode:before{content:"\f02a"}.fuseicon-tag:before{content:"\f02b"}.fuseicon-tags:before{content:"\f02c"}.fuseicon-book:before{content:"\f02d"}.fuseicon-bookmark:before{content:"\f02e"}.fuseicon-print:before{content:"\f02f"}.fuseicon-camera:before{content:"\f030"}.fuseicon-font:before{content:"\f031"}.fuseicon-bold:before{content:"\f032"}.fuseicon-italic:before{content:"\f033"}.fuseicon-text-height:before{content:"\f034"}.fuseicon-text-width:before{content:"\f035"}.fuseicon-align-left:before{content:"\f036"}.fuseicon-align-center:before{content:"\f037"}.fuseicon-align-right:before{content:"\f038"}.fuseicon-align-justify:before{content:"\f039"}.fuseicon-list:before{content:"\f03a"}.fuseicon-dedent:before,.fuseicon-outdent:before{content:"\f03b"}.fuseicon-indent:before{content:"\f03c"}.fuseicon-video-camera:before{content:"\f03d"}.fuseicon-photo:before,.fuseicon-image:before,.fuseicon-picture-o:before{content:"\f03e"}.fuseicon-pencil:before{content:"\f040"}.fuseicon-map-marker:before{content:"\f041"}.fuseicon-adjust:before{content:"\f042"}.fuseicon-tint:before{content:"\f043"}.fuseicon-edit:before,.fuseicon-pencil-square-o:before{content:"\f044"}.fuseicon-share-square-o:before{content:"\f045"}.fuseicon-check-square-o:before{content:"\f046"}.fuseicon-arrows:before{content:"\f047"}.fuseicon-step-backward:before{content:"\f048"}.fuseicon-fast-backward:before{content:"\f049"}.fuseicon-backward:before{content:"\f04a"}.fuseicon-play:before{content:"\f04b"}.fuseicon-pause:before{content:"\f04c"}.fuseicon-stop:before{content:"\f04d"}.fuseicon-forward:before{content:"\f04e"}.fuseicon-fast-forward:before{content:"\f050"}.fuseicon-step-forward:before{content:"\f051"}.fuseicon-eject:before{content:"\f052"}.fuseicon-chevron-left:before{content:"\f053"}.fuseicon-chevron-right:before{content:"\f054"}.fuseicon-plus-circle:before{content:"\f055"}.fuseicon-minus-circle:before{content:"\f056"}.fuseicon-times-circle:before{content:"\f057"}.fuseicon-check-circle:before{content:"\f058"}.fuseicon-question-circle:before{content:"\f059"}.fuseicon-info-circle:before{content:"\f05a"}.fuseicon-crosshairs:before{content:"\f05b"}.fuseicon-times-circle-o:before{content:"\f05c"}.fuseicon-check-circle-o:before{content:"\f05d"}.fuseicon-ban:before{content:"\f05e"}.fuseicon-arrow-left:before{content:"\f060"}.fuseicon-arrow-right:before{content:"\f061"}.fuseicon-arrow-up:before{content:"\f062"}.fuseicon-arrow-down:before{content:"\f063"}.fuseicon-mail-forward:before,.fuseicon-share:before{content:"\f064"}.fuseicon-expand:before{content:"\f065"}.fuseicon-compress:before{content:"\f066"}.fuseicon-plus:before{content:"\f067"}.fuseicon-minus:before{content:"\f068"}.fuseicon-asterisk:before{content:"\f069"}.fuseicon-exclamation-circle:before{content:"\f06a"}.fuseicon-gift:before{content:"\f06b"}.fuseicon-leaf:before{content:"\f06c"}.fuseicon-fire:before{content:"\f06d"}.fuseicon-eye:before{content:"\f06e"}.fuseicon-eye-slash:before{content:"\f070"}.fuseicon-warning:before,.fuseicon-exclamation-triangle:before{content:"\f071"}.fuseicon-plane:before{content:"\f072"}.fuseicon-calendar:before{content:"\f073"}.fuseicon-random:before{content:"\f074"}.fuseicon-comment:before{content:"\f075"}.fuseicon-magnet:before{content:"\f076"}.fuseicon-chevron-up:before{content:"\f077"}.fuseicon-chevron-down:before{content:"\f078"}.fuseicon-retweet:before{content:"\f079"}.fuseicon-shopping-cart:before{content:"\f07a"}.fuseicon-folder:before{content:"\f07b"}.fuseicon-folder-open:before{content:"\f07c"}.fuseicon-arrows-v:before{content:"\f07d"}.fuseicon-arrows-h:before{content:"\f07e"}.fuseicon-bar-chart-o:before,.fuseicon-bar-chart:before{content:"\f080"}.fuseicon-twitter-square:before{content:"\f081"}.fuseicon-facebook-square:before{content:"\f082"}.fuseicon-camera-retro:before{content:"\f083"}.fuseicon-key:before{content:"\f084"}.fuseicon-gears:before,.fuseicon-cogs:before{content:"\f085"}.fuseicon-comments:before{content:"\f086"}.fuseicon-thumbs-o-up:before{content:"\f087"}.fuseicon-thumbs-o-down:before{content:"\f088"}.fuseicon-star-half:before{content:"\f089"}.fuseicon-heart-o:before{content:"\f08a"}.fuseicon-sign-out:before{content:"\f08b"}.fuseicon-linkedin-square:before{content:"\f08c"}.fuseicon-thumb-tack:before{content:"\f08d"}.fuseicon-external-link:before{content:"\f08e"}.fuseicon-sign-in:before{content:"\f090"}.fuseicon-trophy:before{content:"\f091"}.fuseicon-github-square:before{content:"\f092"}.fuseicon-upload:before{content:"\f093"}.fuseicon-lemon-o:before{content:"\f094"}.fuseicon-phone:before{content:"\f095"}.fuseicon-square-o:before{content:"\f096"}.fuseicon-bookmark-o:before{content:"\f097"}.fuseicon-phone-square:before{content:"\f098"}.fuseicon-twitter:before{content:"𝕏";position:relative;top:-2px;}.fuseicon-facebook-f:before,.fuseicon-facebook:before{content:"\f09a"}.fuseicon-github:before{content:"\f09b"}.fuseicon-unlock:before{content:"\f09c"}.fuseicon-credit-card:before{content:"\f09d"}.fuseicon-feed:before,.fuseicon-rss:before{content:"\f09e"}.fuseicon-hdd-o:before{content:"\f0a0"}.fuseicon-bullhorn:before{content:"\f0a1"}.fuseicon-bell:before{content:"\f0f3"}.fuseicon-certificate:before{content:"\f0a3"}.fuseicon-hand-o-right:before{content:"\f0a4"}.fuseicon-hand-o-left:before{content:"\f0a5"}.fuseicon-hand-o-up:before{content:"\f0a6"}.fuseicon-hand-o-down:before{content:"\f0a7"}.fuseicon-arrow-circle-left:before{content:"\f0a8"}.fuseicon-arrow-circle-right:before{content:"\f0a9"}.fuseicon-arrow-circle-up:before{content:"\f0aa"}.fuseicon-arrow-circle-down:before{content:"\f0ab"}.fuseicon-globe:before{content:"\f0ac"}.fuseicon-wrench:before{content:"\f0ad"}.fuseicon-tasks:before{content:"\f0ae"}.fuseicon-filter:before{content:"\f0b0"}.fuseicon-briefcase:before{content:"\f0b1"}.fuseicon-arrows-alt:before{content:"\f0b2"}.fuseicon-group:before,.fuseicon-users:before{content:"\f0c0"}.fuseicon-chain:before,.fuseicon-link:before{content:"\f0c1"}.fuseicon-cloud:before{content:"\f0c2"}.fuseicon-flask:before{content:"\f0c3"}.fuseicon-cut:before,.fuseicon-scissors:before{content:"\f0c4"}.fuseicon-copy:before,.fuseicon-files-o:before{content:"\f0c5"}.fuseicon-paperclip:before{content:"\f0c6"}.fuseicon-save:before,.fuseicon-floppy-o:before{content:"\f0c7"}.fuseicon-square:before{content:"\f0c8"}.fuseicon-navicon:before,.fuseicon-reorder:before,.fuseicon-bars:before{content:"\f0c9"}.fuseicon-list-ul:before{content:"\f0ca"}.fuseicon-list-ol:before{content:"\f0cb"}.fuseicon-strikethrough:before{content:"\f0cc"}.fuseicon-underline:before{content:"\f0cd"}.fuseicon-table:before{content:"\f0ce"}.fuseicon-magic:before{content:"\f0d0"}.fuseicon-truck:before{content:"\f0d1"}.fuseicon-pinterest:before{content:"\f0d2"}.fuseicon-pinterest-square:before{content:"\f0d3"}.fuseicon-google-plus-square:before{content:"\f0d4"}.fuseicon-google-plus:before{content:"\f0d5"}.fuseicon-money:before{content:"\f0d6"}.fuseicon-caret-down:before{content:"\f0d7"}.fuseicon-caret-up:before{content:"\f0d8"}.fuseicon-caret-left:before{content:"\f0d9"}.fuseicon-caret-right:before{content:"\f0da"}.fuseicon-columns:before{content:"\f0db"}.fuseicon-unsorted:before,.fuseicon-sort:before{content:"\f0dc"}.fuseicon-sort-down:before,.fuseicon-sort-desc:before{content:"\f0dd"}.fuseicon-sort-up:before,.fuseicon-sort-asc:before{content:"\f0de"}.fuseicon-envelope:before{content:"\f0e0"}.fuseicon-linkedin:before{content:"\f0e1"}.fuseicon-rotate-left:before,.fuseicon-undo:before{content:"\f0e2"}.fuseicon-legal:before,.fuseicon-gavel:before{content:"\f0e3"}.fuseicon-dashboard:before,.fuseicon-tachometer:before{content:"\f0e4"}.fuseicon-comment-o:before{content:"\f0e5"}.fuseicon-comments-o:before{content:"\f0e6"}.fuseicon-flash:before,.fuseicon-bolt:before{content:"\f0e7"}.fuseicon-sitemap:before{content:"\f0e8"}.fuseicon-umbrella:before{content:"\f0e9"}.fuseicon-paste:before,.fuseicon-clipboard:before{content:"\f0ea"}.fuseicon-lightbulb-o:before{content:"\f0eb"}.fuseicon-exchange:before{content:"\f0ec"}.fuseicon-cloud-download:before{content:"\f0ed"}.fuseicon-cloud-upload:before{content:"\f0ee"}.fuseicon-user-md:before{content:"\f0f0"}.fuseicon-stethoscope:before{content:"\f0f1"}.fuseicon-suitcase:before{content:"\f0f2"}.fuseicon-bell-o:before{content:"\f0a2"}.fuseicon-coffee:before{content:"\f0f4"}.fuseicon-cutlery:before{content:"\f0f5"}.fuseicon-file-text-o:before{content:"\f0f6"}.fuseicon-building-o:before{content:"\f0f7"}.fuseicon-hospital-o:before{content:"\f0f8"}.fuseicon-ambulance:before{content:"\f0f9"}.fuseicon-medkit:before{content:"\f0fa"}.fuseicon-fighter-jet:before{content:"\f0fb"}.fuseicon-beer:before{content:"\f0fc"}.fuseicon-h-square:before{content:"\f0fd"}.fuseicon-plus-square:before{content:"\f0fe"}.fuseicon-angle-double-left:before{content:"\f100"}.fuseicon-angle-double-right:before{content:"\f101"}.fuseicon-angle-double-up:before{content:"\f102"}.fuseicon-angle-double-down:before{content:"\f103"}.fuseicon-angle-left:before{content:"\f104"}.fuseicon-angle-right:before{content:"\f105"}.fuseicon-angle-up:before{content:"\f106"}.fuseicon-angle-down:before{content:"\f107"}.fuseicon-desktop:before{content:"\f108"}.fuseicon-laptop:before{content:"\f109"}.fuseicon-tablet:before{content:"\f10a"}.fuseicon-mobile-phone:before,.fuseicon-mobile:before{content:"\f10b"}.fuseicon-circle-o:before{content:"\f10c"}.fuseicon-quote-left:before{content:"\f10d"}.fuseicon-quote-right:before{content:"\f10e"}.fuseicon-spinner:before{content:"\f110"}.fuseicon-circle:before{content:"\f111"}.fuseicon-mail-reply:before,.fuseicon-reply:before{content:"\f112"}.fuseicon-github-alt:before{content:"\f113"}.fuseicon-folder-o:before{content:"\f114"}.fuseicon-folder-open-o:before{content:"\f115"}.fuseicon-smile-o:before{content:"\f118"}.fuseicon-frown-o:before{content:"\f119"}.fuseicon-meh-o:before{content:"\f11a"}.fuseicon-gamepad:before{content:"\f11b"}.fuseicon-keyboard-o:before{content:"\f11c"}.fuseicon-flag-o:before{content:"\f11d"}.fuseicon-flag-checkered:before{content:"\f11e"}.fuseicon-terminal:before{content:"\f120"}.fuseicon-code:before{content:"\f121"}.fuseicon-mail-reply-all:before,.fuseicon-reply-all:before{content:"\f122"}.fuseicon-star-half-empty:before,.fuseicon-star-half-full:before,.fuseicon-star-half-o:before{content:"\f123"}.fuseicon-location-arrow:before{content:"\f124"}.fuseicon-crop:before{content:"\f125"}.fuseicon-code-fork:before{content:"\f126"}.fuseicon-unlink:before,.fuseicon-chain-broken:before{content:"\f127"}.fuseicon-question:before{content:"\f128"}.fuseicon-info:before{content:"\f129"}.fuseicon-exclamation:before{content:"\f12a"}.fuseicon-superscript:before{content:"\f12b"}.fuseicon-subscript:before{content:"\f12c"}.fuseicon-eraser:before{content:"\f12d"}.fuseicon-puzzle-piece:before{content:"\f12e"}.fuseicon-microphone:before{content:"\f130"}.fuseicon-microphone-slash:before{content:"\f131"}.fuseicon-shield:before{content:"\f132"}.fuseicon-calendar-o:before{content:"\f133"}.fuseicon-fire-extinguisher:before{content:"\f134"}.fuseicon-rocket:before{content:"\f135"}.fuseicon-maxcdn:before{content:"\f136"}.fuseicon-chevron-circle-left:before{content:"\f137"}.fuseicon-chevron-circle-right:before{content:"\f138"}.fuseicon-chevron-circle-up:before{content:"\f139"}.fuseicon-chevron-circle-down:before{content:"\f13a"}.fuseicon-html5:before{content:"\f13b"}.fuseicon-css3:before{content:"\f13c"}.fuseicon-anchor:before{content:"\f13d"}.fuseicon-unlock-alt:before{content:"\f13e"}.fuseicon-bullseye:before{content:"\f140"}.fuseicon-ellipsis-h:before{content:"\f141"}.fuseicon-ellipsis-v:before{content:"\f142"}.fuseicon-rss-square:before{content:"\f143"}.fuseicon-play-circle:before{content:"\f144"}.fuseicon-ticket:before{content:"\f145"}.fuseicon-minus-square:before{content:"\f146"}.fuseicon-minus-square-o:before{content:"\f147"}.fuseicon-level-up:before{content:"\f148"}.fuseicon-level-down:before{content:"\f149"}.fuseicon-check-square:before{content:"\f14a"}.fuseicon-pencil-square:before{content:"\f14b"}.fuseicon-external-link-square:before{content:"\f14c"}.fuseicon-share-square:before{content:"\f14d"}.fuseicon-compass:before{content:"\f14e"}.fuseicon-toggle-down:before,.fuseicon-caret-square-o-down:before{content:"\f150"}.fuseicon-toggle-up:before,.fuseicon-caret-square-o-up:before{content:"\f151"}.fuseicon-toggle-right:before,.fuseicon-caret-square-o-right:before{content:"\f152"}.fuseicon-euro:before,.fuseicon-eur:before{content:"\f153"}.fuseicon-gbp:before{content:"\f154"}.fuseicon-dollar:before,.fuseicon-usd:before{content:"\f155"}.fuseicon-rupee:before,.fuseicon-inr:before{content:"\f156"}.fuseicon-cny:before,.fuseicon-rmb:before,.fuseicon-yen:before,.fuseicon-jpy:before{content:"\f157"}.fuseicon-ruble:before,.fuseicon-rouble:before,.fuseicon-rub:before{content:"\f158"}.fuseicon-won:before,.fuseicon-krw:before{content:"\f159"}.fuseicon-bitcoin:before,.fuseicon-btc:before{content:"\f15a"}.fuseicon-file:before{content:"\f15b"}.fuseicon-file-text:before{content:"\f15c"}.fuseicon-sort-alpha-asc:before{content:"\f15d"}.fuseicon-sort-alpha-desc:before{content:"\f15e"}.fuseicon-sort-amount-asc:before{content:"\f160"}.fuseicon-sort-amount-desc:before{content:"\f161"}.fuseicon-sort-numeric-asc:before{content:"\f162"}.fuseicon-sort-numeric-desc:before{content:"\f163"}.fuseicon-thumbs-up:before{content:"\f164"}.fuseicon-thumbs-down:before{content:"\f165"}.fuseicon-youtube-square:before{content:"\f166"}.fuseicon-youtube:before{content:"\f167"}.fuseicon-xing:before{content:"\f168"}.fuseicon-xing-square:before{content:"\f169"}.fuseicon-youtube-play:before{content:"\f16a"}.fuseicon-dropbox:before{content:"\f16b"}.fuseicon-stack-overflow:before{content:"\f16c"}.fuseicon-instagram:before{content:"\f16d"}.fuseicon-flickr:before{content:"\f16e"}.fuseicon-adn:before{content:"\f170"}.fuseicon-bitbucket:before{content:"\f171"}.fuseicon-bitbucket-square:before{content:"\f172"}.fuseicon-tumblr:before{content:"\f173"}.fuseicon-tumblr-square:before{content:"\f174"}.fuseicon-long-arrow-down:before{content:"\f175"}.fuseicon-long-arrow-up:before{content:"\f176"}.fuseicon-long-arrow-left:before{content:"\f177"}.fuseicon-long-arrow-right:before{content:"\f178"}.fuseicon-apple:before{content:"\f179"}.fuseicon-windows:before{content:"\f17a"}.fuseicon-android:before{content:"\f17b"}.fuseicon-linux:before{content:"\f17c"}.fuseicon-dribbble:before{content:"\f17d"}.fuseicon-skype:before{content:"\f17e"}.fuseicon-foursquare:before{content:"\f180"}.fuseicon-trello:before{content:"\f181"}.fuseicon-female:before{content:"\f182"}.fuseicon-male:before{content:"\f183"}.fuseicon-gittip:before,.fuseicon-gratipay:before{content:"\f184"}.fuseicon-sun-o:before{content:"\f185"}.fuseicon-moon-o:before{content:"\f186"}.fuseicon-archive:before{content:"\f187"}.fuseicon-bug:before{content:"\f188"}.fuseicon-vk:before{content:"\f189"}.fuseicon-weibo:before{content:"\f18a"}.fuseicon-renren:before{content:"\f18b"}.fuseicon-pagelines:before{content:"\f18c"}.fuseicon-stack-exchange:before{content:"\f18d"}.fuseicon-arrow-circle-o-right:before{content:"\f18e"}.fuseicon-arrow-circle-o-left:before{content:"\f190"}.fuseicon-toggle-left:before,.fuseicon-caret-square-o-left:before{content:"\f191"}.fuseicon-dot-circle-o:before{content:"\f192"}.fuseicon-wheelchair:before{content:"\f193"}.fuseicon-vimeo-square:before{content:"\f194"}.fuseicon-turkish-lira:before,.fuseicon-try:before{content:"\f195"}.fuseicon-plus-square-o:before{content:"\f196"}.fuseicon-space-shuttle:before{content:"\f197"}.fuseicon-slack:before{content:"\f198"}.fuseicon-envelope-square:before{content:"\f199"}.fuseicon-wordpress:before{content:"\f19a"}.fuseicon-openid:before{content:"\f19b"}.fuseicon-institution:before,.fuseicon-bank:before,.fuseicon-university:before{content:"\f19c"}.fuseicon-mortar-board:before,.fuseicon-graduation-cap:before{content:"\f19d"}.fuseicon-yahoo:before{content:"\f19e"}.fuseicon-google:before{content:"\f1a0"}.fuseicon-reddit:before{content:"\f1a1"}.fuseicon-reddit-square:before{content:"\f1a2"}.fuseicon-stumbleupon-circle:before{content:"\f1a3"}.fuseicon-stumbleupon:before{content:"\f1a4"}.fuseicon-delicious:before{content:"\f1a5"}.fuseicon-digg:before{content:"\f1a6"}.fuseicon-pied-piper-pp:before{content:"\f1a7"}.fuseicon-pied-piper-alt:before{content:"\f1a8"}.fuseicon-drupal:before{content:"\f1a9"}.fuseicon-joomla:before{content:"\f1aa"}.fuseicon-language:before{content:"\f1ab"}.fuseicon-fax:before{content:"\f1ac"}.fuseicon-building:before{content:"\f1ad"}.fuseicon-child:before{content:"\f1ae"}.fuseicon-paw:before{content:"\f1b0"}.fuseicon-spoon:before{content:"\f1b1"}.fuseicon-cube:before{content:"\f1b2"}.fuseicon-cubes:before{content:"\f1b3"}.fuseicon-behance:before{content:"\f1b4"}.fuseicon-behance-square:before{content:"\f1b5"}.fuseicon-steam:before{content:"\f1b6"}.fuseicon-steam-square:before{content:"\f1b7"}.fuseicon-recycle:before{content:"\f1b8"}.fuseicon-automobile:before,.fuseicon-car:before{content:"\f1b9"}.fuseicon-cab:before,.fuseicon-taxi:before{content:"\f1ba"}.fuseicon-tree:before{content:"\f1bb"}.fuseicon-spotify:before{content:"\f1bc"}.fuseicon-deviantart:before{content:"\f1bd"}.fuseicon-soundcloud:before{content:"\f1be"}.fuseicon-database:before{content:"\f1c0"}.fuseicon-file-pdf-o:before{content:"\f1c1"}.fuseicon-file-word-o:before{content:"\f1c2"}.fuseicon-file-excel-o:before{content:"\f1c3"}.fuseicon-file-powerpoint-o:before{content:"\f1c4"}.fuseicon-file-photo-o:before,.fuseicon-file-picture-o:before,.fuseicon-file-image-o:before{content:"\f1c5"}.fuseicon-file-zip-o:before,.fuseicon-file-archive-o:before{content:"\f1c6"}.fuseicon-file-sound-o:before,.fuseicon-file-audio-o:before{content:"\f1c7"}.fuseicon-file-movie-o:before,.fuseicon-file-video-o:before{content:"\f1c8"}.fuseicon-file-code-o:before{content:"\f1c9"}.fuseicon-vine:before{content:"\f1ca"}.fuseicon-codepen:before{content:"\f1cb"}.fuseicon-jsfiddle:before{content:"\f1cc"}.fuseicon-life-bouy:before,.fuseicon-life-buoy:before,.fuseicon-life-saver:before,.fuseicon-support:before,.fuseicon-life-ring:before{content:"\f1cd"}.fuseicon-circle-o-notch:before{content:"\f1ce"}.fuseicon-ra:before,.fuseicon-resistance:before,.fuseicon-rebel:before{content:"\f1d0"}.fuseicon-ge:before,.fuseicon-empire:before{content:"\f1d1"}.fuseicon-git-square:before{content:"\f1d2"}.fuseicon-git:before{content:"\f1d3"}.fuseicon-y-combinator-square:before,.fuseicon-yc-square:before,.fuseicon-hacker-news:before{content:"\f1d4"}.fuseicon-tencent-weibo:before{content:"\f1d5"}.fuseicon-qq:before{content:"\f1d6"}.fuseicon-wechat:before,.fuseicon-weixin:before{content:"\f1d7"}.fuseicon-send:before,.fuseicon-paper-plane:before{content:"\f1d8"}.fuseicon-send-o:before,.fuseicon-paper-plane-o:before{content:"\f1d9"}.fuseicon-history:before{content:"\f1da"}.fuseicon-circle-thin:before{content:"\f1db"}.fuseicon-header:before{content:"\f1dc"}.fuseicon-paragraph:before{content:"\f1dd"}.fuseicon-sliders:before{content:"\f1de"}.fuseicon-share-alt:before{content:"\f1e0"}.fuseicon-share-alt-square:before{content:"\f1e1"}.fuseicon-bomb:before{content:"\f1e2"}.fuseicon-soccer-ball-o:before,.fuseicon-futbol-o:before{content:"\f1e3"}.fuseicon-tty:before{content:"\f1e4"}.fuseicon-binoculars:before{content:"\f1e5"}.fuseicon-plug:before{content:"\f1e6"}.fuseicon-slideshare:before{content:"\f1e7"}.fuseicon-twitch:before{content:"\f1e8"}.fuseicon-yelp:before{content:"\f1e9"}.fuseicon-newspaper-o:before{content:"\f1ea"}.fuseicon-wifi:before{content:"\f1eb"}.fuseicon-calculator:before{content:"\f1ec"}.fuseicon-paypal:before{content:"\f1ed"}.fuseicon-google-wallet:before{content:"\f1ee"}.fuseicon-cc-visa:before{content:"\f1f0"}.fuseicon-cc-mastercard:before{content:"\f1f1"}.fuseicon-cc-discover:before{content:"\f1f2"}.fuseicon-cc-amex:before{content:"\f1f3"}.fuseicon-cc-paypal:before{content:"\f1f4"}.fuseicon-cc-stripe:before{content:"\f1f5"}.fuseicon-bell-slash:before{content:"\f1f6"}.fuseicon-bell-slash-o:before{content:"\f1f7"}.fuseicon-trash:before{content:"\f1f8"}.fuseicon-copyright:before{content:"\f1f9"}.fuseicon-at:before{content:"\f1fa"}.fuseicon-eyedropper:before{content:"\f1fb"}.fuseicon-paint-brush:before{content:"\f1fc"}.fuseicon-birthday-cake:before{content:"\f1fd"}.fuseicon-area-chart:before{content:"\f1fe"}.fuseicon-pie-chart:before{content:"\f200"}.fuseicon-line-chart:before{content:"\f201"}.fuseicon-lastfm:before{content:"\f202"}.fuseicon-lastfm-square:before{content:"\f203"}.fuseicon-toggle-off:before{content:"\f204"}.fuseicon-toggle-on:before{content:"\f205"}.fuseicon-bicycle:before{content:"\f206"}.fuseicon-bus:before{content:"\f207"}.fuseicon-ioxhost:before{content:"\f208"}.fuseicon-angellist:before{content:"\f209"}.fuseicon-cc:before{content:"\f20a"}.fuseicon-shekel:before,.fuseicon-sheqel:before,.fuseicon-ils:before{content:"\f20b"}.fuseicon-meanpath:before{content:"\f20c"}.fuseicon-buysellads:before{content:"\f20d"}.fuseicon-connectdevelop:before{content:"\f20e"}.fuseicon-dashcube:before{content:"\f210"}.fuseicon-forumbee:before{content:"\f211"}.fuseicon-leanpub:before{content:"\f212"}.fuseicon-sellsy:before{content:"\f213"}.fuseicon-shirtsinbulk:before{content:"\f214"}.fuseicon-simplybuilt:before{content:"\f215"}.fuseicon-skyatlas:before{content:"\f216"}.fuseicon-cart-plus:before{content:"\f217"}.fuseicon-cart-arrow-down:before{content:"\f218"}.fuseicon-diamond:before{content:"\f219"}.fuseicon-ship:before{content:"\f21a"}.fuseicon-user-secret:before{content:"\f21b"}.fuseicon-motorcycle:before{content:"\f21c"}.fuseicon-street-view:before{content:"\f21d"}.fuseicon-heartbeat:before{content:"\f21e"}.fuseicon-venus:before{content:"\f221"}.fuseicon-mars:before{content:"\f222"}.fuseicon-mercury:before{content:"\f223"}.fuseicon-intersex:before,.fuseicon-transgender:before{content:"\f224"}.fuseicon-transgender-alt:before{content:"\f225"}.fuseicon-venus-double:before{content:"\f226"}.fuseicon-mars-double:before{content:"\f227"}.fuseicon-venus-mars:before{content:"\f228"}.fuseicon-mars-stroke:before{content:"\f229"}.fuseicon-mars-stroke-v:before{content:"\f22a"}.fuseicon-mars-stroke-h:before{content:"\f22b"}.fuseicon-neuter:before{content:"\f22c"}.fuseicon-genderless:before{content:"\f22d"}.fuseicon-facebook-official:before{content:"\f230"}.fuseicon-pinterest-p:before{content:"\f231"}.fuseicon-whatsapp:before{content:"\f232"}.fuseicon-server:before{content:"\f233"}.fuseicon-user-plus:before{content:"\f234"}.fuseicon-user-times:before{content:"\f235"}.fuseicon-hotel:before,.fuseicon-bed:before{content:"\f236"}.fuseicon-viacoin:before{content:"\f237"}.fuseicon-train:before{content:"\f238"}.fuseicon-subway:before{content:"\f239"}.fuseicon-medium:before{content:"\f23a"}.fuseicon-yc:before,.fuseicon-y-combinator:before{content:"\f23b"}.fuseicon-optin-monster:before{content:"\f23c"}.fuseicon-opencart:before{content:"\f23d"}.fuseicon-expeditedssl:before{content:"\f23e"}.fuseicon-battery-4:before,.fuseicon-battery:before,.fuseicon-battery-full:before{content:"\f240"}.fuseicon-battery-3:before,.fuseicon-battery-three-quarters:before{content:"\f241"}.fuseicon-battery-2:before,.fuseicon-battery-half:before{content:"\f242"}.fuseicon-battery-1:before,.fuseicon-battery-quarter:before{content:"\f243"}.fuseicon-battery-0:before,.fuseicon-battery-empty:before{content:"\f244"}.fuseicon-mouse-pointer:before{content:"\f245"}.fuseicon-i-cursor:before{content:"\f246"}.fuseicon-object-group:before{content:"\f247"}.fuseicon-object-ungroup:before{content:"\f248"}.fuseicon-sticky-note:before{content:"\f249"}.fuseicon-sticky-note-o:before{content:"\f24a"}.fuseicon-cc-jcb:before{content:"\f24b"}.fuseicon-cc-diners-club:before{content:"\f24c"}.fuseicon-clone:before{content:"\f24d"}.fuseicon-balance-scale:before{content:"\f24e"}.fuseicon-hourglass-o:before{content:"\f250"}.fuseicon-hourglass-1:before,.fuseicon-hourglass-start:before{content:"\f251"}.fuseicon-hourglass-2:before,.fuseicon-hourglass-half:before{content:"\f252"}.fuseicon-hourglass-3:before,.fuseicon-hourglass-end:before{content:"\f253"}.fuseicon-hourglass:before{content:"\f254"}.fuseicon-hand-grab-o:before,.fuseicon-hand-rock-o:before{content:"\f255"}.fuseicon-hand-stop-o:before,.fuseicon-hand-paper-o:before{content:"\f256"}.fuseicon-hand-scissors-o:before{content:"\f257"}.fuseicon-hand-lizard-o:before{content:"\f258"}.fuseicon-hand-spock-o:before{content:"\f259"}.fuseicon-hand-pointer-o:before{content:"\f25a"}.fuseicon-hand-peace-o:before{content:"\f25b"}.fuseicon-trademark:before{content:"\f25c"}.fuseicon-registered:before{content:"\f25d"}.fuseicon-creative-commons:before{content:"\f25e"}.fuseicon-gg:before{content:"\f260"}.fuseicon-gg-circle:before{content:"\f261"}.fuseicon-tripadvisor:before{content:"\f262"}.fuseicon-odnoklassniki:before{content:"\f263"}.fuseicon-odnoklassniki-square:before{content:"\f264"}.fuseicon-get-pocket:before{content:"\f265"}.fuseicon-wikipedia-w:before{content:"\f266"}.fuseicon-safari:before{content:"\f267"}.fuseicon-chrome:before{content:"\f268"}.fuseicon-firefox:before{content:"\f269"}.fuseicon-opera:before{content:"\f26a"}.fuseicon-internet-explorer:before{content:"\f26b"}.fuseicon-tv:before,.fuseicon-television:before{content:"\f26c"}.fuseicon-contao:before{content:"\f26d"}.fuseicon-500px:before{content:"\f26e"}.fuseicon-amazon:before{content:"\f270"}.fuseicon-calendar-plus-o:before{content:"\f271"}.fuseicon-calendar-minus-o:before{content:"\f272"}.fuseicon-calendar-times-o:before{content:"\f273"}.fuseicon-calendar-check-o:before{content:"\f274"}.fuseicon-industry:before{content:"\f275"}.fuseicon-map-pin:before{content:"\f276"}.fuseicon-map-signs:before{content:"\f277"}.fuseicon-map-o:before{content:"\f278"}.fuseicon-map:before{content:"\f279"}.fuseicon-commenting:before{content:"\f27a"}.fuseicon-commenting-o:before{content:"\f27b"}.fuseicon-houzz:before{content:"\f27c"}.fuseicon-vimeo:before{content:"\f27d"}.fuseicon-black-tie:before{content:"\f27e"}.fuseicon-fonticons:before{content:"\f280"}.fuseicon-reddit-alien:before{content:"\f281"}.fuseicon-edge:before{content:"\f282"}.fuseicon-credit-card-alt:before{content:"\f283"}.fuseicon-codiepie:before{content:"\f284"}.fuseicon-modx:before{content:"\f285"}.fuseicon-fort-awesome:before{content:"\f286"}.fuseicon-usb:before{content:"\f287"}.fuseicon-product-hunt:before{content:"\f288"}.fuseicon-mixcloud:before{content:"\f289"}.fuseicon-scribd:before{content:"\f28a"}.fuseicon-pause-circle:before{content:"\f28b"}.fuseicon-pause-circle-o:before{content:"\f28c"}.fuseicon-stop-circle:before{content:"\f28d"}.fuseicon-stop-circle-o:before{content:"\f28e"}.fuseicon-shopping-bag:before{content:"\f290"}.fuseicon-shopping-basket:before{content:"\f291"}.fuseicon-hashtag:before{content:"\f292"}.fuseicon-bluetooth:before{content:"\f293"}.fuseicon-bluetooth-b:before{content:"\f294"}.fuseicon-percent:before{content:"\f295"}.fuseicon-gitlab:before{content:"\f296"}.fuseicon-wpbeginner:before{content:"\f297"}.fuseicon-wpforms:before{content:"\f298"}.fuseicon-envira:before{content:"\f299"}.fuseicon-universal-access:before{content:"\f29a"}.fuseicon-wheelchair-alt:before{content:"\f29b"}.fuseicon-question-circle-o:before{content:"\f29c"}.fuseicon-blind:before{content:"\f29d"}.fuseicon-audio-description:before{content:"\f29e"}.fuseicon-volume-control-phone:before{content:"\f2a0"}.fuseicon-braille:before{content:"\f2a1"}.fuseicon-assistive-listening-systems:before{content:"\f2a2"}.fuseicon-asl-interpreting:before,.fuseicon-american-sign-language-interpreting:before{content:"\f2a3"}.fuseicon-deafness:before,.fuseicon-hard-of-hearing:before,.fuseicon-deaf:before{content:"\f2a4"}.fuseicon-glide:before{content:"\f2a5"}.fuseicon-glide-g:before{content:"\f2a6"}.fuseicon-signing:before,.fuseicon-sign-language:before{content:"\f2a7"}.fuseicon-low-vision:before{content:"\f2a8"}.fuseicon-viadeo:before{content:"\f2a9"}.fuseicon-viadeo-square:before{content:"\f2aa"}.fuseicon-snapchat:before{content:"\f2ab"}.fuseicon-snapchat-ghost:before{content:"\f2ac"}.fuseicon-snapchat-square:before{content:"\f2ad"}.fuseicon-pied-piper:before{content:"\f2ae"}.fuseicon-first-order:before{content:"\f2b0"}.fuseicon-yoast:before{content:"\f2b1"}.fuseicon-themeisle:before{content:"\f2b2"}.fuseicon-google-plus-circle:before,.fuseicon-google-plus-official:before{content:"\f2b3"}.fuseicon-fa:before,.fuseicon-font-awesome:before{content:"\f2b4"}.fuseicon-handshake-o:before{content:"\f2b5"}.fuseicon-envelope-open:before{content:"\f2b6"}.fuseicon-envelope-open-o:before{content:"\f2b7"}.fuseicon-linode:before{content:"\f2b8"}.fuseicon-address-book:before{content:"\f2b9"}.fuseicon-address-book-o:before{content:"\f2ba"}.fuseicon-vcard:before,.fuseicon-address-card:before{content:"\f2bb"}.fuseicon-vcard-o:before,.fuseicon-address-card-o:before{content:"\f2bc"}.fuseicon-user-circle:before{content:"\f2bd"}.fuseicon-user-circle-o:before{content:"\f2be"}.fuseicon-user-o:before{content:"\f2c0"}.fuseicon-id-badge:before{content:"\f2c1"}.fuseicon-drivers-license:before,.fuseicon-id-card:before{content:"\f2c2"}.fuseicon-drivers-license-o:before,.fuseicon-id-card-o:before{content:"\f2c3"}.fuseicon-quora:before{content:"\f2c4"}.fuseicon-free-code-camp:before{content:"\f2c5"}.fuseicon-telegram:before{content:"\f2c6"}.fuseicon-thermometer-4:before,.fuseicon-thermometer:before,.fuseicon-thermometer-full:before{content:"\f2c7"}.fuseicon-thermometer-3:before,.fuseicon-thermometer-three-quarters:before{content:"\f2c8"}.fuseicon-thermometer-2:before,.fuseicon-thermometer-half:before{content:"\f2c9"}.fuseicon-thermometer-1:before,.fuseicon-thermometer-quarter:before{content:"\f2ca"}.fuseicon-thermometer-0:before,.fuseicon-thermometer-empty:before{content:"\f2cb"}.fuseicon-shower:before{content:"\f2cc"}.fuseicon-bathtub:before,.fuseicon-s15:before,.fuseicon-bath:before{content:"\f2cd"}.fuseicon-podcast:before{content:"\f2ce"}.fuseicon-window-maximize:before{content:"\f2d0"}.fuseicon-window-minimize:before{content:"\f2d1"}.fuseicon-window-restore:before{content:"\f2d2"}.fuseicon-times-rectangle:before,.fuseicon-window-close:before{content:"\f2d3"}.fuseicon-times-rectangle-o:before,.fuseicon-window-close-o:before{content:"\f2d4"}.fuseicon-bandcamp:before{content:"\f2d5"}.fuseicon-grav:before{content:"\f2d6"}.fuseicon-etsy:before{content:"\f2d7"}.fuseicon-imdb:before{content:"\f2d8"}.fuseicon-ravelry:before{content:"\f2d9"}.fuseicon-eercast:before{content:"\f2da"}.fuseicon-microchip:before{content:"\f2db"}.fuseicon-snowflake-o:before{content:"\f2dc"}.fuseicon-superpowers:before{content:"\f2dd"}.fuseicon-wpexplorer:before{content:"\f2de"}.fuseicon-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face {
font-family: 'Scamp-Player';
src:
url(//rock24.xyz/wp-content/plugins/noisa-toolkit/assets/fonts/Scamp-Player.ttf) format('truetype'),
url(//rock24.xyz/wp-content/plugins/noisa-toolkit/assets/fonts/Scamp-Player.woff) format('woff'),
url(//rock24.xyz/wp-content/plugins/noisa-toolkit/assets/fonts/Scamp-Player.svg#Scamp-Player) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'Scamp-Player' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-download:before {
content: "\f019";
}
.icon-repeat:before {
content: "\f01e";
}
.icon-rotate-right:before {
content: "\f01e";
}
.icon-refresh:before {
content: "\f021";
}
.icon-volume-off:before {
content: "\f026";
}
.icon-volume-down:before {
content: "\f027";
}
.icon-volume-up:before {
content: "\f028";
}
.icon-step-backward:before {
content: "\f048";
}
.icon-play:before {
content: "\f04b";
}
.icon-pause:before {
content: "\f04c";
}
.icon-step-forward:before {
content: "\f051";
}
.icon-random:before {
content: "\f074";
}
.icon-retweet:before {
content: "\f079";
}
.icon-bars:before {
content: "\f0c9";
}
.icon-navicon:before {
content: "\f0c9";
}
.icon-reorder:before {
content: "\f0c9";
}
.icon-spinner:before {
content: "\f110";
}
.icon-shopping-basket:before {
content: "\f291";
}
.icon-loop:before {
content: "\e600";
}
.icon-shuffle:before {
content: "\e601";
}
.icon-add-shopping-cart:before {
content: "\e609";
}
.icon-highlight-remove:before {
content: "\e60b";
}
.icon-pause-circle-outline:before {
content: "\e611";
}
.icon-play-arrow:before {
content: "\e612";
}
.icon-play-circle-outline:before {
content: "\e613";
}
.icon-queue-mus:before {
content: "\e614";
}
.icon-skip-next:before {
content: "\e616";
}
.icon-skip-previous:before {
content: "\e617";
}
.icon-volume-down2:before {
content: "\e618";
}
.icon-volume-mute:before {
content: "\e619";
}
.icon-volume-off2:before {
content: "\e61a";
}
.icon-volume-up2:before {
content: "\e61b";
}
.icon-remove-circle-outline:before {
content: "\e61c";
}
.icon-cancel:before {
content: "\e61e";
}
.icon-menu:before {
content: "\e61f";
}
.icon-sync:before {
content: "\e620";
}
.icon-share:before {
content: "\e621";
}
.icon-download2:before {
content: "\e900";
} #scamp_player * {
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#scamp_player {
font:12px/1.4 "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Garuda,Verdana,Tahoma,sans-serif;
} #scamp_player {
width: 100%;
clear: both;
position: fixed;
left: 0;
bottom: 0;
bottom: -100%;
z-index: 999999;
}
#scamp_player > a { display: none; }
#scamp_player, .sp-buttons-container a {
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
#scamp_player.sp-show {
bottom: 0px;
} #sp-toggle-wrap {
overflow: hidden;
}
#sp-toggle {
float: right;
width: 30px;
height: 20px;
z-index: 10;
cursor: pointer;
text-align: center;
font-size: 26px;
font-weight: normal;
line-height: 20px;
z-index:2;
position:relative;
}
#sp-toggle:after {
display: inline-block;
}
#scamp_player.sp-show-player #sp-toggle:after {
display: inline-block;
} .sp-main-container { 
position: relative;
display: none;
}
#scamp_player.sp-show-player .sp-main-container {
display: block;
}
#scamp_player.sp-show-player.sp-show-list .sp-main-container {
} .sp-player-container {
width: 100%;
z-index: 2;
padding: 0 20px;
height: 58px;
position: relative;
}
.sp-show-list .sp-player-container:before {
content: '';
width: 100%;
height: 20px;
position: absolute;
left: 0;
top: -20px;
border-bottom: 1px solid;
} .sp-buttons-container {
width: 23.94366%;
float: left;
margin-right: 1.40845%;
height: 58px;;
position: relative;
line-height: normal;
padding-top: 10px;
}
.sp-buttons-container .sp-controls {
display: inline-block;
text-align: left;
}
.sp-buttons-container a {
display: inline-block;
cursor: pointer;
margin-right: 5px;
font-size: 28px;
vertical-align: middle;
text-align: left;
}
.sp-buttons-container a:hover {}
.sp-buttons-container a:before {
font-family: 'Scamp-Player';
}
.sp-buttons-container a.sp-play-button:before {
font-size: 42px;
}
#scamp_player.playing .sp-buttons-container a.sp-play-button:before {
font-size: 42px;
}
#scamp_player.loading .sp-buttons-container a.sp-play-button:before {
font-size: 42px;
display: inline-block;
-webkit-animation:spin 2s linear infinite;
-moz-animation:spin 2s linear infinite;
animation:spin 2s linear infinite;
}
.sp-buttons-container a.sp-next-button:before {
}
.sp-buttons-container a.sp-prev-button:before {
} .sp-volume-container {
position: relative;
display: inline-block;
}   
.sp-buttons-container a.sp-volume-button:before {}
.sp-buttons-container a.sp-volume-button.sp-vol-max:before { }
.sp-buttons-container a.sp-volume-button.sp-vol-medium:before { }
.sp-buttons-container a.sp-volume-button.sp-vol-off:before { }
.sp-volume-bar-container {
width: 120px;
position: absolute;
top: -69px;
left: -45px;
height: 40px;
display: none;
}
.sp-volume-bar-container:after {
content: "";
width: 20px;
height: 20px;
position: absolute;
bottom: -10px;
left:50%;
margin-left: -10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.sp-volume-slider {
height: 8px;
width: 100px;
position: relative;            
margin-left: 10px;
margin-top: 16px;
z-index: 1;
cursor:ew-resize;
cursor:-moz-grab;
cursor:grab;
}
.sp-volume-position {
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 8px;
max-width: 100px;
z-index: 1;  
} .sp-buttons-container .sp-queue-button-container {
float: right;
position: relative;
}
.sp-buttons-container a.sp-queue-button:before {
font-size: 42px;
}
#scamp_player.sp-show-list .sp-buttons-container a.sp-queue-button:before {
font-size: 42px;
}
#scamp_player.sp-queue-loading .sp-buttons-container a.sp-queue-button:before {
font-size: 42px;
display: inline-block;
-webkit-animation:spin 2s linear infinite;
-moz-animation:spin 2s linear infinite;
animation:spin 2s linear infinite;
} .sp-badge {
position: absolute;
left: -6px;
top: -8px;
display: inline-block;
min-width: 10px;
padding: 3px 5px;
font-size: 12px;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 10px;
opacity: 0;    
}
.sp-show-badge {
opacity: 1;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } } .sp-progress-container {
width: 49.29577%;
float: left;
margin-right: 1.40845%;
position: relative;
}
.sp-progress {
height: 8px;
width: 100%;
position: relative;            
margin-top: 26px;
z-index: 1;
cursor:ew-resize;
cursor:-moz-grab;
cursor:grab;
}
.sp-progress:before {
border-left: 1px solid;
left: -1px;
}
.sp-progress:after {
border-right: 1px solid;
right: -1px; 
}
.sp-progress:before, .sp-progress:after {
content: "";
height: 40px;
top: -16px;
position: absolute;
} 
.sp-progress .sp-loading {
position: absolute;
left: 0;
top: 0;
height: 8px;
z-index: 2;
}
.sp-progress .sp-position {
position: absolute;
left: 0;
top: 0;
height: 8px;
z-index: 3;
}
#scamp_player.paused .sp-position {} .sp-time-elapsed,
.sp-time-total {
position: absolute;
top: 10px;
font-size: 11px;
}
.sp-time-elapsed {
left: 4px;
}
.sp-time-total {
right: 4px;
} .sp-track-container {
width: 23.94366%;
float: right;
position: relative;
margin-top:6px;
}
.sp-track-cover {
}
.sp-track-cover .sp-track-artwork {
float: left;
max-width: 46px;
max-height:46px;
height: 100%;
margin-right: 12px;
}
.sp-track-details {
float: left;
height: 50px;
width: 100%;
overflow: hidden;
position: relative;
}
.sp-track-title, .sp-track-artist {
display: block;
font-size: 12px;
width: 100%;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
margin: 2px 0;
width:100%;
position: absolute;
left: 0px;
padding-left: 60px;
}
.sp-track-title, .sp-track-title:hover {
}
.sp-track-artist, .sp-track-artist:hover {
top:22px;
}
.sp-marquee-container {
position: absolute;
left: 0;
top: 12px;
overflow: hidden;
font-size: 13px;
margin: 0 auto;
white-space: nowrap;
display: none;
width: 100%;
}
.sp-marquee {
display: inline-block;
padding-left: 100%; 
-webkit-animation:marquee 10s linear infinite;
-moz-animation:marquee 10s linear infinite;
animation:marquee 10s linear infinite;
}
@-moz-keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }
@-webkit-keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }
@keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } } .sp-queue-container {
padding: 0 20px;
display: none;
} .sp-progress-mobile {
width: 100%;
height: 20px;
position: relative;
display: none;
}
.sp-progress-mobile:before {
content: '';
width: 100%;
height: 20px;
position: absolute;
left: 0;
top: -43px;
z-index: 2;
}
.sp-progress-mobile .sp-progress { margin-top: 24px; } #scamp_player.sp-show-list .sp-queue-container {
padding: 60px 6px 60px 6px;
height: 100vh;
display:block;
}  
.sp-queue {
position: relative;
z-index: 1;
overflow: hidden;
width: 100%;
height: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch; 
width: calc(100% + 60px);
margin-left: -30px;
}
.sp-queue:before {
content: '';
width: 100%;
height: 20px;
background-color: red;
}
.sp-queue .sp-icon:before {
font-family: 'Scamp-Player';
font-size: 42px;
line-height: normal;
font-weight: normal;
}
.sp-track.playing .sp-icon:before, .sp-track.paused .sp-icon:before, .sp-track.loading .sp-icon:before {  }
#sp-scroller {
}
#sp-queue-scroll {
padding: 20px 0;
border-collapse: collapse;
border-spacing: 0;
width: 1200px;
max-width: 100%;
margin: 0 auto;
background-color: transparent;
}
.sp-queue-container {
padding: 16px 10px 6px 10px;
vertical-align: bottom;
text-align: left;
border: none;
background-color: transparent;
}
#sp-queue-scroll th.sp-th-cart { text-align: center; }
#sp-queue-scroll th.sp-th-remove { text-align: right; }
#sp-queue-scroll th { border:none; background-color: transparent}
#sp-queue-scroll td {
padding: 6px;
vertical-align: top;
border: none;
}
.sp-track.playing, .sp-track.paused, .sp-track.loading {}
.sp-track:hover {}
#sp-queue-scroll tr { border-bottom:1px solid; }
#sp-queue-scroll tr:last-child { border-bottom:none; } .sp-track-control {
display: inline-block;
cursor: pointer;
max-width: 42px;
}
.sp-track-control:before {
}
.sp-track.playing .sp-track-control:before {
} .sp-cover-artwork img {
width: 48px;
height: 48px;
margin-bottom: 0;
vertical-align: middle;
} .sp-title a {
display: block;
font-size: 12px;
}
.sp-title a.sp-title-button {
font-size: 14px;
}
.sp-title a.sp-artist-button { } .sp-cart {
text-align: center;
}
.sp-cart-button:before {
}
.sp-cart-button.sp-download-button:before {
} .sp-remove {
text-align: right;
}
.sp-remove-button { 
cursor: pointer;
margin-right: 10px;
}
.sp-queue .sp-remove-button:before {
} .sp-queue .sp-icon:hover {}
.sp-queue .sp-icon:hover:before { }
#sp-queue-scroll th.sp-list-controls {
width:100%;
padding: 10px;
text-align: right;
} #sp-scroller .iScrollVerticalScrollbar {
position: absolute;
z-index: 10;
width: 4px;
bottom: 2px;
top: 2px;
right: 0px;
overflow: hidden;
}
#sp-scroller .iScrollVerticalScrollbar.iScrollBothScrollbars {
bottom: 18px;
}
#sp-scroller .iScrollIndicator {
position: absolute;
border-radius: 2px;
opacity: 0.05;
cursor: pointer;
}
#sp-scroller:hover .iScrollIndicator { opacity: 0.4; }
#sp-scroller .iScrollVerticalScrollbar .iScrollIndicator {
width: 100%;
} #scamp-mobile-init { 
opacity: 0;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
overflow:hidden;
z-index:100000;
display: block;
}  @media only screen and (max-width: 1640px) and (min-width:1150px) { #sp-queue-scroll {
width: 1170px;
}
} @media only screen and (max-width: 1560px) and (min-width:1150px) { #sp-queue-scroll {
width: 1150px;
}
} @media only screen and (max-width: 1240px) {
.sp-buttons-container {
width: 23.94366%;
margin-right: 1.40845%;
}
.sp-progress-container {
width: 40.84507%;
margin-right: 1.40845%;
}
.sp-track-container {
width: 32.39437%;
}
#sp-queue-scroll {
width: 960px;
}
.sp-track-title, .sp-track-artist {
max-width: 400px;
}
} @media only screen and (max-width: 1020px) {
#sp-queue-scroll {
width: 100%;
padding: 0 30px;
}
#sp-scroller {
padding:0 40px;
}
} @media only screen and (min-width: 768px) and (max-width: 959px) {
.sp-buttons-container {
width: 23.94366%;
margin-right: 1.40845%;
}
.sp-progress-container {
width: 40.84507%;
margin-right: 1.40845%;
}
.sp-track-container {
width: 32.39437%;
}
.sp-volume-container { display:  none; }
} @media only screen and (max-width: 767px) {
.sp-player-container {
height: 58px;
padding-top: 0px;
}
.sp-buttons-container {
width: 59.29577%;
margin-right: 1.40845%;
}
.sp-progress-container {
display: none;
}
.sp-track-container {
width: 39.29577%;
}
.sp-track-title, .sp-track-artist { display: none; }
.sp-volume-container {display: none;}
.sp-track-cover { display:none;  }
.sp-marquee-container { display: block; }
.sp-progress-mobile { display: block; }
.sp-queue .sp-small-screen { display: none; }
.sp-title a.sp-title-button { font-size: 12px; }
.sp-cover-artwork img {
width: 32px;
height: 32px;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.sp-player-container {
height: 58px;
padding-top: 0px;
}
.sp-buttons-container {
width: 39.29577%;
margin-right: 1.40845%;
}
.sp-progress-container {
display: none;
}
.sp-track-container {
width: 59.29577%;
}
.sp-track-title, .sp-track-artist { display: block; }
.sp-volume-container {display: none;}
.sp-track-cover { display:block;  }
.sp-marquee-container { display: none; }
.sp-queue .sp-medium-screen { display: block; }
} #scamp_player.sp-show.playing #sp-toggle-wrap:after {
content: '';
position: absolute;
right:-15px;
top:-30px;
width: 80px;
height: 80px;
background-color: #eee;
border-radius: 100%;
-webkit-animation: play_anim 2.0s infinite ease-in-out;
animation: play_anim 2.0s infinite ease-in-out;
z-index:1;
}
#scamp_player.sp-show-player #sp-toggle-wrap:after { 
display:none
}
@-webkit-keyframes play_anim {
0% { -webkit-transform: scale(0);
} 2% {
-webkit-transform: scale(0);
transform: scale(0);
} 4% {
-webkit-transform: scale(0);
transform: scale(0);
} 6% {
-webkit-transform: scale(0);
transform: scale(0);
} 100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes play_anim {
0% { 
-webkit-transform: scale(0);
transform: scale(0);
} 8% {
-webkit-transform: scale(0);
transform: scale(0);
} 100% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
opacity: 0;
}
} #scamp_player.is-shoutcast .sp-progress {
cursor: default;
}
#scamp_player.is-shoutcast .sp-loading,
#scamp_player.is-shoutcast .sp-position,
#scamp_player.is-shoutcast .sp-progress:before,
#scamp_player.is-shoutcast .sp-progress:after {
opacity: 0
}
#scamp_player.is-shoutcast .sp-progress-container:after {
display: none;
}
#scamp_player.is-shoutcast .sp-time-total {
opacity: 0
}
#scamp_player.is-shoutcast .sp-progress {
background: transparent;
}
#scamp_player.is-shoutcast .sp-time-elapsed {
font-size: 28px;
width: 100%;
position: relative;
text-align: center;
display: block;
top: -19px;
}
@media only screen and (max-width: 767px) {
#scamp_player.is-shoutcast.sp-show-list .sp-time-elapsed {
display:none
}
}.sp-player-container { height: 48px; }
.sp-buttons-container {height: 48px;padding-top: 14px;}
.sp-track-details { height: 40px; }
.sp-buttons-container a { 
font-size: 22px; 
line-height: 22px;
margin-right:0;
}
.sp-buttons-container a.sp-play-button:before, 
#scamp_player.playing .sp-buttons-container a.sp-play-button:before,
.sp-buttons-container a.sp-play-button:before,
#scamp_player.sp-queue-loading .sp-buttons-container a.sp-queue-button:before,
#scamp_player.loading .sp-buttons-container a.sp-play-button:before,
.sp-buttons-container a.sp-queue-button:before,
#scamp_player.sp-show-list .sp-buttons-container a.sp-queue-button:before 
{ font-size: 22px; }
.sp-buttons-container a.sp-play-button {
width:18px;
margin:0 20px
}
.sp-volume-container {
margin-left: 20px;
}
.sp-buttons-container .sp-queue-button-container {
margin-right: 0px;
}
.sp-badge {
top:-14px;
left:-10px;
font-size:11px;
}
.sp-progress {
height:8px;
margin-top: 24px;
}
.sp-progress .sp-loading,
.sp-progress .sp-position {
height: 2px;
}
.sp-time-elapsed, .sp-time-total {
top: 5px;
}
.sp-track-cover .sp-track-artwork, .sp-cover-artwork img {
max-width: 36px;
max-height: 36px;
}
.sp-track-title, .sp-track-artist {
padding-left:45px;
margin: 0;
}
.sp-progress-container:after {
content:'';
display:block;
background-color: #373738;
position:absolute;
left:0;
top: 24px;
width:100%;
height: 2px;
}
.sp-track-artist, .sp-track-artist:hover {
top: 20px;
}
.sp-track-title, .sp-track-artist {
font-size:11px
}
#sp-queue-scroll th {
padding: 18px 10px;
}
.sp-queue .sp-icon:before {
font-size: 18px;
}
.sp-title a {
display: block;
font-size: 12px;
}
.sp-title a.sp-title-button {
font-weight: bold;
font-size: 12px;
}
.sp-title a.sp-title-button, .sp-title a.sp-artist-button { 
font-weight:normal;
text-transform:none
}
.sp-marquee strong { font-weight:normal }
.sp-progress .sp-position:after{
content:'';
width:8px;
height:8px;
border-radius:100%;
background-color:#ff6239;
position:absolute;
top:-3px;
right:-5px;
transition: opacity 150ms;
opacity:0;
}
.sp-progress:hover .sp-position:after{
opacity:1;
}
.sp-progress-mobile:after {
content: '';
display: block;
background-color: #373738;
position: absolute;
left: 0px;
top: 20px;
width: 100%;
height: 2px;
margin-right:10px;
}
.sp-queue-container {
padding: 16px 10px 6px 10px;
}
.sp-progress-mobile:before {
display:none;
}
#sp-queue-scroll td {
padding:6px 14px;
}
#sp-queue-scroll th {
padding: 20px 10px;
}
.sp-progress-mobile .sp-progress {
margin-top: 0px;
padding-top: 0px;
}
.sp-progress-mobile {
background-color: #111113;
z-index: 2;
margin-top: 0px;
overflow: hidden;
height: 48px;
padding-top: 20px;
}
.sp-time-elapsed {
left: 0px;
}
.sp-time-total {
right: 0px;
}
.sp-progress-mobile:after {
content: '';
display: block;
background-color: #373738;
position: absolute;
left: 10px;
top: 20px;
width: 100%;
height: 2px;
margin-right:10px;
}
#sp-toggle:after { content: "\002B"; }
#scamp_player.sp-show-player #sp-toggle:after { content: "\00D7"; }
.sp-buttons-container a.sp-play-button:before {content: "\f04b";}
#scamp_player.playing.sp-muted .sp-buttons-container a.sp-play-button:before
{ content: "\f04b";}
#scamp_player.playing .sp-buttons-container a.sp-play-button:before {content: "\f04c";}
#scamp_player.loading .sp-buttons-container a.sp-play-button:before { content: "\f110"; }
.sp-buttons-container a.sp-next-button:before {content: "\f051";}
.sp-buttons-container a.sp-prev-button:before {content: "\f048";}
.sp-buttons-container a.sp-volume-button:before { content: "\e61b"; }
.sp-buttons-container a.sp-queue-button:before {content: "\f0c9"; }
#scamp_player.sp-show-list .sp-buttons-container a.sp-queue-button:before {content: "\f00d";}
#scamp_player.sp-queue-loading .sp-buttons-container a.sp-queue-button:before { content: "\e620"; }
.sp-track-control:before {content: "\f04b";}
.sp-track.playing .sp-track-control:before {content: "\f04c";}
.sp-cart-button:before {content: "\f291";}
.sp-cart-button.sp-download-button:before {content: "\f019";}
.sp-queue .sp-remove-button:before {content: "\f00d";}
.sp-buttons-container a.sp-volume-button.sp-vol-max:before {content: "\f028";}
.sp-buttons-container a.sp-volume-button.sp-vol-medium:before {content: "\f027";}
.sp-buttons-container a.sp-volume-button.sp-vol-off:before {content: "\f026";}
#scamp_player.sp-show-list .sp-buttons-container a.sp-queue-button:before { color:#ff6239}
#sp-toggle {
background-color: #0D0D0E;
color: #FFF;
border-radius: 4px 4px 0 0;
margin-right: 10px;
font-size: 16px;
width: 24px;
height: 18px;
font-weight: bold;
}
.sp-show-list .sp-player-container:before {
border-bottom: none;
}
.sp-player-container {background-color: #0D0D0E; }
#scamp_player.sp-show-list .sp-player-container {}
.sp-buttons-container { color: #222; }
.sp-buttons-container a {color: #FFF;}
.sp-buttons-container a:hover {color: #FFF;}
.sp-volume-bar-container, .sp-volume-bar-container:after {background: #0D0D0E;}
.sp-volume-slider {background-color: #0D0D0E;}
.sp-volume-position { background-color: #222; }
.sp-badge { 
background-color: #e05d6f;
color: #fff; 
}
.sp-progress {background-color: transparent;}
.sp-progress:before, .sp-progress:after { display:none }
.sp-progress .sp-loading {background-color: #3E3E40;}
.sp-progress .sp-position { background-color: #ff6239 }
#scamp_player.paused .sp-position { background-color: #ff6239 }
.sp-time-elapsed { color: #ff6239; }
.sp-time-total { color: #777; }
.sp-track-title, .sp-track-title:hover {color: #FFF;}
.sp-track-artist, .sp-track-artist:hover {color: #999;}
.sp-marquee-container {color: #999;}
.sp-marquee strong {color: #FFFFFF;}
.sp-queue-container {
background-color: #111113;
}
.sp-queue .sp-icon:before { color: #999; }
.sp-track.playing, .sp-track.paused, .sp-track.loading { background-color: rgba(111,111,111,0.1); }
.sp-track:hover { background-color: rgba(111,111,111,0.1); }
.sp-track.playing .sp-icon:before, .sp-track.paused .sp-icon:before, .sp-track.loading .sp-icon:before {color: #FFF;}
#sp-queue-scroll tr {border-color: #1B1B1D;}
#sp-queue-scroll th {color: #FFF;}
.sp-title a.sp-title-button {color: #FFF;}
.sp-title a.sp-artist-button { color: #999; }
.sp-queue .sp-icon:hover {
color: #FFF;
}
.sp-queue .sp-icon:hover:before {color: #FFF;}
#sp-scroller .iScrollIndicator { background-color: #666; }
#scamp-mobile-init { background-color: #333; } .sp-volume-slider {
background-color: transparent;
margin-top:14px
}
.sp-volume-slider:after {
content:'';
background-color: #373738;
position:absolute;
width:100%;
height:2px;
}
.sp-volume-position {
height:2px;
background-color: #ff6239;
}
.sp-volume-slider:hover .sp-volume-position:after{ 
opacity:1;
}
.sp-volume-position:after{
content:'';
width:8px;
height:8px;
border-radius:100%;
background-color:#ff6239;
position:absolute;
top:-3px;
right:-5px;
transition: opacity 150ms;
opacity:0;
}
.sp-volume-bar-container {
top: -54px;
height: 30px;
}
#sp-empty-queue {
text-transform: uppercase;
background-color: #eee;
font-size: 9px;
padding: 2px 8px;
line-height: normal;
color: #222;
border-radius:999em;
letter-spacing: 0.08em;
cursor: pointer;
}.carousel-artists-slider.no-gap article, .carousel-releases-slider.no-gap article {
padding: 0.04em;
} .timeline {
position: relative;
width: 320px;
margin: 20px auto;
padding: 2em 0;
list-style-type: none;
}
.timeline:before {
position: absolute;
left: 50%;
top: 0;
content: ' ';
display: block;
width: 6px;
height: 100%;
margin-left: -3px;
background: rgb(80,80,80);
background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
z-index: 5;
}
.timeline li {
padding: 1em 0;
margin: 0;
}
.timeline li:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.direction-l {
position: relative;
width: 130px;
float: left;
text-align: right;
min-width: 130px;
}
.direction-r {
position: relative;
width: 130px;
float: right;
min-width: 130px;
}
.flag-wrapper {
position: relative;
display: inline-block;
text-align: center;
font-size: 15px;
}
.flag {
position: relative;
border-radius: 5px;
font-weight: 300;
text-align: left;
letter-spacing: 0;
}
.direction-l .flag:before,
.direction-r .flag:before {
position: absolute;
top: 50%;
right: -40px;
content: ' ';
display: block;
width: 12px;
height: 12px;
margin-top: -10px;
background: #fff;
border-radius: 10px;
border: 4px solid #E82561;
z-index: 10;
}
.direction-r .flag:before {
left: -40px;
}
.direction-l .flag:after {
content: "";
position: absolute;
left: 100%;
top: 50%;
height: 0;
width: 0;
margin-top: -8px;
border-width: 8px;
pointer-events: none;
}
.direction-r .flag:after {
content: "";
position: absolute;
right: 100%;
top: 50%;
height: 0;
width: 0;
margin-top: -8px;
border-width: 8px;
pointer-events: none;
}
.artist-wrapper {
display: inline;
line-height: 1em;
font-size: 14px;
vertical-align: middle;
display: block;
text-align:left;
font-weight: 600;
color: #fff;
}
.artist {
display: block;
} .circle-button {
width: 38px;
height: 34px;
display: inline-block;
text-decoration: none;
text-align: center;
}
.circle-button i.icon {
color: #fff;
position: relative;
margin-left: 0;
font-size:17px;
vertical-align: middle;
display: inline-block;
}
.circle-button:hover i.icon {
color: #E82561;
} .tracks-carousel-wrap {
}
.tracks-carousel-wrap .carousel-tracks-slider {
margin-bottom: 30px;
}
.tracks-carousel-wrap .track {
margin:0.05em;
}
.tracks-carousel-wrap .track.medium-gap {
margin:10px;
}
.tracks-carousel-wrap .track .track-cover {
max-width:100%;
max-height:100%;
} .tracks-carousel-wrap .tracks-carousel-heading {
margin-bottom: 30px;
} .tracks-carousel-wrap .slide {
margin: 0px 10px;
} .tracklist-grid {
overflow: hidden;
margin-bottom:30px
}
.tracks-grid-2-col, .tracks-grid-3-col, .tracks-grid-4-col, .tracks-grid-5-col {
}
.tracks-grid-2-col .tracks-grid-item {
width: 50%;
}
.tracks-grid-3-col .tracks-grid-item {
width: 33.33%;
}
.tracks-grid-4-col .tracks-grid-item {
width: 25%;
}
.tracks-grid-5-col .tracks-grid-item {
width: 20%;
}
.tracks-grid-item {
padding: 0.05em;
float: left;
position: relative;
max-width: 100%;
z-index: 1;
overflow: hidden;
}
.tracks-grid-item.medium-gap {
padding: 10px;
}
.tracks-grid-item .track-cover {
margin-bottom: 0;
max-width: 100%;
max-height: 100%;
vertical-align: middle;
display: block;
}
.tracks-grid-wrap .btn {
margin-bottom:30px;
} .single-track {
position: relative;
overflow: hidden; display: table;
vertical-align: middle;
width: 100%;
margin-bottom: 30px;
}
.single-track .track-wrap {
position: relative;
display: table-cell;
min-height: 80px;
overflow: hidden;
width: 80px;
vertical-align: middle; }
.single-track .track-title, .single-track .track-artists {
display: block;
padding-right: 15px;
}
.single-track .track-meta {
display: table-cell;
vertical-align: top;
padding-left: 15px;
}
.single-track .track-title {
color: #eee;
font-size: 16px;
margin-top: 6px;
font-weight: 600;
}
.single-track .track-artists {
color: #aaa;
font-size: 15px;
line-height: normal;
margin-bottom: 6px;
}
.single-track .track-nr {
position: relative;
display: table-cell;
width:50px;
text-align:center;
vertical-align: middle;
font-size: 22px;
line-height:normal;
color: #999;
font-weight:600; } .single-track .track-buttons {
font-size: 16px;
text-transform: uppercase;
}
.track-button {
display: inline-block;
margin: 0 4px;
text-decoration: none;
position:relative;
top:-4px
}
.track-button i.icon {
color: #666;
margin-left: 0;
vertical-align: middle;
}
.track-button:hover {
color: #E82561;
}
.track-button:hover i.icon {
color: #E82561;
} .single-track.compact .track-wrap {
min-height: 60px;
width: 60px;
}
.single-track.compact .track-meta {
vertical-align:middle;
}
.single-track.compact .track-title {
margin-top:0;
}
.single-track.compact .track-cover {
max-width: 60px;
max-height: 60px;
} ol.tracklist {
list-style: none; padding: 0;
margin-left: 0;
overflow: hidden;
}
ol.tracklist .hidden {
display:none !important;
}
ol.tracklist li {
margin: 0 0 2px 0;
padding: 0;
position: relative;
background-color: rgba(23, 23, 25, 0.62);
}
ol.tracklist .single-track {
margin-bottom:0;
}
ol.tracklist .single-track .eq .bar {
width:18%;
}
.tracklist-wrap .btn {
margin-bottom:30px;
} ol.tracklist.simple {
margin-bottom: 20px;
}
ol.tracklist.simple li {
margin: 0 0 1px 0;
}
ol.tracklist.simple li .simple-track {
display: table;
width: 100%;
opacity:1;
}
ol.tracklist.simple li:last-child .simple-track {
border:0
}
ol.tracklist.simple li .simple-track.sp-play,
ol.tracklist.simple li .simple-track.sp-pause,
ol.tracklist.simple li .simple-track.sp-loading,
ol.tracklist.simple li .simple-track:hover {
opacity:1;
background-color:#E82561
}
ol.tracklist.simple li .simple-track.sp-play .track-nr,
ol.tracklist.simple li .simple-track.sp-pause .track-nr,
ol.tracklist.simple li .simple-track.sp-loading .track-nr,
ol.tracklist.simple li .simple-track:hover .track-nr {
color:#fff;
}
ol.tracklist.simple li .simple-track span {
display: table-cell;
padding: 10px 10px;
color:#fff;
vertical-align: top;
}
ol.tracklist.simple li .simple-track .track-nr {
min-width: 22px;
width:5%;
color:#999;
font-size: 20px;
font-weight: 400;
}
ol.tracklist.simple li .simple-track .title {
width: 40%;
font-weight: 300;
}
ol.tracklist.simple li .simple-track:hover .artists {
opacity:0.8;
}
ol.tracklist.simple li .simple-track .artists {
width: 55%;
opacity: 0.6;
}
ol.tracklist.simple li .simple-track .action {
width:5%;
min-width:40px;
}
ol.tracklist.simple li .simple-track .action:before {
position:absolute;
display: block;
font-family: 'Scamp-Player';
font-size: 18px;
}
ol.tracklist.simple li .simple-track .action:before {
content: "\f04b";
}
ol.tracklist.simple li .simple-track.sp-loading .action:before {
content: "\f110";
-webkit-animation: track-spinner 400ms linear infinite;
animation: track-spinner 400ms linear infinite;
}
ol.tracklist.simple li .simple-track.sp-pause .action:before {
content: "\f04b";
}
ol.tracklist.simple li .simple-track.sp-play .action:before {
content: "\f04c";
} .widget ol.tracklist.simple li .simple-track .action {
min-width:26px;
}
.widget ol.tracklist.simple li .simple-track .title,
.widget ol.tracklist.simple li .simple-track .artists {
width: 100%;
display:block;
font-size:15px;
}
.widget ol.tracklist.simple li .simple-track .title {
padding-bottom:0px;
}
.widget ol.tracklist.simple li .simple-track .artists {
padding-top:0px;
}
ol.tracklist.simple li .simple-track .title,
ol.tracklist.simple li .simple-track .artists {
width: 100%;
display:block;
}
ol.tracklist.simple li .simple-track .title {
padding-bottom:0px;
}
ol.tracklist.simple li .simple-track .artists {
padding-top:0px;
} .single-album-wrap {
text-align: center;
}
.album-cover .track-cover {
max-width:100%;
max-height:100%;
}
.track-count {
position:absolute;
right:10px;
top:10px;
border: 1px solid #fff;
padding: 0px 10px;
border-radius:999em;
color:#fff;
}
.track-count span {
margin-right: 10px;
font-size:14px;
}
.single-album-wrap .tracklist {
display:none;
}  .track {
display:block;
vertical-align: middle;
overflow: hidden;
position: relative;
}
.article-media .track {
display: inline-block;
}
body .track .hidden {
display: none;
}
.track.disabled,
.simple-track.disabled  {
cursor:default;
}
.track.disabled .track-status {
visibility:hidden
}
.simple-track.disabled .action:before {
opacity: 0.1
} .track-cover {
max-width: 80px;
max-height: 80px;
vertical-align: middle;
z-index: 1;
position: relative;
-moz-transition: all 0.31s ease-in-out;
-o-transition: all 0.31s ease-in-out;
-webkit-transition: all 0.31s ease-in-out;
transition: all 0.31s ease-in-out;
}  
.track-cover {
opacity: 1;
}
.track:hover .track-cover {
opacity:1;
}
.track.sp-play .track-cover {
opacity:0.6;
}
.track .track-meta {
position:absolute;
left:0;
bottom:0;
right:0;
top:0; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 36%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0.65) 100%); z-index:4;
overflow: hidden;
}
.track .track-meta.hidden {
display: none;
}
.track-meta-inner {
position:absolute;
left:10px;
bottom:10px;
text-align: left;
right: 10px;
}
.track .track-title, .track .track-artists {
font-size: 16px;
color: #fff;
display:block;
line-height:140%;
}
.track .track-title {
font-weight:600
}
.track .track-artists {
color: #fff;
opacity: 0.7;
} .custom-track-hover .track .track-meta {
background-color:rgba(000,000,000,0.8);
margin:6px;
display:none;
}
.custom-track-hover .track:hover .track-meta {
display:block;
}
.custom-track-hover .track-meta-inner {
top: 50%;
transform: translateY(-50%) translateZ(0);
text-align: center;
width:100%;
height:auto;
overflow:hidden;
left:0;
text-transform:uppercase;
font-weight:400;
bottom: auto;
right: auto;
}
.custom-track-hover .track-title {
font-weight:500;
}
.custom-track-hover .track-artists {
color:#fff;
opacity:1;
}
.custom-track-hover .track-artists:after {
content: "-";
max-width: 90px;
height:1px;
margin: 10px auto;
display:block;
background:#b7a379;
opacity:1px;
}
.custom-track-hover .track .track-title, .custom-track-hover .track .track-artists {
font-size: 22px;
color: #fff;
display:block;
line-height:140%;
padding:0 20px;
}
.custom-track-hover .track.sp-pause .track-status, .custom-track-hover .track.sp-loading .track-status, .custom-track-hover .track:hover .track-status {
display:none;
} .track-status {
display: none;
position: absolute;
width: 48px;
height: 48px;
left: 50%;
border:2px solid #fff;
top: 50%;
margin-left:-24px;
margin-top:-24px;
z-index: 5;
text-align: center;
line-height:44px;
color: #fff;
background-color: rgba(0,0,0,0.4);
border-radius:100%;
}
.track.sp-pause .track-status, .track.sp-loading .track-status, .track:hover .track-status {
display: block
}
.track.sp-play .track-status {
display: block
}
.track.sp-loading .track-status {
-webkit-animation: track-spinner 400ms linear infinite;
animation: track-spinner 400ms linear infinite;
}
@-webkit-keyframes track-spinner {
0%   { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes track-spinner {
0%   { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .track.sp-play .track-status:before,
.track.sp-pause .track-status:before,
.track.sp-loading .track-status:before,
.track:hover .track-status:before {
display: block;
font-family: 'Scamp-Player';
font-size: 18px;
text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.track.sp-loading .track-status:before,
.track.sp-loading:hover .track-status:before  {
content: "\f110";
}
.track.sp-pause .track-status:before,
.track:hover .track-status:before {
content: "\f04b";
}
.track.sp-play:hover .track-status:before  {
content: "\f04c";
}
.track.sp-play .track-status:before  {
content: "\f04c";
} .eq {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity:0;
text-align: center;
}
.track.sp-play .eq {
opacity:1;
}
.eq .bar-init {
display: inline-block;
width: 1px;
height: 100%;
background: transparent;
}
.eq .bar {
display: inline-block;
vertical-align: bottom;
width: 18.1%;
height: 0;
margin-right: 1px;
background: #fff; background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.8) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%); -moz-transition: all 0.31s ease-in-out;
-o-transition: all 0.31s ease-in-out;
-webkit-transition: all 0.31s ease-in-out;
transition: all 0.31s ease-in-out;
opacity: 0.5;
}
.single-track.compact .eq .bar,
ol.tracklist .single-track.compact .eq .bar {
width: 17%;
}
.track.sp-play .eq .bar:nth-child(2), .track.sp-pause .eq .bar:nth-child(2), .track.sp-loading .eq .bar:nth-child(2) {
animation: eq-bar 2s 0.25s ease-out alternate infinite;
}
.track.sp-play .eq .bar:nth-child(3), .track.sp-pause .eq .bar:nth-child(3), .track.sp-loading .eq .bar:nth-child(3) {
animation: eq-bar 2s 0.5s ease-out alternate infinite;
}
.track.sp-play .eq .bar:nth-child(4), .track.sp-pause .eq .bar:nth-child(4), .track.sp-loading .eq .bar:nth-child(4) {
animation: eq-bar 2s 0.75s ease-out alternate infinite;
}
.track.sp-play .eq .bar:nth-child(5), .track.sp-pause .eq .bar:nth-child(5), .track.sp-loading .eq .bar:nth-child(5) {
animation: eq-bar 2s 1s ease-out alternate infinite;
}
.track.sp-play .eq .bar:nth-child(6), .track.sp-pause .eq .bar:nth-child(6), .track.sp-loading .eq .bar:nth-child(6) {
animation: eq-bar 2s 1.25s ease-out alternate infinite;
}
@keyframes eq-bar {
0% { height:18%; }
10% { height:90%; }
20% { height:54%; }
30% { height:88%; }
40% { height:90%; }
50% { height:54%; }
60% { height:95%; }
70% { height:34%; }
80% { height:56%; }
90% { height:12%;   }
100% { height:35%; }
} .btn.sp-play-list.sp-play > .icon:before {
content:"\e646";
} .buttons .btn {
margin-right: 15px;
margin-bottom: 15px;
} .tweets {
list-style: none;
margin: 0;
}
.tweets li {
margin: 0 0 30px 0;
padding-left: 40px;
position: relative;
}
.tweets li:before {
font-family: "icomoon";
position: absolute;
left:0;
top:5px;
width: 30px;
height: 30px;
background-color: #eee;
content: "\e655";
color: #222;
display: block;
text-align: center;
line-height: 30px;
border-radius: 100%;
-webkit-transition: .4s all;
transition: .4s all;
}
.tweets li .date a {
display: block;
margin-top: 0px;
color: #eee;
border: none;
width: 100%;
font-weight: 400;
text-transform: uppercase;
font-size: 14px;
}
.tweets li .date a:hover { color: #eee; }
.tweets li .date a:before {
display:none
} .lead p, .lead {
color: #fff;
line-height: 1.4;
margin-bottom: 30px;
font-size: 22px;
font-weight: 400;
} .tweets-slider {
text-align: center;
}
.tweets-slider .slide .tweet {
font-size: 18px;
font-weight:300;
}
.tweets-slider .slide a:hover {
}
.tweets-slider .slide .date {
display: block;
margin-top: 20px;
margin-bottom: 20px;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.1em;
}
#site .tweets-slider .slide .date a {
opacity: 1;
}
.tweets-slider .slide .date a {
border:none;
}
.tweets-slider.dark-bg .slide .date a {
color: #fff;
border:none
}
#site .tweets-slider .slide .date a:hover {
opacity: 0.5;
}
.carousel-slider.tweets-slider.owl-theme .owl-controls {
margin-top: 10px;
height: 10px;
margin-bottom:20px;
} .tweets-slider .tweet,
.tweets-slider .slide .date, 
.tweets-slider .slide .date a,
.dark-bg .tweets-slider .tweet,
.dark-bg .tweets-slider .slide .date, 
.dark-bg .tweets-slider .slide .date a {
color: #fff;
font-weight: 400;
opacity: 1;
}
.tweets-slider .tweet a:hover {
border-bottom: none;
} .details-list {
list-style: none;
margin: 0;
padding-bottom: 30px;
}
.details-list li {
margin: 0;
margin-bottom: 12px;
padding-bottom: 12px;
overflow: hidden;
position: relative;
overflow: hidden;
overflow: hidden;
color: #BBB;
line-height:130%;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.details-list li, .details-list li span {
-webkit-transition: color .2s ease-out;
-moz-transition: color .2s ease-out;
-ms-transition: color .2s ease-out;
-o-transition: color .2s ease-out;
transition: color .2s ease-out;
}
.details-list li:last-child {
border-bottom: 0;
}
.details-list li span {
display: block;
margin-right: 20px;
color: #eee;
font-weight: 400;
margin-bottom: 5px;
text-transform: uppercase;
}
.details-list li:hover,
.details-list li:hover span {
color:#fff;
}
.details-list li a {
}
.details-list li a:hover {
} .price-table {
width: 100%;
display: inline-block;
padding: 0;
position: relative;
border-radius: 2px;
margin-top: 20px;
}
#site .wpb_column > .wpb_wrapper > .price-table {
margin-bottom: 20px;
}
.dark-bg .price-table-inner,
.price-table-inner {
position: relative;
display: block;
text-align: center;
border-radius: 5px;
overflow: hidden;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
border: 2px solid #3B3C3E;
background-color: rgba(38, 38, 41, 0.35);
}
.price-table-inner.important-price {
top: -20px;
border: 2px solid #E82561;
}
.dark-bg .price-table-inner:hover,
.price-table-inner:hover {
border: 2px solid #E82561;
box-shadow: 0px 0px 10px 0px #323232;
z-index: 2;
}
.price-table-inner.important-price ul { background:transparent}
.price-table-inner.important-price > ul {
}
.price-table-inner.important-price > ul {
padding: 20px 0px 40px 0px;
margin: -20px 0 0;
}
.price-table-inner ul {
list-style: none outside none;
margin: 0;
}
.dark-bg .price-table-inner ul li,
.price-table-inner ul li {
text-align: center;
margin: 0px;
padding: 12px 20px;
color:#fff;
}
.price-table-inner ul .price-content-list {
padding: 0;
}
.price-content-list > ul {
padding: 20px 0;
}
.dark-bg .price-content-list > ul li,
.price-content-list > ul li
{
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.dark-bg .price-content-list > ul li:first-child,
.price-content-list > ul li:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.price-table-inner ul li.prices {
padding: 40px 20px 5px;
}
.dark-bg .price-table-inner ul li.table-title,
.price-table-inner ul li.table-title {
font-size: 18px;
line-height: 19px;
color: #FFF;
padding: 14px 25px 12px;
font-weight: 400;
text-transform: uppercase;
}
.price-wrapper {
text-align: center;
}
.dark-bg .price-wrapper .value,
.price-wrapper .value {
font-size: 16px;
line-height: 19px;
color: #FFF;
vertical-align: top;
display: inline-block;
margin: 8px 0 0;
}
.dark-bg .price-wrapper .price,
.price-wrapper .price {
font-size: 80px;
line-height: 80px;
padding: 0 3px;
font-weight: 600;
color: #FFF;
vertical-align: middle;
display: inline-block;
}
.dark-bg .price-wrapper .mark,
.price-wrapper .mark {
font-size: 16px;
line-height: 19px;
color: #FFF;
vertical-align: bottom;
position: relative;
top: -8px;
}
.dark-bg .price-table-inner .price-button-wrapper,
.price-table-inner .price-button-wrapper {
padding: 15px 0 50px;
}
.price-table-inner .price-button-wrapper a {
padding: 13px 30px;
margin: 0;
font-size: 16px;
min-width: 60%;
} .icon_column {
position: relative;
margin-bottom: 40px;
}
.icon_column.icon_top, .icon_column.icon_top_dark {
text-align: center;
}
.icon_column .text-holder {
display: block;
color: #ccc;
}
.icon_column .text-holder strong {
font-weight:400;
}
.icon_column .text-holder a {
color: #eee;
}
.icon_column .text-holder a:hover {
color: #E82561;
}
.icon_column.icon_left .text-holder {
padding-left: 60px;
}
.icon_column.icon_right .text-holder {
padding-right: 60px;
text-align: right;
}
.icon_column .icon {
color: #666;
font-size: 32px;
display: inline-block;
margin-bottom: 26px;
}
.icon_column.icon_top .icon {
font-size: 46px;
border-radius: 100%;
}
.icon_column.icon_top_dark .icon {
font-size: 46px;
border-radius: 100%;
background: #222225;
padding: 20px;
color: #fff;
}
.icon_column.icon_left .icon, .icon_column.icon_right .icon {
position: absolute;
top: 0;
}
.icon_column.icon_left .icon {
left: 0;
}
.icon_column.icon_right .icon {
right: 0;
}
.icon_column_title {
font-size: 16px;
color: #fff;
margin-bottom: 10px;
display: block;
font-weight: 600; }
.icon_column .icon_column_title, .icon_column .icon {
-webkit-transition: color 0.3s ease-out;
-moz-transition: color 0.3s ease-out;
-ms-transition: color 0.3s ease-out;
-o-transition: color 0.3s ease-out;
transition: color 0.3s ease-out;
}
.icon_column:hover .icon_column_title, .icon_column:hover .icon  {
color:#E82561;
}
.icon_column.icon_top .icon_column_title {
font-size: 18px;
}
.icon_column.icon_top_dark .icon_column_title {
font-size: 18px;
} .icon_column .readmore {
margin-top: 20px;
display:inline-block;
font-weight: 400;
text-transform: uppercase;
font-size: 14px;
}
.icon_column.icon_left .readmore {
padding-left: 50px;
} .posts-list {
margin-bottom:30px;
}
.dark-bg .posts-list a,
.posts-list a {
width: 100%;
display: table;
overflow: hidden;
position: relative;
border-top: 1px solid rgba(255,255,255,0.1);
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
z-index:1;
}
.dark-bg .posts-list a:last-child,
.posts-list a:last-child {
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.dark-bg .posts-list a.selected,
.dark-bg .posts-list a:hover,
.posts-list a.selected,
.posts-list a:hover {
background-color:#eee;
}
.dark-bg .posts-list a.selected .cats,
.dark-bg .posts-list a.selected .title h2,
.dark-bg .posts-list a.selected .date,
.dark-bg .posts-list a:hover .cats,
.dark-bg .posts-list a:hover .title h2,
.dark-bg .posts-list a:hover .date,
.posts-list a.selected .cats,
.posts-list a.selected .title h2,
.posts-list a.selected .date,
.posts-list a:hover .cats,
.posts-list a:hover .title h2,
.posts-list a:hover .date {
color:#222;
}
.posts-list a.selected .date,
.posts-list a:hover .date  {
}
.dark-bg .posts-list a .date,
.dark-bg .posts-list a .cats,
.dark-bg .posts-list a .title,
.posts-list a .date,
.posts-list a .cats,
.posts-list a .title {
display: table-cell;
padding: 20px;
color:#fff;
font-size: 15px;
vertical-align: middle;
text-align: left;
text-transform: uppercase;
}
.posts-list a .date {
width: 30%;
}
.posts-list a .cats {
width: 30%;
opacity:0.8
}
.posts-list a .title {
width: 40%;
font-weight:400;
}
.posts-list a .title h2 {
font-weight:400;
font-size: 16px;
margin-bottom:0;
text-transform: uppercase;
}  #site .dark-bg .section-heading,
#site .section-heading {
font-weight: 100;
color: rgba(255,255,255, 0.6);
}
#site .dark-bg .section-heading strong, #site .dark-bg .vc_custom_heading strong,
#site .section-heading strong, #site .vc_custom_heading strong {
font-weight: 700;
color: #fff;
}
#site .dark-bg .section-subheading,
#site .section-subheading {
font-weight: 100;
color: rgba(255,255,255, 0.8);
}  .vc_progress_bar .vc_single_bar .vc_label {
color: #fff;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.15em;
}
#site .vc_progress_bar .vc_single_bar {
background: #222;
-webkit-box-shadow: none;
box-shadow: none;
} .vc_toggle_title > h4 {
font-size: 16px;
text-transform: uppercase;
} .vc_heading_line {
position: relative;
width: 100%;
border-top: 1px solid rgba(255,255,255, 0.2);
height: 20px;
top: -15px;
display: block;
} .vc_tta-tab .vc_tta-title-text {
color: #fff;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
}
#site .vc_tta.vc_general .vc_tta-panel-body {
padding: 30px 30px;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a {
color: #fff;
}
#site .vc_tta.vc_general .vc_tta-panel-body {
padding: 30px;
} #site .vc_tta-accordion.vc_general .vc_tta-panel-body {
padding-top:10px;
}
.vc_tta-panel-heading .vc_tta-title-text {
color: #fff;
font-size: 14px;
position: relative;
top: -4px;
text-transform: uppercase;
} #site .vc_btn3.vc_btn3-shape-rounded {
border-radius: 3px;
}
#site .vc_btn3.vc_btn3-shape-rounded {
border-radius: 3px;
}
#site .vc_general.vc_btn3 {
font-weight: bold;
letter-spacing: 0.07em;
}
#site .vc_general.vc_btn3-size-md {
font-size: 13px;
} .vc_separator h4 {
color: #888;
} .vc_pie_chart.dark-bg .vc_pie_chart_value  {
color:#fff;
opacity: 0.6;
font-weight: 400;
font-size: 150%;
}
.vc_pie_chart.dark-bg .wpb_pie_chart_heading { 
color:#fff;
margin-bottom:0;
margin-top: 10px;
}
.vc_pie_chart .vc_pie_chart_value {
font-size: 22px;
font-weight: bold;
} .vc_row.vc_row-flex > .vc-container  {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
}
.vc_row.vc_row-flex > .vc-container {
box-sizing: border-box;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.vc_row.vc_row-flex > .vc-container  > .vc_column_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
}
.vc_row.vc_row-flex > .vc-container  > .vc_column_container {
display: flex;
}
.vc_row.vc_row-o-equal-height > .vc-container > .vc_column_container {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.vc_row.vc_row-flex > .vc-container > .vc_column_container > .vc_column-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.vc_row.vc_row-flex > .vc-container > .vc_column_container > .vc_column-inner {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.vc_row.vc_row-o-content-middle > .vc-container > .vc_column_container > .vc_column-inner {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.vc_row.vc_row-o-content-bottom > .vc-container > .vc_column_container > .vc_column-inner {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.vc_row.vc_row-o-content-top > .vc-container > .vc_column_container > .vc_column-inner {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
} div.wpcf7 p {
color: #eee;
margin-bottom: 18px;
font-size: 16px;
font-weight: 400;
}
div.wpcf7 img.ajax-loader {
vertical-align: middle;
margin-left: 20px;
opacity: 0.7;
}
span.wpcf7-form-control-wrap {
margin: 4px 0 0 0;
display: block;
}
span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea { -webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out; width: 100%;
background: rgba(255, 255, 255, 0.18);
border-color: rgba(255, 255, 255, 0.15);
border-width: 1px;
}
span.wpcf7-form-control-wrap input:hover, span.wpcf7-form-control-wrap textarea:hover, span.wpcf7-form-control-wrap input:focus, span.wpcf7-form-control-wrap textarea:focus {border-color: rgba(255, 255, 255, 0.37);}
span.wpcf7-not-valid-tip {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 11px;
display: inline-block;
background-color: #fdcaca;
color: #7f6060;
border-color: #ffc3c3;
margin-top: 10px;
padding: 6px;
border-radius: 4px;
width: auto;
}
div.wpcf7-response-output {
font-family: Arial, Helvetica, sans-serif;
display: block;
font-size: 15px;
font-weight: bold;
border: 1px solid transparent;
padding: 14px 20px 14px 20px;
clear: both;
border-radius: 4px;
display: none;
}
div.wpcf7-mail-sent-ok {
background-color: #cafdce;
color: #637a65;
border-color: #9cfaa3;
}
div.wpcf7-mail-sent-info {
background-color: #dee9fe;
color: #737b8b;
border-color: #cddfff;
}
div.wpcf7-spam-blocked {
background-color: #fbe9de;
color: #877863;
border-color: #fbe0b9
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
background-color: #fdcaca;
color: #7f6060;
border-color: #ffc3c3;
}
div.wpcf7 .wpcf7-checkbox input, div.wpcf7 .wpcf7-radio input {
width: auto;
}
span.wpcf7-list-item {
margin-right: 20px;
margin-left: 0;
display:inline
}
.wpcf7-list-item-label {
margin-right: 5px;
color: #999;
font-size: 14px;
}
.dark-bg div.wpcf7 p {
color: #eee;
}
.dark-bg span.wpcf7-form-control-wrap input, .dark-bg span.wpcf7-form-control-wrap textarea {
background: rgba(255, 255, 255, 0.18);
border-color: rgba(255, 255, 255, 0.15);
border-width: 1px;
color:#fff;
}
.dark-bg .wpcf7-list-item-label {
color: #999;
}
.dark-bg span.wpcf7-form-control-wrap input:hover, .dark-bg span.wpcf7-form-control-wrap textarea:hover, .dark-bg span.wpcf7-form-control-wrap input:focus, .dark-bg span.wpcf7-form-control-wrap textarea:focus {
border-color: rgba(255, 255, 255, 0.37);
}  @media (min-width:1200px) {} @media only screen and (max-width:1200px) {
} @media only screen and (max-width:979px) {  h1.vc_custom_heading {
font-size: 46px !important;
}
h2.vc_custom_heading {
font-size: 38px !important;
}
h3.vc_custom_heading {
font-size: 28px !important;
}
h4.vc_custom_heading {
font-size: 20px !important;
}
h5.vc_custom_heading,  h5.vc_custom_heading {
font-size: 22px !important;
} .single-track .track-nr {
display:none;
}
} @media only screen and (min-width:768px) and (max-width:979px) {
} @media only screen and (min-width:640px) and (max-width:781px) { .tracks-grid-3-col .tracks-grid-item,
.tracks-grid-4-col .tracks-grid-item,
.tracks-grid-5-col .tracks-grid-item {
width: 50%;
}
} @media only screen and (max-width:767px) { .tracks-grid-3-col .tracks-grid-item,
.tracks-grid-4-col .tracks-grid-item,
.tracks-grid-5-col .tracks-grid-item {
width: 100%;
} .eq .bar {
width: 19%;
}
.tracks-grid-2-col .tracks-grid-item .eq .bar,
.tracks-grid-3-col .tracks-grid-item .eq .bar,
.tracks-grid-4-col .tracks-grid-item .eq .bar,
.tracks-grid-5-col .tracks-grid-item .eq .bar {
width: 18.3%;
} .price-wrapper .price {
font-size: 80px;
}
.price-wrapper .mark {
font-size: 16px;
}
.price-wrapper .value {
font-size: 16px;
}
.price-table-inner ul li.table-title {
font-size: 18px;
}
.price-table-inner.important-price {
top: 0px;
} .icon_column {
padding-bottom: 0px;
}
.icon_column.icon_top,  .icon_column.icon_top_dark {
padding-bottom: 20px;
}
.icon_column.icon_right .text-holder {
text-align:left;
padding-right:0;
padding-left:60px;
}
.icon_column.icon_right .icon {
right: auto;
} .posts-list a .cats,
.posts-list a .title {
width:100%;
display:block;
}
.posts-list a .cats {
padding-top:0;
}
.posts-list a .title {
padding-bottom:0;
}
} @media only screen and (max-width:480px) {
}@font-face {
font-family: 'equivolition-medium';
src: url(//rock24.xyz/wp-content/uploads/useanyfont/3691Equivolition-Medium.woff2) format('woff2'),
url(//rock24.xyz/wp-content/uploads/useanyfont/3691Equivolition-Medium.woff) format('woff');
font-display: auto;
}
.equivolition-medium{font-family: 'equivolition-medium' !important;}
h2{
font-family: 'equivolition-medium' !important;
}