
/* FONT */
/* font-family: "futura-pt",sans-serif; */
/* font-family: "garamond-premier-pro-display",serif; */

/* --- */

/* @group WRAPPER */

/* wrapper */
#wrapper {
	width: 100%;
	overflow: hidden;
}

/* @end */

/* @group FLUID CONTAINERS */

/* full box */
.full_box {
	width: 100%;
}
.full_box .center_box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

/* --- */

/* table */
.table {
	display: table;
}
.table .cell {
	display: table-cell;
}
.table .cell.top {
	vertical-align: top;
}
.table .cell.middle {
	vertical-align: middle;
}
.table .cell.bottom {
	vertical-align: bottom;
}
.table .cell.left {
	text-align: left;
}
.table .cell.center {
	text-align: center;
}
.table .cell.right {
	text-align: right;
}

/* --- */

/* images objet fit */
img.img-cover,
video.img-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
img.img-contain,
video.img-contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
img.img-none,
video.img-none {
	width: 100%;
	height: 100%;
	object-fit: none;
}
img.img-scale-down,
video.img-scale-down {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

/* images objet fit */
img.top-center,
video.top-center {
	object-position: top center;
}
img.top-left,
video.top-left {
	object-position: top left;
}
img.top-right,
video.top-right {
	object-position: top right;
}
img.bottom-center,
video.bottom-center {
	object-position: bottom center;
}
img.bottom-left,
video.bottom-left {
	object-position: bottom left;
}
img.bottom-right,
video.bottom-right {
	object-position: bottom right;
}

/* @end */

/* --- */

/* @group MAIN HEADER */

/* main header */
#mainHeader {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
	padding: 20px 0px;
	-webkit-transition: background-color 0.4s, padding 0.4s,-webkit-box-shadow 0.4s;
	-moz-transition: background-color 0.4s, padding 0.4s,-moz-box-shadow 0.4s;
	-ms-transition: background-color 0.4s, padding 0.4s,-ms-box-shadow 0.4s;
	transition: background-color 0.4s, padding 0.4s,box-shadow 0.4s;
}

/* main header - logo */
#mainHeader .logo {
	width: 350px;
	height: 89px;
	margin: 0 auto;
	position: relative;
	left: 44px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(../img/logo.png);
	z-index: 1;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition: height 0.4s, left 0.4s;
	-moz-transition: height 0.4s, left 0.4s;
	-ms-transition: height 0.4s, left 0.4s;
	transition: height 0.4s, left 0.4s;
}

/* --- */

/* main header */
body.headerPined #mainHeader {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 0px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
body.headerPined #mainHeader .logo {
	width: 350px;
	height: 40px;
	left: 22px;
}

/* --- */

/* @group MEDIAQUERIES */

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

	/* main header */
	#mainHeader {
		padding: 15px 0px;
	}

	/* main header - logo */
	#mainHeader .logo {
		width: 190px;
		height: 50px;
		left: 10px;
	}

	/* --- */

	/* main header */
	body.headerPined #mainHeader {
		padding: 10px 0px;
	}
	body.headerPined #mainHeader .logo {
		width: 190px;
		height: 30px;
		left: 10px;
	}

}

/* @end */

/* @end */

/* --- */

/* @group HERO GALLERY */

/* hero gallery */
#heroGallery {
	background-color: #fff;
	overflow: hidden;
	min-height: 750px;
	position: relative;
}

/* --- */

/* hero gallery - flexslider */
#heroGallery .flexslider {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#heroGallery .flexslider,
#heroGallery .flexslider .flex-viewport,
#heroGallery .flexslider .slides,
#heroGallery .flexslider .slides > li {
	height: 100%;
}
#heroGallery .flexslider .slides > li {
	position: relative;
	overflow: hidden;
}

/* hero gallery - flexslider - image container */
#heroGallery .flexslider .image_container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#heroGallery .flexslider .image_container .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* --- */

