/* CSS crunched with Crunch - http://crunchapp.net/ */
body {
    font-family: 'Raleway';
    line-height: 1;
    font-size: 62.5%;
    color: #000;
}

div.clear-fix {
    clear: both;
}

img {
    vertical-align: middle;
    border: 0;
}

#header {
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    #header h1 img {
        height: 100%;
        float: left;
    }

#nav-button {
    display: block;
    width: 31px;
    height: 23px;
    opacity: 0.5;
    background: url(../images/icon-menu.png) no-repeat top left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    float: right;
    cursor: pointer;
    margin-top: 9px;
}

    #nav-button:hover {
        opacity: 1;
    }

#nav-menu {
    width: 100%;
    clear: both;
    padding: 20px 0 10px 0;
}

    #nav-menu .nav li {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    #nav-menu .nav > li a {
        text-decoration: none;
        color: #ccc;
        font-size: 1.8em;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #nav-menu .nav > li > ul {
        margin: 0px 0;
    }

        #nav-menu .nav > li > ul li {
            margin-left: 20px;
        }

            #nav-menu .nav > li > ul li:last-child {
                padding-bottom: 0;
                border: 0;
            }

            #nav-menu .nav > li > ul li.active a {
                color: #333333;
            }

        #nav-menu .nav li a:hover, #nav-menu .nav > li.active > a, #nav-menu .nav > li > ul > li.active a {
            color: #333333;
        }

#wrap {
    width: 100%;
}

#home {
    padding: 40px 0 20px 0;
    width: 1020px;
    margin: auto;
    position: relative;
}

#grid {
    border-bottom-left-radius: 50px;
    margin: auto;
}

    #grid:after {
        content: '';
        display: block;
        clear: both;
    }

    #grid .item {
        width: 25%;
        float: left;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #grid .item.item-col-6 {
            width: 50%;
        }

        #grid .item.radius, #grid .item.radius .grid-content img, #grid .item.radius .grid-content .grid-hover, #grid .item.radius .grid-content .grid-hover:after {
            border-bottom-left-radius: 50px;
        }

        #grid .item.color .grid-content:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: #00a0ce;
        }

        #grid .item.gray .grid-content:before {
            background-color: #8c8e91;
        }

.item.gray {
    background-color: #717275;
}

#grid .item .grid-content {
    position: relative;
    display: block;
}

    #grid .item .grid-content img {
        width: 100%;
    }

    #grid .item .grid-content .grid-hover {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 225px;
        text-align: center;
        z-index: 15;
        webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    #grid .item .grid-content h2 {
        position: absolute;
        font-weight: 800;
        font-size: 24px;
        color: #fff;
        display: inline;
        line-height: normal;
        height: inherit;
        width: inherit;
        text-align: center;
        text-transform: uppercase;
        z-index: 20;
        word-wrap: break-word;
        padding: 0 6px;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 10px;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    #grid .item .grid-content:hover .grid-hover,
    #grid .item.active .grid-content .grid-hover {
        opacity: 1;
        visibility: visible;
    }

    #grid .item .grid-content:hover h2,
    #grid .item.active .grid-content h2 {
        margin-top: 0;
        opacity: 1;
    }

#grid .item.bg .grid-content:after {
    position: absolute;
    left: -19.600%;
    width: 19.607%;
    height: 19.607%;
    top: 0;
    content: '';
    display: block;
    background: url('../images/home/bg-round.png') no-repeat;
    background-size: 100% 100%;
}

#grid .item.bg .grid-content:before {
    position: absolute;
    left: -19.600%;
    width: 19.607%;
    height: 19.607%;
    top: 0;
    content: '';
    display: block;
    opacity: 0;
    z-index: 10;
    background: url('../images/home/bg-round-hover.png') no-repeat;
    background-size: 100% 100%;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#grid .item.bg .grid-content:hover::before {
    opacity: 1;
}

#grid .item:hover {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
}

#grid .item.logo img {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#grid .item.logo:hover img {
    opacity: 0.6;
}
/* Page */
#page-container {
    padding: 40px 0 30px 0;
    max-width: 1070px;
    position: relative;
    margin: auto;
}

    #page-container:after {
        display: block;
        content: '';
        clear: both;
    }

.page-left {
    width: 20%;
    float: right;
    margin-top: -15px;
}

.page-right {
    float: right;
    width: 79%;
    padding-left: 60px;
    padding-top: 40px;
    position: relative;
}

