@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);

* {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#B3B3B1;
}
body {
    background-color:#6a6864;
}
#main-logo-holder {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top:60px;
    padding-bottom:60px;
background-color:#000000;
}
#text-holder {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
background-color:#000000;
}
#text-wrapper {
    position: relative;
    height: auto;
    width: 1200px;
    text-align: left;
    overflow:hidden;
    margin:0 auto;
    padding-bottom:20px;
}
#footer-wrapper {
    position: relative;
    height: auto;
    width: 1000px;
    text-align: center;
    overflow:hidden;
    margin:0 auto;
    padding-bottom:40px;
}
h1 {
    line-height: 44px;
    font-size: 32px;
    margin-bottom:40px;
	color:#ae9a63;
}
p {
    line-height: 22px;
    font-size: 16px;
	color:#B3B3B1;
    margin-bottom:20px;
}
a {
	font-weight:500;
    line-height: 22px;
    font-size: 16px;
	color:#B3B3B1;
	text-decoration:none;
}
#partner-logo-holder {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
    background-color:#6a6864;
}
#partner-logo-wrapper {
    position: relative;
    height: auto;
    width: 1120px;
    text-align: center;
    overflow:hidden;
    margin:0 auto;
}
.partner-logo {
    position: relative;
    margin:100px;
    margin-top:60px;
    margin-bottom:60px;
width:calc(33.33% - 200px);
float:left;
background-size:contain;
background-position:center;
background-repeat:no-repeat;
}
#partner-logo-1 {
background-image:url('../img/logo-monreale.png');
}
#partner-logo-2 {
background-image:url('../img/logo-meckatzer.png');
}
#partner-logo-3 {
background-image:url('../img/logo-oleostepa.png');
}
.tt-logo {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.tt-image {
    position: relative;
    height: 22px;
    width: 100px;
    overflow: hidden;
}
.tt-image img {
    position: absolute;
    right: -89px;
    top: 7px;
}
@media screen and (max-width: 1550px){
}

@media screen and (max-width: 1280px){
#text-wrapper {
    width: calc(100% - 40px);
}
}

@media screen and (max-width: 1120px){
#footer-wrapper {
    width: calc(100% - 120px);
}
#partner-logo-wrapper {
    width: 100%;
}
.partner-logo {
    margin:60px;
    margin-top:60px;
    margin-bottom:60px;
width:calc(33.33% - 120px);
}
}

@media screen and (max-width: 880px){
.partner-logo {
    margin:30px;
    margin-top:60px;
    margin-bottom:60px;
width:calc(33.33% - 60px);
}
}

@media screen and (max-width: 700px){
}

@media screen and (max-width: 640px){
.partner-logo {
    margin:100px;
    margin-top:60px;
    margin-bottom:60px;
width:calc(100% - 200px);
}
}

@media screen and (max-width: 480px){
}

@media print {
}