/* hero gallery - flexslider text */
#heroGallery .flexslider_text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#heroGallery .flexslider_text .table {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* hero gallery - flexslider text - text */
#heroGallery .flexslider_text .text {
	width: 100%;
}
#heroGallery .flexslider_text .text h2 {
	color: #fff;
}
#heroGallery .flexslider_text .text h2 span {
	display: inline-block;
	text-shadow: 0px 0px 50px #000;
}
#heroGallery .flexslider_text .text h2 span.left-text {
	font-size: 72px;
	line-height: 60px;
	color: #fbf8f8;
	font-family: "garamond-premier-pro-display",serif;
	margin-right: 20px;
	font-weight: 400;
}
#heroGallery .flexslider_text .text h2 span.right-text {
	font-size: 86px;
	line-height: 60px;
	color: #f5fcf5;
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
}

/* --- */

/* @group MEDIAQUERIES */

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

	/* hero gallery */
	#heroGallery {
		min-height: 500px;
		height: 500px!important;
	}

	/* --- */

	/* hero gallery - flexslider text - text */
	#heroGallery .flexslider_text .text h2 span.left-text {
		font-size: 40px;
		line-height: 40px;
		margin-right: 20px;
	}
	#heroGallery .flexslider_text .text h2 span.right-text {
		font-size: 48px;
		line-height: 48px;
	}

}

@media only screen
and (min-width : 768px)
and (max-width : 1023px) {

	/* hero gallery - flexslider text - text */
	#heroGallery .flexslider_text .text h2 span {
		display: inline-block;
		text-shadow: 0px 0px 50px #000;
	}
	#heroGallery .flexslider_text .text h2 span.left-text {
		font-size: 52px;
		line-height: 50px;
		margin-right: 10px;
	}
	#heroGallery .flexslider_text .text h2 span.right-text {
		font-size: 66px;
		line-height: 40px;
	}

}

/* @end */

/* @end */

/* @group TRANSITION GRID */

/* transition grid */
.transition_grid {
	position: relative;
	z-index: 1;
}
.transition_grid > .table {
	width: 100%;
	height: 750px;
}
.transition_grid > .table > .cell {
	width: 50%;
}

/* --- */

/* transition grid - item */
.transition_grid .item {
	width: 100%;
	position: relative;
}

/* transition grid - item - content */
.transition_grid .item .content {
	position: absolute;
	-webkit-transition: opacity 0.4s,visibility 0.4s;
	-moz-transition: opacity 0.4s,visibility 0.4s;
	-ms-transition: opacity 0.4s,visibility 0.4s;
	transition: opacity 0.4s,visibility 0.4s;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
}

