@charset "utf-8";
/*
Theme Name: Guanaco Studios
Description: WebSite Theme.
Author: Schuldhaus Alejandro
Author URI: http://www.alejandroschuldhaus.com.ar
Version: 1.0
*/

/* web fonts */
@import url('fonts.css');
/* reset */
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,font,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; outline:0; vertical-align:baseline; background:transparent;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
/* Remove margins/bullets for navigation lists */
nav ul,nav ol,nav li{list-style:none; list-style-image:none; margin:0; padding:0;}
/* typography */
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:''; content:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse; border-spacing:0;}
td{vertical-align:top;}
/* images: borders, ie scaling etc. */
img{border:0; -ms-interpolation-mode:bicubic; vertical-align:middle;}
a img{border:none;}
/* forms */
form{margin:0;}
fieldset{border:0; margin:0; padding:0;}
textarea{overflow:auto; vertical-align:top; resize:vertical;}
/* disable iOS input button styling */
input[type='submit']{-webkit-appearance:none;}
/* clearfix */
.clearfix:before,.clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}

/* basic */
/*html,body{min-width:960px;}*/
html, body{font-family:'ArcherMedium',arial,sans-serif; font-size:14px; background: #000000 url("../images/background.jpg") repeat scroll center top; width: 100%, height: 100%;}
body{ -webkit-background-size: 1700px 6731px;}
h1,h2,h3,p{margin:0 0 20px 0;}
h1{font-size:32px; line-height:40px;}
h2{font-size:18px;}
h3{font-size:16px;}
hr{display:block; height:0; border:0; border-top:1px solid rgba(0,0,0,0.15); border-bottom:1px solid rgba(255,255,255,0.25); margin:0 0 18px 0; padding:0;}
a{color:inherit;}

/* template style */
body{
	color:#FFFFFF;
}

/* header section */
#header_content{
    margin: auto;
    overflow: hidden;
    width: 865px;
}
header{
    background: url("../images/header_background.jpg") repeat-x scroll left top transparent;
    left: 0;
    position: absolute;
    right: 25px;
    top: 0;
    width: 100%;
    z-index: 9;
    height: 160px !important;
}
header .logo{
    float: left;
    margin-top: 10px;
}
header .logo h1{
    background: url("../images/logo.png") no-repeat scroll left top transparent;
    float: left;
    height: 146px;
    text-indent: -9999em;
    width: 165px;
    margin-bottom: 0;
}
header .social{
    float: right;
    margin-top: 17px;
}
header .social ul li{
    display: inline-block;
    margin-left: 10px;
    float: left;
}
header .social ul li a{
    border: none;
}
header .social ul li a img{
    border: none;
}

/* footer section */
footer{
    height: 50px;
    text-align: center;
}

footer p{
    color: #939598;
    font-family: 'ArcherMedium';
    font-size: 13px;
    margin: auto;
    text-align: right;
    width: 865px;
}

footer p a{
    color: #BCBEC0;
    font-size: 13px;
    text-decoration: none;
}

footer p span{
    color: #32D6BF;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'ArcherMedium';
}

/* navigation section */
nav{
    height: 36px;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    width: 420px;
}
.menu{

}
.menu li{
    background: url("../images/point_navigation.png") no-repeat scroll right 6px transparent;
    display: inline-block;
    margin-right: 10px;
    padding-right: 20px;
}
.menu li.last{
  background: none;
  margin: 0;
  padding: 0;
}
.menu a{
	text-decoration:none;
	color:#000000;
    font-family: 'ArcherBold';
    font-size: 14px;
}
html.is-touch-device .menu a:hover{
	color:#EA074E;
}
.menu a:hover,.menu a.current-section,html.is-touch-device .menu a.current-section, .menu a:focus{
	color:#EA074E;
}

/* section content */
#content>section{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

/* section 1 */
#section_1{
    height: 1755px;
    margin: auto;
    overflow: hidden;
    padding-top: 120px;
    width: 865px;
}
.skills{
    float: left;
    position: relative;
    width: 865px;
}
.skills ul{
    float: left;
    margin-left: 25px;
    margin-top: 220px;
    width: 660px !important;
}
.skills ul li{
    font-size: 34px;
    display: block;
    float: left;
    width: 660px;
}
.skills ul li span{
    font-family: 'ArcherBold';
    color: #F1EED1;
}
div#shell {
    height: 150px;
    left: 50%;
    margin-left: -140px;
    position: absolute;
    top: 0;
    width: 280px;
}
div#shell{
    z-index: 1;
}
img#plax-logo {
    position: absolute;
    top: 0;
    left: 125px;
    z-index: 9;
}
img#plax-sphere-1 {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 175px;
}
img#plax-sphere-2 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
img#plax-sphere-3 {
    position: absolute;
    top: 35px;
    left: 32px;
    z-index: 1;
}
#iphone{
    position: absolute;
    right: 60px;
    top: 185px;
}
#iphone img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#iphone img:hover {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
}

