body {
    width: 100%;
    height: 100%;
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    position: absolute;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #E2E2e2;
}


*{
    font-size: 16px;
}
button, a {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    text-align: center;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 300;
    margin: 1em 0em 1em 0;
}

h2 {
    font-size: 1.2em;
    font-weight: 300;
    margin: 0;
}

p {
    margin: 0;
}

input,
button {
    outline: none;
}

a {
    cursor: pointer;
}

iframe {
    left: 0;
}

.modal-login ::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    opacity: 1;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
}

::-webkit-scrollbar {
    width: 0.3125em;
    height: 0.3125em;
    background-color: rgba(255, 255, 255, 0);
    -webkit-border-radius: 100px;
}

::-webkit-scrollbar:hover {
    width: 0.35em;
}

::-webkit-scrollbar-thumb {
    background: #666;
    -webkit-border-radius: 1em;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background: #ed1447;
}

#title-page {
    background: #202020;
    z-index: 100;
    height: 100%;
    display: block;
    position: relative;
    -webkit-box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.5);
}

.logo-title {
    display: block;
    margin: auto;
}

#main-page {
    height: 100%;
}

#map-page {
    position: fixed;
    top: 3em;
    left: 20em;
    bottom: 0;
    right: 0;
}

#map-page.half {
    left: 40em;
}

#map {
    height: 100%;
    bottom: 0;
    right: 0;
}

.infoWindowContent {
    min-width: 15em;
    padding-bottom: 2.5em;
}

#map h2 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #232323;
    margin: 0.8em 0.4em 0 0.7em
}

.infoWindowContent .author {
    font-weight: 500;
    letter-spacing: 1px;
    color: #232323;
    margin: 0.2em 0.4em 1.2em 0.95em
}

.infoWindowContent dt {
    font-weight: 200 !important;
    color: #555;
}

.enter-play {
    position: absolute;
    bottom: 0;
    right: 0;
}

.pink_button {
    background: #ed1447;
    border: none;
    display: inline-block;
    float: right;
    padding: 0.6em 1.2em;
    margin: 2% 3% 6% 2%;
    border-radius: 0.2em;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.pink_button:hover {
    background-color: #b50f36;
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.17);
}

.pink_button a {
    color: white;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 100;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#yoobox_logo {
    position: absolute;
    bottom: 0;
    right: 0;
}

#main-add-wrapper {

}

.main-searching {

}

#navigation {
    display: inline;
    float: right;
    margin: 0;
}

#navigation li {
    display: inline-block;
    color: #aaa;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
    height: 100%;
    line-height: 4em;
    padding: 0 1em;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

#navigation li:hover {
}

#navigation li.active {
    color: #b50f36;
}

#navigation a {
}

#user_menu {
    position: relative;
}


.playlists-item:hover .delete_playlist_button {
    visibility: visible;
}

.create-playlist-bar {
    z-index: 100;
    position: absolute;
    bottom: 0em;
    left: 20em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-add-playlist-input {
    background: #242424;
    color: white;
    font-size: 0.8em;
    font-weight: 200;
    padding: 0.7em 1em;
    border-radius: 0.2em;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    position: relative;
    border: 1px solid #383838;
    width: 12.5em;
    bottom: 3.125em;
}

.wide-upper-h {
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 200;
    text-align: center;
    line-height: 4.4em;
}

.border-u-d {
    border-top: 1px solid #232323;
    background-color: #303030;
}

.w20em {
    width: 25em;
    float: left;
}

.circle {
    border-radius: 50%;
}

.pink {
    background-color: #ed1447;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.22), 0 4px 15px 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.22), 0 4px 15px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.22), 0 4px 15px 0 rgba(0, 0, 0, 0.20);
}

.pink:hover {
    background-color: #b50f36;
    -webkit-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.28), 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.28), 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.28), 0 5px 20px 0 rgba(0, 0, 0, 0.25);
}

#top-bar {
    height: 3.5em;
    z-index: 100;
    position: relative;
    background: #232323;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
}

.search-playlist-bar {

    width: 25em;
    display: inline-block;
}

.main-search-playlist-input {
    background: white;
    color: #343434;
    font-size: 0.9em;
    font-weight: 200;
    height: 100%;
    padding: 0em 2em;
    border: none;
    float: left;
    display: inline-block;
    width: 80%;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.main-search-playlist-button {
    background: white url("../img/buttons/search_icon.png") no-repeat center;
    height: 100%;
    width: 20%;
    border: none;
    float: left;
    color: white;
    font-size: 0em;
    letter-spacing: 0.5px;

    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.main-search-playlist-input:focus {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
}

#loactionCheck {
    display: none;
}

#loactionCheck:hover + .loactionCheck-label,
.loactionCheck-label:hover {
    background-image: url("../img/buttons/gps_icon_hover.png");
}

#loactionCheck:checked + .loactionCheck-label {
    background-image: url("../img/buttons/gps_icon_checked.png");
}

.loactionCheck-label {
    cursor: pointer;
    height: 2em;
    width: 2em;
    position: relative;
    bottom: 0.75em;
    left: 0.5em;
    background-image: url("../img/buttons/gps_icon.png");
    background-size: 100% 100%;
    display: inline-block;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

#profile-details {
    padding: 1.5em;

}

.label {
    font-size: 0.8em;
    letter-spacing: 1px;
    color: #666;
}

