/* Main Slider
-------------------------------------------------- */
#banner {
    background: url("../../img/backgrounds/bg.jpg") no-repeat;
    display: block;
    height: 540px;
    padding-top: 100px;
    margin-bottom: 90px;
    margin-top: -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #banner .header {
        text-align: center;
        margin: 0;
        color: #fff;
        margin-top: 85px;
    }

        #banner .header p {
            font-style: italic;
            font-size: 17px;
            margin: 0 0 40px 0;
        }

    #banner a {
        font-size: 35px;
        margin: 0 0 40px 0;
        padding-bottom: 20px;
        line-height: 1em;
    }
/* Showcase services
-------------------------------------------------- */
#showcase {
    margin-top: 70px;
    text-align: center;
}

    #showcase .container {
        /*width: 980px;*/
    }

    #showcase .image img {
        box-shadow: 3px 3px 5px 0px #B7B6B7;
    }

    #showcase .info {
        margin-top: 30px;
    }

        #showcase .info h4 {
            font-size: 17px;
        }

        #showcase .info p {
            color: #333333;
            line-height: 21px;
            font-size: 13px;
        }

    #showcase .features_op1_row .last {
        margin-right: 0;
    }

    #showcase .features_op1_row .feature .text {
        margin: 32px auto 0;
        width: 87%;
    }

        #showcase .features_op1_row .feature .text h6 {
            margin: 0 0 14px 0;
            font-size: 20px;
        }

        #showcase .features_op1_row .feature .text p {
            margin: 0;
            font-size: 14px;
            line-height: 23px;
        }

    #showcase .features_op1_row .feature .img_box {
        position: relative;
        border-radius: 5px;
    }

        #showcase .features_op1_row .feature .img_box img {
            border-radius: 5px;
            max-width: 98%;
            margin: 0 auto;
            display: block;
        }

        #showcase .features_op1_row .feature .img_box span.circle {
            background: rgba(17, 137, 217, 0.8);
            width: 48px;
            height: 48px;
            display: none;
            text-align: center;
            position: absolute;
            top: 36%;
            left: 42%;
            border-radius: 100%;
        }

            #showcase .features_op1_row .feature .img_box span.circle span.plus {
                display: inline-block;
                font-weight: bold;
                color: white;
                font-size: 32px;
                margin-top: 13px;
            }

        #showcase .features_op1_row .feature .img_box:hover span.circle {
            display: block;
        }

        #showcase .features_op1_row .feature .img_box:hover .img_box {
            box-shadow: 0px 0px 1px 100px black inset;
        }

        #showcase .features_op1_row .feature .img_box:hover img {
            box-shadow: 1px 1px 6px 0px #888;
            border-radius: 5px;
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

/* Features
-------------------------------------------------- */
#features {
    margin-top: 70px;
    margin-bottom: -20px;
}

    #features .feature {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 65px;
    }

        #features .feature .info h3 {
            font-size: 21px;
            margin-top: 45px;
        }

            #features .feature .info h3 img {
                margin-right: 18px;
                position: relative;
                top: -10px;
            }

        #features .feature .info p {
            margin-top: 15px;
        }

