html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html,body{
    width:100%;
    height:100%;
    min-height:100%;
    background:#000;
}

#ect-sitewrapper .ect-element{
    display: block;
    float: left;
    width: 24%;
    overflow: hidden;
    height: 0;
    padding-bottom: 24%;
}

#ect-sitewrapper .ect-element-big{
    display: block;
    float: left;
    width: 24%;
    overflow: hidden;
    height: 0;
    padding-bottom: 24%;
}
.ect-element img{
    width:100%;
    border:1px #000 solid;
    box-sizing: border-box;
    visibility: hidden;
      -webkit-transition: all 1s ease;
         -moz-transition: all 1s ease;
           -o-transition: all 1s ease;
          -ms-transition: all 1s ease;
              transition: all 1s ease;
}
.ect-element-animate img{
    cursor: pointer;
}
.ect-element-animate img:hover{
    z-index: 999;
     -webkit-transform: scale(1.25,1.25);
        -moz-transform: scale(1.25,1.25);
          -o-transform: scale(1.25,1.25);
         -ms-transform: scale(1.25,1.25);
             transform: scale(1.25,1.25);
}

#firma{
    text-align: center;
    width:100%;
    color:#CCC;
    font-family: 'Open Sans', sans-serif;
    font-size:.7em;
    margin:3em 0;
}
#firma a,#firma a:link,#firma a:active,#firma a:visited{
    color:#FFF;
    text-decoration: none;
}