html,
body {
    margin: 0;
    padding: 0;
}


/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Añadidas por @dondiegote
 */

* {
    box-sizing: border-box;
}

figure {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

ul {
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/**
 *
 */

/*

                                                       ,,
                                                     `7MM
                                                       MM
 .P"Ybmmm .gP"Ya `7MMpMMMb.  .gP"Ya `7Mb,od8 ,6"Yb.    MM
:MI  I8  ,M'   Yb  MM    MM ,M'   Yb  MM' "'8)   MM    MM
 WmmmP"  8M""""""  MM    MM 8M""""""  MM     ,pm9MM    MM
8M       YM.    ,  MM    MM YM.    ,  MM    8M   MM    MM
 YMMMMMb  `Mbmmd'.JMML  JMML.`Mbmmd'.JMML.  `Moo9^Yo..JMML.
6'     dP
Ybmmmd'
*/

html,
body {
    font-family:'AvenirNextRegular', Arial, sans-serif !important;
    font-size: 16px;
    width: 100%;
    height: 100%;
    position: relative;
}

a {
    text-decoration: none!important;
    color: inherit!important;
}

h1 {
    font-family: 'AvenirNextBold' !important;
    font-size: 33px;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: inherit;
    margin-bottom: 10px;
}
b {
    font-family: 'AvenirNextMedium';
}
img,
svg {
    width: 100%;
    height: auto;
}
textarea,
input,
select,
button {
    border: none;
    background: none;
    outline: none;
    cursor:pointer;
}

#general_header {
    background: #000;
    height: 100px;
    position: fixed;
    z-index: 19;
    top:0;
    left:0;
    width: 100%;
    text-align: left;
    opacity: 0;
}
#header_wrapper {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    height: 100%;
    display: table;
}

#burger {
    position: fixed;
    right: 17px;
    top: 22px;
    width: 20px;
    height: 15px;
    bottom: 10px;
    cursor: pointer;
}
#burger span {
    width: 100%;
    height: 1px;
    background: #cdb484;
    display: block;
    z-index: 5;
    margin-top:0px;
    position: absolute;
    transform-origin: 0 0;
    transition: all 300ms;
}
#burger span:before {
    content: '';
    background: #cdb484;
    width: 100%;
    height: 1px;
    position: absolute;
    top:5px;
    left:0;
    display: block;
    transition: all 300ms;
}
#burger span:after {
    content: '';
    background: #cdb484;
    width: 100%;
    height: 1px;
    position: absolute;
    top:10px;
    left:0;
    display: block;
    transform-origin: 0 0;
    transition: all 300ms;
}
#burger.close span {
    transform: rotate(45deg);
}
#burger.close span:before {
    height:0;
}
#burger.close span:after {
    transform: rotate(-90deg) translate(0px, 10px);
}

#general_logo {
    padding: 15px;
    height: 100%;
    width: auto;
    display:table-cell;
    vertical-align: middle;
    margin-left: 10px;
}
#general_logo img {
    height: 100%;
    width: auto;
    display: table-cell;
    cursor: pointer;
}

#menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding-right: 15px;
}
#menu ul {
}
#menu ul li {
    display: inline-block;

    font-family: 'AvenirNextMedium';
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 10px;
    transition: all 300ms;
    color: #fff;
    cursor: pointer;
}
#menu ul li.disabled {
    cursor: default;
    color: #cdb484;
}
#menu ul li.enabled:hover {
    color: #cdb484;
}

.submenu_wrapper {
    width: 100%;
    max-width: 1300px;
    display: block;
    margin:auto;
}
#submenu {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    background: #cdb484;
    color: #fff;
    height: auto;
    max-height: 0;
    transition: all 1s;
    overflow: hidden;
}
#submenu ul {
    text-align: center;
    float: right;
    margin-right: 15px;
}
#submenu ul li {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    position: relative;
    transition: all 300ms;
}
#submenu ul li.disabled {
    cursor: default;
    color: #000;
}
#submenu ul li.enabled:hover {
    color: #000;
}
/*
#submenu ul li:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    opacity: 0;
    background:#fff;
    display: block;
    transition: all 300ms;
}

#submenu ul li.disabled:after {
    height: 1px;
    opacity: 1;
    bottom: 3px;
}

#submenu ul li.enabled:hover:after {
    height: 1px;
    opacity: 1;
    bottom: 3px;
}
/**/
#menu_mobile_header {
    height: 10%;
    display: block;
}
.general_logo_mobile {
    position: fixed;
    height: 31px;
    margin: 10px;
    z-index: 41;
    display: none;
}
.general_logo_mobile img {
    height: 100%;
    width: auto;
    cursor: pointer;
}
#menu_mobile {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    color: #fff;
}
#menu_mobile_social {
    width: 220px;
    margin: auto;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
}
#menu_mobile_social svg {
    fill:#fff;
    width: auto;
    transition: all 300ms;
}
#menu_mobile_social svg:hover,
#menu_mobile_social use>svg:hover {
    fill:#cdb484; /* no hover on mobile : ) */
}
#menu_mobile ul {
    height: 75%;
    width: 100%;
    text-align: center;
    margin: auto;

    display: table;
}
#menu_mobile ul li {
    display: table-row;
    cursor: pointer;
}
#menu_mobile ul li span {
    display: table-cell;
    vertical-align: middle;
}
#menu_mobile ul li.disabled {
    cursor: default;
    color: #cdb484;
}
#circle_burger {
    overflow: hidden;
    border-radius: 50%;
    display: block;
    position: fixed;
    top:10px;
    right:10px;
    z-index: 39;
    width: 35px;
    height: 35px;
    background: rgba(0,0,0,.8);
    display: none;
}

#all {
    position: relative;
    width: 100%;
    margin-top: 100px;
    transition: all 1s;
    min-height: 4000px;
    opacity: 0;
}

/* sections */
#main {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display:none;
}
#upload {
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}


/* subsections */
#home {
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 500ms;
}
#galeria_teaser {
    position: relative;
    width: 100%;
    display: table;
    min-height: 100px;
    background: url('../img/home/galeria_teaser_bg.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 150px 0;
}
#galeria_teaser p {
    max-width: 670px;
    width: 90%;
    margin: 10px auto 0px;
}
#galeria_teaser div.awesomplete {
    width: 80%;
    max-width: 634px;
    margin: 70px auto;
}
#galeria_teaser select {
    max-width: 634px;
    margin: 70px auto;
    background: none;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    color: #fff;
    font-family: 'AvenirNextItalic';
}

