/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 .navbar { min-height:30px;   }
 .navbar .navbar-brand{ padding: 0 12px;line-height: 10px;height: 10px; }
 .navbar .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; }
 .navbar .navbar-toggle {  margin-top: 3px; margin-bottom: 0px; padding: 8px 9px; }
 .navbar .navbar-form { margin-top: 2px; margin-bottom: 0px }
 .navbar .navbar-collapse {border-color: #A40303;}

 #containerwithimage {
  height: 300px;
  width: 451px;
  position: relative;
}
#imageoncontainer {
  position: absolute;
  left: 0;
  top: 0;
}
#text {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 12px;
  left: 150px;
  top: 350px;
}

body {
    overflow-x: hidden;
}

p {
    font-size: 22px;
}
 
.about{
font-size=22.5px;
}
p.small {
    font-size: 13px;
}

a,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #669999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
  
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f04b";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 1.7em;
    color:aqua;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: black;
}

hr.star-primary {
    border-color: black;

}

hr.star-primary:after {
    color: black;
}

.img-centered {
    margin: 0 auto;
}

header {
   background:rgb(128, 128, 128) url(../img/bg-pattern.png) 0 -204px repeat;
  color: #F5F5F5;
  padding: 5px 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation:bgscroll 30s infinite linear;
  overflow: hidden;
}
@keyframes "bgscroll" {
   from { background-position: 0 0; }
   to { background-position: 0 -300px; }
  }
  @-webkit-keyframes "bgscroll" {
   from { background-position: 0 0; }
   to { background-position: 0 -300px;}
  }
  @-ms-keyframes "bgscroll" {
   from { background-position: 0 0; }
   to { background-position: 0 -300px; }
  }
  header h1 {
    margin: 0 0 30px 0;
  }
  header .illo {
    position: absolute;
    top: -150px;
  }


}
    header .illo {
    position: absolute;
    top: -150px;
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 2em;
}

