/*******************************************************
** Porfix.eu
** Author: studio WPJ
********************************************************/

body {
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;

    background: url('../images/background.jpg') no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* xs */
.box {
    margin: 20px auto 20px auto;
    width: 333px;
    height: 860px;

    -webkit-box-shadow: 0px 60px 84px -28px rgba(42, 40, 46, 0.68);
    -moz-box-shadow: 0px 60px 84px -28px rgba(42, 40, 46, 0.68);
    box-shadow: 0px 60px 84px -28px rgba(42, 40, 46, 0.68);
}

.box-link {
    float: none;
    width: 100%;
    height: 430px;

    background: rgba(4, 137, 226, 1);
    background: -webkit-linear-gradient(top, rgba(4, 137, 226, 1) 0%, rgba(4, 137, 226, 1) 50%, rgba(4, 137, 226, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(4, 137, 226, 1) 0%, rgba(4, 137, 226, 1) 50%, rgba(4, 137, 226, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(4, 137, 226, 1) 0%, rgba(4, 137, 226, 1) 50%, rgba(4, 137, 226, 0.9) 100%);
    background: -moz-linear-gradient(top, rgba(4, 137, 226, 1) 0%, rgba(4, 137, 226, 1) 50%, rgba(4, 137, 226, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(4, 137, 226, 1) 0%, rgba(4, 137, 226, 1) 50%, rgba(4, 137, 226, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0489e2', endColorstr='#0489e2', GradientType=0);
}

.box-map {
    float: none;
    width: 100%;
    height: 430px;
    background: #ffffff;
    margin-bottom: 8px;
    text-align: center;
}

.box a {
    color: #ffffff;
    text-decoration: none;
}

.box a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.box-link .logo {
    padding: 47px 0 0 63px;
}

.box-link .imagemap-links ul {
    list-style-image: url('../images/ul.png');
    margin: 33px 0 0 33px;
}

.box-link .imagemap-links ul li.hover a {
    text-decoration: underline;
}

.international {
    list-style: none;
    margin: 35px 0 0 -20px;
}

.international .btn {
    display: block;
    width: 171px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding-top: 11px;

    border: 2px solid #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.international .btn:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
}

/* sm */
@media (min-width: 34em) {
    .box {
        width: 333px;
        height: 860px;
    }

    .box-link {
        float: none;
    }

    .box-map {
        float: none;
    }
}

/* md */
@media (min-width: 48em) {
    .box {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: 666px;
        height: 430px;
    }

    .box-link {
        float: left;
        width: 50%;
        height: 430px;
    }

    .box-map {
        float: right;
        width: 50%;
        height: 430px;
    }
}

/* lg */
@media (min-width: 62em) {
    .box {
        width: 666px;
        height: 430px;
    }
}

/* xl */
@media (min-width: 75em) {
    .box {
        width: 666px;
        height: 430px;
    }
}