html, body {
    height: 100%;
    cursor: default;
}

body {
    margin: 0;
    overflow: hidden;
    font: 18px/1.4 'aller_lightregular', Arial, sans-serif;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #078ce5;
    background-image: url(../img/background.png);
    color: #fff;

}

strong {
  font-family: 'allerbold', Arial, sans-serif;
  font-weight: normal;
}

::selection {
    background: #fff;
    color: #000;
}

::-moz-selection {
    background: #fff;
    color: #000;
}

.panel {
    position: absolute;
    z-index: 0;
    background: #fff;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -moz-box-shadow: 0 0 10px #fff;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}

.content {
    max-width: 45%;
    margin: 100px;

    float: left;

    position: relative;
    z-index: 1;    
}

h1 {
    font-size: 72px;
    line-height: 56px;
    font-weight: bold;    
}

h2 {
    margin: 15px 0 50px;    

    font-size: 30px;
    line-height: 30px;    
    font-weight: 300;    
}

.zitelia {
	max-width: 400px;
    margin: 50px 0;
}

.zitelia > a {
    display: inline-block;
    * display: inline;
    zoom: 1;
    margin-right: 8px;
    width: 400px;
    vertical-align: top;    
    
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration:none;

}

.zitelia > a > img {
	width: 100%;	
}

.zitelia > a > p {
	width: 100%;
	margin-left: 15%;
	color: #fff;
}

.zitelia > a:hover {
    background-position: -64px 0;
}

@media only screen and (max-width: 900px) {
    .content {
        margin: 50px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        padding: 30px;
    }

    .content {
        max-width: none;
        margin: 0;

        float: none;        
    }

    .iteisa a {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .hide-on-phones {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 48px;
        line-heiht: 36px;
    }

    h2 {
        margin-top: 0;
        font-size: 24px;
    }
}