.us-edit {
    background: none;
    border: 1px solid transparent;
    color: white;
    width: 70%;
    margin-right: 10%;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.us-edit.false {
    border-bottom: 1px solid #666;
    padding-left: 0.5em;
}

.us-name {
    font-weight: 100;
    padding-bottom: 0.2em;
    margin-bottom: 0.8em;
    font-size: 1.2em;
    letter-spacing: 0.5px;
}

.us-email {
    font-size: 0.8em;
    padding-bottom: 0.3em;
}

.us-edit::-webkit-input-placeholder {
    color: #D2D2D2;
    font-weight: 200;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
}

.us-edit:-moz-placeholder {
    /* Firefox 18- */
    color: #D2D2D2;
    font-weight: 200;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
}

.us-edit::-moz-placeholder {
    /* Firefox 19+ */
    color: #D2D2D2;
    font-weight: 200;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
}

.us-edit.false::-webkit-input-placeholder {
    color: #666;
}

.us-edit.false:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

.us-edit.false::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

.us-edit.false:-ms-input-placeholder {
    color: #666;
}

.us-edit-btn {
    background-image: url("../img/buttons/edit_button.png");
    background-color: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: none;
}

.us-edit-btn:hover {
    background-image: url("../img/buttons/edit_button_hover.png");
}

.us-save-btn {
    cursor: pointer;
    background: #ed1447;
    border: none;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 2px;
    color: white;
    font-size: 0.6em;
    letter-spacing: 1px;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.us-save-btn:hover {
    background-color: #b50f36;
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.17);

}

.change_password {
    float: none;
    margin: 15% auto 5% auto;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
    font-size: 0.75em;
    padding: 0.6em 2em;
}

.playlists-list {
    overflow: auto;
    position: absolute;
    top: 3.5em;
    bottom: 0;
    left: 0;
    width: 20em;
    background: white;

    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
}

.playlists-list.dark a {
    color: white !important;
}

.playlists-list.dark {
    background: #1d1d1d;
    color: white;
}

.playlists-list.dark.er {
    background: #141414;
}

.playlists-list.first {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #303030;
    z-index: 1;
}

.playlists-list.second {
    left: 20em;
}

.playlists-item {
    display: block;
    height: 6.5em;
    padding: 1em;
}

.playlists-item a {
    text-decoration: none;
}

.playlists-description {
    padding: 1.2em 0;
    left: 0.75em;
    position: relative;
}

.playlists-details {
    padding-left: 1em;
}

.playlists-author {
    line-height: 1.4em;
    color: #555;
    padding-bottom: 0.2em;
    font-size: 0.9em;
}

.playlists-length {
    line-height: 1.4em;
    font-size: 0.8em;
}

.tracks-count {
    padding-left: 0.5em;
    color: #999999;
}

.playlists-title {
    color: #202020;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    height: 1.4em;
    padding-bottom: 0.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.playlists-title:hover {
}

.dark .playlists-title {
    color: white;
}

.no-img .playlists-title {
    height: auto;
    padding-bottom: 0.5em;
}

.dark .playlists-author,
.dark .playlists-size {
    color: #D2D2D2;
}

.no-img .playlists-description {
    padding: 1em 0;
    border-bottom: 1px solid #303030;
}

.no-img .playlists-item {
    height: auto;
    padding: 0 1em;
}

/* apply a natural box layout model to all elements */
.img-shadow {
    position: relative;
    max-width: 100%;
    float: left;
    z-index: 1;
}

.img-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 7px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 7px inset;
    box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 7px inset;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

.playlists-item:hover .img-shadow::before {
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 4px 4px 25px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 4px 4px 25px inset;
    box-shadow: rgba(0, 0, 0, 0.8) 4px 4px 25px inset;
}

.img-shadow img {
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 6.5em;
    height: 6.5em;
}

.img-cover {
    background-color: rgba(255, 255, 255, 0.25);
    background-repeat: no-repeat;
    background-position: center center;
    visibility: hidden;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.img-shadow:hover .img-cover,
.yt-song-thumb:hover .img-cover,
.img-cover:hover {
    visibility: visible;
}
.play-cover{
    background-image: url("../img/buttons/play_playlist.png");
}
.unfav-cover{
    background-image: url("../img/buttons/unfav_playlist.png");
}

.focusOnMap,
.unFavourite{
    background-color: transparent;
    background-image: url("../img/buttons/focus_button_white.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    cursor: pointer;
    float: right;
    height: 1.875em;
    width: 1.875em;
    display: inline-block;
    position: absolute;
    bottom: 1em;
    right: 0.5em;
    border-radius: 50%;
    background-size: 80% 80%;
}

.focusOnMap:hover{
    background-image: url("../img/buttons/focus_button_white_on.png");
}
.unFavourite {
    background-image: url("../img/buttons/close_button.png");
}
.unFavourite:hover {
    background-image: url("../img/buttons/close_button_hover.png");
}

.main_logo {
    height: 2.5em;
    margin-left: 5em;
    border-right: 1px solid #555;
    padding-right: 0.8em;
    margin-right: 0.8em;
    float: left;
}

.main-title-yoo {
    color: white;
    line-height: 2.5em;
    position: relative;
    margin-left: 1em;
}

.main-title-box {
    color: white;
    /* font-weight: 200; */
    position: relative;
}

.main-title-counter {
    position: absolute;
    top: 2em;
    text-align: right;
    width: 100%;
    color: #999;
    font-size: 0.8em;
    letter-spacing: 2px;
}

.palylists-count {
    background: white;
    border-radius: 50%;
    padding: 0.8em;
    color: #383838;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0 0.4em;
}

#title-page h1 {
    color: #d2D2D2;
    font-weight: 100;
    margin: 0.5em;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    display: inline-block;
}

.white_button {
    cursor: pointer;
    background: white;
    border: none;
    display: inline-block;
    float: right;
    padding: 0.6em 1.2em;
    margin: 3%;
    border-radius: 0.2em;
    color: #555;
    font-size: 0.8em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 100;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.white_button:hover {
    background-color: white;
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.17);
}

.close_modal_btn {
    background-image: url("../img/buttons/delete_button.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    top: 1em;
    right: 1em;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.close_modal_btn:hover {
    background-image: url("../img/buttons/delete_button_hover.png");
}

.modal-login,
.modal-addplaylist {
    clear: both;
    overflow: hidden;
}

.modal-alert {
    clear: both;
    overflow: hidden;
    background-color: #ed1447;
}

.modal-alert h2 {
    color: white;
    letter-spacing: 1px;
    margin: 1.5em;
    font-weight: 100;
    font-size: 0.9em;
    text-align: center;
}

.modal-login .cancel {
    display: block;
    color: white;
    font-weight: 200;
    font-size: 0.8em;
    padding: 0.2em 0;
    letter-spacing: 0.5px;
}

.modal-header img {
    display: inline-block;
}

.modal-login a {
    display: block;
    color: #999;
    font-weight: 200;
    font-size: 0.8em;
    padding: 0.2em 0;
    letter-spacing: 0.5px;
}

.modal-login a:hover {
    color: #343434;
}

.modal-header h2 {
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    bottom: 3.125em;
}

.ml-center {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 17em;
    padding-bottom: 2em;
}

.login-input {
    color: #343434;
    font-size: 0.8em;
    letter-spacing: 0.5px;
    font-weight: 200;
    padding: 0.9em 1.7em;
    border: 1px solid #C2C2C2;
    margin: 3% auto;
    display: block;
    border-radius: 0;
    width: 100%;
}

.select {
    background: white url("../img/layout/arrow_select.png") center right no-repeat;
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.select:hover {
    background-image: url("../img/layout/arrow_select_hover.png");
}

.modal-login ::-webkit-input-placeholder {
    color: #D2D2D2;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.modal-login :-moz-placeholder {
    /* Firefox 18- */
    color: #D2D2D2;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.modal-login ::-moz-placeholder {
    /* Firefox 19+ */
    color: #D2D2D2;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.modal-login :-ms-input-placeholder {
    color: #D2D2D2;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.ng-invalid .btn-addplaylist,
.ng-invalid .btn-login {
    background: #999;
    cursor: auto;
}

.btn-addplaylist,
.btn-login {
    float: right;
    color: white;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin: 2% 6% 5% 2%;
}

.btn-cancel {
    color: #555;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 100;
    border: none;
    padding: 0.6em 1.2em;
    text-transform: uppercase;
    margin: 2% 2% 2% 2%;
    float: right;
    background-color: #ffffff;
    cursor: pointer;

}

.btn-cancel:hover {
    color: #000000;
}

.btn-info {
    color: #555;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 100;
    border: none;
    padding: 0.6em 1.2em;
    text-transform: uppercase;
    margin: 2% 2% 2% 2%;
    float: left;
    background-color: #ffffff;
    cursor: pointer;
}

.errorVavlid {
    font-size: 0.8em;
    background-color: #ed1447;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.3em 1em;
}

.btn-info:hover {
    color: #000000;
}

.help-createpl {
    visibility: hidden;
    background: white;
    bottom: 155%;
    top: -150%;
    padding: 3% 5%;
    left: 5%;
    right: 5%;
    border: 1px solid #DDD;
    overflow: auto;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
}

.help-createpl:hover,
.btn-info:hover + .help-createpl {
    visibility: visible;
    top: 0;
    bottom: 6%;
}

.help-createpl h3 {
    font-size: 1em;
    font-weight: 600;
    color: #343434;
    margin: 0 0 0.5em;
}

.help-createpl p {
    font-size: 0.8em;
    font-weight: 200;
    color: #343434;
    margin: 0 0 1em;
}

.logged_status {
    float: right;
    margin: 1em 2em;
    height: 4em;
    position: relative;
    z-index: 1;
}

.main-add-playlist-button {
    position: relative;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/buttons/add_playlist_button.png");
    display: block;
    width: 4em;
    height: 4em;
    margin-bottom: 1.5em;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}

.usermenu {
    color: #666;
    background: white;
    font-weight: 100;
    display: block;
    width: 4.5em;
    height: 4.5em;
    border: none;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}

.um-item {
    cursor: pointer;
    color: #666;
    background: white;
    font-weight: 100;
    display: block;
    width: 3em;
    height: 3em;
    border: none;
    z-index: 0;
    -webkit-transition: all 30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}

.out,
.first-item,
.second-item,
.third-item,
.fourth-item{
    cursor: pointer;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.first-item {
    position: relative;
    left: 0.75em;
    top: -3.75em;
    z-index: 4;
}

.second-item {
    position: relative;
    left: 0.75em;
    top: -6.75em;
    z-index: 3;
}

.third-item {
    position: relative;
    left: 0.75em;
    top: -9.75em;
    z-index: 2;
}

.fourth-item {
    position: relative;
    left: 0.75em;
    top: -9.75em;
    z-index: 1;
}

.logged_status:hover .first-item {
    top: 1em;
}
.logged_status:hover .second-item {
    top: 2em;
}
.logged_status:hover .third-item {
    top: 3em;
}
.logged_status:hover .fourth-item {
    top: 4em;
}

.logged_status.one{
    height: 8.5em;
}
.logged_status.two{
    height: 12.5em;
}
.logged_status.three{
    height: 16.5em;
}
.logged_status.four{
    height: 20.5em;
}

.main-add-playlist-button:hover {
    -webkit-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.38), 0 8px 30px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.38), 0 8px 30px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.38), 0 8px 30px 0 rgba(0, 0, 0, 0.35);
}

.empty-list {
    padding: 1.5em;
    text-align: center;
    color: #666;
    font-size: 0.9em;
}

.um-item:hover {
    background-color: #d2D2D2;
    -webkit-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.38), 0 8px 30px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.38), 0 8px 30px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.38), 0 8px 30px 0 rgba(0, 0, 0, 0.35);
}

.social-menu {
    float: left;
    height: 5em;
    z-index: 333;
    bottom: 6.7em;
    padding-left: 3em;
    position: relative;
    margin-left: 2%;
}

.social-share {
    background-image: url("../img/layout/share-variant-w-un.png");
    height: 3em;
    width: 3em;
    float: right;
    /* display: inline-block; */
    /* margin: 2em 1em 1em 0; */
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    cursor: pointer;
    background-size:1.5em;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #424242;
    position: relative;
    top: 3em;
    z-index: 10;
}

.social-menu:hover .social-share {
    background-image: url("../img/layout/share-variant-w.png");
}

.c-menu-item {
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    background-size: 1.2em;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #424242;
    position: absolute;
    left: 3.3em;
    border-radius: 50%;
    top: 3.3em;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.facebook {
    background-color: #3b5998;
    background-image: url("../img/social/facebook.png");
}

.social-menu:hover .facebook,
.facebook:hover {
    top: 0em;
}

.facebook:hover {
    background-color: #8B9DC3;
}

.twitter {
    background-color: #3cf;
    background-image: url("../img/social/twitter.png");
}

.social-menu:hover .twitter,
.twitter:hover {
    top: 1em;
    left: 0.7em;
}

.twitter:hover {
    background-color: #c0deed;
}

.google-plus {
    background-color: #dd4b39;
    background-image: url("../img/social/google-plus.png");
}

.social-menu:hover .google-plus,
.google-plus:hover {
    top: 3.6em;
    left: -0.3em;
}

.google-plus:hover {
    background-color: #FF9A8D;
}

.menu-label {
    position: absolute;
    color: white;
    font-size: 0.8em;
    line-height: 1em;
    top: 1.5em;
    margin-right: 1.5em;
    right: 0;
    letter-spacing: 1px;
    zoom: 1;
    filter: alpha(opacity=0);
    z-index: -1;
    opacity: 0;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.um-item-wrap:hover .menu-label {
    right: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.splah-label {
    position: absolute;
    color: #aaa;
    font-size: 0.8em;
    line-height: 1em;
    top: 1.5em;
    margin-right: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    right: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.um-item-wrap.false {
    top: 1.5em !important;
}

.reverse {
    left: 0;
    right: auto;
    margin-left: 1em;
}

.um-item-wrap:hover .reverse {
    left: 100%;
    right: auto;
}
.logged_status:hover .reverse.username-label{
    left: 100%;
    right: auto;
}
.username-label {
    position: absolute;
    color: white;
    font-size: 0.8em;
    line-height: 1em;
    top: 2.25em;
    margin-right: 1.5em;
    right: 0;
    letter-spacing: 1px;
    zoom: 1;
    filter: alpha(opacity=0);
    z-index: -1;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.logged_status:hover .username-label {
    right: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;

}

.r-label-wrap {
    display: inline-block;
    position: relative;
}

.right-label {
    position: absolute;
    color: white;
    font-size: 0.8em;
    line-height: 1em;
    top: -0.1em;
    margin-left: 1.5em;
    left: 0;
    letter-spacing: 1px;
    zoom: 1;
    filter: alpha(opacity=0);
    z-index: -1;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.r-label-wrap:hover .right-label {
    left: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;

}

.logged-user {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8em;
    margin: 1em;
}

.menu-button {
    position: relative;
    /* z-index: 100; */
    /* top: 1.5em; */
    z-index: 1000;
    height: 4em;
    width: 4em;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}

.tracks-menu .um-item-wrap {
    right: 0.5em;
}

.tracks-menu {
    position: absolute;
    z-index: 1000;
    top: 4.5em;
    right: 1.5em;
    margin: 0;
}

.hm-stripe {
    background: rgba(0, 0, 0, 0.9);
    width: 1.2em;
    height: 0.25em;
    border-radius: 1em;
    position: relative;
    left: 1.4em;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.hm-stripe.first {
    top: 1.6em;
}

.hm-stripe.second {
    top: 1.8em;
}

.tracks-menu:hover .hm-stripe.first {
    width: 1em;
    top: 2.1em;
    left: 1.2em;
    -ms-transform: rotate(40deg); /* IE 9 */
    -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
    transform: rotate(40deg);
}

.tracks-menu:hover .hm-stripe.second {
    width: 1em;
    top: 1.8em;
    left: 1.8em;
    -ms-transform: rotate(-40deg); /* IE 9 */
    -webkit-transform: rotate(-40deg); /* Chrome, Safari, Opera */
    transform: rotate(-40deg);
}


.song-description {
    font-size: 0.7em;
    line-height: 1.4em;
    max-height: 4.2em;
    overflow: hidden;
}

.length {
    float: right;
    font-size: 1.3em;
    font-weight: 300;
}

.duration {
    color: #AAA;
    font-size: 0.75em;
    position: relative;
    bottom: 0.2em;
    left: 0.5em;
}

.title {
    float: left;
    font-size: 1.2em;
    font-weight: 300;
    max-width: 95%;
    overflow: hidden;
    clear: left;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/

}

#song_time {
    position: absolute;
    left: 2.3em;
    bottom: 0.3em;
}

#playlist {
    background-color: #282828;
}

.player_part {
    background-color: #2d2d2d;
}

#youtube {
    background: black;
    height: 55%;
    -webkit-box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 9;
}

.wrapper {
    display: block;
    height: 94%;
}

#song-info {
    background: white;
    height: 12%;
    padding: 2.5%;
    -webkit-box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
}

#control-bar {
    /*border-bottom: #383838 solid 1px;*/
    height: 10%;
    margin-left: 10%;
}

.bottom_shade {
    height: 97px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../img/layout/playlist-bottom-shade.png");
    background-repeat: repeat-x;
}

.mute,
.un-mute,
.scroll-btn {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    cursor: pointer;
    height: 1.875em;
    width: 1.875em;
    display: block;
    position: relative;
    border-radius: 50%;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

.mute {
    background-image: url('../img/player-btns/mute_button_on.png');
}

.mute:hover {
    background-color: #d2D2D2;
}

.un-mute {
    background-image: url('../img/player-btns/mute_button.png');
}

.un-mute:hover {
    background-color: #d2D2D2;
}

.scroll-btn {
    background-image: url('../img/player-btns/focus_button.png');
}

.scroll-btn:hover {
    background-color: #d2D2D2;
}

.as-active {
    background-image: url('../img/player-btns/focus_button_on.png');
}

.as-active:hover {
    background-color: #d2D2D2;
}

.play-button {
    position: relative;
    z-index: 100;
    top: -2.8em;
    height: 6.25em;
    width: 6.25em;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}

.previous-button {
    position: relative;
    top: -1.55em;
    height: 4.625em;
    width: 3.75em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    background-image: url('../img/player-btns/previous_button.png');
}

.previous-button:hover {
    background-image: url('../img/player-btns/previous_button_hover.png');
}

.next-button {
    position: relative;
    top: -1.55em;
    height: 4.625em;
    width: 3.75em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    background-image: url('../img/player-btns/next_button.png');
}

.next-button:hover {
    background-image: url('../img/player-btns/next_button_hover.png');
}

.repeat-button {
    position: relative;
    top: -1.55em;
    height: 4.625em;
    width: 4.625em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-image: url('../img/player-btns/repeat_button.png');
}

.repeat-button:hover {
    background-image: url('../img/player-btns/repeat_button_hover.png');
}

.repeat-button.on {
    background-image: url('../img/player-btns/repeat_button_on.png') !important;
}

.shuffle-button {
    position: relative;
    top: -1.55em;
    height: 4.625em;
    width: 4.625em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-image: url('../img/player-btns/shuffle_button.png');
}

.shuffle-button:hover {
    background-image: url('../img/player-btns/shuffle_button_hover.png');
}

.shuffle-button.on {
    background-image: url('../img/player-btns/shuffle_button_on.png') !important;
}

.control-buttons {
    float: left;
    padding-left: 10%
}

.playlist-qr-code {
    position: absolute;
    z-index: 100;
    bottom: 1.5em;
    left: 1.5em;
    padding: 0.625em;
    cursor: pointer;
}

.qr-print-over {
    background-color: rgba(255, 255, 255, 0.25);
    background-image: url('../img/buttons/printer.png');
    background-size: 2.25em;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.playlist-qr-code:hover .qr-print-over,
.qr-print-over:hover {
    visibility: visible;
}

.yoobox-description {
    font-size: 0.7em;
    bottom: 3em;
    line-height: 1.4em;
    max-height: 4.2em;
    position: absolute;
    left: 16em;
    font-weight: 300;
    color: #555;
    overflow: hidden;
}

.store-logo {
    background-size: 100%;
    height: 2.5em;
    width: 2.5em;
    float: right;
    display: inline-block;
    margin: 2em 1em 1em 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    cursor: pointer;
}

.store-logo.googleplay {
    background-image: url("../img/layout/google_play_logo.png");
}

.store-logo.appstore {
    background-image: url("../img/layout/apple_store_logo.png");
}

.store-logo.googleplay:hover {
    background-image: url("../img/layout/google_play_logo_hover.png");
}

.store-logo.appstore:hover {
    background-image: url("../img/layout/apple_store_logo_hover.png");
}

#playlist-title-bar {
    background-color: #202020;
    color: white;

}

.yoobox-logo {
    cursor: pointer;
    position: absolute;
    top: 1em;
    right: 0.6em;
    z-index: 1;
}

.playlist-info {
    padding-bottom: 1.2em;
    text-align: center;
    font-size: 0.7em;
    line-height: 1.2em;
    font-weight: 300;
    color: #d2d2d2;
    letter-spacing: 0.5px;
}

#playlist-items {
    overflow: auto;
    width: 35%;
    /* display: inline-block; */
    position: absolute;
    bottom: 0;
    top: 10em;
}
#playlist-items.false {
    top:5.5em
}

.playlist-item {
    margin: 0.1em;
    padding: 0.2em;
    height: 4em;
    position: relative;
    border-bottom: 1px solid #343434;
    background-color: rgba(40, 40, 40, 0.5);
    pointer: move;
}

.dndDraggingSource {
    display: none !important;
}

.dndDragging {
    border-color: transparent;
}

.dndPlaceholder {
    height: 90px;
    position: relative;
    padding: 0.5em;
    margin: 0 7.5%;
    -webkit-box-shadow: inset 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
}

.playlist-item:nth-of-type(1) {
    margin-top: 0.8em;
}

.yt-song-thumb {
    cursor: pointer;
    margin-right: 1em;
    border-radius: 50%;
    -webkit-animation-duration: 320ms;
    animation-duration: 320ms;
    position: relative;
    max-width: 100%;
    float: left;
}

.yt-song-thumb:hover {
    -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
}

.yt-song-img.true {
    border: 3px solid #ed1447 !important;
    -webkit-filter: none;
    filter: none;
    filter: none;
}

.yt-song-img {
    border: 3px solid #242424;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 3.25em;
    height: 3.25em;
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

.playlist-item-info {
    height: 100%;
    width: 100%;
    height: 4.125em;
}

.playlist-item-title {
    line-height: 1.2em;
    height: 3.6em;
    margin-top: 0em;
    /**white-space: pre-line;**/
    overflow: hidden;
    font-weight: 300;
    color: #d2D2D2;
    padding-right: 0em;
    font-size: 0.8em;
}

.playlist-item-length {
    float: left;
    line-height: 1.625em;
    color: white;
    font-size: 0.8em;
}

.playlist-item-rank {
    float: right;
    line-height: 1.625em;
    color: white;
    font-size: 1em;
    padding-right: 0.5em;
}

#fav-wrap {
    position: relative;
}

.playlist-item-heart {
    height: 2em;
    width: 2em;
    position: absolute;
    top: -1em;
    right: 1.25em;
    cursor: pointer;
    z-index: 1;
    background-image: url("../img/layout/like_heart.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.playlist-item-heart.active {
    background-image: url("../img/layout/like_heart_on.png");
}

.playlist-item-heart:hover {
    background-image: url("../img/layout/like_heart_on.png");
    -webkit-animation: heartbeat 1.3s infinite;
    -moz-animation: heartbeat 1.3s infinite;
    -o-animation: heartbeat 1.3s infinite;
    animation: heartbeat 1.3s infinite;
}

.playlist-item-heart.active:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-animation: heartbeat 1.3s infinite;
    -moz-animation: heartbeat 1.3s infinite;
    -o-animation: heartbeat 1.3s infinite;
    animation: heartbeat 1.3s infinite;
}

.playlist-item-row {
    width: 100%;
    position: relative;
}

.playlist-password {
    margin: 0.5em auto 1.5em;
    display: block;
    color: #343434;
    border: 1px solid white;
    font-size: 0.9em;
    font-weight: 200;
    width: 100%;
    height: 3em;
    padding: 0.8em 1.5em;
    background: white;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;

}

.close-btn.focused {
    display: inline-block;
    width: 1.5em;
    background-image: url("../img/buttons/close_button.png");
    background-color: transparent;
    background-size: 100% 100%;
    border: none;
    height: 1.5em;
    position: absolute;
    z-index: 1110;
    right: 2.5%;
    top: 5%;
    cursor: pointer;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.close-btn.focused:hover {
    background-image: url("../img/buttons/close_button_hover.png");
}

.add_song_input {
    margin: 0.5em auto 1.5em;
    display: inline-block;
    color: #343434;
    border: 1px solid #383838;
    font-size: 0.9em;
    font-weight: 200;
    height: 3em;
    width: 100%;
    padding: 0.8em 1.5em;
    background: #202020 url("../img/buttons/search_icon.png") no-repeat right;
}

.add_song_input:focus,
.add_song_input.focused {
    background: white url("../img/buttons/search_icon.png") no-repeat right;
    color: #343434;
    border-color: white;
    -webkit-box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.69);
    box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.69);

}

.add_song_input.focused{
    position: absolute;
    z-index: 1110;
    top: 4%;
    height: 7%;
    left: 30%;
    width: 40%;
    margin: 0;
}

.add_song_input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #383838;
}

.add_song_input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #383838;
    filter: alpha(opacity=100);

    opacity: 1;
}

