
.language-selection{
    color:white;
    padding-top: 1%;
    padding-left: 15%;
    display: inline-block;
    width: 30%;
}

.selection{
    background-color: white;
    background-size: 200%;
    color:black;
    border-radius: 10px;
    font-weight:bold;
    padding: 0.5% 3%;
}

#fbiframe
{
    transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    float: right;
    padding-top: 1%;
    display: inline-block;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

body{
    padding:0;
    margin:0;
    background-color: black;
    -webkit-text-size-adjust: 100%;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
#content{
    background: url("images/background_small_bw3.jpg") no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% auto;
    background-attachment: scroll;

    min-width: 100%;
    color:white;
    left: 0;
    top: 0;
    float: left;
    position: relative;
}

#header img{
    width: 30%;
    clear: both;
    float: left;
    padding-left: 5%;
    display: inline-block;
}

#content h2{
    text-align: left;
    padding-left: 5%;
    padding-top: 19%;
}

.services{
    width: 50%;
    text-align: left;
    float: left;
    padding-left: 5%;
    line-height: 100%;
    margin-bottom: 2.5%;
}

.description{
    margin-right: 5%;
    margin-top: -10%;
    margin-left: 55%;
    margin-bottom: 3%;
}
.description-text{
    margin-bottom: 2%;
}

.description a{
    color: white;
    background-color: #191919;
    border: none;
    border-radius: 10px;
    padding: 1% 6% 1% 10%;
    text-decoration: none;
    font-size: 70%;
    background-image: url("images/fb_logo.png");
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: 5% 50%;
    margin-bottom: 100px;
}

#footer{
    background-color: black;
    width:100%;
    position: relative;
    float: left;
    left: 0;
    color:white;
}

.footer-logo{
    padding-top: 1%;
    padding-left: 5%;
    width: 20% ;
}

.footer-content{
    font-size: 0.6em;
    padding-left: 5%;
}

.footer-info{
    width: 25%;
    float: left;
    border-right: solid;
    border-right-width: 1px;
    border-right-color: white;
}

.footer-contacts{
    padding-left: 26%;
}

@media (max-width: 300px) {
    html { font-size: 30%; }
    .description button {
        height: 12px;
    }
    #fbiframe{
        transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        -o-transform: scale(.2);
        -moz-transform: scale(.2);
    }
}

@media (min-width: 300px) {
    html { font-size: 40%; }
    .description{
        margin-top: -2%;
    }
    .description button {
        height: 16px;
    }
    #fbiframe{
        transform: scale(.3);
        -ms-transform: scale(.3);
        -webkit-transform: scale(.3);
        -o-transform: scale(.3);
        -moz-transform: scale(.3);
    }
}

@media (min-width: 400px) {
    html { font-size: 50%; }
    .description{
        margin-top: -2%;
    }
    .description button {
        height: 16px;
    }
    #fbiframe{
        transform: scale(.3);
        -ms-transform: scale(.3);
        -webkit-transform: scale(.3);
        -o-transform: scale(.3);
        -moz-transform: scale(.3);
    }
}

@media (min-width: 575px) {
    html { font-size: 70%; }
    .description{
        margin-top: -2%;
    }
    .description button {
        height: 24px;
    }
    #fbiframe{
        transform: scale(.4);
        -ms-transform: scale(.4);
        -webkit-transform: scale(.4);
        -o-transform: scale(.4);
        -moz-transform: scale(.4);
    }
}

@media (min-width: 900px) {
    html { font-size: 100%; }
    .description button {
        height: 36px;
    }
    #fbiframe{
        transform: scale(.7);
        -ms-transform: scale(.7);
        -webkit-transform: scale(.7);
        -o-transform: scale(.7);
        -moz-transform: scale(.7);
    }
}

@media (min-width: 1400px) {
    html { font-size: 150%; }
    .description button {
        height: 45px;
    }
    #fbiframe{
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@media (min-width: 1800px) {
    html { font-size: 190%; }
    .description button {
        height: 60px;
    }
    #fbiframe{
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}

a{
    cursor: pointer;
    text-decoration: none;
    color: white;
}