/* 
    Created on : 01.08.2015, 17:14:49
    Author     : Евгений
*/
/* Promo codes */
#promo_codes.page-section{
    padding: 2% 0;
}
.promo-cards{
    background-image: url(../../img/common/codes_cards.png);
    background-position: 90% center;
    background-size: contain;
    background-repeat: no-repeat;
   /* width: 181px;
    height: 159px;*/
   min-height: 159px;
}

#promo_codes p{
    color: #999;
}
.input-label{
    color: white;
}
.form-btn{
    background-color: #FF7F00;
    color: white;
}
.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;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.wrapper{
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.content-container{
    width: 90%;
    margin: 0 5%;
    position: relative;
}
.about-container{
    background-color: #EEE;
    padding: 3% 0;

}
.table-container{
    padding-bottom: 4%;
}
.about-container h2{
    color: #222;
    margin-top: 10px;
}
.about-container .col50:first-of-type{
    padding-right: 4%;
}
.about-container .col50:last-of-type{
    padding-left: 4%;
}
@media only screen and (min-width: 1860px) {

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

    .wrapper {
        /*width: 1674px; *//* 1860px - 10% for margins */
        max-width: 1920px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {

}
@media only screen and (max-width: 1300px) {
    .bg_mac_top, .bg_mac_bottom{
        display: none;
    }
}
@media only screen and (min-width: 1200px) {

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

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

    .mac-notes-container{
        position: relative;
        z-index: 1;
        margin-bottom: -18px;
    }
    .mac-screen-container{
        position: relative;
        z-index: 2;
    }
}

a {
    color: inherit;
    text-decoration: none;
}
.alink{
    color: #0085B2;
}
h1{
    font-size: 32px;
    margin: 1em 0 1.5em;
    font-weight: normal;
}
h2{
    font-size: 28px;
    margin: 1em 0 1em;
    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;
}
.shadow-strip{
    background-color: rgba(10,14,22, 0.25);
    height: 20px;
    width: 100%;
    margin-top: -20px;
    z-index: 2;
}

.line{
    width: 100%;
    height: 1px;
    background-color: #444;
    clear: both;
}

.main-container{
    margin: 2% 0 4%;
}
.header-container{
    background-color: white;
}
.main-apps{
    margin-bottom: 4%;
}
/* ==========================================================================
   nav
   ========================================================================== */
.nav-logo{
    padding:  30px 20px 30px 0;
   /* margin-right: 1%;
    width: 94%;*/
}
.nav-logo .title{
    margin: 0;
    white-space: nowrap;
}
.nav-logo .slogan{
    font-size: 14px;
    font-style: normal;
}
.nav-logo ul {
    margin: 0 0;
    padding: 0 0 0 20px;
}
.nav-logo li{
    text-indent: -0.3em;
}
.nav-logo .logo{
    min-width: 265px;
}   
.nav-logo .description{
    padding: 0 10px;
 min-width: 300px;
max-width: 350px;
}   
.nav-logo nav{
    min-width: 310px;
}   
.nav-logo > *{
    margin: 5px 0;
}
.social-container{
        margin-right: -20px;
}

/* ==========================================================================
   footer
   ========================================================================== */
.footer-container{
    margin-bottom: 3%;
    margin-top: 3%;
}
.footer-container p{
    font-size: 17px;
}
.footer-container .col50{
    padding: 0 15px;
    min-width: 300px;
}
.copyright{
    font: 14px/18px Tahoma, Arial;
    color: #666;
}
.footer-arrow{
        padding: 0;
}

/* ==========================================================================
   apps table
   ========================================================================== */
.apps-table h4{
    margin-bottom: 2px;
    font-size: 100%;
    color: #444444;
    text-indent: 1px;
}
.app-cell{
    padding: 20px 0;
    min-width: 300px;
}
.app-cell:not(:last-of-type){
    padding-right: 10px;
}
.app-cell .app-icon{
    margin-right: 10px;
    border-radius: 14px;
}
.app-cell .app-text{
    width: calc(100% - 75px);
    width: 70%;
}
.app-text h5{
    margin: 0 0 3px;
}
.app-text .app-description{
    font-size: 14px;
    color: #666666;
}
.apps-table .app-title{
    color: #999;
}

/* ==========================================================================
   mac screen
   ========================================================================== */

.mac-notes-wrap{

    position: relative;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.mac-note{
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 10px;

}
.mac-note:hover{

}
.mac-note:nth-of-type(1){
    margin-left: -10px;
}
.mac-note:nth-of-type(2){
    margin: 0 10px;
}
.mac-note:nth-of-type(3){
    margin-right: -10px;
}
.mac-note:nth-of-type(3) > a{

    text-align: right;
}
.mac-note > a{
    line-height: 20px;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
}

.mac-screen-apps-wrap{
    font-size: 0;
    text-align: center;
}
.mac-screen{
    background-color: white;
    padding: 2% 3% 3%;
}
.mac-screen h2{
    font-size: 48px;
    margin: 20px 0 40px;
    text-align: center;
    line-height: 60px;
}
.mac-screen h3{
    font-size: 40px;
    line-height: 48px;
    margin: 25px 0 20px;
    color: #0085B2;
}
.mac-screen h4{
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    color: #0085B2;
}
.mac-screen h4.small{
    font-size: 18px;
}
.mac-screen p{
    font-size: 16px;
    margin: 0;
}
.mac-app{
    text-align: left;
    position: relative;
    width: 29%;
    font-size: 16px;
    margin: 2%;
}
.mac-app.mac-app-large .app-icon-wrap{
    height: 205px;
    position: relative;
}
.mac-app.mac-app-large .app-icon-wrap > .app-icon{
    position: absolute;
    bottom: 5%;
}
.mac-app.mac-app-small .app-text{
    width: 75%;
    width: calc(100% - 110px);
}
.app-icon-wrap.ib{
    line-height: 0;
    text-align: center;
    width: 102px;
}
@media only screen and (min-width: 1520px) {
    /*.xl-pull-left{
        float: left;
    }
    .xl-pull-right{
        float: right;
    }*/
}
@media only screen and (max-width: 1120px) {
    .mac-app{
        width: 46%;
    }
    .mac-app.mac-app-large .ibug .app-icon-wrap {
        height: 80px;
    }
}
@media only screen and (max-width: 890px) {
    .mac-app{
        width: 80%;
        margin-top: 30px;
    }
    .mac-notes-wrap{
        padding: 20px 0;

    }
    .mac-note{
        width: 100%;
        margin: 10px 0 !important;
    }
}



.app-block + .app-block{
    margin-top: 4%;
}
/* ==========================================================================
   deluxe moon
   ========================================================================== */

#r_arrow_link{
    position: absolute; right: -25px; top:0;
}
#r_arrow_link:hover{
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.social-btn{
    cursor: pointer;
}
.app-block .app-footer{
    height: 100px;
    padding:  40px 0 40px;
    position: relative;
    overflow: visible;
    z-index: 2;
    -webkit-box-shadow:  0px -20px 0px 0px rgba(10,14,22,0.25);
    -moz-box-shadow:  0px -20px 0px 0px rgba(10,14,22,0.25);
    box-shadow:  0px -20px 0px 0px rgba(10,14,22,0.25);
}
.app-block .app-main{
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 320px;
    padding-top: 40px;
}

#gagarin{
    position: absolute;
    right: 0px;
    top: -250px;
    z-index: 2;
}

.app-block .app-footer .app-icon-col{
    width: auto;
    margin-right: 20px;
}
.app-block.moondeluxe .app-main{
    background:url("../../img/mainpage/bg_moon.jpg") top left no-repeat;
    /*background-size: cover;
    background-position: 0 0;*/
    background-size: auto;
    background-position: 70% 0%;
}
.rating-header{
    font-size: 34px;
    line-height: 34px;
    margin-top: 20px;
}
.rating-header, .rating-footer{
    color: white;
    text-align: center;
}
.rating-footer{
    margin-top: 10px;
    opacity: 0.5;
    font-size: 18px;
    line-height: 18px;
}
p.review{
    margin: 10px 0px 10px 60px;
    line-height: 18px;
}
p.review, .review-author{
    color: white;

}
.review-author{
    opacity: 0.5;
    text-align: right;
    font-style: italic;
}
#largemoon{
    position: absolute; right: -10%; top: 0;
    z-index: 1;
}


/* ==========================================================================
   trackkit 
   ========================================================================== */

.tk-logo-text{
    font-size: 60px;color: #212121;line-height: 64px;
}
.app-block.trackkit .app-main{
    background:url("../../img/mainpage/bg_track.jpg") top left no-repeat;
    /*background-size: cover;
    background-position: 0 50%;*/
    background-size: auto;
    background-position: 50% 30%;
}
.app-block.trackkit .app-info{
    position: relative; z-index: 2;margin-left: 28%;max-width: 420px;
}
.trackkit.app-block .app-footer {
    height: 150px;
    padding: 15px 0 15px;
}
.trackkit .features{
    margin-left: 25%;
    position: relative;
}
.trackkit .features-plate{
    text-align: center;
    width: 31%;
    height: 150px;
}
.trackkit .feature-icon{
    margin: 10px auto;
}
.trackkit .feature-title{
    color: #3F3F00;
    font-size: 17px;
}
.trackkit .feature-text{
    color: white;
}
#iphonemkp{
    position: absolute;
    top: -370px;
    left: -50px;
}
#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;
}
/* ==========================================================================
   fishing 
   ========================================================================== */
