
/* 
    Created on : 27.08.2015, 13:09:27
    Author     : Евгений
*/




.wrapper{
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.content-container{
    width: 90%;
    margin: 0 5%;
    position: relative;
}

body.trackkit{
    background-color: #45482E;
    color: black;
    font-size: 18px;
    line-height: 1.2em;
}
.input-label{
    color: #00BFFF;
}
.form-btn{
        background-color: #FFDC73;
    color: black;
}

.clr-d-blue{
    color: #516E84;
}
.clr-l-yellow{
    color: #FFDC73;
}
.clr-white{
    color: white;
}
.clr-lgg-green{
    color: #8C916A;
}
.clr-dgg-green{
    color: #585B43;
}

.clr-l-orange{
    color: #FFCC99;
}
.clr-orange{
    color: #FFA54C;
}
.clr-l-blue{
    color: #357DC1;
}
.clr-ll-blue{
    color: #99E5FF;
}
.clr-g-blue{
    color: #8CAAC5;
}
.clr-g-orange{
    color: #8C6C4C;
}

.clr-gray{
    color: #A2A497;
}

.f-size-xxl{
    font-size: 48px;
    line-height: 54px;
}
.f-size-l{
    font-size: 24px;
    line-height: 29px;
}
.f-size-m{
    font-size: 18px;
}
.f-size-s{
    font-size: 16px;
    line-height: 19px;
}
.f-size-xs{
    font-size: 14px;
    line-height: 17px;
}
.wrapper.main {
    
}
p+p{
    margin-top: 20px;
}

.wrapper.header{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 5;
}


.page-section{
    padding: 4% 0;
    position: relative;
    z-index: 1;
}
header.page-section{
    z-index: 2;
    overflow: visible;
}
#top{
    padding: 0;
}
.wrapper{
    min-width: 315px;
}
em{
    font-style: normal;
}

@media only screen and (min-width: 1860px) {

    /* ===============
        Maximal Width
       =============== */

    .wrapper {
        max-width: 1920px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {

    /* ===============
        Maximal Width
       =============== */

    .content-container {
        width: 1080px; /* 1200px - 10% for margins */
        margin: 0 auto;
    }
}

a {
    color: inherit;
    text-decoration: none;
}
.alink{
    color: #0085B2;
}
h1{
    font-size: 32px;
    margin: 14px 0 0px;
    font-weight: normal;
}
h2{
    font-size: 28px;
    margin: 25px 0 35px;
    font-weight: normal;
}
h3{
    font-weight: normal;
    margin-top: 0.5em;
    font-size: 24px;
    margin-bottom: 0.5em;
}
h4{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0.5em;
}


/* ===============
        header
       =============== */

.header{
    /*height: 10%;
    min-height: 74px;
    max-height: 120px;*/
    padding: 20px 0;
    background-color: rgba(255,255,255, 0.25);
}
.logo-text {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
.scrolled .header{
    background-color: rgba(255,255,255, 0.9);
}
.header .back-arrow{
    position: absolute;
    left: -3%;
    top: 0;
    bottom: 0;
    margin:auto;
}
.header .logo-icon{
    margin-right: 12px;
}

.main-logo{
    max-width: 310px;
}
.slogan{
    font-style: italic;
    margin-right: 20px;
    font-size: 21px;
}
.header aside{
    padding: 14px 0;
}

/* ===============
        main
       =============== */

.app-block .app-main{
    z-index: 2;
    overflow: visible;
    position: relative;
    height: 540px;
    padding-top: 120px;
}

.review-author{
    opacity: 0.5;
    text-align: right;
    font-style: italic;
}


.app-text h2{
    margin-bottom: 5%;
    max-width: 810px;
    color: #B25900;
}
.app-text h3, .app-text p{
    max-width: 460px;
    line-height: 25px;
}
.app-text h3{
    margin: 20px 0 0;
}
.app-text h3 + p{
    margin-top: 4px;
}

.app-main .over-scr-pad p{
    max-width: 350px;
}

/* ===============
        features
       =============== */

section.features{
    padding: 60px 0;
    
}
section.features .content-container{
    z-index: 1;
}

@media only screen and (min-width: 891px) {
    
    .over-scr-pad{
        padding-left: 350px;
    }
    .app-main .over-scr-pad{
        padding-top: 60px;
    }
}
section.features ul{
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
    padding-left: 50px;
    max-width: 440px;
    margin: 30px 0;
}
section.features li{
    position: relative;
}
section.features li + li{
    margin-top: 20px;
}
section.features ul .bg_page_dot{
    position: absolute;
    left: -30px;
    top: 3px;
}
section.features p{
    line-height: 24px;
}
.iphone-iwatch-wrap{
    position: absolute;
    width: 305px;
    height: 490px;
    left: 0;
}
.iphone-iwatch-wrap > div{
    position: absolute;
}
.iphone-iwatch-wrap > .bg_iphone{
    top: 0;
    left: 0;
    z-index: 1;
}
.iphone-iwatch-wrap > .bg_iwatch{
    top: 20px;
    right: 0;
    z-index: 2;
}
@media only screen and (max-width: 960px) {
    .app-block .app-main {
        background:url("../../img/trackkit/bg_top_960.jpg") top left no-repeat;
    }
    .app-block p.review{
    margin: 0;
}
}

@media only screen and (min-width: 961px) {
    .app-block .app-main {
        background:url("../../img/trackkit/bg_top_1920.jpg") top left no-repeat;
    }
}

@media only screen and (max-width: 460px) {

}

#reviews{
    background-color: rgba(255,255,255,0.1);
    margin-top: 3%;
}
#bottom{
    
}
#copyright{
    min-width: 50%;
    min-width: calc(50% - 44px);
}

