body{
    font-family: 'Open Sans', sans-serif;
}

.fixed-width{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero{
    height:380px;
}

.hero:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -0px;
    height: 360px;
    background: #f6f9fc;
    background-image: linear-gradient(150deg,#304e70 0,#2f6b91 100%);
    transform: skew(0,3deg);
    z-index: -2;
}

.hero .bg-overlay-icons{
    position: absolute;
    left: 0;
    right: 0;
    top: -0px;
    height: 360px;
    transform: skew(0,3deg);
    z-index: -1;
}

#section-examples{
    background: #f7f7f7;
    margin-bottom: 40px;
}

#section-examples .card_new{
  margin: 20px 0 40px auto;
  padding: 25px 25px 20px 25px;
}

#section-examples .card_new p{
  color:#555;
  text-align: left;
}

#section-examples .card_new p.manuf{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 4px;
}
#section-examples .card_new p.part_name{
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 4px;
}
#section-examples .card_new p.package_name{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}
#section-examples .round-button{
  font-size: 16px;
  margin-top: 30px;
  border-radius: 30px;
  padding: 10px 0px;
  display: block;
  text-align: center;
}
.steps{
  margin-top: 80px;
}
.left_sect, .middle_sect, .right_sect{
  display:inline-block;
}
.left_sect, .right_sect{
  width:360px;
}
.middle_sect{
  width:100px;
}

.video_box{
    width:450px;
    height:234px;
    text-align: center;
    background-color: #fff;
    box-shadow: 12px 15px 20px 0 rgba(46,61,73,0.15);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    border-radius: 6px;
    margin: 40px auto auto auto;
    line-height: 250px;
    font-size: 50px;
    color:#ddd;
    overflow: hidden;
}

.video-overlay{
    width:450px;
    height:234px;
    text-align: center;
    display: block;
    line-height: 234px;
    font-size: 80px;
    color:#ddd;
}
.video-overlay:hover{
    color:#ddd;
}

.heading{
    text-align: center;
    margin-top: 50px;
}

.join-hook-container{
    display: none !important;
}
.tab-content{
    display: initial;
}
#base {
    padding-bottom: 0 !important;
}
.sct-header{
    padding: 0;
}
    .sct-header .center{
        width: auto;
        padding: 10px 26px;
        display: inline-block;
        margin: 54px auto 35px auto !important;
        background: rgba(48,78,112,0.8);
    }
    .sct-header img{
        width:320px;
    }
    .sct-header h1{
        margin-bottom: 30px;
        /*margin-left: -35px;*/
    }
.clear{
  clear:both;
  margin-bottom: 40px;
  text-align: center;
}

.subheading{
    font-size: 24px;
    line-height: 36px;
    padding-left:0px;
    margin:25px auto auto auto;
    color:#fff;
    text-align: center;
    max-width: 700px;
}

.subheading.subheading2{
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
    color:#333;
    margin-bottom: 15px;
}
.subheading.subheading3{
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: 20px;
    line-height: 20px;
    color:#555;
    max-width: 800px;
}

.mtop15{
    margin-top: 15px;
}
.pl20{
    padding-left: 20px;
}
.pl0{
    padding-left: 0;
    margin-left: 0 !important;
}

.t_c{
    text-align: center;
}

.step_image{
  border-radius: 5px;
  box-shadow: 12px 15px 20px 0 rgba(46,61,73,0.15);
}
.step_image img{
    border-radius: 5px;
    width:360px;
}

.list-section{
    margin-top: 15px;
}
.row-fluid .center, .list-section2 .center{
    max-width: 900px;
    padding: 0;
}

