@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: #fff;
  text-align: center;
  font-weight: 300;
}
.mobilehide {
  display: inherit;
}
.mobileshow {
  display: none;
}

img {
  border-style: none;
  margin: 0;
  padding: 0;
}

p {
  font-size: 0.85em;
  color: #2b332c;
  line-height: 1.6em;
  font-weight: 400;
}

h1 {
  margin: 1.3em 0;
  font-size: 2em;
  color: #2b332c;
  font-weight: 300;
  margin: 0.8em 35px 0.4em 35px;
}
.single h1 {
  margin: 0.8em 35px 0.4em 35px;
}
.home h1 {
  margin: 1.1em 35px 1.2em 35px;
}

h2 {
  margin: 1.3em 0;
  font-weight: normal;
  font-size: 1.6em;
  color: #2b332c;
  letter-spacing: 0.05em;
}
.single h2 {
  margin: 0.5em 35px 2em 35px;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.01em;
}

h3 {
  margin: 1.3em 0;
  font-weight: normal;
  font-size: 1.2em;
  color: #2b332c;
  letter-spacing: 0.03em;
  font-style: italic;
}

h4 {
  font-weight: normal;
  font-size: 1.1em;
  color: #2b332c;
  letter-spacing: 0.04em;
  font-weight: 600;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li {
  font-weight: normal;
  color: #2b332c;
  font-size: 0.85em;
  line-height: 1.6em;
  padding: 0;
  margin: 0;
}

ul.bullet {
  margin: 0 0 10px 20px;
  padding: 0;
}

ul.bullet li {
  list-style-image: url(../images/bullet.gif);
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  color: #2b332c;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

td {
  padding: 5px 2px;
  font-size: 13px;
  color: #2b332c;
  line-height: 19px;
}

a {
  text-decoration: none;
}

a:link {
  color: #dd291e;
}
a:visited {
  color: #dd291e;
}
a:hover {
  color: #b9231b;
  text-decoration: underline;
}
a:active {
  color: #dd291e;
}

header a:link {
  color: #fff;
}
header a:visited {
  color: #fff;
}
header a:hover {
  text-decoration: underline;
  color: #fff;
}
header a:active {
  color: #fff;
}

.container.home {
  min-height: 300px;
}

footer a:link {
  color: #ebebeb;
}
footer a:visited {
  color: #ebebeb;
}
footer a:hover {
  color: #ebebeb;
}
footer a:active {
  color: #ebebeb;
}

.clear {
  clear: both;
}
.clearleft {
  clear: left;
}

strong {
  font-weight: 600;
}
.highlighttext {
  color: #3f3b37;
}

img {
  max-width: 100%;
}
.content-container {
  background: #e2dfda;
}

header {
  background: #e2dfda;
}
footer {
  margin: 0;
  clear: both;
}
.footer {
  background: #8cadcc;
}
.bgthird {
  background: url(/images/assets/bgthird.svg);
  background-size: 100%;
}
.bgthird .row {
  background: url(/images/assets/bgthird.svg) 30px 0 repeat-y;
  background-size: 100%;
}
.tabholder {
  padding-top: 0.7em;
  background: #2b332c;
  height: 2em;
}

.tabs ul li {
  display: inline-block;
  margin-right: 0.3em;
}
.tabs ul li a {
  font-size: 1.1em;
  display: block;
  height: 1.3em;
  padding: 0.3em 1.3em 0.55em 1.3em;
  margin-left: 0.3em;
  background: #de2920;
  color: #fff;
}
.tabs ul li a:hover {
  background: #e8e1d4;
  color: #2b332c;
}
.tabs ul li.selected a,
.tabs ul li.ancestor a {
  display: block;
  background: #e8e1d4;
  color: #2b332c;
}
.tabscontent {
  background: #e8e1d4;
  margin-bottom: 0px;
  min-height: 120px;
}
.topbar {
  height: 50px;
  background: #e2dfda;
}
.topbarinner {
  margin: 0 auto;
}

.language {
  position: absolute;
  right: 0;
  float: right;
  font-size: 0.8em;
  height: 30px;
  width: 100%;
}

.topcontact {
  position: absolute;
}
.topcontact ul {
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 0 20px;
  width: 400px;
  list-style: none;
}
.topcontact ul li {
  margin-top: 8px;
  padding-left: 10px;
  font-size: 11px;
  float: left;
  color: #fff;
}
.topcontact ul li a {
  color: #fff;
  padding-right: 10px;
  text-decoration: none;
}
span.emailicon,
span.speechicon {
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 35px;
  margin-left: -30px;
}
span.emailicon {
  margin-top: -3px;
  background: url(../images/speech-and-email-icons.png) no-repeat 0 0;
}
span.speechicon {
  margin-top: -5px;
  background: url(../images/speech-and-email-icons.png) no-repeat 0 -50px;
}
.languageholder {
  padding: 6px 65px 0 0;
}
.languagespacer {
  float: right;
  width: 10px;
  height: 10px;
}

.languageholder {
  padding: 6px 20px 0 0;
}
.languageholder .selected {
  font-weight: 600;
}
.languagespacer {
  float: right;
  width: 2px;
  height: 10px;
}

.englishlang {
  float: right;
  width: 32px;
  height: 19px;
}
.francaislangue {
  float: right;
  width: 30px;
  height: 19px;
}
.spanishlang {
  float: right;
  width: 32px;
  height: 19px;
}

.mast {
  background: #dd291e;
}

.mast2 {
  height: 135px;
  background: #dd291e;
}
.internationalflash {
  position: relative;
  float: right;
  margin-top: -220px;
  margin-right: 20px;
}

/* LAYOUT */

.logo {
  padding: 10px 0 10px 0;
}
.logo img {
  width: 200px;
}
.logomono img {
  width: 140px;
}

.strap {
  margin: 70px 50px 0 0;
  float: right;
}

.contentholder {
  width: 100%;
  background: #e2dfda;
  margin: 0;
  padding: 0;
}

.contentholderindex {
  width: 100%;
  background: #e2dfda;
  margin: 0;
  padding: 0;
}

.content {
  min-height: 350px;
}
/* mac hide \*/
/** html .content {height:350px}
/* end hide */

/*.content2 {
	min-height:350px;
	padding:0 0 40px 70px;
	}
/* mac hide \*/
/** html .content2 {height:350px}
/* end hide */

.contentindex {
  text-align: center;
  padding: 10px 0 12px 0;
}

.homebutton {
  box-sizing: border-box;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1001;
}
.homebutton ul {
  width: 100%;
  position: relative;
  margin: -130px 0 0 0;
}

.homebutton ul li a {
  font-size: 1.2em;
  padding: 0.5em 0.4em 0.7em 0;
  font-style: italic;
  display: block;
  width: 100%;
  color: #fff;
  background: url(/images/assets/arrow.gif) no-repeat right center;
  background-size: auto 100%;
}
.homebutton ul li a:hover {
  color: #fff;
  background: url(/images/assets/arrow-hover2.gif) no-repeat right center;
  background-size: auto 100%;
}
.redbutton ul li a {
  font-size: 1em;
  margin: -5px 0 0 0;
  padding: 0.5em 0.4em 0.6em 0;
  font-style: italic;
  display: block;
  color: #fff;
  background: url(/images/assets/arrow.gif) no-repeat right center;
  background-size: auto 100%;
}
.redbutton ul li a:hover {
  color: #fff;
  background: url(/images/assets/arrow-hover2.gif) no-repeat right center;
  background-size: auto 100%;
}

.alpha30 {
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.3);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.alpha70 {
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.7);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.contentprop {
  padding: 0 33px 40px 70px;
}

.maincolumn {
  float: right;
  margin: 0 20px 0 0;
  width: 750px;
}
.home figure {
  margin-left: 0;
}
.rightcolumn {
  margin: 0 0 0 0;
  float: left;
  padding: 0 0 0 0;
  width: 160px;
}
.righcolumninner {
  background: #eae9e6;
}
.righcolumninner h4 {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.righcolumninner ul {
  list-style: none;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.righcolumninner li {
  font-size: 0.9em;
  margin: 0;
  padding: 2px 0 2px 0;
}
.greyband {
  height: 20px;
  width: 100%;
  background: #998f86;
}

.greybandfooter {
  background: #2b332c;
  font-size: 0.8em;
  padding: 10px 0 20px 0;
  color: #ebebeb;
}
.copyright {
  padding: 0 30px;
}
.copyright p {
  color: #ebebeb;
}
.greybandfooter a {
  text-decoration: none;
}

.greybandfooter ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.greybandfooter li {
  display: inline-block;
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
}

.greyband2 {
  height: 25px;
  width: 100%;
  background: #998f86;
}

.mainpic {
  width: 100%;
  margin-bottom: -5px;
}

.nav {
  height: 2.4em;
  width: 100%;
  background: #b9231b;
}

.redband {
  margin: 0;
  background: #b9231b;
}
.red {
  background: #dd291e;
}
.addresscard {
  min-height: 233px;
  background: #dd291e;
  margin: 30px 0 30px 0;
  padding: 20px;
  color: #fff;
  position: relative;
}
.addresscard span {
  letter-spacing: 0.08em;
  font-size: 1.2em;
}
#form1_contact,
#form1_contact-fr,
#form1_contact-es {
  padding-top: 30px;
  margin-bottom: 0rem;
}
.success {
  background: #72af8b;
  margin: 30px 0 0 0;
  position: relative;
  padding: 15px;
}
.success p {
  font-size: 1.2em;
  color: #fff;
  margin: 0;
  padding: 0;
}
.importante {
  position: absolute;
  left: -9999px;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scenery {
  background: #1a201b;
  min-height: 290px;
  overflow: hidden;
  margin-bottom: -10px;
}
.scenery img {
  object-fit: cover;
  min-height: 310px;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.nav li {
  white-space: nowrap;
  text-align: center;
  margin: 0;
  font-size: 1em;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.nav li a {
  padding: 0.4em 20px 0 20px;
  margin-left: -3px;
  display: block;
  height: 2em;
}
.nav li a:link {
  text-decoration: none;
  color: #fff;
}

.nav li a:visited {
  text-decoration: none;
  color: #fff;
}

.nav li a:hover {
  background: #7b140e;
  color: #fff;
  height: 2em;
}

.nav li.selected a,
.nav li.ancestor a {
  font-weight: 700;
  background: #dd291e;
}

ul.breadcrumbs {
  margin: 0 0 0 0;
  padding: 0;
  position: absolute;
}
ul.breadcrumbs li {
  display: flex;
  font-size: 11px;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 2px 0 0;
}
ul.breadcrumbs li a {
  margin: 0 0 0 0;
  padding: 0;
  color: #fff;
}
ul.breadcrumbs span.crumbs {
  display: inline-block;
  margin-top: 2px;
}
ul.breadcrumbs span.svg {
  display: inline-block;
  margin-top: -5px;
  padding-right: 6px;
}

.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.slider {
  margin-bottom: 0px;
  background: #2b332c;
}
.listing-slider {
  overflow: hidden;
  background-color: #2b332c;
  padding-bottom: 0px;
}
.slides {
  height: 100%;
  width: 100%;
}

.cycle-slideshow {
  position: relative;
}
.cycle-slideshow {
  background: #2b332c;
  width: 100%;
  overflow-y: hidden;
  min-height: 250px;
  max-height: 950px;
}
.cycle-slideshow .slider {
  margin-top: 0;
}
.cycle-slideshow .sliderhome {
  margin-top: 0;
  margin-bottom: -5px;
  width: 100%;
  height: auto;
  max-height: 750px;
}
.cycle-slideshow img {
  max-width: 80%;
  height: auto;
  margin-top: 0;
  aspect-ratio: 3 / 2;
}

.cycle-overlay {
  bottom: 0px;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 38px;
  z-index: 1000;
  padding-top: 12px;
}
.cycle-overlay p {
  color: #fff;
  font-size: 1em;
}

a.cycle-slide {
  width: 100%;
}

#myCarousel {
  max-width: 1500px;
  max-height: 950px;
  margin: 0 auto;
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-carousel__dot {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: var(--f-carousel-dot-width);
  height: var(--f-carousel-dot-height);
  border-radius: var(--f-carousel-dot-radius);
  background-color: white;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  pointer-events: none;
}

.homecontent {
  float: left;
  padding: 0px 15px 15px 25px;
  width: 600px;
}


.bottomcontent {
  background: #dacbb1;
  margin-bottom: 0;
  padding: 2em 0 0 0;
}
.bottomcontent ul {
  text-align: justify;
  padding: 2em 2em 2em 4em;
  margin: 0 13%;
  margin-bottom: 2em;
  background: #e8e1d4;
  list-style-position: inside;
}
.bottomcontent li {
  list-style: disc;
}

.linktogallery ul li {
  color: #dd291e;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  margin-left: 50px;
}
.linktogallery ul li.pdf span {
  position: absolute;
  margin-top: -6px;
  margin-left: -36px;
  display: inline-block;
  background: url(/images/assets/pdf.svg) no-repeat;
  background-size: 100%;
  height: 31px;
  width: 31px;
}
.linktogallery ul li.galleryicon span {
  position: absolute;
  margin-top: -6px;
  margin-left: -40px;
  display: inline-block;
  background: url(/images/assets/galleryicon.svg) no-repeat;
  background-size: 100%;
  height: 31px;
  width: 31px;
}
.linktogallery ul li.pdf a {
  margin-left: 30px;
  margin-top: 0;
  display: inline-block;
  height: 31px;
}

.linktogallery ul li.galleryicon a {
  margin-left: 40px;
  margin-top: 0;
  display: inline-block;
  height: 31px;
}
.listing figure {
  padding: 0;
  margin: 0;
}
.listings {
  padding-top: 30px;
}
.listings ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.forsalehome .listings ul,
.forrenthome .listings ul {
  justify-content: left;
}
.listings li {
  width: 31%;
  background-color: #e8e1d4;
  margin: 0;
  padding: 0;
}
.forsalehome .listings li,
.forrenthome .listings li {
  width: 23%;
  background: none;
}
.listings li a {
  margin: 0;
  padding: 0;
  display: block;
}
.listings p {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
}
.listings li a:hover {
  text-decoration: none;
}
.listingsbody p {
  padding: 5px 5px 0 5px;
  font-size: 1em;
  color: #2b332c;
  line-height: 1.6em;
  font-weight: 400;
}
.bodycopy .listings {
  padding-top: 0px;
}
.listings li div.aspect {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.forsalecolor {
  background-color: #ccba9b;
}
.home section.main {
  text-align: left;
}
.home aside img {
  padding-bottom: 30px;
}
.single aside {
  text-align: left;
  padding: 20px;
}
.single aside li {
  text-align: center;
}
.single aside li a {
  padding-right: 10px;
  text-align: center;
}

.forrentcolor1 {
  background-color: #d1dbd1;
}
.forrentcolor .tabscontent {
  background-color: #d1dbd1;
}
.forrentcolor .listings li {
  background-color: #d1dbd1;
}
.bottomcontent.forrentcolor {
  background-color: #d1dbd1;
}
.bottomcontent.forrentcolor ul {
  background-color: #e3efe3;
}
.forsalehome,
.forrenthome {
  padding: 30px 0 20px 0;
  min-height: 250px;
}
.forsalehome h3,
.forrenthome h3 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-style: normal;
  text-align: left;
}

.bodycopy {
  text-align: justify;
  margin-top: 2em;
}

/* google map */

.cmsmap {
  width: 100%;
  height: 400px;
}
.cmsmap img {
  max-width: auto;
}

/* propery image slider */

.next,
.prev {
  display: block;
  float: right;
  margin-top: 40px;
  width: 20px;
  height: 33px;
  z-index: 3000;
}
.prev {
  float: left;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

svg path.redarrows {
  fill: #dd291e;
}
svg:hover path.redarrows {
  fill: #b9231b;
}
svg path.whitearrows {
  fill: rgba(250, 250, 250, 0.5);
}
svg:hover path.whitearrows {
  fill: rgba(250, 250, 250, 0.9);
}

.herotext {
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 480px;
}
.herotext h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: 300;
  line-height: 5rem;
  margin: 20px 0 20px 0;
  letter-spacing: 0.05em;
}
.herotitle {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 47px;
  overflow-y: hidden;
  margin-top: -47px;
  z-index: 1000;
}
.herotitle p {
  margin-top: 2px;
}

.herotitle .next,
.herotitle .prev {
  margin-top: 8px;
  z-index: 1000;
}
.herotitle .next {
  padding-left: 30px;
}
.herotitle .prev {
  padding-left: 30px;
}
.herotitle svg {
  text-align: left;
}
.herotitle p {
  color: #fff;
  font-size: 1em;
  padding-top: 10px;
}

.slider a.gallery,
.sliderhome a.gallery {
  position: absolute;
  z-index: 999;
  display: block;
  width: 100%;
  height: 87%;
  background: none;
  top: 0;
  margin-top: 0 !important;
}
.homeslidertitle {
  position: absolute;
  z-index: 2100;
  margin-top: -80px;
  width: 100%;
}
article {
  background: white;
  width: 40%;
  padding: 20px;
  position: relative;
}
article::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 20px;
  width: 100%;
  background-size: 150%;
}

.partner {
  background: #343e35;
  padding: 25px 0 20px;
  text-align: center;
}
.partner p {
  font-weight: 300;
  color: #fff;
  font-size: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.partner img {
  width: 200px;
}

/* FancyBox  */

/*
  Thumbnails
*/

.f-thumbs.is-classic {
  --f-thumb-width: 90px;
  --f-thumb-height: 135px;

  --f-thumb-gap: 0.5rem;

  --f-thumb-opacity: 1;
  --f-thumb-selected-opacity: 0.2;

  --f-button-color: #0d0c22;
  --f-button-hover-color: #ff3520;

  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
}

.f-thumbs.is-classic .f-thumbs__slide__img {
  object-fit: contain;
}

.f-thumbs.is-classic .f-carousel__nav .f-button[disabled] {
  display: none;
}

/*
  Main carousel
*/
#myCarousel {

  --f-carousel-spacing: 0;

  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-border-radius: 0;

  --f-button-color: #fff;
  --f-button-hover-color: #fff;

  --f-button-bg: #ff3520;
  --f-button-hover-bg: #921e12;
  --f-button-active-bg: #ff3520;

  --f-button-svg-width: 28px;
  --f-button-svg-height: 28px;

  --f-button-svg-stroke-width: 1;
  --f-button-svg-filter: none;

  --f-carousel-dot-opacity: 0.5;
  height: var(--product-view-height);
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#myCarousel .f-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#myCarousel .f-carousel__nav {
  opacity: 0;
  transition: opacity 0.15s;
}

.fancybox__container {
  --fancybox-bg: #2b332c !important;
}
.f-button {
  --f-button-bg: #2b332c57;
  --f-button-hover-bg: #ff3620c6;
  --f-button-active-bg: #ff3620c6;
  --f-button-border-radius: 0;
  --f-button-svg-disabled-opacity: 0.65;
}
.fancybox__toolbar .f-button {
  background: #2b332c !important;
}
.f-thumbs__slide {
  height: 100px !important;
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: 1 !important;
}
.f-thumbs__slide__button {
  opacity: 0.9 !important;
}
.f-carousel__dots {
  bottom: 30px !important;
}

.f-carousel__dots li button {
  background-color: #dd291e !important;
}


@media (hover: hover) {
  #myCarousel:hover .f-carousel__nav {
    opacity: 1;
  }
}

/*
  Fancybox
*/

.fancybox__container {
  --fancybox-color: #fff;
  --fancybox-bg: #2b332c;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
}

.fancybox__toolbar,
.fancybox__nav {
  --f-button-width: 60px;
  --f-button-height: 60px;
  --f-button-border-radius: 0;

  --f-button-color: #fff;
  --f-button-hover-color: #b9231b;

  --f-button-bg: #2b332c;
  --f-button-hover-bg: #2b332c;
  --f-button-active-bg: #2b332c;

  --f-button-svg-width: 32px;
  --f-button-svg-height: 32px;

  --f-button-svg-stroke-width: 1;
  --f-button-svg-filter: none;
}

.fancybox__nav {
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}


/* CONTACT PAGE  */

.contactbox {
  margin: 20px 0 0 0;
  padding: 5px 10px;
  width: 410px;
  background: #eae9e6;
}

.messagebox {
  margin: 20px 0 0 0;
  padding: 5px 10px;
  width: 885px;
  background: #eae9e6;
}

.warning {
  font-weight: bold;
  color: #dd291e;
}

.content-container {
  min-height: 500px;
  padding: 20px 12px 20px 28px;
}
.content {
  padding: 0;
}
.content ul {
  text-align: justify;
  padding: 0 13%;
  margin-bottom: 2em;
}
.content ul li {
  list-style: disc;
}
.editor {
  padding: 1em 12%;
}
.editor ul {
  padding: 0;
  text-align: center;
}
.editor ul li {
  list-style: none;
}
.editor ul li a {
  font-size: 1.1em;
}
.spacer {
  height: 30px;
}
.spacer2 {
  height: 20px;
}
.spacer3 {
  height: 10px;
}

/* EQUAL COLUMNS */

.equalcol-container {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
}

.equalcol {
  display: table-cell; /* Make elements inside the container behave like table cells */
}

/* Larger than Desktop HD */
@media (min-width: 1600px) {
  .cycle-slideshow,
  .cycle-slideshow .sliderhome {
    max-height: 1000px;
  }
  .cycle-slideshow img {
    max-width: 70%;
  }
}

@media (max-width: 1600px) {
}

/* Larger than Desktop HD */
@media (max-width: 1200px) {
  .herotext {
    top: 380px;
  }
}

/* Larger than desktop */
@media (max-width: 960px) {
  .cycle-slideshow img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .herotext {
    top: 350px;
  }
}
/* Larger than desktop */
@media (max-width: 960px) {
  .listings li {
    width: 48%;
  }
  .forsalehome .listings li,
  .forrenthome .listings li {
    width: 31%;
    background: none;
  }
}
/* Larger than tablet */
@media (max-width: 750px) {
  h1 {
    font-size: 1.7em;
  }
  .herotext {
    top: 330px;
  }
  .herotext h2 {
    font-size: 5rem;
    line-height: 5rem;
    margin: 15px 0 15px 0;
  }

  .addresscard {
    font-size: 0.9em;
  }
  .mobicurrent {
    margin-left: 60px;
  }
  .logo {
    padding: 20px 0 10px 0;
  }
  .listings li {
    width: 48%;
  }
  .forsalehome .listings li,
  .forrenthome .listings li {
    width: 47%;
    background: none;
  }
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
  .cycle-slideshow img {
    min-width: 100%;
    min-height: 100%;
  }
  .cycle-slideshow .sliderhome {
    margin-top: 0 !important;
    margin-bottom: 0px;
  }

  .cycle-slideshow .sliderhome {
    margin-top: -30px;
    margin-bottom: 0px;
    width: 100%;
    height: 250px;
    max-height: 700px;
  }

  .topcontact ul {
    width: 100%;
  }
  .logo {
    padding: 25px 0 0px 0;
  }
  .mobilehide {
    display: none;
  }
  .mobileshow {
    display: inherit;
  }

  .herotext {
    top: 290px;
  }

  h1 {
    font-size: 1.4em;
  }
  .herotext h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin: 10px 0 10px 0;
  }
  .herotitle p {
    font-size: 0.8em;
  }
  
  .cycle-overlay p {
    color: #fff;
    font-size: 0.85em;
  }
  
  .redbutton {
    margin-bottom: 20px;
  }

  .bgthird {
    background: none;
  }
  .bgthird .row {
    background: none;
  }
  .single aside {
    background: #e8e1d4;
    margin: 0 0 2em 0;
  }
  .home aside img {
    padding-bottom: 20px;
  }
  .home section.main {
    text-align: center;
  }
  .forsalehome h3,
  .forrenthome h3 {
    text-align: center;
  }
  .tabholder {
    padding-top: 0em;
    height: 3em;
  }
  .tabs {
    margin-top: 0em;
  }

  .addresscard {
    font-size: 1em;
  }
  .mobicurrent {
    margin-left: 30px;
  }
  #custom-caption p {
    font-size: 0.8em;
  }

  .homebutton {
    left: 0%;
  }
  .homebutton ul {
    left: 0%;
  }
  .listings li {
    width: 100%;
  }
  .forsalehome .listings li,
  .forrenthome .listings li {
    width: 100%;
    background: none;
  }
  #form1_contact,
  #form1_contact-fr,
  #form1_contact-es {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0rem;
  }
}

/* Larger than mobile */
@media (max-width: 400px) {
  .topcontact ul {
    width: 100%;
  }

  .herotext {
    top: 270px;
  }
  .herotext h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin: 10px 0 10px 0;
  }
  h1 {
    font-size: 1.2em;
  }
  .herotext h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin: 10px 0 10px 0;
  }
  .single h2 {
    margin: 0.5em 25px 1em 25px;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .tabholder {
    padding-top: 0em;
    height: 3.3em;
  }
  .tabs ul li a {
    font-size: 1em;
    height: 1.2em;
  }
  .cycle-overlay p {
    padding-top: 5px;
    color: #fff;
    font-size: 0.7em;
  }
  .listings li {
    width: 100%;
  }
  .listing ul {
    display: flex;
    flex-direction: column;
  }
}
