.full-width {
  width: 100% !important;
}
hr {
  border-top: 1px solid #000;
}
hr.half {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}
.btn-group {
  display: inline-block;
}
.btn-group .btn {
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  margin-right: 0;
  margin-left: 0;
  padding-top: 7px;
  position: relative;
}
.btn-group .btn:first-child {
  margin-right: -5px;
  padding-left: 5px;
}
.btn-group .btn:last-child {
  margin-left: -5px;
  padding-right: 5px;
}
.btn-group.no-next .btn:last-child {
  margin-left: 1px;
}
.btn-group.no-prev .btn:first-child {
  margin-right: 1px;
  border-right: none;
}
pre {
  background: url(../img/debug.png);
  border: 1px solid black;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 10px;
  display: block;
  width: auto;
}
.d {
  border: 1px solid red;
}
.va {
  text-align: center;
}
.va:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.va img,
.va div,
.va p,
.va span {
  vertical-align: middle;
}
.normalize-ul {
  margin: 0;
  padding: 0;
}
.normalize-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.normalize-ul.left li {
  float: left;
}
.ul-with-separator li {
  position: relative;
  font-weight: bold;
}
.ul-with-separator li:after {
  font-weight: bold;
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
.ul-with-separator li:last-child:after {
  content: none;
}
.ul-with-separator li a {
  font-weight: bold;
}
.vertically-center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fully-center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.add-padding-top {
  margin-top: 45px;
}
.block {
  display: block !important;
}
.ib {
  display: inline-block !important;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.animate {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ovrly {
  background: rgba(72, 85, 154, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  color: #FFF;
}
.ovrly i {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ovrly:hover i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ovrly:hover h2:after,
.ovrly:hover .heading:after {
  width: 90%;
}
.ovrly .inner-contents {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
  width: 80%;
}
.ovrly h2,
.ovrly .heading {
  font-size: 38px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
.ovrly h2:after,
.ovrly .heading:after {
  position: absolute;
  width: 40%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
  border-bottom: 1px solid #FFF;
  content: "";
  bottom: -30px;
  left: 0;
  right: 0;
}
.ovrly p {
  color: #FFF;
  font-size: 16px;
}
/* Form */
.form-group label {
  display: block;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  margin-top: 15px;
}
.form-group .form-control {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 10px;
  width: 100%;
  border: 1px solid #d1d1d1;
}
.form-action input {
  background: #737373;
  border: none;
  padding: 10px 20px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
/* End of Form */
.coming-in {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}
.mean-container .mean-bar {
  position: fixed;
  top: 0;
}
.mean-container .mean-nav {
  margin-top: 46px;
}
.mean-container .mean-nav > ul {
  height: 360px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #14181c;
}
a.text-primary:hover {
  color: #000000;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #14181c;
}
a.bg-primary:hover {
  background-color: #000000;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}


@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
    .hpMap .innerColumn {margin: auto!important; left:0!important;}
}
@media (max-width: 767px) {

  footer .footerNav {height:auto!important;}
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* CSS N49 - Reset and Base Specs Framework (based on skeleton framework) 
Authored: Sept 9, 2013 */
/* CSS Reset (based on E. Meyer Reset) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  border: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
b {
  font-weight: bold;
}
em {
  font-style: italics;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Basic Styles */
body {
  background: #fff;
  font-family: ;
  font-size: ;
  font: 14px/21px Arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
script {
  font-size: 1em;
}
.border {
  border: 1px solid red;
}
.remove-border {
  border: none !important;
}
.remove-border-left {
  border-left: none !important;
}
.remove-border-right {
  border-right: none !important;
}
.remove-border-top {
  border-top: none !important;
}
.remove-border-bottom {
  border-bottom: none !important;
}
.hidden {
  display: none;
}
.hider {
  visibility: hidden;
}
.hidden-indent {
  text-indent: -9999px;
  display: block;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.last {
  margin-right: 0;
  border-right: none;
}
.left {
  float: left;
}
.right {
  float: right !important;
}
.fill-height {
  height: 100% !important;
}
.marginleft-0 {
  margin-right: 0px !important;
}
.marginright-0 {
  margin-right: 0px !important;
}
.margin-10 {
  margin: 0 10px;
}
.marginleft-10 {
  margin-left: 10px !important;
}
.marginright-10 {
  margin-right: 10px !important;
}
.margin-20 {
  margin: 0 20px !important;
}
.marginleft-20 {
  margin-left: 20px !important;
}
.marginright-20 {
  margin-right: 20px !important;
}
.padding-10 {
  padding: 0 10px;
}
.paddingleft-10 {
  padding-left: 10px !important;
}
.paddingright-10 {
  padding-right: 10px !important;
}
.padding-20 {
  padding: 0 20px !important;
}
.paddingleft-20 {
  padding-left: 20px !important;
}
.paddingright-20 {
  padding-right: 20px !important;
}
.remove-bottom {
  margin-bottom: 0 !important;
}
.half-bottom {
  margin-bottom: 10px !important;
}
.add-bottom {
  margin-bottom: 20px !important;
}
.remove-top {
  margin-top: 0 !important;
}
.half-top {
  margin-top: 10px !important;
}
.add-top {
  margin-top: 20px !important;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.remove-underline {
  text-decoration: none;
}
/* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.row,
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row {
  zoom: 1;
}
/* Framework based on 960 grid system */
/* #Base 960 Grid
================================================== */
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.row {
  margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha,
.columns.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  margin-right: 0;
}
/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 60px;
}
.container .two.columns {
  width: 140px;
}
.container .three.columns {
  width: 220px;
}
.container .four.columns {
  width: 300px;
}
.container .five.columns {
  width: 380px;
}
.container .six.columns {
  width: 460px;
}
.container .seven.columns {
  width: 540px;
}
.container .eight.columns {
  width: 620px;
}
.container .nine.columns {
  width: 700px;
}
.container .ten.columns {
  width: 780px;
}
.container .eleven.columns {
  width: 860px;
}
.container .twelve.columns {
  width: 940px;
}
.container .one-half.column {
  width: 480px;
}
.container .one-third.column {
  width: 320px;
}
.container .two-thirds.column {
  width: 640px;
}
.container .one-fifth.column {
  width: 192px;
}
.container .two-fifth.column {
  width: 384px;
}
.container .three-fifth.column {
  width: 576px;
}
.container .four-fifth.column {
  width: 768px;
}
.container .one-half.column.blocks {
  width: 479px;
}
.container .one-third.column.blocks {
  width: 319px;
}
.container .two-thirds.column.blocks {
  width: 639px;
}
.container .one-fifth.column.blocks {
  width: 189px;
}
.container .two-fifth.column.blocks {
  width: 381px;
}
.container .three-fifth.column.blocks {
  width: 573px;
}
.container .four-fifth.column.blocks {
  width: 765px;
}
.container .one-half.column.blocks.last {
  width: 478px;
}
.container .one-third.column.blocks.last {
  width: 318px;
}
.container .two-thirds.column.blocks.last {
  width: 638px;
}
.container .one-fifth.column.blocks.last {
  width: 190px;
}
.container .two-fifth.column.blocks.last {
  width: 382px;
}
.container .three-fifth.column.blocks.last {
  width: 574px;
}
.container .four-fifth.column.blocks.last {
  width: 766px;
}
/* Offsets */
.container .offset-by-one {
  padding-left: 80px;
}
.container .offset-by-two {
  padding-left: 160px;
}
.container .offset-by-three {
  padding-left: 240px;
}
.container .offset-by-four {
  padding-left: 320px;
}
.container .offset-by-five {
  padding-left: 400px;
}
.container .offset-by-six {
  padding-left: 480px;
}
.container .offset-by-seven {
  padding-left: 560px;
}
.container .offset-by-eight {
  padding-left: 640px;
}
.container .offset-by-nine {
  padding-left: 720px;
}
.container .offset-by-ten {
  padding-left: 800px;
}
.container .offset-by-eleven {
  padding-left: 880px;
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px 

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets 
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px 

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets 
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px 

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }



/* Typography  */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
p {
  margin: 0 0 20px 0;
  color: #898989;
}
p img {
  margin: 0;
  outline: none;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
p ul li {
  list-style: disc;
}
/* HTML Elements (images, buttons, forms, etc.) */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #f1f0f0;
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #444;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: normal;
  padding: 6px 30px;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 20px;
}
select {
  padding: 0;
  width: 220px;
}
textarea {
  min-height: 60px;
}
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 1em;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 20px;
  padding: 6px 4px;
  background: #fff;
  outline: none;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px #1c93ff;
  -webkit-box-shadow: 0 0 3px #1c93ff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 1em;
}
@font-face {
  font-family: 'ProximanovaLight';
  src: url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/proximanova-light-webfont.woff') format('woff'), url('../fonts/proximanova-light-webfont.ttf') format('truetype'), url('https://www.estatesofsunnybrook.com/fonts/proximanova-light-webfont.svg#proxima_nova_ltregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximanovaBold';
  src: url('../fonts/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova-bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), url('https://www.estatesofsunnybrook.com/fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximanovaSemibold';
  src: url('../fonts/proximanova-semibold-webfont.eot');
  src: url('../fonts/proximanova-semibold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('https://www.estatesofsunnybrook.com/fonts/proximanova-semibold-webfont.svg#proxima_nova_ltbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('https://www.estatesofsunnybrook.com/fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximanovaCondensedSemibold';
  src: url('../fonts/proximanovacond-semibold-webfont.eot');
  src: url('../fonts/proximanovacond-semibold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/proximanovacond-semibold-webfont.woff') format('woff'), url('../fonts/proximanovacond-semibold-webfont.ttf') format('truetype'), url('https://www.estatesofsunnybrook.com/fonts/proximanovacond-semibold-webfont.svg#proxima_nova_cn_ltbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximanovaCondensedRegular';
  src: url('../fonts/proximanovacond-regular-webfont.eot');
  src: url('../fonts/proximanovacond-regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/proximanovacond-regular-webfont.woff') format('woff'), url('../fonts/proximanovacond-regular-webfont.ttf') format('truetype'), url('https://www.estatesofsunnybrook.com/fonts/proximanovacond-regular-webfont.svg#proxima_nova_cn_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximanovaCondensedLight';
  src: url('../fonts/proximanovacond-light-webfont.eot');
  src: url('../fonts/proximanovacond-light-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/proximanovacond-light-webfont.woff') format('woff'), url('../fonts/proximanovacond-light-webfont.ttf') format('truetype'), url('https://www.estatesofsunnybrook.com/fonts/proximanovacond-light-webfont.svg#proxima_nova_cn_ltregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * Copyright (c) 2012 Anders Ekdahl (http://coffeescripter.com/)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Version: 1.2.7
 *
 * Demo and documentation: http://coffeescripter.com/code/ad-gallery/
 */
.ad-gallery {
  width: 360px;
  float: left;
}
.ad-gallery,
.ad-gallery * {
  margin: 0;
  padding: 0;
}
.ad-gallery .ad-image-wrapper {
  width: 100%;
  height: 260px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  border: 1px solid #CCC;
}
.ad-gallery .ad-image-wrapper .ad-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 200;
}
.ad-gallery .ad-image-wrapper .ad-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 200;
}
.ad-gallery .ad-image-wrapper .ad-prev,
.ad-gallery .ad-image-wrapper .ad-next {
  background: url(https://www.estatesofsunnybrook.com/img/icons/icon-gallery-trans.gif);
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image,
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  background: url(https://www.estatesofsunnybrook.com/img/icons/icon-gallery-ad_prev.png) 0 0 no-repeat;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  z-index: 101;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  background: url(https://www.estatesofsunnybrook.com/img/icons/icon-gallery-ad_next.png) 0 0 no-repeat;
  width: 23px;
  height: 23px;
  right: 0;
  left: auto;
}
.ad-gallery .ad-image-wrapper .ad-prev:hover .ad-prev-image,
.ad-gallery .ad-image-wrapper .ad-next:hover .ad-next-image {
  background-position: 0px -23px;
}
.ad-gallery .ad-image-wrapper .ad-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
}
.ad-gallery .ad-image-wrapper .ad-image a img {
  border: 0;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  z-index: 2;
  background: url(https://www.estatesofsunnybrook.com/img/icons/icon-gallery-opa75.png);
  color: #000;
  padding: 7px;
}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  background: none;
  filter: ;
}
.ad-gallery .ad-controls {
  height: 20px;
  display: none;
}
.ad-gallery .ad-info {
  float: left;
}
.ad-gallery .ad-slideshow-controls {
  float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start,
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
  padding-left: 5px;
  cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
  padding-left: 5px;
  font-size: .9em;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
  cursor: default;
  font-style: italic;
}
.ad-gallery .ad-nav {
  width: 80%;
  position: relative;
  margin: 0 10%;
}
.ad-gallery .ad-forward,
.ad-gallery .ad-back {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}
* html .ad-gallery .ad-forward,
.ad-gallery .ad-back {
  height: 50px;
}
.ad-gallery .ad-back {
  cursor: pointer;
  left: -20px;
  width: 15px;
  display: block;
  background: url(https://www.estatesofsunnybrook.com/img/icons/icon-gallery-ad_scroll_back.png) 0 22px no-repeat;
}
.ad-gallery .ad-forward {
  cursor: pointer;
  display: block;
  right: -20px;
  width: 15px;
  background: url(https://www.estatesofsunnybrook.com/img/icons/icon-gallery-ad_scroll_forward.png) 0 22px no-repeat;
}
.ad-gallery .ad-nav .ad-thumbs {
  overflow: hidden;
  width: 100%;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
  float: left;
  width: 9000px;
  list-style: none;
}
.ad-gallery .ad-thumbs li {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}
.ad-gallery .ad-thumbs li:before {
  display: none;
}
.ad-gallery .ad-thumbs li a img {
  border: 2px solid #000;
  display: block;
}
.ad-gallery .ad-thumbs li a.ad-active img {
  border: 2px solid #616161;
}
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title,
.ad-gallery .ad-thumbs li a {
  display: block;
}
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
    top: 0;
    position: absolute;*/
  /*width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(../img/grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(../img/grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(../img/blank.gif);
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF;
  z-index: 1000;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url('../img/rs-default.png');
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('../img/rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('../img/rs-default.png') 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url('../img/rs-default.png') no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('../img/rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../img/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
/*.rsContainer {z-index:9999;}*/
/* A full-screen element that is not the root element should be stretched
   to cover the viewport. */
:full-screen:not(:root),
:-webkit-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647;
  background: black;
  /* override mapped width and height attributes */
  width: 100% !important;
  height: 100% !important;
}
/* If there is a full-screen element that is not the root then
   we should hide the viewport scrollbar. */
:root:full-screen-ancestor {
  overflow: hidden;
}
:full-screen-ancestor {
  /* Ancestors of a full-screen element should not induce stacking contexts
     that would prevent the full-screen element from being on top. */
  z-index: auto;
  /* Ancestors of a full-screen element should not be partially transparent,
     since that would apply to the full-screen element and make the page visible
     behind it. It would also create a pseudo-stacking-context that would let content
     draw on top of the full-screen element. */
  opacity: 1;
  /* Ancestors of a full-screen element should not apply SVG masking, clipping, or
     filtering, since that would affect the full-screen element and create a pseudo-
     stacking context. */
  mask: none;
  clip: auto;
  filter: none;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox_sprite-2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox_loading-2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.interactiveMap {
  position: relative;
  display: block;
  overflow: hidden;
}
.interactiveMap .mapArea {
  position: relative;
  display: block;
  float: left;
  margin: 20px;
  background: #fff;
}
.interactiveMap .mapArea .mapImage {
  width: 100%;
  height: 100%;
}
.interactiveMap .mapArea .mapImage .basemap {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 899;
}
.interactiveMap .mapArea .roomMarker {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 900;
}
.interactiveMap.diagnostics .mapArea .roomMarker {
  width: 20px;
  height: 20px;
  border: 1px solid red;
}
.interactiveMap .mapArea .roomMarker:hover {
  /*background:rgba(103,135,120,0.6);*/
}
.interactiveMap .sideBar {
  display: block;
  float: left;
  margin: 20px;
  margin-left: 0;
  height: 100%;
}
.interactiveMap .sideBar ul.floors {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
}
.interactiveMap .sideBar ul.floors li {
  display: block;
  width: 100%;
  border: 1px solid #9ea898;
  margin: 0 0 5px 0;
}
.interactiveMap .sideBar ul.floors li.active,
.interactiveMap .sideBar ul.floors li:hover {
  background: #4d5547;
  color: #FFF;
}
.interactiveMap .sideBar ul.floors li a {
  display: block;
  color: #4d5547;
  background: #FFF;
  font-family: serif;
  font-size: 0.79em;
  text-decoration: none;
  padding: 5px 0;
  text-align: center;
}
.interactiveMap .sideBar ul.floors li.active a,
.interactiveMap .sideBar ul.floors li:hover a {
  color: #FFF;
  background: #4d5547;
}
.interactiveMap .sideBar ul.rooms {
  display: block;
  float: left;
  margin: 20px;
  margin-left: 0;
  width: 100%;
  height: 483px;
  overflow-y: auto;
  overflow-x: hidden;
}
.interactiveMap .sideBar ul.rooms li {
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
}
.interactiveMap .sideBar ul.rooms li.active {
  border: 1px solid #6d8778;
}
.interactiveMap .sideBar ul.rooms li a {
  display: block;
}
.interactiveMap .sideBar ul.rooms li a img {
  display: block;
  margin: 0;
  float: left;
}
.interactiveMap .roomPopup {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  min-height: 145px;
  display: block;
  z-index: 902;
  opacity: 0;
  box-shadow: 0px 0px 5px #444;
  -moz-box-shadow: 0px 0px 5px #444;
  -webkit-box-shadow: 0px 0px 5px #444;
  margin: 0 0 0 -310px;
}
.interactiveMap .roomPopup .imgContainer {
  position: relative;
  float: left;
  width: 304px;
  margin: 3px;
}
.interactiveMap .roomPopup .imgContainer img {
  width: 100%;
  float: left;
}
.interactiveMap .roomPopup .royalSlider {
  position: relative;
  float: left;
  width: 304px;
  margin: 3px;
}
/*.interactiveMap .roomPopup .royalSlider img {width:100%; float:left;}*/
.interactiveMap .roomPopup .desc {
  position: relative;
  float: left;
  width: 304px;
  height: 36px;
  margin: 3px;
}
.interactiveMap .roomPopup .desc .title {
  font-size: 1.14em;
  background: #FFF;
  line-height: 2.57em;
  margin: 0 10px;
  font-family: serif;
  color: #44544b;
}
.interactiveMap .mapArea .dottedLine {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 2px dashed #666;
  z-index: 901;
}
.interactiveMap .mapArea .fullscreenTrigger {
  width: 36px;
  height: 36px;
  float: right;
  background: url('../images/icons/icon-fullscreen.jpg') no-repeat center;
  margin-right: -10px;
  cursor: pointer;
}
.interactiveMap .rsFullscreenBtn {
  visibility: hidden;
}
.ie8 .interactiveMap .roomPopup,
.ie7 .interactiveMap .roomPopup {
  border: 1px solid #ddd;
  filter: alpha(opacity=0);
}
.ie7 .interactiveMap .mapArea .fullscreenTrigger {
  margin-top: -40px;
}
.ie .interactiveMap .mapArea .fullscreenTrigger {
  display: none !important;
}
/*! #######################################################################

  MeanMenu 2.0.7
  --------

  To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  width: 100%;
  background: #FFF;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  border-bottom: 1px solid #000;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #000;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  position: absolute;
  width: 100%;
  background: #FFF;
  margin-top: 0;
  z-index: 99999;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav > ul {
  height: 480px;
  overflow: auto;
}
.mean-container .mean-nav ul li {
  position: relative;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #000;
  border-top: 1px solid #000;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #000;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #000;
  background: rgba(0, 0, 0, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 24px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.1);
  border: none !important;
  border-left: 1px solid rgba(0, 0, 0, 0.4) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
/**
 * styling for DIVAS slider - skin dark focus
 * @author Federica Sibella - Michela Chiucini
 * @date 2014/08/01
 * @version 0.1
 * 
 1. RESET styles for Divas Slider
 2. SPINNER styles
 3. MANDATORY Divas Styles
 4. DEFAULT slider settings = SPECIFIC styles for demo
 5. GENERAL media queries
 */
/************************************************************************
 * 1. RESET styles for Divas Slider
 *************************************************************************/
/************************************************************************
 * 2. SPINNER styles
 *************************************************************************/
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes extra-spin {
  to {
    -webkit-transform: rotate(1.125turn);
    -moz-transform: rotate(1.125turn);
    -o-transform: rotate(1.125turn);
    -ms-transform: rotate(1.125turn);
    transform: rotate(1.125turn);
  }
}
.spin {
  font-size: 36px;
  text-align: center;
  text-indent: -999em;
}
.spin:before,
.spin:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.2em;
  position: fixed;
  top: 5em;
  left: 50%;
  display: inline-block;
}
.spin:before {
  box-shadow: 0 1em #eeeeee, 0 1.125em #eeeeee, 0 1.25em #eeeeee, 0 1.375em #eeeeee, 0 1.5em #eeeeee, /* 3 */ -1em 0 #aaaaaa, -1.125em 0 #aaaaaa, -1.25em 0 #aaaaaa, -1.375em 0 #aaaaaa, -1.5em 0 #aaaaaa, /* 5 */ 0 -1em #666666, 0 -1.125em #666666, 0 -1.25em #666666, 0 -1.375em #666666, 0 -1.5em #666666, /* 7 */ 1em 0 #222222, 1.125em 0 #222222, 1.25em 0 #222222, 1.375em 0 #222222, 1.5em 0 #222222;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: extra-spin 1s infinite steps(8);
  -moz-animation: extra-spin 1s infinite steps(8);
  -o-animation: extra-spin 1s infinite steps(8);
  animation: extra-spin 1s infinite steps(8);
}
.spin:after {
  box-shadow: -1em 0 #cccccc, -1.125em 0 #cccccc, -1.25em 0 #cccccc, -1.375em 0 #cccccc, -1.5em 0 #cccccc, /* 4 */ 0 -1em #888888, 0 -1.125em #888888, 0 -1.25em #888888, 0 -1.375em #888888, 0 -1.5em #888888, /* 6 */ 1em 0 #444444, 1.125em 0 #444444, 1.25em 0 #444444, 1.375em 0 #444444, 1.5em 0 #444444, /* 8 */ 0 1em #000000, 0 1.125em #000000, 0 1.25em #000000, 0 1.375em #000000, 0 1.5em #000000;
  -webkit-animation: spin 1s infinite steps(8);
  -moz-animation: spin 1s infinite steps(8);
  -o-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
}
/*end of CSS spinner*/
#loader {
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #ffffff;
  display: block;
  text-align: center;
}
#loader > div {
  position: relative;
  margin-top: 10%;
}
/************************************************************************
 * 3. MANDATORY Divas styles
 *************************************************************************/
#slider_wrapper {
  overflow: hidden;
}
.divas-slider {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.divas-slider-container {
  position: relative;
  margin: 0;
  padding: 0;
}
.divas-slider-container:after {
  content: "";
  display: table;
  clear: both;
}
.divas-slide {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
}
.divas-slide img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  outline: 0 none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/************************************************************************
 * 4. DEFAULT slider settings
 *************************************************************************/
/*
 * divas slide transitions
 */
.divas-slide-transition-left {
  -webkit-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
/*
 * divas navigation buttons
 */
.divas-navigation {
  clear: both;
  position: absolute;
  margin: 0px auto;
  height: 0;
  width: 100%;
  text-align: center;
  top: 47%;
  top: calc(17%);
}
.divas-has-bullets .divas-navigation {
  top: calc(-11%);
}
.divas-navigation span {
  height: 66px;
  outline: 0 none;
  position: absolute;
  width: 42px;
  z-index: 9999;
  cursor: pointer;
  margin: 0;
  font-size: 3em;
  color: #fff;
}
.divas-navigation span:hover {
  color: #ffffff;
}
.divas-controls span.divas-start,
.divas-controls span.divas-stop {
  display: none;
}
.divas-navigation span.divas-prev {
  left: 1em;
  background: url("../img/prev.svg") no-repeat top center rgba(0, 0, 0, 0);
}
.divas-navigation span.divas-next {
  right: 1em;
  background: url("../img/next.svg") no-repeat top center rgba(0, 0, 0, 0);
}
@media screen and (max-width: 40em) {
  .divas-navigation span.divas-prev,
  .divas-navigation span.divas-next {
    background-position: center center;
    -webkit-background-size: 75% auto;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    background-size: 75% auto;
  }
  .divas-navigation span.divas-prev {
    left: 0.5em;
  }
  .divas-navigation span.divas-next {
    right: 0.5em;
  }
}
/*
 * divas caption styling
 */
.divas-caption {
  position: absolute;
  top: 50%;
  width: auto;
  background: rgba(0, 0, 0, 0.7);
  color: #f7f7f7;
  border: none;
  padding: 1em 2em 1.6em;
  margin: 0 2em;
}
/*
 * divas caption transitions: left
 */
.divas-caption.divas-title-transition-left-start {
  left: -999px;
}
.divas-caption.divas-title-transition-left {
  -webkit-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.divas-caption.divas-title-transition-left-stop {
  left: 0px;
}
.divas-caption h1 {
  font-weight: 900;
  font-size: 4.8em;
  line-height: 1.1;
}
.divas-caption p {
  font-style: italic;
  font-size: 1.6em;
}
/*
 * divas navigation bullets
 */
.divas-bullets {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.divas-bullets ul {
  list-style: none;
}
.divas-bullet {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1.5em;
  display: inline-block;
  height: 16px;
  margin: 0 0.3em;
  text-indent: -9999px;
  width: 16px;
}
.divas-bullet-current {
  background-color: rgba(0, 0, 0, 0.25);
}
/************************************************************************
 * 5. GENERAL media queries
 *************************************************************************/
@media screen and (max-width: 87.5em) {
  body {
    font-size: 54.6875%;
  }
}
@media screen and (max-width: 75em) {
  body {
    font-size: 50.875%;
  }
}
@media screen and (max-width: 56.75em) {
  body {
    font-size: 45%;
  }
}
@media screen and (max-width: 35em) {
  .divas-caption {
    display: none;
  }
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #000;
  padding-top: 12px;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Reset */
.dcsns ul,
.dcsns li {
  padding: 3px;
  margin: 0;
  list-style: none!important;
  background: none;
}
/* Main styles */
/* Feeds */
.dcsns {
  color: #444;
  list-style: none outside none;
  margin: 0;
}
.dcsns h1 {
  width: auto;
  position: relative;
}
.dcsns h1,
.dcsns h2,
.dcsns h3 {
  line-height: 1.35em;
}
.dcsns-content {
  position: relative;
  padding: 0;
}
.dcsns-loading {
  background: url(https://www.estatesofsunnybrook.com/images/loading_light.gif) no-repeat 0 0;
  height: 24px;
  padding: 6px 0 0 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.dcsns-toolbar .dcsns-loading {
  right: 10px;
  left: auto;
}
.stream p {
  margin: 0;
  padding: 0;
}
.stream li a {
  color: #2DB6E8;
}
.stream li {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 11px;
  padding: 15px 0 35px 0;
  width: 224px;
  position: relative;
  margin: 0 12px 12px 0;
  font-family: Arial, sans-serif;
  line-height: 1.35em;
}
.stream li .inner {
  overflow: hidden;
  padding: 0 15px;
}
.stream li .icon {
  position: absolute;
  left: 3px;
  bottom: 0;
  z-index: 3;
}
.stream li .section-intro {
  padding: 7px 0;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  z-index: 2;
}
.stream li .clear {
  clear: both;
}
/* Content blocks */
.stream li .section-intro a {
  text-decoration: underline;
  color: #fff;
  margin-left: 32px;
}
.stream li .section-title {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.stream li .section-title a {
  color: #555;
}
.stream li .section-title a:hover {
  color: #2DB6E8;
}
.stream li .section-thumb {
  float: left;
  margin: 0 7px 0 0;
}
.stream li .section-thumb img {
  border: 1px solid #ccc;
  padding: 1px;
  background: #fff;
}
.stream li .section-text {
  display: block;
  margin-bottom: 3px;
}
.stream li .section-text br {
  display: block;
}
.stream li .section-user {
  clear: both;
  font-style: italic;
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 7px 0 0 15px;
  line-height: 12px;
  background: url(https://www.estatesofsunnybrook.com/images/profile.png) no-repeat 0 7px;
}
.stream li .meta {
  display: block;
  font-size: 90%;
  color: #999;
}
.stream li .meta span {
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 0 0 0 15px;
  line-height: 12px;
}
.meta span.shares {
  background: url(https://www.estatesofsunnybrook.com/images/shares.png) no-repeat 0 0;
  padding-left: 20px;
}
.meta span.views {
  background: url(https://www.estatesofsunnybrook.com/images/views.png) no-repeat 0 0;
  padding-left: 18px;
}
.meta span.likes {
  background: url(https://www.estatesofsunnybrook.com/images/likes.png) no-repeat 0 0;
  padding-left: 16px;
}
.meta span.comments {
  background: url(https://www.estatesofsunnybrook.com/images/comments.png) no-repeat 0 0;
}
.meta span.users {
  background: url(https://www.estatesofsunnybrook.com/images/users.png) no-repeat 0 0;
}
.meta span.videos {
  background: url(https://www.estatesofsunnybrook.com/images/videos.png) no-repeat 0 0;
  padding-left: 16px;
}
.stream li .section-meta {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}
.stream li .meta.item-comments {
  padding: 0 0 0 35px;
  margin: 0 0 5px 0;
  min-height: 30px;
  position: relative;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-comments img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
.stream li .meta.item-likes {
  padding: 0;
  width: 100%;
  overflow: hidden;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-likes img {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}
.stream li.dcsns-error {
  color: #990000;
}
.stream li .section-share {
  display: block;
  margin: 0 0 5px 0;
  padding: 4px 0 0;
  float: right;
}
.stream li .section-share a {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 2px 0 0;
  background: url(https://www.estatesofsunnybrook.com/images/share.png) no-repeat 0 0;
}
.stream li .section-share a.share-twitter {
  background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
  background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
  background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
  background-position: 0 -64px;
}
.stream li .section-share a.share-google {
  background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
  background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
  background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
  background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
  background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
  background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
  background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
  background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
  background-position: -16px -96px;
}
/* Toolbar */
.dcsns-toolbar {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
/* Filter */
#wall {
  padding-top: 15px;
}
#wall .dcsns-toolbar {
  margin-bottom: 25px;
}
.dcsns-toolbar .filter {
  padding: 0;
  margin: 0 0 15px 0;
}
.dcsns-toolbar .filter li {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
}
.dcsns-toolbar .filter .link-all {
  color: #fff;
  height: 21px;
  padding: 7px 7px 21px 7px;
  text-shadow: 0 0 1px #555;
  font-weight: bold;
}
.dcsns-toolbar .filter li a {
  padding: 4px 3px 0 3px;
  margin: 0 1px 1px 0;
  display: block;
  float: left;
  background: #777;
  height: 28px;
  width: 28px;
  color:#ffffff;
}
.dcsns-toolbar .filter li img {
  margin: 0;
  height: 24px;
}
/* Controls */
.dcsns .controls {
  position: absolute;
  right: 0;
  top: 7px;
  height: 22px;
  padding: 0;
  z-index: 12;
}
.dcsns .controls li {
  display: inline;
  background: none;
}
.dcsns .controls a {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 2px;
  background: url(https://www.estatesofsunnybrook.com/images/controls.png) no-repeat 0 0;
}
.dcsns .controls .prev {
  background-position: -44px 0;
}
.dcsns .controls .next {
  background-position: -66px 0;
}
.dcsns .controls .play {
  background-position: 0 0;
}
.dcsns .controls .pause {
  background-position: -22px 0;
}
.dcsns .controls .prev:hover {
  background-position: -44px -22px;
}
.dcsns .controls .next:hover {
  background-position: -66px -22px;
}
.dcsns .controls .play:hover {
  background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
  background-position: -22px -22px;
}
/* feeds network specific styles */
.stream li.dcsns-rss .section-intro,
.filter .f-rss a:hover {
  background-color: #FF9800;
}
.stream li.dcsns-flickr .section-intro,
.filter .f-flickr a:hover {
  background-color: #f90784;
}
.stream li.dcsns-delicious .section-intro,
.filter .f-delicious a:hover {
  background-color: #3271CB;
}
.stream li.dcsns-twitter .section-intro,
.filter .f-twitter a:hover {
  background-color: #4ec2dc;
}
.stream li.dcsns-facebook .section-intro,
.filter .f-facebook a:hover {
  background-color: #3b5998;
}
.stream li.dcsns-google .section-intro,
.filter .f-google a:hover {
  background-color: #2d2d2d;
}
.stream li.dcsns-youtube .section-intro,
.filter .f-youtube a:hover {
  background-color: #DF1F1C;
}
.stream li.dcsns-pinterest .section-intro,
.filter .f-pinterest a:hover {
  background-color: #CB2528;
}
.stream li.dcsns-lastfm .section-intro,
.filter .f-lastfm a:hover {
  background-color: #C90E12;
}
.stream li.dcsns-dribbble .section-intro,
.filter .f-dribbble a:hover {
  background-color: #F175A8;
}
.stream li.dcsns-vimeo .section-intro,
.filter .f-vimeo a:hover {
  background-color: #4EBAFF;
}
.stream li.dcsns-stumbleupon .section-intro,
.filter .f-stumbleupon a:hover {
  background-color: #EB4924;
}
.stream li.dcsns-deviantart .section-intro,
.filter .f-deviantart a:hover {
  background-color: #EB4924;
}
.stream li.dcsns-tumblr .section-intro,
.filter .f-tumblr a:hover {
  background-color: #365472;
}
.stream li.dcsns-instagram .section-intro,
.filter .f-instagram a:hover {
  background-color: #413A33;
}
/* Facebook */
.stream li.dcsns-facebook .section-thumb img {
  width: 75px;
}
.stream li.dcsns-facebook .section-text img {
  margin: 5px 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
.stream li.dcsns-facebook .section-text a {
  margin-right: 4px;
}
.stream li.dcsns-facebook .section-intro a {
  margin-left: 25px;
}
.stream li.dcsns-facebook .meta {
  display: block;
  clear: both;
}
.stream li.dcsns-facebook .meta.item-comments {
  padding: 0;
  min-height: auto;
}
.stream li.dcsns-facebook .meta.item-comments a {
  display: block;
  margin: 0 0 2px 0;
}
.stream li.dcsns-facebook .share-facebook {
  display: none;
}
/* twitter */
.stream li.dcsns-twitter .section-thumb {
  margin-top: 3px;
}
.stream li.dcsns-twitter .section-thumb img {
  width: 48px;
  height: 48px;
}
.stream li.dcsns-twitter .section-user {
  padding: 0;
  background: none;
}
.stream li.dcsns-twitter .section-text img {
  margin: 5px 0 0;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
.stream li.dcsns-twitter a {
  color: #38AEAE;
}
.stream li.dcsns-twitter .section-intro a,
.stream li.dcsns-twitter .section-intro a:hover {
  color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
  text-decoration: none;
  margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
  text-decoration: underline;
}
.stream li.dcsns-twitter a:hover {
  color: #38AEAE;
  text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
  margin-bottom: 2px;
  display: block;
}
.stream li.dcsns-twitter .twitter-user a {
  color: #999;
  line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
  color: #999;
  text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong {
  color: #444;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
  color: #38AEAE;
  text-decoration: underline;
}
/* google */
.stream li.dcsns-google .section-title {
  margin-bottom: 5px;
}
.dcsns .stream li.dcsns-google .section-thumb img {
  max-width: 192px;
}
.stream li.dcsns-google .meta span.plusones {
  padding-left: 0;
}
/* rss */
.stream li.dcsns-rss .section-text img {
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
/* stumbleupon */
.dcsns .stream li.dcsns-stumbleupon .section-title {
  display: block;
  clear: both;
}
.dcsns .stream li.dcsns-stumbleupon .section-thumb img {
  max-width: 192px;
}
/* youtube */
.stream li.dcsns-youtube .section-thumb img {
  max-width: 192px;
}
/* vimeo */
.stream li.dcsns-vimeo .section-thumb img {
  max-width: 192px;
}
.dcsns .stream li.dcsns-vimeo .section-title {
  display: block;
  clear: both;
}
.stream li.dcsns-vimeo .section-text {
  margin-bottom: 5px;
}
.stream li.dcsns-vimeo .section-text .meta {
  padding-top: 5px;
}
.stream li.dcsns-vimeo .logo {
  margin-bottom: 3px;
}
/* Flickr */
.stream li.dcsns-flickr .section-thumb {
  margin: 0;
}
.stream li.dcsns-flickr .section-thumb img {
  max-width: 192px;
}
/* Pinterest */
.stream li.dcsns-pinterest .section-thumb {
  display: block;
}
.stream li.dcsns-pinterest .section-text {
  clear: both;
}
.stream li.dcsns-pinterest .section-thumb img {
  width: 190px;
}
/* dribbble */
.stream li.dcsns-dribbble .inner img {
  margin-bottom: 5px;
  max-width: 192px;
}
/* lastfm */
.stream li.dcsns-lastfm .section-title {
  background: url(https://www.estatesofsunnybrook.com/images/tracks.png) no-repeat 0 0;
  padding-left: 17px;
  margin-bottom: 0;
}
/* deviantart */
.stream li.dcsns-deviantart .section-thumb {
  display: block;
  float: none;
}
.stream li.dcsns-deviantart .section-thumb img {
  max-width: 192px;
}
/* tumblr */
.stream li.dcsns-tumblr .section-text img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
.stream li.dcsns-tumblr .track {
  display: block;
  background: url(https://www.estatesofsunnybrook.com/images/tracks.png) no-repeat 0 5px;
  padding: 5px 0 0 17px;
  margin-bottom: 0;
}
/* instagram */
.stream li.dcsns-instagram {
  padding-bottom: 40px;
}
.stream li.dcsns-instagram .section-title {
  font-weight: normal;
  clear: both;
}
.stream li.dcsns-instagram .section-thumb img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
.stream li.dcsns-instagram .meta {
  clear: both;
}
.stream li.dcsns-instagram .section-meta .meta .comments,
.stream li.dcsns-instagram .section-meta .meta .likes {
  margin: 0 0 5px 0;
  padding-top: 5px;
  background-position: 0px 5px;
  float: none;
  font-size: 100%;
  font-weight: bold;
}
/*isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
ESTATES OF SUNNYBROOK - STYLESHEET
Author: Blue.ca // n49 Interactive
AuthorUrl: http://www.blue.ca/ || http://www.n49interactive.com
*/
p {
  color: #4c4c4c;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
@font-face {
  font-family: 'sunnybrook';
  src: url('../fonts/sunnybrook_77259332.eot');
  src: url('../fonts/sunnybrook_77259332.eot#iefix') format('embedded-opentype'), url('../fonts/sunnybrook_77259332.woff') format('woff'), url('../fonts/sunnybrook_77259332.ttf') format('truetype'), url('../fonts/sunnybrook_77259332.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sunnybrook';
    src: url('https://www.estatesofsunnybrook.com/font/sunnybrook.svg?77259332#sunnybrook') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sunnybrook";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.socicon {
 font-family: "sunnybrook";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 2.2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1.3em;
    margin-left: 0.2em;
    font-size: 16px;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before, .socicon-facebook:before {
  content: '\e800';
}
/* '' */
.icon-twitter:before , .socicon-twitter:before{
  content: '\e801';
}
/* '' */
.icon-pinterest:before, .socicon-pinterest:before {
  content: '\e802';
}
/* '' */
.icon-instagram:before, .socicon-instagram:before{
  content: '\e803';
}
/* '' */
.icon-tumblr:before, .socicon-tumblr:before {
  content: '\e804';
}
/* '' */
.icon-linkedin:before, .socicon-linkedin:before {
  content: '\e805';
}
/* '' */
html {
  overflow-y: scroll;
}
body {
  background: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #000;
}
input:not([type]):hover,
input:not([type]):focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="text"]:hover,
input[type="text"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
input[type=checkbox]:focus,
input[type=checkbox]:hover,
input[type=radio]:hover,
input[type=radio]:focus {
  border: 1px solid black;
}
/* font-family: 'Droid Serif', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif; 
*/
/* LESS STYLING - Color Palette */
/*@siteUrl: "http://localhost:8888/estates/";*/
.popupInit {
  cursor: pointer;
}
.grey79 {
  color: #4f4f4f;
}
/* #444 */
.teal {
  color: #44544b;
}
.teal-dk {
  color: #4a5e52;
}
.burgundy {
  color: #571c1f;
}
.grey79-bg {
  background: #4f4f4f;
}
/* #444 */
.teal-lt-bg {
  background: #e6eae2;
}
.teal-bg {
  background: #44544b;
}
.teal-dk-bg {
  background: #4a5e52;
}
.burgundy-bg {
  background: #571c1f;
}
.white-bg {
  background: #FFF;
}
.serif {
  font-family: 'Droid Serif', serif !important;
}
.sans-serif {
  font-family: 'Roboto', sans-serif !important;
}
/*.imgContainer, .img-container {background:#eee;}*/
.innerColumn {
  width: 940px;
  margin: 0 auto;
}
.button,
input[type="submit"],
button {
  position: relative;
  display: block;
  font-size: .79em;
  font-family: 'Droid Serif', serif;
  color: #7b8872;
  border: 1px solid #c8cdc5;
  height: auto;
  padding: 0;
  width: auto;
  float: left;
  text-align: center;
  background: none;
  padding: 10px 20px;
}
.button a {
  font-size: 0.79em;
  font-family: 'Droid Serif', serif;
  color: #3e4539;
  text-decoration: none;
  display: block !important;
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 100px;
  display: none;
  z-index: 999;
}
.scrollup:hover {
  bottom: 55px;
}
/* HEADER STYLES */
header {
  position: relative;
  display: block;
  width: 100%;
  height: 190px;
  margin: 0 0 0 0;
  z-index: 100;
  box-shadow: 0px 0px 2px #444;
  -moz-box-shadow: 0px 0px 2px #444;
  -webkit-box-shadow: 0px 0px 2px #444;
}
.ie7 header,
.ie8 header {
  border-bottom: 1px solid #ccc;
}
#logo {
  width: 179px;
  height: 188px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -90px;
  overflow: hidden;
  z-index: 99;
}
#logo img {
  width: 100%;
  float: left;
}
#headerNav {
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  width: 940px;
  margin: 70px 0 0 -470px;
  z-index: 90;
}
#headerNav ul {
  width: 381px;
  height: 40px;
  float: right;
}
#headerNav ul li {
  float: left;
  margin-right: 20px;
  height: 20px;
  line-height: 20px;
}
#headerNav ul li.last {
  margin-right: 0 !important;
}
#headerNav ul li.socialMedia {
  margin-right: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
#headerNav ul li.facebook {
  margin-left: 7px;
}
/* #headerNav ul li.tumblr {background:url('../images/icons/icon-tumblr-footer.png') no-repeat 0 -20px; width:18px;}
	#headerNav ul li.facebook {background:url('../images/icons/icon-facebook-footer.png') no-repeat 0 -20px; width:18px;}
	#headerNav ul li.instagram {background:url('../images/icons/icon-instagram-footer.png') no-repeat 0 -20px; width:34px;}
	#headerNav ul li.twitter {background:url('../images/icons/icon-twitter-footer.png') no-repeat 0 -20px; width:34px;}
	#headerNav ul li.pinterest {background:url('../images/icons/icon-pinterest-footer.png') no-repeat 0 -20px; width:28px;}
	#headerNav ul li.linkedin {background:url('../images/icons/icon-linkedin-footer.png') no-repeat 0 -20px; width:28px;}
	#headerNav ul li.google {background:url('../images/icons/icon-google-footer.png') no-repeat 0 -20px; width:14px;} */
#headerNav ul li.socialMedia:hover {
  background-position: 0 0;
}
#headerNav ul li a {
  color: #717171;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  display: block;
}
#headerNav ul li a:hover {
  text-decoration: underline;
}
#headerNav ul li.socialMedia {
  width: 24px;
  margin-right: 4px;
}
#headerNav ul li.socialMedia a {
  color: #717171;
  font-size: 1.3em;
}
#headerNav ul li.socialMedia.twitter a {
  font-size: 1.5em;
}
#headerNav ul li.socialMedia a:hover {
  color: #BBC5B3;
}
#headerNav ul li.socialMedia a i span {
  text-indent: -9999px;
}
nav.site-nav {
  position: absolute;
  display: block;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 125px 0 0 0;
}
nav.site-nav ul {
  display: block;
  padding: 0;
}
nav.site-nav li {
  display: block;
  float: left;
  width: 97px;
  text-align: center;
  margin: 0;
  padding: 0;
}
nav.site-nav li.half {
  margin-right: 176px;
}
nav.site-nav li.weddings {
  width: 100px;
}
nav.site-nav li.social {
  width: 78px;
}
nav.site-nav li.corporate {
  width: 98px;
}
nav.site-nav li.the-pavillion,
nav.site-nav li.the-pavilion {
  width: 112px;
}
nav.site-nav li.press-media {
  width: 97px;
}
nav.site-nav li.promos-events {
  width: 111px;
}
nav.site-nav li.about-us {
  width: 69px;
}
nav.site-nav li.interactive-maps {
  width: 109px;
}
nav.site-nav li:hover,
nav.site-nav li.active {
  background: #f1f1f1 url('../images/icons/icon-nav-active-arrow.png') no-repeat center 44px;
}
nav.site-nav li a {
  position: relative;
  display: inline;
  text-decoration: none;
  color: #4f4f4f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  line-height: 4.6em;
}
nav.site-nav li:hover a,
nav.site-nav li.active a {
  color: #44544a;
}
nav.site-nav > ul > li > ul > li > a {
  color: #000 !important;
}
nav.site-nav ul ul {
  display: none;
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  background: #f1f1f1 url('../images/icons/bg-nav-shadow.jpg') repeat-x;
  margin: 0;
  padding: 0;
  text-align: center;
}
nav.site-nav li:hover ul,
nav.site-nav li.active ul {
  display: none;
}
nav.site-nav li li {
  display: inline;
  width: auto;
  float: none;
  padding: 0 10px;
  margin: 0;
  line-height: 48px;
}
nav.site-nav li:hover li a,
nav.site-nav li.active li a {
  padding: 0;
  margin: 0;
  line-height: 48px;
  color: #000;
}
nav.site-nav li:hover li.active a,
nav.site-nav li.active li.active a {
  color: #000;
}
nav.site-nav li .dropdown li a {
  background: #FFF;
  color: #000;
}
#subnav {
  width: 100%;
  position: relative;
  display: block;
  height: 0px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99;
  background: #f1f1f1;
}
.page_server #subnav,
.subpage #subnav {
  height: 48px;
}
.promos-events #subnav,
.noMenu #subnav {
  height: 0px;
}
#subnav ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#subnav li {
  display: inline;
  width: auto;
  float: none;
  padding: 0 10px;
  margin: 0;
  line-height: 48px;
}
#subnav li a,
#subnav li a {
  padding: 0;
  margin: 0;
  line-height: 48px;
  color: #515151;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  text-decoration: none;
}
#subnav li:hover a,
#subnav li.active a {
  color: #44544b;
  text-decoration: none;
}
footer {
  position: relative;
  display: block;
  width: 100%;
  background: #f1f1f1;
  float: left;
}
.index footer {
  margin-top: -35px;
}
.index footer .innerColumn {
  margin-top: 55px !important;
}
footer ul {
  width: 100%;
}
footer ul.half {
  width: 50%;
}
footer ul li {
  width: 100%;
  margin: 0;
  color: #4c4c4c;
  font-size: 0.86em;
  font-family: 'Roboto', sans-serif;
}
footer ul .title {
  width: 100%;
  margin: 0;
  color: #515151;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
footer ul li a {
  text-decoration: none;
  color: #4c4c4c;
  font-size: 0.86em;
  font-family: 'Roboto', sans-serif;
}
footer ul li.title a {
  color: #424242;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.ie7 footer ul li span.right {
  margin-top: -15px;
}
footer ul.socialMedia {
  position: relative;
  float: left;
  clear: both;
}
footer ul.socialMedia li {
  position: relative;
  float: left;
  width: 100px;
}
/* footer ul.socialMedia li.facebook {background:url('../images/icons/icon-facebook-footer.png') no-repeat 0 0; width:20px;}
footer ul.socialMedia li.twitter {background:url('../images/icons/icon-twitter-footer.png') no-repeat 0 0; width:36px;}
footer ul.socialMedia li.tumblr {background:url('../images/icons/icon-tumblr-footer.png') no-repeat 0 0; width:20px;}
footer ul.socialMedia li.instagram {background:url('../images/icons/icon-instagram-footer.png') no-repeat 0 0; width:36px;}
footer ul.socialMedia li.pinterest {background:url('../images/icons/icon-pinterest-footer.png') no-repeat 0 0; width:30px;}
footer ul.socialMedia li.linkedin {background:url('../images/icons/icon-linkedin-footer.png') no-repeat 0 0; width:30px;}
footer ul.socialMedia li.google {background:url('../images/icons/icon-google-footer.png') no-repeat 0 0; width:30px;} */
footer ul.socialMedia li.social {
  position: relative;
  display: block;
  float: left;
  height: 20px;
  width: 24px;
  font-size: 1.29em;
  overflow: hidden;
  background-position: 0 0;
  margin-right: 5px;
}
footer ul.socialMedia li.social a {
  color: #425146;
  font-size: 1.09em;
  display: inline-block;
}
footer ul.socialMedia li.social:hover a {
  color: #7A7A7A;
}
footer ul.socialMedia li.social a {
  display: inline-block;
}
footer ul.socialMedia li.social a i span {
  text-indent: -9999em;
  display: inline-block;
}
footer .footerNav {
  width: 100%;
  height: 30px;
  background: #d6d6d6;
  display: block;
  text-align: center;
  font-size: 0.79em;
  font-family: 'Roboto', sans-serif;
  color: #000;
  line-height: 30px;
}
footer .footerNav a {
  display: inline;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  text-decoration: none;
  line-height: 30px;
  background: #d6d6d6;
}
footer .footerNav span {
  padding: 0 20px;
  background: #D6D6D6;
  color: #000;
}
.primary-heading {
  font-family: 'Droid Serif', serif;
  font-size: 2.14em;
  line-height: 36px;
  color: #4d5547;
}
#mapCanvas {
  height: 370px;
  width: 100%;
}
.googleMapsInfoWindow {
  min-height: 50px;
  min-width: 200px;
}
#banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*border:1px solid #666;*/
}
.ie7 #banner .slide {
  display: inline !important;
}
#banner .imgContainer .slide {
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
#banner .hpDescription {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 65px;
  margin: 0px;
  z-index: 100;
  background: #43554D;
}
#banner .hpDescription a {
  text-decoration: none;
}
#banner .hpDescription strong {
  color: #FFF;
  background: #43554d;
  padding: 10px 20px;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  font-size: 1.07em;
  white-space: nowrap;
}
#banner .hpDescription p {
  color: #FFF;
  background: #43554d;
  padding: 0 20px 10px 20px;
  display: block;
  font-family: 'Droid Serif', serif;
  font-size: 0.93em;
  line-height: 1.29em;
}
#banner .hpDescription p:empty {
  display: none;
}
#banner .slide .hpBg {
  background: #43554D;
  height: 74px;
  margin: 0;
  margin-left: 10px;
  position: absolute;
  bottom: 0px;
}
#banner .hpBg {
  position: relative;
  width: 100%;
  height: 250px;
  margin: -250px 0 0 10px;
  background: url('../images/icons/bg-homeslider.png') 0 0 repeat-x;
  z-index: 90;
}
.page_server #banner,
.subpage #banner {
  width: 100%;
  height: 439px;
  overflow: hidden;
}
.page_server #banner img,
.subpage #banner img {
  float: left;
  width: 100%;
}
.page_server #banner .description,
.subpage #banner .description {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 0;
  left: 50%;
  margin: 70px 0 0 170px;
  background: white;
  /* url('../images/icons/bg-banner-quote.png') */
}
.page_server #banner .description h1,
.subpage #banner .description h1 {
  margin: 60px 30px 30px 30px;
  text-transform: capitalize;
  font-family: 'Droid Serif', serif;
  font-size: 2.14em;
  line-height: 36px;
  background: white;
  color: #7B8872;
}
.page_server #banner .description p,
.subpage #banner .description p {
  background: white;
  color: #4C4C4C;
  margin: 0 30px 0 30px;
  font-family: 'Droid Serif', serif;
  font-size: 1.14em;
  line-height: 24px;
  font-style: italic;
}
.ie .page_server #banner .description,
.ie .subpage #banner .description {
  background: url('../images/icons/ie-bg-banner-quote.png');
}
#prev {
  background: rgba(255, 255, 255, 0.96);
  color: black;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#next {
  background: rgba(255, 255, 255, 0.96);
  color: black;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#pager {
  position: absolute;
  top: 0;
  right: 50%;
  width: 1.14em;
  height: auto;
  overflow: hidden;
  z-index: 99;
  margin: 20px -454px 0 0;
  padding: 5px 0 0 5px;
  border-radius: 6px;
  background: #FFF;
}
#pager span {
  font-size: 3.33em;
  color: #FFF;
  line-height: 1em;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-bottom: 10px;
  vertical-align: top;
  overflow: hidden;
  background-color: #4a5d52;
  cursor: pointer;
}
#pager span.cycle-pager-active {
  background-color: #571C1F;
}
.ie #prev,
.ie #next {
  background: url('../images/icons/ie-bg-white-80.png');
}
#whatsNew {
  background: #FFF;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 50%;
  width: 380px;
  height: 220px;
  z-index: 101;
  margin: 650px 0 0 89px;
  overflow: hidden;
}
#whatsNew .contents {
  position: relative;
  float: left;
  width: 240px;
  height: 230px;
}
#whatsNew .contents p {
  position: relative;
  margin: 0 20px 10px 20px;
  font-size: 0.93em;
  line-height: 1.14em;
  color: #565656;
}
#whatsNew .contents p.title {
  margin: 20px 10px 10px 20px;
  color: #571c1f;
  font-family: 'Droid Serif', serif;
  font-size: 1.07em;
  line-height: 18px;
  font-weight: 700;
}
#whatsNew .contents p a {
  text-decoration: none;
  color: #666;
}
.hpServices p.viewmore a:hover {
  text-decoration: underline;
}
#whatsNew .img-container {
  width: 140px;
  float: right;
  height: 168px;
}
#whatsNew .img-container img {
  width: 135px;
  float: right;
}
#whatsNew .bar {
  background: #43554d;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 68px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  font-size: 0.79em;
  font-family: 'Droid Serif', serif;
  text-transform: uppercase;
}
#whatsNew .toggle {
  background: #4a5e52 url('../images/icons/icon-down-arrow.png') no-repeat 1px 45px;
  position: absolute;
  width: 28px;
  height: 68px;
  display: block;
  right: 0;
  top: 0;
}
#whatsNew .toggle[data-params="visible"] {
  background-position: 1px -21px;
}
/* MAIN STYLES */
#main {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  min-height: 300px;
}
h1 {
  font-family: 'Droid Serif', serif;
  font-size: 2.14em;
  line-height: 36px;
  color: #7b8872;
}
h2 {
  font-family: 'Droid Serif', serif;
  font-size: 1.43em;
  line-height: 24px;
  color: #44544b;
  margin: 0 0 20px 0;
}
h2.jobtitle {
  font-size: 1.14em;
}
h2.heading,
h2.heading-wide {
  position: relative;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'Droid Serif', serif;
  text-transform: uppercase;
  color: #3e4539;
  padding: 0 20px;
  margin: 30px 0 20px 0;
  width: auto;
  display: block;
  z-index: 100;
}
h2.heading:before,
h2.heading-wide:before {
  content: ' ';
  border-top: 1px solid #d1d8ca;
  display: block;
  position: absolute;
  width: 140px;
  top: 50%;
  left: 50%;
  margin-left: -200px;
}
h2.heading:after,
h2.heading-wide:after {
  content: ' ';
  border-top: 1px solid #d1d8ca;
  display: block;
  position: absolute;
  width: 140px;
  top: 50%;
  right: 50%;
  margin-right: -200px;
}
h2.heading-wide:before,
h2.heading-wide:after {
  width: 120px;
}
.ie7 h2.heading,
.ie7 h2.heading-wide {
  width: 100%;
}
h3 {
  font-family: 'Droid Serif', serif;
  font-size: 1.7em;
  color: #44544b;
  margin: 0 0 20px 0;
}
p.photoCredit {
  font-size: 0.86em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
p.photoCredit a {
  color: #7b8872;
  text-transform: none;
  text-decoration: none;
}
ul li,
ol li {
  color: #4c4c4c;
}
ul.socialMediaLink {
  display: block;
  margin-left:0px;
}
ul.socialMediaLink li {
  float: left;
}
ul.socialMediaLink li.socialMedia {
  margin-right: 0;
  width: 35px;
  height: 38px;
  overflow: hidden;
  margin-left: 0;
}
/*
ul.socialMediaLink li.facebook {background:url('../images/icons/icon-facebook-footer.png') no-repeat 0 -20px; width:18px;}
ul.socialMediaLink li.twitter {background:url('../images/icons/icon-twitter-footer.png') no-repeat 0 -20px; width:34px;}
ul.socialMediaLink li.pinterest {background:url('../images/icons/icon-pinterest-footer.png') no-repeat 0 -20px; width:28px;}
ul.socialMediaLink li.linkedin {background:url('../images/icons/icon-linkedin-footer.png') no-repeat 0 -20px; width:28px;}
ul.socialMediaLink li.google {background:url('../images/icons/icon-google-footer.png') no-repeat 0 -20px; width:14px;}
ul.socialMediaLink li.tumblr {background:url('../images/icons/icon-tumblr-footer.png') no-repeat 0 0; width:20px;}
ul.socialMediaLink li.instagram {background:url('../images/icons/icon-instagram-footer.png') no-repeat 0 0; width:36px;}
ul.socialMediaLink li.socialMedia:hover {background-position: 0 0;}*/
ul.socialMediaLink li a {
  color: #545454;
  text-decoration: none;
  font-size: 20px;
  display: block;
  width: 30px;
  height: 30px;
}
ul.socialMediaLink li a i:before {
  margin-right: 0;
}
ul.socialMediaLink li a span {
  text-indent: -9999em;
}
ul.socialMediaLink li a:hover {
  color: #000;
}
article a {
  color: #44544b;
}
table {
  width: 100%;
}
tr {
  height: 40px;
}
tr:hover td {
  background: #e6eae2;
}
th {
  border: 1px solid #ddd;
  background: #f1f1f1;
  font-family: 'Droid Serif', serif;
  line-height: 40px;
  color: #4e4e4e;
}
td {
  border: 1px solid #ddd;
  color: #4e4e4e;
  line-height: 40px;
  text-align: center;
}
td a {
  color: #4e4e4e;
}
table.tableleftalign tr td {
  text-align: left!important;
  padding: 0px 20px;
}
table.tableleftalign tr td p {
  margin: 0px;
}
article {
  clear: both;
}
.hpServices {
  text-align: center;
}
.hpServices .columns:hover h3 {
  color: #571c1f;
}
.hpServices .columns .img-container {
  width: 145px;
  height: 145px;
  overflow: hidden;
  margin: 10px auto;
  border-radius: 50%;
  position: relative;
}
.ieImageOverlay {
  width: 100%;
  height: 100%;
  background: url('../images/icons/ie-bg-white-mask.png');
  position: absolute;
  top: 0;
  left: 0;
}
.hpServices .columns .img-container img {
  float: left;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.hpServices .columns:hover .img-container img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
}
.hpServices .last {
  margin-right: 0;
}
.hpServices p {
  color: #898989;
  font-size: 1em;
}
.hpServices p.viewmore a {
  color: #4d5547;
  text-decoration: none;
  font-size: 0.93em;
}
.hpWelcome {
  display: block;
  position: relative;
}
.hpWelcome p {
  font-size: 1em;
}
.hpWelcome .img-container {
  border: 1px solid white;
  display: block;
  position: relative;
  background: #FFF;
  height: auto;
  overflow: hidden;
  margin: -10px 0 0 30px;
}
.hpWelcome .img-container:hover {
  border: 1px solid silver;
}
.hpWelcome .img-container img,
.hpWelcome .img-container video {
  width: 92%;
  margin: 4%;
}
.hpWelcome .img-container p {
  text-align: center;
  margin: 0 10px 20px 10px;
  font-size: 0.93em;
  line-height: 1.14em;
}
.hpWelcome .img-container p.title {
  font-size: 1.14em;
  font-family: 'Droid Serif', serif;
  margin: 0 10px 5px 10px;
  color: #44544b;
}
.hpMap {
  position: relative;
  display: block;
  width: 100%;
  height: 405px;
  overflow: hidden;
}
.hpMap iframe {
  z-index: 10;
}
.hpMap .innerColumn {
  position: absolute;
  display: block;
  height: 70px;
  bottom: 0;
  left: 50%;
  margin: -35px 0 0 -470px;
  z-index: 999;
  width:940px;
}
.hpMap .innerColumn p {
  color: #FFF;
  text-align: center;
  font-size: 1em;
  line-height: 18px;
  margin: 17px 0 0 0;
}
.hpReviews {
  position: relative;
  height: auto;
}
.ie7 .hpReviews {
  min-height: 400px;
}
.hpReviews .reviewsSliderRow {
  position: relative;
  height: auto;
  overflow: hidden;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #4c4c4c;
}
.hpReviews .reviewsSliderRow h4 {
  font-size: 1.29em;
  font-family: 'Droid Serif', serif;
  color: #4d5547;
  font-style: normal;
  background: #FFF;
}
.hpReviews .reviewsSliderRow a {
  color: #44544b;
  text-decoration: none;
}
.hpReviews .reviewsSliderRow a:hover {
  text-decoration: underline;
}
.hpReviews .reviewsSliderRow .reviewStars {
  width: 150px;
  height: 30px;
  float: left;
}
.hpReviewsPrev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 20px;
  margin: -20px 0 0 10px;
  background: url('../images/icons/icon-hp-left-arrow.png') no-repeat 0 -20px;
  cursor: pointer;
}
.hpReviewsNext {
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 20px;
  margin: -20px 10px 0 0;
  background: url('../images/icons/icon-hp-right-arrow.png') no-repeat 0 -20px;
  cursor: pointer;
}
.hpReviewsPrev:hover,
.hpReviewsNext:hover {
  background-position: 0 0;
}
.breadcrumbs {
  margin: 20px 0 25px 0;
  position: relative;
  float: left;
  width: 100%;
}
.breadcrumbs ul li {
  display: inline;
  font-size: 1em;
  color: #4c4c4c;
  background: #FFF;
}
.breadcrumbs ul li a {
  font-size: 1em;
  color: #545454;
  text-decoration: none;
  background: #FFF;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.breadcrumbs ul li.active,
.breadcrumbs ul li.active a {
  color: #44544b;
}
.estatesContainer {
  width: 940px;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.estatesContainer .item {
  position: relative;
  width: 460px;
  height: 360px;
  float: left;
  margin: 0 20px 20px 0;
}
.estatesContainer .last {
  margin-right: 0;
}
.estatesContainer .item .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.estatesContainer .item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #484E4A;
  display: none;
}
.estatesContainer .item .overlay h2 {
  text-align: center;
  background: #484E4A;
  color: #FFF;
  margin: 70px 0 20px 0;
  font-size: 2.14em;
  line-height: 36px;
}
.estatesContainer .item .overlay p {
  color: #FFF;
  background: #484E4A;
  font-size: 1.29em;
  line-height: 20px;
  margin: 0 75px 30px 75px;
  text-align: center;
}
.estatesContainer .item .button {
  width: 150px;
  background: #484E4A;
  margin: 0 134px 15px 134px;
  clear: both;
  color: #FFF;
}
.estatesContainer .item .button a {
  color: #FFF;
  display: block;
  background: #484E4A;
}
.estatesContainer .item .description {
  width: 100%;
  height: 40px;
  background: #425148;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: 'Droid Serif', serif;
  font-size: 1.57em;
  color: #FFF;
}
.ie .estatesContainer .item .description,
.ie .estatesContainer .item .overlay {
  background: url('../images/icons/ie-bg-overlay-teal.png');
}
.estatesContainer .item:hover .description {
  display: none;
}
.estatesContainer .item:hover .overlay {
  display: block;
}
.estatesContainer .item img {
  width: 100%;
  float: left;
}
.ourTeam {
  position: relative;
  width: 940px;
  height: auto;
  overflow: hidden;
}
.ourTeam .item {
  position: relative;
  width: 220px;
  margin: 0 20px 20px 0;
  float: left;
}
.ourTeam .first {
  clear: both;
}
.ourTeam .last {
  margin-right: 0;
}
.ourTeam .item .imgContainer {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #eee;
  margin: 0 0 10px 0;
}
.ourTeam .item .imgContainer .overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(109, 15, 21, 0.9);
}
.ourTeam .item:hover .imgContainer .overlay {
  display: block;
}
.ie .ourTeam .item .imgContainer .overlay {
  background: url('../images/icons/ie-bg-overlay-burg.png');
}
.ourTeam .item .imgContainer .overlay .button {
  margin: 100px 0 0 42px;
  background: #6D0F15;
  color: #FFF;
}
.ourTeam .item .imgContainer .overlay .button a {
  color: #ffffff;
}
.ourTeam .item h3 {
  font-size: 1.14em;
  line-height: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #44544B;
  background: #FFF;
}
.ourTeam .item a {
  text-decoration: none;
}
.ourTeam .item p {
  font-size: 1em;
  margin: 0 0 10px 0;
}
.ourTeam .item p.subtitle {
  font-size: 0.86em;
  font-family: 'Droid Serif', serif;
  text-align: center;
}
.ourTeam .item .contacts {
  font-size: 0.86em;
  font-family: 'Droid Serif', serif;
  padding-right: 10px;
}
.bookConsultation {
  position: relative;
  float: left;
  background: #e6eae2;
  width: 100%;
}
.bookConsultation .row {
  border: 1px solid #FFF;
  padding: 20px 0;
  text-align: center;
}
.bookConsultation p {
  font-family: 'Droid Serif', serif;
  font-size: 1.14em;
  line-height: 30px;
  color: #3e4539;
}
.bookConsultation .button {
  margin: 0 auto;
  padding: 15px 28px;
  left: 50%;
  margin-left: -101px;
  color: #7b8872;
}
.bookConsultation .button a {
  font-size: 0.86em;
}
.miniGalleryContainer {
  position: relative;
  width: 380px;
  height: 300px;
  margin: 0 0 0 20px;
}
.miniGallery,
.miniGallery1 {
  position: relative;
  width: 380px;
  height: 273px;
  float: left;
  overflow: hidden;
}
.miniGallery img,
.miniGallery1 img {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.miniGalleryContainer .miniGallerypager,
.miniGalleryContainer .miniGallerypager1 {
  z-index: 99;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -40px 0;
  text-align: center;
  height: 20px;
}
.miniGalleryContainer .miniGallerypager span,
.miniGalleryContainer .miniGallerypager1 span {
  text-align: center;
  font-size: 2.57em;
  line-height: 20px;
  color: #aaa;
  cursor: pointer;
}
.miniGalleryContainer .miniGallerypager span.cycle-pager-active,
.miniGalleryContainer .miniGallerypager1 span.cycle-pager-active {
  color: #666;
}
.team-details .teamProfileImage {
  width: 300px;
  height: auto;
  overflow: hidden;
  margin: 0 20px 20px 0;
}
.team-details .teamProfileContact {
  width: 300px;
  min-height: 195px;
  background: #e6eae2;
  margin: 0;
}
.team-details .teamProfileContact p {
  margin: 20px;
  font-size: 0.86em;
}
.team-details .teamProfileContact .contacts {
  font-size: 0.86em;
  font-family: 'Droid Serif', serif;
  padding-right: 15px;
  color: #44544b;
  font-weight: bold;
}
.team-details .teamProfileContact .linkedin {
  background: url('../images/icons/icon-linkedin-footer.png') no-repeat 0 -40px;
  width: 28px;
  height: 20px;
  text-indent: -999px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}
.team-details .teamProfileContact a {
  text-decoration: none;
  color: #898989;
}
.team-details .teamProfileContact a:hover {
  text-decoration: underline;
}
#mapCanvasContainer {
  position: relative;
  height: 570px;
  width: 100%;
  margin: 0;
  float: left;
}
#mapCanvas {
  position: relative;
  height: 570px;
  width: 100%;
  margin: 0;
  float: left;
  z-index: 1;
}
.contactMap {
  position: relative;
  width: 100%;
  height: 570px;
}
.contactMap .instructionTabs {
  width: 380px;
  height: 570px;
  background: #571C1F;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -470px;
  z-index: 5;
}
.contactMap .instructionTabs p {
  color: #FFF;
  background: #571C1F;
}
.ie .contactMap .instructionTabs {
  background: url('../images/icons/ie-bg-overlay-burg.png');
}
.contactMap .instructionTabs ul {
  width: 340px;
  margin: 0 20px;
  float: left;
}
.contactMap .instructionTabs ul li {
  margin: 0 20px 0 0;
  float: left;
  display: block;
  color: #FFF;
}
.contactMap .instructionTabs ul li.last {
  margin-right: 0;
}
.contactMap .instructionTabs .button {
  border: 1px solid #FFF;
  width: 156px;
  padding: 10px 0;
}
.contactMap .instructionTabs .button.active,
.contactMap .instructionTabs .button:hover {
  background: #FFF;
  color: #571c1f;
}
.contactMap .instructionTabs h2 {
  margin: 0;
  font-size: 1em;
  padding: 0;
  line-height: 1;
  color: #FFF;
  background: rgba(87, 28, 31, 0.9);
}
.contactMap .instructionTabs .active h2,
.contactMap .instructionTabs li:hover h2 {
  color: #000;
  background: #FFF;
}
.contactMap .instructionTabs .contents {
  width: 340px;
  margin: 20px 20px 0 20px;
  float: left;
}
.contactMap .instructionTabs .contents p {
  font-size: 1em;
  line-height: 1.14em;
}
.contactMap .instructionTabs .contents p u {
  background: #571c1f;
  color: #FFF;
}
.googleMapsInfoWindow {
  min-height: 50px;
  min-width: 250px;
  background:#fff;
  padding:10px;
}
.googleMapsInfoWindow h4 {
  font-family: 'Droid Serif', serif;
  font-size: 1.14em;
  color: #44544b;
}
.googleMapsInfoWindow p {
  margin-bottom: 10px;
}
.googleMapsInfoWindow a {
  color: #44544b;
}
.serviceOverview {
  position: relative;
  width: 940px;
  height: auto;
  overflow: hidden;
}
.serviceOverview .item {
  position: relative;
  width: 217px;
  height: 220px;
  float: left;
  margin: 0 20px 20px 0;
}
.serviceOverview .last {
  margin-right: 0;
}
.serviceOverview .first {
  clear: both;
}
.serviceOverview .last {
  margin-right: 0;
}
.serviceOverview .item .imgContainer {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #eee;
  margin: 0;
}
.serviceOverview .item .imgContainer .overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #44544A;
}
.serviceOverview .item:hover .imgContainer .overlay {
  display: block;
}
.ie .serviceOverview .item .imgContainer .overlay {
  background: url('../images/icons/ie-bg-overlay-teal.png');
}
.serviceOverview .item .imgContainer .overlay .button {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0px 0 20px 20px;
  padding: 10px 0;
  width: 180px;
  background: rgba(68, 84, 74, 0.9);
}
.serviceOverview .item .imgContainer .overlay .button a {
  color: #FFF;
  background: #44544A;
}
.serviceOverview .item h3 {
  font-size: 1.14em;
  line-height: 20px;
  text-align: center;
  margin: 20px 20px 5px 20px;
  padding: 0;
  color: #FFF;
  background: #44544A;
}
.serviceOverview .item a {
  text-decoration: none;
}
.serviceOverview .item p {
  font-size: 0.86em;
  line-height: 1.14em;
  margin: 0 20px 10px 20px;
  color: #FFF;
  background: #44544A;
}
.serviceOverview .item p.date {
  font-size: 0.86em;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  margin: 0 20px 10px 20px;
}
.serviceOverview .item p a {
  color: #FFF;
  background: rgba(68, 84, 74, 0.9);
  text-decoration: underline;
}
.ourAwards {
  position: relative;
  width: 940px;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.ourAwards .first {
  margin-left: 0;
}
.ourAwards .item {
  position: relative;
  width: 180px;
  height: 233px;
  overflow: hidden;
  float: left;
  margin: 0 20px 20px 0;
}
.ourAwards .item .imgContainer {
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin: 0 0 10px 20px;
}
.ourAwards .item .imgContainer img {
  width: 100%;
  float: left;
}
.ourAwards .item p,
.ourAwards .item p a {
  text-align: center;
  text-decoration: none;
  color: #4c4c4c;
}
.editorialNews {
  position: relative;
  width: 940px;
  height: auto;
  overflow: hidden;
}
.editorialNews .item {
  position: relative;
  width: 140px;
  margin: 0 20px 20px 0;
  float: left;
}
.editorialNews .first {
  clear: both;
}
.editorialNews .last {
  margin-right: 0;
}
.editorialNews .item .imgContainer {
  position: relative;
  width: 100%;
  height: 196px;
  overflow: hidden;
  background: #eee;
  margin: 0 0 10px 0;
}
.editorialNews .item .imgContainer img {
  width: 100%;
  float: left;
}
.editorialNews .item .imgContainer .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6D0F15;
}
.editorialNews .item:hover .imgContainer .overlay {
  display: block;
}
.ie .editorialNews .item .imgContainer .overlay {
  background: url('../images/icons/ie-bg-overlay-burg.png');
}
.editorialNews .item:hover .imgContainer .overlay p {
  color: #FFF;
  margin: 10px;
  text-align: center;
}
.editorialNews .item:hover .imgContainer .overlay p.title {
  color: #FFF;
  font-family: 'Droid Serif', serif;
  margin-top: 30px;
}
.editorialNews .item:hover .imgContainer .overlay p.date {
  font-size: 0.79em;
  text-transform: uppercase;
}
.editorialNews .item .imgContainer .overlay .button {
  margin: 0px 0 0 10px;
  padding: 10px 0;
  width: 118px;
}
.editorialNews .item .imgContainer .overlay .button a {
  color: #FFF;
  background: #6D0F15;
}
.featuredEvents {
  position: relative;
  width: 940px;
  height: auto;
  overflow: hidden;
}
.featuredEvents .item {
  position: relative;
  width: 460px;
  margin: 0 20px 20px 0;
  float: left;
}
.featuredEvents .last {
  margin-right: 0;
}
.featuredEvents .item .imgContainer {
  position: relative;
  width: 100%;
  height: 590px;
  overflow: hidden;
  background: #eee;
  margin: 0 0 10px 0;
}
.featuredEvents .item .imgContainer img {
  width: 100%;
  float: left;
}
.featuredEvents .item h2 {
  font-size: 1.29em;
  line-height: 24px;
  margin-bottom: 10px;
}
.featuredEvents .item p.date {
  font-size: 0.86em;
  margin-bottom: 0;
}
.featuredEvents .item p.www span {
  display: block;
  width: 400px;
  float: right;
}
.featuredEvents .item p.www span.detail {
  color: #44544b;
  float: left;
  width: 60px;
  font-weight: bold;
}
.eventsContainer {
  position: relative;
  width: 940px;
  height: auto;
  overflow: hidden;
}
.eventsContainer .item {
  position: relative;
  width: 300px;
  margin: 0 20px 20px 0;
  float: left;
}
.eventsContainer .last {
  margin-right: 0;
}
.eventsContainer .item .imgContainer {
  position: relative;
  width: 100%;
  height: 385px;
  overflow: hidden;
  background: #eee;
  margin: 0 0 10px 0;
}
.eventsContainer .item .imgContainer img {
  width: 100%;
  float: left;
}
.eventsContainer .item h2 {
  font-size: 1.29em;
  line-height: 24px;
  margin-bottom: 10px;
}
.eventsContainer .item p.date {
  font-size: 0.86em;
  margin-bottom: 0;
}
.eventsContainer .item p.www span {
  display: block;
  width: 240px;
  float: right;
}
.eventsContainer .item p.www span.detail {
  color: #44544b;
  float: left;
  width: 60px;
  font-weight: bold;
  clear: both;
}
#galleryDetails,
#galleryWrapper {
  position: relative;
}
#galleryDetails ul#galleryControls li {
  float: right;
  color: #4c4c4c;
  font-size: 0.71em;
  text-transform: uppercase;
  margin-left: 20px;
  height: 15px;
  line-height: 15px;
}
#galleryDetails ul#galleryControls li.last {
  margin-right: 0;
}
#galleryDetails ul#galleryControls li.slider {
  background: url('../images/icons/icon-slider.png') no-repeat 0 0;
  padding-left: 25px;
}
#galleryDetails ul#galleryControls li.thumb {
  background: url('../images/icons/icon-grid.png') no-repeat 0 0;
  padding-left: 20px;
}
#galleryDetails ul#galleryControls li.active,
#galleryDetails ul#galleryControls li:hover {
  color: #44544b;
  background-position: 0 -20px;
}
.rightMenu {
  min-height: 160px;
  margin-bottom: 40px;
}
.rightMenu .button {
  width: 195px;
}
#gallery.thumb {
  position: relative;
  width: 940px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