.row-fluid .center2{
    max-width: 1100px;
}
.how-icon{
    width:140px;
    height:140px;
    margin: 20px auto 40px auto;
    background: #eee;
    border-radius: 50%;
    line-height: 140px;
    text-align: center;
    font-size:45px;
    color:#777;
}
.how-icon-time{
    font-weight: 400;
    font-size: 40px;
}
.how-description{
    text-align: center;
    padding: 10px;
}
.how-description img{
    margin: 10px auto 25px auto;
}
.how-description h4, .how-description p{
    color: #555;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
    .dotted-line{
        width: 215px;
        height: 2px;
        border-top: 2px dotted #304e70;
        position: absolute;
        margin-top: 71px;
        margin-left: 189px;
    }
    .dotted-line2{
        width: 370px;
        height: 2px;
        border-top: 2px dotted #304e70;
        position: absolute;
        margin-top: 61px;
        margin-left: 265px;
    }
.how-description h4{
    /*font-weight: 300;*/
    color:#ff761a;
    margin-bottom: 10px;
    font-size:18px;
    font-weight: 400;
}
.tabbable, .mb20{
    margin-bottom: 30px;
}
.top-alert{
    margin-bottom: 0;
}
.row-fluid h2{
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 28px;
    color:#555;
    text-align: center;
}
.how-description p{
    font-size: 15px;
    line-height: 22px;
}

.t_r{
    text-align: right;
}

.circle{
  width:15px;
  height:15px;
  border-radius: 50%;
  background: #3a5c84;
  margin: 100px auto auto auto;
}

.line{
    width:3px;
    height:340px;
    border-left: 2px dotted #ddd;
    position: absolute;
    margin: -13px auto auto 49px;
    z-index: -1;
}
.grey-bg:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 1660px;
    height: 400px;
    background: #f7f7f7;
    transform: skew(0,-3deg);
    z-index: -1;
}

#section-how-it-works h2{
    margin-bottom: 15px;
}

#section-how-it-works p{
    font-size: 16px;
    line-height: 24px;
}
#section-how-it-works h3{
    color: #3a5c84;
    margin-bottom: 10px;
}

.hero-illustration{
    height:200px;
    margin-top:20px;
    margin-left: -30px;
}


#section-snapeda, #section-technology, #benefits, #section-how-it-works, #section-faq, #section-standards, #section-community, #section-customers, #section-examples{
    padding-top: 50px;
    padding-bottom: 50px;
}
#section-faq{
    margin-bottom: 50px;
}

#section-standards{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f7f7f7;
}

#section-standards p, #section-technology p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    color:#555;
}
#section-standards img{
    margin-left:80px;
    margin-top: 10px;
}
#section-recent-requests{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f7f7f7;

}
#section-standards h2{
    font-size:28px;
}

    #section-recent-requests .center{
        max-width: 1000px;
    }
    .section-title h3{
        font-size:15px;
        text-transform: uppercase;
        margin: 10px auto;
        text-align: center;
        font-weight: 400;
        color:#555;
        font-size:16px;
    }

    .request-container{
        padding: 30px 0 20px 0;
        /*border: 1px solid #ccc;*/
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 15px #ddd;
        height:420px;
        overflow: auto;
    }
    .request-container h2{
        font-weight: 300;
        margin-bottom: 30px;
        font-size: 28px;
        color:#555;
        text-align: center;
    }
    .request-avatar{
        text-align: right:;
    }
    .request-description p{
        margin-bottom: 0;
        font-size: 12px;
        line-height: 16px;
    }
    .clr-concrete{
        color: #a5a5a5;
    }
    .request-description h3{
        font-size: 14px;
    }
    .request-pagination{

        text-align: center;
    }

#section-export{
    margin-top:60px;
    margin-bottom: 60px;
}

h2.sct-title{
    font-size:30px;
    margin: 0px auto 25px auto;
    padding: 0;
}

#sec-exports{
    border: none;
    box-shadow: none;
    padding-bottom: 70px;
}

