/* Add here all your CSS customizations */
.photography-item{
	position:relative;	
	float:left;
	width:98%;
	margin-left:2%;
	overflow:hidden;
}
.photography-item h2{
	position:absolute;
	left:40px;
	background-color:#000;
	color:#FFF;
	padding:6px 12px;
	z-index:10;
}
.photography-item img{
	width:100%;
}

.photography-item.photography-30{	width:28%;}
.photography-item.photography-40{	width:38%;}
.photography-item.photography-50{	width:48%;}
.photography-item.photography-60{	width:58%;}
.photography-item.photography-70{	width:68%;}

.google-map{
	margin:15px 0 -50px 0 ;	
}
.portfolio-details{
	margin-top:0px !important;	
	display: inline-block;
}

.portfolio-details ul li{ display: block; }
p.taller {
	margin-bottom: 10px !important;
}
ul.list.icons li i.warning {
	color: #c9302c;
}
ul.list.icons li i.gold{
	color: #FFD700;
}
.btn-buy{
	padding:0px !important;
}
.btn-buy .desde{
	font-size: 0.8em;
	height: 8px;
	margin-top:2px;
}
.btn-buy .price{
	font-size: 1.8em;
	font-weight: bold;
	margin:0px 20px 6px 20px;
}
.btn-buy .bottom{
	background-color:#076396;
	padding: 2px 12px;
}

.pricing-table h3 span {
	font: bold 25px / 86px Georgia, Serif;
}
.pricing-table h3 small {
	line-height: 64px;
}


.container-navidad .btn-buy .bottom{
	background-color:#8a1012;
}
.navidad-corner{
	background-image: url(../img/navidad-corner.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 192px;
	width: 192px;
	position: absolute;
	top: -40px;
	left: -25px;
}



.portfolio-item .overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
.portfolio-item:hover .overlay .icons {
  position: absolute;
  top: 50%;
}
.portfolio-item .overlay .icons {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-item:hover .overlay .icons{
  opacity: 1;
}
.portfolio-item .overlay .icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 3px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    background-color: #fff;
    border-radius: 100px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}