.call span,
.nav li,
body {
  position: relative
}

.navbar-brand,
h1 {
  text-transform: uppercase
}

@font-face {
  font-family: ProximaNovaBlack;
  src: url('../fonts/Proxima Nova Black.eot');
  src: url('../fonts/Proxima Nova Black.eot?#iefix') format("embedded-opentype"), url('../fonts/Proxima Nova Black.woff') format("woff"), url('../fonts/Proxima Nova Black.ttf') format("truetype"), url('../fonts/Proxima Nova Black.svg#Proxima Nova Bl') format("svg");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: ProximaNovaBold;
  src: url('../fonts/Proxima Nova Bold.eot');
  src: url('../fonts/Proxima Nova Bold.eot?#iefix') format("embedded-opentype"), url('../fonts/Proxima Nova Bold.woff') format("woff"), url('../fonts/Proxima Nova Bold.ttf') format("truetype"), url('../fonts/Proxima Nova Bold.svg#Proxima Nova Rg') format("svg");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: ProximaNovaExtrabold;
  src: url('../fonts/Proxima Nova Extrabold.eot');
  src: url('../fonts/Proxima Nova Extrabold.eot?#iefix') format("embedded-opentype"), url('../fonts/Proxima Nova Extrabold.woff') format("woff"), url('../fonts/Proxima Nova Extrabold.ttf') format("truetype"), url('../fonts/Proxima Nova Extrabold.svg#Proxima Nova Th') format("svg");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: ProximaNovaRegular;
  src: url('../fonts/Proxima Nova Regular.eot');
  src: url('../fonts/Proxima Nova Regular.eot?#iefix') format("embedded-opentype"), url('../fonts/Proxima Nova Regular.woff') format("woff"), url('../fonts/Proxima Nova Regular.ttf') format("truetype"), url('../fonts/Proxima Nova Regular.svg#Proxima Nova Rg') format("svg");
  font-style: normal;
  font-weight: 400
}

body {
  font-family: ProximaNovaRegular, sans-serif
}

h1 {
  font: 48px ProximaNovaExtrabold, sans-serif;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
  text-align: left
}

button,
h2,
h3,
header nav nav {
  text-transform: uppercase;
  font-family: ProximaNovaBold, sans-serif
}

h2 {
  font-size: 30px
}

@media (max-width: 768px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 25px
}

a,
button {
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
  outline: 0 !important;
  cursor: pointer !important
}

button {
  color: #fff;
  border-radius: 2px
}

