/*·····································*/
/*·····································*/
/* ············· IMPORT ···············*/
/*·····································*/
/*·····································*/


@import url(css/bootstrap.css);
@import url(css/jquery.bxslider.css);
@import url(css/zoomslider.css);
@import url(css/fonts.css);
@import url(css/modal.css);
@import url(css/style7.css);
@import url(css/lightbox.css);
@import url(css/audioplayer.css);


/*·····································*/
/*·····································*/
/* ·············· STYLE ···············*/
/*·····································*/
/*·····································*/

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background-color: #141414;
    border-left: 3px solid #141414;
}
::-webkit-scrollbar-thumb {
    background-color: #fff;
}

body, html {
    background-repeat: repeat-x repeat-y;
    height: 100%;
    font-family: 'PT Serif', sans-serif;
}

body,
.overlay-contentpush {
    background-color: #141414;
    background-image: url(img/global/back-pattern.png);
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

li {
    list-style: none
}

h1 {
    font-weight: 700;
}

h3 {
    margin: auto;
}

.sh-link-brown {
    color: #754c24;
}

.sh-link-brown:hover {
    color: #1d1d1d;
}


.sh-no-padding {
    padding: 0;
}

.sh-no-margin {
    margin: 0;
}

.sh-no-col-padding div[class*="col-"] {
    padding: 0; 
}

.sh-back {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.sh-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sh-overlay-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.18);
}

.sh-wrapper {
    max-width: 1170px;
    margin: auto;
}

.sh-text-align-center {
    text-align: center;
}

.sh-text-color-white {
    color: #fff;
}

/* ScrollReveal */
.sr .fooReveal {
    visibility: hidden;
}
/* ScrollReveal */

#lf-header-main {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    opacity: 0;
    
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
}

.border-white {
    border: solid 2px #fff;
    border-top: none;
}

.lf-header-logo,
.lf-header-pharaoh,
.lf-header-button {
    text-align: center;
}

.lf-header-pharaoh {
    background-color: #754C24;
    border-left: solid 2px #fff;
}

.lf-header-button {
    background-color: #fff;
    cursor: pointer;
}

.lf-header-button {
    transition: all .2s ease-in-out;
}

#lf-discography-button {
    color: #754c24;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.lf-header-button:hover {
    background-color: #754c24;
}

.lf-header-button:hover #lf-discography-button {
    color: #fff;
}

.lf-header-button:before {
    content: "";
    display: block;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
}

#lf-copyright {
    position: fixed;
    right: -3%;
    top: 45%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    z-index: 3;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#lf-lines {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 3;
}

#lf-zoomslide {
    width: 100%;
    height: 100%;
}



#lf-back-slider ul {
    padding: 0;
    margin: 0;
}

#lf-back-slider .bx-viewport,
#lf-back-slider .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}

#lf-back-slider .bxslider,
#lf-back-slider .bxslider li{
    height: 100% !important;    
}

#lf-back-slider .bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#lf-back-slider .bx-wrapper .bx-viewport{
    border: none !important;
}

#lf-social {
    position: fixed;
    bottom: 0;
    left: 3%;
    z-index: 3;
}

.md-content {
    background-color: #fff;
    color: #754c24;
    padding: 15px;
    border-radius: 0px;
    min-height: 150px;
    text-align: center;
    font-size: 16px;
}

.md-close {
    cursor: pointer;
    width: 40px;
    padding: 0 !important;
    position: absolute;
    right: 15px;
}

.lf-header-carousel img {
    -webkit-transition: all .5s;
}

.lf-header-carousel img:hover {
    -webkit-filter: brightness(0.85);
    filter: brightness(0.85);
}

.overlay-contentpush .sh-wrapper {
    margin: 5% auto;
    padding: 0 100px;
}

.lb-data .lb-close {
    background-size: contain;
}

#lf-discography-menu figure {
    text-align: center;
}

#lf-discography-menu figcaption {
    color: #fff;
    margin: 10px auto 10px;
}

#lf-discography-menu figure {
    opacity: .8;
    padding-bottom: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#lf-discography-menu figure:hover {
    opacity: 1;
}

.overlay-contentpush {
    overflow-y:scroll;
}

#npTitle {
    margin: 0;
    padding: 21px;
    text-align: right;
    min-width: 126px;
}

