@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Scheherazade:400,700&display=swap&subset=arabic');

BODY {
	font-family: 'El Messiri', sans-serif;
	/*font-family: 'Scheherazade', serif;*/
	font-size: 10pt;
	color: #1f2224;
	font-weight: 500
}
A {
	FONT-WEIGHT: normal;
	COLOR: #1f2224; 
	TEXT-DECORATION: none;
}

A:hover {
	 COLOR: #1ab394; 
	 TEXT-DECORATION: none;
}

.card-titel{
    color: #2d353c;
}

.navbar-left{
	padding-left: 0px;
}

.bg-dark-gray{
    background-color: #333333;
}

.bg-card{
    background-image:url(../img/bg-corner-wt.png);
    background-position: right;
    background-size: cover;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.bg-card-right{
    background-image:url(../img/bg-corner-wt.png);
    background-position: left;
    background-size: cover;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.bg-playlist{
    background-image:url(../img/bg-corner-top.png);
    background-position: left;
    background-size: cover;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.bg-header{
    background-image:url(../img/bg-corner-right-bgwt.png);
    background-position: right;
    background-size: cover;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}


.bg-header-left{
    background-image:url(../img/bg-corner.png);
    background-position: right;
    background-size: cover;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}


.bg-card-left{
    background-image:url(../img/bg-corner.png);
    background-position: right;
    background-size: cover;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.artistSearchBtn{
    position: relative;
    width: 30px;
	height: 30px;
    top: 5px;
    right: 240px;
    float: left;

}

/* Menu*/
#links-menu{
  width: 450px;
  float: none;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;  
}

#links-menu li a{
  overflow: hidden;
  line-height: 28px;
  display: block;
  text-decoration: none;
  font-size: 9pt;
}

#links-menu li a:hover {
    background-color: #1ab394;
	color: white;
	border: 2px thin #206010;
}

.search-form{
	padding-left: 2px;
    padding-bottom: 10px;
}

.top-navigation .wrapper.wrapper-content{
 margin-top: 18px
}

.top-navigation .navbar-brand, .btn-playlist{
	margin: 0px;
}

.navy-bg-titel{
	background-color: #006666;
}

.dropdown-menu {
	right: 0;
}


/* Player */
a.jp-play, a.jp-pause {
	width: 35px;
	height: 32px;
	float: left;
}

a.jp-play-page, a.jp-pause-page{
    position: relative;
    width: 50px;
	height: 50px;
    top: 20px;
    left: 25px;
    float: left;
}

a.nextTrack{
    position: relative;
    top: 35px;
    left:30px;
    float: left; 
}

a.prevTrack{
    position: relative;
    top: 35px;
    left: 18px;
    float: left; 
}

a.jp-play {
	background: url('../img/player/play.png') no-repeat;
	background-size: 32px;
    background-position: right;
	opacity: 1
}

a.jp-pause {
	background: url('../img/player/pause.png') no-repeat;
	background-size: 32px;
    background-position: right;
	opacity: 1;
}

a.jp-play-page {
    background-size: 50px;
}

.trackPage.jp-play, .trackPage.jp-pause{
    width: 40px;
	height: 40px;
    background-size: 40px;
}
.playTools {
  display: none;
}

.trackItem:hover .playTools, .trackItemPlayList:hover .playTools {
  display: inline-block;
}

.releaseItem:hover .playTools {
  display: inline-block;
    
}

.trackItem:hover, .trackItemPlayList:hover, .releaseItem:hover{
  opacity: 1;
  background-color: #F1F1F1;
}

.mejs__play{ 
   pointer-events: none;
}

.trackItem:hover .image, .trackItemPlayList:hover .image  {
  opacity: 0.3;
}

.trackItem:hover .middle, .trackItemPlayList:hover .middle {
  opacity: 1;
}

.trackItem:hover .playTools, .trackItemPlayList:hover .playTools {
  display: inline-block;
}
.trackItem:hover, .trackItemPlayList:hover{
  opacity: 1;
  background-color: #F0F0F0;
}

.trackFooterName, .trackFooterArtist {
	color: #F1F1F1;
}

.trackFooterName:hover, .trackFooterArtist:hover {
	color: #1ab394;
}

.image {
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  opacity: 0;
  position: absolute;
  top: 13%;
  left: 21%;
  text-align: center;
}
.middle-page{
    opacity: 1;
}

.containerTrack {
  position: relative;
}

.release-card:hover{
    opacity: 0.7;
}

#bodyRelease .row{
    justify-content: center;
}


/* modal left*/
.modal.left .modal-dialog {
	position:fixed;
	right: 0;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
}

/*  playlist */
.modalPlaylist{
	width: 360px;
	height: 350px;
    bottom: 115px;
	display: none;
}

.hc-nav-trigger{
    min-height: 10px;
    left: 10px;
    top: 19px
}

.nav-custom-content{
    border-top: 1px solid #343D46;
}

.myPlaylisttext{
	color: #000
}

 .card-columns {
    column-count: 5;
}

.card-header {
    border-bottom: 0px;
}


/* Extra small devices (phones, 400px and down) */
@media only screen and (max-width: 400px) {
    
    BODY {
        font-size: 12pt;
        font-weight: 500
    }
	
    .card-columns {
        column-count: 2;
    }
    
	.release-card, .cats-card{
		width: 151px;
        opacity: 1;
	}
	
	h5{
		font-size: 14px;
	}

	a.jp-play, a.jp-pause {
		background-size: 36px;
		width: 39px;
		height: 36px;
	}
    
    a.jp-play-page, a.jp-pause-page{
        width: 50px;
        height: 50px;
    }

    a.nextTrack{
        left:32px;
    }
    
    a.jp-play-page {
        background-size: 50px;
    }

    .SearchContainer{
		margin-top: 50px;
		margin-bottom: 5px;
	}
    
    /*  playlist */
    .modalPlaylist{
        width: 320px;
        height: 330px;
        bottom: 145px;
        display: none;
    }
    
}


/* Extra small devices (phones, 600px and 400px) */
@media only screen and (min-width: 400px) and (max-width: 600px) {

    BODY {
        font-size: 12pt;
        font-weight: 500
    }
    
    .card-columns {
        column-count: 4;
    }
    
	a.jp-play, a.jp-pause {
		background-size: 32px;
		width: 35px;
		height: 32px;
	}
    
    a.jp-play-page, a.jp-pause-page{
        width: 50px;
        height: 50px;
    }
     
    a.nextTrack{
        left:32px;
    }

    a.jp-play-page {
        background-size: 50px;
    }
	
	
	.mejs__controls{
		padding-left: 0px;
	}
	
	
	.release-card, .cats-card{
		width: 180px;
	}

    
    .associated-links{
         height: 260px;
    }
    
    /*  playlist */
    .modalPlaylist{
        width: 340px;
        height: 330px;
        bottom: 145px;
        display: none;
    }
    
  
    
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {

    .card-columns {
        column-count: 4;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
	.searchMobil{
        display: block;
    }
    
  .hc-nav-trigger{
        min-height: 10px;
        left: 20px;
        top: 19px
    }
    


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	
}


