

@font-face {
  font-family: 'GTPressura';
  src: url('../fonts/GT-Pressura/GTPressura.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/GT-Pressura/GTPressura.woff') format('woff'), 
  	   url('../fonts/GT-Pressura/GTPressura.ttf')  format('truetype'), 
  	   url('../fonts/GT-Pressura/GTPressura.svg#GTPressura') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'GTPressura';
	line-height: 1;
}
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;
}

/* -----  Border box  ----- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----  Micro clearfix  ----- */

.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }


.margin-bottom-1 { margin-bottom: 16px; }
.margin-bottom-2 { margin-bottom: 32px; }

.border-top-1 { border-top: 1px solid #FFF; }


body {
	background-color: #f9b48a;
}

a {
	color: #FFF;
	text-decoration: none;	
}

h2 {
	font-size: 33px;
}

#logo {
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: center;
}

/* Accordion */

.accordion {
	font-size: 18px;
	line-height: 22px;
	border-top: 1px solid #FFF;
	color: #FFF;
}

.accordion h2 {
	font-size: 29px;
	line-height: 82px;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
}

.accordion h3 {
	font-size: 22px;
	line-height: 32px;
	position: relative;
}

.accordion h3.plus:before {
	content: '+';
	position: absolute;
	left: -20px;
	line-height: 32px;
}

.accordion h4 {
	border-bottom: 1px solid #fff;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

/* First level */

.accordion li {
	position: relative;
}

/* Second level */

.accordion ul {
	border-top: 1px solid #FFF;
	padding-top: 24px;
	padding-bottom: 24px;
}

.accordion ul li {
	text-transform: uppercase;
	padding-left: 87px;
	line-height: 32px;
}

.accordion ul li.gallery-slider {
	padding-left: 32px;
	padding-right: 32px;
}

/* Third level */

.accordion ul ul {
	border-top: none;
}

.accordion ul ul li {
	text-transform: none;
	padding-left: 32px;
}

.accordion .sub-menu { display: none; }

.accordion .contact ul li {
	text-transform: none;
}


/*  */


.cover-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.contain-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.slick-initialized .slick-slide {
	position: relative;
}



/* Colors */

.purple { background-color: #aca2b3; }
.green { background-color: #99bfa3; }
.blue { background-color: #96badb; }
.gray { background-color: #999999; }


.slick-arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	width: 23px;
	height: 23px;
	z-index: 9999;
	transform: translateY(-50%);
}

.slick-arrow.slick-prev {
	left: 0;
	background-image: url("../img/icons/arrow-left.svg");
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
}

.slick-arrow.slick-next {
	right: 0;
	background-image: url("../img/icons/arrow-right.svg");
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
}

@media screen and (min-width: 769px) {
	

	.accordion {
		font-size: 22px;
		line-height: 26px;
	}

	.accordion h2 {
		font-size: 33px;
		line-height: 86px;
	}

	/*#logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}*/
	
	#logo img {
		width: 110px;
	}

	#logo a {
		text-transform: uppercase;
		color: #6d6e71;
	}

	#logo a:hover {
		color: #FFF;
	}

}