/* transition grid - item - content - image container */
.transition_grid .item .content .image_container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 0;
}
.transition_grid .item .content .image_container .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* transition grid - item - content - text container */
.transition_grid .item .content .text_container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	text-align: center;
}
.transition_grid .item .content .text_container .table {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* transition grid - item - content - text container - text */
.transition_grid .item .content .text_container p {
	font-size: 24px;
	line-height: 36px;
	color: #fbf8f8;
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
}
.transition_grid .item .content .text_container p i {
	font-family: "garamond-premier-pro-display",serif;
	font-style: italic;
	font-size: 28px;
}
.transition_grid .item .content .text_container p .book {
	font-weight: 400;
}

/* transition grid - item - content - text container - pin */
.transition_grid .item .content .text_container .pin {
	width: 100%;
	position: absolute;
	left: 0px;
	text-align: center;
}
.transition_grid .item .content .text_container .pin.top {
	top: 20px;
}
.transition_grid .item .content .text_container .pin.bottom {
	bottom: 20px;
}
.transition_grid .item .content .text_container .pin h2 {
	font-size: 20px;
	color: #fbf8f8;
	line-height: 20px;
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
}
.transition_grid .item .content .text_container .pin h2 i {
	font-family: "garamond-premier-pro-display",serif;
	font-weight: 400;
	font-style: italic;
	display: inline-block;
	font-size: 24px;
}
.transition_grid .item .content .text_container .pin.dark h2 {
	color: #343a3c;
}

/* --- */

/* transition grid - item - one */
.transition_grid .item.one {
	height: 270px;
}
.transition_grid .item.one .content {
	width: 570px;
	height: 430px;
	bottom: 0px;
	right: 0px;
}
.transition_grid .item.one .content .text_container .table {
	height: 430px;
}

/* transition grid - item - two */
.transition_grid .item.two {
	height: 490px;
}
.transition_grid .item.two .content {
	width: 100%;
	height: 100%;
	bottom: 0px;
	right: 0px;
}
.transition_grid .item.two .content .text_container .table {
	height: 490px;
	width: 570px;
	right: 0px;
	left: auto;
}

/* transition grid - item - three */
.transition_grid .item.three {
	height: 370px;
}
.transition_grid .item.three .content {
	width: 570px;
	height: 480px;
	bottom: -210px;
	left: 0px;
}
.transition_grid .item.three .content .text_container .table {
	height: 480px;
}

/* transition grid - item - four */
.transition_grid .item.four {
	height: 390px;
}
.transition_grid .item.four .content {
	width: 440px;
	height: 550px;
	top: 210px;
	left: 0px;
}
.transition_grid .item.four .content .text_container .table {
	height: 550px;
}
.transition_grid .item.four .content .image_container .image {
	background-position: center right;
}
.transition_grid .item.four .content .text_container .pin.bottom {
	bottom: 200px;
	text-align: right;
	left: auto;
	right: -100px;
}

/* --- */

/* @group TRANSITIONS */

/* positions - show items */
.transition_grid.showItems .item .content {
	opacity: 1;
	visibility: visible;
}

/* @end */

/* @group MEDIAQUERIES */

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

	/* transition grid */
	.transition_grid > .table {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: top;
	}
	.transition_grid > .table > .cell {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}

	/* --- */

	/* transition grid - item */
	.transition_grid .item {
		width: 100%;
		position: relative;
	}

	/* transition grid - item - content */
	.transition_grid .item .content {
		position: absolute;
		top: 0px!important;
		left: 0px!important;
		right: auto!important;
		bottom: auto!important;
		opacity: 1;
		visibility: visible;
		width: 100%!important;
		height: 100%!important;
		-webkit-transform: translate3d(0,0,0)!important;
		-moz-transform: translate3d(0,0,0)!important;
		-ms-transform: translate3d(0,0,0)!important;
		transform: translate3d(0,0,0)!important;
	}

	/* transition grid - item - content - text container */
	.transition_grid .item .content .text_container {
		width: 100%!important;
		height: 100%!important;
	}
	.transition_grid .item .content .text_container .table {
		height: 100%!important;
		width: 100%!important;
		padding: 0px 20px;
		box-sizing: border-box;
	}

	/* transition grid - item - content - text container - text */
	.transition_grid .item .content .text_container br {
		display: none;
	}
	.transition_grid .item .content .text_container p {
		font-size: 24px;
		line-height: 36px;
	}
	.transition_grid .item .content .text_container p i {
		font-size: 28px;
	}

	/* transition grid - item - content - text container - pin */
	.transition_grid .item .content .text_container .pin {
		width: 100%;
		position: absolute;
		left: 0px;
		text-align: center;
	}
	.transition_grid .item .content .text_container .pin.top {
		top: 20px;
	}
	.transition_grid .item .content .text_container .pin.bottom {
		bottom: 20px;
	}
	.transition_grid .item .content .text_container .pin h2 {
		font-size: 20px;
		color: #fbf8f8;
		line-height: 20px;
		font-family: "futura-pt",sans-serif;
		font-weight: 300;
	}
	.transition_grid .item .content .text_container .pin h2 i {
		font-family: "garamond-premier-pro-display",serif;
		font-weight: 400;
		font-style: italic;
		display: inline-block;
		font-size: 24px;
	}
	.transition_grid .item .content .text_container .pin.dark h2 {
		color: #343a3c;
	}

	/* --- */

	/* transition grid - item - one */
	.transition_grid .item.one {
		height: 270px;
	}

	/* transition grid - item - two */
	.transition_grid .item.two {
		height: 270px;
	}

	/* transition grid - item - three */
	.transition_grid .item.three {
		height: 400px;
	}

	/* transition grid - item - four */
	.transition_grid .item.four {
		height: 270px;
	}
	.transition_grid .item.four .content .text_container .pin.bottom {
		display: none;
	}

	/* --- */

}

