/* ! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*===== Rylanhartley.com ==============================================
    Style.css >> Author: Rylan Hartley
  =====================================================================*/

/* Clearfix */
.clear {
  clear: both;
}

/* Box Model Hack */
* {
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  box-sizing: border-box; /* IE */
}

/*=====================================================================
    General Styles
  =====================================================================*/

body {
 /* background-image: url(../img/bg2.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Box Shadow */
.pre-nav, 
.nav-container,
#main-content,
footer {
  /*-webkit-box-shadow: 4px 13px 36px 1px rgba(0,0,0,0.63);
  -moz-box-shadow: 4px 13px 36px 1px rgba(0,0,0,0.63);
  box-shadow: 4px 13px 36px 1px rgba(0,0,0,0.63);*/
}

header,
#about-top {
  background-image: url(../img/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  text-align: center;
}

#about-top {
  background-image: url(../img/aboutus.jpg);
  height: 600px;
}

.about-text,
.about-text-small {
  color: #454545;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}

.about-text-small {
  font-size: 20px;
}

.logo-promo,
.promo,
.promo-about {
  margin-top: 300px;
  color: white;
}

.promo-about {
  color: #337ab7;
  font-weight: 800;
  font-size: 55px; 
  text-transform: uppercase;
}

.sub-text {
  color: white;
  font-size: 30px;
  font-family: 'Open sans';
  font-weight: 400;
  text-transform: uppercase;
  margin-top: -10px;
}

.aligner {
  width: 1200px;
  margin: 0 auto;
}

/*=====================================================================
    General Fonts
  =====================================================================*/

h1 {
  font-size: 50px;
}


/*=====================================================================
    Navigation
  =====================================================================*/

nav ul li, 
.pre-nav ul li {
  float: left;
  list-style: none;
}

nav ul li a, 
.pre-nav ul li a {
  margin: -12px 15px 15px 20px;
  padding: 16px;
  display: block;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: black;
}

nav ul li a:hover, 
.pre-nav ul li a:hover {
  text-decoration: none;
  color: #337ab7;
}

nav li a, 
.pre-nav li a {
  float: left;
  list-style: none;
}

nav ul, 
.pre-nav ul {
  padding-left: 0;
}

.nav-container {
  width: 100%;
  /*margin-top: 50px;*/
  background: rgba(255, 255, 255, 0.8);
  border-bottom: solid 1px silver;
  height: 75px;
  border-radius: 5px;
}

.pre-nav {
  /*background-color: #419fdd;*/
  height: 50px;
  margin-top: 50px;
/*  border-radius: 5px 5px 0 0;*/
}

.nav-bracket {
  /*position: fixed;*/
  position: absolute;
  top: 0;
  z-index: 9999;
  margin: 0 auto;
  width: 1200px;
  /*width: 100%;*/
}

.pre-nav ul li a,
h5 {
  font-size: 14px;
  margin: 0px;
  color: white;
}

.logo {
  margin-top: 12px;
  padding: 0px;
}

.space1 {
  width: 75px;
}

h5 {
  font-size: 14px;
  /*color: silver;*/
  margin-top: 18px;
  font-family: 'Open-sans', Arial, sans-serif;
  display: inline-block;
  margin-right: 50px;
  float: left;
}

.infobar {
  margin-left: 20px;
}

.sociallink {
  float: right;
  display: inline-block;
  margin-right: 20px;
  width: 30px;
  margin-top: -20px;
}

.social {
  margin-right: 30px;
}

.booking > a {
  color: white;
  border: solid 1px white;
  padding: 5px;
  margin-top: 12px
}

nav ul li a {
  padding-top: 40px;
}

/*=====================================================================
    Meat & Potatoes
  =====================================================================*/

#main-content {
  background-color: white;
 /* height: 1400px;*/
}

.carousel {
  padding-top: 140px;
}

.testimonial {
  color: white;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
}

section {
  background-color: white;
}

table {
  text-align: left;
  margin: 0 auto;
}

.td {
  width: 100;
} 

.featured-image {
  border-radius: 5px;
}

.contact-banner {
  width: 100%;
  background: #2c3e50;
  height: 140px;
}

.portrait {
  border: 1px solid black;
  border-radius: 50%;
}

.icon-color {
  color: #337ab7;
  font-size: 25px;
  margin-top: -10px;
}

.featured-properties {
  background: #f4f4f4;
}

.featurette h4,
.featurette h2 {
  font-family: 'Raleway';
  color: #969696;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.featurette h2 {
  color: black;
  font-weight: 800;
}

.wide-line {
  height: 2px;
  margin: 0 0 10px 0;
  background: #337ab7;
  width: 100%;
}

.appointment-button {
  margin-top: 22px;
  float: right;
}

#myModal,
#videoModal {
  z-index: 300000;
}

p, a, h5 {
  font-family: 'Raleway';
  font-weight: 600;
}


/* IMAGE MAGIC */

.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.sale,
.sale2 { 
   position: absolute; 
   top: 0; 
   left: 15px; 
   padding: 10px;
   font-family: 'Raleway';
   font-weight: 600; 
   color: white;
   background: #337ab7;
}

.sale2 {
  font-size: 20px;
  margin-top: -48px;
}

.home-info {
  padding-right: 5px;
  display: inline-block;
  color: #7f8c8d;
}

.home-location {
  margin-top: 0px;
  color: black;
}

.contact-form > h5 {
  color: black;
  margin-top: -5px;
}

.btn-max {
  padding: 15px;
  font-size: 25px;
}

.btn-min {
  width: 200px;
}

/* VIDEO BILLBOARD */
#video_box{
    position:relative;
    float: right;
    margin-top: -50px;
}
#video_overlays {
    position:absolute;
    width:800px;
    min-height:40px;
    /*background-color:#dadada;*/
    background: none;
    z-index:100000;
    bottom:0;
    left:0;
    text-align:center;
}


/*=====================================================================
    Footer
  =====================================================================*/

footer {
  background-color: #bdc3c7;
  border-top: 1px solid silver;
}

.footer-content {
  padding: 30px 50px;
}

.second-column {
  text-align: right;
}


/*=====================================================================
    Mobile
  =====================================================================*/

@media only screen and (max-width: 980px) {
    .pre-nav,
    .nav-bracket,
    nav ul li, 
    .social,
    footer,
    #billboard,
    .contact-banner,
    .mobile-exclude { 
        display: none;
   }

   p,
   h3 {
    padding-left: 10px;
   }

  .form-padding {
    padding: none;
  }

  .portrait {
    width: 100%;
  }

  .promo {
    margin-top: 0;
  }

  .mobile-logo {
    margin-top: 150px;
    margin-bottom: 10px;
  }

  #mobile-contact-button {
    padding: 25px;
    margin: 0 0 0 0;
    color: white;
    width: 100%;
    border-radius: 0px;
  }

}

@media only screen and (min-width: 981px) {
    .mobile-logo-include,
    #mobile-contact-button,
    .mobile-include { 
        display: none;
   }
}