#gallery.thumb div {
  width: 140px;
  height: 93px;
  overflow: hidden;
  float: left;
  margin: 0 20px 20px 0;
}
#gallery.thumb div.last {
  margin-right: 0;
}
#gallery.thumb img {
  width: 100%;
}
#gallery.thumb #prev,
#gallery.thumb #next {
  display: none;
}
#galleryWrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
#gallery.slider #prev,
#gallery.slider #next {
  display: block;
}
#gallery.slider .pinitContainer {
  width: 40px !important;
  height: 20px !important;
  margin: 0px 20px 0 0 !important;
  position: relative;
  float: right;
  display: none;
}
#gallery.thumb .pinitContainer {
  width: 40px !important;
  height: 20px !important;
  margin: 0px 0px -20px 0 !important;
  position: relative;
  float: right;
  display: none;
}
#gallery .imgItem:hover .pinitContainer {
  display: block;
}
#gallery.slider .pagesGalleryPrev,
#gallery.slider .pagesGalleryNext {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  z-index: 199;
  background: rgba(213, 213, 204, 0.8);
  overflow: hidden;
  margin-top: -20px;
  border: 1px solid #888;
  cursor: pointer;
}
#gallery.slider .pagesGalleryPrev {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  left: 50%;
  right: auto;
  margin-left: -465px;
  background-image: url('../images/icons/icon-pagesGallery-left.png');
  background-position: -2px 0;
}
#gallery.slider .pagesGalleryPrev:hover {
  border: 1px solid #44544b;
  background-position: -2px -40px;
}
#gallery.slider .pagesGalleryNext {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  left: auto;
  right: 50%;
  margin-right: -445px;
  background-image: url('../images/icons/icon-pagesGallery-right.png');
  background-position: 2px 0;
}
#gallery.slider .pagesGalleryNext:hover {
  border: 1px solid #44544b;
  background-position: 2px -40px;
}
.ie #gallery.slider .pagesGalleryNext {
  background: url('../images/icons/ie-icon-pagesGallery-right.png') 0 0;
  border: none !important;
}
.ie #gallery.slider .pagesGalleryPrev {
  background: url('../images/icons/ie-icon-pagesGallery-left.png') 0 0;
  border: none !important;
}
.ie7 #gallery.slider .imgItem {
  display: inline !important;
}
/* PAGES GALLERIES*/
.pagesGalleryContainer {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
.pagesGalleryContainer ul#galleryControls {
  width: 240px;
  position: relative;
  float: right;
  margin: 0;
}
.pagesGalleryContainer ul#galleryControls li {
  float: right;
  color: #3d3d3d;
  font-size: 0.71em;
  text-transform: uppercase;
  margin-left: 20px;
  height: 15px;
  line-height: 15px;
}
.pagesGalleryContainer ul#galleryControls li.last {
  margin-right: 0;
}
.pagesGalleryContainer ul#galleryControls li.slider {
  background: url('../images/icons/icon-slider.png') no-repeat 0 0;
  padding-left: 25px;
}
.pagesGalleryContainer ul#galleryControls li.thumb {
  background: url('../images/icons/icon-grid.png') no-repeat 0 0;
  padding-left: 20px;
}
.pagesGalleryContainer ul#galleryControls li.active,
#galleryDetails ul#galleryControls li:hover {
  color: #44544b;
  background-position: 0 -20px;
}
ul#galleryNav {
  width: 350px;
  position: relative;
  float: left;
  margin: 0 0 0 35%;
}
ul#galleryNav li {
  float: left;
  color: #b7b7b7;
  font-size: 0.71em;
  text-transform: uppercase;
  margin-left: 20px;
  height: 15px;
  line-height: 15px;
}
ul#galleryNav li.active,
#galleryDetails ul#galleryNav li:hover {
  color: #44544b;
  background-position: 0 -20px;
}
ul#galleryNav li.overview {
  background: url('../images/icons/icon-facilities-overview.png') no-repeat 0 0;
  padding-left: 20px;
}
ul#galleryNav li.interactive {
  background: url('../images/icons/icon-facilities-interactive.png') no-repeat 0 0;
  padding-left: 20px;
}
ul#galleryNav li.virtual {
  background: url('../images/icons/icon-facilities-tour.png') no-repeat 0 0;
  padding-left: 20px;
}
ul#galleryNav li a {
  color: #b7b7b7;
  text-decoration: none;
}
ul#galleryNav li.active,
.pagesGalleryContainer ul#galleryNav li:hover {
  background-position: 0 -20px;
}
ul#galleryNav li.active a,
.pagesGalleryContainer ul#galleryNav li:hover a {
  color: #44544b;
}
/* GALLERY 2 */
#pagesGallery {
  position: relative;
  width: 940px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