#home_search {
    color:#fff;
}

#galeria_teaser .tag-editor {
    width: 80%;
    margin: 20px auto;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 10px;
    background: none;
    color: #fff;
}
#galeria_teaser .tag-editor input {
    color:#fff;
}
#galeria_teaser .tag-editor .tag-editor-tag {
    color: #000;
    background: #cdb484;
}
#galeria_teaser .tag-editor .tag-editor-delete {
    background: #cdb484;
}
#galeria_teaser .tag-editor .tag-editor-delete i:before {
    color: #000;    /* la X */
}
#galeria_teaser .tag-editor .tag-editor-delete:hover i:before { color: #fff; }   /* hover la X */
.tag-editor .placeholder {
    font-family: 'AvenirNextItalic';
    padding: 0 8px; color: #bbb;
}
.ui-widget-content {    /* el desplegable */
    border: 1px solid #000;
    border-radius: 10px;
    padding: 15px;
    background: rgba(255,255,255,.9);
}
.ui-widget-content a { color: #333; } /* links del desplegable */
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus { border: none; margin:0; padding:3px 6px; background: #f4f4f4; color:#000; font-size: inherit; } /* desplegable hover */

#home_search_submit {
    border: none;
    border-radius: 50px;
    background: #cdb484;
    font-family: 'AvenirNextRegular';
    color: #000;
    font-size: 15px;
    padding: 10px 20px 5px;
    min-width: 100px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 300ms;
}
#home_search_submit:hover {
    background: #d2d2d2;
}
#estudio_teaser {
    position: relative;
    width: 100%;
    display: table;
    background: #fff;
}
#gallery {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.middle_wrapper {
    width: 90%;
    max-width: 1008px;
    position: relative;
    margin: auto;
}

.cerrar {
    width: 53px;
    height: 53px;
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}
.cerrar:hover:before,
.cerrar:hover:after,
.cerrar.black:hover:before,
.cerrar.black:hover:after {
    background: #cdb484;
}
.cerrar:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: 0 0;
    transition: all 300ms;
}
.cerrar:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    transform: rotate(-45deg) translate(-27px,27px);
    transform-origin: 0 0;
    transition: all 300ms;
}

.cerrar.black:before,
.cerrar.black:after {
    background: #000;
}

.arrow_down {
    width: 35px;
    height: 15px;
    position: absolute;
    bottom: 5%;
    left:0;
    right:0;
    margin:auto;
    cursor: pointer;
    transition: all 300ms;
}
.arrow_down:hover {
    opacity: .5;
}

/*
    ,...
  .d' ""                 mm
  dM`                    MM
 mMMmm,pW"Wq.   ,pW"Wq.mmMMmm .gP"Ya `7Mb,od8
  MM 6W'   `Wb 6W'   `Wb MM  ,M'   Yb  MM' "'
  MM 8M     M8 8M     M8 MM  8M""""""  MM
  MM YA.   ,A9 YA.   ,A9 MM  YM.    ,  MM
.JMML.`Ybmd9'   `Ybmd9'  `Mbmo`Mbmmd'.JMML.
*/
#general_footer {
    width: 100%;
    position: relative;
    height: 150px;
}
#general_footer_content {
    width: 90%;
    max-width: 1008px;
    text-align: center;
    position: relative;
    margin: 30px auto;
}
#cc_footer_logo {
    width: 20%;
    max-width: 84px;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

#footer_social {
    width: 210px;
    display: block;
    text-align: center;
    margin: 24px auto;
}
#footer_social svg {
    width: 18%;
    display: inline-block;
    cursor: pointer;
    margin: auto 0px;
}
#footer_social svg,
#footer_social use>svg {
    transition: all 300ms;
    fill: #000;
}
#footer_social svg:hover,
#footer_social use>svg:hover {
    fill: #CDB483;
}

#footer_links {
    font-family: 'AvenirNextBold';
    width: 80%;
    margin: auto;
}
#footer_links a {
    font-family: 'Avenir';
    font-size: 11px;
    text-transform: uppercase;
    transition: all 300ms;
}
#footer_links a:hover {
    color: #CDB483;
}

/*

  ,,
`7MM
  MM
  MMpMMMb.  ,pW"Wq.`7MMpMMMb.pMMMb.  .gP"Ya
  MM    MM 6W'   `Wb MM    MM    MM ,M'   Yb
  MM    MM 8M     M8 MM    MM    MM 8M""""""
  MM    MM YA.   ,A9 MM    MM    MM YM.    ,
.JMML  JMML.`Ybmd9'.JMML  JMML  JMML.`Mbmmd'


/**/
#home_content {
    width: 100%;
    height: 100%;
    background: url('../img/home/home_bg.jpg') no-repeat center right;
    background-size: cover;
    display: table;
}
#home_center_wrapper {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    text-align: center;
}
#home_center_wrapper h1 {
    width: 90%;
    max-width: 800px;
    margin: auto;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
}
#home_center_wrapper h1 span {
    font-size: 28px;
    margin-left:-5px;
}
#home_play_bt {
    width: 20%;
    max-width: 104px;
    margin: 30px auto;
    cursor: pointer;
}
.play_bt svg path {
    transition: all 300ms;
}
.play_bt:hover svg path {
    fill: #d2d2d2;
}

#cerrar_home_video {
    display: none;
    opacity: 0;
}

.boton_gris {
    border: none;
    border-radius: 50px;
    font-size: 15px;
    padding: 5px 20px;
    text-transform: uppercase;
    background-color: #e1e1e1;
    color: #000;
    transition: all 300ms;
}
.boton_gris:hover,
.boton_gris:focus {
    background: #cdb484;
}
.boton_gris.disabled:hover,
.boton_gris.disabled:focus {
    background-color: #e1e1e1;
}

#enviar_error {
    margin-top:5px;
    color: #900;
}



