body {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    min-height: 100vh;
    font: normal 16px sans-serif;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}

/* ADDED */
@media (min-width: 1200px) {
	.caption {min-height:160px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.caption {min-height:180px;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.caption {min-height:160px;}
}

@media (max-width: 767px) {
	.caption {min-height:60px;}
}

/* ADDED */
.trifacho {
	padding:0 40px;
}

.trifacho h1 {
    text-align: center;
    margin-top: 150px;
    font-family: sans-serif;
    font-weight: bold;
    font-size:55px;
    color: #333333;
    letter-spacing:-4px;
}

.trifacho h1 .cho {
	letter-spacing:-6px;
}

.trifacho h2 {
	text-align:center;
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom:20px;
    letter-spacing:-1px;
}

.trifacho h2 .cho {
	letter-spacing:-3px;
}

.trifacho h1 a,
.trifacho h2 a {
	text-decoration:none;
}

.trifacho p {
    text-align: center;
    margin: 20px auto 40px;
    font-size: 18px;
    color: #333333;
}

.trifacho .color1 {
	color:#007faf;
}

.trifacho .color2 {
	color:#f48f00;
}

.trifacho .color3 {
	color:#c94a38;
}

.trifacho .search1 {
	margin:0 auto;
	max-width:550px;
}

.trifacho .search2 {
	border-radius:0;
}

.trifacho .search3 {
	color:#ffffff;
	background:#007faf;
	border-color:#007faf;
	border-radius:0;
}

.trifacho .search4 {
	font-size:14px;
	margin:20px auto 0;
	display:none;
}

.second {
	display:none;
}

.tz-gallery .row {
	min-height:150px;
}

.template {
	display:none;
}

/* ADDED */
.languages {
	background:#333;
}

.languages a {
	color:#fff;
	padding:10px 20px;
	display:block;
	float:right;
}

.languages a:hover {
	text-decoration:none;
	background:#000;
}

.languages .active {
	background:#000;
}

/* ADDED */
.caption b {
	background-color:#ff0;
}