.add_song_input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #383838;
    filter: alpha(opacity=100);
    opacity: 1;
}

.add_song_input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #383838;
}

.add_song_lis {
    -webkit-box-shadow: 3px 6px 26px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 3px 6px 26px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 26px -5px rgba(0, 0, 0, 0.6);
    position: absolute;
    background: #C2C2C2;
    z-index: 1101;
    width: 90%;
    left: 5%;
    right: 5%;
    top: 15%;
    max-height: 80%;
    overflow: auto;
}

.add_song_button {
    cursor: pointer;
    float: right;
    width: 8%;
    margin: 2%;
}

.add_song_title {
    font-size: 0.8em;
    padding: 0.1em 0.625em;
    height: 4.8em;
    line-height: 1.6em;
    white-space: pre-line;
    overflow: hidden;
    font-weight: 300;
    color: #343434;
}

.delete_song_button {
    cursor: pointer;
    float: right;
    width: 1.375em;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    visibility: hidden;
}

.playlist-item:hover .delete_song_button {
    visibility: visible;
}

.search-item {
    height: 5em;
    /* position: relative; */
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    width: 31%;
    display: inline-block;
    padding: 1em 1%;
    /* margin: 0 1%; */
}
.search-item:nth-of-type(3n) {
    border-right:none;
}