button.orange {
  background: linear-gradient(170deg, #f3b68d 0, #e5620b 45%, #e5620b 100%);
  font-size: 20px;
  padding: 30px 40px;
  border-bottom: 2px solid #b44a04;
  -webkit-box-shadow: 3px 3px 10px 2px rgba(107, 43, 0, .65);
  box-shadow: 3px 3px 10px 2px rgba(107, 43, 0, .65)
}

button.orange:hover {
  background: linear-gradient(170deg, #f3b68d 0, #e5620b 100%)
}

button.orange:disabled, .orange-disabled {
  cursor: default !important;
  background: linear-gradient(170deg, #f7d2ba 0, #f79d60 100%) !important;
  border-bottom: 2px solid #fa7923 !important;
}

button.orange:active {
  font-size: 19px;
  -webkit-box-shadow: 1px 1px 10px rgba(107, 43, 0, .65);
  box-shadow: 1px 1px 10px rgba(107, 43, 0, .65)
}

.call button,
.blue {
  background: #80b9e7;
  vertical-align: middle
}

.blue {
  border-bottom: 4px solid #5e9ed2;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  width: 245px;
  height: 63px;
  padding: 20px 5px
}

.blue:active {
  font-size: 15px;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2), 1px 1px 5px rgba(0, 0, 0, .2);
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2), 1px 1px 5px rgba(0, 0, 0, .2)
}

.orange-small {
  background: linear-gradient(170deg, #f3b68d 0, #e5620b 45%, #e5620b 100%);
  vertical-align: middle;
  border-bottom: 4px solid #b44a04;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  width: 245px;
  height: 63px;
  padding: 20px 5px
}

.orange-small:hover {
  background: linear-gradient(170deg, #f3b68d 0, #e5620b 100%)
}

.orange-small:active {
  font-size: 15px;
  -webkit-box-shadow: 1px 1px 10px rgba(107, 43, 0, .65);
  box-shadow: 1px 1px 10px rgba(107, 43, 0, .65)
}

.navbar {
  background: #fff;
  min-height: 92px;
  padding-top: 17px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .35)
}

.call,
.call span {
  display: inline-block
}

.call {
  font-size: 22px;
  float: right
}

.call span {
  vertical-align: middle
}

.call span a {
  color: #000
}

.call span a:hover {
  color: #80b9e7;
  text-decoration: none
}

.call span:before {
  content: "";
  background-image: url(../img/icons/phone-call.svg);
  background-size: 24px 33px;
  position: absolute;
  margin-top: 0px;
  width: 24px;
  height: 33px;
}

@media (max-width: 768px) {
  .call span:before {
    left: 0px !important;
    margin-top: -3px;
  }
}

.call-phone {
  margin-left: 30px;
}

.call small,
.blue {
  font-size: 15px
}

.call button {
  font-size: 13px;
  padding: 10px 22px;
  margin: 0 10px
}

.call button:hover {
  background: #51a4e8
}

.nav {
  margin-left: 37px
}

.nav li {
  padding: 0 7px
}

.nav li.active a {
  color: #80b9e7
}

.nav li a {
  color: #242424
}

.nav li a:hover {
  background: 0 0;
  color: #80b9e7
}

.nav li a:focus {
  background: 0 0
}

.nav li:not(:last-child):after {
  background: #80b9e7;
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 24px;
  right: -2px;
  border-radius: 2px
}

.navbar-header {
  display: inline-block
}

.navbar-toggle {
  background: #80b9e7;
  margin-top: 13px
}

.navbar-toggle span {
  background: #fff
}

.navbar-brand {
  font: 21px/16px ProximaNovaBold, sans-serif;
  float: left
}

.navbar-brand span {
  color: #72b1e4
}

.navbar-brand small {
  font: 13px ProximaNovaRegular, sans-serif;
  color: #6b6b6b;
  text-transform: none;
  letter-spacing: 1.3px
}

main {
  background: 0 0;
  min-height: 607px;
  position: relative;
  margin-top: 92px;
  padding: 35px 0 100px
}

.main-content {
  /* margin-top: 60px; */
  color: #fff;
  float: right;
  margin-right: 80px;
  text-align: center
}

.main-content h2 {
  font: 28px ProximaNovaRegular, sans-serif;
  text-align: left;
  margin-top: 0
}

.main-content ul {
  list-style: none;
  font-size: 22px;
  padding: 0;
  text-align: left;
  margin: 20px 0
}

.main-content ul li {
  margin-bottom: 15px;
  /*display: flex;*/
  align-items: center;
}

.main-content ul li span {
  width: 26px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.main-content ul li .cost {
  font: 30px ProximaNovaBold, sans-serif;
  background: 0 0;
  display: inline-block;
  width: auto;
  height: auto;
  border: 3px solid #e5620b;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: 15px
}

.carousel,
.main-overlay {
  width: 100%;
  position: absolute;
  top: 0
}

.main-content button {
  margin-right: 35%
}

.carousel {
  /* margin-top: 60px; */
  z-index: -2
}

.carousel,
.carousel .item,
.carousel-inner {
  height: 100%
}

.main-overlay {
  transform: translate3d(0, 0, 0);
  background-image: url(../img/backgrounds/overlay.png);
  background-position: top right;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  z-index: -1
}
