/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p, a, li, span, div, small, b {
  font-family: 'Lato', sans-serif;
}

p {
  font-size: 18px;
}

html {
  width: 100%;
  height: 100%;
}

.navbar {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
}

.navbar-default .navbar-nav {
  position: absolute;
  right: 40px;
}

.navbar-default .navbar-nav>li>a {
  color: #444444;
  position: relative;
  font-size: 16px;
  right: 10;
}

.navbar-default .navbar-brand {
  color: #2a9e8b;
  font-weight: 900;
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #23947b;
}

.nav.navbar-nav .header-cta {
  color: #2a9e8b;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.nav.navbar-nav .header-cta:hover {
  color: #23947b;
}

.btn {
  color: #FFFFFF;
  background-color: #2a9e8b;
  letter-spacing:0.2px;
  margin-top: 40px;
  border-radius: 8px;
  padding: 6px 25px;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,0.08);
}

.btn:hover {
  background-color: #23947b;
  color: white;
  border: 1px solid #23947b;
}

@media(min-width:767px) {
  .navbar {
    padding: 7px;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
  }
}


/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */

.main {
  text-align: center;
  padding-top: 100px;
}

.main h1 {
  color: #2a9e8b;
  font-weight: 900;
  font-size: 120px;
  font-family: 'Josefin Sans', sans-serif;
  border: 0;
  line-height: 0.5;
}

.main h2 {
  color: #2a9e8b;
  font-weight: 100;
  font-size: 30px;
  border: 0;
  margin-bottom: 0px;
}

.main .btn{
  margin:30px;
  font-size:18px;
  padding:15px 25px;
  margin-top:20px;
}
.main .row.main-cta {
  font-size: 24px;
  margin-top: 50px;
  text-align: center;
  text-align: center;
  border-bottom: 1px solid #cecece;
}

.main .row .marketSegment {
  min-height: 200px;
  max-height: 250px;
}

.main .row .marketSegment a {
  text-decoration: none;
  color: #222;
}

.main .row .icon {
  width: 55px;
}

.main .row p {
  font-size: 20px;
  color: #2a9e8b;
  padding-top: 10px;
}

.main .phone {
  z-index: -100000;
  height: 250px;
  position: relative;
  margin: 0;
  padding-bottom: 0;
  text-align: center;
}

.main .market:hover {
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}

.main .market {
  z-index: 100000;
  position: relative;
  bottom: 150px;
  text-align: center;
}

.main .prompt {
  font-size: 20px;
  font-weight: 700;
  color: #444;
}

.main .row.etc-links {
  text-align: left;
  padding: 50px 0px 40px 0px;
}

.main .row.etc-links div {
  padding: 8px 0px;
}

.main .row.etc-links div a {
  color: #2a9e8b;
  font-size: 18px;
}

.main .row.etc-links div a:hover {
  color: #23947b;
  text-decoration: none;
}

.main-footer .copyright {
  text-align: right;
  font-size: 12px;
  color: #CCC;
}


/*      Body Session     */

.intro-section {
  padding-top: 150px;
  text-align: left;
  background: #fff;
  padding-bottom: 0;
}

.intro-section img {
  max-height: 580px;
}

.platform {
  padding: 10px 0;
}

.platform span {
  padding: 0 25px;
  font-weight: 100;
  opacity: 0.4;
}

.platformIcons {
  color: #999;
  font-size: 12px;
  padding: 0px 25px;
}

.slogan {
  font-size: 54px;
  font-weight: 700;
}

.subheader {
  font-weight: 300;
}

.title {
  font-size: 35px;
  font-weight: 700;
  color: #222;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sub-title {
  font-weight: 500;
  color: #444;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.oikos-link-box{
  box-shadow:0 0 4px rgba(0,0,0,0.04), inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius:2px;
  padding:30px;
}

.community-section {
  height: 100%;
  padding-top: 100px;
  text-align: center;
  background: #eee;
}

.community-block {
  height: 500px;
  margin: 0px 40px;
  /**border: 1px solid #efefef;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.05);*/
  text-align: center;
}

.community-block a {
  color: #222;
  text-decoration: none;
}

