section#Welcome {
    padding-top: 25px;
}

.container-photogallery {
    width: 100%;
    overflow: hidden;
}
div#demo-test-gallery {
    width: 100%;
    overflow: hidden;
    margin-bottom: 95px;
}

.container-photogallery{
    width: 100%;
    overflow: hidden;
}

.album {
    width: 31%;
    float: left;
    margin: 1%;
    overflow: hidden;
    height: 235px;
    position: relative;
}

.foto {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.foto img {
    width: 100%;
    min-height: 100%;
}

.foto>p {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 400px;
    bottom: 0px;
    right: 10px;
    z-index: 997;
}

span.ico_foto {
    font-family: 'HeydingsCommonIconsRegular';
}

.caption-foto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 90%;
    margin: 3% 5%;
    text-align: center;
    border: 1px solid #F3F3F3;
    padding: 16px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.62) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.62) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.62) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9effffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

p.title-album {
    font-size: 1.4em;
    text-shadow: 1px 1px 2px #fff;
}

.album:hover>.caption-foto 
{
	border-color:#28B9D1 !important;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.72) 71%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.72) 71%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.72) 71%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
p.data-album {
    display: none;
}

h1.title_album {
    font-size: 60px !important;
    text-align: center;
    margin-bottom: 5px;
}

h2.section-heading {
    visibility: hidden;
}

p.num_foto_album {
    display: none;
}

a.demo-gallery__img--main {
    display: block;
    width: 31%;
    margin: 1%;
    float: left;
    overflow: hidden;
     height: 250px;
    text-align: center;
    background-color: #000;
}

.section.section--head {
    width: 100%;
    overflow: hidden;
}

.section.section--head .row {
    width: 98%;
    margin: 0 auto;
}

@media(max-width:1200px) {
.album{
    width: 48% !important;
}

a.demo-gallery__img--main {
    width: 48%;
}

}


@media(max-width:600px) {
.album {
    height: 220px;
}	

a.demo-gallery__img--main {
    height: 220px;
}
}


@media(max-width:450px) {
.album{
    width: 98% !important;
    height: auto;
}


a.demo-gallery__img--main {
    width: 98%;
    height: auto;
}

a.demo-gallery__img--main {
    width: 98%;
    height: auto;
}

.caption-foto {
    margin: 5%;
}
}