.search-song-thumb {
    float: left;
    font-size: 0.8em;
    max-height: 5em;
    max-width: 30%;
    margin: 0.3em;
    border: 3px solid #383838;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.toggle-search{
    position: absolute;
    z-index: 1110;
    left: 2.5%;
    top: 5%;
}
.toggle-desc.true {
    color:#ed1447;
}
.toggle-desc{
    display: inline-block;
    position: relative;
    bottom: 14px;
    font-size: 0.8em;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.7);
    padding-left: 1em;
}
.list-group-item {
    cursor: pointer;
}

.list-group-item:hover  {
    background-color: #FFF;
}

.list-group-item:hover .search-song-thumb {
    -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
}

.search-description {
    height: 5em;
    width: 100%;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.lateral-slide-menu-scrollable-container {
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: -webkit-transform 160ms, opacity 160ms;
    -moz-transition: -moz-transform 160ms, opacity 160ms;
    -o-transition: -o-transform 160ms, opacity 160ms;
    transition: transform 160ms, opacity 160ms;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.lateral-slide-menu-scrollable-container::-webkit-scrollbar {
    display: none;
}

.lateral-slide-menu-toggle:focus {
    outline: none;
}

.lateral-slide-menu-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 600;
}

.lateral-slide-menu-main-page {
    -webkit-transition: -webkit-transform 192ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
    -moz-transition: -moz-transform 192ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
    -o-transition: -o-transform 192ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
    transition: transform 192ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
    z-index: 800;
}

.lateral-slide-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    outline: none;
}