/*

                                          ,,    ,,
                   mm                   `7MM    db
                   MM                     MM
 .gP"Ya  ,pP"Ybd mmMMmm `7MM  `7MM   ,M""bMM  `7MM  ,pW"Wq.
,M'   Yb 8I   `"   MM     MM    MM ,AP    MM    MM 6W'   `Wb
8M"""""" `YMMMa.   MM     MM    MM 8MI    MM    MM 8M     M8
YM.    , L.   I8   MM     MM    MM `Mb    MM    MM YA.   ,A9
 `Mbmmd' M9mmmP'   `Mbmo  `Mbod"YML.`Wbmd"MML..JMML.`Ybmd9'
  mm
  MM
mmMMmm .gP"Ya   ,6"Yb.  ,pP"Ybd  .gP"Ya `7Mb,od8
  MM  ,M'   Yb 8)   MM  8I   `" ,M'   Yb  MM' "'
  MM  8M""""""  ,pm9MM  `YMMMa. 8M""""""  MM
  MM  YM.    , 8M   MM  L.   I8 YM.    ,  MM
  `Mbmo`Mbmmd' `Moo9^Yo.M9mmmP'  `Mbmmd'.JMML.
*/

#estudio_teaser_content {
    position: relative;
    display: table;
    width: 100%;
    margin: auto;
    min-height: 495px;
}
#estudio_teaser_content article {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
#estudio_teaser_chart {
    background: url('../img/home/estudio_teaser_bg.jpg') no-repeat top left;
    background-size: cover;
}
#estudio_teaser_text {
    padding: 5%;
    text-align: center;
    border-bottom: 1px solid #000;
}
#estudio_teaser_text p {
    margin: 20px auto;
}
#gotoEstudioBT {

}

#gotoShopBT {
    margin-bottom: 2rem;
}
#estudio_teaser_social {
    margin: 50px auto 10px;
}
#estudio_social_cat,
#estudio_social_cat_ig {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #CDB483;
}
#estudio_social_icos,
#estudio_social_icos_ig {
    width: 210px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
#estudio_social_icos svg,
#estudio_social_icos_ig svg {
    width: 18%;
    display: inline-block;
    cursor: pointer;
    margin: auto -4px;
}
#estudio_social_icos svg,
#estudio_social_icos use>svg,
#estudio_social_icos_ig svg,
#estudio_social_icos_ig use>svg {
    transition: all 300ms;
    fill: #CDB483;
}
#estudio_social_icos svg:hover,
#estudio_social_icos use>svg:hover {
    fill: #e1e1e1;
}
#estudio_social_cat_ig,
#estudio_social_icos_ig svg,
#estudio_social_icos_ig use>svg {
    fill: #000000;
    color: #000000;
}
#estudio_social_icos_ig svg:hover,
#estudio_social_icos_ig use>svg:hover {
    fill: #CDB483;
}
#estudio_social_icos_ig {
    width: 52px;
}
#estudio_social_icos_ig svg {
    width: 72%;
}

#teaser_chart_container {
    display: block;
    width: 300px;
    height: 300px;
    margin: auto;
}
#teaser_chart {
    width: 100%;
    height: 100%;
    margin:auto;
    display: block;
}
.teaser_chart_percent {
    font-size: 80px;
    letter-spacing: -2px;
    color: #fff;
    font-family: 'AvenirNextDemi';
}
.teaser_chart_percent span {
    font-size: 65px;
}
.teaser_chart_percent p {
    font-size: 20px;
    letter-spacing: normal;
    width: 80%;
    margin: -4px auto;
}

/*

                    ,,    ,,
                  `7MM  `7MM
                    MM    MM
 .P"Ybmmm ,6"Yb.    MM    MM  .gP"Ya `7Mb,od8 `7M'   `MF'
:MI  I8  8)   MM    MM    MM ,M'   Yb  MM' "'   VA   ,V
 WmmmP"   ,pm9MM    MM    MM 8M""""""  MM        VA ,V
8M       8M   MM    MM    MM YM.    ,  MM         VVV
 YMMMMMb `Moo9^Yo..JMML..JMML.`Mbmmd'.JMML.       ,V
6'     dP                                        ,V
Ybmmmd'                                       OOb"
*/

/* gallery player */

.superPlayerButtons {
    width: 130px;
    display: inline-block;
}

.nextPlayerBT,
.prevPlayerBT {
    width: 35px !important; /* IE */
    height: 35px !important; /* IE */
}
.playPauseBT {
    width: 41px !important; /* IE */
    height: 41px !important; /* IE */
}

.superPlayerButtons svg {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 2px;
    cursor: pointer;
}

.superPlayerButtons svg path {
    fill:#8c8a8a;
    transition: all 300ms;
}
.superPlayerButtons svg:hover path {
    fill:#cdb484;
}
.superPlayerVolume {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.superPlayerVolume .muteBT {
    top: 15px;
    left: 30px;
}
.superPlayerVolume .muteBT path {
    fill:#8c8a8a;
    transition: all 300ms;
}
.superPlayerVolume .muteBT:hover path {
    fill:#cdb484;
}
.superPlayerInfo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #8c8a8a;
    left: 100px;
    height: 100%;
    padding: 23px;
    font-size: 14px;
    text-transform: uppercase;
    color: #8c8a8a;
    min-width: 250px;
}
.superPlayerInfo b {
    color: #000;
}
.superPlayerBar {
    position: relative;
    width: 100%;
    height: 3px;
    top:0px;
    background: #8c8a8a;
}
.superPlayerBar2 {
    position: relative;
    width: 100%;
    height: 3px;
    top:-3px;
    background: #cdb484;
}

.playPauseBT .pause_lines {
    opacity: 0;
    transition: all 300ms;
}
.playPauseBT.playing .pause_lines {
    opacity: 1;
}
.playPauseBT .play_lines {
    opacity: 1;
    transition: all 300ms;
}
.playPauseBT.playing .play_lines {
    opacity: 0;
}

.gallery_header_wave {
    position: absolute;
    width: 60%;
    height: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

#gallery_player {
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    background: #fff;
    z-index: 3;

    height: 65px;
    overflow: hidden;
}
#gallery_player_table {
    display: block;
    width: 100%;
    max-width: 1008px;
    margin: auto;
    height: 59px;
}
#gallery_player_table div {

}