/* section 2 */
#section_2{
    height: 1575px;
    margin: auto;
    overflow:hidden;
    padding-top: 235px;
    width: 100%;
    position: relative;
}
#wrap {
	width: 865px;
	margin: 0 auto;
	z-index:1;
	position:relative;
}
.element {
	position:absolute;
	display:block;
}
.element#coriander {
	top:-55px;
	right:490px;
	width: 411px;
	height: 234px;
}
.element#rosemary {
	top:-240px;
	right: 340px;
	width: 218px;
	height: 227px;
}
.element#chives {
	top : 85px;
	right:-70px;
	width: 550px;
	height: 200px;
}
.element#chives .line{
    border-top: 1px dashed #FFFFFF;
    float: left;
    height: 2px;
    margin-bottom: 10px;
    width: 100%;
}
.element#chives p{
    font-family: 'ArcherBold';
    font-size: 19px;
    line-height: 30px;
}
.element#chives p span.name{
    font-size: 24px;
    text-transform: uppercase;
}
.element#chives p span.blue{
    color: #32D6BF;
}
.element#chives p span.red{
    color: #EA074E;
}
.element#lemonbalm {
	right: 165px;
	top:-25px;
	width:727px;
	height: 93px;
}
.element#lemonbalm img{

}
.element#lemonbalm p{
    color: #000000;
    font-family: 'ArcherMedium';
    font-size: 28px;
    padding-left: 250px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
}
.element#lemonbalm p strong{
    font-family: 'ArcherBold';
}
.element#basil {
	right: 255px;
	top:250px;
	width:368px;
	height: 263px;
	text-align:right;
}

/* section 3 */
#section_3{
    height: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 100px;
    position: relative;
    width: 945px;
}

/* section 3 */
#section_bk{
    height: 1700px;
    margin: auto;
    overflow: hidden;
    padding-top: 300px;
    width: 865px;
}
.process-steps{
    background: url("../images/process_steps.png") no-repeat scroll left 75px transparent;
    height: 217px;
    margin: 80px auto auto;
    overflow: hidden;
    width: 619px;
}
.process-steps p.port{
    float: left;
    font-family: 'ArcherMedium';
    font-size: 16px;
    margin-left: 230px;
    color: #F1EED1;
    padding-bottom: 5px;
    padding-left: 70px;
    padding-top: 10px;
}

.process-steps p.port span{
    font-family: 'ArcherBold';
    color: #fff;
}

.process-steps p.port span a{
    font-family: 'ArcherBold';
    color: #fff;
    text-decoration: none;
}

.process-steps p.port span a:hover{
  text-decoration: underline;
} 

.process-steps p.work{
    float: left;
    font-family: 'ArcherMedium';
    font-size: 23px;
    margin-left: 55px;
    margin-top: 90px;
}
.process-steps span{
    font-family: 'ArcherBold';
}
.steps{
    background: url("../images/steps-background.png") no-repeat scroll 115px top transparent;
    margin: -95px auto auto;
    overflow: hidden;
    padding-top: 65px;
    width: 875px;
}
.steps ul li{
    display: block;
    float: left;
    width: 175px;
    margin-top: 3px;
}
.steps ul li .icon{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 106px;
    margin: auto;
    position: relative;
    width: 108px;
    z-index: 1;
}
.steps ul li .icon img{
	opacity: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

	/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;

	/*Reflection*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}
.steps ul li .icon img:hover{
    opacity: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

   /*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));

   /*Glow*/
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}
.steps ul li .step-number{
    background: url("../images/step-number.png") no-repeat scroll left top transparent;
    height: 67px;
    margin: -12px auto auto;
    overflow: hidden;
    width: 50px;
}
.steps ul li .step-number span{
    display: block;
    font-family: 'ArcherBold';
    font-size: 24px;
    margin-top: 15px;
    text-align: center;
}
.steps ul li .step-name{
    float: left;
    margin-top: 5px;
    text-align: center;
    width: 175px;
}
.steps ul li .step-name span{
    font-family: 'ArcherMedium';
    font-size: 20px;
    text-transform: uppercase;
}

