, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  overflow-y: scroll; }

body {
  height: 100%;
  background: #fff;
  text-align: center;
  font-family: Verdana, Arial, sans-serif; letter-spacing: -.5px; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.link {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*:focus, *:active, div, a {
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0; }

a {
  text-decoration: none; }

body {
}

.merienda {
	font-family: 'Merienda', serif;
}

#wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

#wrap > .content {
	width: 100%;
	max-width: 888px;
	position: relative;
	margin: 0 auto;
}

#wrap > .content > .header {
	width: 100%;
	position: relative;
	line-height: 1px;
}


#wrap > .content > .text {
	border-top: 1px solid #bdeafb;
	padding-top: 19px;
	background: rgba(189,234,251,1);
	background: -moz-linear-gradient(top, rgba(189,234,251,1) 0%, rgba(189,234,251,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189,234,251,1)), color-stop(100%, rgba(189,234,251,0)));
	background: -webkit-linear-gradient(top, rgba(189,234,251,1) 0%, rgba(189,234,251,0) 100%);
	background: -o-linear-gradient(top, rgba(189,234,251,1) 0%, rgba(189,234,251,0) 100%);
	background: -ms-linear-gradient(top, rgba(189,234,251,1) 0%, rgba(189,234,251,0) 100%);
	background: linear-gradient(to bottom, rgba(189,234,251,1) 0%, rgba(189,234,251,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdeafb', endColorstr='#bdeafb', GradientType=0 );
}

#wrap > .content > .text > .inner {
	max-width: 608px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#wrap > .content > .text > .inner > h2,
#wrap > .content > .text > .inner > div,
#wrap > .content > .text > .inner > p {
	padding: 0 20px;
}

#wrap > .content > .text > .inner  p {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	font-weight: 400;
}

#wrap > .content > .text > .inner a {
	text-decoration: underline;
	color: inherit;
}

#wrap > .content > .text > .inner > div,
#wrap > .content > .text > .inner > p {
	clear: both;
}

#wrap > .content > .text > .inner > .textright {
	margin: 35px 0 0 0;
	min-height: 245px;
}

#wrap > .content > .text > .inner > .textright > img {
}

#wrap > .content > .text > .inner > .textleft > p,
#wrap > .content > .text > .inner > .textright > .merienda {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

#wrap > .content > .text > .inner > .textleft {
	margin: 35px 0 0 0;
	min-height: 148px;
}

#wrap > .content > .text > .inner > .textleft > p {
	padding-top: 5px;
}

#wrap > .content > .text > .inner > .textleft > p > span {
	font-size: 20px;
}

#wrap > .content > .text > .inner > .textleft > img {
	width: 100%;
	max-width: 200px;
}

#wrap > .content > .text > .inner > h2 {
	font-family: 'Merienda', serif;
	font-size: 30px;
	line-height: 35px;
}

#wrap > .content > .text > .inner > .col {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding: 0 20px 15px 20px;
}

#wrap > .content > .text > .inner > img {
	width: 100%;
}

#wrap > .content > .header > img {
	width: 100%;
	position: relative;
	top: 0;
}

#wrap > .content > .header > div {
	position: absolute;
	bottom: 26px;
	width: 100%;
	text-align: center;
	background-color: rgba(189,234,251,0.5);
}

#wrap > .content > .header > div > h1 {
	font-size: 30px;
	color: #000000;
	line-height: 35px;
	font-family: 'Merienda', serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
	padding: 15px 20px 20px 20px;
}

#wrap > .content > .map > iframe {
	width: 100%;
	max-width: 608px;
	margin: 0 auto;
	height: 300px;
}

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

	#wrap > .content > .text > .inner > .textleft > img {
		width: auto;
		max-width: none;
		float: right;
		margin: 0 10px 36px 30px;
	}

	#wrap > .content > .text > .inner > .textright > img {
		float: left;
		margin: 0 30px 36px 0;
	}

}


@media screen and (min-width: 1024px) {
	
	#wrap > .content > .text > .inner > h2,
	#wrap > .content > .text > .inner > div,
	#wrap > .content > .text > .inner > p {
		padding: 0;
	}

	#wrap > .content > .text > .inner > .col {
		display: inline-block;
		width: 180px;
		vertical-align: top;
		padding: 0 15px 20px 0;
	}

}