.community-block img {
  max-height: 450px;
  border: 1px solid #efefef;
}

.community-block p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.community-block .action {
  position: absolute;
  font-size: 19px;
  bottom: 10px;
  right: 20px;
  color: #2a9e8b;
}

.community-block .action:hover {
  color: #23947b;
}

.community-block .action.disabled-action {
  color: #CCC;
}

.keyfeatures {
  margin-top: 20px;
  text-transform: capitalize;
  font-size: 11px;
  color: #a8a8a8;
}


/*      Apps Section     */

.apps-section {
  text-align: center;
  color: #333;
  padding: 60px 0;
  background-color: #fafafa;
}

.apps-section .apps {
  margin: 25px 0;
}

.apps-section img {
  border: 1px solid #efefef;
  width: 80px;
  margin: 20px 0;
  /**-webkit-filter: grayscale(20%); /* Safari 6.0 - 9.0 */
  /**filter: grayscale(20%);
    opacity:0.4;*/
  height: 80px;
  border-radius: 50%;
  opacity: 0.4;
}
.apps-section .sub-mission{
  color:#444;
}


/*      Why Section     */

.why-section {
  text-align: left;
  background-color: white;
  padding: 50px 0;
}

.why-section .why-title {
  font-size: 20px;
  font-weight: 700;
}

.why-section .why {
  padding: 30px;
  text-align:center;
}

.why-section .icon {
  text-align: center;
  display: inline-block;
  margin: 10px;
  opacity: 0.6;
}

.why-section .feature-icon {
  width: 65px;
}


/*      Strengths Section     */

.strengths-section {
  padding: 50px 0px 0px 0px;
  text-align: center;
  background: #fff;
}

.strengths-section .strengthsIcon {
  opacity: 0.7;
}

.strengths-section .text-center {
  text-align: center;
}

.strengths-section .platform {
  font-size: 12px;
  color: #999;
  padding-bottom: 10px;
}

.strengths-block {
  margin-top: 80px;
  text-align: left;
}
.strengths-block .title{
  margin-bottom:20px;
}
.strengths-block p {
  padding-left: 37px;
  color: #666;
  line-height: 1.5;
}

.strengths-phone {
  height: 500px;
}

.strengths-section .title .glyphicon {
  font-size: 23px;
  padding-right: 12px;
}


/*      Works Section     */

.works-section {
  padding: 50px 0px;
  text-align: center;
  color: #333;
  background-color: white;
}

.works-section .figures {
  font-size: 25px;
}

.works-section .figures p {
  font-size: 15px;
}

.works-section .stats {
  border-radius: 3px;
  padding: 10px;
  margin: 40px 0;
  background-color: #EDF6F5;
}

.works-section .stats .glyphicon {
  font-size: 30px;
  color: #2a9e8b;
  text-align: center;
  padding: 20px;
}

.works-section p {
  font-size: 13px;
}

.works-section .number {
  font-weight: 900;
  font-size: 30px;
}


/*      Features Section     */

.features-section,.feature-section {
  background-color: #fafafa;
  text-align: center;
  padding: 60px 0px 0px 0px;
  border-bottom: 1px solid #fafafa;
}

.features-section img {
  height: 450px;
}

.features-section .featuretitle {
  color: #2a9e8b;
  font-size: 20px;
}

.features-section #myCarousel2 {
  margin-top: 50px;
}

.features-section .carousel-indicators {
  bottom: 50px;
  text-align: center;
}

.features-section .carousel-indicators .active {
  ;
  background: none;
}

.features-section .carousel-indicators li {
  border: 1px solid #2a9e8b;
}

.features-section .carousel-indicators .active li {
  background-color: #2a9e8b;
}

.features-section .featuredBox {
  margin-top: 100px;
}

.features-section .feature {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  opacity: 0.6;
}

.features-section img {
  border: 0;
}

.features-section .selected {
  color: #2a9e8b;
  border-bottom: 2px solid #efefef;
  background: :#2a9e8b;
}

.features-section .description {
  background-color: #fff;
  padding: 25px;
  margin-top: 100px;
  border: 1px solid #efefef;
}

.features-section .left-border {
  border-right: 3px solid #aaa;
}