/* gallery header */
#gallery_content {
    width: 100%;
    max-width: 1008px;
    margin: auto;
    position: relative;
}
.gallery_item {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.item_play_figure {
    width: 30%;
    height: 30%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    opacity:0;
    transition: all 300ms;
}
.item_play_figure svg {
    width: 100%;
    height: 100%;
}

/*
.item_play_figure svg path {
    fill: #b6b5b6;
    transition: all 300ms;
}
.item_play_figure svg:hover path {
    fill: #cdb484;
}
/**/
.item_play_arrow {
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 30px;
    cursor: pointer;
}
.item_play_arrow svg {
    width: auto;
    height: 100%;
}
.gallery_item:hover .item_play_figure {
    opacity: 1;
}
.gallery_item:hover .gallery_item_content {
    border: 1px solid #cdb484;
}
.gallery_item:hover .thumb_art {
    border-bottom: 1px solid #cdb484;
}
.gallery_item_content {
    margin: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: all 300ms;
}
.gallery_item .thumb_art {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    transition: all 300ms;
    position: relative;
}
.gallery_item .thumb_art img {
    width: 100%;
}
.gallery_title {
    font-family: 'AvenirNextRegular';
    font-size: 18px;
    line-height: 18px;
    width: 90%;
    margin: 20px auto;
    color: #cdb484;
    text-transform: uppercase;
}
.gallery_item_views {
    font-size: 13px;
    color: #bebebe;
    position: absolute;
    top:5px;
    right: 5px;
}

/* gallery form */
#gallery_form .tag-editor {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 10px;
    background: none;
    color: #fff;
}
#gallery_form .tag-editor input {
    color:#000;
}
#gallery_form .tag-editor .tag-editor-tag {
    color: #000;
    background: #f4f4f4;
}
#gallery_form .tag-editor .tag-editor-delete {
    background: #f4f4f4;
}
#gallery_form .tag-editor .tag-editor-delete i:before {
    color: #000;    /* la X */
}
#gallery_form .tag-editor .tag-editor-delete:hover i:before { color: #fff; }   /* hover la X */
.tag-editor .placeholder {
    font-family: 'AvenirNextItalic';
    padding: 0 8px; color: #bbb;
}

/* gallery item */

.heart {
    position: absolute;
    right: 5px;
    bottom: 35px;
    width: 30px;
    cursor: pointer;
    transform-origin: 50% 100%;
}
.heart.love:before,
.heart.love:after {
    background: #ff6c7c;
}

.heart:before,
.heart:after {
    position: absolute;
    content: '';
    top: 0;
    left: 14px;
    width: 14px;
    height: 24px;
    background: #e1e1e1;
    border-radius: 50px 50px 0 0;

    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);

    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;

    transition: all 300ms;
}
.heart:after {
    left: 0;

   -webkit-transform: rotate(45deg) translateZ(0);
   transform: rotate(45deg) translateZ(0);

   -webkit-transform-origin: 100% 100%;
   transform-origin :100% 100%;
}

/* tag list */
.item_taglist {
    width: 90%;
    height: 38px;
    overflow: hidden;
    margin: 10px auto;
}
.item_taglist li {
    display: inline-block;
    transition: color 300ms;
    cursor: pointer;
}
.item_taglist li:hover {
    color: #cdb484;
}
.item_taglist li:after {
    content: ', ';
    color: #000;
    margin-right: 5px;
}

.item_taglist li:last-child:after {
    content: '';
}

/* mini wave player */
.mini_wave_player {
    width: 90%;
    margin:auto;
    display: table;
    /*cursor: pointer;*/
}
.mini_wave_player .clock {
    width: 45px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'AvenirNextRegular';
    font-size: 14px;
}
.mini_wave_player .countUp {
    text-align: left;
    color: #000;
}
.mini_wave_player .countDown {
    text-align: right;
    color: #cdb484;
}
.mini_wave_player canvas {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
/* gallery item footer */

.gallery_item_footer {
    display: table;
    width: 96%;
    position: relative;
    margin: 10px auto;
}
.gallery_item_vermas {
    font-family: 'AvenirNextRegular';
    font-size: 14px;
    text-align: right;
    display: table-cell;
    vertical-align: bottom;
    padding-right: 10px;
    cursor: pointer;
    transition: all 300ms;
}
.gallery_item_vermas:hover {
    color: #cdb484;
}
.gallery_social {
    width: 50%;
    min-width: 150px;
    display: table-cell;
    vertical-align: bottom;
}
.gallery_social_ico {
    width: 20%;
    display: inline-block;
    cursor: pointer;
}
#social_icons {
    display: none;
}
#social_icons path {
    fill: inherit;
}
.gallery_social_ico use {
    fill: #cdb484;
    transition: fill 300ms;
}
.gallery_social_ico:hover use {
    fill: #e1e1e1;
}


/* gallery header */
#gallery_header {
    width: 100%;
    display: table;
    position: relative;
    text-align: center;
    margin: auto;
}
.gallery_header_black {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url('../img/gallery/gallery_header_shadow.png') no-repeat center center;
    background-size: 100% 100%;

    pointer-events: none;
}
.middle_wrapper_1160 {
    width: 80%;
    margin: auto;
    max-width: 1160px;
}
.middle_wrapper_1500 {
    width: 100%;
    margin: auto;
    max-width: 1500px;
}
#gallery_header_viewer_container {
    width: 50%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    margin:auto;
}
#gallery_header_content {
    width: 50%;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
#gallery_header_content_wrapper {
    width: 90%;
    margin: 50px auto;
    max-width: 510px;
}
#gallery_header_content p {
    margin-bottom: 20px;
}
#gallery_header_buttons {
    margin: -10px auto 50px;
}
#gotoUploadBT {
    font-size: 15px;
    display: inline-block;
    padding: 10px 25px;
    margin: 0 5px 5px 0;
}
#gallery_header_golden {
    font-size: 20px;
    text-transform: uppercase;
    color: #cdb484;
    font-family: 'AvenirNextBold';
}
#gallery_header_golden span {
    font-size: 14px;
    font-family: 'Avenir';
}

/* gallery form */
#gallery_form {
    margin: 30px auto;
}
#duracion,
#relevancia {
    width: 184px;
}
#gallery_form_buttons {
    margin-bottom: -10px;
}
/*
#gallery select {
    -webkit-appearance: none;
    -moz-appearance:none;
   background: url('../img/gallery/select_arrow.svg') no-repeat 90% 50%;
   overflow: hidden;
   border: 1px solid #000;
   border-radius: 50px;
   padding: 12px 20px;
   font-size: 14px;
   margin: 0 10px 10px 0;
}
/**/
#favoritosBT {
    width: 184px;
    border: 1px solid #000;
   border-radius: 50px;
   padding: 10px 20px;
   font-size: 14px;
   background: transparent;
   transition: all 300ms;
   vertical-align: top;
}
#favoritosBT.enabled {
    background: #cdb484;
    border: none;
}
#gallery_search_submit {
    font-size: 15px;
    padding: 10px 50px;
}
.right_align {
    width: 100%;
    text-align: right;
}