.nav-language {
    position: absolute;
    top: 20px;
    right: 0;
    height: 25px;
}

    .nav-language ul {
        list-style: none;
        font-size: 0;
    }

        .nav-language ul li {
            display: inline-block;
            font-size: 10px;
            width: 25px;
            height: 25px;
            background-color: #dddddd;
            border-radius: 100%;
            text-align: center;
            margin-left: 3px;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .nav-language ul li.active {
                background-color: #717275;
            }

            .nav-language ul li:hover {
                background-color: #008fb8;
            }

            .nav-language ul li a {
                color: #fff;
                font-weight: bold;
                text-decoration: none;
                line-height: 25px;
                text-transform: uppercase;
            }

.page-singer .title {
    margin-bottom: 25px;
}

.title {
    font-size: 2.5em;
    font-weight: 900;
    color: #333333;
    text-transform: uppercase;
}

.nav-page {
    clear: both;
}

    .nav-page ul {
        list-style: none;
    }

        .nav-page ul li {
            margin-top: 12px;
            margin-right: 20px;
            display: inline-block;
        }

            .nav-page ul li a {
                text-decoration: none;
                color: #cccccc;
                font-size: 1.3em;
                font-weight: 800;
                text-transform: uppercase;
                -moz-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s ease;
            }

                .nav-page ul li a:hover, .nav-page ul li.active a {
                    color: #008fb8;
                }

                .nav-page ul li a:hover {
                    color: #333333;
                }

.page-content {
    font-size: 1.3em;
    padding-bottom: 70px;
}

    .page-content:after {
        display: block;
        content: '';
        clear: both;
    }

    .page-content p {
        margin: 30px 0 0 0;
        line-height: 1.5em;
        color: #1f1f1f;
    }

    .page-content .content-left h3.title-sub {
        margin-top: 30px;
        margin-bottom: -25px;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .page-content .content-right h3.title-sub {
        margin-top: 30px;
        margin-bottom: -25px;
        font-size: 1.2em;
        text-transform: uppercase;
    }

.content-left {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.content-right {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.page-content .slide {
    margin-top: 30px;
}

.slide .item img {
    width: 100%;
}
/* Contact */
.page-contact .title {
    margin-bottom: 40px;
}

.contact-item {
    padding: 15px 0px;
}

    .contact-item:after, .contact-item:before {
        content: '';
        display: block;
        clear: both;
    }

    .contact-item h3 {
        font-size: 1.5em;
        color: #1f1f1f;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .contact-item p {
        font-size: 1.2em;
        color: #1f1f1f;
        margin-bottom: 25px;
    }

    .contact-item ul {
        list-style: none;
        font-size: 1.2em;
        color: #1f1f1f;
        margin-bottom: 25px;
    }

        .contact-item ul li {
            padding: 3px 0;
        }

            .contact-item ul li b {
                font-weight: 600;
            }

    .contact-item a {
        color: #008cb8;
        text-decoration: none;
    }

.page-content a {
    color: #008cb8;
    text-decoration: none;
}

.contact-item a:hover {
    color: #CCC;
    text-decoration: none;
}

.page-content a:hover {
    color: #CCC;
    text-decoration: none;
}

#contact .item {
    position: relative;
}

    #contact .item .map_canvas {
        width: 100%;
        height: 100%;
    }
/* Grid Page */
#page-grid {
}

    #page-grid .item {
        width: 50%;
        float: left;
        overflow: hidden;
    }

        #page-grid .item.item-col-6 {
            width: 100%;
        }

        #page-grid .item.bg .grid-content:after {
            position: absolute;
            left: -19.59%;
            width: 19.607%;
            height: 19.607%;
            top: 0;
            content: '';
            display: block;
            background: url('../images/home/bg-round.png') no-repeat;
            background-size: 100% 100%;
        }

        #page-grid .item.bg .grid-content:before {
            position: absolute;
            left: -19.59%;
            width: 19.607%;
            height: 19.607%;
            top: 0;
            opacity: 0;
            z-index: 10;
            content: '';
            display: block;
            background: url('../images/home/bg-round-hover.png') no-repeat;
            background-size: 100% 100%;
            -moz-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        #page-grid .item.bg .grid-content:hover::before {
            opacity: 1;
        }

        #page-grid .item.color .grid-content:before {
            display: block;
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #008fb8;
        }

        #page-grid .item.blue-sea .grid-content:before {
            background-color: #4dd1f5;
        }

        #page-grid .item.white .grid-content:before {
            background-color: #fff;
        }

        #page-grid .item.gray .grid-content:before {
            background-color: #717275;
        }

        #page-grid .item.radius .grid-content img {
            border-bottom-left-radius: 50px;
        }

        #page-grid .item.radius .grid-content .grid-hover {
            border-bottom-left-radius: 50px;
        }

            #page-grid .item.radius .grid-content .grid-hover:after {
                border-bottom-left-radius: 50px;
            }

        #page-grid .item .grid-content {
            position: relative;
            width: 100%;
            display: block;
        }

            #page-grid .item .grid-content img {
                width: 100%;
                height: 100%;
            }

            #page-grid .item .grid-content .grid-hover {
                position: absolute;
                top: 0;
                opacity: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-size: 100%;
                background-repeat: no-repeat;
                text-align: center;
                -moz-transition: all 0.4s linear;
                -o-transition: all 0.4s linear;
                -webkit-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }

            #page-grid .item .grid-content h2 {
                font-weight: 800;
                display: inline-block;
                font-size: 11px;
                color: #fff;text-align:center;
                vertical-align: middle;
                line-height: normal;
                position: absolute;
                z-index: 20;
                opacity: 0;
                text-transform: uppercase;
                padding: 0 6px;
                word-wrap: break-word;
                letter-spacing: 1px;
                top: 50%;
                left: 0;
                right: 0;
                margin: auto;
                margin-top: 10px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                -moz-transition: all 0.4s linear .2s;
                -o-transition: all 0.4s linear .2s;
                -webkit-transition: all 0.4s linear .2s;
                transition: all 0.4s linear .2s;
            }

            #page-grid .item .grid-content:hover .grid-hover, 
            #page-grid .item.active .grid-content .grid-hover {
                opacity: 1;
            }

                #page-grid .item .grid-content:hover h2, 
                #page-grid .item.active .grid-content h2 {
                    opacity: 1;
                    margin-top: 0;
                }
