@import url(https://fonts.googleapis.com/css?family=Raleway:600,500);
@import url("https://fonts.googleapis.com/css?family=Tangerine");
body {
  width: 100%;
  height: 100%; }

html {
  width: 100%;
  height: 100%; }

h1 {
  color: #241f1f;
  font-family: 'Raleway', sans-serif;
  font-size: 3.5em;
  font-weight: 600; }

h1.nav-text {
  font-family: 'Tangerine', cursive;
  font-size: 3.5em;
  font-weight: thin;
  letter-spacing: 3.5px; }

h2 {
  color: #241f1f;
  font-family: "Raleway", sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 2px; }

h3 {
  color: #241f1f;
  font-family: "Raleway", sans-serif;
  font-size: 1.4em;
  font-weight: 500; }

p {
  font-family: "Futura-BK", sans-serif;
  font-size: 1.1em; }

footer {
  height: auto;
  width: 100%;
  background-color: #14707b;
  padding: 0 0 2% 0;
  font-family: "Raleway", serif;
  font-size: 1;
  color: #fff; }
  footer .footer-content {
    padding: 5% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer .footer-content .logo {
      width: 100px;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    footer .footer-content h2 {
      color: #fff;
      text-align: center;
      font-family: 'Tangerine', cursive;
      font-size: 2.5em; }
    footer .footer-content ul {
      padding-left: 0px !important; }
      footer .footer-content ul li {
        list-style-type: none;
        line-height: 30px; }
    footer .footer-content a {
      color: #ffffff; }
      footer .footer-content a:hover {
        color: #ffbf00;
        text-decoration: none !important;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    footer .footer-content .accreditations {
      margin-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
      footer .footer-content .accreditations figure.image {
        display: block;
        position: relative;
        margin-right: 15px; }
        footer .footer-content .accreditations figure.image img {
          display: block;
          height: auto;
          width: 100%;
          max-width: 100%;
          max-height: 120px; }

.container {
  padding: 0px 5%; }

.btn-circle {
  width: 30px;
  height: 30px;
  margin: 20px 10px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  line-height: 1.428571429;
  border: none;
  border-radius: 15px; }

.btn-cta {
  width: auto;
  height: 50px;
  background-color: #ffbf00;
  border: 1px solid transparent;
  border-radius: none !important;
  color: #ffffff;
  padding: 14px 50px 0 50px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-top: 20px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.btn-cta:hover {
  border: 1px solid black;
  border-radius: 0; }

/* Underline From Center */
.hvr-underline {
  display: inline-block;
  height: 54px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #FFF300;
  height: 4px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline:hover:before, .hvr-underline:focus:before, .hvr-underline:active:before {
  left: 0;
  right: 0; }

.bubble {
  position: relative;
  width: auto;
  height: 120px;
  margin: 0 10px 0 10px;
  padding: 10px 10px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75); }

.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 18px 18px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -18px;
  left: 61px; }

@font-face {
  font-family: Futura-BK;
  src: url(../fonts/Futura-BK.otf); }

.navbar {
  background-color: white;
  height: auto;
  margin: 0;
  padding: 0.75rem 0 !important; }
  .navbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .navbar .navbar-header a.navbar-brand {
      padding: 0 15px;
      margin: 0;
      height: 80px;
      width: 80px;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      font-size: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .navbar .navbar-header a.navbar-brand img {
        height: auto;
        width: 100%; }
      .navbar .navbar-header a.navbar-brand h1 {
        color: #ffffff; }
    .navbar .navbar-header h2 {
      font-family: 'Tangerine', cursive;
      font-size: 2.5em;
      margin: 0;
      color: #777; }

.hvr-underline:before {
  background: #ffbf00; }

.navbar-default .navbar-toggle {
  margin-top: 20px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .navbar-default .navbar-toggle:hover {
    color: #ffffff;
    border-color: #666;
    background-color: transparent;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #666; }

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-family: "Raleway", serif;
  font-size: 1.1em;
  margin: 15px 0 0 30px;
  letter-spacing: 3px; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  border-bottom: 4px solid #ffbf00;
  background-color: transparent !important;
  color: #ffffff; }

.navbar-collapse {
  padding-bottom: 30px;
  padding-right: 30px;
  text-align: center;
  background-color: white; }
  .navbar-collapse .navbar-nav {
    text-align: center; }

.container > .navbar-collapse {
  margin-left: -40px;
  margin-right: -40px; }

/**********   LANDING PAGE - index.html    ***********/
/* LANDING SECTION */
.landing-section {
  margin-bottom: 50px;
  text-align: center;
  padding: 200px 0 100px 0;
  background: url(../img/bg1.jpg) center center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto; }
  .landing-section .content-container {
    background: rgba(20, 112, 123, 0.7);
    height: auto;
    padding: 30px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .landing-section .content-container h1,
    .landing-section .content-container h3 {
      color: #ffffff !important; }
    .landing-section .content-container h1 {
      font-family: 'Tangerine', cursive;
      font-size: 5em; }

/* SOLUTION SECTION */
.solution-section {
  height: auto;
  text-align: center;
  margin-bottom: 80px; }
  .solution-section img {
    margin: 50px auto 30px auto;
    max-width: 50%; }
  .solution-section a {
    margin: 70px 0 80px 0; }

/* TESTIMONIAL SECTION */
.testimonial-section {
  height: auto;
  padding-top: 100px;
  margin-bottom: 50px;
  text-align: center;
  background: url(../img/bg-testimonial-landing.png) center center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */ }
  .testimonial-section .blockquote-section {
    margin-top: 50px;
    margin-bottom: 80px;
    height: auto; }
  .testimonial-section .testimony-source {
    margin-top: 30px; }

/* ABOUT US SECTION */
.about-us-section {
  height: auto;
  padding: 50px 0 80px;
  margin-bottom: 50px;
  text-align: center;
  background: url(../img/bg-testimonial-landing.png) center center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */ }
  .about-us-section img {
    margin: 0 auto; }
  .about-us-section .row {
    margin-bottom: 30px;
    text-align: left; }
  .about-us-section h2 {
    margin-bottom: 40px; }
  .about-us-section a {
    text-transform: none; }
  .about-us-section .article-box {
    padding: 0px 10px 30px 10px;
    text-align: center;
    height: auto; }
    .about-us-section .article-box a {
      position: relative;
      bottom: 0px; }

/* SERVICES SECTION */
.home-services-section {
  height: auto;
  text-align: center; }
  .home-services-section img {
    margin: 50px auto 30px auto;
    max-width: 50%; }
  .home-services-section a {
    margin: 70px 0 80px 0; }

/* TRAIL SECTION */
.trail-section {
  height: auto;
  background: url(../img/bg-hands.jpg) center center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 0; }
  .trail-section .content-container {
    background: rgba(20, 112, 123, 0.7);
    padding: 50px 15px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .trail-section .content-container h1 {
      color: white; }

/*********** ABOUT PAGE *************/
.about-page-section {
  height: auto;
  padding-top: 150px;
  padding-bottom: 100px; }
  .about-page-section .content-container {
    padding-right: 50px; }

/*************** SERVICES PAGE **************/
/*   SERVICES LANDING SECTION   */
.services-section {
  padding: 150px 0 100px;
  text-align: left; }

/*************** CONTACT PAGE **************/
/*   CONTACT LANDING SECTION   */
.contact-landing-section {
  height: auto;
  padding: 200px 0 100px 0;
  background: url(../img/bg2.jpg) no-repeat, -webkit-radial-gradient(transparent, black);
  background: url(../img/bg2.jpg) no-repeat, -o-radial-gradient(transparent, black);
  background: url(../img/bg2.jpg) no-repeat, radial-gradient(transparent, black);
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .contact-landing-section .content-container {
    background: rgba(20, 112, 123, 0.7);
    padding: 30px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contact-landing-section .content-container h1 {
      color: #ffffff; }

/*   FORM SECTION   */
.form-section {
  height: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: left;
  background: #fff; }

.form-section .left {
  padding-right: 15%; }

.form-section .left h1 {
  margin-bottom: 30px; }

.form-section .left h3 {
  margin-top: 30px;
  font-weight: bold; }

.form-section .left p {
  font-size: 1.3em; }

.form-section .right {
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-top: 30px;
  padding: 50px 50px;
  -webkit-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.75); }

.form-section form label {
  display: block; }

.form-section form input {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  font-family: "Futura-BK", sans-serif;
  font-size: 1.1em;
  text-transform: none; }

.form-section form input.btn-cta {
  padding: 0; }

/* DELIVERY SECTION */
.delivery-section {
  height: auto;
  padding: 50px 0px;
  background: url(../img/bg-fitur-merchant-page.png) center center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */ }

.delivery-section h2 {
  font-size: 2.2em !important;
  font-weight: 700;
  margin-bottom: 80px; }

.delivery-section img {
  margin-bottom: 30px; }

.delivery-section p.urgent {
  margin-top: 10px; }

.delivery-section p.same {
  margin-top: 9px; }

.delivery-section p.next {
  margin-top: 9px; }

/*  MERCH - TESTIMONIAL SECTION */
.merchant-testimonial-section {
  height: auto;
  background-color: #F7F7F7; }

.merchant-testimonial-section .right {
  margin-top: 30px;
  padding-top: 10%;
  padding-bottom: 10%; }

/* Media Queries */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  footer {
    font-size: 12px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .bubble {
    padding: 5px 5px; }
  .bubble p {
    font-size: 1em; }
  .delivery-section img {
    margin-top: 40px;
    margin-bottom: 10px; }
  .merchant-testimonial-section img {
    margin-top: 20px; }
  .merchant-testimonial-section .right {
    padding-top: 0px; }
  footer {
    font-size: 14px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .navbar {
    height: auto; }
  .bubble {
    padding: 30px 30px;
    margin-top: 40px; }
  .bubble p {
    font-size: 1.1em; }
  .article-section .row {
    text-align: center; }
  .article-section .row img {
    margin-left: auto;
    margin-right: auto; }
  footer .footer-content {
    text-align: center; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .btn-cta {
    padding: 14px 30px 0 30px; }
  .testimonial-section .blockquote-section {
    margin-top: 0px; }
  .bubble {
    padding: 15px 20px; }
  .trail-section .btn-cta {
    padding: 14px 4px; }
  h1.nav-text {
    font-size: 12px;
    margin-top: 28px; }
  .navbar-collapse .navbar-nav {
    width: 100%;
    text-align: center; } }

/* Custom, iPhone Retina */
@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out,height .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out,height .5s ease-in-out;
    -o-transition: background .5s ease-in-out,padding .5s ease-in-out,height .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out,height .5s ease-in-out; }
  .top-nav-collapse {
    padding: 0;
    height: 80px; } }

body {
  height: auto;
  width: 100%; }