#gallery .no_results {
    font-size: 20px;
    width: 90%;
    text-align: center;
    margin: 100px auto;
}
#duracion-button,
#relevancia-button {
    border-radius: 50px;
    background: #fff;
    border: 1px solid #000;
    padding: 4px 20px;
    font-size: 14px;
    outline: none;
}
#duracion-menu,
#relevancia-menu {
    font-size: 14px;
    padding-bottom: 20px;
    border-radius: 20px;
    margin-top: 5px;
}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open {
    margin-top: 5px;
}
.ui-state-default .ui-icon {
    background-position: 0 0;
    top: 60% !important;
    right: 9% !important;
    background-image: url('../img/gallery/select_arrow.svg');
}


#gallery_paginado {
    width: 95%;
    max-width: 950px;
    margin: 20px auto;
}
.boton_paginado {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #e1e1e1;
    color: #000;
    position: relative;
    margin: auto 5px;
    cursor: pointer;
    transition: all 300ms;
}
.boton_paginado svg {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.boton_paginado:hover,
.boton_paginado:focus {
    background: #cdb484;
}
.boton_paginado.disabled:hover,
.boton_paginado.disabled:focus {
    background-color: #e1e1e1;
}

#gallery_prev,
#gallery_first {
    float:left;
}
#gallery_next,
#gallery_last {
    float: right;
}


#pag_selector {
    width: 100%;
    text-align: center;
    font-family: 'AvenirNextMedium';
    font-size: 15px;
    color: #c9c9c9;
}
#pag_selector_container {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    margin: auto 5px;
    position: relative;
    cursor: pointer;
    transition: all 300ms;
}
#pag_selector_container:hover {
    border: 1px solid #cdb484;
}
#pag_selector_total {
    display: inline-block;
    vertical-align: text-top;
}
#pag_selector_editable:focus,
#pag_selector_editable {
    width: 28px;
    overflow: hidden;
    outline: none;
    white-space: nowrap;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    text-align: center;
    line-height: 41px;
    color: #cdb484;

}
#pag_selector_editable br {
    display:none;
}
#pag_selector_editable * {
    display:inline;
    white-space:nowrap;
}

#pag_selector_select {
    width: 28px;
    height: 28px;
    overflow: hidden;
    outline: none;
    white-space: nowrap;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    text-align: center;
    line-height: 41px;
    color: #cdb484;
    font-family: 'AvenirNextMedium';
    font-size: 15px;

    -webkit-appearance: none;
    -moz-appearance:none;
}


/*
             db

`7M'   `MF'`7MM  .gP"Ya `7M'    ,A    `MF'.gP"Ya `7Mb,od8
  VA   ,V    MM ,M'   Yb  VA   ,VAA   ,V ,M'   Yb  MM' "'
   VA ,V     MM 8M""""""   VA ,V  VA ,V  8M""""""  MM
    VVV      MM YM.    ,    VVV    VVV   YM.    ,  MM
     W     .JMML.`Mbmmd'     W      W     `Mbmmd'.JMML.
*/
#viewer {
    width: 100%;
    /*height: 100%;*/
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    display: none;
    padding: 100px 0 0 0;
}
#viewer_player {
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: 65px;
    border-top: 1px solid #8c8a8a;
}
#viewer_player_table {
    display: block;
    width: 100%;
    max-width: 1008px;
    margin: auto;
    height: 59px;
}

#viewer .heart {
    bottom: 10%;
}

#viewer_content {
    width: 100%;
    /*height: 100%;*/
    position: relative;
}
#viewer_table {
    display: table;
    width: 100%;
    max-width: 1800px;
    margin:auto;
}

#viewer_art {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#viewer_art_container {
    width: 90%;
    min-height: 200px;
    margin-left: 10%;
    text-align: center;
}
#viewer_info {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.viewer_info_content {
    width: 90%;
    max-width: 300px;
    margin-left: 10%;
}
.viewer_title {
    font-family: 'AvenirNextRegular';
    font-size: 26px;
    text-transform: uppercase;
    color: #cdb484;
    padding: 15px 0;
}
.viewer_info_content .item_taglist {
    margin:0;
    padding:0;
    font-size: 13px;
    height: auto;
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 30px;
}
.viewer_info_content .mini_wave_player {
    width: 100%;
}
.viewer_filetype {
    font-size: 14px;
    color: #9a9a9a;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.viewer_filetype span {
    color:#000;
    display: block;

}
.no_resize {
    width: auto;
    height: auto;
    vertical-align: bottom;
}
.viewer_descargas div {
    display: inline-block;
    cursor: pointer;
    transition: all 300ms;
    font-size: 14px;
    margin-right: 18px;
}
.viewer_descargas div:hover {
    opacity: .5;
}
.viewer_descargas {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.viewer_item_footer {
    width: 100%;
    padding: 20px 0;
    display: table;
    position: relative;
    font-size: 14px;
}
.viewer_item_footer .viewer_social {
    margin: 10px 0 0 -10px;
    width: 60%;
}
.viewer_vistas {
    color: #d9d9d9;
    font-size: 13px;
}


.muteBT {
    position: absolute;
    top:50px;
    left: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.muteBT svg path {
    fill:#e1e1e1;
    transition: all 300ms;
}
.muteBT:hover svg path {
    fill: #cdb484;
}
.muteBT.muted .mute_lines {
    display: none;
}

.muteBTBig {
    position: absolute;
    top:50px;
    left: 50px;
    width: 75px;
    height: 75px;
    cursor: pointer;
}
.muteBTBig svg path,
.muteBTBig svg rect {
    fill:#e1e1e1;
    transition: all 300ms;
}
.muteBTBig:hover svg path,
.muteBTBig:hover svg rect {
    fill: #cdb484;
}
.muteBTBig.muted .big_line {
    display: inherit;
}
.muteBTBig .big_line {
    display: none;
}
/*
                      ,,                          ,,
                    `7MM                        `7MM
                      MM                          MM
`7MM  `7MM `7MMpdMAo. MM  ,pW"Wq.   ,6"Yb.   ,M""bMM
  MM    MM   MM   `Wb MM 6W'   `Wb 8)   MM ,AP    MM
  MM    MM   MM    M8 MM 8M     M8  ,pm9MM 8MI    MM
  MM    MM   MM   ,AP MM YA.   ,A9 8M   MM `Mb    MM
  `Mbod"YML. MMbmmd'.JMML.`Ybmd9'  `Moo9^Yo.`Wbmd"MML.
             MM
           .JMML.
*/

#upload_recorder {
    text-align: center;
    padding: 35px 0;
}
#recorder_container {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
#recorder_container #recorder_canvas_container {

    width: 100%;
    max-width: 1000px;
    height: 300px;
    margin: auto;
    overflow: hidden;
}
button:focus {outline:0;}
.btn {
    border: 1px solid #333;
    background: none;
    font-family: Arial;
    color: #333;
    font-size: 13px;
    padding: 5px 20px;
    min-width: 100px;
    text-decoration: none;
    cursor: pointer;
    margin: 10px;
    transition: all 300ms;
}

