/* Styles common to all versions */

a[href^="tel"] {
	color:inherit;
    text-decoration:none;
}

/* Global styles */
/**********************************************************************************************************************/

.app-h1 {
	margin-bottom: 2rem;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

.app-h1 .fa-chevron-right {
	margin-top: .6rem;
	margin-right: 1rem;
	margin-left: 1rem;
	vertical-align: top;
	font-size: 1.25rem;
}

.app-h1 .app-br {
	display: none;
}

.app-h3 {
	text-transform: uppercase;
	font-size: 2.15rem;
	font-weight: 600;
}

.app-p {
	font-weight: 300;
}

.app-ul {
	margin: 0;
	padding: 0;
}

.app-overlay {
	position: absolute;
	width: 100%;
}


.app-container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.app-container-fluid .app-col {
	padding-left: 0;
	padding-right: 0;
}

.app-section {
	padding-top: 2.15rem;
}

.app-btn-360 {
	position: relative;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 1rem;
	height: 2rem;
	padding-left: 2.75rem;
	padding-right: 1rem;
	line-height: 2rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.app-btn-360:before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 2rem;
	height: 2rem;
	background-image: url(/img/icon-360.png);
	background-size: contain;
	content: '';
}

.app-btn-360:hover,
.app-btn-360:visited {
	text-decoration: none;
	color: #fff;
}

/**********************************************************************************************************************/


/* Components */
/**********************************************************************************************************************/

/* Overlay */

.app-overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0,0,0,.75);
	-webkit-transition: visibility 0.5s, opacity 0.5s;
	-moz-transition: visibility 0.5s, opacity 0.5s;
	-o-transition: visibility 0.5s, opacity 0.5s;
	transition: visibility 0.5s, opacity 0.5s;
}