.section-box-grey{
    padding: 40px;
    /*padding-bottom: 40px;*/
    background: #f3f3f3;
    height:330px;
}
    .section-box-grey h2{
        font-weight: 300;
        font-size:22px;
    }
    .section-box-grey p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .section-box-grey img{
        height:35px;
        margin-bottom: 15px;
    }

    .section-box-bg .section-bg{
        height:330px;
        background-size: cover !important;
        background-position: center !important;
    }
    .bg-laptop{
        background: url(https://snapeda-static.s3.amazonaws.com/images/laptop.jpg);
    }
    .bg-team{
        background: url(https://snapeda-static.s3.amazonaws.com/images/about/snapeda-team2.jpg);
    }


.box{
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #eee;
    /*margin-top: 54px;*/
    clear:both;
    display: block;
}
    .box .box_icon{
        font-size: 50px;
        border:2px solid #304e70;
        color:#304e70;
        font-weight: 300;
        line-height: 50px;
        height:50px;
        width:50px;
        height:50px;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .box h2{
        font-weight: 400;
        margin-bottom: 20px;
    }
    .box ul{
        list-style: none;
        text-align: left;
        display: block;
        clear: both;
        overflow: hidden;
        margin-left: 0;

    }
    .box ul li{
        display: block;
        margin-bottom: 5px;
        clear: both;
        overflow: hidden;
        margin-left: 0;
    }
    .box ul .step_num{
        float:left;
        margin-left:15px;
        margin-right:5px;
        margin-bottom: 5px;
        font-weight: 600;
        color:#555;
    }
    .box ul .step_desc{
        float:none;
        display: table-cell;
    }
    .t_r{
        text-align: right;
    }
hr{
    border-top:1px solid #eee;
}
.tools_section{
    width:150px;
    height:auto;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.f_r{
    float:right;;
}
.tools_img{
    height:120px;
    width:120px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 15px #ddd;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
    .tools_img img{
        width:105px;
        margin: 30px auto auto auto;
    }
    #logo-pulsonix{
        margin-top: 35px;
    }
    .tools_section p{
        margin: 10px auto 10px auto;
    }

#section-faq h4{
    margin-top: 35px;
    margin-bottom: 5px;
}
#section-faq p{
    line-height: 20px;
}



.light-box{
    /* Rectangle 51 Copy: */
    background: #FAFAFA;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 70px 60px 50px;
    max-width: 650px;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin: 120px auto 20px auto;
}
.light-box img{
    border-radius: 100%;
    margin: -120px auto 30px;
    display: block;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    width: 100px;
}
.light-box p{
    font-family: "Open Sans";
    color: #555555;
    text-align: center;
}
.light-box footer{
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
}
.light-box b{
    font-weight: bold;
}

.enterprise-cont{
    border: 1px solid #ddd;
    /*box-shadow: 0 0 20px #ddd;*/
    border-radius: 5px;
    padding: 40px 40px;
    text-align: center;
    background:#f7f7f7;
    overflow:hidden;
}

.instapart_title{
    text-align: left;
}
    .instapart_title h2{
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 36px;
        text-align: left;
        font-weight: 600;
    }
    .instapart_title a{
        margin-top: 20px;
        display: block;
        margin-bottom: 20px;
    }

.container-alt {
    max-width: 960px !important;
    padding-top: 70px;
    padding-bottom: 70px;
}

.instapart-box{
    background:#fff;
    padding: 30px 20px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
}
    .instapart-box .instapart-credit-count{
        font-size: 40px;
        font-weight: 300;
        margin-bottom: 10px;
        height:24px;
    }
    .instapart-box .price-tag{
        font-size:16px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
        .instapart-box .price-tag span{
            color:#777;
            font-size: 12px;
        }
    .instapart_form {
        margin-bottom: 0;
    }

.tech_img{
   max-height:300px;
   margin-left: 80px;
}

.show-small{
    display: none !important;
}

@media(max-width: 885px){
    .hero-illustration{
        height:auto;
        margin-left: auto;
        margin-right: auto;
    }
    .hero{
        padding-left: 10px;
        padding-right: 10px;
        height:50%;
    }
    .hero:before{
        height:427px;
    }

    .middle_sect{
        display: none;
    }
    .video_box{
        width:100%;
    }
    .video-overlay{
        width:100%;
    }
    .yt-video{
        width:100%;
        height:100%;
    }
    .center{
        padding-left:20px !important;
        padding-right:20px !important;
    }
    .center.hero-row{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .left_sect, .step_image img{
        width:100%;

    }
    .right_sect, .step_image img{
        width:100%;
        height:auto;
    }
    .hide-small{
        display:none;
    }
    .show-small{
        display: inline-block !important;
    }
    .subheading2{
        padding-left: 10px;
        padding-right: 10px;
    }
    #section-standards img{
        margin-left: auto;
        margin-right: auto;
    }

    .tech_img{
       max-height:300px;
       margin-left: auto;
       margin-right:auto;
    }
    /*.how-description{
        padding-left:20px;
        padding-right: 20px;
    }*/
    #section-standards .center{
        width:100%;
    }
    #section-recent-requests .f_r{
        float:none;
    }
    #section-recent-requests .tools_section{
        margin-left: auto;
        margin-right:auto;
    }
    #section-recent-requests .center{
        padding: 40px !important;
    }
}