.btn:hover:enabled {
    background: #d6d6d6;
}
.btn:disabled {
    border: 1px solid #ddd;
    color: #ddd;
    cursor: default;
}
#paso1Graba .upload_paso_content {
    margin: auto;
}
#recorder_botones {
    width: 100%;
    text-align: center;
}
#recorder_botones button {
    width: 20%;
    min-width: 190px;
    text-align: center;
    padding: 13px 0;
    cursor: pointer;
    margin: 10px 20px;
    display: inline-block;
}
#recorder_botones button:disabled {
    cursor: default;
    background: #e1e1e1;
    opacity: .5;
}
#recorder_botones button:disabled:hover {
    cursor: default;
    background: #e1e1e1;
    opacity: .5;
}
#record_time {
    font-size: 27px;
    position: absolute;
    margin-top:-70px;
    width: 100%;
    text-align: center;
}

#record_mensajes {
    padding-top: 20px;
    height:100px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    display: block;
}
#grabarBT svg {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: -9px 3px;
}

#upload_remember {
    background: #f7f7f7;
    color: #cdb484;
    text-align: center;
    padding: 35px 0;
}
#info_ico {
    width: 15%;
    max-width: 67px;
    margin: 0 auto 20px;
}
#info_ico img {
    width: 100%;
}
#upload_remember h1 {
    width: 90%;
    margin: auto;
    font-size: 24px;
}
#remember_items {
    color: #000;
    font-size: 18px;
}
.remember_item {
    width: 33%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 40px 0;
}
.remember_item figure {
    width: 35%;
    max-width: 115px;
    min-width: 60px;
    margin: 15px auto;
}
.remember_item_text {
    width: 90%;
    margin: auto;
}
#remember_baseline {
    font-family: 'AvenirNextItalic';
    font-size: 24px;
    width: 90%;
    margin: 30px auto;
}

#upload_instructions {
    text-align: center;
    padding: 50px 0;
    font-size: 18px;
}
#mobile_instructions_table {
    position: relative;
    width: 100%;
    margin: 50px auto;
}
.mobile_instructions_item {
    width: 49%;
    text-align: left;
    display: inline-block;
}
.mobile_instructions_item figure {
    width: 30%;
    max-width: 91px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5%;
}
.instructions_ico svg {
    width: 100%;
}
.instructions_ico svg path {
    transition: all 300ms;
}
.instructions_ico svg.gris path {
    fill: #d2d2d2;
}
.instructions_text {
    /*width: 60%;*/
    display: inline-block;
    vertical-align: middle;
}
.instructions_button {
    margin-top: 7px;
    cursor: pointer;
}
.instructions_button,
.instructions_text .boton_gris {
    font-size: 12px;
    text-transform: uppercase;
    background: #e1e1e1;
    border-radius: 50px;
    padding: 9px 15px 7px;

    display: table;
    cursor: pointer;

    transition: all 300ms;
}
.instructions_button:hover,
.instructions_text:hover .boton_gris {
    background: #cdb484;
    color: #fff;
}
.instructions_list_container {
    width: 90%;
    margin: auto;
    max-width: 900px;
    overflow: hidden;
    height: auto;
    max-height: 0;
    transition: all 500ms;
}
.instructions_list_container ul {
    text-align: left;
    padding-left: 2.5em;
}
.instructions_list_container ul>li {
    font-size: 18px;
    font-family: 'AvenirNextRegular';
    color: #000;

    list-style-type: none;
    counter-increment: instr_list;
    position: relative;
    margin: 10px;
}
.instructions_list_container ul>li :after {
    content: counter(instr_list) ".";
    position: absolute;
    top: 0.05em;
    left: -2.5em;
    width: 2em;
    text-align: right;
    color: #cdb484;
    font-size: 17px;
    font-family: 'AvenirNextBold';
}

.instructions_list_container ul>li>ul>li {
    font-size: 18px;
    font-family: 'AvenirNextRegular';
    color: #000;

    list-style-type: none;
    counter-increment: instr_sublist;
    position: relative;
    margin: 10px;
}
.instructions_list_container ul>li>ul>li:after {
    content: counter(instr_sublist) ".";
    position: absolute;
    top: 0.05em;
    left: -2.5em;
    width: 2em;
    text-align: right;
    color: #cdb484;
    font-size: 17px;
    font-family: 'AvenirNextBold';
}


/*
                      ,,                          ,,
                    `7MM                        `7MM
                      MM                          MM
`7MM  `7MM `7MMpdMAo. MM  ,pW"Wq.   ,6"Y b.   ,M""bMM
  MM    MM   MM   `Wb MM 6W'   `Wb 8)   MM ,AP    MM
  MM    MM   MM    M8 MM 8M     M8  ,pm9MM 8MI    MM
  MM    MM   MM   ,AP MM YA.   ,A9 8M   MM `Mb    MM
  `Mbod"YML. MMbmmd'.JMML.`Ybmd9'  `Moo9^Yo.`Wbmd"MML.
             MM
           .JMML.

`7MMpdMAo.`7Mb,od8 ,pW"Wq.   ,p6"bo   .gP"Ya  ,pP"Ybd ,pP"Ybd  ,pW"Wq.
  MM   `Wb  MM' "'6W'   `Wb 6M'  OO  ,M'   Yb 8I   `" 8I   `" 6W'   `Wb
  MM    M8  MM    8M     M8 8M       8M"""""" `YMMMa. `YMMMa. 8M     M8
  MM   ,AP  MM    YA.   ,A9 YM.    , YM.    , L.   I8 L.   I8 YA.   ,A9
  MMbmmd' .JMML.   `Ybmd9'   YMbmd'   `Mbmmd' M9mmmP' M9mmmP'  `Ybmd9'
  MM
.JMML.
/**/