@media only screen
and (min-width : 768px)
and (max-width : 1023px) {

	/* transition grid - item - content - text container */
	.transition_grid .item .content .text_container .table {
		box-sizing: border-box;
		padding: 0px 40px;
	}
	.transition_grid .item .content .text_container br {
		display: none;
	}

	/* --- */

	/* transition grid - item - one */
	.transition_grid .item.one .content {
		width: 100%;
		height: 140%;
	}
	.transition_grid .item.one .content .text_container .table {
		height: 100%;
	}

	/* transition grid - item - two */
	.transition_grid .item.two .content .text_container .table {
		width: 100%;
	}
	.transition_grid .item.two .content .text_container .table {
		height: 100%;
	}


	/* transition grid - item - three */
	.transition_grid .item.three .content {
		width: 100%;
		height: 120%;
	}
	.transition_grid .item.three .content .text_container .table {
		height: 100%;
	}

	/* transition grid - item - four */
	.transition_grid .item.four .content {
		width: 100%;
		height: 100%;
	}
	.transition_grid .item.four .content .text_container .table {
		height: 100%;
	}
	.transition_grid .item.four .content .text_container .pin.bottom {
		display: none;
	}

}

@media only screen
and (min-width : 1024px)
and (max-width : 1279px) {

	/* transition grid - item - one */
	.transition_grid .item.one .content {
		width: 90%;
	}

	/* transition grid - item - two */
	.transition_grid .item.two .content .text_container .table {
		width: 90%;
	}

	/* transition grid - item - three */
	.transition_grid .item.three .content {
		width: 90%;
	}

	/* transition grid - item - four */
	.transition_grid .item.four .content {
		width: 350px;
	}
	.transition_grid .item.four .content .text_container .pin.bottom {
		bottom: 100px;
		right: -130px;
	}

}

/* @end */

/* @end */

/* @group TRANSITION GRID BOTTOM */

/* transition grid bottom */
.transition_grid.bottom > .table {
	height: 360px;
}

/* --- */

/* transition grid bottom - item - one */
.transition_grid.bottom .item.one {
	height: 270px;
	z-index: 1;
}
.transition_grid.bottom .item.one .content {
	width: 450px;
	height: 430px;
	bottom: 0px;
	right: 0px;
}
.transition_grid.bottom .item.one .content .text_container .table {
	height: 430px;
}

/* transition grid bottom - item - two */
.transition_grid.bottom .item.two {
	height: 90px;
	z-index: 0;
}
.transition_grid.bottom .item.two .content {
	width: 100%;
	height: 440px;
	top: -120px;
	right: 0px;
}
.transition_grid.bottom .item.two .content .text_container .table {
	height: 440px;
	width: 450px;
	right: 0px;
	left: auto;
}

/* transition grid bottom - item - three */
.transition_grid.bottom .item.three {
	height: 360px;
}
.transition_grid.bottom .item.three .content {
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
}
.transition_grid.bottom .item.three .content .text_container .table {
	height: 360px;
}

/* --- */

/* @group MEDIAQUERIES */

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

	/* transition grid bottom */
	.transition_grid.bottom > .table {
		height: auto;
	}

	/* --- */

	/* transition grid bottom - item - one */
	.transition_grid.bottom .item.one {
		height: 330px;
	}

	/* transition grid bottom - item - two */
	.transition_grid.bottom .item.two {
		height: 330px;
		z-index: 0;
	}

	/* transition grid bottom - item - three */
	.transition_grid.bottom .item.three {
		height: 330px;
	}

}

@media only screen
and (min-width : 768px)
and (max-width : 1023px) {

	/* transition grid bottom - item - one */
	.transition_grid.bottom .item.one .content {
		width: 100%;
		height: 400px;
	}
	.transition_grid.bottom .item.one .content .text_container .table {
		height: 100%;
	}

	/* transition grid bottom - item - two */
	.transition_grid.bottom .item.two .content {
		width: 100%;
		height: 340px;
		top: -10%;
	}
	.transition_grid.bottom .item.two .content .text_container .table {
		height: 100%;
		width: 100%;
	}

	/* transition grid bottom - item - three */
	.transition_grid.bottom .item.three .content {
		width: 100%;
		height: 100%;
		bottom: 0px;
		left: 0px;
	}
	.transition_grid.bottom .item.three .content .text_container .table {
		height: 100%;
	}

}