.features-section .right-border {
  border-left: 3px solid #aaa;
}

.features-section .description p {
  font-size: 25px;
  font-weight: 300;
}

.moreFeatures-section {
  background-color: #fafafa;
  text-align: center;
  padding: 60px 0px;
  border-bottom: 1px solid #fafafa;
}

.moreFeatures-section .sub-title {
  font-weight: 300;
  color: #333;
  font-size: 25px;
  padding-bottom: 25px;
}

.moreFeatures-section .feature-icon {
  width: 25px;
}

.moreFeatures-section .feature-title {
  font-size: 16px;
  font-weight: 300;
}

.moreFeatures-section .icon {
  font-size: 25px;
  color: #2a9e8b;
}


/*      Testimonials Section     */

@media(max-width:980px) {
  .testimonials-section {
    padding: 20px;
  }
  .strengths-block {
    margin: 70px 0px;
  }
  .btn {
    margin: 50px 0px;
  }
  .works-section .figures {
    font-size: 20px;
  }
  .works-section .number {
    font-size: 50px;
  }
  .testimonials-section h6 {
    margin-bottom: 60px;
  }
  .community-block img {
    max-height: 300px;
    border: 1px solid #efefef;
  }
  .main .row {
    padding-top: none;
    border-top: 20px solid #fafafa;
    border-bottom: none;
  }

  .main .row .marketSegment {
    border-bottom: 20px solid #fafafa;
    max-height: 100px;
  }

  .main .row .marketSegment .market {
    margin-top: 200px;
  }
  .main .phone {
    display: none;
  }
  .mainfooter {
    border-top: none;
    padding-top: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .features-section .right-border {
    margin-top: 20px;
  }
  .features-section .left-border {
    margin: 0;
    margin-bottom: 20px;
  }
  .features-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .steps-section .title {
    text-align: center;
  }
  .contact-section .title {
    text-align: center;
  }
  .contact-section, .why-section, .apps-section, .feature-section, .moreFeatures-section, .strengths-section, .testimonials-section{
    padding:0px 20px;
  }
  .titlePhone{
    height: 400px;
  }
  .strengths-phone{
    height:400px;
  }
  .why-section{
    text-align: center;
  }

  .intro-section{
    padding-top: 150px;
    padding-left:10px;
    padding-right:10px;
    text-align: left;
    background: #fff;
    padding-bottom: 0;
  }
}

.testimonials-section {
  background-color: #2a9e8b;
  color: white;
  padding: 100px 0px;
}

.testimonials-section .quote {
  padding-right: 25px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.testimonials-section h6 {
  padding-top: 10px;
  padding-right: 25px;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.8;
  font-weight: 700;
}

.testimonials-section .carousel-indicators {
  bottom: -40px;
  text-align: center;
}

.testimonials-section .carousel-indicators li {
  border: 1px solid #fff;
}

.testimonials-section .carousel-indicators .active {
  ;
  background: none;
}

.testimonials-section .carousel-indicators .active li {
  ;
  background-color: white;
}


/*      Testimonials Section     */

.contact-section {
  margin: 50px 0;
}

.contact-section .quote {
  font-style: italic;
}

.contact-section .aboutImage {
  opacity: 0.6;
  width: 24px;
  vertical-align: top;
  margin: 8px 4px 8px 0px;
}
.contact-section .credentials {
  padding-top: 60px;
  margin: 0;
}
.contact-section .credentials p{
  font-size:16px;
  color:#444;
}
.contact-section .figures {
  color: #2a9e8b;
  font-size: 26px;
  font-weight: 500;
  ;
}

.contact-section .achievements {
  font-weight: 700;
  padding-top: 50px;
}

.profile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 20px;
  border: 1px solid #fafafa;
}

.emphasis {
  color: #227E6F;
}


/*      Footer     */

footer a:hover {
  text-decoration: none;
  color: #23947b;
  font-weight: bold;
  cursor: pointer;
}

footer {
  padding-top:50px;
}
footer .footer-holder{
  width:234px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}
footer b{
  text-transform:uppercase;
  letter-spacing:0.2px;
  color:#777;
  line-height:1.8;
}
footer p {
  color: #2a9e8b;
  font-size: 14px;
  margin: 5px 0px;
}

footer .copyright {
  text-align: right;
}

footer .copyright a {
  color: #2a9e8b;
}

footer .copyright p {
  color: #aaa;
  padding-top: 20px;
}

footer .copyright 1 {
  color: #2a9e8b;
}


/*      Contact Us Page     */

.contactUs-section{
  padding-top: 80px;
  padding-bottom: 40px;
}
.contactUs-section .title{
  color:#2a9e8b !important;
}
.form-group p {
  font-size: 16px;
  margin-bottom: 8px;
}

.formFields {
  width: 100%;
  max-width: 400px;
  margin-bottom: 25px;
  padding: 5px;
  border:none;
  border-bottom:1px solid #aaa;
}
.formFields:hover {
  border-bottom:1px solid #2a9e8b;
}
.form-div p{
  color:#444;
}


.section-header {
  padding-top: 80px;
  padding-bottom: 40px;
}
.section-header .title{
  color:#2a9e8b;
}

.section-header a {
  color: #2a9e8b;
}

.section-line {
  margin-top: 20px;
  border-bottom: 1px solid #efefef;
}

.partner-subheader {
  margin-top: 20px;
}

.partner-strengths {
  margin: 30px 0px;
}


/** Features */

.featureImages {
  max-width: 100%;
  height: 650px;
  background-color: #fdfdfd;
  font-weight: 300;
}

.featureImages img {
  max-width: 100%;
  height:400px;
  border: 1px solid #eee;
}
.featureImages p{
  font-weight: 100;
  opacity: 0.7;
}

.features-header {
  height: 80px;
  text-align: center;
  margin: 10px 0px;
  color: #2a9e8b;
}
.features-header h2{

  font-size: 25px;
  font-weight:900;

  color: #444;
}
.feature-name {
  font-weight: 100;
  font-size: 20px;
}


/** Steps Section */

.steps-section {
  padding: 50px 0px;
  background-color: #fafafa;
  text-align: center;
}

.steps-section .btn {
  margin-top: 0;
}

.steps-section .step {
  padding: 20px;
  font-size: 28px;
  font-weight: 300;
}

.steps-section .nextStep {
  color: #2a9e8b;
  padding-right: 20px;
}


/** FAQ */

.features-section .section-header {
  margin-bottom: 0;
}

.features-section .btn {
  color: white;
  margin: 10px 0px;
}

.modulehover {
  color: #2a9e8b;
}

.faq-subheader {
  text-align: center;
  font-weight: 900;
  padding: 10px;
}

.slick-next:before {
  color: #2a9e8b;
  font-size: 30px;
}

.slick-prev:before {
  color: #2a9e8b;
  font-size: 30px;
}


/** Order */

.order .btn:disabled {
  opacity: 0.3;
}

.order .btn:disabled:hover {
  opacity: 0.1;
  background-color: #2a9e8b;
  color: white;
}


/** Timeline */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

.timeline>li:before, .timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before, .timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 46%;
  float: left;
  border-bottom: 1px solid #2a9e8b;
  background-color: white;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  /**-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  /**border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;*/
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #C7E5E1;
  /**#999999*/
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #B9DFD9 !important;
  /**#2e6da4*/
}

.timeline-badge.success {
  background-color: #92CDC4 !important;
  /**#3f903f*/
}

.timeline-badge.warning {
  background-color: #B9DFD9 !important;
  /**#f0ad4e*/
}

.timeline-badge.danger {
  background-color: #92CDC4 !important;
  /**#d9534f*/
}

.timeline-badge.info {
  background-color: #77C1B5 !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 300;
  line-height: 1.5;
}

.timeline-body>p, .timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline>li>.timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  ul.timeline>li>.timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline>li>.timeline-panel {
    float: right;
  }
  ul.timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.bottom-cta{
  margin-top:60px;
  margin-bottom:30px;
}
.bottom-cta div{
  color:#444;
  font-weight:700;
  font-size:30px;
}
.bottom-cta .btn{
  margin-top:20px;
  padding:6px 40px;
  letter-spacing: 0.5px;
}
