@font-face {font-family: 'Code-Pro-Light-Demo';src: url('../fonts/webfonts/28E28B_0_0.eot');src: url('../fonts/webfonts/28E28B_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/28E28B_0_0.woff') format('woff'),url('webfonts/28E28B_0_0.ttf') format('truetype');}

body, h1, h2, h3, h4, h5, h6 {
	font-family: Code-Pro-Light-Demo;
}

#header img{
	margin-top: 15px;
}
#header h1 {
	text-align: center;
}
#header ul.inline-list{
	position: absolute;
	top: 17px;
	right: 20px;
	font-size: 12px;
}
#header ul.inline-list a{
	color: #000;
	text-transform: uppercase;
}
#header .nav li.active{
	border-bottom: 1px solid #ccc;
}

#infocontact {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}

@media only screen and (max-width: 600px){
	#header .nav{
		text-align: center;
	}
	#header ul.inline-list{
		position: static;
		display: inline-block;
		margin-left: 159px;
		margin-top: -23px;
	}
}

#single img{
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

#container{
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 10px;
}

.enu .inner{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 3px;
	overflow: hidden;
}

.enu .inner .info{
	display: none;
	position: absolute; /* Mismo paddin .inner */
	left: 3px; /* Mismo paddin .inner */
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 3px;
}
.enu .inner .info .info-inner{
    position: absolute;
    bottom: 0;
}
.enu .inner .info .info-inner p{
	font-style: normal;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.enu .inner .info .info-inner p.photographer{
	margin-bottom: 0;
}

#page h2{
	text-align: center;
}

#navigation{
    position: fixed;
    top: 50%;
    width: 100%;
    -webkit-overflow-scrolling:touch;
}
#navigation a{
	background-color: #000;
    padding: 20px 0;
    color: #ccc;
}
#navigation .prev{
	float: left;
	padding-left: 5px;
	border-radius: 0 5px 5px 0;
}
#navigation .next{
	float: right;
	padding-right: 5px;
	border-radius: 5px 0 0 5px;
}

@media only screen and (max-width: 1800px){
	.enu{
		width: 25%;
	}
}

@media only screen and (max-width: 768px){
	.enu{
		width: 33%;
	}
}

@media only screen and (max-width: 425px){
	.enu{
		width: 100%;
	}
}

#div-for-mono-sound{
	display: inline-block;
	position: relative;
}
#mono-sound{
	position: absolute;
	bottom: 11px;
	right: 0;
	width: 42%;
	height: 70%;
}

#footer{
	margin: 20px 0;
}

#footer .copy{
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #ccc;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.products {
    // Estilos aquí
}

.prices {
    // Estilos aquí
}