/* @end */

/* @end */

/* @group IMAGES GALLERY */

/* image gallery */
#imageGallery {
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 750px;
}

/* --- */

/* image gallery - flexslider */
#imageGallery .flexslider {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#imageGallery .flexslider,
#imageGallery .flexslider .flex-viewport,
#imageGallery .flexslider .slides,
#imageGallery .flexslider .slides > li {
	height: 100%;
}
#imageGallery .flexslider .slides > li {
	position: relative;
	overflow: hidden;
}

/* image gallery - flexslider - direction */
#imageGallery .flexslider .flex-direction-nav a {
  width: 40px;
  height: 70px;
  margin: -35px 0 0;
  background-color: transparent;
	background-image: url(../img/gallery-arrows.png);
	background-repeat: no-repeat;
	background-size: auto 70px;
}
#imageGallery .flexslider .flex-direction-nav a.flex-next {
  right: 60px;
	background-position: right top;
}
#imageGallery .flexslider .flex-direction-nav a.flex-prev {
  left: 60px;
	background-position: left top;
}

/* image gallery - flexslider - paging */
#imageGallery .flexslider .flex-control-paging li a {
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0);
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0);
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
#imageGallery .flexslider .flex-control-paging li a.flex-active {
    background-color: #fff;
}

/* image gallery - flexslider - image container */
#imageGallery .flexslider .image_container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 0;
}
#imageGallery .flexslider .image_container .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
#imageGallery .flexslider .image_container .image:after {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -100px;
	left: 0px;
	content: '';
	-webkit-box-shadow: 0px -70px 110px 20px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 0px -70px 110px 20px rgba(0, 0, 0, 0.43);
	box-shadow: 0px -70px 110px 20px rgba(0, 0, 0, 0.43);
}

/* image gallery - flexslider - text container */
#imageGallery .flexslider .text_container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	text-align: center;
	box-sizing: border-box;
}
#imageGallery .flexslider .text_container .table {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	padding: 0px 80px;
}

/* image gallery - flexslider - text container - text */
#imageGallery .flexslider .text_container p {
	font-size: 24px;
	line-height: 36px;
	color: #fbf8f8;
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
	text-shadow: 0px 0px 20px #000;
}
#imageGallery .flexslider .text_container p i {
	font-family: "garamond-premier-pro-display",serif;
	font-style: italic;
	font-size: 28px;
}
#imageGallery .flexslider .text_container p .book {
	font-weight: 400;
}

/* image gallery - flexslider - text container - pin */
#imageGallery .flexslider .text_container .pin {
	width: 100%;
	position: absolute;
	left: 0px;
	text-align: center;
}
#imageGallery .flexslider .text_container .pin.top {
	top: 55px;
}
#imageGallery .flexslider .text_container .pin.bottom {
	bottom: 55px;
}
#imageGallery .flexslider .text_container .pin h2 {
	font-size: 20px;
	color: #fbf8f8;
	line-height: 20px;
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
	text-shadow: 0px 0px 20px #000;
}
#imageGallery .flexslider .text_container .pin h2 i {
	font-family: "garamond-premier-pro-display",serif;
	font-weight: 400;
	font-style: italic;
	display: inline-block;
	font-size: 24px;
}
#imageGallery .flexslider .text_container .pin.dark h2 {
	color: #343a3c;
}

/* --- */

/* @group MEDIAQUERIES */

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

	/* image gallery */
	#imageGallery {
		height: 400px;
	}

	/* --- */

	/* image gallery - flexslider - direction */
	#imageGallery .flexslider .flex-direction-nav {
	  display: none;
	}
	#imageGallery .flexslider .flex-control-paging {
		display: none;
	}

	/* image gallery - flexslider - text container */
	#imageGallery .flexslider .text_container .table {
		padding: 0px 20px;
	}

	/* image gallery - flexslider - image container */
	#imageGallery .flexslider .image_container {
		background-color: #000;
	}
	#imageGallery .flexslider .image_container .image {
		opacity: 0.7;
	}

	/* image gallery - flexslider - text container - text */
	#imageGallery .flexslider .text_container br {
		display: none;
	}
	#imageGallery .flexslider .text_container p {
		font-size: 20px;
		line-height: 25px;
	}
	#imageGallery .flexslider .text_container p i {
		font-size: 20px;
	}

	/* image gallery - flexslider - text container - pin */
	#imageGallery .flexslider .text_container .pin.top {
		top: 20px;
	}
	#imageGallery .flexslider .text_container .pin.bottom {
		bottom: 55px;
	}
	#imageGallery .flexslider .text_container .pin h2 {
		font-size: 18px;
		line-height: 18px;
	}
	#imageGallery .flexslider .text_container .pin h2 i {
		font-size: 20px;
	}

}