#upload_container {
    width: 90%;
    max-width: 975px;
    min-height: 530px;
    margin:auto;
    position: relative;
}
.upload_title {
    padding: 40px 0 20px;
    text-align: center;
    width: 100%;
}
.upload_title h2 {
    font-family: 'AvenirNextBold';
    font-size: 33px;
    color: #cdb484;
    text-transform: uppercase;
}
.upload_title p {
    font-size: 16px;
    margin-top: 10px;
}
.upload_paso_content {
    min-height: 300px;
    display: block;
    width: 100%;
    margin: 30px auto;
}

/* paso 0 */
#fake_waves_container {
    width: 100%;
    height: 100px;
    margin: 125px auto;
}
#fake_waves_container canvas {
    width: 100%;
    height: 100%;
}
#paso0_botones {
    text-align: center;
}
#paso0_botones div {
    width: 25%;
    min-width: 190px;
    text-align: center;
    padding: 13px 0 10px;
    cursor: pointer;
    margin: 10px 20px;
    display: inline-block;
}

/* paso1 */
#paso1_content {
    width: 100%;
    height: 100%;
    background: transparent;
    transition: all 300ms;
}
#paso1_botones {
    width: 100%;
    text-align: center;
    padding: 100px 0;
}
#paso1_botones input {
    display: inline-block;

}

#fake_drop_button {
    font-size: 15px;
    color: #000;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 12px 20px 8px;
    background: #fff;
    text-transform: uppercase;
    cursor: default;
    margin: 0 10px;

    transition: all 300ms;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-size: 15px;
    color: #000;
    display: inline-block;
    border: none;
    border-radius: 50px;
    padding: 12px 20px 8px;
    background: #e1e1e1;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 10px;

    transition: all 300ms;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background: #cdb484;
}

#upload_message {
    position: absolute;
    width: 100%;
    max-width: 600px;
    height: auto;
    /* max-height: 330px; */
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    border: 1px solid #ccc;
    background: rgba(255, 255 ,255 ,.8);
    z-index: 9;
    text-align: center;
}
#upload_message .cerrar {
    top: 20px;
    right: 10px;
}
#upload_message_container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 150px 0;
    font-size: 20px;
    font-family: 'AvenirNextRegular';
}




#paso2_content {
    width: 500px;
    margin: -40px auto 20px;
    position: relative;
}
#paso2_viewer_container {
    width: 100%;
}
#paso2_selector {
    position: relative;
    left: 120%;
    top: 25%;
    width: 50%;
}
#paso2_botones div {
    width: 45%;
    text-align: center;
    padding: 13px 0 10px;
    cursor: pointer;
    display: inline-block;
}
#paso2_seguir {
    float: right;
}
#paso2_selector h3 {
    font-family: 'AvenirNextDemi';
    font-size: 16px;
}
#paso2_selector ul li {
    color: #727272;
    margin:20px auto;
    font-family: 'AvenirNextRegular';
    cursor: pointer;
    transition: all 300ms;
}
#paso2_selector ul li svg {
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-right: 3px;
}
#paso2_selector ul li svg path,
#paso2_selector ul li svg circle {
    fill: #727272;
    transition: all 300ms;
}
#paso2_selector ul li:hover,
#paso2_selector ul li.disabled {
    color: #cdb484;
    font-family: 'AvenirNextDemi';
}
#paso2_selector ul li.disabled {
    cursor: default;
}
#paso2_selector ul li:hover svg path,
#paso2_selector ul li.disabled svg path,
#paso2_selector ul li:hover svg circle,
#paso2_selector ul li.disabled svg circle {
    fill: #cdb484;
}

#paso2_colorBT {
    padding: 10px 20px;
    font-size: 12px;
}

#paso3_content {
    width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
}
#paso3_art {
    width: 410px;
    margin: -30px auto;
}
#paso3_art canvas {
    width: 100%;
}
#paso3 h3 {
    color: #cdb484;
    font-family: 'AvenirNextDemi';
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 50px;
}
#paso3_tags {
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin: 30px auto;
    overflow: hidden;
    height: auto;
    transition: all 300ms;
    max-height: 0;
}
#paso3_input_title {
    width: 100%;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 16px;
}

/* tags */
.ht_categoria {
    font-family: 'AvenirNextDemi';
    color: #cdb484;
    margin: 10px auto;
}
.col-md-2.col-xs-4 {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    /* float: left; */
}
.col-md-2.col-xs-3 {
    width: 17%;
    display: inline-block;
    vertical-align: top;
}
.col-md-2.col-xs-2 {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

#enviarBT {

    font-size: 15px;
    padding: 15px 90px;
}
#enviar_form_container {
    position: relative;
    left: 48%;
    top: -65px;
}

.boton_gris.enabled {
    cursor: pointer;
    opacity: 1;
}
.boton_gris.disabled {
    cursor: default;
    opacity: .5;
}

#upload_final_ok,
#upload_final_ko {
    position: absolute;
    width: 100%;
    margin: auto;
    /*height: 100%;*/
    top: 0;
    background: #fff;
    left: 0;
    text-align: center;
    padding-top: 100px;
    z-index: 5;
}
#email_input {
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 15px;
    width: 420px;
}
#enviarEmailBT:disabled {
    background: #e1e1e1;
    opacity: .6;
}
#enviarEmailBT:disabled:hover {
    background: #e1e1e1;
    opacity: .6;
}

#email_container {
    position: relative;
    width: 600px;
    margin: 10px auto;
    text-align: left;
    font-size: 13px;
}

.boton_gris.grande {
    font-size: 15px;
    padding: 10px 60px;
}
#img_to_print {
    max-width: 143px;
    width: 40%;
    margin: 40px auto 10px;
}
.p_upper {
    text-transform: uppercase;
    margin: 20px auto;
    max-width: 600px;
}
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;

  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #cdb484;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg); }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0); }
  50% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.iOS_playBT {
    width: 50px;
    height: 50px;
    position: absolute;
    top:0;left:0;bottom:0;right:0;
    margin:auto;
}
.iOS_playBT svg {
    width: 100%;
    height: 100%;
}


#mobile_black {
    display: none;
    position: fixed;
    top:0;
    left:0;
    height: 50px;
    width: 100%;
    background: #000;
    z-index: 12;
}

#cookies {
    padding: 50px 0;
    background: #e6dbc3;
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 199;
    display: none;
}
#cookies .boton_gris {
    background: #fff;
    max-width: 300px;
    margin: 15px auto;
}
#cookies .boton_gris:hover {
    background: #e1e1e1;
}
#cerrar_cookies {
    right: 20px;
    top: 20px;
}

