/*
 * 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: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px;
}


.topnav .login-logo, .topnav .register-logo{
  margin-bottom: 0px;
  display: inline;
}

.navbar-brand.topnav{
    padding:0px;
}

.topnav .login-logo img, .topnav .register-logo img{
    width:150px;
}

.navbar-default .navbar-nav>li>a.sign-in{
  color:#fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 5px;
  padding: 10px;
}

.nav>li>a.sign-in:focus, .nav>li>a.sign-in:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}



.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 20px; /* 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;
}

section.introduction{
    padding:0px;
    padding-top: 40px;
}


@media(min-width:991px) {
    #container_form_new_request{
        padding:0px;
    }
}

#form_new_request{
}

#form_new_request .box-header{
    text-align: left;
}

@media(max-width:991px) {
    #form_new_request .box-header{
        text-align: center;
    }
}

#form_new_request .box-header .icon{
    font-size:30px;
}

#form_new_request .box-title{
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#form_new_request .box-title span.light{
    font-weight: 300;
}

#form_new_request .box-title span.featured{
    font-weight: 800;
    font-size: x-large;
    padding: 2px 5px;
    color:#fff;
    border: 1px solid #367fa9;
    background-color: #3c8dbc;
    margin: 5px;
}

#form_new_request label{
    text-align: left;
    color:#3c8dbc;
    width:100%;
    margin: 0px;
}

#form_new_request input, #form_new_request textarea{
    font-weight:400;
}

#form_new_request .division{
    border-bottom: 1px solid #ccc;
    height: 20px;
    margin-bottom: 20px;
    color:#337ab7;
    clear:both;
}
#form_new_request .division span{
    font-size: x-large;
    background: #fff;
    padding: 15px;
}

#form_new_request p{
    color:#737373;

}

#form_new_request .help-block.info{
    font-weight: 400;
    text-align: left;
    font-size: smaller;
}

#form_new_request .btn-submit, #form_contact .btn-submit{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 30px;
}

.aboutus{
    padding-right: 50px;
}

.aboutus p{
    padding:10px 0px;
    font-weight: 400;
}

.aboutus .follow-us-title{
    padding:0px;
    margin:0px;
}

.features-box{

}


.features-box h3{
    margin: 0px;
    text-align: center;
}

.features-box .icon{
    font-size:40px;
}

.features-box p{
    padding: 10px 20px;
    text-align: left;
}





.intro-message {
    position: relative;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    margin-top:0px;
    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);
}

@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 {
    background-color: #f8f8f8;
    padding-bottom:25px;
}

.content-section-b {
    padding:0px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom:25px;
}

.section-heading {
    margin-bottom:0px;
    color: #444;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
    margin-top:0px;
}

.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;
}

@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;
    }
}

#form_contact label{
    padding:0px;
    margin:0px;
}


footer {
    border-top: 1px solid #367fa9;
    padding: 20px 0;
    background-color: #3c8dbc;
}

footer a {
    color:#fff;
    padding: 5px;
}
.footer-menu-divider{
    color:#fff;
}

footer a:hover{
    color: #fff;
    background: #367fa9;

}

footer p.follow-us-title{
    color:#fff;
    text-align: center;
}

p.copyright {
    margin: 10px 0 0;
    color:#fff;
    padding:0px 5px;
    font-weight: 400;
}

#howitworks-section{

}

#howitworks-section .step{
    padding: 10px 40px;
    border-right: 3px solid #e7e7e7;
}
@media only screen and (min-width: 992px) {
    #howitworks-section .step::after{
        content: "\f054";
        color: #e7e7e7;
        font-family: FontAwesome;
        right: -16px;
        position: absolute;
        top: 53px;
        font-size: 35px;
        background: #fff;
    }
}

@media only screen and (max-width: 991px) {
    #howitworks-section .step{
        border-right:0px;
    }
    
    #howitworks-section .step-description{
        border-bottom: 3px solid #e7e7e7;
    }
    
    #howitworks-section .step::after{
        content: "\f078";
        color: #e7e7e7;
        font-family: FontAwesome;
        position: absolute;
        bottom: -10px;
        font-size: 35px;
        background: #fff;
        text-align: center;
        left: 50%;
        margin-left: -17.5px;
    }
}



#howitworks-section .step:last-child,  #howitworks-section .step:last-child .step-description {
    border:none;
}

#howitworks-section .step:last-child::after,  #howitworks-section .step:last-child::after .step-description {
    content: "";
    color:#f00;
}

#howitworks-section .step:last-child::after{
    content: "";
}

#howitworks-section .step-title{
    font-size: 22px;
    font-weight: 800;
}

    #howitworks-section .step-title span{
        border:3px solid #e7e7e7;
        color: #333;
        border-radius: 100%;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 28px;
        display: inline-block;
    }

    #howitworks-section .step-description{
        padding: 20px
    }




.pricing-table .plan {
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
  margin:0px 20px 50px 20px;
}

.pricing-table  .col-plan:first-child .plan{
    margin-left:0px;
}

.pricing-table .col-plan:last-child .plan{
    margin-right:0px;
}

.pricing-table .plan:hover {
  border-color: #ccc #ccc #bbb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.pricing-table .plan-name {
  padding: 10px 0;
  background: #e7e7e7;
}
.pricing-table .plan-name h2 {
  margin: 0;
  font-weight: 400;
}
.pricing-table .plan-name h2 + p {
  margin: 10px 15px 0;
}

.pricing-table .plan-price small{
    font-weight: 400;
}

.pricing-table .plan-price {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.pricing-table .plan-price b {
  font-size: 24px;
  font-weight: 800;
}
.pricing-table .plan-price b b {
  font-size: 16px;
  font-weight: 800;
}

.pricing-table .prefered.plan{
    border: 1px solid #367fa9;
    transform: scale(1.1);
}

.pricing-table .prefered .plan-name{
    background: #3c8dbc;
    color: #fff;
}

.pricing-table .prefered .plan-price {
  background: #d8e9f3;
}
.pricing-table .prefered .plan-price b {
      color: #3c8dbc;
      font-weight: 800;
}
.pricing-table .plan-details {
    font-weight: 400;
}
.pricing-table .plan-details > div {
  background: #fff;
  padding: 15px;
}
.pricing-table .plan-details > div + div {
  border-top: 1px solid #e5e5e5;
}
.pricing-table .plan-action {
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}
.pricing-table.row-merge .plan {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pricing-table.row-merge [class*="span"] + [class*="span"] .plan {
  margin-left: -1px;
}