@media only screen
and (min-width : 768px)
and (max-width : 1023px) {

	/* image gallery */
	#imageGallery {
		height: 500px;
	}

	/* --- */

	/* image gallery - flexslider - direction */
	#imageGallery .flexslider .flex-direction-nav a {
	  width: 30px;
	  height: 50px;
	  margin: -25px 0 0;
		background-size: auto 50px;
	}
	#imageGallery .flexslider .flex-direction-nav a.flex-next {
	  right: 30px;
	}
	#imageGallery .flexslider .flex-direction-nav a.flex-prev {
	  left: 30px;
	}

}

/* @end */

/* @end */

/* @group TESTIMONIAL */

/* testimonial */
#testimonial {
	padding: 140px 0px 160px 0px;
}
#testimonial .table {
	width: 100%;
}
#testimonial .table .cell {
	width: 50%;
	box-sizing: border-box;
	padding: 0px 35px;
}

/* testimonial - text */
#testimonial .text {
	width: 100%;
}
#testimonial .text h2 {
	font-size: 42px;
	color: #343a3c;
	font-family: "garamond-premier-pro-display",serif;
}
#testimonial .text h2 span {
	font-size: 96px;
	margin-top: 15px;
	display: block;
}
#testimonial .text p {
	font-family: "futura-pt",sans-serif;
	font-size: 36px;
	line-height: 48px;
	color: #9e9a9a;
	margin-bottom: 30px;
	margin-top: 50px;
}
#testimonial .text h3 {
	font-size: 24px;
	color: #9e9a9a;
	font-family: "garamond-premier-pro-display",serif;
	font-weight: 400;
}
#testimonial .text h3 .big {
	font-size: 32px;
}

/* testimonial - text - align */
#testimonial .left .text {
	text-align: right;
}
#testimonial .right .text {
	text-align: left;
}

/* --- */

/* @group MEDIAQUERIES */

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

	/* testimonial */
	#testimonial {
		padding: 50px 0px 50px 0px;
	}
	#testimonial .table {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	#testimonial .table .cell {
		width: 100%;
		padding: 0px 20px;
		display: inline-block;
		vertical-align: top;
	}

	/* testimonial - text */
	#testimonial .text {
		width: 100%;
		text-align: left!important;
	}
	#testimonial .text br {
		display: none;
	}
	#testimonial .text h2 {
		font-size: 38px;
	}
	#testimonial .text h2 span {
		font-size: 80px;
    margin-top: 10px;
    height: 50px;
	}
	#testimonial .text p {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	#testimonial .text h3 {
		font-size: 24px;
	}
	#testimonial .text h3 .big {
		font-size: 32px;
	}

}

/* @end */

/* @end */

/* @group PLANNING */

/* planning */
#planning {
	position: relative;
	z-index: 0;
}
#planning .table {
	width: 100%;
	height: 350px;
}
#planning .table .cell {
	width: 50%;
}

/* planning - text */
#planning .text {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 0px 50px;
}
#planning .text h2 {
	font-size: 48px;
	line-height: 60px;
	color: #30373d;
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}
#planning .text h2 strong {
	font-family: "garamond-premier-pro-display",serif;
	font-size: 60px;
	font-weight: 400;
}
#planning .text p {
	font-family: "garamond-premier-pro-display",serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: 300;
	color: #9e9a9a;
}
#planning .text p strong {
	font-weight: 400;
}
#planning .text p.futura {
	font-family: "futura-pt",sans-serif;
}
#planning .text p a {
	color: #9e9a9a;
	-webkit-transition: color 0.6s;
	-moz-transition: color 0.6s;
	-ms-transition: color 0.6s;
	transition: color 0.6s;
}
#planning .text p a:hover {
	color: #6a6969;
}
#planning .text p .big {
	font-size: 36px;
}
#planning .text p .small {
	font-size: 28px;
	line-height: 30px;
}
#planning .text p .serif {
	font-family: "garamond-premier-pro-display",serif;
}

