/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Lora:400,700');

html,
body {
  height: 100%;
  width: 100%;
}

hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}

hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40;
}
a:hover,
a:focus {
  color: #eb3812;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #F05F40;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    position: fixed !important;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #F05F40;
    font-size: 16px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #F05F40;
  }


}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  overflow: hidden;
  min-height: 80%;
  font-family: 'Lora', serif;
}
header .header-content {
  position: absolute;
  text-align: left;
  /* padding: 100px 15px 100px; */
  top: 50%;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-family: 'Lora', serif;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 88%;
  }
  header .header-content {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* padding: 0 50px; */
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #F05F40;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}
.btn {
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

section.home-values {
  padding: 85px 0;
  background-color: #5ab3ff;
}

section.home-values h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 24pt;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1029;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'FontAwesome';
  font-size: 48px;
  line-height: 1;
  opacity: 0.9;
  color: #EFEFEF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 3px #000000;
}

.slick-prev:before { content: "\f053"; }
.slick-next:before { content: "\f054"; }

.slick-prev
{
  left: 18px;
}

.slick-next
{
  right: 18px;
}

.caption-inner .property-list-firm {
  color: #EEEEEE;
}

.homeValueError {
  display: none;
}

.team {
  padding-bottom: 60px;
}
.meet-owner h3 {
  margin-bottom: 40px;
}
.team h3 { margin-top: 0; }

.testimonials {
  background: url(/modern/img/testimony.jpg);
  background-color: rgba(36, 139, 233, 1);
  background-blend-mode: multiply;
  background-size: cover;
  padding: 60px 0;
  height: 350px;
}

.testimonial-wrapper {
  background: none;
}

.testimonials p {
  color: white;
}

.testimonials .content {
  margin: 0px 20px;
  line-height: 1.2;
  font-size: 18pt;
  font-style: italic;
  background-color: transparent;
  text-shadow: 0 0 5px black;
}
.testimonials .name {
  position: absolute;
  top: 50%;
  margin-top: -33px;
  text-shadow: 0 0 5px black;
}
.testimonials .col-md-1, .testimonials .col-md-3, .testimonials .col {
  height: 240px;
}
.testimonials .profilepic {
  position: absolute;
  top: 50%;
  margin-top: -54px;
  padding-right: 15px;
}

.carousel-indicators {
  bottom: -41px;
}

.navbar {
  box-shadow: none !important;
}

.navbar-default {
  box-shadow: none !important;
}

.property-search {
  position: relative !important;
}

.home-value-button {
  border-radius: 0;
  border: 0;
  transition: all 0.3s;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width:181px;
  height: 75px;
}

.video-container {
  position: absolute;
  top: 0;
  width: 100%;
  background: #000000;
}

.video {
  overflow: hidden;
  opacity: 0.6;
}

.property-search input, .property-search .form-group {
  margin: 0;
}
.home-values .property-search{
  margin: 20px auto;
  position: static;
}

.property-search {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.video-container {
  z-index: -1;
}
.video {
  display: block;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#bgvid {
  min-height: 100%;
}
.video .youtube {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -99;
}

.content {
  background-color: white;
}
.home-values .form-group, .property-search .form-group {
  position: relative;
}
#home-value-button {
  border-radius: 0;
  border: 0;
  transition: all 0.3s;
  background-color: #dddddd;
  position: absolute;
  right: 200px;
  top: 0;
  bottom: 0;
  width:181px;
}

#search-button {
  border-radius: 0 4px 4px 0px;
  border: 0;
  transition: all 0.3s;
  margin: 0;
}
/* Home Page */
.full-width-block {
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 450px;
}
.full-width-block article {
  margin: 85px 0;
  padding: 40px;
  background-color: #fff;
}
.row-item {
  margin-top: 120px;
  margin-bottom: 120px;
}
.double-box .post article h3, .full-width-block article h3 {
  font-weight: 600;
  font-size: 30px;
  color: #212121;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 15px;
  display: block;
}
.double-box .post article p, .full-width-block article p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
  margin-bottom: 23px;
}
.double-box {
  position: relative;
}
.double-box .post {
  border-radius: 2px;
  background: #fff;
}
.double-box figure {
  width: 200px;
  height: 400px;
  position: absolute;
  left: 15px;
  bottom: 0;
  top: 0;
  background-size: cover;
}
.home-evaluation-img {
  background-image: url(/frontend/assets/img/photos/calculator.jpg);
}
.seller-guarantees-img {
  background-image: url(/frontend/assets/img/photos/evaluation.jpg);
}
.join-team-img {
  background-image: url(/frontend/assets/img/join_team.jpg);
  background-size: cover;
  background-position: center center;
}
.double-box .post article {
  margin-left: 200px;
  padding: 53px 30px;
  height: 400px;
}

