/*
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 : 2016-08-09, 12:22:51
    Author     : PawelC-DellPrecision
*/
html{
    height:100%;
    min-height:100%;
}
body{
    background: url("../images/acti_bgd.jpg") no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}
#logo{
    background: url("../images/activlihgt_logo.png") no-repeat;
    display: inline-block;
    max-width: 303px;
    max-height: 51px;
    width: 303px;
    height: 51px;
    margin-bottom: 25px;
    background-size:contain;
}
.page-header{
    margin-top: 10%;
    border: none;
}
.page-footer-container{
    border: none;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}
p{
    font-family: Arial;
    font-size: 18px;
    color: #FFFFFF;
}
.container-full{
    margin: 0 auto;
    width: 100%;
}
.container-full .row{
    margin-top: 7%;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.17);
}
#cz a{
    background: url("../images/cz.png");
}
#sk a{
    background: url("../images/sk.png");
}
#pl a{
    background: url("../images/pl.png");
}

#language-box div a{
    display: inline-block;
    width: 93px;
    height: 62px;
    margin-bottom: 20px;
    

    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.7);
}
#language-box div a:hover{
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.8);
}

#language-box div p{
    text-transform: uppercase;
}

#language-box div div p{
    text-transform: none;
    font-size: 16px;
}


#language-box div div {
        background:none;
    }


#cz div, #sk div , #pl div

{
    display: none;
    margin: 5x;
}


@media (max-width: 767px) {
    .container-full .row{
        background: none;
        background-color: transparent;
        padding: 0px;
        
    }
    #language-box div a{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #language-box div{
        background-color: rgba(255, 255, 255, 0.17);
        margin-bottom: 2px;
    }
    

}
@media (min-width: 768px) and (max-width: 970px) {
    .container-full .row{
        /*margin-top: 40%;*/
    }
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}