/* Lightbox */
.nivo-lightbox-overlay.nivo-lightbox-open {
    background: rgba(255,255,255,0.9);
}

.nivo-lightbox-prev {
    text-indent: -999999px;
    width: 21px;
    height: 56px;
    background: url(../images/icon-prev-hover.png) no-repeat;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.nivo-lightbox-next {
    text-indent: -999999px;
    width: 21px;
    height: 56px;
    background: url(../images/icon-next-hover.png) no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
    text-indent: -999999px;
    width: 44px;
    height: 43px;
    background: url(../images/icon-close-hover.png) no-repeat;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .nivo-lightbox-close:hover {
        background: url(../images/icon-close.png) no-repeat;
    }

.nivo-lightbox-next:hover {
    background: url(../images/icon-next.png) no-repeat;
}

.nivo-lightbox-prev:hover {
    background: url(../images/icon-prev.png) no-repeat;
}
/* Footer */
footer {
    padding: 25px 0 10px 0;
    overflow: hidden;
}

.language {
    list-style: none;
    float: left;
    font-size: 0;
    position: absolute;
    top: 10px;
    right: 0;
}

    .language li {
        display: inline-block;
        text-align: center;
        height: 25px;
        width: 25px;
        line-height: 25px;
        background-color: #afb1b0;
        margin: 0 2px;
        cursor: pointer;
        border-radius: 100%;
        font-size: 10px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .language li:hover, .language li.active {
            background-color: #717275;
        }

        .language li:hover {
            background-color: #008fb8;
        }

        .language li a {
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
        }

.logo-qren {
    float: right;
    list-style: none;
}

#footer {
    width: 79%;
    padding-left: 50px;
    float: right;
}

    #footer:after {
        display: block;
        clear: both;
        content: '';
    }

    #footer .footer-content {
        border-top: 1px dotted #ccc;
    }

.logo-footer {
    margin-bottom: 45px;
}

    .logo-footer a:hover {
        opacity: 0.6;
        transition: opacity 0.5s ease-in-out 0s;
    }

#footer .logo-qren {
    margin-top: 15px;
}

#footer .copy {
    font-size: 1em;
    color: #717275;
    margin-top: 15px;
    text-transform: uppercase;
}

.map {
    filter: url(../images/filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