.facePhotoContainer img {
  width: 100%;
  position: relative;
}
.meet-owner .facePhoto {
  bottom: 35px;
}
.meet-owner p {
  font-size: 21px;
  line-height: 35px;
}
.meet-owner .btn-primary {
  margin-top: 30px;
  padding: 15px 35px;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.face-photo {
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-size: cover;
}
.big-header {
  font-weight: bold;
  font-size: 65px !important;
  color: #222 !important;
}
.big-header-hr {
  width: 150px;
  border-bottom: 3px solid #000;
  margin-top: 15px;
  margin-bottom: 50px;
}
.header {
  position: relative;
  z-index: 3;
}
.team-list {
  text-align: center;
  padding-left: 0 !important;
}
.team-image {
  background-size: cover;
  background-position: top center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 100%;
}
.team-list-member h4 {
  margin-top: 10px;
  margin-bottom: 30px;
  position: absolute;
  width: 100%;
  bottom: -100px;
  left: 0;
}
.frontpage-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.frontpage-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frontpage-video-description {
  font-size: 19px;
  color: #333;
  line-height: 1.6em;
  margin: 60px 20px;
  text-align: justify;
}
.team {
  padding-bottom: 60px;
}
.meet-owner h3 {
  margin-bottom: 40px;
}
.team h3 { margin-top: 0; }

.carousel-indicators {
  bottom: -41px;
}
section {
  margin: 30px 0;
}

section.home-values {
  padding: 85px 0;
  background-color: #5ab3ff;
}

section.home-values h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.caption-inner .property-list-firm {
  color: #EEEEEE;
}

.homeValueError {
  display: none;
}
.home-buyers {
  background-image: url(/modern/img/sold.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.property-search input {
  border-radius: 4px;
}
.popoutTab {
  width: 50px;
  height: 50px;
  background-color: #17adda;
  position: fixed;
  left: -50px;
  z-index: 2;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  padding: 15px 20px;
}
.popoutTabBody {

}
.popoutTab h6 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(-90deg);
  font-size: 25px;
  position: absolute;
  bottom: 133px;
  left: -35px;
  text-shadow: 0px 1px 1px #4d4d4d;
}
.popoutBodyContainer {
  width: 350px;
  background-color: rgba(0,0,0,0.5);;
  position: fixed;
  top: 0;
  left: -350px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  border-radius: 0 0 4px 0;
  overflow: hidden;
}
.popoutBody {
  padding: 20px;
  text-align: center;
}
.popoutBody label {
  text-transform: uppercase;
}
.popoutBody .input-icon i {
  color: #17adda;
  background-color: #eee;
  margin: 0;
  padding: 9px;
  height: auto;
  width: auto;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #e2e2e2;
  margin-right: 5px;
  width: 35px;
}
.popoutBody .input-icon input {
  padding-left: 43px;
}
.popoutBody iframe {
  width: 100%;
}
.popoutBody img {
  max-width: 100%;
  max-height: 310px;
}
.popoutBody .tel {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 30px;
}
.popoutBody h3 {
  color: white;
}
.popoutTab #close {
  color: white;
}
.video-container .fill {
  min-width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  #testimony-carousel .col-md-1 { display: none; }
  .testimonials .col-md-1, .testimonials .col-md-3, .testimonials .col {
    height: auto;
  }
  .testimonials .name {
    position: static;
    margin: 0px 20px 10px;
  }
}

@media only screen and (max-width: 768px) {

  #home-value-button, #search-button {
    position: static;
    width: 50%;
    float: left;
    margin-top: 5px;
  }
  #home-value-button {
    border-radius: 4px 0 0 4px;
  }
}

@media only screen and (max-width: 425px) {
  .search-buttons {
    margin-top: 30px;
    width: 100%;
  }
  #search-button, #home-value-button {
    width: 100%;
    position: static;
    margin-top: 5px;
    border-radius: 4px;
  }
  .slider-item {
    height: 335px;
  }
  .home-values .property-search {
    margin-top: 0;
  }
  .home-values .property-search .btn {
    width: 100%;
    position: static;
    margin-top: 5px;
    border-radius: 4px;
  }

  html, body {
    overflow-x: hidden;
  }
  .property-search {
    top: 30%;
  }
  .popoutBodyContainer, .popoutTab { display: none }

  header .header-content {
    top: 10%;
    padding: 25px;
  }
}

.header-content .btn {
  font-size: 14pt;
  border: solid 2px #ffffff;
  padding: 14px 32px;
  border-radius: 10px;
  margin-right: 25px;
  font-weight: normal;
  margin-bottom: 25px;
}

.header-content .btn:hover {
  opacity: 0.7;
}

.header-content .search {
  background: transparent;
  color: #ffffff;
}

.header-content .home-eval {
  background: #FFFFFF;
  color: #222222;
}

.header-content h3 {
  margin-bottom: 45px;
  text-transform: none;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 36px;
}

.navbar-brand {
  max-height: 100px;
}

.navbar-brand img {
  height: 64px !important;
}
.testimonials {
  background-color: rgba(36, 139, 233, 1);
  background-blend-mode: multiply;
  background-size: cover;
  padding: 60px 0;
  height: 350px;
  min-height: 400px;
  text-align: center;
}
section.testimonial-wrapper h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.testimonials .name {
  text-shadow: 0 0 5px black;
  position: relative;
  top: 0;
  margin-top: 20px;
  color: white;
}
.testimonials .content {
  margin: 0px 20px;
  line-height: 1.2;
  font-size: 18pt;
  font-style: italic;
  background-color: transparent;
  text-shadow: 0 0 5px black;
  height: 140px;
  overflow: hidden;
  color: white;
}

@media (max-width: 768px){
  header .header-content .header-content-inner h1{
    font-size: 45px;
  }
  header .header-content .header-content-inner h3{
    font-size: 25px;
  }
}

@media(min-width: 1600px) and (min-height: 750px){
  header {
    height: 100% !important;
  }
}