.app-page.app-panelActive .app-overlay {
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

/* Lightbox */

.app-lightbox {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.5s, opacity 0.5s;
	-moz-transition: visibility 0.5s, opacity 0.5s;
	-o-transition: visibility 0.5s, opacity 0.5s;
	transition: visibility 0.5s, opacity 0.5s;
}

.app-lightbox .app-overlay {
	visibility: hidden;
	opacity: 0;
}

.app-lightbox.app-lightboxActive .app-overlay {
	visibility: visible;
	opacity: 1;
}

.app-lightbox .app-close {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 3rem;
	height: 3rem;
	border: none;
	background-color: transparent;
	padding: 0;
	line-height: 3rem;
	font-size: 3rem;
	color: rgba(255,255,255,0.9);
}

.app-lightbox .slick-arrow {
	z-index: 1;
}

.app-lightbox.app-lightboxActive {
	opacity: 1;
	visibility: visible;
}

.app-lightbox .app-element {
    text-align: center;
}

.app-lightbox .app-element:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.app-lightbox .app-element .app-content {
	display: inline-block;
    vertical-align: middle;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
}

.app-lightbox .app-element .app-content .app-img {
	width: 100%;
	height: auto;
}

.app-lightbox .slick-slider,
.app-lightbox .slick-list,
.app-lightbox .slick-track {
	height: 100%;
}

/* Main navigation */

.app-mainNav .app-subnav {
	display: none;
}

.app-mainNav .app-subnav {
	position: absolute;
	background-color: #389fb1;
	padding: 0;
}

.app-mainNav .app-subnav .app-a {
	display: block;
	border-top: 1px solid #47c7de;
	padding-top: .5rem;
	padding-bottom: .5rem;
	line-height: 1.2;
	text-align: center;
	font-size: .9rem;
	color: #fff;
}

/*.app-mainNav .app-2 .app-subnav {
	background-color: #678896;
}

.app-mainNav .app-2 .app-subnav .app-a {
	border-top: 1px solid #859fab;
}

.app-mainNav .app-3 .app-subnav {
	background-color: #80793f;
}

.app-mainNav .app-3 .app-subnav .app-a {
	border-top: 1px solid #999365;
}

.app-mainNav .app-4 .app-subnav {
	background-color: #312b53;
}

.app-mainNav .app-4 .app-subnav .app-a {
	border-top: 1px solid #5a5575;
}*/

.app-mainNav .app-subnav .app-subnav {
	position: relative;
}

/* Panel */

.app-panel {
	position: fixed;
	top: 0;
	width: 230px;
	height: 100%;
	right: -230px;
	overflow-x: hidden;
	background-color: #000;
	-webkit-transition: right 0.5s;
	-moz-transition: right 0.5s;
	-o-transition: right 0.5s;
	transition: right 0.5s;
}

.app-panel .app-label {
	margin-left: 1rem;
	line-height: 4rem;
	text-transform: uppercase;
	font-size: 1.25rem;
	color: #fff;
}

.app-panel .app-close {
	position: absolute;
	right: 1rem;
	line-height: 4rem;
	font-size: 2rem;
	color: #fff;
}

.app-panel .app-li .app-a {
	display: block;
	padding-left: 1rem;
	border-top: 1px solid #3f3f3f;
	line-height: 2.5rem;
	font-size: 1.25rem;
	color: #fff;
}

.app-panel .app-subnav {
	position: relative;
}

.app-panel .app-subnav .app-a {
	padding: 0 0 0 2rem;
	border-top: 1px solid #47c7de;
	text-align: left;
}

.app-panel.app-panelActive {
	right: 0;
}

/* Page */

.app-page {
	position: relative;
	right: 0;
	-webkit-transition: right 500ms;
	-moz-transition: right 500ms;
	-o-transition: right 500ms;
	transition: right 500ms;
}

.app-page.app-panelActive {
	right: 230px;
}

/* Return to top */

.app-returnToTop {
	display: none;
	position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
    text-decoration: none;
	border-radius: 1.5rem;
}

.app-returnToTop:hover {
    background: rgba(0, 0, 0, 0.9);
}

.app-returnToTop span {
    color: #fff;
    font-size: 2rem;
	line-height: 2.5rem;
}

/**********************************************************************************************************************/


/* Header */
/**********************************************************************************************************************/

.app-header {
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 4rem;
	background-color: #151515;
}

.app-header .app-secondaryNav .app-ul {
	height: 4rem;
}

.app-header .app-secondaryNav .app-li {
	display: inline-block;
	margin: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0;
}

.app-header .app-secondaryNav .app-a {
	display: inline-block;
	height: 2rem;
	width: 2rem;
	margin-left: .5rem;
	border-radius: 1rem;
	background-color: #fff;
	line-height: 2rem;
	text-align: center;
	color: #000;
}

.app-header .app-secondaryNav .app-a.app-1 {
	margin-left: 0;
	background-color: #47c7de;
}

.app-header .app-secondaryNav .app-a.app-3 {
	font-weight: 600;
}

.app-header .app-col.app-2 {
	text-align: right;
}

.app-header .app-mainNav > .app-ul > .app-li > .app-a.app-active {
	background-color: #3f3f3f;
}

.app-header .app-mainNav > .app-ul > .app-li {
	display: inline-block;
}

.app-header .app-mainNav > .app-ul > .app-li {
	position: relative;
}

.app-header .app-mainNav .app-li:first-child {
	padding-left: 0;
}

.app-header .app-mainNav > .app-ul > .app-li > .app-a {
	display: inline-block;
	padding-right: 1rem;
	padding-left: 1rem;
	line-height: 4rem;
	color: #fff;
}

.app-header .app-mainNav > .app-ul > .app-li > .app-a.app-1 {
	padding-left: 0;
}

.app-header .app-mainNav > .app-ul > .app-li > .app-a.app-5 {
	padding-right: 0;
}

.app-header .app-hamburger {
	display: none;
	line-height: 4rem;
	font-size: 2rem;
	cursor: pointer;
	color: #fff;
}

/**********************************************************************************************************************/


/* Slideshow */
/**********************************************************************************************************************/

.app-section.app-slideshow {
	position: relative;
	width: 100%;
	background-color: #000;
	padding-top: 0;
}

.app-section.app-slideshow .app-intro {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.app-section.app-slideshow .app-intro .app-logo {
	padding-top: 6.5rem;
	padding-bottom: 2.15rem;
	text-align: center;
}

.app-section.app-slideshow .app-logo .app-img {
	width: 11rem;
}

.app-section.app-slideshow .app-intro .app-text {
	width: 100%;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}

.app-section.app-slideshow .app-slides {
	position: relative;
	width: 100%;
	height: 100%;
}

.app-section.app-slideshow .app-slides .app-img {
	opacity: .4;
}

.app-section.app-slideshow .app-slides .slick-list,
.app-section.app-slideshow .app-slides .slick-track {
	height: 100%;
}

.app-section.app-slideshow .app-slides .slick-dots {
	position: absolute;
    list-style-type: none;
	margin-bottom: 2.15rem;
    padding: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.app-section.app-slideshow .app-slides .slick-dots li {
	display: inline-block;
}

.app-section.app-slideshow .app-slides .slick-dots button {
	width: 14px;
	height: 14px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	border: none;
	background-color: rgba(255,255,255,.75);
	margin: 0 5px;
	padding: 0;
	color: transparent;
	font-size: 0;
	border-radius: 7px;
}

.app-section.app-slideshow .app-slides .slick-dots .slick-active button {
	background-color: rgba(71,199,222,.75);
}

.app-section.app-slideshow .app-slides .app-element {
	position: relative;
	height: 100%;
}

.app-section.app-slideshow  .app-slides .app-element .app-img {
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.app-section.app-slideshow .app-slides .app-element.app-1 .app-overlay {
	min-height: 100%;
	background-color: #000;
	opacity: 0.5;
}

/**********************************************************************************************************************/


/* Condos */
/**********************************************************************************************************************/

.app-section.app-condos .app-h1 {
	margin-bottom: 2rem;
	font-weight: 700;
	color: #3f3f3f;
}

.app-section.app-condos .app-col {
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.app-section.app-condos .app-col .app-frame {
	position: absolute;
}

.app-section.app-condos .app-col .app-frame.app-top {
	height: 10px;
	top: 0;
	right: 10px;
	left: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.app-section.app-condos .app-col .app-frame.app-right {
	width: 10px;
	height: calc(100% - 20px);
	top: 10px;
	right: 0;
	bottom: 10px;
	border-left: 1px solid rgba(255, 255, 255, .5);
}

.app-section.app-condos .app-col .app-frame.app-bottom {
	height: 10px;
	right: 10px;
	bottom: 0;
	left: 10px;
	border-top: 1px solid rgba(255, 255, 255, .5);
}

.app-section.app-condos .app-col .app-frame.app-left {
	width: 10px;
	height: calc(100% - 20px);
	top: 10px;
	bottom: 10px;
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, .5);
}

.app-section.app-condos .app-col .app-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: .75rem;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.app-section.app-condos .app-col .app-text .app-h2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1200px) {
	.app-section.app-condos .app-col .app-text .app-h2 {
		font-size: 1rem;
	}
}

.app-section.app-condos .app-col .app-text .app-hr {
	width: 80%;
	height: 1px;
	margin: 2px auto 4px auto;
	border: none;
	background-color: rgba(255,255,255,.5);
}

.app-section.app-condos .app-col .app-text .app-span {
	display: block;
	position: absolute;
	width: 100%;
	padding: 0 3rem;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	font-size: .8rem;
}

.app-section.app-condos .app-col .app-text .app-arrow {
	display: block;
	padding-top: 1rem;
	font-size: 2rem;
	color: rgba(255,255,255,0.5);
}

.app-section.app-condos .app-col.app-1 .app-text {
	background-color: rgba(49,42,82,.75);
}

.app-section.app-condos .app-col.app-2 .app-text {
	background-color: rgba(128,121,63,.75);
}

.app-section.app-condos .app-col.app-3 .app-text {
	background-color: rgba(103,136,150,.75);
}

.app-section.app-condos .app-col.app-4 .app-text {
	background-color: rgba(229,154,48,.75);
}

.app-section.app-condos .app-col.app-5 .app-text {
	background-color: rgba(184, 0, 0, .75);
}

.app-section.app-condos .app-col .app-links {
	position: relative;
	display: none;
	padding-top: .25rem;
	padding-right: .25rem;
	padding-bottom: .25rem;
	padding-left: .25rem;
	text-align: center;
	font-size: 0;
	color: #fff;
}

.app-section.app-condos .app-col .app-links .app-a {
	display: inline-block;
	margin: .25rem;
	border: 2px solid rgba(255,255,255,.8);
	border-radius: 1.1rem;
	padding: .5rem 1rem;
	line-height: 1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	font-family: 'Libre Baskerville', serif;
	font-size: 1rem;
	color: #fff;
}

@media screen and (min-width: 1200px) {
	.app-section.app-condos .app-col .app-links .app-a {
		font-size: .6rem;
		padding: .25rem .5rem;
		margin: .2rem;
	}
}

.app-section.app-condos .app-col.app-1 .app-links .app-a {
	background-color: #131020;
}

.app-section.app-condos .app-col.app-2 .app-links .app-a {
	background-color: #333019;
}

.app-section.app-condos .app-col.app-3 .app-links .app-a {
	background-color: #29363c;
}

.app-section.app-condos .app-col.app-4 .app-links .app-a {
	background-color: #df8e1c;
}

.app-section.app-condos .app-bottom-text {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #3f3f3f;
	background-color: #3f3f3f;
	text-align: center;
	color: #fff;
}

.app-section.app-condos .app-bottom-text .app-hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 2px solid #fff;
}

/**********************************************************************************************************************/


/* Activities */
/**********************************************************************************************************************/

.app-section.app-activities .app-h1 {
	margin-bottom: 2rem;
	color: #47c7de;
}

.app-section.app-activities .app-col {
	position: relative;
}

.app-section.app-activities .app-text {
	position: absolute;
	width: 100%;
	padding-top: 1.5rem;
	padding-right: 2rem;
	padding-left: 2rem;
	padding-bottom: 1.5rem;
	font-size: 0;
	color: #fff;
}

.app-section.app-activities .app-text .app-hr {
	display: inline-block;
	width: 80%;
	margin-top: .15rem;
	margin-bottom: .3rem;
}

.app-section.app-activities .app-text .app-p {
	display: inline-block;
	width: 80%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
}

.app-section.app-activities .app-col {
	height: 28rem;
	background-position: center center;
	background-size: cover;
}

.app-section.app-activities .app-col.app-1 {
	background-image: url("../../img/kayak-lac-tremblant.jpg");
}

.app-section.app-activities .app-col.app-2 {
	background-image: url("../../img/ski-montagne-tremblant.jpg");
}

.app-section.app-activities .app-col.app-1 .app-text {
	top: 0;
	background-color: rgba(71,199,222,.7);
	text-align: right;
}

.app-section.app-activities .app-col.app-2 .app-text {
	bottom: 0;
	background-color: rgba(172,172,172,.7);
}

/**********************************************************************************************************************/


/* Features */
/**********************************************************************************************************************/

.app-section.app-features {
	padding-bottom: 2.15rem;
}

.app-section.app-features .app-table td {
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.app-section.app-features .app-table tr:first-child td {
	padding-top: 0;
}

.app-section.app-features .app-table tr:last-child td {
	padding-bottom: 0;
}

.app-section.app-features .app-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-right: .5rem;
	background-image: url("../../img/sprite-icon-40.png");
	border-radius: 1rem;
	background-size: cover;
	background-position: 0 0;
	vertical-align: middle;
}

.app-section.app-features .app-icon.app-kitchen {	background-position: 0 0 }
.app-section.app-features .app-icon.app-bedding { background-position: -2rem 0 }
.app-section.app-features .app-icon.app-dishwasher { background-position: -4rem 0 }
.app-section.app-features .app-icon.app-cellar { background-position: -6rem 0 }
.app-section.app-features .app-icon.app-washer { background-position: -8rem 0 }
.app-section.app-features .app-icon.app-bathrooms { background-position: -10rem 0 }
.app-section.app-features .app-icon.app-bathshower { background-position: -10rem 0 }
.app-section.app-features .app-icon.app-tv { background-position: -12rem 0 }
.app-section.app-features .app-icon.app-terrace { background-position: -14rem 0 }
.app-section.app-features .app-icon.app-bbq { background-position: -16rem 0 }
.app-section.app-features .app-icon.app-playground { background-position: -18rem 0 }
.app-section.app-features .app-icon.app-golf { background-position: -20rem 0 }
.app-section.app-features .app-icon.app-rink { background-position: -22rem 0 }
.app-section.app-features .app-icon.app-dvd { background-position: -24rem 0 }
.app-section.app-features .app-icon.app-hifi { background-position: -26rem 0 }
.app-section.app-features .app-icon.app-wifi { background-position: -28rem 0 }
.app-section.app-features .app-icon.app-fireplace { background-position: -30rem 0 }
.app-section.app-features .app-icon.app-spa { background-position: -32rem 0 }
.app-section.app-features .app-icon.app-pool { background-position: -34rem 0 }
.app-section.app-features .app-icon.app-parking { background-position: -36rem 0 }
.app-section.app-features .app-icon.app-parking2 { background-position: -36rem 0 }
.app-section.app-features .app-icon.app-walker { background-position: -38rem 0 }
.app-section.app-features .app-icon.app-walker2 { background-position: -40rem 0 }
.app-section.app-features .app-icon.app-walker3 { background-position: -40rem 0 }
.app-section.app-features .app-icon.app-bicycle { background-position: -42rem 0 }
.app-section.app-features .app-icon.app-sauna { background-position: -44rem 0 }
.app-section.app-features .app-icon.app-steambath { background-position: -46rem 0 }
.app-section.app-features .app-icon.app-whirlpool { background-position: -48rem 0 }
.app-section.app-features .app-icon.app-skiinskiout { background-position: -50rem 0 }

/**********************************************************************************************************************/


/* Carousel */
/**********************************************************************************************************************/

.app-section.app-carousel {
	position: relative;
	background-color: #312b53;
	color: #fff;
}

.app-section.app-carousel .app-h1 {
	color: #fff;
}

.app-section.app-carousel .app-element {
	height: 22rem;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.app-section.app-carousel .app-element.app-1 { background-image: url("../../img/condosEtoileDuMatin.jpg") }
.app-section.app-carousel .app-element.app-2 { background-image: url("../../img/salonLesManoirs.jpg") }
.app-section.app-carousel .app-element.app-3 { background-image: url("../../img/chambreLesEaux.jpg") }
.app-section.app-carousel .app-element.app-4 { background-image: url("../../img/salonLesManoirs.jpg") }

.app-carousel .slick-arrow {
	z-index: 1;
}


/* Address */
/**********************************************************************************************************************/

.app-section.app-section.app-address .app-col.app-1 {
	text-align: center;
	color: #fff;
}

.app-section.app-section.app-address .app-col.app-1 .app-text {
	display: inline-block;
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: left;
}

.app-section.app-section.app-address .app-col.app-1 .app-h3 {
	border-bottom: 1px solid #fff;
}

.app-section.app-address .app-col.app-1 .app-p {
	margin-top: .6rem;
	margin-bottom: 0;
}

.app-section.app-address .app-col.app-2 .app-map {
}

/**********************************************************************************************************************/


/* Contact */
/**********************************************************************************************************************/

.app-section.app-contact {
	background-color: #151515;
}

.app-section.app-contact .app-link  {
	color: #fff;
}

.app-section.app-contact .app-h1 {
	color: #fff;
}

.app-section.app-contact .app-p {
	color: #fff;
}

.app-section.app-contact .app-address {
	margin-bottom: 0;
}

.app-section.app-contact .app-label {
	width: 3.25rem;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #47c7de;
}

.app-section.app-contact .app-col.app-2 {
	text-align: right;
}

.app-section.app-contact .app-col.app-2 .app-ul {
	margin-bottom: 1.2rem;
}

.app-section.app-contact .app-col.app-2 .app-span {
	display: block;
	width: 5rem;
	height: 5rem;
	border-radius: 2.5rem;
	background-color: #fff;
	line-height: 5rem;
	text-align: center;
	color: #151515;
}

.app-section.app-contact .app-col.app-2 .app-span .app-img {
	width: 2.25rem;
	height: auto;
}

.app-section.app-contact .app-col.app-2 .app-span.app-last {
	margin-left: 1rem;
}

/**********************************************************************************************************************/


/* Footer */
/**********************************************************************************************************************/

.app-footer {
	background-color: #151515;
}

.app-footer .app-span {
	line-height: 2.15rem;
	text-transform: uppercase;
	font-size: .6rem;
	color: rgba(255,255,255,.5);
}

.app-footer .app-img {
	opacity: .5;
}

.app-footer .app-hr {
	border-color: #47c7de;
	margin: 0;
}

.app-footer .app-hr.app-1 {
	margin-bottom: 2px;
	border-width: 2px;
}

.app-footer .app-col.app-2 {
	text-align: right;
}

.app-footer .app-col.app-2 .app-img {
	width: 5.5rem;
	height: auto;
}


/* Colors */
/**********************************************************************************************************************/

/* blue */
.app-blue .app-header .app-secondaryNav .app-a.app-1 {
	background-color: #859fab;
}

.app-blue .app-subnav {
	background-color: #526c78;
}

.app-blue .app-subnav .app-a {
	border-top: 1px solid #859fab;
}

.app-blue .app-subnav .app-subnav .app-a {
	border-top: 1px solid #678896;
	background-color: #859fab;
}

.app-blue .app-section.app-slideshow .app-slides .slick-dots .slick-active button {
	background-color: #678896;
}

.app-blue .app-section.app-address .app-h1 {
	color: #678896;
}

.app-blue .app-section.app-address .app-col.app-1 {
	background-color: #678896;
}

.app-blue .app-section.app-features .app-icon {
	background-color: #678896;
}

.app-blue .app-section.app-carousel {
	background-color: #678896;
}

.app-blue .app-section.app-contact .app-label {
	color: #859fab;
}

.app-blue .app-footer .app-hr {
	border-color: #678896;
}


/* green */
.app-green .app-header .app-secondaryNav .app-a.app-1 {
	background-color: #999365;
}

.app-green .app-subnav {
	background-color: #666032;
}

.app-green .app-subnav .app-a {
	border-top: 1px solid #999365;
}

.app-green .app-subnav .app-subnav .app-a {
	border-top: 1px solid #80793f;
	background-color: #999365;
}

.app-green .app-section.app-slideshow .app-slides .slick-dots .slick-active button {
	background-color: #80793f;
}

.app-green .app-section.app-address .app-h1 {
	color: #80793f;
}

.app-green .app-section.app-address .app-col.app-1 {
	background-color: #80793f;
}

.app-green .app-section.app-features .app-icon {
	background-color: #80793f;
}

.app-green .app-section.app-carousel {
	background-color: #80793f;
}

.app-green .app-section.app-contact .app-label {
	color: #999365;
}

.app-green .app-footer .app-hr {
	border-color: #80793f;
}

/* Purple */
.app-purple .app-header .app-secondaryNav .app-a.app-1 {
	background-color: #837f97;
}

.app-purple .app-subnav {
	background-color: #312b53;
}

.app-purple .app-subnav .app-a {
	border-top: 1px solid #5a5575;
}

.app-purple .app-subnav .app-subnav .app-a {
	border-top: 1px solid #312b53;
	background-color: #837f97;
}

.app-purple .app-section.app-slideshow .app-slides .slick-dots .slick-active button {
	background-color: #312b53;
}

.app-purple .app-section.app-address .app-h1 {
	color: #5a5575;
}

.app-purple .app-section.app-address .app-col.app-1 {
	background-color: #5a5575;
}

.app-purple .app-section.app-features .app-icon {
	background-color: #5a5575;
}

.app-purple .app-section.app-carousel {
	background-color: #5a5575;
}

.app-purple .app-section.app-contact .app-label {
	color: #5a5575;
}

.app-purple .app-footer .app-hr {
	border-color: #5a5575;
}

/* Red */
.app-red .app-header .app-secondaryNav .app-a.app-1 {
	background-color: #930000;
}

.app-red .app-subnav {
	background-color: #930000;
}

.app-red .app-subnav .app-a {
	border-top: 1px solid #b80000;
}

.app-red .app-subnav .app-subnav .app-a {
	border-top: 1px solid #b80000;
	background-color: #cd4c4c;
}

.app-red .app-section.app-slideshow .app-slides .slick-dots .slick-active button {
	background-color: #b80000;
}

.app-red .app-section.app-address .app-h1 {
	color: #b80000;
}

.app-red .app-section.app-address .app-col.app-1 {
	background-color: #b80000;
}

.app-red .app-section.app-features .app-icon {
	background-color: #b80000;
}

.app-red .app-section.app-carousel {
	background-color: #b80000;
}

.app-red .app-section.app-contact .app-label {
	color: #930000;
}

.app-red .app-footer .app-hr {
	border-color: #b80000;
}

/* Yellow */
.app-yellow .app-header .app-secondaryNav .app-a.app-1 {
	background-color: #eaae59;
}

.app-yellow .app-subnav {
	background-color: #b77b26;
}

.app-yellow .app-subnav .app-a {
	border-top: 1px solid #eaae59;
}

.app-yellow .app-subnav .app-subnav .app-a {
	border-top: 1px solid #e59a30;
	background-color: #eaae59;
}

.app-yellow .app-section.app-slideshow .app-slides .slick-dots .slick-active button {
	background-color: #e59a30;
}

.app-yellow .app-section.app-address .app-h1 {
	color: #e59a30;
}

.app-yellow .app-section.app-address .app-col.app-1 {
	background-color: #e59a30;
}

.app-yellow .app-section.app-features .app-icon {
	background-color: #e59a30;
}

.app-yellow .app-section.app-carousel {
	background-color: #e59a30;
}

.app-yellow .app-section.app-contact .app-label {
	color: #eaae59;
}

.app-yellow .app-footer .app-hr {
	border-color: #e59a30;
}


/**********************************************************************************************************************/


/* Plugins */
/**********************************************************************************************************************/

.slick-arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -2rem;
	border: none;
	background-color: transparent;
	line-height: 4rem;
	font-size: 4rem;
	color: rgba(255,255,255,0.9);
}

.slick-next {
	right: 0;
}

/**********************************************************************************************************************/



/* Style for sreens bellow 1200 pxels */
/**********************************************************************************************************************/

@media screen and (max-width: 1199px) {

	.app-activities .app-text .app-hr {
		width: 100%;
	}

	.app-activities .app-text .app-p {
		width: 100%;
	}

	.app-page .app-mainNav {
		display: none;
	}

	.app-page  .app-header .app-hamburger {
		display: inline-block;
	}

}

/**********************************************************************************************************************/


/* Style for sreens bellow 992 pxels */
/**********************************************************************************************************************/

@media screen and (max-width: 991px) {

	.app-section.app-features .app-table tr:first-child td {
		padding-top: .25rem;
	}

	.app-section.app-features .app-table tr:last-child td {
		padding-bottom: .25rem;
	}

	.app-section.app-activities .app-col.app-1 .app-text {
		top: auto;
		bottom: 0;
		text-align: left;
	}
}

/**********************************************************************************************************************/


/* Style for sreens bellow 768 pxels */
/**********************************************************************************************************************/

@media screen and (max-width: 767px) {

	.app-h1 .fa-chevron-right {
		display: none;
	}

	.app-h1 .app-br {
		display: inline-block;
	}

	.app-h1 .app-number {
		display: inline-block;
		margin-top: 1rem;
		height: 4rem;
		border-radius: 2rem;
		padding-top: .75rem;
		padding-right: 1.25rem;
		padding-bottom: .75rem;
		padding-left: 1.25rem;
	}

	.app-condos .app-col .app-text .app-h2 {
		font-size: 1.75rem;
	}

	.app-condos .app-col .app-text .app-span {
		font-size: 1rem;
	}

	.app-condos .app-bottom-text .app-p {
		padding-left: 15px;
		padding-right: 15px;
	}

	.app-section.app-activities .app-text .app-hr {
		display: inline-block;
		width: 100%;
		margin-top: .15rem;
		margin-bottom: .3rem;
	}

	.app-section.app-activities .app-text .app-p {
		width: 100%;
	}

	.app-section.app-address .app-col.app-1 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.app-section.app-contact .app-col.app-2 {
		text-align: center;
	}

	.app-contact .app-col.app-1 {
		text-align: center;
	}

	.app-contact .app-address {
		display: inline-block;
		width: 16.5rem;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}

	.app-footer .app-col {
		text-align: center;
	}

	.app-footer .app-col.app-2 {
		text-align: center;
	}

	.app-footer .app-span {
		font-size: 10px;
	}

	.app-footer .app-col.app-2 .app-img {
		width: 6.25rem;
		margin-top: -2px;
	}

	/* blue */
	.app-blue .app-h1 .app-number {	background-color: #678896 }

	/* green */
	.app-green .app-h1 .app-number { background-color: #80793f }

	/* purple */
	.app-purple .app-h1 .app-number { background-color: #5a5575 }

	/* yellow */
	.app-yellow .app-h1 .app-number { background-color: #e59a30 }
}

/**********************************************************************************************************************/