body,
html{
    font-size: 12px;
    margin: 0;

    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

body{
    background-color: #000;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.container{
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}

.center-container{
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

.loading{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 99;

    opacity: 1;
}

    .loading img{
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -16px;
        margin-top: -15px;
    }
.scroll-arrow{

}
.text-center{
    text-align: center;
}
.white-space-pre {
    white-space: pre-wrap;
}
.btn-sound{
    position: fixed;
    bottom: 20px;
    left: 50px;

    z-index: 10;

    font-size: 50px;

    color: #fff;

    cursor: pointer;
}

.bouncing-arrow{
    position: fixed;
    bottom: 30px;
    right: 50px;

    color: #fff;
    font-size: 50px;
    
    width: 50px;
    height: 50px;

    text-align: center;
    line-height: 50px;

    border-radius: 50px;

    z-index: 10;

    cursor: pointer;

    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.scale{
    transform: scale(1.2,1.2);
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;

    box-shadow: 0 5px 20px #000;

    background: url('../images/header-bg.png');
    z-index: 3;
}

    header a.logo{
        display: block;
        position: absolute;

        transition: margin .4s;

        z-index: 1;
    }

    header a.logo:hover{
        margin-top: -10px;
    }

    header ol.breadcrumbs{
        margin: 0 0 0 200px;
        line-height: 74px;
        list-style: none;
    }

        header ol.breadcrumbs li{
            position: relative;
            display: inline-block;
            margin-right: 20px;
        }

        header ol.breadcrumbs li:after{
            content: '/';
            position: absolute;
            display: block;
            right: -13px;
            top: 0;
            color: #665BDE;
        }

        header ol.breadcrumbs li:first-child{
            margin-right: 5px;
        }

        header ol.breadcrumbs li:first-child:after,
        header ol.breadcrumbs li:last-child:after{
            display: none;
        }

            header ol.breadcrumbs li i{
                position: relative;
                top: 2px;

                font-size: 16px;
                color: #665BDE;
            }

            header ol.breadcrumbs li a{
                font-size: 12px;
                color: #665BDE;
                text-transform: uppercase;
                transition: color .4s;
            }

            header ol.breadcrumbs li a:hover{
                color: #fff;
            }
    header .header-social{
        position: absolute;
        right: 40px;
        top: 27px;
    }

    header a.contact{
        position: absolute;
        right: 0;
        top: 15px;
        display: block;

        color: #665BDE;
        font-size: 36px;

        text-shadow: 1px 1px 2px rgba(0,0,0,.6);
        transition: all .4s;
    }
    header a.contact:hover{
        color: #fff;
    }


.content-fixed-header{
    margin-top: 80px;
}

.btn.btn-wood {
    display: inline-block;
    width: 256px;
    height: 65px;

    background-image: url("../images/btn-wood-bg.jpg");

    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 65px;
}


.btn.btn-load-more {
    display: inline-block;
    width: 256px;
    height: 65px;

    background-image: url("../images/load-button.png");

    text-indent: -9999px;
}

/*SECTION TOP MOBILE*/
section.top-mobile{
    display: none;
}
    .top-mobile img{
        width: 100%;
    }


/*SECTION TOP*/
section.top{
    width: 100%;
    height: 1080px;

    position: relative;
    overflow: hidden;
}
    section.top .home-social{
        position: absolute;
        z-index: 20;
        top: 15px;
        right: 15px;
    }

    section.top .animation{
        position: absolute;
        top: 100px;
        left: 100px;
        z-index: 9999;
    }
    .sparkle{
        width:80px;
        height:80px;
        position:absolute;
        display: none;

        z-index:2;

        background-image: url('../images/sparkle.png');

        opacity: 0;
        transform: scale(0);
    }

    .sparkle-animation{
        animation: sparkle 1.2s infinite steps(30);
    }

    @keyframes sparkle {

        0% {
            opacity: 0;
            transform: scale(0);
        }
        
        70%{
            opacity: 1;
            transform: scale(.25);
        }

        100%{
            opacity: 0;
            transform: scale(.4);
        }
}


    section.top > div.layer{
        position: absolute;

        background-size: cover;
        background-position: center;
    }
        .layer-1{
            top: 0;
            left: 0;

            width: 100%;
            height: 1080px;

            background: url("../images/Background.png");
            transition: transform 1.5s;
        }

        .layer-2{
            top: 448px;
            margin-top: 0;

            width: 100%;
            height: 632px;
            
            background: url("../images/Mountains-1.png");

            transition: margin 1.5s;
        }
        .layer-2.start-position{
            margin-top: 100px;
        }

        .layer-3{
            top: 496px;
            margin-top: 0;

            width: 100%;
            height: 584px;

            background: url("../images/Mountains-2.png");

            transition: margin 1.5s;
            transition-delay: .5s;
        }
        .layer-3.start-position{
            margin-top: 100px;
        }

        .layer-4{
            bottom: 0;

            width: 100%;
            height: 710px;

            background: url("../images/Castle.png");

            transition: transform 1.5s;
        }

        .layer-5{
            bottom: 0;

            width: 100%;
            height: 709px;

            background: url("../images/Forest-1.png") ;
            transition: transform 2s;
        }

        .layer-6{
            top: 0;
            left: 0;

            width: 767px;
            height: 1080px;

            background: url("../images/Forest-2.png") ;

            transition: transform 2.5s;
        }

        .layer-7{
            top: 0;
            left: 0;

            width: 100%;
            height: 1080px;

            background: url("../images/Forest-3.png") ;
            transition: transform 2.5s;
        }

        .layer-8{
            top: 340px;
            left: 50%;
            margin-left: -550px;
            margin-top: 0;

            width: 312px;
            height: 281px;

            background: url("../images/Horse-1.png") ;

            transition: margin 1.5s;
            transition-delay: .5s;
        }
        .layer-8.start-position{
            margin-top: 800px;
            margin-left: -1500px;
        }

        .layer-8.scroll-position{
            margin-top: -800px;
            margin-left: 1500px;
        }


        .layer-9{
            top: 320px;
            left: 50%;
            margin-top: 0;
            margin-left: 160px;

            width: 305px;
            height: 314px;

            background: url("../images/Horse-2.png") ;

            transition: margin 1.5s;
            transition-delay: 1s;
        }

        .layer-9.start-position{
            margin-top: 800px;
            margin-left: 900px;
        }

        .layer-9.scroll-position{
            margin-top: -800px;
            margin-left: -1500px;
        }

        .layer-10{
            top: 0;
            left: 50%;
            margin-top: 0;
            margin-left: -196px;

            width: 392px;
            height: 347px;

            background: url("../images/Logo.png") ;

            transition: margin 1s;
            transition-delay: 2s;
        }

        .layer-10.start-position{
            margin-top: -400px;
        }

        .layer-11{
            top: 0;
            left: 0;

            width: 1920px;
            height: 1080px;

            background-image: url("../images/Lens-Flare.png") ;
            background-blend-mode: screen;

            transition: transform 2s;
        }


/*SECTION WHAT WE DO*/
section.what-we-do{
    position: relative;
    width: 100%;
    /*height: 1099px;*/

    /*background: url("../images/pattern-what-we-do-bg.jpg") top center no-repeat;*/
    /*background-size: cover;*/

    z-index: 2;
    overflow: visible;

    /*padding-bottom: 200px;*/
}
    .what-we-do-bg{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;

        background: url("../images/pattern-what-we-do-bg.jpg")
    }

    .what-we-do-bg:after,
    .what-we-do-bg:before{
        content: '';
        display: block;
        position: absolute;

        width: 100%;

    }

    .what-we-do-bg:before{
        top: 0;
        height: 348px;
        background: url("../images/top-what-we-do-bg.jpg") center no-repeat;
    }

    .what-we-do-bg:after{
        height: 717px;
        bottom: -350px;
        background: url("../images/bottom-what-we-do-bg.png") center no-repeat;
    }

    section.what-we-do:before{
        content: '';
        display: block;
        top: 0;
    }

    .what-we-do .page-title {
        text-align: center;
    }

        .what-we-do .page-title img{
            width: 573px;
            max-width: 100%;
        }

    .what-we-do ul{
        margin:  50px 0 0 0;
        padding: 0;
        list-style: none;

        text-align: center;
    }

        .what-we-do ul li{
            display: inline-block;
        }



    .what-we-do a.details{
        display: block;
        width: 240px;
        height: 165px;
        /*background: rgba(255,0,0,.3);*/

        text-align: center;
        text-transform: uppercase;

        /*overflow: hidden;*/
    }

        .what-we-do li .details i{
            margin: 15px 0 0 0;
            text-decoration: none;

            color: #987b80;

            transition: color .6s;
        }

        .what-we-do li .details h2{
            color: #b3b2b7;
            text-shadow: 0 0 1px #99564E;
            margin: 5px 0 3px 0;

            transition: color .6s;
        }

        .what-we-do li .details h3{
            color: #6d3d3b;
            font-size: 10px;
            margin: 0;

            transition: color .6s;
        }

            .what-we-do li a.details:hover  h2,
            .what-we-do li a.details:hover  h3,
            .what-we-do li a.details:hover  i{
                color: #fff;
            }





    .what-we-do .mobile-apps{
        width: 370px;
        height: 431px;
        background-image: url("../images/mobile-apps.png");
    }

        .what-we-do .mobile-apps .details{
            margin-left: 125px;
            margin-top: 25px;
        }

    .what-we-do .websites{
        width: 317px;
        height: 426px;
        background-image: url("../images/websites.png");
    }

        .what-we-do .websites .details{
            margin-left: 65px;
            margin-top: 20px;
        }

    .what-we-do .games{
        width: 293px;
        height: 422px;
        background-image: url("../images/games.png");
    }

        .what-we-do .games .details{
            margin-left: 0;
            margin-top: 20px;
        }

    .what-we-do .ui{
        width: 365px;
        height: 431px;
        background-image: url("../images/ui.png");
    }

        .what-we-do .ui .details{
            margin-left: 7px;
            margin-top: 22px;
        }


    .what-we-do li a{
            margin: 0;
        }


/*SECTION CLIENTS*/
section.clients{
    position: relative;

    width: 100%;
    /*height: 2199px;*/
    padding-bottom: 230px;

    margin-top: -50px;

    background: url("../images/Bg.jpg") top center no-repeat;
    /*z-index: 99;*/
}

    .clients .latest-works{
        position: absolute;
        top: 50px;
        left: 50%;
        margin-left: -198px;

        width: 395px;
        height: 303px;


        text-align: center;
    }

    .clients .latest-works a{
        position: relative;

    }

    .clients ul.shields{
        padding: 400px 0 0 0 ;
        width: 700px;
        height: 455px;
        margin: 0 auto;

        text-align: center;
    }
        .clients ul.shields li{
            position: relative;
            top: 0;
            display: inline-block;
            margin: 0 10px;

            transition: all .3s;
        }

        .clients ul.shields li:hover{
            top: -10px;
        }

        .clients ul.shields li:hover .tooltip-shield{
            opacity: 1;
            top: 30px;
        }

        .clients ul.shields li .tooltip-shield{
            position: absolute;
            padding: 0 7px;
            top: -40px;
            left: 50%;
            margin-left: -75px;

            background: #231774;
            width: 135px;
            height: 30px;

            color: #fff;

            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            line-height: 30px;

            opacity: 0;
            transition: all .4s;

            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .clients ul.shields li .tooltip-shield:after{
                content:'';
                display: block;
                position: absolute;
                left: 75px;
                bottom: -6px ;
                margin-left: -6px;


                border-left: 6px solid transparent;
                border-right: 6px solid transparent;

                border-top: 6px solid #231774;
            }


    .clients .parallax{
        position: relative;
    }

    .pole-1-left,
    .pole-1-right,
    .pole-2-left,
    .pole-2-right{
        position: absolute;
    }

        .pole-1-left{
            left: 0;
            width: 468px;
            height: 2012px;

            background: url("../images/pole-1-left.png");
            z-index: 1;
        }

        .pole-1-right{
            right: 0;
            top: 0;
            width: 498px;
            height: 2012px;

            background: url("../images/pole-1-right.png");
            z-index: 1;
        }

        .pole-2-left{
            left: 200px;
            top: 210px;
            width: 311px;
            height: 1531px;

            background: url("../images/pole-2-left.png");
        }

        .pole-2-right{
            right: 180px;
            top: 210px;
            width: 327px;
            height: 1531px;

            background: url("../images/pole-2-right.png");
        }

    .clients .view-all{
        margin-top: 20px;
        text-align: center;
    }

        .clients .view-all a{
            position: relative;
            top: 0;

            transition: all .4s;
        }

            .clients .view-all a:hover{
                top: -10px;
            }
    ul.clients-map{
        position: relative;
        margin: 30px auto 0;
        width: 943px;
        height: 555px;

        list-style: none;
        padding: 0;
    }

    ul.clients-map li{
        position: absolute;
        display: block;
        margin: 0;
    }

        ul.clients-map li .pin{
            width: 5px;
            height: 5px;

            border-radius: 10px;

            background: #fff05d;
            border: 2px solid #cc0000;

            transition: all .4s;
            cursor: pointer;
        }

        ul.clients-map li:hover .pin{
            /*transform: scale(1.2,1.2);*/
        }

        ul.clients-map li .tooltip-map {
            position: absolute;
            top: -130px;

            background: #231774;
            width: 170px;
            height: 50px;
            padding: 10px 5px;
            margin: 10px 0 0 -85px;

            line-height: 18px;

            text-align: center;
            font-size: 12px;

            box-shadow:0 -5px 0 rgba(0,0,0,.2);
            z-index: -1;

            opacity: 0;
            transition: top .4s, opacity .4s;
        }

        ul.clients-map li .tooltip-map:after{
            content:'';
            display: block;
            position: absolute;
            left: 85px;
            bottom: -6px ;
            margin-left: -1px;


            border-left: 6px solid transparent;
            border-right: 6px solid transparent;

            border-top: 6px solid #231774;
        }

        ul.clients-map li .tooltip-map:before{
            content:'';
            display: block;
            position: absolute;
            bottom: -20px;
            left: 0;
            width: 100%;
            height: 20px;
        }

        ul.clients-map li:hover .pin{
            /*animation: sonarEffectPin 0.7s ease-out 75ms;*/
        }

        ul.clients-map li .pin:after{
            content: '';
            display: block;
            position: absolute;
            top: -2px;
            left: -2px;

            width: 11px;
            height: 11px;
            border-radius: 10px;
            border: 2px solid #756BB9;

            opacity: 0;

            transition: all .4s ;
        }

        ul.clients-map li:hover .pin:after{
            opacity: 1;
            transform: scale(1.5);
            animation: pinAnimation .5s;
        }

        @keyframes pinAnimation {
            0% {
                transform: scale(1);
            }
            70% {
                transform: scale(1.8);
            }
            90% {
                transform: scale(1.4);
            }

            100% {
                transform: scale(1.5);
            }

        }


        ul.clients-map li:hover .tooltip-map {
            top: -100px;
            opacity: 1;

            /*z-index: 1;*/
        }

            ul.clients-map li .tooltip-map{
                line-height: 16px;
            }

            ul.clients-map li .tooltip-map .client,
            ul.clients-map li .tooltip-map .date{
                color: #fff05d;

                font-size: 10px;
                text-transform: uppercase;
                font-weight: bold;
            }

            ul.clients-map li .tooltip-map .project a{
                color: #fff;

                font-size: 12px;
                text-transform: uppercase;
                font-weight: bold;
            }
            ul.clients-map li .tooltip-map .category {
                color: #fff05d;

                font-size: 10px;
                text-transform: uppercase;
                font-weight: bold;
            }

    .teamMembers{
        margin-top: 40px;
        text-align: center;
    }

        .teamMembers li{
            margin: 10px 0;
            display: inline-block;

        }

        .teamMembers li img{
            width: 150px;
        }

/*SECTION CONTACT*/
section.contact{
    position: relative;
    width: 100%;
    height: 520px;
    padding-top: 150px;
    margin-top: -150px;

    background: url("../images/desk.jpg")  center 150px no-repeat;


    z-index: 2;

    overflow: hidden;
}

    .contact .address{
        position: absolute;
        top: 230px;
        left: 50%;
        margin-left: -365px;
        width: 212px;

        color: #231204;
        text-align: center;
    }
        .contact .address h1{
            padding-top: 37px;
        }
        .contact .address h1.small{
            padding-top: 10px;
        }
        .contact .address h2.small{
            font-size: 16px;
            padding-bottom: 10px;
        }

        .contact .address p{
            margin: 0;
            font-size: 16px;
        }

        .contact .address p a{
            color: #231204;
        }
        
        .contact .address h1,
        .contact .address h2{
            font-size: 28px;
            margin: 0 0 ;
        }

        .contact .address p.email{
            margin-top: 142px;
            font-size: 12px;
            color: #D5C6A9;
        }

    .contact .technologies{
        position: absolute;
        top: 20px;
        width: 100%;
        height: 173px;

        background: url("../images/technologies.png") top center;

        transition: all 1s;
    }

        .contact .technologies.init{
            top: 700px;
        }

    .contact-form{
        position: absolute;
        left: 50%;

        width: 500px;
        margin: 60px 0 0 60px;

        text-align: center;

    }
        .alert{
            width: 60%;
            margin: 0 auto;

            text-align: left;
            font-size: 14px;
        }
        .alert-top{
            padding: 5px 0;
            height: 25px;
        }

        .contact-form .alert-input{
            height: 25px;
        }

        .alert-success{
            color: #3da83b;

        }

        .alert-error{
            color: #c24840;
        }

    .contact-form input,
    .contact-form textarea{
        width: 60%;
        background: none;

        border: 0;
        color: #5d574d;
        border-bottom: 2px dashed #5d574d;

        font-family: 'Roboto Slab', serif;
        font-size: 18px;
        margin-top: 10px;
    }

    .contact-form textarea{
        height: 60px;
    }

    .contact-form input:focus{
        outline: none;
    }

    .contact-form input::-webkit-input-placeholder {
        color: #746d60;
    }

    .contact-form input:-moz-placeholder { /* Firefox 18- */
        color: #746d60;
    }

    .contact-form input::-moz-placeholder {  /* Firefox 19+ */
        color: #746d60;
    }

    .contact-form input:-ms-input-placeholder {
        color: #746d60;
    }


    .submit{
        width: 126px;
        height: 63px;

        border: 0;
        text-indent: -999px;

        background: url("../images/send.png");
        cursor: pointer;
        transition: all .2s;
    }

        .submit:hover{
            opacity: .5;
        }
        .contact-form form{
            position: relative;
        }
        .form-loading{
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.4);
        }
        .form-loading #floatingCirclesG{
            margin-top: 100px;
        }


    .footer{
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 40px;
    }

    .footer,
    .footer .social a{
        color: #513319;
    }

        .footer > div{
            position: absolute;
            top: 0;
            padding: 5px 30px;
            height: 40px;

            background-color: #1C0F05;

            text-align: center;
        }

        .footer .center{
            width: 100px;
            left: 50%;

            font-size: 100px;

            margin-left: -80px;
        }

            .footer .center span{
                position: absolute;
                display: block;
                top: -27px;
            }

        .footer .copyright{
            width: 140px;
            left: 50%;
            margin-left: 400px;

            font-size: 13px;
            text-transform: uppercase;
            line-height: 30px;
        }

        .footer .social{
            width: 100px;
            left: 50%;
            margin-left: -540px;

            font-size: 30px;
            line-height: 20px;
        }

            .footer .social a:hover{
                color: #94612f;
            }

    .footer:before{
        content:'';
        position: absolute;
        width: 90%;
        bottom: 17px;
        margin: 0 5%;

        border: 1px solid #513319;

    }


/************************************
            PROJECTS PAGE
************************************/

section.projects-page{
    position: relative;
    padding-bottom: 200px;

    width: 100%;

    background: #000 url("../images/projects-bg.jpg") no-repeat top center;

    background-size: auto;

    color: #fff;
    overflow: hidden;
}

    .projects-page .pole-left{
        position: absolute;
        left: 0;

        width: 255px;
        height: 1529px;
        background: url('../images/projects-pole-left.png');

        margin-top: -23px;
    }

    .projects-page .pole-right{
        position: absolute;
        right: 0;

        width: 262px;
        height: 1529px;
        background: url('../images/projects-pole-right.png');

        margin-top: -23px;
    }

    .projects-title {
        position: relative;
        display: block;
        top: -50px;
        left: 50%;
        margin-left: -204px;
        padding-left: 20px;
        width: 352px;
        height: 70px;
        padding-top: 130px;

        text-align: center;
        font-size: 30px;
        text-transform: uppercase;
        color: #675cd6;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.7);

        background: url("../images/projects-title-bg.png");
        z-index: 1;

        overflow: hidden;
    }

    ul.projects-list{
        width: 1140px;
        max-width: 100%;
        margin: 36px auto 0;
    }

    ul.projects-list li{
        display: inline-block;
        float: left;
        width: 356px;
        margin-right: 36px;
        text-align: center;

        transition: all .4s;
    }

    ul.projects-list li:nth-child(3n){
        margin-right: 0;
    }

        ul.projects-list li .thumb{
            position: relative;
            width: 356px;
            height: 360px;


            padding: 40px;
            box-sizing: border-box;
            overflow: hidden;
        }



        ul.projects-list li .thumb:before{
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;

            background: url("../images/frame.png");
            z-index: 1;
        }

            ul.projects-list li:nth-child(1) .btn.project-btn h4{
                color: #a8a1f3;
            }

            ul.projects-list li:nth-child(1) .thumb:before{
                background: url("../images/frame-1.png");
            }

            ul.projects-list li:nth-child(2) .thumb:before{
                background: url("../images/frame-2.png");
            }

            ul.projects-list li:nth-child(3) .thumb:before{
                background: url("../images/frame-3.png");
            }

            ul.projects-list li:nth-child(4) .thumb:before{
                background: url("../images/frame-4.png");
            }

            ul.projects-list li:nth-child(5) .thumb:before{
                background: url("../images/frame-5.png");
            }

            ul.projects-list li:nth-child(6) .thumb:before{
                background: url("../images/frame-6.png");
            }

            ul.projects-list li .thumb img{
                width: 276px;
                height: 280px;

                transition: all .4s;
            }

            ul.projects-list li:hover .thumb img{
                transform: scale(1.2);
            }

        ul.projects-list li .project-btn {
            margin: 10px 0 10px 0;

            text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
        }


        h2.no-projects{
            text-align: center;
            text-transform: uppercase;
        }

        .btn.project-btn {
            display: inline-block;
            width: 345px;
            height: 75px;

            background-image: url("../images/project-button.png");
            text-align: center;
            color: #fff;
            text-transform: uppercase;
        }


            ul.projects-list li:nth-child(1) .btn.project-btn {
                background-image: url("../images/project-button-1.png");
            }

            ul.projects-list li:nth-child(2) .btn.project-btn {
                background-image: url("../images/project-button-2.png");
            }

            ul.projects-list li:nth-child(3) .btn.project-btn {
                background-image: url("../images/project-button-3.png");
            }



            .btn.project-btn h3{
                margin: 0;
                width: 90%;
                padding: 10px 5% 0 5%;

                font-size: 24px;

                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;

                color: #fff;
            }

            .btn.project-btn h4{
                    margin: 0;
                    font-size: 14px;
                    color: #665BDE;
                }

    .more-btn-container{
        text-align: center;
        margin-top: 50px;
    }

    .projects-warning{
        margin: 50px auto 0;
        background: url("../images/projects-frame.png") no-repeat;
        width: 1155px;
        height:162px;
        line-height: 150px;
        font-weight: bold;
        font-size: 32px;
        text-align: center;
    }

/************************************
            PROJECT PAGE
************************************/

section.project-page{
    position: relative;

    width: 100%;

    color: #fff;
}

    .project-page .project-title {
        position: absolute;
        bottom: 0;

        width: 100%;
        padding: 30px 0;

        background: rgba(0,0,0,.7);

        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        color: #8e8e8e;
    }

    .project-page .project-title h1{
        margin: 0;
        color: #fff;
        font-size: 40px;
    }

    .project-page .project-title h2{
        margin: 0;
        color: #8e8e8e;
        font-size: 16px;
    }


    .project-page .project-title .project-info{
        width: 40%;
        float: left;
        text-align: left;
    }

    .project-page .project-title .project-links{
        width: 60%;
        float: right;
        padding-top: 32px;

        text-align: right;
    }

    .project-page .project-title .project-links a{
        display: inline-block;
        width: 140px;
        padding: 5px 0;
        border: 1px solid #fff;
        font-size: 9px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        transition: all .3s;
        border-radius: 5px;
    }

    .project-page .project-title .project-links a:hover{
        background-color: #fff;
        color: #070816
    }


    .project-page .project-title .project-links a strong{
        display: block;
        font-size: 14px;
    }


    .project-page .project-hero-img{
        position: relative;
        overflow: hidden;
    }
    .project-page .project-hero-img img{
        width: 100%;
    }


    .project-page .project-details{
        position: relative;
        padding: 1px 0;

        font-weight: normal;
        font-size: 16px;
        color: #fff;
        text-align: center;

        background: url("../images/wall-pattern.jpg");
    }

        .project-page .project-details h1{
            font-size: 30px;
        }
        .project-page .project-details h2{
            font-size: 20px;
        }

    .project-page .project-details p{
        width: 1170px;
        margin: 0 auto;
        text-align: justify;
    }

    .project-page .project-details ul{
        width: 1170px;
        margin: 0 auto;
        text-align: justify;
        list-style: disc;
        padding-left: 50px;

    }

    .project-page .project-details p.full-width{
        width: 100%;
    }
    .project-page .project-details p.width-300{
        width: 300px;
    }


    .project-page .project-details img{
        width: 100%;
        max-width: 1170px;
        display: block;
        margin: 0 auto;
    }

    .project-page .project-details .full-width img{
        max-width: 100%;
    }
    .project-page .project-details .width-300 img{
        max-width: 300px;
    }

    .project-page .project-screenshots{
        position: relative;
        background: url("../images/project-bg.jpg");
        padding-bottom: 150px;
    }

    .project-page .project-screenshots li{
        width: 33.33%;
        float: left;
        overflow: hidden;
    }

    .project-page .project-screenshots img{
        width: 100%;
        display: block;
        transition: all .5s;
    }
    .project-page .project-screenshots img:hover{

        transform: scale(1.2);
    }


    .project-page ~ section.contact{
        position: absolute;
        margin-top: -200px;
    }

/************************************
            CONTACT MODAL
************************************/
.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:100;
    display: none;
}
    .modal .overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
    }

    .modal .main-content{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -200px;
        margin-top: -180px;
        padding: 5px 30px;

        width: 400px;
        min-height: 250px;
        background: #bdb5a3;
        border: 3px solid #4e4639;
        box-shadow: 2px 2px 6px rgba(0,0,0,.4);
    }

    .modal .close-btn{
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;

        text-align: center;
        font-size: 15px;


        border-radius:20px;
        border: 2px solid #000;

        cursor: pointer;
    }

/*send mail modal content*/
.contact-modal .main-content{

}
    .contact-modal .main-content .alert{
        width: 100%;
    }
    .contact-modal .main-content .row{
        margin: 10px 0;
    }
        .contact-modal .main-content .row strong{
            text-transform: uppercase;
        }

        .contact-modal .main-content .row span{
            font-weight: normal;
        }
    .contact-modal .main-content .g-recaptcha{
        display: inline-block;
    }


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */




/*branding*/
.branding-artDecoratum .layer-10{
    background: url("../images/ArtDecoratum/Logo.png") ;
}

.branding-artDecoratum section.contact{
    background: url("../images/ArtDecoratum/desk.jpg") center 150px no-repeat;
}