/*  DEFAULTS  */
body {
  color:#545454;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 20px;
  position: relative;
}

.full-width {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a,
.btn {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

a {
  color: #ffbf11;
}

a:hover {
  color: #ffa709;
}

.btn {
  font-family: 'Amatic SC', cursive;
  font-size: 34px;
}

.btn-warning {
  background-color:#ffbf11;
  border-color:#ffbf11;
}

.btn-warning.focus,
.btn-warning:focus {
  background-color:#ffa709;
  border-color:#ffa709;
}

.btn-warning:hover {
  background-color:#ffa709;
  border-color:#ffa709;
}

.amatic {
  font-family: 'Amatic SC', cursive;
}



/*  COLOURS  */
.yellowBG {
  background: #ffbf11;
}

.DgreyBG {
  background: #4f5254;
}

.greyBG {
  background: #8f8f8f;
}

.LgreyBG {
  background: #d6d6d6;
}

.LLgreyBG {
  background: #eee;
}

.whiteBG {
  background: #fff;
}

.yellow {
  color: #ffbf11;
}

.white {
  color: #fff;
}






/*  NAV  */
nav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  padding-top: 50px;
  background: #8f8f8f;
}


nav a {
  height: 45px;
  color: #fff;
  text-align: center;
  text-transform:uppercase;
  line-height: 25px;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

nav a img {
  max-height: 25px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration:none;
  background-color:#d6d6d6;
  color: #4f5254;
  border-radius: 0px;
}

.nav .open > a:hover {
  background-color:#d6d6d6;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color:#fff;
  background-color:#4f5254;
}

nav li.active {
  background-color: #4f5254;
}





/*  HEADER  */
.hamburger {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #ffbf11;
  color: #fff;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.hamburger i {
  margin-right: 5px;
}

header {
  padding-top: 60px;
  padding-bottom: 15px;
	border-bottom: solid 60px #ffbf11;
  text-align: center;
}
/*
header .cta {
  background-image: url(../img/call.png);
  background-position: 0 40px;
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-left: 45px;
  text-align: right;
}
*/
header .cta {
}

header .cta strong {
  display: block;
}

.cta img {
    max-height: 200px;
}








/*  VIDEO AND INTRO  */
.vid {
  margin-top: -30px;
  margin-bottom: 75px;
  text-align: center;
}

.vid p {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

.videoIntro h1 {
  padding-top: 10px;
  line-height: 1.4;
}








/* TURNAROUND SERVIES */
.turnaround-wrapper {
  border-top: solid 175px #4f5254;
  padding: 0;
}

.turnaround-wrapper h2 {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.turnaround {
  margin-top: -175px;
}

.turnaround-rescued,
.turnaround-mapped {
  background: #fff;
  padding: 20px;
  position: relative;
}

.turnaround-rescued h3,
.turnaround-mapped h3 {
  font-family: 'Amatic SC', cursive;
  font-size: 3.5em;
  margin: 0 0 35px 10px;
}

.turnaround-rescued h3 a,
.turnaround-mapped h3 a {
  color:#545454;
}

.turnaround-rescued h3 a:hover,
.turnaround-mapped h3 a:hover {
  color:#ffbf11;
  text-decoration: none;
}

.turnaround-rescued .bee {
  margin-top: -30px;
  position: relative;
}

.turnaround-mapped .bee {
  margin-top: -110px;
  position: relative;
}

.turnaround-rescued .btn,
.turnaround-mapped .btn {
  margin-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
}

.turnaround-mapped .btn {
  margin-top: 20px;
}



/*  BUSINESS DEBT LINE  */
.debtline {
  border-top: solid 120px #8f8f8f;
  margin-top: -62px;
  text-align: center;
  background: #8f8f8f;
  padding-top: 0px;
  padding-bottom: 45px;
  color: #fff;
}

.debtline a {
  color: #fff;
}

.debtline a:hover,
.debtline a:focus {
  color: #fff;
  text-decoration: none;
}



/* ABOUT MARIA */
.aboutMaria {
  padding-top: 90px;
  padding-bottom: 60px;
}

.mariatext {
  padding-top: 60px;
}

.testimonial .amatic {
  font-size: 26px;
  padding-top: 60px;
  text-align: center;
  font-weight: 700;
}







/* CONTACT */
.callBox {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  margin-top: 25px;
  margin-right: -30px;
  position: relative;
  font-size: 26px;
  background-image: url('../img/callbox.png');
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: auto;
}

.buttonBox {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  margin-top: 25px;
  margin-right: -30px;
  position: relative;
  font-size: 26px;
  background-image: url('../img/world-icon.png');
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 85px;
}


.form {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.form h2 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.form-control:focus {
  border-color:#545454;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(84,84,84,.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(84,84,84,.6)
}

.form .btn-default {
  background: #8f8f8f;
  border-color: #8f8f8f;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.form .btn-default:hover,
.form .btn-default:focus {
  background: #4f5254;
  border-color: #4f5254;
}







/* MORE INFO PAGE  */
.moreInfo li {
  margin-top: 30px;
}

blockquote {
  padding-top: 0;
  padding-bottom: 0;
}

.Testimonial {
  margin-top: 30px;
}







/*  FOOTER  */
footer {
  margin-top: 30px;
}

footer .greyBG {
  padding: 30px 30px 15px 30px;
}

footer .greyBG a {
  color: #fff;
  text-transform: uppercase;
}

footer .greyBG .social-icons a {
  color: #d6d6d6;
  font-size: 40px;
}

footer .greyBG .social-icons a:hover,
footer .greyBG .social-icons a:focus {
  color: #fff;
}

footer .companyInfo {
  padding-top: 45px;
  font-size: 16px;
}

footer .companyInfo a {
  color: #545454;
}







/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  
  
  /*  NAV  */
  .hamburger {
    display: none;
  }

  nav {
    display: block !important;
    height: 80px;
    padding-top: 0;
  background: transparent;
  }

  nav .greyBG {
    height: 80px;
  }
  
  nav a {
    height: 80px;
    line-height: 60px;    
    font-size: 20px;
  }
  
  nav a img {
    max-height: 45px;
  }

  nav li.active {
    height: 100px;
  }


  header {
    border-top: solid 30px #ffbf11;
    padding-top: 90px;
    text-align: left;
  }

  header .cta {
    text-align: right;
  }


}
.header_call {
  font-size: 26px;
}