/* Pricing charts
-------------------------------------------------- */
#in_pricing {
    margin-top: 50px;
}

    #in_pricing .head h6 {
        font-size: 18px;
        margin: 0;
        color: #8E8E8F;
        font-weight: normal;
    }

    #in_pricing .charts_wrapp {
        margin-left: -20px;
        margin-bottom: 40px;
    }

        #in_pricing .charts_wrapp .plan {
            border-radius: 6px;
            box-shadow: 0 1px 3px 1px #d6d6d6;
            background-color: #fff;
            width: 95%;
            position: relative;
        }

            #in_pricing .charts_wrapp .plan .wrapper {
                padding: 33px 30px 26px 30px;
            }

    #in_pricing .plan h3 {
        color: #535353;
        font-weight: normal;
        font-style: italic;
        font-size: 28px;
        margin: 0 0 5px 0;
        line-height: 25px;
    }

    #in_pricing .plan .price {
        font-size: 17px;
        color: #1189D9;
        margin-top: 16px;
    }

        #in_pricing .plan .price span.dollar {
            font-size: 32px;
            position: relative;
            top: -6px;
            margin-right: 3px;
        }

        #in_pricing .plan .price span.qty {
            font-size: 47px;
            margin-right: 4px;
            position: relative;
            top: 2px;
        }

        #in_pricing .plan .price span.month {
            font-style: italic;
            font-weight: 300;
            font-size: 15px;
        }

    #in_pricing .plan .features {
        margin-top: 30px;
    }

        #in_pricing .plan .features p {
            color: #838385;
            margin-bottom: 5px;
            font-size: 14px;
        }

    #in_pricing .plan a.order {
        background-color: #2190DB;
        text-align: center;
        margin: 25px auto 0;
        width: 48%;
        display: block;
        padding: 3px 0;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        border-radius: 5px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
    }

        #in_pricing .plan a.order:hover {
            background: #252528;
        }

    #in_pricing .pro .plan {
        width: 100%;
        top: -20px;
        box-shadow: 0px 0px 7px 0 #d6d6d6;
        border: 1px solid #d9d9d9;
    }

        #in_pricing .pro .plan .wrapper {
            padding: 36px 30px 35px 30px;
        }

        #in_pricing .pro .plan img.ribbon {
            position: absolute;
            top: 0;
            left: 0;
        }

        #in_pricing .pro .plan a.order {
            margin-top: 35px;
        }

    #in_pricing .standar .plan {
        float: right;
    }

    #in_pricing .start {
        width: 100%;
        text-align: center;
    }

        #in_pricing .start p {
            font-size: 24px;
            display: inline-block;
            color: #5B5B5D;
            font-style: italic;
            line-height: 26px;
            margin: 0 18px 0 0;
        }

        #in_pricing .start a {
            text-transform: uppercase;
            color: #fff;
            font-weight: bold;
            border-radius: 4px;
            padding: 7px 17px;
            font-size: 17px;
            background: #252528;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
        }

            #in_pricing .start a:hover {
                background: #2190DB;
            }

#in_pricing2 .plan a.order:hover {
    background: #252528;
}

