
/* 
    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.fishing{
    background-color: #0B3157;
    color: white;
    font-size: 18px;
    line-height: 1.2em;
}

.clr-l-blue{
    color: #357DC1;
}
.clr-ll-blue{
    color: #99E5FF;
}

.clr-g-blue{
    color: #8CAAC5;
}
.clr-d-blue{
    color: #0B3157;
}
.clr-gray{
    color: #4C6D8E;
}

.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;
}
.input-label{
    color: #00BFFF;
}
.form-btn{
    background-color: #00BFFF;
}
.wrapper.header{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 5;
}

.page-section.light-bg{
   /* background-color: rgba(18,34,56, 0.5);*/
}
.page-section{
    padding: 4% 0;
}
#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(101,179,241, 0.5);
}
.logo-text {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
.scrolled .header{
    background-color: rgba(101,179,241, 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: 300px;
}
.slogan{
    font-style: italic;
    margin-right: 20px;
        font-size: 21px;
}
.header aside{
    padding: 14px 0;
}

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

.app-block .app-footer{
    height: 100px;
    padding:  40px 0 40px;
    position: relative;
    overflow: visible;
    z-index: 2;
    
}
.app-block .app-main{
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 540px;
    padding-top: 120px;
}
.app-block .rating-header{
    font-size: 34px;
    line-height: 34px;
    margin-top: 20px;
}
.app-block .rating-header, .app-block .rating-footer{
    color: white;
    text-align: center;
}
.app-block .rating-footer{
    margin-top: 10px;
    opacity: 0.5;
    font-size: 18px;
    line-height: 18px;
}
.app-block p.review{
    margin: 10px 0px 10px 60px;
    color: #00BFFF;
    font-size: 16px;
    line-height: 19px;
}
.review-author{
    opacity: 0.5;
    text-align: right;
    font-style: italic;
}
.app-block .graph{
    position: absolute;
    left: 50%;
    top: -380px;
}
.graph .fish_ico{
    position: absolute;
}
.app-block.fishingdeluxe .app-main > *{
    margin-top: 20px;
}
.graph .bg_fish_ico_clock{
    top: 140px;
    left: 200px;
}
.graph .bg_fish_ico_sun{
    top: 60px;
    left: 90px;
}
.graph .bg_fish_ico_moon{
    top: 65px;
    left: 310px;
}
.app-footer .fish{
    position: absolute;
    z-index: 1;
}
.app-footer .bg_fish_1{
    top: 40%; left: -10%;
}
.app-footer .bg_fish_2{
    top: 10%; left: -10%;
}
.app-footer .bg_fish_3{
    top: 20%; left: 110%;
}

.app-text h2{
    margin-bottom: 12%;
    max-width: 830px;
}

.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;
}
@media only screen and (max-width: 960px) {
    .app-block .app-main {
        background:url("../../img/fishing/bg_top_960.jpg") top left no-repeat;
    }
    .app-block .app-footer {
        background:url("../../img/fishing/bg_bottom_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/fishing/bg_top_1920.jpg") top left no-repeat;
    }
    .app-block .app-footer {
        background:url("../../img/fishing/bg_bottom_1920.jpg") top left no-repeat;
    }
}

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

}

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

#features{
    padding-bottom: 6%;
}
#features > .content-container > h2{
        margin: 5px 0 80px;
    color: #06477A;
    font-size: 31px;
}
#features p{
    max-width: 450px;
}
#features p.clr-l-blue{
    margin: 35px 0 45px;
}
.feature-item{
    height: 125px;
    margin-bottom: 20px;
}
.feature-icon{
    margin: 0 20px 10px 0;
}
.feature-title{
    color: #347DC0;
    font-size: 20px;
    text-transform: uppercase;
}
.feature-text{
    max-width: 390px;
    width: 390px;
    width: calc(100% - 84px);
}
.feature-text p{
    color: white;
    font-size: 17px;
}

#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: #4C6D8E;
    font-size: 12px;
    text-align: left;
    width: 225px;
    margin-top: 10px;
}
.app-stats div[itemprop="offers"]{
    margin-top: 10px;
}
.app-stats span{
    color: #8CAAC5;
}
@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;
}
.review-author {
    text-align: right;
}
.review-text{
    margin: 15px 0;
}
.review + .bg_arrow_right_w{
    position: absolute;
    top: 0; bottom: 0; right: 0; margin: auto;     padding: 5px;
}

/* ===============
        screens
       =============== */
#screens{
    padding: 4% 0;
    background-color: rgba(18,34,56, 0.5);
}
.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;
    }
    .wrapper.main {
        padding-top: 0;
    }
    .f-size-xxl{
        font-size: 32px;
    line-height: 36px;
    }
    .app-block .app-main{
        padding-top: 10px;
    }
    .app-block .app-main {
        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;
}