/********************/
/****** FONTS *******/
/********************/

@font-face {
  font-family: 'lato-light';
  font-weight: lighter;
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Light.woff') format('woff'),
    url('../fonts/Lato-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'lato-regular';
  font-weight: normal;
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'lato-bold';
  font-weight: bold;
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf') format('truetype');
}

/********************/
/****** RESET *******/
/********************/


html {}
body {
  background-color: #253139;
  font-family: 'lato-regular', sans-serif;
  font-size:14px;
}

h1 {
  font-family: 'lato-light', sans-serif;
  margin:0;
}

h3 {
  color:#d53a54;
  font-size:18px;
}

p {
  color:#ffffff;
  font-family: 'lato-regular', sans-serif;
}

a {
  text-decoration:none;
  color:#ffffff;
}

a:hover {
  color: #d53a54;
}

span {
  color:#ffffff;
}

.tagline {
  font-family: 'lato-light', sans-serif;
  font-size: 22px;
  line-height: 28px;
}

/**********************/
/****** BG IMAGE ******/
/**********************/

#bg-image {
  width:100%;
  position:fixed;
  bottom:0;
  opacity:0.5;
}

@media (min-width: 1170px) {
  #bg-image {
    width:1170px;
    text-align:center;
    position:fixed;
    bottom:0;
    opacity:0.5;
    left: 50%;
    margin-left: -585px;
  }
}

/********************/
/****** HEADER ******/
/********************/

header {
  background-color: #d53a54;
  padding: 40px 0 50px;
  z-index: 99;
}

.title-container h1 {
  font-size:81px;
  margin: 0;
  color:#ffffff;
}

/******************************/
/****** COLUMN OVERRIDES ******/
/******************************/

.row {
	margin:0;	
}

.full-height {
  height:100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.col-xs-6 {
  padding: 0px;
}

.bg-white {
  background-color:#ffffff;
}

.form-col-r {
	padding-right: 0;
    padding-left: 0;
}

/**********************/
/****** COLUMN 1 ******/
/**********************/


#icon-container {
  padding: 0 0 15px 0;
}

.icon {
  padding: 5px 15px 5px 0;
}

.icon-span {
  display:inline-block;
  width:80%;
}

.icon, .icon-span {
  vertical-align: middle
}

.logo {
  padding:30px 0;
}

/**********************/
/****** COLUMN 2 ******/
/**********************/

.thumbnail {
  background-color: transparent;
  border:none;
  margin:0;
}

.thumbnail .caption {
  padding:1px 0;
}

.thumbnail .caption p {
  font-family: 'lato-light', serif;
  margin:0;
  font-size: 12px;
}

#fast-logo {
  position: absolute;
  bottom: 200px;
  left: 50px;
}

@media (max-width: 992px) {
  #fast-logo {
      position: relative;
      padding: 280px 0 0;
      bottom:0;
      left:0;
  }
}

.thumb_mobile {
  padding: 0 30px;
}

.padding_change {
  padding:0 1px;
}

@media (max-width: 992px) {
	.thumb_mobile {
		padding: 0;
	}
}

@media (max-width: 768px) {
  .thumb_mobile {
    padding: 0 10px;
  }
  
  #fast-logo {
    position: absolute;
    padding: 0 15px;
    top: -40px;
  }
  .thumbnail {
    padding:2px 2px;
  }
}
/**********************/
/****** COLUMN 3 ******/
/**********************/

form h1 {
  color: #253139;
  font-family: 'lato-regular', sans-serif;
  font-size: 56px;
  margin-top: -5px;
  padding: 0 10px 15px;
}

.btn-submit {
  color: #fff;
  border: none;
  font-size: 16.5px;
  line-height: 16.5px;
  padding: 11px 36px;
  background-color: #d53a54;
  background-size: 100% 100%;
  border-radius: 0;
  font-family: 'lato-regular', sans-serif;
  margin: 15px 15px;  
}
.phone-number {
  margin-top: 10px;
  display: inline-block;
}
.phone-number img {
  width: 37px;
}
.form-control {
  color: #253139;
  font-size: 13px;
  border: none;
  box-shadow: none;
  border-radius:0 !important;
  padding:0;
  border-bottom: 1px solid black;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 0;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}
.form-control::-webkit-input-placeholder {
  color: #253139;
  font-size: 16px;
  font-family: 'lato-regular', sans-serif;
  padding-top: 5px;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #253139;
  font-size: 16px;
  font-family: 'lato-regular', sans-serif;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #253139;
  font-size: 16px;
  font-family: 'lato-regular', sans-serif;
}
.form-control:-ms-input-placeholder {
  color: #253139;
  font-size: 16px;
  font-family: 'lato-regular', sans-serif;
}
.form-group, .form-group-lg {
    min-height: 35px;
    margin-bottom: 10px;
    padding: 0 15px;
}
.form-group label {
  width: 100%;
  padding-left: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #253139;
  margin-bottom: 0;
  border-radius: 0;
  background-size: 100% 100%;
}
.message-group {
  border-radius: 0;
}
.wrapper {
  max-width: 100%;
  margin: 0 auto;
}

address {
  font-family: 'lato-light', sans-serif;
  font-size: 16px;
  line-height: 16px;
}

#contact-form textarea {
  resize: vertical;
  min-height:100px;
}
@media (min-width: 992px) {
  #contact-form {
    margin-top: 0;
  }
}

.alert {
  font-family: 'lato-regular', sans-serif;
  padding: 15px;
  margin: 0 15px 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: inherit !important;
}

.bottom-bar {
  width: 100%;
  height: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  opacity: 0.25;
}
#busy-indicator {
  width: 26px;
  margin-right: 10px;
  margin-top: 3px;
}

/********************/
/****** UNSURE ******/
/********************/

@media (max-width: 480px) {
  .scale {
    max-width: 100%;
  }
}