.contact-wrap {
    /*max-width: 450px;
    margin: 10% 0;*/
}
.contact-wrap p:first-of-type{
    margin-top: 0;
}
.markets-wrap{
    font-size: 0;
    text-align: center;
}
.markets-wrap p{
    font-size: 16px;
    text-align: left;
    padding: 20px 0 0;
}
.copyright-wrap {
        margin: 4% 0 5%;
        height: 100px;
        position: relative;
}
.copyright-wrap a.bg_up_arrow_circle{
    position: absolute;
    left: 0; right: 0; bottom: -20px;
    margin: auto;
}
.m-link-wrap{
    width: 50%;
    text-align: center;
    min-width: 260px;
    padding: 10px 0;
}
.app-stats{
    color: #A2A497;
    font-size: 12px;
    text-align: left;
    width: 225px;
    margin-top: 10px;
}
.app-stats div[itemprop="offers"]{
    margin-top: 10px;
}
.app-stats span{
    color: white;
}
@media only screen and (max-width: 445px) {
    .bg_astro_pics{
        -webkit-transform: scale(0.7) translateX(-15%);
        transform: scale(0.7) translateX(-15%);
    }
}


/* ===============
        reviews
       =============== */

.review{
    padding-right: 15%;
}
.review-title{
    margin-bottom: 10px;
    font-size: 20px;
    color: white;
}
.review-author {
    text-align: right;
    color: #ACADA1;
}
.review-text{
    margin: 15px 0;
    color: #ACADA1;
}
.review + .bg_arrow_right_w{
    position: absolute;
    top: 0; bottom: 0; right: 0; margin: auto;     padding: 5px;
}

/* ===============
        screens
       =============== */

#iphone1_screen{
    width: 201px;
    height: 356px;
    left: 30px;
    top: 62px;
    position: absolute;
    background-color: orange;
    background-position: 0 0;
    -webkit-transition: background-position 0.2s ease-out 0s;
    -moz-transition: background-position 0.2s ease-out 0s;
    -o-transition: background-position 0.2s ease-out 0s;
    transition: background-position 0.2s ease-out 0s;
}


#screens{
    padding: 4% 0;
    background-color: rgba(0,0,0, 0.25);
}
.screens-instruction{
    padding: 15px 0;
    min-width: 270px;
    width: 40%;
    width: calc(50% - 125px);
    text-align:left;
}
.screens-instruction .clr-d-blue.f-size-xs{
    line-height: 20px;
}
.screen-type-icon-wrap{
    height: 60px;
    width: 60px;
    position: relative;
}
.screen-type{
    cursor: pointer;
}
.screen-type .screen-type-icon{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0; margin: auto;
    opacity: 0.5;
}
.screen-type:hover .screen-type-icon{
    opacity: 0.6;
}
.screen-type.active .screen-type-icon{
    opacity: 1 !important;
}
.screen-type p{
    margin: 5px 0 0;
    text-align: center;
}
.screen-type:nth-of-type(2){
    margin: 0 35px 0 25px;
}
.screens-footer{
    text-align: center;

}
.screens-pager{
    margin: 3px;
    cursor: pointer;
    opacity: 0.5;
}
.screens-pager:hover{
    opacity: 0.6;
}
.screens-pager.active{
    opacity: 1;
}
.screens-body{
    font-size: 0;
    line-height: 0;
    margin: 40px 0;
    overflow-y: hidden;
    overflow-x: visible;
    height: 320px;
}
.screens-arrow{
    width: 10%;
    min-height: 240px;
    position: relative;
    cursor: pointer;
}
#screens-area{
    width: 80%;
    height: 320px;
    padding-bottom: 25px;
    white-space: nowrap;
    overflow:auto;
    overflow-y: hidden;
}
.screens-arrow > .inner-arrow{
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0; margin: auto; 
}
.screenshot-wrap{
    height: 100%;
    padding: 0 40px;
    display: none;
    position: relative;
    cursor: pointer;
}
.screenshot-wrap > a{
    max-height: 100%;
    max-width: 100%;
}
.screenshot-wrap > img{
    max-height: 100%;
    max-width: 100%;
}
.screenshot-wrap > a > img{
    max-height: 100%;
    max-width: 100%;
}
.screenshot-wrap > .bg_video_play{
     position: absolute;
    top: 0; bottom: 0; left: 0; right: 0; margin: auto; 
}
#screens-area[data-active-type='iphone'] .screenshot-wrap[data-type='iphone']{
    display: inline-block;
}
#screens-area[data-active-type='imac'] .screenshot-wrap[data-type='imac']{
    display: inline-block;
}
#screens-area[data-active-type='ipad'] .screenshot-wrap[data-type='ipad']{
    display: inline-block;
}


@media only screen and (max-width: 601px) {
    #screens{
        text-align: center;
    }
}
@media only screen and (max-width: 890px) {
    #screens-area{
        width: 100%;
    }

}

@media only screen and (max-width: 680px) {
    .wrapper.header{
        position: static;
        background-color: white;
    }
    .wrapper.main {
        padding-top: 0;
    }
    .f-size-xxl{
        font-size: 36px;
        line-height: 40px;
    }
    .app-block .app-main{
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
}
.bg-dependent{
    -webkit-transition: background-position 0.3s linear 0s;
    -moz-transition: background-position 0.3s linear 0s;
    -o-transition: background-position 0.3s linear 0s;
    transition: background-position 0.3s linear 0s;
}