/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 13.11.2013, 17:50:55
    Author     : simon
*/
/*
#dots{
    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-image: url('bg_mask.png');
    z-index: 1;
    cursor: pointer;
}
*/
/*
.homepage{
    display: table;
    position: relative;
	width: 100%;
	height: 100%;
        background-color: yellow;
}

.homepage .yuiContainer{
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    text-align: center;
    max-height: 100%;
    z-index: 3;
}
*/

.homepage{
    width: 100%;
    height: 100%;
}

.homepage li{
    width: 100%;
    height: 100%;
    background-color: red;
}

.homepage li .yuiContainer{
    width: 100%;
    z-index: 3;
    position: absolute;
    bottom: 0;
}

.homepageNapis{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    display: table;
    font-size: 1em;
}

.homepageNapis .napisWrapper{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    z-index: 101;
    display: table-cell;
    vertical-align: middle;
}

.homepageNapis .napisWrapper .napis, .homepageMobile .napis{
    font-size: 5em;
    color: #fafafa;
    text-shadow: 2px 2px 2px rgba(80, 86, 90, 1);
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
}

.homepageNapis .napisWrapper .napis1, .homepageMobile .napis1{
    font-size: 3em;
    color: #fafafa;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px rgba(80, 86, 90, 1);
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
}

.homepageNapis .napisWrapper .moto, .homepageMobile .moto{
    font-family: 'Titillium Web', sans-serif;
    background-color: #4b97d2;
    display: inline-block;
    color: white;
    padding: 10px;
    font-size: 1.4em;
    font-style: italic;
}

.homepageNapis .napisWrapper .down{
    width: 40px;
    height: 40px;
    background: url(scrollDown.png);
    z-index: 10000;
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    background-color: #4b97d2;
    cursor: pointer;
}

.homepageLogos{
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  line-height: 30px;
  border-top: 2px solid #4b97d2;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}

.homepageNovice{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: white;
    line-height: 30px;
    border-top: 2px dashed #4b97d2;
    font-weight: 400;
}

.homepageNovice nav, .homepageNovice nav ul, .homepageNovice nav ul li{
    display: inline-block;
}

.homepageNovice nav ul li:not(:first-child):before {
    content: "\2219";
    margin-right: 5px;
}

.homepageNovice span{
    font-family: 'Open Sans', sans-serif;
    color: #4b97d2;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 10px;
    display: inline-block;

}


.homepage .homepageFooter{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #EFF6FB;
}

.homepage .homepageFooter p{
    margin: 0;
    padding:0;
    line-height: 40px;
    font-size: 0.9em;
    width: 50%;
    text-align: left;
    margin-left: 1%;
}

/*
.homepage .down{
    width: 40px;
    height: 40px;
    background: url(scrollDown.png);
    z-index: 10000;
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    background-color: #4b97d2;
    cursor: pointer;
}
*/
/* ******** homepage mobile **************/

.homepageMobile{
    display: none;
    padding: 25px;
    text-align: center;
    background-color: rgba(222, 236, 247, 1);
}

.homepageMobile .napis{
    font-size: 3em;
}

.homepageMobile .napis1{
    font-size: 2em;

}

.homepageMobile .moto{
    font-size: 1.4em;
}
/* *************************************** */

@media screen and (min-width: 1600px) {
    .homepage .napis{
        font-size: 6em;
    }
}

@media screen and (max-width: 1279px) {
    .homepage{
        display: none;
        width: 0;
	height: 0;
    }

    .homepageNapis{
        display: none;
    }

    .centered-btns_nav{
        display: none;
    }

    .homepageMobile{
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .homepageMobile{
        font-size: 0.8em;
    }
}
