/**
  *  Custom CSS
  */
  .navbar-alt {
      border-color: rgba(34,34,34,.05);
      font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
      background-color: #fff;
      -webkit-transition: all .35s;
      -moz-transition: all .35s;
      transition: all .35s;
  }

  .navbar-alt .navbar-header .navbar-brand {
      /*text-transform: uppercase;*/
      font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
      font-weight: 700;
      color: #2A9AF3;
  }

.app-links img {
    height: 65px;
}

.text-terciary {
    color: #f44336;
}

.bg-terciary {
    color: #fff;
    background-color: #f44336;
}

.bg-secondary {
    color: #fff;
    background-color: #0a70c2;
}

.custom-link {
    color: #0a70c2;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    text-decoration: none !important;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.centered {
    text-align: center;
}

header .logo {
    width: 70px;
}

header .header-content .header-content-inner .enfasis {
    margin-bottom: 50px;
    font-size: 1.4em;
    font-weight: 400;
    color: rgba(255, 255, 255);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.timeline>li .timeline-image a {
    color: #f44336 !important;
    opacity: 0.8;
    font-weight: 400;
    text-decoration: none;
}

.timeline>li .timeline-image a:hover {
    opacity: 1;
    color: #f44336 !important;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.disclaimer {
    font-size: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.section-subheading {
    margin-bottom: 50px;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #e2e2e2;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #e2e2e2;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #FFFFFF;
}

.timeline>li .timeline-image i {
    margin-top: 12px;
    font-size: 3em;
    color: #f44336;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 0.9em;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p, .timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
    }
    .timeline>li .timeline-image i {
        margin-top: 16px;
        font-size: 4em;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .timeline>li .timeline-image i {
        margin-top: 22px;
        font-size: 6.4em;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline>li .timeline-image i {
        margin-top: 25px;
        font-size: 7.2em;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

/**
 *  Accordion
 */

.accordion {
    max-width: 100%;
    margin: 0 auto;
}

.accordion li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    margin-right: 30px;
}

.accordion li p {
    display: none;
    padding: 10px 25px 30px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 0px 0px 5px 5px;
}

.accordion a {
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    display: block;
    cursor: pointer;
    font-weight: 600;
    /*line-height: 3;*/
    font-size: 1.3em;
    background-color: #2196f3;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    /*text-indent: 15px;*/
}

.accordion a div {
    display: inline-block;
    width: 90%;
}

.accordion a:hover, .accordion a:focus, .accordion a.active {
    background-color: #FFC107;
}

.accordion a.active {
    border-radius: 5px 5px 0px 0px;
}

.accordion .arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    position: absolute;
    right: 25px;
    content: " ";
    top: 18px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion p {
    font-size: 0.8125rem;
    line-height: 2;
    padding: 10px;
    background-color: #FFFFFF;
}

a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/**
 *  Contact
 */

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

section#contact .text-success {
    color: #ffffff;
}

/**
  *  Social
  */
  .container {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  section#social {
      z-index: 1;
      display: table;
      height: 100%;
      position: absolute;
      overflow: hidden;
      width: 100%;
  }

  section#social .sticky-container {
      #position: absolute;
      #top: 50%;
      display: table-cell;
      vertical-align: middle;
  }

  section#social .sticky {
      position: fixed;
      perspective: 1000px;
      list-style: none;
      z-index: 9999;
  }

  section#social .sticky li a {
      display: block;
      margin-left: -40px;
      width: 40px;
      background: #616161;
      border-bottom: 1px solid #333;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      padding: 10px;
      text-decoration: none;
      text-align: center;
      transition: background .5s ease .300ms;
  }

section#social .sticky li.facebook a:hover {
    background: #3b5998;
}

section#social .sticky li.twitter a:hover {
    background: #00acee;
}

section#social .sticky li.facebook-like a:hover {
    background: #3b5998;
}

section#social .sticky li.gplus a:hover {
    background: #dd4b39;
}

section#social .sticky li.whatsapp a:hover {
    background: #00E676;
}

section#social .sticky li:first-child a {
    border-radius: 0 5px 0 0;
}

section#social .sticky li:last-child a {
    border-radius: 0 0 5px 0;
}


section#social .sticky li a span {
    width: 180px;
    float: left;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
    background: #424242;
    color: #fff;
    margin: -25px 45px;
    padding: 8px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(45deg);
    border-radius: 5px;
    transition: all .5s ease .300ms;
}

section#social .sticky li span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 7px;
    border-left: 10px solid transparent;
    border-right: 10px solid #424242;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

section#social .sticky li a:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
}

@media(min-width:768px) {

}

@media(min-width:992px) {

}
@media(min-width:1200px) {
  section#social .sticky li a {
      width: 60px;
      padding: 18px;
      font-size: 18px;
  }

  section#social .sticky li a span {
      margin: -25px 52px;
  }
}
/**
 *  Footer
 */

footer {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: 20px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}