.fd-logo-text{
    font-size: 60px;color: #222222;line-height: 64px;
}
.more-info-btn{
    padding: 8px 40px;
    font-size: 20px;
    border-radius: 30px;
    background-color: #013157;
    color: white;
    cursor: pointer;
    display: inline-block; clear: both;
}
.app-block.fishingdeluxe .app-main{
    background:url("../../img/mainpage/bg_fish.jpg") top left no-repeat;
    background-size: auto;
    background-position: 0 50%;
}
.fishingdeluxe .app-footer{
    background-repeat: no-repeat;
}
.app-block .graph{
    position: absolute;
    right: 5%;    top: -290px
}
.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%;
}

.fishingdeluxe .review{
    color: #00BFFF; font-size: 14px;
}


/* ==========================================================================
   huntingaids 
   ========================================================================== */

.huntingaids .logo-text{
    font-size: 56px;color: #FFCC99;line-height: 60px;
}
.huntingaids .logo-slogan-desc{
    margin: 25px 0 60px;color: #FFA54C; font-size: 18px;line-height: 110%;
}
.huntingaids .review{
    color: #FFCC99;
}
.app-block.huntingaids .app-main{
    background:url("../../img/mainpage/bg_hunt.jpg") top left no-repeat;
    background-size: auto;
    background-position: 0 50%;
}
.huntingaids .more-info-btn{
    background-color: #E33436;
}
.hunt-bgs_wrap {
    position: absolute;
    right: -100%;
    top: -20px;
    width: 300px;
    height: 250px;
}
.hunt-bgs_wrap .hunt-cirlce{
    position: absolute;

}
.app-block.huntingaids .app-main > *{
    margin-top: 20px;
}
.hunt-cirlce:first-of-type{
    top: 0; left: 0; z-index: 2;
}
.hunt-cirlce:nth-of-type(2){
    top: 85px;
    left: 33%;
    z-index: 1;
}
.hunt-cirlce:nth-of-type(3){
    top: 60px; right: 10px; z-index: 2;
}
.huntingaids .bg_hunter{
    position: absolute;
    right: 5%;
    bottom: 0;
}
@media only screen and (max-width: 1199px) {

    .mac-note{
        margin: 5px !important;
    }
    .mac-notes-container{
        margin-bottom: 2%;
    }

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


    .nav-logo nav{
        min-width: 0;
    }   
    .trackkit .features-plate{
        width: auto;
        height: auto;
        display: block !important;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .trackkit .feature-icon{
        display: none;
    }
    .trackkit .feature-title{
        font-size: 18px;
    }
    .trackkit .feature-title:before{
        content: "\00bb ";
    }
    .huntingaids .review{
    font-size: 14px;
}
}


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

.app-block.fishingdeluxe .app-main{
    background:url("../../img/mainpage/m/bg_fish.jpg") top left no-repeat;
    background-size: auto;
    background-position: 0 50%;
}
.app-block.huntingaids .app-main{
    background:url("../../img/mainpage/m/bg_hunt.jpg") top left no-repeat;
    background-size: auto;
    background-position: 0 50%;
}    
.app-block.trackkit .app-main{
    background:url("../../img/mainpage/m/bg_track.jpg") top left no-repeat;
    /*background-size: cover;
    background-position: 0 50%;*/
    background-size: auto;
    background-position: 0 30%;
}
.app-block.moondeluxe .app-main{
    background:url("../../img/mainpage/m/bg_moon.jpg") top left no-repeat;
    /*background-size: cover;
    background-position: 0 0;*/
    background-size: auto;
    background-position: 0 0%;
}
    .app-footer .ratings-col{
        width: auto;
    }
    .moondeluxe .app-footer .review-col{
        width: 70%;
        width: calc(100% - 125px);
    }

    .about-container .col-xs-100{
        padding: 0 !important;
    }
    

    .app-block.trackkit .app-info{
        margin-left: 10px; max-width: 100%;
    }
    .trackkit .features{
        margin-left: 10px;
    }
    
    .footer-arrow{
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {

   
    .tk-logo-text{
        font-size: 45px;
    }
    .trackkit .features-plate{
        margin-bottom: 6px;
    }

    .fd-logo-text{
        font-size: 40px;line-height: 50px;
    }
    .fishingdeluxe .review{
        margin: 0;
    }
    .huntingaids .logo-text{
        font-size: 36px;line-height: 46px;
    }
    .huntingaids .logo-slogan-desc{
        margin: 25px 0 30px;
    }
    .huntingaids .review{
        margin: 0;
    }
    
    .mac-notes-wrap{
        margin: auto;
        width: 370px;
    }
    .mac-note{
       margin: 5px 0 !important;
    }
    .mac-note > a{
        transform: scale(0.85) translateX(-8%);
        -webkit-transform: scale(0.85) translateX(-8%);
    }
    .mac-screen-apps-wrap{
        text-align: left;
    }
}

.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;
}