.lateral-slide-menu-in-transition {
    overflow: hidden;
    height: 100%;
}

.lateral-slide-menu-in-transition .lateral-slide-menu {
    position: fixed;
    z-index: auto;
}
.lateral-slide-menu-scrollable-container *,
.infoWindowContent *{
    font-size: 0.95em;
}
.lateral-slide-menu-in-transition .lateral-slide-menu-scrollable-container {
    display: block;
    width: 20em;
}

.lateral-slide-menu-is-open .lateral-slide-menu-overlay {
    display: block;
}

.lateral-slide-menu-is-open .lateral-slide-menu-overlay,
.lateral-slide-menu-is-open .lateral-slide-menu:focus ~ .lateral-slide-menu-overlay {
    left: 20em;
    z-index: 900;
}

.lateral-slide-menu-is-open .lateral-slide-menu-main-page {
    -webkit-animation-duration: 320ms;
    animation-duration: 320ms;
    -webkit-transform: translate3d(20em, 0, 0);
    transform: translate3d(20em, 0, 0);
}

.lateral-slide-menu-is-open .lateral-slide-menu-scrollable-container {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.lateral-slide-menu {
    background-color: #f2f2f1;
    -webkit-box-shadow: inset -1px 0px 12px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset -1px 0px 12px -2px rgba(0, 0, 0, 0.4);
    box-shadow: inset -1px 0px 12px -2px rgba(0, 0, 0, 0.4);
    font-size: 0.8em;
    /* ========== LISTE DES LIENS : + styles des liens en bas ======================= */
    /* ============================================================================== */
    /* Styles des liens de la navigation */
}

.lateral-slide-menu h3 {
    margin: 0.5em 0 0 8%;
    font-weight: 400;
    font-size: 0.9em;
    color: #BBB;
    border-top: 1px #DDD solid;
    padding: 0.5em 0;
}

.lateral-log-in {
    background: #AAA url("../img/buttons/key-button.png") center center no-repeat !important;
    background-size: 1.4em 0.65em !important;
}

.lateral-log-in:hover {
    background: #ed1447 url("../img/buttons/key-button.png") center center no-repeat !important;
}

.lateral-slide-menu input {
    margin: 0 auto 1.5em;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    color: #383838;
    width: 66%;
    /* font-size: 0.8em; */
    font-weight: 300;
    padding: 0.7em 1em;
    border: 1px solid #CCC;
    /* border-bottom-left-radius: 3px; */
    /* border-top-left-radius: 3px; */
    margin-left: 7%;
    display: inline-block;
}

.lateral-slide-menu select {
    margin: 0 auto 1.5em;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    color: #383838;
    width: 66%;
    /* font-size: 0.8em; */
    font-weight: 300;
    padding: 0.7em 1em;
    border: 1px solid #CCC;
    /* border-bottom-left-radius: 3px; */
    /* border-top-left-radius: 3px; */
    margin-left: 7%;
    display: inline-block;
}

.lateral-slide-menu input:focus {
    border-color: #ed1447;
}

.lateral-slide-menu input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #CCC;
}

