﻿#intro {
    overflow: hidden;
}

#intro_description > h2 {
    min-height: 70px;
}

.logoText {
    color: white !important;
    font-size: 30px !important;
    font-weight: 600;
}

.navbar-brand {
    margin-top: 3px;
}

    .navbar-brand > img {
        margin-top: -15px;
        margin-right: 5px;
    }

#offers {
    padding-top: 100px;
    padding-bottom: 100px;
}

.offer {
    /*width: 31%;*/
    /*margin-right: 3%;*/
    margin-bottom: 30px;
    /*float: left;*/
}

    .offer * {
        /*width: 100%;*/
    }

    .offer:last-child {
        margin-right: 0;
    }

@media all and (max-width: 750px) {
    .offer {
        /*width: 100%;*/
    }
}

.offerBox {
    text-align: center;
    color: #fff;
}

.offerTitle {
    padding-top: 40px;
    font-size: 30px;
    font-weight: bold;
}

.offerDash {
    padding-top: 20px;
    width: 40px;
    border-bottom: 2px solid #FFF;
    margin: auto;
}

.offerPrice {
    padding-top: 20px;
    font-size: 90px;
    font-weight: 300;
    line-height: 90px;
}

.offerPeriod {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
}

.offerFeatures {
    background-color: #f4f5f6;
}

    .offerFeatures li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        line-height: 50px;
        padding: 0 30px;
        color: #656667;
        font-size: 18px;
        font-weight: 300;
    }

        .offerFeatures li:last-child {
            border: none;
        }

.offerBtn {
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #f4f5f6;
    text-align: center;
}

#offerBox1 {
    background-color: #424a56;
}

#offerBox2 {
    background-color: #f87c45;
}

#offerBox3 {
    background-color: #6abbd9;
}

#intro_image {
    position: relative;
    height: 650px;
}

.statistic-number {
    font-size: 47px !important;
}

#footer_copy a {
    color: #f87c45;
}

    #footer_copy a:hover {
        color: #626262;
    }

#footerMail {
    color: #f87c45;
}

    #footerMail:hover {
        color: #626262;
    }

.footerInfo span {
    margin-left: 10px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

.footer-socials > li > a {
    display: inline;
}

.footer-socials > li > i {
    color: #999;
}

#footerMail:hover {
    cursor: pointer;
}

#s_email {
    margin-bottom: 20px;
}

#submitbtn {
    min-width: 130px;
}

#phone_carousel {
    position: absolute;
    top: 69px;
    left: 143px;
    width: 250px;
    /*-ms-transform: rotate(-7.4deg);
	-webkit-transform: rotate(-7.4deg);
	transform: rotate(-7.4deg);*/
}

    #phone_carousel img {
        width: 250px;
        height: 404px;
    }

#phone_carousel_image {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

@media all and (min-width: 610px) {
    #intro_description h1 {
        white-space: nowrap;
    }
}


#intro_stores {
    display: none;
}

.offerPrice-text {
    font-size: 50px;
}

/*Typed Effects*/
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.statistic-number {
    color: #ddd;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline;
}

.statistic-number-before {
    color: #ddd;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline;
}

.statistic-number-after {
    color: #ddd;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline;
}

#screens_carousel .owl-item img {
}

#phone_carousel_image {
    z-index: 99;
}

#promo_banner * {
    color: #fff;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}

/*@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1){
    .animated {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;

        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}*/

@media only screen and (max-width: 320px) {
    #phone_carousel_image {
        left: -80px;
    }

    #phone_carousel {
        left: 63px;
    }
}

@media (max-width: 1000px) {
    .logoText {
        display: none;
    }

    .navbar-brand > img {
        margin-top: -8px;
    }
}

div.pp_default .pp_close {
    margin-right: -5px;
    margin-top: 18px;
    z-index: 500;
}

.top-buffer-md {
    margin-top: 100px;
}

.top-buffer-sm {
    margin-top: 30px;
}

.check-list .feature-box-icon {
    font-size: 18px;
}

.check-list .feature-box-content {
    font-size: 14px;
    color: #777;
}

.check-list-top .feature-box-content h4 {
    font-size: 18px;
}

.check-list-top .feature-box-content p {
    font-size: 14px;
}

.check-list .feature-box-content {
    padding-left: 30px;
}

    .check-list .feature-box-content p {
        margin-top: 4px;
    }

.check-list {
    padding: 0 50px;
}

.pp_pic_holder a {
    transition: all 0ms ease-in-out 0s;
}