/* --- */

/* @group MEDIAQUERIES */

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

	/* planning */
	#planning {
		padding: 30px 0px 40px 0px;
		border-bottom: 1px solid #f0f0f0;
	}
	#planning .table {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: top;
	}
	#planning .table .cell {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}

	/* planning - text */
	#planning .text {
		padding: 0px 20px;
	}
	#planning .text br {
		display: none;
	}
	#planning .text h2 {
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	#planning .text h2 strong {
		font-size: 38px;
	}
	#planning .text p {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	#planning .text p:last-child {
		margin-bottom: 0px;
	}
	#planning .text p .big {
		font-size: 30px;
	}
	#planning .text p .small {
		font-size: 24px;
		line-height: 26px;
	}
	#planning .text p a {
		display: block;
	}

}

@media only screen
and (min-width : 768px)
and (max-width : 1023px) {

	/* planning */
	#planning .table {
		height: 500px;
	}

	/* planning - text */
	#planning .text {
		padding: 0px 40px;
	}
	#planning .text h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	#planning .text h2 strong {
		font-size: 50px;
	}
	#planning .text p {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	#planning .text p:last-child {
		margin-bottom: 0px;
	}
	#planning .text p .big {
		font-size: 32px;
	}
	#planning .text p .small {
		font-size: 24px;
		line-height: 26px;
	}
	#planning .text br {
		display: none;
	}

}

/* @end */

/* @end */

/* @group SUSCRIPTION */

/* suscription */
#suscription {
	padding-bottom: 140px;
}
#suscription > .table {
	width: 100%;
}
#suscription > .table > .cell {
	width: 50%;
}
#suscription > .table > .cell.left {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 550px auto;
	background-image: url(../img/bottom-detail.png);
}

/* --- */

/* suscription - text */
#suscription .text {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 0px 50px;
}

/* suscription - text - logo */
#suscription .text .logo {
	width: 257px;
	height: 34px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/logo-small.png);
	margin-bottom: 20px;
}

/* suscription - text - suscribe */
#suscription .text .suscribe {
	width: 100%;
	margin-bottom: 30px;
}
#suscription .text .suscribe h2 {
	font-size: 24px;
	color: #3a4046;
	line-height: 24px;
	font-weight: 400;
	font-family: "futura-pt",sans-serif;
}
#suscription .text .suscribe input[type="email"],
#suscription .text .suscribe input[type="text"] {
	width: 200px;
	height: 24px;
	border: 0px none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	font-weight: 400;
	font-family: "futura-pt",sans-serif;
	color: #c2c0c0;
	font-size: 24px;
	position: relative;
	top: -1px;
	margin: 0px 4px;
}
#suscription .text .suscribe input::-webkit-input-placeholder {
  color: #c2c0c0;
  opacity: 1;
}
#suscription .text .suscribe input::-moz-placeholder {
  color: #c2c0c0;
  opacity: 1;
}
#suscription .text .suscribe input:-ms-input-placeholder {
  color: #c2c0c0;
  opacity: 1;
}
#suscription .text .suscribe input:-moz-placeholder {
  color: #c2c0c0;
  opacity: 1;
}
#suscription .text .suscribe input[type="submit"],
#suscription .text .suscribe a {
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	border: none;
	background-color: transparent;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/send-email.png);
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
	position: relative;
	top: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#suscription .text .suscribe input[type="submit"]:hover,
#suscription .text .suscribe a:hover {
	opacity: 0.7;
}
#suscription .response {
	font-family: "futura-pt",sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	color: #9e9a9a;
}

/* suscription - text - social */
#suscription .text .social {
	width: 100%;
}
#suscription .text .social ul {
	width: 100%;
	text-align: left;
	font-size: 0px;
}
#suscription .text .social ul li {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}
#suscription .text .social ul li:first-child {
	margin-left: 0px;
}
#suscription .text .social a {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/social.png);
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
#suscription .text .social a:hover {
	opacity: 0.7;
}
#suscription .text .social .facebook a {
	background-position: 7px 0px;
}
#suscription .text .social .instagram a {
	background-position: -29px 0px;
}
#suscription .text .social .twitter a {
	background-position: -64px 0px;
}

