@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Six+Caps);
html, body {
    width: 100%;
    height: 100%;
	background: #fff;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
main {
    width: 100%;
}
section {
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-color: #f8f8f8;
    /*border-bottom: 1px solid #c6c6c6;*/
}
section .main {
    max-width: 1100px;    
    padding: 10% 10% 100px 10%;
    margin: auto;
    text-align: center;
}
section h1 {
    margin-bottom: 25px;
	font-family: 'Six Caps', serif;	
	font-size: 8em;
    font-weight: 100;
    color: #324C57;
    line-height: 1em;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #324C57;
    text-transform: uppercase;
}
section p {
	margin-bottom: 20px;
    color: #324C57;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
article .main {
    /*max-width: 1340px;*/
    padding: 0px 10% 25px 10%;
    margin: 0 auto 30px auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Roboto', serif;	
	font-size: 2.5em;
	color: #324C57;
    max-width: inherit;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #a2a2a2;
}
article p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
article iframe {
	height: 400px;
	margin-bottom: 30px;
}
}
@media screen and (max-width: 600px) {
	article iframe {
		height: 275px;
	}
}
@media screen and (max-width: 400px) {
	article iframe {
		height: 200px;
	}
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Roboto', serif;
    font-size: 24px;
    font-weight: 600;	
	color: #fff;
    border-left: #4a4a4a 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    color: #ccc;
}
em {
    font-style: normal;
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 40px;
    color: #324C57;
    padding-top: 10px;
    /* margin: 50px; */
}
/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #CC645F;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    /*opacity: .5;*/
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(../svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
.boxes {
	margin: 120px auto;
}
.boxes .og-grid {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.boxes .og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
}
.boxes .og-grid li > a,
.boxes .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
   /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    
}
/*.boxes .og-grid li > a:hover img {
    opacity: 0.5;
    -webkit-filter: none;
    filter: none !important;
}*/
.boxes .og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #efefef;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
.boxes .og-expander {
	position: absolute;
	background: #efefef;
    color: #324C57;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
    height: auto !important;
}
.boxes .og-expander-inner {
	padding: 30px 30px;
	height: 60%;
}
.boxes .og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.boxes .og-close::before,
.boxes .og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.boxes .og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.boxes .og-close:hover::before,
.boxes .og-close:hover::after {
	background: #333;
}
.boxes .og-fullimg,
.boxes .og-details {
	width: 48%;
	float: left;
	/*height: 120%;*/
	overflow: hidden;
	position: relative;
    padding-right: 15px;
}
.boxes .og-details {
	padding: 0px;
}
.boxes .og-fullimg {
	text-align: center;
}
.boxes .og-fullimg img {
	display: inline-block;
	max-height: 100%;
    float: right;
	/*max-width: 50%;*/
}
.boxes .og-details h3 {
	font-weight: 300;
	font-size: 1.8rem;
    line-height: 30px;
	margin-bottom: 20px;
    font-weight: 800;
}
.boxes .og-details p {
	color: #383838;
	font-size: 14px;
    line-height: 14px;
	margin-bottom: 20px;
}
.boxes .og-details a {
	/*height: 50px;*/
	font-weight: 400;
	font-size: 12px;
	line-height: 13px;
	color: #383838;
	/*text-transform: uppercase;*/
	/*padding: 0 15px;*/
	/*background: #333;*/
	display: inline-block;
	/*margin: 10px 0;*/
	outline: none;
	transition: background 1s ease;
    content: inherit;
}
.boxes .og-details a::before {
	display: inline-block;
	margin-right: 10px;
}
.boxes .og-details a:hover {
	text-decoration: underline;
}
.boxes .og-details span {
}
.boxes .og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #efefef;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
.back a {
    border: 1px solid #446877;
    border-radius: 5px;
    color: #446877;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 10px 20px;
    top: 80px;
}
.back a:hover {
    opacity: 0.8;
}
nav{
  width: 100%;
  height: 50px;
  background-color: #fff;
  bottom: 0;
  position: fixed;
    z-index: 10;
}
.menu{
  display: table;
  margin: 0 auto;
  padding: 5px 0;
}
.menu li {
  list-style: none;
  float: left;
  margin: 8px 10px;
  font-size: 18px;
}
.menu a {
  color: #E87D1E;
  font-weight: 700;
}
.menu a:hover {
  color: #CC645F;
  font-weight: 700;
    text-decoration: underline;
}
.menu a:current {
  color: #CC645F;
  font-weight: 700;
    text-decoration: underline;
}
.fixed{
  position: fixed;
  bottom: 0px;
  z-index: 9999999;
  border-top: 1px solid #c7c7c7;
}
.container{ /* text-wrap: Lorem ipsum */
  width: 500px;
  margin: 50px auto;
}
#sanjose, #alajuela, #cartago, #heredia, #puntarenas, #guanacaste {height: 50px;margin-bottom: 20px !important;}
#meto {padding: 0 50px !important;}

.related {text-align: center;font-family: 'Roboto', serif;margin-bottom: 50px;font-weight: 100;background-color:#f8f8f8;padding: 50px;}

.col {
    width: 25.3%;
    display: inline-block;
    height: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 40px;
    font-size: 14px;
    margin-bottom: 50px;
    color:#324C57; 
}

@-webkit-keyframes loader {
	0% { background: #efefef; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #efefef; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #efefef, -15px 30px 1px #ccc; }
}
@-moz-keyframes loader {
	0% { background: #efefef; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #efefef; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #efefef, -15px 30px 1px #ccc; }
}
@keyframes loader {
	0% { background: #efefef; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #efefef; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #efefef, -15px 30px 1px #ccc; }
}
@media screen and (max-width: 830px) {
    .og-expander {height: auto !important; }
	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
    .fixed{display: none;}
    .col {width: 30%;}
}

@media screen and (max-width:1280px) {
    em {font-size: 14px;color: #CC645F;}
    em {line-height: 15px;;}
    .boxes .og-details p {font-size: 12px;}
    ol > li {font-size: 12px;}
    .col {width: 33%;padding: 10px;}
}

@media screen and (max-width: 650px) {
	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
    .col {width: 50%;}
    /*.tooltipster {display: none}*/
}
@media screen and (max-width: 480px) {
    .og-expander {height: auto !important; }
    #movilh1 {font-size: 4em;margin-bottom: 10px;}
    #topmovil {padding: 25% 10% 100px 10%;}
    section p {font-size: 12px;line-height: 16px;}
    section h2 {font-size: 0.8em;}
    .boxes .og-fullimg, .boxes .og-details {width: 100%;}
    .boxes .og-expander-inner {padding: 20px 30px;}
    .boxes .og-details h3 {font-size: 1rem;line-height: 10px;line-height: 16px;margin-bottom: 10px;}
    .boxes .og-details p {font-size: 12px;}
    em {font-size: 12px;line-height: 20px;}
    .og-close {z-index: 99999;}
    #meto {padding: 0 20px !important;}
    .hide {display: none !important;}
    /*.boxes .og-details span {display: none !important;}*/
    ol > li {line-height: 12px;font-size: 11px;}
    ol > li:before {height: 20px;width: 20px;line-height: 18px;}
    article img {margin: 0 auto 10px 0;}
    .col {width: 100%;padding: 0px;}
    /*.tooltipster {display: none}*/
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}

/* ---------- Overlay Fullscreen Menu ---------- */