.homepage {
    background-image: url('../img/homepage_background.jpg');
    background-repeat: no-repeat;
    background-position: 0 102px;
    background-size: cover;
}
.homepage #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px 0px -110px 0px;
}

.homepage #wrap > .container, .homepage #wrap > .container-fluid  {
    padding: 120px 0px 80px 0px;
}

.homepage #home {
    margin: 0 auto;
    position: relative;

    box-shadow: 0px 0px 10px 1px #000;
    -moz-box-shadow: 0px 0px 10px 1px #000;
    -webkit-box-shadow: 0px 0px 10px 1px #000;
    
    width: 800px;
    height: 609px;
    /*position: absolute;
    top: 0; bottom: 0; left: 0; right: 0; */
    border: 2px solid #fff;

    opacity: 0.6;
    background-color: white;
     
    background-size: 102% 102%;
    background-position: center;
}

.container > h2, .container-fluid h2 {
	display:none;
}

.container #mainbody, .container-fluid #mainbody { 
	background: none;
	box-shadow: none;
}

#home #unipi {
    max-width: 18%;
    position: absolute;
    bottom: 8%;
    left: 4%;
}

#home #logo_institution {
    max-width: 18%;
    position: absolute;
    bottom: 5%;
    left: 4%;
}

#home #vitisdbwg {
    width: 12%;
    position: absolute;
    right: 5%;
    bottom: 47%;
}

#home #ager {
    width: 12%;
    position: absolute;
    right: 5%;
    bottom: 34%;
}

#home #mipaaf {
    width: 12%;
    position: absolute;
    right: 5%;
    bottom: 20%;
}

#home #collemassari {
    max-width: 15%;
    position: absolute;
    right: 3%;
    bottom: 8%;
}

#home #lastUpdated {
    max-width: 25%;
    position: absolute;
    right: 3%;
    bottom: 2.5%;
}

#home #issn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

#responsive {
	color: #ffffff;
	position: absolute;
	bottom: 4em;
	right: -5.5em;
	font-size: 120%;
	font-family: 'Oswald', sans-serif;
    transform:rotate(270deg);
    -ms-transform:rotate(270deg); /* IE 9 */
    -webkit-transform:rotate(270deg); /* Opera, Chrome, and Safari */	
}

.homepage .description {
    color: #ffffff;
    padding: 1em 20% 2em 20%;
    font-weight: bold;
    line-height: 1.7em;
}

.homepage .description p {
    text-align: center;
}

.homepage h2, .homepage h3 {
    font-family: 'Oswald', sans-serif;
}

.homepage footer {
    background-color: #ffffff;
    color: #6b6b9b;
    min-height: 110px;
}
.homepage footer .container {
	background-color: #ffffff;
}

@media only screen and (max-width : 1200px), only screen and (max-height: 930px) {
    .homepage #home {
        width: 700px;
        height: 533px;
    }
}

@media only screen and (max-width : 979px) {
    .homepage #home {
        width: 600px;
        height: 457px;
    }
    
    .homepage #wrap > .container {
        padding-top: 0;
    }
}

@media only screen and (max-width : 767px) {
    .homepage #home {
        width: 400px;
        height: 304px;
    }
    
    #page_title h1 {
        padding-left: 10px;
    }
    
    footer {
        margin: 0 -20px;
    }
    footer .container {
        padding-left: 10px;
    }
}

@media only screen and (max-width : 480px) {
    .homepage #home {
        width: 300px;
        height: 228px;
    }
    
    #page_title h1 {
        font-size: 1.8em;
    }
    #page_title .login span {
        display: none;
    }
}

@media only screen and (max-width : 320px) {
    .homepage #home {
        width: 240px;
        height: 183px;
    }
}