/* Pricing Option 2 */
#in_pricing2 {
    margin-bottom: 40px;
}

    #in_pricing2 .section_header h3 span {
        font-size: 18px;
        line-height: 20px;
    }

    #in_pricing2 .charts_wrapp {
        margin-bottom: 40px;
    }

        #in_pricing2 .charts_wrapp .plan {
            border-radius: 6px;
            box-shadow: 0 1px 3px 1px #d6d6d6;
            background-color: #fff;
            width: 100%;
            position: relative;
        }

            #in_pricing2 .charts_wrapp .plan .wrapper {
                padding: 33px 30px 26px 30px;
            }

            #in_pricing2 .charts_wrapp .plan .price {
                font-size: 17px;
                color: #1189D9;
                margin-top: 16px;
            }

                #in_pricing2 .charts_wrapp .plan .price span.dollar {
                    font-size: 32px;
                    position: relative;
                    top: -6px;
                    margin-right: 3px;
                }

                #in_pricing2 .charts_wrapp .plan .price span.qty {
                    font-size: 47px;
                    margin-right: 4px;
                    position: relative;
                    top: 2px;
                }

            #in_pricing2 .charts_wrapp .plan .features {
                margin-top: 30px;
            }

                #in_pricing2 .charts_wrapp .plan .features p {
                    color: #838385;
                    margin-bottom: 5px;
                    font-size: 14px;
                }

            #in_pricing2 .charts_wrapp .plan h3 {
                color: #535353;
                font-weight: normal;
                font-style: italic;
                font-size: 28px;
                margin: 0 0 5px 0;
                line-height: 25px;
            }

            #in_pricing2 .charts_wrapp .plan a.order {
                width: 80%;
            }

    #in_pricing2 .plan .price span.month {
        font-weight: bold;
        font-size: 17px;
    }

    #in_pricing2 .plan a.order {
        background-color: #2190DB;
        text-align: center;
        margin: 25px auto 0;
        width: 48%;
        display: block;
        padding: 3px 0;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        border-radius: 5px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
    }

        #in_pricing2 .plan a.order:hover {
            background: #252528;
        }

    #in_pricing2 .ultra .plan {
        top: -13px;
        box-shadow: 0px 0px 7px 0 #d6d6d6;
        border: 1px solid #d9d9d9;
    }

        #in_pricing2 .ultra .plan .wrapper img.ribbon {
            position: absolute;
            right: 0;
            top: 0;
        }

    #in_pricing2 .black .plan {
        background: #252528;
        box-shadow: none;
    }

        #in_pricing2 .black .plan .wrapper {
            padding: 35px 25px 30px 25px;
        }

        #in_pricing2 .black .plan h3 {
            color: #fff;
        }

        #in_pricing2 .black .plan h6 {
            color: #fff;
            font-size: 20px;
            font-weight: normal;
            font-style: italic;
        }

        #in_pricing2 .black .plan p {
            font-size: 16px;
            color: #adadad;
            margin: 20px 0 38px;
            line-height: 23px;
        }

    #in_pricing2 .black a.order {
        background: #535356;
        color: #fff;
        width: 87%;
        padding: 6px 0;
    }

        #in_pricing2 .black a.order:hover {
            background: #2190DB;
        }

/* Call to Action
-------------------------------------------------- */
#call_action {
    margin-top: 50px;
    text-align: center;
}

    #call_action p {
        font-size: 24px;
        color: #3F3F3F;
        font-style: italic;
        display: inline-block;
    }

    #call_action a {
        background-color: #282828;
        color: #fff;
        padding: 9px 17px;
        font-weight: bold;
        border-radius: 4px;
        font-size: 17px;
        margin-left: 20px;
        position: relative;
        top: -5px;
        -webkit-transition: background-color .2s linear;
        -moz-transition: background-color .2s linear;
    }

        #call_action a:hover {
            background-color: #6776b1;
        }

        #call_action a:active {
            box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.95) 0 1px 4px;
        }

/* Clients
-------------------------------------------------- */
#clients {
    margin-top: 75px;
}

    #clients .client .img {
        height: 76px;
        width: 138px;
        cursor: pointer;
        -webkit-transition: box-shadow .1s linear;
        -moz-transition: box-shadow .1s linear;
        transition: box-shadow .1s linear;
    }

        #clients .client .img:hover {
            cursor: pointer; /*box-shadow: 0px 0px 2px 0px rgb(155, 155, 155);*/
            border-radius: 8px;
        }

    #clients .client .client1 {
        background: url("../../img/cc/amex-logo.png") 0 -75px;
    }

        #clients .client .client1:hover {
            background-position: 0px 0px;
        }

    #clients .client .client2 {
        background: url("../../img/cc/diners-logo.png") 0 -75px;
    }

        #clients .client .client2:hover {
            background-position: 0px 0px;
        }

    #clients .client .client3 {
        background: url("../../img/cc/isra-logo.png") 0 -75px;
    }

        #clients .client .client3:hover {
            background-position: 0px 0px;
        }

    #clients .client .client4 {
        background: url("../../img/cc/mastercard-logo.png") 0 -75px;
    }

        #clients .client .client4:hover {
            background-position: 0px 0px;
        }

    #clients .client .client5 {
        background: url("../../img/cc/pci-logo.png") 0 -75px;
    }

        #clients .client .client5:hover {
            background-position: 0px 0px;
        }

    #clients .client .client6 {
        background: url("../../img/cc/visa-logo.png") 0 -75px;
    }

        #clients .client .client6:hover {
            background-position: 0px 0px;
        }

