/*
Theme Name: Peru Butterfly
Theme URI: http://wordpress.org/themes/perubutterfly
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

@font-face {
    font-family: 'old_pressregular';
    src: url('fonts/old_press-webfont.eot');
    src: url('fonts/old_press-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/old_press-webfont.woff2') format('woff2'),
         url('fonts/old_press-webfont.woff') format('woff'),
         url('fonts/old_press-webfont.ttf') format('truetype'),
         url('fonts/old_press-webfont.svg#old_pressregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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;
}
body {
	font-family: 'Fjalla One', sans-serif;
	font-weight:400;
	font-size:17px;
	color:#17130b;
}
html, body {
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
.container {
	width:940px;
	margin:0 auto;
}
.clear {
	clear:both;
}
#btn-facebook {
	position:fixed;
	top:50%;
	left:0;
	z-index:200;
	width:40px;
	height:200px;
	margin-bottom:-204px;
}
#btn-trip {
	position:fixed;
	top:50%;
	left:0;
	z-index:200;
	width:40px;
	height:170px;
	margin-top:-178px;
}
#header {
	height:94px;
	background:url(images/t.png);
	background-repeat:repeat;
	width:100%;
}
#header h1 {
	padding:4px 0 0 0;
	float:left;
}
#header .nav {
	float:right;
	padding:26px 0 0 0;
}
#header .nav ul {
	display:block;
	list-style:none;
	display:table;
	font-family: 'Fjalla One', sans-serif;
	font-weight:400;
}
#header .nav ul li {
	display:table-cell;
	text-align:center;
	padding:0 0 0 20px;
}
#header .nav ul li a {
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
}
#header .nav ul li a i {
	display:inline-block;
	width:26px;
	height:21px;
	background:url(images/icons.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 0 6px 0;
	vertical-align:top;
}
#header .nav ul li.mision a i {
	background-position:-120px 0;
}
#header .nav ul li.jardin a i {
	background-position:-174px 0;
}
#header .nav ul li.galeria a i {
	background-position:-228px 0;
}
#header .nav ul li.ubicacion a i {
	background-position:-325px 0;
}
#header .nav ul li.tarifas a i {
	background-position:-422px 0;
}
#header .nav ul li.contacto a i {
	background-position:-516px 0;
}
#header .nav ul li a:hover,
#header .nav ul li.current a {
	color:#009245;
}
#header .nav ul li.current a i,
#header .nav ul li a:hover i {
	background-position:0 bottom;
}
#header .nav ul li.mision.current a i,
#header .nav ul li.mision a:hover i {
	background-position:-120px bottom;
}
#header .nav ul li.jardin.current a i,
#header .nav ul li.jardin a:hover i {
	background-position:-174px bottom;
}
#header .nav ul li.galeria.current a i,
#header .nav ul li.galeria a:hover i {
	background-position:-228px bottom;
}
#header .nav ul li.ubicacion.current a i,
#header .nav ul li.ubicacion a:hover i {
	background-position:-325px bottom;
}
#header .nav ul li.tarifas.current a i,
#header .nav ul li.tarifas a:hover i {
	background-position:-422px bottom;
}
#header .nav ul li.contacto.current a i,
#header .nav ul li.contacto a:hover i {
	background-position:-516px bottom;
}
#header aside {
	float:right;
	padding:30px 0 0 35px;
}
#header aside ul {
	display:block;
	padding:0;
	margin:0;
}
#header aside ul li {
	display:block;
	float:left;
}
#header aside ul li a {
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}
#header aside ul li.active {
	display:none;
}
#header aside ul li a span {
	display:inline-block;
	padding-left:5px;
}

#footer {
	position:absolute;
	bottom:21px;
	left:0;
	width:100%;
	height:28px;
	background:url(images/footer.png);
	background-position:center;
	background-repeat:repeat-x;
	text-align:center;
	z-index:100;
}
#footer  a {
	width:49px;
	height:28px;
	display:inline-block;
	background:url(images/rec.png);
	background-repeat:no-repeat;
	color:#FFF;
	font-style:20px;
	line-height:28px;
	margin:0 2px;
}
#main {
	padding-bottom:39px;
}
#main #slidecaption {
	float:right;
	margin:0 80px 0 0;
	width:306px;
	line-height:1;
	color:#FFF;
	padding:115px 0 0 ;
}
#main #slidecaption h2 {
	font-family: 'old_pressregular';
	font-weight:normal;
	font-size:42px;
	line-height:1;
}
#main #slidecaption hr {
	height:6px;
	border:0;
	padding:0;
	margin:9px 0;
	background:#FFF;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#main #slidecaption p {
	font-family: 'Fjalla One', sans-serif;
	font-weight:400;
	font-size:21px;
	line-height:1.2;
}
#main #prevslide, 
#main #nextslide {
	width:60px;
	height:60px;
	background:url(images/nav.png);
	background-position:left 0;
	margin:0 0 0 15px;
	padding:0;
	left:auto;
	top:auto;
	right:auto;
}
#main #nextslide {
	background-position:right 0;
	margin:0 0 0 85px;
}
.buttons {
	position:absolute;
	bottom:142px;
	left:65px;
}
#content {
	padding:90px 40px 20px 40px;
}
#content h2 {
	color:#009245;
	font-size:40px;
	font-family: 'old_pressregular';
	font-weight:normal;
	text-align:center;
	padding:0 0 9px 0;
	text-transform:uppercase;
	margin:0 0 35px 0;
}
#content h2 span {
	display:inline-block;
	border-bottom:4px solid #009245;
}
#content p {
	font-size:16px;
	color:#17130b;
	font-weight:400;
	padding:0 0 20px 0;
}
#content p a {
	color:#17130b;
}
#content .bx-wrapper {
	width:324px;
	float:right;
	padding:0 0 0 50px;
	margin-bottom: 40px !important;
}
#content img.alignright {
	float:right;
	margin:0 0 0 24px;
}
#content img.alignleft {
	float:left;
	margin:0 24px 50px 0;
}
#content table th,
#content table td {
	text-align:center;
	font-size:16px;
	color:#000;
	padding:0 4px;
}
#content table tr th:first-child,
#content table tr td:first-child {
	text-align:left;
	padding:0;
}
#content table {
	position:relative;
	margin:0;
	border:0;
	padding:0;
}
#content .gform_wrapper {
	margin:0 auto;
	width:282px;
}
#content .gform_wrapper .top_label .gfield_label {
	font-family:calibri;
	font-size:13px;
	color:#FFF;
	padding:0 0 4px 0;
	margin:0;
}
#content .gform_wrapper .top_label input.large, 
#content .gform_wrapper .top_label select.large, 
#content .gform_wrapper .top_label textarea.textarea {
	border:2px solid #009245;
	background:#FFF;
	height:22px;
	width:96%;
	padding:0 2%;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#content .gform_wrapper ul li.gfield {
	padding:0 0 6px 0 !important;
	margin:0 !important;
	background:none !important;
	width:100% !important;
	border:0 !important;
}
#content .gform_wrapper .top_label textarea.textarea {
	height:140px;
	padding:4px 2%;
}
#content .gform_wrapper .gform_footer {
	padding:0;
	margin:0;
	text-align:right;
}
#content .gform_wrapper .gform_footer input.button, 
#content .gform_wrapper .gform_footer input[type=submit] {
	width:50px;
	height:16px;
	text-align:center;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size:13px;
color:#FFF;
font-weight:normal;
background:#009245;
cursor:pointer;
border:0;
outline:none;
font-family:Calibri;
}

.gform_confirmation_message {
	color:#FFF;
	text-align:center;
}