#pagesGallery.slider .pagesGalleryPrev,
#pagesGallery.slider .pagesGalleryNext {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  z-index: 199;
  background: rgba(213, 213, 204, 0.8);
  overflow: hidden;
  margin-top: -20px;
  border: 1px solid #888;
  cursor: pointer;
}
#pagesGallery.slider .pagesGalleryPrev {
  left: 0;
  right: auto;
  margin-left: 10px;
  background-image: url('../images/icons/icon-pagesGallery-left.png');
  background-position: -2px 0;
}
#pagesGallery.slider .pagesGalleryPrev:hover {
  border: 1px solid #44544b;
  background-position: -2px -40px;
}
#pagesGallery.slider .pagesGalleryNext {
  left: auto;
  right: 0;
  margin-right: 10px;
  background-image: url('../images/icons/icon-pagesGallery-right.png');
  background-position: 2px 0;
}
#pagesGallery.slider .pagesGalleryNext:hover {
  border: 1px solid #44544b;
  background-position: 2px -40px;
}
.ie #pagesGallery.slider .pagesGalleryNext {
  background: url('../images/icons/ie-icon-pagesGallery-right.png') 0 0;
  border: none !important;
}
.ie #pagesGallery.slider .pagesGalleryPrev {
  background: url('../images/icons/ie-icon-pagesGallery-left.png') 0 0;
  border: none !important;
}
#pagesGallery.thumb .pagesGalleryPrev,
#pagesGallery.thumb .pagesGalleryNext {
  display: none;
}
#pagesGallery.thumb .imgItem {
  width: 140px;
  height: 93px;
  overflow: hidden;
  float: left;
  margin: 0 20px 20px 0;
}
#pagesGallery.thumb .imgItem img {
  width: 100%;
}
#pagesGallery.slider .pinitContainer {
  width: 40px !important;
  height: 20px !important;
  margin: 0px 0px -20px 0 !important;
  position: relative;
  float: right;
  display: none;
}
#pagesGallery.thumb .pinitContainer {
  width: 40px !important;
  height: 20px !important;
  margin: 0px 0px -20px 0 !important;
  position: relative;
  float: right;
  display: none;
}
#pagesGallery .imgItem:hover .pinitContainer {
  display: block;
}
/* GALLERY 3 ::: estatesofsunnybrook/social/showers */
.pagesGallery {
  position: relative;
  width: 940px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.pagesGallery .pagesGalleryPrev,
.pagesGallery .pagesGalleryNext {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  z-index: 199;
  background: rgba(213, 213, 204, 0.8);
  overflow: hidden;
  margin-top: -20px;
  border: 1px solid #888;
  cursor: pointer;
}
.pagesGallery .pagesGalleryPrev {
  left: 0;
  right: auto;
  margin-left: 10px;
  background-image: url('../images/icons/icon-pagesGallery-left.png');
  background-position: -2px 0;
}
.pagesGallery .pagesGalleryPrev:hover {
  border: 1px solid #44544b;
  background-position: -2px -40px;
}
.pagesGallery .pagesGalleryNext {
  left: auto;
  right: 0;
  margin-right: 10px;
  background-image: url('../images/icons/icon-pagesGallery-right.png');
  background-position: 2px 0;
}
.pagesGallery .pagesGalleryNext:hover {
  border: 1px solid #44544b;
  background-position: 2px -40px;
}
.ie .pagesGallery .pagesGalleryNext {
  background: url('../images/icons/ie-icon-pagesGallery-right.png') 0 0;
  border: none !important;
}
.ie .pagesGallery .pagesGalleryPrev {
  background: url('../images/icons/ie-icon-pagesGallery-left.png') 0 0;
  border: none !important;
}
.pagesGalleryCaption {
  background: #571c1f;
  padding: 10px 0;
  margin-bottom: 40px;
  display: block;
}
.pagesGalleryCaption p {
  margin: 0 20px;
  color: #FFF;
  display: block;
  font-size: 0.86em;
  font-family: 'Droid Serif', serif;
}
.pagesGalleryCaption p.title {
  font-size: 1.14em;
  margin-bottom: 5px;
  font-weight: bold;
}
/* TABS */
.tabs {
  position: relative;
  float: left;
  width: 100%;
}
ul.tabHeadings {
  position: relative;
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #ddd;
}
ul.tabHeadings li.tabTitle {
  height: 32px;
  line-height: 32px;
  float: left;
  padding: 0 35px;
  font-family: 'Droid Serif', serif;
  font-size: 1em;
  text-transform: uppercase;
  background: #f1f1f1;
  color: #505050;
  margin-right: 2px;
}
ul.tabHeadings li.active {
  background: #44544b !important;
  color: #FFF !important;
}
.tabContent {
  min-height: 250px;
  margin-bottom: 20px;
}
#n49ReviewBody {
  display: block;
}
#n49ReviewBody #n49FilterByEmployee {
  display: none;
}
#n49ReviewBody .n49reviews {
  display: block;
}
#n49ReviewBody .n49reviewstitle {
  display: block;
  margin-bottom: 10px;
}
#n49ReviewBody .n49reviewstitle a {
  color: #7b8872;
  text-decoration: none;
  font-size: 1.29em;
  font-family: 'Droid Serif', serif;
}
#n49ReviewBody .reviews_stars {
  width: 120px;
  display: block;
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}
#n49ReviewBody .n49reviewsuser {
  display: block;
  float: left;
  font-size: 0.93em;
  font-family: 'Droid Serif', serif;
  color: #888;
  font-style: italic;
  margin-right: 40px;
  margin-bottom: 10px;
}
#n49ReviewBody .n49reviewsuser a {
  color: #44544b;
}
#n49ReviewBody .n49reviewsdate {
  display: block;
  float: left;
  font-size: 0.93em;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #888;
  margin-bottom: 10px;
}
#n49ReviewBody .n49reviewLongDesc {
  display: block;
  clear: both;
  color: #888;
  font-size: 1em;
  font-family: 'Droid Serif', serif;
  font-style: italic;
}
#n49ReviewBody .n49reviewsseperator {
  border: none;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}
