                                    /*BASE STYLE*/
body {
    background: #ec0b50;  
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.header-text, .project h2, .images div h2, .result h2, .text_column p {
    color: #fff; 
    text-align: center;
}

.text_column p {
    text-align: left; 
}

.appstore {
    background: url(../images/apps/forty_five/appstore.png) no-repeat;
    -moz-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    -webkit-transition: all 0.4s ease;
    cursor: pointer;
    width: 167px;
    height: 52px;
    float: right;
    margin: 300px 190px 60px 0;
}

    .appstore span {
        position: absolute;
        background: url(../images/apps/forty_five/appstore-hover.png) no-repeat;
        width: 167px;
        height: 52px;
        opacity: 0; 
        -moz-transition: all 0.4s ease; 
        -o-transition: all 0.4s ease; 
        -webkit-transition: all 0.4s ease;
    }
         .appstore span:hover {
            opacity: 1;
        }

.appstore-footer {
    margin: 550px 320px 0 0; 
}
                                             /*END BASE STYLE*/
                                             /* HEADER */
header {
    height: 687px;
    background: url(../images/apps/forty_five/45_logo.png) no-repeat 686px 84px,
    url(../images/apps/forty_five/logo_forty_five.png) no-repeat 870px 138px,
    url(../images/apps/forty_five/phone_1.png) no-repeat 0 126px;
    margin: 0 auto;
}
    
.header-text {
    float: right;
    margin: 0 20px 0 0;
    width: 500px; 
    overflow: visible;
}
                                            /* END HEADER */
                                            /* PROGECT */
.progect-bg {
    margin: 0 auto;
    background: url(../images/apps/forty_five/bg_phone.jpg) no-repeat center 0;
    -webkit-background-size: 1901px auto ;
    -moz-background-size: 1901px auto ;
    background-size: 1901px auto ;
}

.project {
    background: url(../images/apps/forty_five/bg_phone.jpg) no-repeat center center;
    width: 100%;
    height: 913px;
    margin: o auto;
    position: relative;

}
    .project h2 {
        border: 2px solid #fff;
        border-radius: 10px;
        position: absolute;
        top: 40%;
        left: 30%;
        padding: 50px;
        font-weight: bold;
    }
                                        /* END PROGECT */
                                        /* IMAGES */
.images {
    width: 100%;
    margin: 0 auto;
    
}
    .images div {
       min-width: 1200px;
       width: 100%;
       height: 100%;
       margin: 0 auto;
       padding: 0;
       position: relative;

    }

        .images div img{
           width: 100%;
           height: 100%;
           margin: 0;
           padding: 0;
           border: 0;
           display: block;
        }

        .images div .arrow-absolute {
            width: 73px;
            height: 73px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

        .images div h2 {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            padding-top: 15px;
            width: 380px;
            height: 70px;
            margin: auto;
            background-color: #ec0b50;
            font-weight: bold;
        }

        .images div:nth-child(3) h2 {
            width: 280px;
        }

        .images div:nth-child(5) h2 {
            width: 200px;
        }

                                            /* END IMAGES */
                                            /* RESUKL */
.result {
    height: 715px;
}
    
    .result h2 {
        border: 2px solid #fff;
        border-radius: 10px;
        margin: 160px auto 60px auto;
        padding: 65px 0;
        width: 600px;
    }

.text_column {
    -webkit-column-count:2;
    -webkit-column-gap: 2em;
    -moz-column-count:2;
    -moz-column-gap: 2em;
    column-count:2;
    column-gap: 2em;
    padding-left: 16px; 
}

    .text_column div:nth-child(1) {
        -webkit-column-break-after: always;
        -moz-column-break-after: always;
        column-break-after: always;
    }
    
/*CLEARFIX*/
.result h2:after, .result h2:before, .result:after, .result:before  {
    display: table;
    content: "";
}
.result h2:after, .result:after {
    clear: both;
 }   
 /*END CLEARFIX*/
                                         /* END RESULT */
                                        /* SCREENSHOT */

.screenshot-bg {
    width: 100%;
    margin: 0 auto;

}
.screenshot-bg .screenshot {
    min-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 553px;
    position: relative;
    min-height:1210px;  
}

.screenshot-bg .screenshot div {
    min-height: 1240px;
}

.screenshot-bg .screenshot img{
           width: 100%;
           height: 100%;
           margin: 0;
           padding: 0;
           border: 0;
           display: block;
        }

        .screenshot-bg .screenshot .newscreens {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            width:1200px; 
            height:auto;
        }

                                        /* END SCREENSHOT */
                                        /*FOOTER*/
.footer-phohe {
    height: 950px;
    background: url(../images/apps/forty_five/45_logo.png) no-repeat 727px 343px,
    url(../images/apps/forty_five/phone_2.png) no-repeat 69px 260px;
    margin: 0 auto;
}


                                         /*END FOOTER*/