.lateral-slide-menu input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #CCC;
    filter: alpha(opacity=100);
    opacity: 1;
}

.lateral-slide-menu input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #CCC;
    filter: alpha(opacity=100);
    opacity: 1;
}

.lateral-slide-menu input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #CCC;
}

.lateral-slide-menu button {
    background: #AAA;
    margin: 0 auto 1.5em;
    color: white;
    width: 20%;
    margin-right: 7%;
    font-weight: 300;
    padding: 0.7em 1em;
    border: none;
    border-left: none;
    /* border-bottom-right-radius: 3px; */
    /* border-top-right-radius: 3px; */
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lateral-slide-menu button:hover {
    background: #ed1447;
}

.lateral-slide-menu ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.lateral-slide-menu a {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    height: 50px;
    line-height: 53px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 10px;
    text-decoration: none;
    box-sizing: border-box;
    color: #ffffff;
}

.lateral-slide-menu a.selected {
    color: #ffffff;
    background: #90D5DB;
}

.lateral-slide-menu a:active {
    color: #52A4D4;
}

.lateral-slide-menu a:before {
    position: relative;
    top: 8px;
    margin: 0 10px 0 11px;
}

.horizontal dl {
    margin-top: 0;
    margin-bottom: 1em;
}

.horizontal dt {
    float: left;
    width: 30%;
    line-height: 1.4em;
    font-weight: 700;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1em
}

.horizontal dd {
    margin-left: 35%;
    width: 60%;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.4em;
}

.horizontal h3 {
    font-size: 1.2em;
    font-weight: 200;
    margin: 2em 1.4em 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #E2E2E2;
}

#about_playlist {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #C2C2C2;
    color: #343434;
}