/* Responsive
-------------------------------------------------- */
@media (max-width: 991px) {
    #showcase .features_op1_row .feature .img_box span.circle {
        top: 35%;
    }

    #clients .row {
        text-align: center;
    }

    #clients .client {
        text-align: center;
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 10px;
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #in_pricing .plan a.order {
        width: 64%;
    }

    .slide .info h2, .slide .info h2 * {
        font-size: 30px !important;
    }

    .slide#responsive .info {
        position: absolute;
        top: 170px;
        right: 6%;
        width: 25%;
    }

    .slide#tour .info {
        font-size: 15px;
    }

        .slide#tour .info a {
            font-size: 15px;
        }
}

@media (min-width: 768px) {
    #features .feature .pic-right {
        float: right;
    }

    #features .feature .info-left {
        float: left;
    }
}

@media (max-width: 767px) {
    iframe {
        height: 780px;
    }

    .wrapper {
        margin-bottom: 10px;
    }

    .box img {
        visibility: hidden;
    }

    #footer {
        margin-top: 0px;
    }

    .plan{
        text-align: center;
    }

    #partner-slider, #feature_slider {
        display: none;
    }

    #features .section_header {
        text-align: center;
    }

    #features .feature img {
        margin: 0 auto !important;
        float: none !important;
    }

    #features .feature .info h3 {
        text-align: center;
    }

    #showcase {
        margin-top: 120px;
    }

        #showcase .section_header {
            text-align: center;
        }

        #showcase .features_op1_row .feature {
            margin-bottom: 60px;
        }

            #showcase .features_op1_row .feature .img_box {
                text-align: center;
            }

                #showcase .features_op1_row .feature .img_box span.circle {
                    top: 38%;
                    left: 45%;
                }

            #showcase .features_op1_row .feature .text h6 {
                text-align: center;
            }

            #showcase .features_op1_row .feature:hover .img_box {
                box-shadow: none;
            }

        #showcase .features_op1_row .last {
            margin-bottom: 0;
        }

    #in_pricing .charts_wrapp {
        margin-left: 0;
    }

        #in_pricing .charts_wrapp .plan {
            margin: 0 auto 30px;
            width: 95%;
        }

            #in_pricing .charts_wrapp .plan .wrapper {
                margin: 0 auto;
                text-align: center;
            }

    #in_pricing .pro .plan {
        top: 0;
        width: 95%;
    }

    #in_pricing .standar .plan {
        float: none;
    }

    #in_pricing .start p {
        margin-bottom: 20px;
    }

    #in_pricing .start a {
        display: block;
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    #showcase .features_op1_row .feature {
        margin-bottom: 60px;
    }

        #showcase .features_op1_row .feature .img_box {
            text-align: center;
        }

            #showcase .features_op1_row .feature .img_box span.circle {
                left: 44%;
            }

        #showcase .features_op1_row .feature .text h6 {
            text-align: left;
        }

        #showcase .features_op1_row .feature:hover .img_box {
            box-shadow: none;
        }

    #showcase .features_op1_row .last {
        margin-bottom: 0;
    }
}

.btn.btn-primary,
.navbar .nav > li > a.btn.btn-primary {
    background-color: #FF9D01;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

    .btn.btn-primary:focus,
    .btn.btn-primary:hover,
    .navbar .nav > li > a.btn.btn-primary:focus,
    .navbar .nav > li > a.btn.btn-primary:hover {
        background-color: #E68400;
    }

    .btn.btn-primary.active,
    .btn.btn-primary:active,
    .navbar .nav > li > a.btn.btn-primary.active,
    .navbar .nav > li > a.btn.btn-primary:active {
        background-color: #CC6A00;
    }

img.one, .two {
    height: 77px;
}

div.copyright a {
    color: #a6a6a7;
}

div.section_header {
    text-align: center;
}
