article, aside, nav, header, footer, section, video, figure, figcaption, main, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* END YAHOO RESET */
aside, article, section, header, footer {
  display: block; }

html {
  font-size: 16px; }

body {
  font-family: arial, sans-serif;
  font-size: 100%; }

a {
  color: #FFF;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

p {
  line-height: 24px;
  margin-bottom: 25px; }

strong {
  display: block;
  font-weight: bold;
  text-transform: uppercase; }

.first {
  border-left: 0;
  margin-left: 0;
  padding-left: 0; }

.last {
  border-right: 0;
  margin-right: 0;
  padding-right: 0; }

.no-margin {
  margin: 0 !important; }

.new-line {
  clear: both !important; }

html, body {
  margin: 0;
  padding: 0; }
 
/* Variables */
/* Mixins */
html {
  height: 100%;
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  position: relative;
  font-family: Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif; }

.clear {
  clear: both; }

.bodyWrap {
  min-height: 100%;
  position: relative; }

.arrowRight {
  background-image: url("../../assets/images/right-arrow.png");
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  margin-left: 30px; }

.arrowDown {
  background-image: url("../../assets/images/down-arrow.png");
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  margin-left: 30px; }

.clear {
  clear: both; }

.beforeFooter {
  padding-bottom: 260px;
  clear: both; }

section {
  width: 960px;
  margin: auto; }

header {
  width: 100%;
  min-width: 960px;
  background: #47508b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NTA4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODJiNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #47508b 0%, #282b4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47508b), color-stop(100%, #282b4a));
  background: -webkit-linear-gradient(top, #47508b 0%, #282b4a 100%);
  background: -o-linear-gradient(top, #47508b 0%, #282b4a 100%);
  background: -ms-linear-gradient(top, #47508b 0%, #282b4a 100%);
  background: linear-gradient(to bottom, #47508b 0%, #282b4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47508b', endColorstr='#282b4a',GradientType=0 ); }

.logowrap {
  height: 150px;
  position: absolute;
  width: 50%;
  overflow: hidden; }

.logoColor {
  width: 100%;
  background-color: #47508c;
  height: 150px;
  right: 245px;
  position: relative; }

.formWrap {
  width: 50%;
  height: 150px;
  position: absolute;
  right: 0;
  overflow: hidden; }

.formColor {
  width: 100%;
  height: 70px;
  background-color: #8189bc;
  top: 40px;
  position: relative;
  left: 352px; }

.wrap960 {
  width: 960px;
  margin: auto;
  position: relative; }
  .wrap960 .logo {
    width: 235px;
    height: 150px;
    float: left;
    background-color: #47508c;
    border-right: 2px solid #fff; }
    .wrap960 .logo a {
      width: 100%;
      height: 100%;
      display: block; }
  .wrap960 .title {
    width: 470px;
    float: left; }
    .wrap960 .title img {
      margin: 40px 0 0 40px; }
  .wrap960 .search {
    width: 253px;
    height: 150px;
    float: right;
    position: relative;
    overflow: hidden; }
    .wrap960 .search form {
      background-color: #8189bc;
      width: 223px;
      height: 70px;
      margin-top: 40px; }
      .wrap960 .search form input {
        height: 25px;
        width: 140px;
        border: 0;
        font-style: italic;
        margin-top: 20px;
        margin-left: 15px; }
      .wrap960 .search form button {
        border: 0;
        background-color: transparent;
        color: #fff;
        cursor: pointer;
        margin-left: 5px; }
  .wrap960 .social {
    position: absolute;
    left: 15px;
    width: 120px;
    bottom: 27px; }
    .wrap960 .social img {
      width: 25px;
      height: 25px;
      float: left;
      margin-right: 5px; }
    .wrap960 .social a {
      width: 100%;
      height: 100%;
      display: block; }

.gBar {
  width: 100%;
  min-width: 960px;
  height: 10px;
  clear: both;
  border-top: 2px solid #fff;
  background-color: #4f7c39; }

nav {
  clear: both;
  width: 100%;
  margin: auto;
  height: 35px; 
  background-color: white;}
  nav ul {
    list-style: none;
    margin: 0 auto;
    width:960px;
    padding: 0; }
  nav li {
    float: left;
    padding: 0 21.75px;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 35px;
    height: 35px; }
  nav li:hover {
    background-color: #8c8877; }
  nav li:hover > a {
    color: #fff; }
  nav a {
    width: 100%;
    height: 100%;
    display: block;
    color: #47508c;
    text-decoration: none; }

nav ul li:hover > ul {
  display: block;
  position: absolute;
  z-index: 9999; }

nav ul li ul {
  display: none;
  text-align: center;
  float: none;
  z-index: 999;
  background-color: rgba(71, 80, 140, 0.7); }
  nav ul li ul li {
    font-size: 0.8em;
    margin: 0;
    height: auto;
    float: none;
    line-height: 14px; }
  nav ul li ul li:hover {
    background-color: transparent; }
  nav ul li ul a {
    color: #fff;
    padding: 8px 0; }

.parentNav {
  height: 40px;
  width: 100%;
  min-width: 960px;
  background-color: #25294a;
  clear: both; }
  .parentNav h1 {
    width: 940px;
    padding-left: 20px;
    font-weight: 100;
    color: white;
    display: block;
    margin: auto;
    line-height: 40px;
    font-size: 1.8em;
    text-transform: uppercase; }
/*.level-2
{
 width: 161px;
  margin-left: -21px;

}*/
nav ul ul{
   width: 161px;
  margin-left: -21px;

}
.allProperties {
  width: 161px;
  margin-left: -21px; }

.mainImage {
  width: 100%;
  min-width: 960px;
  clear: both;
  height: 350px;
  position: relative;
  background-color: #000; }

.slideImage {
  width: 100%;
  width: 100%;
  min-width: 960px;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.imgWrap {
  width: 50%;
  height: 350px;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  bottom: 0; }

.imgContent {
  float: right;
  height: 350px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  right: 245px; }
  .imgContent .property {
    position: relative;
    float: right;
    width: 200px;
    top: 15px;
    right: 15px;
    color: #fff;
    margin-top:20px;}
    .imgContent .property h3 {
      font-size: 2.5em;
      font-weight: 100;
      margin-bottom: 15px; }
    .imgContent .property p {
      font-size: 1.5em; }
    .imgContent .property span.arrow {
      position: absolute;
      top: 0;
      right: -20px;
      font-size: 7.2em; }

.imgWrap-sub {
  width: 50%;
  height: 80px;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  z-index: 999; }
  .imgWrap-sub .imgContent {
    height: 80px; }
  .imgWrap-sub .imgContent {
    height: 80px; }
  .imgWrap-sub .property {
    top: 10px; }
    .imgWrap-sub .property h4 {
      font-size: 1.8em;
      font-weight: 100;
      margin: 0;
      text-transform: uppercase;
      color: #8c8877; }
    .imgWrap-sub .property h4 span {
      margin-left: 5px;
      color: #fff; }

.sequenceWrap {
  width: 960px;
  margin: auto;
  position: relative;
  height: 350px;
  top: -350px; }
  .sequenceWrap .sequence {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0; }
    .sequenceWrap .sequence .iNav {
      width: 63px;
      margin-right: 2px;
      background-color: #8189bc;
      cursor: pointer;
      height: 10px;
      float: left; }
    .sequenceWrap .sequence .active {
      height: 20px;
      margin-bottom: -10px;
      background-color: #47508c;
      -webkit-transition: all 1.0s ease;
      -moz-transition: all 1.0s ease;
      -ms-transition: all 1.0s ease;
      -o-transition: all 1.0s ease;
      transition: all 1.0s ease; }
    .sequenceWrap .sequence .slider-nav {
      -webkit-transition: all 1.0s ease;
      -moz-transition: all 1.0s ease;
      -ms-transition: all 1.0s ease;
      -o-transition: all 1.0s ease;
      transition: all 1.0s ease; }

.mainLeft {
  width: 235px;
  height: auto;
  margin-top: 10px;
  float: left; }
  .mainLeft p {
    padding: 30px 32px 10px 10px;
    font-style: italic;
    margin: 0;
    font-size: 1.4em;
    line-height: 25px;
    color: #8c8877; }
  .mainLeft .spacer {
    height: 30px;
    width: 235px; }
  .mainLeft .spacer2 {
    height: 15px;
    width: 235px; }
  .mainLeft .subLeft {
    height: 50px;
    margin-top: 10px; }
    .mainLeft .subLeft img {
      float: left; }
    .mainLeft .subLeft span {
      display: block;
      font-size: 1.5em;
      padding-left: 15px;
      float: left;
      line-height: 50px; }
    .mainLeft .subLeft a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      color: #4f7c39; }
      .mainLeft .first {
        padding-left: 0px !important;
      }
  .mainLeft ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin-right: 20px; }
    .mainLeft ul li {
      font-size: 1.6em;
      margin-bottom: 20px; }
    .mainLeft ul a {
      text-decoration: none;
      color: #8c8877; }
    .mainLeft ul li:hover > a {
      color: #47508c; }

.mainRight {
  width: 715px;
  height: auto;
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  float: left; }
  .mainRight h1{
    width: 100%;
    
  }
  .mainRight h1, .mainRight h2 {
    font-size: 2.8em;
    color: #47508c;
    font-weight: 100;
    float: left;
    clear: both;
    display: block; 
    margin-bottom: 15px !important; }
  .mainRight p {
    font-size: 1.4em;
    margin-right: 50px;
    color: #47508c; 
    margin-bottom: 15px !important;
  }
  .mainRight .propData {
    width: 238px;
    float: left; 
  margin-right: 100px;}
    .mainRight .propData p {
      margin-right: 10px;
      margin: 0; }
  .mainRight table {
    font-size: 1.4em;
    color: #47508c; }
  .mainRight h3 {
    font-size: 1.4em;
    color: #47508c; }
  .mainRight ul {
    padding: 0;
    list-style: none;
    font-size: 1.4em;
    color: #47508c; }

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 960px;
  height: 260px;
  background-color: #8c8877; }
  footer .fLinksWrap {
    width: 960px;
    margin: auto; }
    footer .fLinksWrap .footerLinks {
      width: 230px;
      margin-top: 10px;
      float: left;
      padding-left: 10px;
      color: #fff;
      font-size: 1.3em; }
      footer .fLinksWrap .footerLinks h4 {
        text-transform: uppercase;
        margin-bottom: 2px; 
        text-decoration: underline;}
      footer .fLinksWrap .footerLinks ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      footer .fLinksWrap .footerLinks a {
        width: 100%;
        height: 100%;
        display: block;
        color: #fff;
        text-decoration: none; }
       footer .fLinksWrap .footerLinks a:hover{
       	font-weight: bold;
       }
  footer .fBottom {
    height: 55px;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 960px;
    background-color: #25294a; }
    footer .fBottom .bottomText {
      width: 960px;
      margin: auto;
      text-align: center; }
      footer .fBottom .bottomText span {
        color: #8189bc;
        line-height: 55px;
        font-size: 1.4em; }
       footer .first {
        padding-left: 0px;}
.body_link {
  font-style: none;
  text-decoration: none;
  color: #4f7c39;
}
.arrow {
  position: absolute;
  top: 10px;
  right: -20px;
}
a:hover {text-decoration:none;}
.first {border-left:auto; padding-left:auto; margin-left:auto; padding-left:21.75px;}
.last {border-left:auto; padding-left:auto; margin-left:auto; padding-right:21.75px;}

section a 
{
  color: #4f7c39;
}
section .first{
  padding-left: 0px !important;
}
.inline
{
  display: inline;
}
.dform_label
{
  font-size: 15px;
}
.dfinput_left label
{
  font-size: 12px !important;
}
#media
{
  margin-top: 12px;
  width: 48px;
  text-align: center;
  line-height: 30px;
  font-size: 31px;
  min-height: 1px;
}
#gallery_wrapper
{
  display: none;
  margin-left: -400px;
  width: 100%;
  height: 685px;
}
.gal_img
{
  margin-top: 10px;
  width: 100%;
  height: 536px;
-webkit-box-shadow: -1px 4px 17px 0px rgba(0,0,0,0.39);
-moz-box-shadow: -1px 4px 17px 0px rgba(0,0,0,0.39);
box-shadow: -1px 4px 17px 0px rgba(0,0,0,0.39);
}

.slider_nav{
  width: 100%;
  display: inline-block;

  /*width: 50%;
  height: 90px;
  overflow: hidden;
  display: inline-block;*/

}
.slider_nav .slick-list{
  margin-left: 20%;
  width: 50%;
}
.slider_nav img{
  width: 73px !important;
  float: left;
  padding: 10px;
}
.slider_nav_small{
  width: 100%;
  display: inline-block;

}
.slider_nav_small img{
  width: 73px !important;
  float: left;
  padding: 10px;
}
#hide{
  cursor: pointer;
}
#gal{
  cursor: pointer;
}
img.slick-center.slick-active
{
  border-bottom:3px solid #47508c;
  
/*  -webkit-box-shadow: -1px 4px 17px 0px rgba(0,0,0,0.50);
-moz-box-shadow: -1px 4px 17px 0px rgba(0,0,0,0.50);
box-shadow: -1px 4px 17px 0px rgba(0,0,0,0.50);*/
}

.twocol li{
  float: left;
  margin-right: 10px;
}

.contactImage {width:100%; min-width:960px; height:350px; float:left; background-image:url("http://touma.bdev.gq/assets/images/property_images/home2.jpg"); background-repeat:no-repeat; background-size:cover; background-position:center;}
.contactBG {width:500px; height:200px; margin:auto; background-color:rgba(255, 255, 255, .8); margin-top:75px;}
.contactImage span, .contactBG span {width:100%; float:left; text-align:center; display:block; font-size:16px;}
.hContact {font-size:25px !important; text-align:center; display:block; width:100%; margin-top:30px; float:left; margin-bottom:10px;}

form#new_submission {width:465px;}
.dfinput_names .name_first {width:46% !important; margin-right:6%;}
.dfinput_names input.text {width:98% !important; padding-left:2% !important;}
.dfinput_names .name_last {width:48% !important;}
input#ddform_2, input#ddform_5 {width:98%; padding-left:2%;}
textarea#ddform_4 {width:96%; padding:5px 2%;}
input.submit {border:0; background-color:#8189bc; padding:10px 20px; color:#fff; text-transform:uppercase; float:right;}

.dform_container input.text {border:0; padding:0; background-color:#e7e7e7; height:25px;}
.dform_container textarea {background-color:#e7e7e7; border:0; padding:0;}

.f1 {width:180px !important;}
.f2 {width:132px !important;}
.f3 {width:377px !important;}
.twocol li {width:178px;}
ul.menu li ul li:hover a{font-weight: bold;}