/* 
    Created on : 01.08.2015, 17:14:49
    Author     : Евгений
*/


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


.column{
    padding-right: 2%;
}

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

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

/* FONT SIZES */
.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;
}

a {
    color: inherit;
    text-decoration: none;
}
.alink{
    color: #0085B2;
}
.hot-alink{
    color: #FF9326;
    
}
.bold{
    font-weight: 600;
}

h1, h2, h3{
    clear: both;
}
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;
}
p + h3{
    margin-top: 3em;
}
h4{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0.5em;
}

ul.list{
    padding-left: 15px;
}
ul.list-dot-item {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAADFBMVEX///9mZmZmZmZmZmYkqVMrAAAAA3RSTlMAUODgx3vyAAAAKElEQVR4AWPACxiZmJmZGKFsZjCA8JggHCYwhxkK0DkIZegGIIzGBwAwJACddcrB2QAAAABJRU5ErkJggg==);
}
ul.list-dash-item{
    list-style: none;
}
ul.list-dash-item li:before{
    content: '–';
    font-weight: bold;
    margin-left: -10px; margin-right: 10px;
}
ul.list-numeric{
    list-style: decimal;
        padding-left: 20px;
}
ul.list li{
        padding-left: 3px;
    margin-bottom: 0.25em;
}

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

.main-container{
    margin: 2% 0;
}
.header-container{
    background-color: white;
}

article section{
    padding: 3%;
    background-color: #EEE;
    box-sizing: border-box;
}
article section + section{
    margin-top:  2% !important;
}
.screenshots-wrap, .video-wrap{
    padding: 30px 0;
}
.screen{
    margin: 10px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    -webkit-transition: transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s;
     cursor: pointer;
}
.screen:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.screen.pull-left, .tube-video.pull-left{
    margin: 30px 30px 25px 0;
}
.screen.pull-right, .tube-video.pull-right{
    margin: 30px 0 25px 30px;
}
.screen-subscription{
    display: block;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
/* ==========================================================================
   nav
   ========================================================================== */
.nav-logo{
    padding:  30px 20px 30px;
    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;
}

@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: 1200px) {

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

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

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

}

@media only screen and (max-width: 1300px) {
    
}
@media only screen and (max-width: 1024px) {
.content-container{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

    .nav-logo nav{
        min-width: 0;
    }   
}
@media only screen and (max-width: 890px) {

    .about-container .col-xs-100{
        padding: 0 !important;
    }
    
    .footer-arrow{
        text-align: center;
    }
    .tube-video{
        float: none;
        display: block;
        margin: 40px auto !important;
        clear: both;
    }
}
@media only screen and (max-width: 480px) {

   
    
}






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