section.success {
    color: #fff;
    background: #669999;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}


section2 {
    padding: 100px 0;
}

section2 h2 {
    margin: 0;
    font-size: 2em;
}

section2.success {
    color: #fff;
    background: #669999;
}

@media(max-width:767px) {
    section2 {
        padding: 75px 0;
    }

    section2.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 16px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #669999;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;

}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .75em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #b6c92f;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}


footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #b6c92f;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: black;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 16px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 2em;
}
.content-section-a {
padding: 50px 0;
background-color: #f8f8f8;
font-size:11px;
}
.content-section-b {
padding: 50px 0;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
font-size:11px;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  .content {
    padding: 30px 0;
  }
  .container {
    padding: 0 30px;
  }
  .navbar {
    padding: 15px 0;
  }
  .navbar-brand {
    padding-left: 0;
    padding-bottom: 0;
  }
    .logo {
      width: 200px;
    }
  .navbar-toggle {
    margin: 10px 0 0 0;
  }
  .navbar-nav,
  .navbar-nav li {
    margin: 0 0 15px 0;
    text-align: right;
  }
  .navbar-inverse, .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    padding-right: 0;
  }
  footer .company li {
    text-align: center;
  }
  footer .company a {
    width: 50%;
  }
  header .illo {
    margin: 30px 0 0 0;
    width: 76%;
    position: relative;
    top: 0;
    left: 12%;
  }
  .navbar-inverse .navbar-toggle {
    border: solid 2px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.025);
    position: absolute;
    top: 30%;
    right: 0;
    margin: 0;
    padding: 10px 8px;
    color: #FFF;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }
    .navbar-toggle .icon-bar {
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 2px
    }
  .landing .maincontent h3 {
    font-size: 22px;
  }
    .landing .maincontent h3 strong {
      font-size: 20px;
    }
  .bubble:first-child {
    margin-bottom: 60px;
  }
  #newspane ul {
    margin-bottom: 60px;
  }
  .your-privacy .security .illo object {
    width: 30%;
    margin-left: 35%;
  }
  .your-privacy .security p {
    margin-bottom: 60px;
  }
  .your-privacy h3,
  .about h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .about h4 {
    margin-top: 30px;
  }
  .your-privacy .quote {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .your-privacy .learnmore li,
  .your-privacy .learnmore li strong {
    font-size: 14px;
  }
  blockquote {
    font-size: 30px;
    line-height: 1.25em;
    padding-top: 90px;
  }
  blockquote cite,
  blockquote cite span,
  blockquote cite a {
    margin-bottom: 0;
    margin-right: 0;
    line-height: 1.25em;
  }
  .wecanlearn .btn-lg {
    margin: 30px 0 60px 0;
    width: 100%;
  }
  .whygingerio,
  .whygingerio h3 {
    margin-bottom: 30px;
  }
  .whygingerio .circles {
    position: relative;
    top: auto;
    height: auto;
    margin-bottom: 30px;
  }
  .whygingerio .supported,
  .whygingerio .connected {
    margin-top: 30px;
  }
  .getinvolved {

  }
  .getinvolved .illo {
    text-align: center;
  }
  .getinvolved object {
    width: 75%;
  }
  .getinvolved h5 {
    margin-top: 30px;
  }
  .getinvolved .btn-lg {
    margin-bottom: 15px;
  }
  .getinvolved .limited {
    margin-top: 30px;
  }
  .steps {
    margin-bottom: 30px;
  }
  .steps .illo,
  .your-privacy .promises .illo {
    width: 76%;
    margin-left: 12%;
  }
  .whoweworkwith p:first-child {
    margin-top: 30px;
  }

  .chart {
    margin-top: 50px;
  }

  .whatwecanachieve h4 {
    margin-top: 30px;
  }

  .for-providers .learnmore li {
    padding: 0;
  }

  .casestudies {
    padding: 30px;
  }
  .casestudies h4 {
    margin: 30px 0 0 0;
  }
  a.btn-lg {
    font-size: 18px;
  }
  .moreinterested .btn-lg, .interested .btn-lg  {
    margin-bottom: 15px;
  }
  header,
  footer {
    padding: 30px 0;
  }
  header h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  header h2 {
    font-size: 40px;
  }

  .learn-more .button {
    width:100%;
  }

  .learn-more input {
    width:100%;
  }

  .whygingerio .gather {
      margin-top: 10px;
      text-align: left;
    }
    .whygingerio .analyze {
      margin-top: 10px;
    }
    .whygingerio .action {
      margin-top: 50px;
      text-align: left;
    }

    .whygingerio .reachout {
      margin-top: -40px;
    }

  .depression .timeline {
    background-image: none;
    padding-right: 35px;
  }

  .depression .timeline .right {
    padding-bottom: 60px;
  }

  .for-providers .learnmore a i {
    top: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    height: 26px;
  }
  .navbar {
    padding: 15px 0;
  }
  .navbar-nav {
  }
  .navbar-nav li a {
    font-size: 12px;
  }
  h1, h4 {
    font-size: 20px;
  }
    header {
      padding: 30px, 0;
    }
    header h1 {
      margin: 0 0 15px 0;
    }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 20px;
  }
  .content {
    padding: 60px 0;
  }
  .about .pic div {
    width: 160px;
    height: 160px;
  }
  header .illo {
    top: -85px;
  }
  .landing .maincontent h3 {
    font-size: 22px;
  }
    .landing .maincontent h3 strong {
      font-size: 20px;
    }

  .whygingerio h4,
  .whygingerio p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .whygingerio p {
    font-size: 15px;
  }

  .for-providers .learnmore li {
    padding: 0;
  }

  .whygingerio .supported {
    margin-top: 135px;
  }
  .whygingerio .connected {
    margin-top: 120px;
  }

  .whygingerio .gather {
    margin-top: 10px;
  }

  .whygingerio .circles {
    top: 140px;
  }

  .whygingerio .action {
    margin-top: 120px;
  }

  .depression .main ul {
    list-style-position: outside;
  }

  .depression .social {
    padding-left: 40px;
  }

  .depression .social h4 {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo {
    height: 34px;
  }
  
  header .illo {
    top: -90px;
  }
  .navbar-nav {
    margin-top: 24px;
  }
  .navbar-nav li {
  }
  .whygingerio h4,
  .whygingerio p  {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .whygingerio .supported {
    margin-top: 160px;
  }
  .whygingerio .connected {
    margin-top: 160px;
  }
}

@media (min-width: 1200px) {
  .logo {
    height: 42px;
  }
  .navbar-nav {
    margin-top: 30px;
  }
  .navbar-nav li {
    /*width: 156px;
    margin-right: 24px;*/
  }
}
