/* Default */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700&subset=cyrillic');
@import url('../css/bootstrap.css');
@import url('../css/font-awesome.min.css');
@import url('../css/hover.css');
@import url('http://ionicons.com/css/ionicons.min.css?v=2.0.1');

/* Common */
body{font-family: 'Roboto', sans-serif!important;background: #fff;  }


/* Promo */
.promo{
    background-image: url(../img/promo.png);
    height: 100vh;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.promo-pat {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.56);
    width: 100%;
    height: 100%;
}
.promo .container-fluid{
    z-index: 999;
    position: relative;
}
.browser, .promo-wrapper {
    height: 100vh;
}
.browser-image {
    text-align: right;
    position: relative;
    top: 50%;
    transform: translate(0%,-50%);
}
.promo-desc {
    text-align: left;
    position: relative;
    top: 40%;
    transform: translate(0%,-40%);
}
.browser-image img {
    max-width: 100%;
    text-align: right;
}

.promo-title {
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}
.promo-title:after {
    content: " ";
    background: #fff;
    width: 200px;
    height: 1px;
    display: block;
}
.promo-subtitle {
    padding: 10px 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.promo-buttons {
    margin-top: 30px;
}
.promo-button {
    display: inline-block;
    padding: 10px 25px;
    color: white;
    border: 1px solid;
    margin-right: 20px;
    font-weight: 300;
    transition: 0.3s;
}
.promo-button:hover{
    text-decoration: none;
}
.pb2{
    border-color: #E63839;
    background: #E63839;
    color: #fff;
}
.pb1:hover{
    border-color: #E63839;
}
.pb2:hover{
    border-color: #fff;
    color: #E63839;
}
.hvr-bounce-to-right:before {
    background: #e63839;
}
.hvr-bounce-to-left:before {
    background: #fff;
}



@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
.scroll-btn {
    display: block;
    left: 0;
    right: 0;
    text-align: center;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 24px;
    height: 39px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 58%;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

.mouse-container {
    position: absolute;
    bottom: 0px;
}


/* Sections*/
.sec-gr {
 background: #F3F3F3;
 border-bottom: 1px solid #e2e2e2;
 border-top: 1px solid #e2e2e2;
}
.section-title {
 text-align: center;
 font-size: 30px;
 font-weight: 300;
}
.section-title-fix{
 margin-top: -40px;
}
.section-title:after {
    content: " ";
    width: 80px;
    border-bottom: 2px solid;
    bottom: 0px;
    display: block;
    height: 2px;
    margin: 10px auto 10px;
    border-color: #E63839;
}
.section-desc {
 text-align: center;
 color: #6f6f6f;
 max-width: 700px;
 margin: 0px auto 40px;
}
.section {
 padding: 40px 0px;
}
.non-section {
 padding: 0px 0px 50px;
}

.main-features {
   padding: 30px;
   height: 150px;
}
.m-feature {
    background: #fff;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    margin-top: 20px;
}
.main-features .col-md-4{
   position: relative;
   top: -120px;
   transition: 0.3s;
}
.m-fea-ico {
    font-size: 40px;
    color: #e63839;
}
.main-features .col-md-4:hover{
   top: -135px;
   transition: 0.3s;
}
.m-fea-title {
   font-size: 19px;
   font-weight: 300;
   color: #000;
}
.m-fea-desc {
   color: #6f6f6f;
   padding: 10px;
   font-size: 13px;
}


.demo-item {
    display: block;
    margin-top: 30px;
    transition: 0.3s;
}
.demo-item:hover{
    margin-top: 20px;
    transition: 0.3s;
    text-decoration: none;
    color: #E63839;
}
.demo-image img{
    width: 100%;
}
.demo-title {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 300;
    background: #fff;
    transition: 0.3s;
}
.demo-item:hover .demo-title{
    color: #E63839;
    transition: 0.3s;
}

.module-block {
    display: block;
    color: #333;
    border: 1px solid #e2e2e2;
    margin: 20px 0px 0px;
    transition: 0.3s;
}
.module-block:hover{
    text-decoration: none;
    color: #e63839;
    transition: 0.3s;
}
.mb-icon {
    display: inline-block;
    padding: 10px;
    background: #e2e2e2;
    width: 40px;
    text-align: center;
    color: #e63839;
}
.mb-title {
    display: inline-block;
    padding: 10px;
}

.promo-bottom {
    background-image: url(../img/promo.png);
    color: #fff;
    position: relative;
    background-position: center center;
    padding: 60px 0px;
    text-align: center;
    background-size: cover;
}
.view-demo.promo-buttons {
    position: relative;
    z-index: 9999;
}

.f-author {
    float: right;
}
.f-copy {
    float: left;
}
footer {
    padding: 10px 0px;
    color: #333;
}


@media (max-width: 991px) {
.browser {
    display: none;
}
.promo-desc {
    text-align: center;
}
.promo-title:after {
    content: " ";
    background: #fff;
    width: 200px;
    height: 1px;
    display: block;
    text-align: center;
    margin: 0px auto;
}
}