@import url("../fonts/flaticons/font/flaticon.css");

#mobile-header {
  display: none;
}
#header {
  background: #20252c;
  height: 3.7em;
  line-height: 3.7em;
}
#header.alt {
    height: 5em;
    line-height: 5em;
    background-color: #20252c;
  }
#header h1 {
  padding: 0.2em 0;
}
#header.alt h1 {
  padding: 0.7em 0;
}
  #header .image, #header img {
    height: 100%;
  }
    #header.alt .image{
        height: 100%;
    }
#header nav > ul > li a:not(.button):hover {
  color: #24dcff;
}
#header nav > ul > li a {
  font-size: 1.2em;
}
#banner {
  background-image: url("images/overlay.png"), url("../../images/slider-1-1.jpg");
}
#banner h2{
  font-size: 3em;
  text-transform: uppercase;
}
#banner p {
  font-size: 1.75em
}

@media screen and (max-width: 1680px) {
  #banner {
    padding: 13em 0 19em 0;
  }
}
@media screen and (max-width: 840px) {
  #mobile-header {
    display: block;
    position: fixed;
    width: 100%;
    text-align: center;
    height: 3.5em;
    background: #20252c;
    z-index: 100;
  }
  #mobile-header h1 {
    height: 100%;
    padding: 0.3em 0;
    margin: 0;
  }
  #mobile-header img, #mobile-header .image {
    height: 100%
  }
  #navButton {
    width: auto;
  }
  #navButton .toggle:before{
    background: transparent;
  }
  #main > header {
    margin-top: 1.5em
  }
}
@media screen and (max-width: 736px) {
  #banner {
    padding: 12em 1em;
  }
}

header.major {
    padding-bottom: 3em;
}

.box.features .features-row:first-of-type {
    border-top: 0 none;
}

.box.features .features-row p {
  font-size: 1.3em;
  line-height: 1.5em;
}

.flaticon:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.major.flaticon:before {
  font-size: 3.5em;
  vertical-align: middle;
}

#about {
    padding: 2em 0 3em;
    background-image: url("../../images/front-page-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #about h2, #about h3 {
    color: #fff;
  }
#about p{
  font-weight: 500;
    font-size: 1.2em;
  color: #333
}
#about .actions {
  text-align: center;
}
#about .actions a {
  color: #333;
  font-weight: 600;
}

@media screen and (max-width: 736px) {
  #about .box {
    padding: 0 1em !important;
  }
}

@media screen and (max-width: 480px) {
  #about .actions {
    padding: 0 1em;
  }
}

#cta {
    padding: 3.5em 1em 2em;
    font-size: 1.5em;
    line-height: normal;
}

#footer .logo {
    border-radius: 0;
    padding: 1em;
    background-color: #212833;
}

/****** Services **************/
.services div {
  display: table;
  margin-top: 2em;
}
.services h3 {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  cursor: default;
-moz-transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
-webkit-transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
-ms-transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
padding: 1em 2em;
  height: 7em;
  vertical-align: middle;
  display: table-cell;  
}
.services h3:hover {
  color: #ffffff;
  border-color: #82a8e0;
  background-color: #82a8e0;
}
blockquote {
  margin-top: 3.5em;
  font-style: normal;
}
@media screen and (max-width: 840px) {
  blockquote {
    margin-top: 0.5em
  }
  div:first-child > blockquote {
    margin-top: 3.5em
  }
}

.icons:before{
		content: '';
	}
ul.icons li {
  display: block;
  padding: 0 1em 0.5em 0;
}
		ul.icons li:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}
    ul.fa-check li::before {
      content: "\f05d ";
      padding: 0 0.5em;
    }
    .special a.image-background {
      height: 15em;
    }
.image-background {
  width: 100%;
  height: 25em;
  background-image: url('/images/services-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.row:nth-child(2) .image-background {
  background-image: url('/images/services-2.jpg');
}
.row:nth-child(3) .image-background {
  background-image: url('/images/services-3.jpg');
}
.row:nth-child(4) .image-background {
  background-image: url('/images/services-4.jpg');
}

.image-left div{
  display: block;
  position: relative;
  margin-bottom: 2em;
  clear: both;
  float: right;
  margin-right: 0;
}
.image-left div:nth-child(2) {
  float: left;
  margin-left: 0;
  clear: left;
}

@media screen and (max-width: 840px) {
  .row-images div {
    margin-bottom: 2em;
  }
  .row-images ul {
    margin-bottom: 0;
  }
  .image-left div {
    float: none;
    clear: none;
  }
  .image-left div:nth-child(2) {
    float: none;
    clear: none;
  }
}

/***** Bios *****/
.bios {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  background-color: #444;
  background-image: url('/images/Bios-Page.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 40px;
  font-weight: 400;
}
.bios header *{
  color: #fff;
}

/***** Our Properies *****/
.property header h3 {
  font-weight: 400;
}
.property header h3 + p {
  font-style: normal;
  color: inherit;
  font-weight: 400;
}
.property .actions .button {
  margin-bottom: 0.5em;
}
.property + hr {
  margin-top: 3.2em;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/******** Spotlight ********/
.spotlight-top {
  -moz-transition: margin-top 0.5s ease-out;
  -webkit-transition: margin-top 0.5s ease-out;
  -ms-transition: margin-top 0.5s ease-out;
  transition: margin-top 0.5s ease-out;
}
.spotlight header {
  -moz-transition: opacity 0.5s ease-out, -moz-transform 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out, -ms-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  margin-bottom: 0;
}
.spotlight .content {
  -moz-transition: opacity 0.5s ease-out, -moz-transform 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out, -ms-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.spotlight-top.is-inactive {
  margin-top: 10em;
  opacity: 0;
}
.spotlight.is-inactive header {
  -webkit-transform: translateY(20px);
   -moz-transform: translateY(20px);
   -o-transform: translateY(20px);
   -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.spotlight.is-inactive .content {
  -webkit-transform: translateY(20px);
   -moz-transform: translateY(20px);
   -o-transform: translateY(20px);
   -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
@media screen and (max-width: 840px) {

  .spotlight.is-inactive .content {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0;
  }

  .spotlight.is-inactive header {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0;
  }
}