/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maven Pro', sans-serif;
    font-weight: normal;
}

.topnav {
    font-size: 14px; 
    font-weight: normal;
}

.lead {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
}
p{
    font-weight: normal;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    /*background: url(../img/intro-bg.jpg) no-repeat center center;*/
    background-size: cover;
    background:transparent;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.0);
    font-size: 5em;
    color:#f40707;
}
color:#f4020e;

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.top-nav >li>a{
    color:#5610ce;
    font-size:16px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #2f2d2d;
    border-radius: 4px;
    padding: 5px 8px 3px 8px;
}
.fa.fa-bars{
    font-size: 20px;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.content-section-prod{
    padding: 50px 0;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin: 20px 0 20px 0;
    
}
.prod{
    height:300px;
    margin-bottom: 20px;
    /*padding:30px 30px;*/
}
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }


}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin:20px 0 20px 0;
}

.content-section-b {
    padding: 50px 0;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
    font-weight: normal;
    color:#fff;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

/*.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}*/

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

/* custome css */
.special-padding{
    padding-top:15px;
}
.special-nav{
    background: rgba(3,3,3,0.41);
    background: -moz-linear-gradient(top, rgba(3,3,3,0.41) 0%, rgba(3,3,3,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,3,3,0.41)), color-stop(100%, rgba(3,3,3,0)));
    background: -webkit-linear-gradient(top, rgba(3,3,3,0.41) 0%, rgba(3,3,3,0) 100%);
    background: -o-linear-gradient(top, rgba(3,3,3,0.41) 0%, rgba(3,3,3,0) 100%);
    background: -ms-linear-gradient(top, rgba(3,3,3,0.41) 0%, rgba(3,3,3,0) 100%);
    background: linear-gradient(to bottom, rgba(3,3,3,0.41) 0%, rgba(3,3,3,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#030303', GradientType=0 );
    border-bottom: 4px solid #fff;
    margin-bottom:0px;
}

.special-nav p{
    color:#f40707;
}

.logo{
    width: 180px;
    margin-top: -50px;
}

.img-center{
    margin:0 auto;
}

.form-control{
    /*margin-bottom:10px;*/
    font-weight: normal;
}

.space-bottom{
    padding-bottom:20px;
}
.white{
    color: #fff;
}

.black{
    color:#111111;
}
.intro-message h1{
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
}

.btn-bg{

    background: rgba(109,207,246,1);
    background: -moz-linear-gradient(top, rgba(109,207,246,1) 0%, rgba(46,49,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(109,207,246,1)), color-stop(100%, rgba(46,49,146,1)));
    background: -webkit-linear-gradient(top, rgba(109,207,246,1) 0%, rgba(46,49,146,1) 100%);
    background: -o-linear-gradient(top, rgba(109,207,246,1) 0%, rgba(46,49,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(109,207,246,1) 0%, rgba(46,49,146,1) 100%);
    background: linear-gradient(to bottom, rgba(109,207,246,1) 0%, rgba(46,49,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dcff6', endColorstr='#2e3192', GradientType=0 );
    border:0px;
    color:#fff;
    font-size: 26px;
    font-weight:normal;
}

.btn-bg:hover{

    background: rgba(46,49,146,1);
    background: -moz-linear-gradient(top, rgba(46,49,146,1) 0%, rgba(109,207,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,49,146,1)), color-stop(100%, rgba(109,207,246,1)));
    background: -webkit-linear-gradient(top, rgba(46,49,146,1) 0%, rgba(109,207,246,1) 100%);
    background: -o-linear-gradient(top, rgba(46,49,146,1) 0%, rgba(109,207,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(46,49,146,1) 0%, rgba(109,207,246,1) 100%);
    background: linear-gradient(to bottom, rgba(46,49,146,1) 0%, rgba(109,207,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3192', endColorstr='#6dcff6', GradientType=0 );
    border:0px;
    color:#fff;
    font-size: 26px;
    font-weight:normal;
}

.btn-bg.send{

    background: rgba(109,207,246,1);
    background: -moz-linear-gradient(top, rgba(109,207,246,1) 0%, rgba(46,49,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(109,207,246,1)), color-stop(100%, rgba(46,49,146,1)));
    background: -webkit-linear-gradient(top, rgba(109,207,246,1) 0%, rgba(46,49,146,1) 100%);
    background: -o-linear-gradient(top, rgba(109,207,246,1) 0%, rgba(46,49,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(109,207,246,1) 0%, rgba(46,49,146,1) 100%);
    background: linear-gradient(to bottom, rgba(109,207,246,1) 0%, rgba(46,49,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dcff6', endColorstr='#2e3192', GradientType=0 );
    border:0px;
    color:#fff;
    font-size: 18px;
    font-weight:normal;
}

.btn-bg.send:hover{

    background: rgba(46,49,146,1);
    background: -moz-linear-gradient(top, rgba(46,49,146,1) 0%, rgba(109,207,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,49,146,1)), color-stop(100%, rgba(109,207,246,1)));
    background: -webkit-linear-gradient(top, rgba(46,49,146,1) 0%, rgba(109,207,246,1) 100%);
    background: -o-linear-gradient(top, rgba(46,49,146,1) 0%, rgba(109,207,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(46,49,146,1) 0%, rgba(109,207,246,1) 100%);
    background: linear-gradient(to bottom, rgba(46,49,146,1) 0%, rgba(109,207,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3192', endColorstr='#6dcff6', GradientType=0 );
    border:0px;
    color:#fff;
    font-size: 18px;
    font-weight:normal;
}



@media (min-width: 768px){
    .navbar {
         border-radius: 0px; 
    }

    .section-heading.balance-padding{
        padding-top:30px;
    }

.bg-a{
        background-image: url(../img/bg-a.jpg);
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .bg-b{
        background-image: url(../img/bg-b.jpg);
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
       margin-left: -15px;
       color:#5610ce;
       font-size:16px;
     }
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .bg-a{

        background:#111111;
    }

    .bg-b{

        background:#111111;
    }

    .logo {
        width: 140px;
        margin-top: -30px;
    }
}
.content-section-c{
    padding: 50px 0;
    background-color: #626366;
}
footer {
    padding: 50px 0;
    background-color: #fff;
}

p.copyright {
    margin: 15px 0 0;
    font-weight: normal;
}

footer .nav>li>a{
    font-size:24px;
    color:#2e3192;
}
footer .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
     background-color: rgba(0,0,0,0); 
     color:#4e51b4;
}

/* top button */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(242, 101, 34);
    background: rgba(242, 101, 34, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(242, 101, 34, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}