.sh-float-right {
    float: right;
}

.sh-float-left {
    float: left;
}

.discogrphy-section #mainwrap {
    font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
    color: #fff;
}

.lf-playlist {
    margin-top: -100px;
    margin-bottom: 7%;
}

.lf-playlist-title {
    color: #fff;
    text-align: center;
}

#audiowrap {
    margin-top: 15px;
}

#audiowrap #tracks {
    min-height: 90px;
}

#audiowrap audio {
    width: 90% !important;
    margin: auto;
    display: block;
}

.lf-album-cover {
    text-align: center;
}

#lf-header-back {
    position: relative;
    min-height: 250px;
    background-image: url(img/global/back-header-playlist.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

.back-gradient-dark {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 41px;
    background-image: url(img/global/back-gradient-dark.png);
    background-repeat: repeat-x;

}

#lf-the-tags {
    display: none;
}

.lf-fb-share {
    margin: 15% auto;
}

#NewRelease {
    position: fixed;
    right: 5px;
    max-width: 180px;
    bottom: 5px;
}


/*
*** Social Icons 
*/

.icon {
  display: block;
  float: left;
  vertical-align: top;
  overflow: hidden;
  margin: 0px;
  width: 46px;
  height: 46px;
  font-size: 0;
  text-indent: -9999px;
}

.icon-cube {
  position: relative;
  -webkit-perspective: 800px;
          perspective: 800px;
  overflow: visible;
}

.icon-cube::before,
.icon-cube::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/global/social-icons.svg");
  background-image: url("img/global/social-icons.svg"), none;
  content: "";
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.icon-cube::before {
  z-index: 2;
  background-color: #754c24;
}

.icon-cube::after {
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(48px) rotateX(-90deg);
          transform: translateY(48px) rotateX(-90deg);
}

.icon-cube:hover::before {
  opacity: 0;
  -webkit-transform: translateY(-48px) rotateX(90deg);
          transform: translateY(-48px) rotateX(90deg);
}

.icon-cube:hover::after {
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

/* facebook */
.icon-cube.facebook::before,
.icon-cube.facebook::after {
  background-position: 0 0;
}

.icon-cube.facebook::after {
  background-color: #3b5998;
}

/* soundcloud */
.icon-cube.soundcloud::before,
.icon-cube.soundcloud::after {
  background-position: -46px 0;
}

.icon-cube.soundcloud::after {
  background-color: #f50;
}

/* mail */
.icon-cube.mail::before,
.icon-cube.mail::after {
  background-position: -93px 0;
}

.icon-cube.mail::after {
  background-color: #1d1d1d;
}

/* pharaoh */
.icon.faraon {
    background-color: #fff;
    background-image: url(img/global/icon-eye.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}


/*
* Lightbox
*/

.lb-data .lb-details {
    display: none;
}

.lb-outerContainer,
.lightbox .lb-image {
    border-radius: 0;
}


/*·····································*/
/*·····································*/
/* ········· MEDIA QUERIES ············*/
/*·····································*/
/*·····································*/


@media screen and (min-width:1700px) {
    

    
}


@media (max-width: 1024px) {


    
}


@media (max-width: 767px) {
    
    .lf-header-logo, .lf-header-button {padding: 15px !important;}
    .overlay-contentpush .sh-wrapper {padding: 0 80px;}
    #lf-header-main {position: absolute;}
    .lf-playlist {margin-bottom: 100px; margin-top: 160px;}
    #audiowrap #tracks {min-height: 101px;}
    .lf-fb-share h2 {font-size: 21px;}
    #NewRelease {position: absolute;margin: auto;left: 0;right: 0;top: 150px;}
    #PorPuroGusto iframe {max-width: 80% !important;margin: auto;display: block;}
    
}


/* COL FIX */



@media (min-width: 767px) {

    .row.fit {display: table;width: 100%;}
    .row.fit [class*="col-"] {float: none;display: table-cell;vertical-align: middle;}
    
}




/*·····································*/
/*·····································*/
/* ·············· PACE ················*/
/*·····································*/
/*·····································*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #754c24;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #754c24, 0 0 5px #754c24;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #754c24;
  border-left-color: #754c24;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}






.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.9;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.9;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.9;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.9;	
	}			
}