/*@import url(https://fonts.googleapis.com/css?family=roboto);*/
body {
  width: 100%;
  /*background: #FFF;*/
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-top: 120px;
  padding-bottom: 65px;
  word-wrap: break-word !important;
  font-family: 'roboto', sans-serif;
  /*max-width: 1500px;*/
  margin-left: auto;
  margin-right: auto;
  background: url('../images/CPBScarfBackgroundPink.jpg') repeat;
}
a {
  color: #0000c8;
  text-decoration: none;
}
.toggle, [id^=drop] {
  display: none;
}
nav {
  position: fixed;
  overflow: auto;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 1);
  margin: 0;
  padding: 0;
  background-color: #0000C8;
  float: left;
  top: 0;
  /*max-width: 1500px;*/
  width: 100%;
  z-index: 9999;
}
#logo {
  display: block;
  padding: 0 0px;
  float: left;
  line-height: 18px;
}
#logoinline {
  display: inline;
  padding: 0 0px;
  float: left;
  line-height: 18px;
}
#main-toggle {
  cursor: pointer;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.nav-icon {
  background: #FFF;
  display: block;
  height: 2px;
  width: 18px;
  position: relative;
}
.nav-icon:before, .nav-icon:after {
  background: #FFF;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.nav-icon:before {
  top: 5px;
}
.nav-icon:after {
  top: -5px;
}
nav:after {
  content: "";
  display: table;
  clear: both;
}
nav ul {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
nav ul li {
  display: block;
  margin: 0px;
  /*display: inline-block;*/
  float: left;
  background-color: #0000C8;
}
nav a {
  /*display: block;*/
  padding: 3px 10px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}
nav ul li ul li:hover {
  background-color: #7083d8;
}
nav a:hover {
  background-color: #7083d8;
}
nav a:active {
  background-color: #FF3366;
}
nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}
nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}
nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 200px;
}
nav ul li:hover > ul {
  display: inherit;
}
li > a:after {
  content: " +";
}
li > a:only-child:after {
  content: "";
}
/******************/
/*COMMON STUFF*/
/******************/
/* Large rounded blue border */
hr.blue {
  border: 1px solid #0000C8;
}
divider {
  margin-left: auto;
  margin-right: auto;
  height: 3px;
  width: 75%;
  background-color: #0000c8;
  margin: 8px;
  display: block;
}
table {
  margin-left: auto;
  margin-right: auto;
  /*color: #FF3366;*/
  /*width: 100%;*/
  /*float: left;*/
  /*text-align: left;*/
  /*margin-left: 20px;*/
}
footer {
  position: fixed;
  padding-bottom: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  color: #FFF;
  background-color: #FF3366;
  text-align: center;
  font-size: .8em;
  overflow: auto;
  /*max-width: 1500px;*/
}
h1 {
  color: #ff3366;
  font-size: 35px;
  vertical-align: middle;
  text-align: center;
  /*padding-top: 37px;
  padding-left: 650px;*/
}
h2 {
  color: #ff3366;
  font-size: 28px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  /*padding-top: 37px;
  padding-left: 650px;*/
}
h3 {
  color: #ff3366;
  font-size: 24px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  /*padding-top: 37px;
  padding-left: 650px;*/
}
h5 {
  color: #FF3366;
  font-size: 20px;
  font-weight: 400;
  padding-top: 37px;
  vertical-align: middle;
  text-align: center;
}
table top-box {
  /*height: 100px;*/
  margin-top: 300px; /* Add a top margin to avoid content overlay */
  width: 100%;
  background-color: #FF3366;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table animate {
  /*height: 100px;*/
  margin-top: 300px; /* Add a top margin to avoid content overlay */
  width: 100%;
  background-color: #FF3366;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/******************/
/*INDEX PAGE STUFF*/
/******************/
anim-box {
  width: 95%;
  align-content: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table anim {
  width: 50%;
  align-content: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#slidy-container {
  width: 75%;
  overflow: hidden;
  margin: 0 auto;
}
/******************/
/*SALES PAGE STUFF*/
/******************/
col-left {
  width: 40%;
  float: left;
  margin: 0 25px 0 25px;
}
col-left img {
  height: 100%;
  width: 100%;
  max-width: 512px;
  max-height: 300px;
  margin: 0 15 0 5px;
}
/*
col-left video {
  height: 100%;
    max-height: 300px;
  width: 100%;
  margin: 0 25 0 5px;
}
*/
col-rite {
  width: 47.5%;
  float: left;
  margin: 0%;
  text-align: left;
  margin: 0 25 0 25px;
}
/*col-rite img {
  height: 100%;
  width: 100%;
}*/
propname {
  height: auto;
  table-layout: auto;
  float: none;
  text-align: left;
  color: #FF3366;
  font-weight: bold;
  line-height: 1.5;
  font-size: .9em;
  padding: 0 0 0 25px;
}
price {
  height: auto;
  table-layout: auto;
  float: none;
  text-align: left;
  color: #FF3366;
  font-weight: bold;
  font-size: 1em;
}
salesdesc {
  height: auto;
  color: #0000C8;
  font-weight: normal;
  line-height: 1.0;
  text-align: left;
}
table td {
  color: #0000C8;
  font-size: .8em;
  line-height: 1.5;
  padding: 0 0 0 25px;
  margin-left: auto;
  margin-right: auto;
}
table a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #0000c8;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  font-weight: bold;
}
table a:hover {
  background-color: #0000C8;
  color: #FFFFFF;
}
/*table select {
  margin-top: 25px;
}*/
/********************/
/*RENTALS PAGE STUFF*/
/********************/
propdesc {
  width: 98%;
  height: auto;
  float: left; /* add this */
  text-align: center;
  color: #0000C8;
  font-weight: normal;
  line-height: 1.2;
  font-size: .8em;
}
/*********************/
/*ABOUT US PAGE STUFF*/
/*********************/
aboutus {
  width: 96%;
  height: auto;
  float: left;
  text-align: left;
  color: #0000C8;
  font-weight: normal;
  margin: 2%;
  line-height: 1.6;
  font-size: .8em;
}
staff {
  width: 31%;
  float: left;
  margin: 1%;
  color: #FF3366;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  font-size: .9em;
}
staffdesc {
  width: 98%;
  height: auto;
  float: left; /* add this */
  text-align: center;
  color: #0000C8;
  font-weight: normal;
  line-height: 1.4;
  font-size: .9em;
}
hidden-xs {
  float: left;
}
/***************************/
/*BUY A PROPERTY PAGE STUFF*/
/***************************/
h6 {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  color: #ff3366;
  font-size: 35px;
  vertical-align: middle;
  text-align: center;
  padding-top: 0px;
}
/****************************/
/*SOLD PROPERTIES PAGE STUFF*/
/****************************/
sold-left {
  width: 47.5%;
  float: left;
  margin: 0 25px 0 25px;
}
sold-left img {
  height: 100%;
  width: 100%;
  max-width: 500px;
  max-height: 325px;
  margin: 0 25 0 5px;
}
sold-rite {
  width: 47.5%;
  float: left;
  text-align: left;
  margin: 0 25 0 25px;
}
sold-rite img {
  height: 100%;
  width: 100%;
  max-width: 500px;
  max-height: 325px;
  margin: 0 25 0 5px;
}
/***********************/
/*CONTACT US PAGE STUFF*/
/***********************/
table freecontactform {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 2px solid #0000C8;
  padding: 10px;
  float: left;
}
/******************/
/*ERROR PAGE STUFF*/
/******************/
c404 {
  height: 750px;
  width: 98%;
  margin: 1%;
}
/* Media Queries
--------------------------------------------- */
@media all and (max-width : 980px) {
  body {
    width: 100%;
    /*background: #FFF;*/
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-top: 120px;
    padding-bottom: 65px;
    word-wrap: break-word !important;
    font-family: 'roboto', sans-serif;
    /*max-width: 1500px;*/
    margin-left: auto;
    margin-right: auto;
    background: url('../images/CPBScarfBackgroundPink.jpg') repeat;
  }
  nav {
    margin: 0;
  }
  nav ul {
    float: none;
  }
  .toggle + a, .menu {
    display: none;
  }
  .toggle {
    display: block;
    background-color: #0000C8;
    padding: 0 20px;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    text-decoration: none;
    border: none;
  }
  .toggle:hover {
    background-color: #7083d8;
  }
  [id^=drop]:checked + ul {
    display: block;
  }
  li > a:after {
    content: " +";
  }
  nav ul li {
    display: block;
    width: 100%;
  }
  nav ul ul .toggle, nav ul ul a {
    padding: 0 20px;
  }
  nav ul ul ul a {
    padding: 0 80px;
  }
  nav ul ul ul a {
    background-color: #141625;
  }
  nav ul li ul li .toggle, nav ul ul a {
    background-color: #7083d8;
  }
  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }
  nav ul ul li:hover > ul, nav ul li:hover > ul {
    display: none;
  }
  nav ul ul li {
    display: block;
    width: 100%;
  }
  nav ul ul ul li {
    position: static;
  }
  /******************/
  /*COMMON STUFF    */
  /******************/
  top-box {
    display: none;
  }
  h1 {
    display: none;
  }
  /******************/
  /*INDEX PAGE STUFF*/
  /******************/
  /******************/
  /*SALES PAGE STUFF*/
  /******************/
  col-left {
    width: 100%;
    float: left;
    margin: 1%;
    font-weight: normal;
  }
  col-left img {
    height: 100%;
    width: 100%;
    margin: 0 25 0 5px;
  }
  col-rite {
    width: 100%;
    float: right;
    margin: 1%;
    text-align: inherit;
    font-weight: normal;
  }
  table a {
    font-weight: normal;
  }
  propdesc {
    font-size: 3vw;
  }
  /********************/
  /*VISUAL TOURS STUFF*/
  /********************/
  video {
    width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  #player-overlay {
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ccc;
    z-index: 1;
  }
  /********************/
  /*   TABLES STUFF   */
  /********************/
}