/* section 4 */
#section_4{
    height: 730px;
    margin: auto;
    overflow: hidden;
    padding-top: 160px;
    width: 945px;
    position: relative;
}

#wrap2 { max-width: 945px; min-height: 900px; margin: 0 auto; overflow: hidden;}
.title_portfolio{
    background: url("../images/title_portfolio.png") no-repeat scroll left top transparent;
    height: 55px;
    margin: 40px auto auto !important;
    padding-top: 75px;
    text-align: center;
    width: 549px;
}

.title_portfolio p{
    color: #FFFFFF;
    font-family: 'ArcherMedium';
    font-size: 28px;
    text-transform: uppercase;
}

.title_portfolio p span{
    font-family: 'ArcherBold';
}

.video_reel{
    float: right;
    margin-top: -170px;
}

.video_reel a{
    background: url("../images/video_reel.png") no-repeat scroll left top transparent;
    display: block;
    height: 160px;
    text-indent: -9999em;
    width: 155px;
}


/* Filter */
.group { margin-bottom: 3em; color: #777;}
.filter_content {
    background: transparent url(../images/points.png) repeat-x scroll left bottom;
    float: left;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 20px;
    width: 945px;
}
dt { margin-right: 5px; }
.filter{
    margin: auto;
    width: 700px;
}
.filter li { float: left; display: block;color: #FFF;}
.filter a {
    color: #F0EDD0;
    font-family: 'ArcherBold';
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.filter a:hover, .current a {
    background: none repeat scroll 0 0 #F0EDD0;
    color: #000000;
}

/* Portfolio Items */
.portfolio{
float: left; width: 970px;
}
.item {
    border: 4px solid #FFFFFF;
    display: block;
    float: left;
    height: 160px;
    margin-bottom: 24px;
    margin-right: 24px;
    position: relative;
    width: 210px;
}
.item .caption {
    background: transparent url(../images/caption.png) repeat scroll left top;
    cursor: pointer;
    height: 160px;
    position: absolute;
    top: 0;
    width: 210px;
    opacity: 1 !important;
}

.item .caption a{

}

.item .caption h2{
    color: #FFFFFF;
    font-family: 'ArcherBold';
    font-size: 14px;
    margin: 15px 0 0 15px;
    text-transform: uppercase;
}

.item .caption p{
    color: #FFFFFF;
    font-family: 'ArcherMedium';
    font-size: 14px;
    margin: 0 0 0 15px;
}

.item .caption .tags{
    color: #FFFFFF;
    display: block;
    font-family: 'ArcherMedium';
    font-size: 12px;
    margin-left: 15px;
    margin-top: 10px;
    font-weight: normal;
    text-transform: none;
}

.item .caption .share{
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.item .caption .share span{
    color: #FFFFFF;
    font-family: 'ArcherMedium';
    font-size: 12px;
}

.item .caption .share a{

}

.item .caption .share a img{
    border: none;
}


/* section 5 */
#section_5{
    height: 730px;
    margin: auto;
    overflow: hidden;
    padding-top: 140px;
    width: 865px;
    position: relative;
}
.contact-text{
    float: left;
    width: 865px;
}
.contact-text p{
    font-family: 'ArcherMedium';
    font-size: 20px;
    color: #F1EED1;
}
.contact-text span.blue{
    font-family: 'ArcherBold';
    color: #32D6BF;
    font-size: 27px;
    text-transform: uppercase;
}
.contact-text span.red{
    font-family: 'ArcherBold';
    color: #EA074E;
    font-size: 27px;
    text-transform: uppercase;
}
.contact-text span.bold{
    font-family: 'ArcherBold';
}
.info-content{
    float: left;
    width: 360px;
}
.info-content ul li{
    background: none repeat scroll 0 0 #262626;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    display: block;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    width: 340px;
}
.info-content ul li.last{
    margin: 0;
}
.info-content ul li a.mail{
    background: url("../images/mail_icon.png") no-repeat scroll left top transparent;
    float: left;
    font-size: 17px;
    padding-bottom: 2px;
    padding-left: 40px;
    padding-top: 3px;
    text-decoration: none;
}
.info-content ul li .address{
    background: url("../images/pin_icon.png") no-repeat scroll left top transparent;
    float: left;
    font-size: 17px;
    padding-left: 40px;
}
.info-content ul li .phone{
    background: url("../images/phone_icon.png") no-repeat scroll left top transparent;
    float: left;
    font-size: 17px;
    padding-bottom: 4px;
    padding-left: 40px;
    padding-top: 3px;
}
.google-map{
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 250px;
    width: 355px;
    margin-top: 10px;
}
#left-content{
    float: left;
    width: 425px;
}
#formContenedor{
    position: relative;
}
.form-content{
    float: left;
    margin-left: 30px;
    width: 410px;
}
.form-content .message{
    background: none repeat scroll 0 0 #262626;
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    float: left;
    height: 68px;
    width: 410px;
}
.form-content .message span{
    float: left;
    font-family: 'ArcherBold';
    font-size: 24px;
    margin-left: 30px;
    margin-top: 19px;
    text-transform: uppercase;
}
.form-content .message img{
    float: left;
    margin-left: 40px;
    margin-top: -25px;
}
.form-content fieldset{
    border: none;
    float: left;
}
.form-content .info{
    float: left;
    margin-top: 20px;
    position: relative;
    width: 410px;
}
.form-content .info label{
    color: #E6E7E8;
    float: left;
    font-family: 'ArcherMedium';
    font-size: 16px;
    width: 75px;
}
.form-content .info .input-content{

}
.form-content .info .input-content .inputError{
	border:1px solid #FF0000;
	background-color:#939598;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-family: 'ArcherMedium';
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 10px;
    width: 310px;
}
.form-content .info .input-content input{
    background: none repeat scroll 0 0 #939598;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: medium none;
    font-family: 'ArcherMedium';
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 10px;
    width: 310px;
}
.form-content .info .textarea-content .inputError{
	border:1px solid #FF0000;
	background-color:#939598;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-family: 'ArcherMedium';
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 10px;
    width: 310px;
    height: 125px;
    resize: none;
}
.form-content .info .textarea-content textarea{
    background: none repeat scroll 0 0 #939598;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: medium none;
    font-family: 'ArcherMedium';
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 10px;
    width: 310px;
    height: 125px;
    resize: none;
}
.form-content .button-content{
    float: right;
    margin-top: 20px;
}
.form-content .button-content button{
    background: none repeat scroll 0 0 #D1D3D4;
    border: medium none;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #231F20;
    cursor: pointer;
    font-family: 'ArcherBold';
    font-size: 15px;
}
.social_footer{
    background: url("../images/keep.png") no-repeat scroll left top transparent;
    float: left;
    height: 225px;
    text-align: center;
    width: 225px;
}
.social_footer p{
    color: #231F20;
    font-family: 'ArcherMedium';
    font-size: 19px;
    padding-top: 65px;
    text-transform: uppercase;
}
.social_footer p span{
    color: #231F20;
    font-family: 'ArcherBold';
    font-size: 26px;
    text-transform: uppercase;
}
.social_footer ul li{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.social_footer ul li a{
    border: none;
}
.social_footer ul li a img{
    border: none;
}
#content section .section-content{
	overflow:hidden;
	padding:20px;
}
.section-content h1{
	font-family:"Lobster Two",georgia,serif;
	font-weight:700;
	font-size:88px;
	line-height:100px;
	color:rgba(0,0,0,0.75);
}
#content>section:first-child .section-content h1{
	color:#94cbce;
	text-shadow:1px 1px 0 rgba(0,0,0,0.45);
}
#content>section:first-child .section-content hr{
	border-top:1px solid rgba(0,0,0,0.35); border-bottom:1px solid rgba(255,255,255,0.15);
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
background-color: #000000;
    display: none;
    height: 325px;
    position: absolute;
    text-align: center;
    top: 80px;
    width: 420px;
    z-index: 1;
	opacity:0.95; filter:alpha(opacity="95");
}

#transparenciaMensaje
{
    font-family: 'ArcherBold';
    font-size: 16px;
    height: 100px;
    left: 50%;
    margin-left: -150px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 300px;
}

#transparenciaMensaje button{
    background: none repeat scroll 0 0 #D1D3D4;
    border: medium none;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #231F20;
    cursor: pointer;
    font-family: 'ArcherBold';
    font-size: 18px;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:1px solid #000000;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
}

#ayudaTitulo
{
	background-color:#000000;
	color:#FFFFFF;
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
}