#about_playlist .wrapper {
    overflow: auto;
    padding-top: 1em;
}

#about_playlist h2 {
    font-size: 1.34em;
    padding: 1.2em 1.4em 0.6em;
    text-align: center;
    color: #343434;
    letter-spacing: 1px;
}

/* Hover on menu sweep to bottom */
/* Sweep To Left */
.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-image: url("../img/buttons/search_icon.png");
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ed1447;

    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
    color: white;
    font-size: 0.9em;
}

.hvr-sweep-to-left:active:before {
    background-color: #b50f36;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
    50% {
        color: white;
    }
}

@keyframes hvr-back-pulse {
    50% {
        color: white;
    }
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active, .hvr-back-pulse a {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    color: #777;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: #777;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.empty-img {
    display: block;
    margin: auto;
    max-width: 60%;
    padding-top: 2em;
    padding-bottom: 0em;
}

.empty-note .empty-list {
    max-width: 80%;
    margin: auto;
    font-size: 0.8em;
}

.empty-note .head {
    font-size: 0.8em;
    font-weight: 600;;
}

.number-in-circle {
    border-radius: 50%;
    background-color: #666;
    font-weight: 600;
    color: #242424;
    font-size: 0.8em;
    width: 2.4em;
    height: 2.4em;
    text-align: center;
    line-height: 2.4em;
    margin: 0em auto 0;
}

.invalid-track-info {
    cursor: pointer;
    color: #ed1447;
    font-size: 12px;
}

.invalid-track {
    color: #ed1447;
    font-weight: bold;
}

.slider {
    background-color: #ed1447;
    width: 1.5em;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
}

.slider span {
    background-color: #E2E2E2;
    font-weight: bold;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: inset 2px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 2px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 2px 1px 8px 0px rgba(0, 0, 0, 0.5);
}

.extra-controllers-player {
    position: absolute;
    display: block;
    left: 2.0em;
}

#splash-screen {
    background-image: url("../img/layout/background_1346.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

#about-screen {
    background: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 10;
    position: relative;
    height: 100%;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
}

#splash-screen h1 {
    color: white;
    position: absolute;
    margin-left: 3%;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 2em;
    font-family: 'Quicksand', sans-serif;
}

#about-screen h2 {
    font-weight: 100;
    /* letter-spacing: 1px; */
    font-size: 2.5em;
    font-family: 'Quicksand', sans-serif;
    padding-bottom: 1em;
}

#about-screen h3 {
    font-weight: 100;
    /* letter-spacing: 1px; */
    font-size: 1.5em;
    font-family: 'Quicksand', sans-serif;
}

.white-row h2 {
    color: #ed1447;
}

#splash-screen .enter {
    color: white;
    position: absolute;
    top: 9em;
    left: 3em;
    margin: 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 0.75em;
    padding: 0.6em 2em;
}

.by-appyours {
    font-size: 0.5em;
    position: relative;
    top: 1.5em;
    right: 1.5em;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.pink-row.row {
    background-color: #ed1447;
    color: white;
    position: relative;
    z-index: -2;
}

.white-row.row {
    text-align: right;
    position: relative;
    background-color: white;
}

#about-screen .row {
    padding: 5% 0 0 0;
}

#about-screen .row.first {
    padding: 15% 0 20% 0;
}

#about-screen .row.map-row {
    padding: 35% 0 35% 0;
}

#about-screen .row.scan-row {
    padding: 10% 0 20% 0;
}

.skew-stripe-5 {
    -ms-transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    background-color: white;
    width: 100%;
    height: 20em;
    position: relative;
    display: block;
    float: left;
    -webkit-box-shadow: 2px -2px 10px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 2px -2px 10px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 2px -2px 10px 0px rgba(0, 0, 0, 0.40);
}