#resultados_copy {
    position: relative;
    top: -30px;
    left: 20px;
    font-size: 15px;
    z-index: -1;
}


/*

  ,,                                                     ,,
`7MM                                                     db
  MM
  MM   ,6"Yb.  `7MMpMMMb.  .P"Ybmmm `7MM  `7MM   ,6"Yb.`7MM  .gP"Ya  ,pP"Ybd
  MM  8)   MM    MM    MM :MI  I8     MM    MM  8)   MM  MM ,M'   Yb 8I   `"
  MM   ,pm9MM    MM    MM  WmmmP"     MM    MM   ,pm9MM  MM 8M"""""" `YMMMa.
  MM  8M   MM    MM    MM 8M          MM    MM  8M   MM  MM YM.    , L.   I8
.JMML.`Moo9^Yo..JMML  JMML.YMMMMMb    `Mbod"YML.`Moo9^Yo.MM  `Mbmmd' M9mmmP'
                          6'     dP                   QO MP
                          Ybmmmd'                     `bmP
*/

#menu_languajes {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    max-width: 1300px;
    margin: auto;
    right: 0;
}

#languajes {
    position: absolute;
    top: 20px;
    right: 25px;
}
#languajes_mov {
    height: 5%;
    width: 100%;
    display: table;
    text-align: center;
    position: relative;
}
#languajes ul,
#languajes_mov ul {
    color: #fff;
    font-size: 12px;
    list-style-type: none;
}
#languajes ul li,
#languajes_mov ul li {
    display: inline-block;
    cursor: pointer;
    margin: auto 4px;
    transition: all 300ms;
}
#languajes ul li:hover,
#languajes_mov ul li:hover {
    color: #cdb484;
}
#languajes ul li.disabled {
    cursor: default;
    color: #cdb484;
}



/**
 * media queries
 */

@media (max-width: 1024px) {
    .gallery_item {
        width: 50%;
    }

    .gallery_social {
        width: 100%;
        display: block;
    }
    .gallery_item_vermas {
        width: 90%;
        display: block;
        text-align: left;
        margin:auto;
    }
    .gallery_item_content {
        margin:5px;
    }
    .item_taglist {
        height: 48px;
    }
    .remember_item {
        width: 49%;
    }
    #upload_message {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
}

@media (max-width: 640px),
(max-height: 375px) AND (max-width: 700px) {
    #general_header {
        height: 0px;
    }
    #all {
        margin-top: 0px;
    }
    #header_wrapper {
        display: inline-block;
    }
    #general_logo {
        display: none;
    }
    #menu {
        display: none;
    }

    #mobile_black {
        display: block;
    }
    #languajes {
        display: none;
    }

    #languajes_mov ul {
        display: table-cell;
        vertical-align: middle;
    }


    .remember_item {
        width: 100%;
    }
    .mobile_instructions_item {
        width: 49%;
        margin: 20px auto;
        text-align: center;
    }

    #estudio_teaser_content article {
        display: block;
        vertical-align: middle;
        width: 100%;
        padding: 5%;
    }
    #estudio_social_icos {
        text-align: center;
    }
    #gallery_header_viewer_container {
        width: 50%;
        display: none;
    }
    #gallery_header_content {
        text-align: center;
        padding: 30px 0;
    }

    #submenu {
        display: none;
    }
    #circle_burger,
    .general_logo_mobile {
        display: block;
    }
    #viewer {
        padding: 20px 0 0 0;
        height: auto;
    }
    #viewer_art {
        width: 100%;
        display: block;
    }
    #viewer_art_container,
    #viewer_info_content {
        width: 100%;
        margin:0;
        padding: 0;
    }
    #viewer_info {
        width: 90%;
        margin: 120px auto;
        display: block;
    }
    .cerrar {
        top:10px;
        right: 10px;
    }

    .col-md-2.col-xs-4 {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        /* float: left; */
    }
    .col-md-2.col-xs-3 {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
    .col-md-2.col-xs-2 {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    #enviarBT {

        font-size: 15px;
        padding: 15px 90px;
    }
    #enviar_form_container {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        margin: 20px auto;
    }

    .mini_wave_player canvas {
        margin-top: 5px;
    }
    #duracion-button,
    #relevancia-button {
        width: 100% !important;
        margin-bottom: 10px;
    }
    #favoritosBT {
        width: 100%;
    }
    .right_align {
        text-align: center;
    }
    .item_taglist {
        font-size:13px;
    }

    h1,
    #home_center_wrapper h1 {
        font-size: 30px;
        line-height: 30px;
    }
    #home_center_wrapper {
       font-size: 20px;
    }

    .cerrar {
        width: 35px;
        height: 35px;
        right: 10px;
        left:auto;
        top:50px;
    }
    .cerrar:after {
        transform: rotate(-45deg) translate(-19px,17px);
    }
    #resultados_copy {
        top: 15px;
        left: 5px;
    }
    #paso0_botones {
        display: block;
    }
    .upload_title {
        padding: 100px 0 20px;
    }
    #fake_waves_container {
        margin:auto;
    }
    .upload_paso_content {
        min-height: 0px;
        margin: 30px auto 0;
    }
    .instructions_text {
        width: 100%;
    }
    #viewer_player {
        position: absolute;
    }
    .superPlayerInfo {
        left:0;
        border:none;
        width: 100%;
    }
    #viewer_player_table {
        padding-left: 10px;
    }
    #cc_footer_logo {
        bottom:-30px;
    }
    .muteBTBig {
        position: absolute;
        top: 47px;
        left: 10px;
        width: 35px;
        height: 35px;
    }
    .muteBTBig svg {
        width: 35px;
        height: 35px;
    }
    #fake_drop_button {
        display: none;
    }
    #fake_drop_previous_text {
        display: none;
    }
}
@media (orientation: landscape) AND (max-height:500px) {
    #general_header {
        height: 0px;
    }
    #all {
        margin-top: 50px;
    }
    #header_wrapper {
        display: inline-block;
    }
    #general_logo {
        display: none;
    }
    #menu {
        display: none;
    }

    #mobile_black {
        display: block;
    }
    #submenu {
        display: none;
    }
    #circle_burger,
    .general_logo_mobile {
        display: block;
    }
    #viewer_art {
        max-height: 350px;
    }
    #viewer_art_container {
        height: 350px;
    }
}