#n49ReviewBody .photos {
  margin-top: 20px;
}
#n49ReviewBody .photos .n49ReviewPhotos {
  display: block;
  overflow: hidden;
  width: 100%;
}
#n49ReviewBody .photos b {
  font-size: 0.93em;
  font-family: 'Droid Serif', serif;
  color: #888;
  font-style: italic;
}
#n49ReviewBody .photos .n49ReviewPhotos img {
  width: 100px;
  float: left;
  margin: 0 10px 10px 0;
}
#n49ReviewBody .n49ReviewComments {
  margin-top: 20px;
}
#n49ReviewBody .n49ReviewComments .n49reviewComment {
  display: block;
  overflow: hidden;
  width: 100%;
  font-family: 'Droid Serif', serif;
  color: #888;
  font-style: italic;
}
#n49ReviewBody .n49ReviewComments b {
  font-size: 0.93em;
  font-family: 'Droid Serif', serif;
  color: #888;
  font-style: italic;
}
#n49ReviewBody table td {
  font-weight: bold;
}
#n49ReviewBody table td.active {
  background: #ddd;
}
#n49ReviewBody table a {
  text-decoration: none;
  font-weight: normal;
}
#map {
  margin-bottom: 20px;
}
#contactForm {
  position: relative;
}
#contactForm label {
  display: none;
}
.ie #contactForm label {
  display: block;
}
#contactForm label.error {
  float: left;
  color: #bd7171;
  font-weight: bold;
  font-size: 1em;
}
#contactForm input,
#contactForm textarea {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding: 15px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0px 0px 2px #ddd;
  -moz-box-shadow: inset 0px 0px 2px #ddd;
  -webkit-box-shadow: inset 0px 0px 2px #ddd;
}
#contactForm #ccity,
#contactForm #cprovince,
#contactForm #cdesireddate,
#contactForm #calternativedate,
#contactForm #ctimestart,
#contactForm #ctimeend {
  float: left;
  width: 47.8%;
  margin-top: 5px;
}
#contactForm #ccity,
#contactForm #cdesireddate,
#contactForm #ctimestart {
  margin-right: 20px;
}
#contactForm span.requiredText {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #8e4141;
  font-size: .9em;
  height: 50px;
  line-height: 50px;
  margin: -50px 25px 0 0;
  float: right;
}
#contactForm input[type="submit"] {
  width: 40%;
  height: 100%;
  padding: 10px 20px;
  border-radius: 0px;
  box-shadow: none;
  font-family: 'Droid Serif', serif;
  float: right;
  margin-top: 40px;
}
#contactForm input[type="checkbox"] {
  width: auto;
  height: auto;
}
#contactForm select {
  width: 100%;
  height: 100%;
  padding: 15px 5px;
  box-shadow: inset 0px 0px 2px #ddd;
  -moz-box-shadow: inset 0px 0px 2px #ddd;
  -webkit-box-shadow: inset 0px 0px 2px #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#contactForm textarea {
  min-height: 120px;
  min-width: 438px;
}
textarea.moreinfo {
  min-height: 50px!important;
  min-width: 438px;
}
#contactForm p {
  clear: both;
}
#contactForm #recaptcha_area input {
  padding: 6px 4px;
  border-radius: 0px;
  width: 100%;
  height: 100%;
}
/*#contactForm input[] {}*/
/* SPECIAL POPUPS - PLACE AFTER EXISITING CONTENT TO INHERIT STYLES*/
.confirmbox {
  background-color: #F2FFDB;
  color: #151515;
  border: 1px solid #9C6;
  margin: 10px 0px;
  padding: 5px;
  position: fixed;
  z-index: 1000000;
  top: 45%;
  left: 45%;
  text-align: middle;
  padding: 20px 50px;
  text-transform: uppercase;
  font-family: ProximanovaRegular;
}
body .overlaybackground {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.5);
  z-index: 9998;
}
body .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.ie body .overlaybackground {
  background: url(https://www.estatesofsunnybrook.com/images/icons/bg-overlay.png);
}
body .overlay .popupContainer {
  position: relative;
  width: 670px;
  height: 680px;
  left: 50%;
  top: 0;
  margin: 60px 0 0 -335px;
}
body .overlay .close {
  width: 124px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  border-radius: 5px;
  background: #000;
  color: #FFF;
  float: right;
  text-align: center;
  font-family: ProximanovaSemibold, sans-serif;
  font-size: 1.14em;
}
body .overlay .popupContents {
  background: #FFF;
  margin: -5px 0 0 0;
  float: left;
  width: 100%;
  min-height: 500px;
  font-size: 1em;
  box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
}
body .overlay .popupContents .gallery {
  width: 255px;
  height: 220px;
  float: left;
  margin: 20px 0 20px 20px;
}
body .overlay .popupContents .gallery .img-thumbs {
  width: 40px;
  float: left;
  margin-top: 20px;
}
body .overlay .popupContents .gallery .img-thumbs img {
  width: 40px;
  float: left;
}
body .overlay .popupContents .gallery .img-container {
  width: 200px;
  height: 220px;
  float: right;
  margin-top: 20px;
}
body .overlay .popupContents .gallery .img-container img {
  width: 100%;
  float: left;
}
body .overlay .popupContents .header {
  width: 365px;
  height: auto;
  overflow: hidden;
  float: right;
  margin: 20px 20px 20px 0;
}
body .overlay .popupContents .header h3.caplansPick {
  font-family: ProximanovaRegular;
  font-size: 0.93em;
  line-height: 24px;
  background: url(https://www.estatesofsunnybrook.com/images/icons/icon-caplans-picks-sm.png) no-repeat 0px 0px;
  padding-left: 25px;
  width: 50%;
  float: left;
}
body .overlay .popupContents .header .addToQuote {
  margin: 0;
  font-size: 0.71em;
}
body .overlay .popupContents a.button {
  margin: 0 0 15px 0px;
  padding: 6px 20px;
  background: #f1f0f0;
  font-family: ProximanovaRegular;
  color: #444;
  font-size: 0.71em;
}
body .overlay .popupContents a.button:hover {
  background: #e1e1e1;
}
body .overlay .popupContents .separator {
  border-bottom: 1px solid #ccc;
  height: 1px;
  clear: both;
}
body .overlay .popupContents .heading {
  height: auto;
  margin: 5px 0;
}
body .overlay .popupContents .heading h2 {
  font-family: ProximanovaRegular;
  font-size: 1.29em;
  line-height: 24px;
  color: #555;
  margin: 0;
}
body .overlay .popupContents .productSubtitle {
  color: #444;
  font-size: 0.93em;
  line-height: 18px;
  width: 190px;
  margin: 0 0 5px 0;
}
body .overlay .popupContents .price {
  width: 170px;
  font-size: 0.93em;
  line-height: 18px;
  text-align: right;
}
body .overlay .popupContents .price span.oldprice {
  text-decoration: line-through;
  padding-right: 5px;
}
body .overlay .popupContents .price span.rouge {
  font-size: 1.07em;
}
body .overlay .popupContents table {
  font-size: 0.93em;
}
body .overlay .popupContents table thead {
  background: #a33353;
}
body .overlay .popupContents table th,
body .overlay .popupContents table td {
  height: 20px;
  line-height: 20px;
  font-size: 0.93em;
}
body .overlay .popupContents table tr {
  background: #f8f8f8;
}
body .overlay .popupContents table tr:nth-child(even) {
  background: #ddd;
}
.ie7 body .overlay .popupContents table tr.even,
.ie7 body .overlay .popupContents table tr.even td {
  background: #ddd !important;
}
body .overlay .popupContents table td {
  font-family: ProximanovaRegular;
  text-align: left;
  width: 180px;
}
body .overlay .popupContents table td:first-child {
  font-family: ProximanovaSemiBold;
  text-align: right;
  width: 185px;
  padding-right: 20px;
}
body .overlay .popupContents .description {
  margin: 0 20px 20px 20px;
}
body .overlay .popupContents .popupFooter {
  margin: 0 20px 20px 20px;
}
body .overlay .popupContents .shareBar {
  width: 360px !important;
}
body .overlay .popupContents .compare {
  font-size: 0.86em;
  width: 100px;
  display: block;
  float: left;
}
.slide.cycle-slide {
  background: #FFF;
}
#banner {
  background: #000;
}