.skew-stripe-7-rev {
    -ms-transform: skewY(7deg);
    -webkit-transform: skewY(7deg);
    transform: skewY(7deg);
    background-color: white;
    width: 100%;
    height: 26em;
    z-index: -1;
    position: relative;
    display: block;
    float: left;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
}

.skew-stripe-3-rev {
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    background-color: white;
    width: 100%;
    height: 10em;
    z-index: -1;
    position: relative;
    display: block;
    float: left;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.40);
}

.to-yoobox {
    left: 0;
    top: 1em;
}

.beta-v {
    position: absolute;
    top: 0;
    right: 0;
    height: 4.5em;
    width: 4.5em;
    z-index: 1000;
}

#navigation {
    margin-right: 3em;
}

.to-yoobox {
    margin-right: 2em;
}

#to-print,
#mobile-mess,
.retina{
    display: none;
}

/* heartbeeat */
@-webkit-keyframes heartbeat {
    34% {
        transform: scale(1, 1);
    }
    42% {
        transform: scale(1.2, 1.2);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    58% {
        transform: scale(1.2, 1.2);
    }
    66% {
        transform: scale(1, 1);
    }
}

@-moz-keyframes heartbeat {
    34% {
        transform: scale(1, 1);
    }
    42% {
        transform: scale(1.2, 1.2);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    58% {
        transform: scale(1.2, 1.2);
    }
    66% {
        transform: scale(1, 1);
    }
}

@-o-keyframes heartbeat {
    34% {
        transform: scale(1, 1);
    }
    42% {
        transform: scale(1.2, 1.2);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    58% {
        transform: scale(1.2, 1.2);
    }
    66% {
        transform: scale(1, 1);
    }
}

@keyframes heartbeat {
    34% {
        transform: scale(1, 1);
    }
    42% {
        transform: scale(1.2, 1.2);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    58% {
        transform: scale(1.2, 1.2);
    }
    66% {
        transform: scale(1, 1);
    }
}

@media (min-width: 1346px) {
    #youtube {
        height: 70%;
    }

    #song-info {
        height: 10%;
    }


    #splash-screen {
        background-image: url("../img/layout/background_1420.jpg");
    }
}

@media (min-width: 1420px) {
    .yoobox-description {
        bottom: 3.5em;
    }


    #splash-screen {
        background-image: url("../img/layout/background_1580.jpg");
    }
}

@media (min-width: 1580px) {


    #splash-screen {
        background-image: url("../img/layout/background_1800.jpg");
    }
}

@media (min-width: 1800px) {
    #youtube {
        height: 70%;
    }

    #song-info {
        height: 10%;
    }


    #splash-screen {
        background-image: url("../img/layout/background_2000.jpg");
    }
}

@media (max-width: 891px) {
    #title-page,
    #splash-screen,
    .main-page
    {
        display: none
    }

    #mobile-mess {
        display: block;
        background-color: #202020;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .mob-btn{
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0.8em 0em;
        letter-spacing: 1px;
        display: inline-block;
        margin: auto;
        float: none;
        position: relative;
        text-align: center;
        width: 33%;
        left: 33%;
    }
    .mob-desc{
        padding: 1em 2em;
        color: white;
        letter-spacing: 1px;
        /* text-transform: uppercase; */
        font-size: 0.8em;
        border-top: 1px solid #232323;
        background-color: #303030;
        font-weight: 200;
        text-align: center;
        -webkit-box-shadow: inset 1px 2px 9px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 1px 2px 9px -1px rgba(0,0,0,0.75);
        box-shadow: inset 1px 2px 9px -1px rgba(0,0,0,0.75);
    }
    .mob-logo{
        display: block;
        margin: 2em auto;
    }
    h1{
        font-size: 2em;
        color: white;
        font-weight: 100;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1800px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1800px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1800px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1800px),
only screen and (                min-resolution: 192dpi) and (min-width: 1800px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1800px) {


    *{
        font-size: 32px;
    }
    .non-retina{
        display: none;
    }
    .retina{
        display: inline;
    }

    .facebook {
        background-image: url("../img/social/facebook@2x.png");
    }

    .twitter {
        background-image: url("../img/social/twitter@2x.png");
    }

    .google-plus {
        background-image: url("../img/social/google-plus@2x.png");
    }
/*
    .mute {
        background-image: url('../img/player-btns/mute_button_on@2x.png');
    }

    .un-mute {
        background-image: url('../img/player-btns/mute_button@2x.png');
    }

    .scroll-btn {
        background-image: url('../img/player-btns/focus_button@2x.png');
    }

    .as-active {
        background-image: url('../img/player-btns/focus_button_on@2x.png');
    }

    .previous-button {
        background-image: url('../img/player-btns/previous_button@2x.png');
    }

    .previous-button:hover {
        background-image: url('../img/player-btns/previous_button_hover@2x.png');
    }

    .next-button {
        background-image: url('../img/player-btns/next_button@2x.png');
    }

    .next-button:hover {
        background-image: url('../img/player-btns/next_button_hover@2x.png');
    }

    .repeat-button {
        background-image: url('../img/player-btns/repeat_button@2x.png');
    }

    .repeat-button:hover {
        background-image: url('../img/player-btns/repeat_button_hover@2x.png');
    }

    .repeat-button.on {
        background-image: url('../img/player-btns/repeat_button_on@2x.png') !important;
    }

    .shuffle-button {
        background-image: url('../img/player-btns/shuffle_button@2x.png');
    }

    .shuffle-button:hover {
        background-image: url('../img/player-btns/shuffle_button_hover@2x.png');
    }

    .shuffle-button.on {
        background-image: url('../img/player-btns/shuffle_button_on@2x.png') !important;
    }
*/

}

@media print {
    @page{size:auto; margin-bottom:5mm;}
    #mobile-mess,
    .main-page {
        display: none
    }

    #to-print {
        display: block;
    }

    .playlist-qr-code {
        position: fixed; /* or absolute */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        padding: 0;
    }

    h1 {
        color: black;
        text-align: center;
        font-size: 2.5em;
    }
}