﻿/* VARIABLES */
/*MIXINS*/
/* ANGULAR OVERRIDES */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/*FONTS*/
.trade-gothic-lt-pro-bold {
  font-family: TradeGothicLTPro-Bold;
  font-weight: 300;
  font-style: normal; }

.montserrat {
  font-family: 'Montserrat', sans-serif; }

h1, h2, h3, h4, h5, .page-title {
  font-family: 'Montserrat', sans-serif; }

body {
  font-family: 'Montserrat', sans-serif; }

/*COLOURS*/
.orange {
  color: #f84608; }

.grey {
  color: #dbdbdb;
  background-color: #dbdbdb;
  border-color: #dbdbdb; }

.white {
  color: #fff; }

/*BODY*/
body {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #fff; }

.page-title {
  border-bottom: 1px solid black;
  text-transform: uppercase;
  border-color: #e82e2f;
  /* For browsers that do not support gradients */
  border-color: -webkit-linear-gradient(left, #e82e2f, #f84608);
  /* For Safari 5.1 to 6.0 */
  border-color: -o-linear-gradient(right, #e82e2f, #f84608);
  /* For Opera 11.1 to 12.0 */
  border-color: -moz-linear-gradient(right, #e82e2f, #f84608);
  /* For Firefox 3.6 to 15 */
  border-color: linear-gradient(to right, #e82e2f, #f84608);
  /* Standard syntax */
  margin: 60px 0 30px 0; }

.info-row {
  margin-bottom: 45px; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

/*ALIGNMENT*/
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

/*JUMBOTRON*/
.jumbotron {
  background: #fff; }
  .jumbotron p {
    font-size: 18px; }

/*HORIZONTAL RULE*/
hr {
  border-color: #1E404E;
  /* For browsers that do not support gradients */
  border-color: -webkit-linear-gradient(left, #1E404E, #141414);
  /* For Safari 5.1 to 6.0 */
  border-color: -o-linear-gradient(right, #1E404E, #141414);
  /* For Opera 11.1 to 12.0 */
  border-color: -moz-linear-gradient(right, #1E404E, #141414);
  /* For Firefox 3.6 to 15 */
  border-color: linear-gradient(to right, #1E404E, #141414);
  /* Standard syntax */ }

/* BUTTONS */
.btn {
  /*border-radius: 0;*/ }

.btn-primary {
  border-color: #1E404E;
  background: #4285f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #4285f4, #1266f1);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #4285f4, #1266f1);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #4285f4, #1266f1);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #4285f4, #1266f1);
  /* Standard syntax */ }
  .btn-primary:hover {
    border-color: #1E404E;
    background: #1E404E; }
  .btn-primary:disabled {
    border-color: #1E404E;
    background: #1E404E; }
.well {
    position: relative; 
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
  .btn-aggreko {
    padding-top: 80px; 
    min-height: 200px;
    font-size: 32px;
    margin-bottom: 20px; 
    line-height: 32px;   
  }
}
.btn-aggreko {
    /*position: absolute; 
    bottom: 15px; 
    right: 15px;*/   
    color: #fff; 
    background: #fe6f3a;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #fe6f3a, #fe6f3a);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #fe6f3a, #fe6f3a);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #fe6f3a, #fe6f3a);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #fe6f3a, #fe6f3a);
}
    .btn-aggreko:hover {
        color: #fff;
        background: #000; 
    }

/*INPUTS*/
.form-control {
  /*border-radius: 0;*/ }
  .form-control:focus {
    border-color: #1E404E;
    box-shadow: inset 0 1px 1px rgba(30, 64, 78, 0.4), 0 0 2px rgba(30, 64, 78, 0.6); }

/* MODALS */
.modal-wide {
  width: 80%; }

.dark-modal .modal-content {
  border-radius: 0;
  background: #0e1d24;
  color: #fff; }

.dark-modal .modal-body, .dark-modal .modal-header, .dark-modal .modal-footer {
  border: none; }

.dark-modal .modal-header {
  margin-bottom: 0; }
  .dark-modal .modal-header p {
    font-size: .9em; }
  .dark-modal .modal-header .close-img {
    height: 25px;
    float: right; }
    .dark-modal .modal-header .close-img:hover {
      cursor: pointer; }

.dark-modal .modal-body {
  padding: 35px 40px; }
  .dark-modal .modal-body .modal-column {
    padding: 0 10px; }

.dark-modal .modal-body-noheading {
  padding: 5px 40px 35px 40px; }
  .dark-modal .modal-body-noheading .modal-column {
    padding: 0 10px; }

.dark-modal .modal-column-content {
  position: relative;
  padding: 20px;
  background: #f9f9f9;
  color: #141414;
  height: 450px; }
  .dark-modal .modal-column-content img {
    position: absolute;
    top: -10px;
    right: 22px;
    height: 40px;
    z-index: 1; }
  .dark-modal .modal-column-content h4 {
    margin-top: 0; }

.mask {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10000;
  padding: 100px 0; }

#loading-modal .mask {
  height: auto;
  width: 30%;
  margin: 0 auto;
  padding: 65px 0; }

.loader {
  width: 250px;
  height: 250px;
  line-height: 250px;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase; }

.modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
  font-family: TradeGothicLTPro-Bold; }

.loader:before, .loader:after {
  opacity: 0;
  box-sizing: border-box;
  content: "\0020";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 150px;
  border: 5px solid #e82e2f;
  box-shadow: 0 0 50px #f84608, inset 0 0 50px #f84608; }

.loader:after {
  z-index: 1;
  -webkit-animation: gogoloader 3s infinite 1s; }

.loader:before {
  z-index: 2;
  -webkit-animation: gogoloader 3s infinite; }

*[data-toggle="modal"], *[data-dismiss="modal"] {
  cursor: pointer; }

@-webkit-keyframes gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

/*HEADER*/
.navbar-inverse {
  background: #fe6f3a;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #fe6f3a, #fe6f3a);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #fe6f3a, #fe6f3a);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #fe6f3a, #fe6f3a);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #fe6f3a, #fe6f3a);
  /* Standard syntax */
  border: none; }
  .navbar-inverse .navbar-nav {
    text-align: center; }
    .navbar-inverse .navbar-brand {
      /*margin: 0 auto;*/
      color: #fff; 
    }
    .navbar-inverse .navbar-nav li a {
      color: white; }

/*WELL*/
.well, .well-grey {
  min-height: 330px;
  /*border-radius: 0;*/ }
  .well .well-title, .well-grey .well-title {
    border-bottom: 1px solid black;
    border-color: #1E404E;
    /* For browsers that do not support gradients */
    border-color: -webkit-linear-gradient(left, #1E404E, #0e1d24);
    /* For Safari 5.1 to 6.0 */
    border-color: -o-linear-gradient(right, #1E404E, #0e1d24);
    /* For Opera 11.1 to 12.0 */
    border-color: -moz-linear-gradient(right, #1E404E, #0e1d24);
    /* For Firefox 3.6 to 15 */
    border-color: linear-gradient(to right, #1E404E, #0e1d24);
    /* Standard syntax */
    margin-bottom: 20px; }
  .well .alert, .well-grey .alert {
    position: absolute;
    bottom: 20px;
    width: 82%; }

.well-form {
  padding-top: 45px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .well-form label {
    width: 100%; }

.well {
  background: white; }

.well-grey {
  background: #f9f9f9; }

.title {
  border-bottom: 1px solid black;
  border-color: #1E404E;
  /* For browsers that do not support gradients */
  border-color: -webkit-linear-gradient(left, #1E404E, #0e1d24);
  /* For Safari 5.1 to 6.0 */
  border-color: -o-linear-gradient(right, #1E404E, #0e1d24);
  /* For Opera 11.1 to 12.0 */
  border-color: -moz-linear-gradient(right, #1E404E, #0e1d24);
  /* For Firefox 3.6 to 15 */
  border-color: linear-gradient(to right, #1E404E, #0e1d24);
  /* Standard syntax */
  margin-bottom: 20px; }

/*ICONS*/
i {
  color: #141414; }

.service-centre-icon {
  height: 15px;
  padding: 0;
  margin-right: 10px;
  margin-top: -2px; }

.destination-icon {
  padding: 0 3px;
  font-size: 22px;
  margin-right: 10px; }

/*ALERTS*/
.alert {
  border-radius: 0; }

/*TOTALS*/
.total-head {
  text-transform: uppercase; }

/*MEDIA QUERIES*/
@media only screen and (max-width: 639px) {
  .mobile-only {
    visibility: visible;
    text-align: center;
    font-weight: bold;
    font-size: small; } }

@media only screen and (min-width: 640px) {
  .mobile-only {
    visibility: hidden; } }

footer {
    position: absolute; 
    bottom: 0;  
}