@charset "UTF-8";
/* CSS Document */



#photos {
	padding: 0 15px;
	margin-bottom: 40px;
}
#photos .subtitle {
	margin-bottom: 40px;
	font-size: 16px;
	font-family: Montserrat, "Open Sans", Arial;
}
#photos .col11 {
	width: 780px;
}
#photos .items {
	margin-bottom: 40px;
}
#photos .items li {
	/*
	height: 125px;
	width: 25%;
	*/
	height: 33%;
	width: 33%;
	float: left;
	position:relative;
}
#photos .items li a {
	height: 100%;
	width: 100%;
	display: block;
}
#photos .items li img {
	width: 100%;
	height: 100%;
}
#photos .items li .loupe {
	z-index: 2;
    width: 45px;
    height: 45px;
    position: absolute;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    opacity: 0.5;
    top: 35%;
    left: 40%;
    padding: 5px;
    border-radius: 50%;
    background-color: #333;
}
#photos .items li a:after {
	display: block;
	content: "";
	opacity: 0;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
    background: #fc634f;
}
#photos .items li a:hover:after {
	/*
	width: 100%;
	height: 100%;
	opacity: 0.5;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	*/
}
#tags li {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 2px 15px;
	float: left;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #666;
    border-radius: 3px;
    /*
	background-color: #e4e4e4;
    */
}
#tags li.active {
	/*
    background-color: #ec5b1e;
    */
	color: #FFF;
    background-color: #DD4925;
}
#tags li:first-letter {
	font-size: 1.2em;
}




.body-ad+.body-blue {
	margin-top: 50px;
}


#tabs-container {
	margin-bottom: 40px;
}





@media (max-width: 767px) {
	#photos{
		padding: 0;
		margin-bottom: 0;
	}
	#photos .subtitle {
		margin-bottom: 20px;
	}
	#photos .col11{
		width: 100%;
	}
	#photos .items {
		margin-bottom: 20px;
	}
	#photos .items li{
		height: 125px;
		width: 50%;
	}
	#tags li {
		font-size: 10px;
	}
}