/* --- */

/* @group MEDIAQUERIES */

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

	/* suscription */
	#suscription {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	#suscription > .table {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	#suscription > .table > .cell {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	#suscription > .table > .cell.left {
		display: none;
	}

	/* --- */

	/* suscription - text */
	#suscription .text {
		padding: 0px 20px;
	}

	/* suscription - text - logo */
	#suscription .text .logo {
		width: 200px;
		height: 28px;
		margin-bottom: 20px;
	}

	/* suscription - text - suscribe */
	#suscription .text .suscribe {
		margin-bottom: 20px;
	}
	#suscription .text .suscribe .table {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	#suscription .text .suscribe .table .cell {
		display: inline-block;
		vertical-align: top;
	}
	#suscription .text .suscribe .table .cell:first-child {
		width: 100%;
	}
	#suscription .text .suscribe h2 {
		font-size: 20px;
		line-height: 20px;
		width: 100%;
		margin-bottom: 5px;
	}
	#suscription .text .suscribe input[type="text"] {
		width: 210px;
		height: 24px;
		font-size: 24px;
		top: 0px;
		margin: 0px 10px 0px 0px;
		padding: 5px 0px!important;
	}
	#suscription .text .suscribe a {
		width: 24px;
		height: 24px;
		top: 6px;
	}

	/* suscription - text - social */
	#suscription .text .social {
		width: 100%;
	}
	#suscription .text .social ul {
		width: 100%;
		text-align: left;
		font-size: 0px;
	}
	#suscription .text .social ul li {
		width: 20px;
		height: 20px;
		margin-left: 10px;
		display: inline-block;
		vertical-align: top;
	}
	#suscription .text .social ul li:first-child {
		margin-left: 0px;
	}
	#suscription .text .social a {
		width: 20px;
		height: 20px;
		display: inline-block;
		vertical-align: top;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url(../img/social.png);
		-webkit-transition: opacity 0.4s;
		-moz-transition: opacity 0.4s;
		-ms-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}
	#suscription .text .social a:hover {
		opacity: 0.7;
	}
	#suscription .text .social .facebook a {
		background-position: 7px 0px;
	}
	#suscription .text .social .instagram a {
		background-position: -29px 0px;
	}
	#suscription .text .social .twitter a {
		background-position: -64px 0px;
	}

	/* --- */

}

@media only screen
and (min-width : 768px)
and (max-width : 1023px) {

	/* suscription */
	#suscription {
		padding-bottom: 100px;
	}
	#suscription > .table > .cell.left {
		background-size: 300px auto;
	}

	/* --- */

	/* suscription - text */
	#suscription .text {
		padding: 0px 40px;
	}

	/* suscription - text - logo */
	#suscription .text .logo {
		width: 190px;
		height: 25px;
		margin-bottom: 10px;
	}

	/* suscription - text - suscribe */
	#suscription .text .suscribe h2 {
		font-size: 20px;
		line-height: 20px;
	}
	#suscription .text .suscribe input[type="text"] {
		width: 170px;
		font-size: 20px;
		top: 0px;
	}

}

@media only screen
and (min-width : 1024px)
and (max-width : 1279px) {

	/* suscription */
	#suscription > .table > .cell.left {
		background-size: 390px auto;
	}

}

/* @end */

/* @end */

/* @group FIRM */

/* firm */
.firm .center_box {
	padding: 20px 0px 40px 0px;
	text-align: center;
}
.firm .center_box a {
	font-family: 'Montserrat',sans-serif;
  font-weight: 100;
  font-size: 9px;
  color: #868e96;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  transition: color 0.4s;
}
.firm .center_box a:hover {
    color: #5a5856;
}

/* @group MEDIAQUERIES */

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

	/* firm */
	.firm .center_box {
		padding: 20px 20px 40px 20px;
		box-sizing: border-box;
		text-align: left;
	}

}

/* @end */

/* @end */

/* --- */
