@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: arial;
	position: relative;
}
.clear{
	clear: both;
}
.rounded{
	behavior: url("border-radius.htc");
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari y Chrome */
	-khtml-border-radius: 10px; /* Konkeror, ... */
	border-radius: 10px; /* Opera 10.50, IE y CSS3 */
}
@media handheld, only screen and (max-width: 1000px) {
	.clear{		
	}
	.rounded{
		
	}
}
a{
	text-decoration: none;
}
h1{
	color: #ea5e1b;
	font-size: 50px;
	margin:20px 0;
}
h2{
	color: #000000;
	font-size: 40px;	
	margin:20px 0;
}
h3{
	color: #ea5e1b;
	font-size: 35px;	
	margin:20px 0;
}
/*#525252*/
p{
	color: #000000;
	font-size: 30px;	
	margin:20px 0;
}
ul{
	color: #000000;
	font-size: 30px;	
	margin:20px 0;
}
span{
	color: #ea5e1b;
	font-size: 20px;
	margin:20px 0;
	font-style: italic;
}
strong{
	color:#ea5e1b;
}
@media handheld, only screen and (max-width: 1000px) {
	h1{
		font-size: 30px;
		margin:10px 0;
	}
	h2{
		font-size: 25px;	
		margin:10px 0;
	}
	h3{
		font-size: 20px;	
		margin:10px 0;
	}
	p{
		font-size: 20px;	
		margin:10px 0;
	}
	ul{
		font-size: 20px;	
		margin:10px 0;
	}
	span{
		font-size: 20px;
		margin:10px 0;
		font-style: italic;
	}
}
.hide{
	display: none;
}
@media handheld, only screen and (max-width: 1000px) {
	
}



header{	
	width: 100%;
	height: 550px;
	position: relative;
	margin: 0;
}
header h1{
	background: url(../_images/bg-white-50.png);
	color: #ea5e1b;
	font-size: 40px;
	position: absolute;
	bottom: 150px;
	right: 10px;
	padding: 30px;
	margin: 0;
}
header h2{
	background: url(../_images/bg-white-50.png);
	color: #525252;
	font-size: 40px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 30px;
	margin: 0;
}
header #slide{
	background: url(../_images/slide1.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
header .logo{
	background: url(../_images/logo.svg) no-repeat center;
	background-size: contain;
	width: 30%;
	height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1%;
	margin: auto;
}
@media handheld, only screen and (max-width: 1000px) {
	header{
		background-color: #ea5e1b;
		height: 200px;		
	}
	header h1{
		background: none;
		color: #ffffff;
		font-size: 20px;
		position: absolute;
		bottom: 32px;
		left: 0;
		right: 0;
		padding: 5px;
		text-align: center;
	}
	header h2{		
		background: none;
		color: #ffffff;
		font-size: 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 5px;
		text-align: center;
	}
	header #slide{
		display: none;
	}
	header .logo{
		background: url(../_images/logo.svg) no-repeat center;
		background-size: contain;
		width: 90%;
		height: 150px;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		margin:auto;
	}
}
#header-sec{
	background: #ffffff;
	width: 100%;
	height: 60px;
	position: fixed;
	top: -60px;
	z-index: 100;	
}
#header-sec .header-sec-logo{
	background: url(../_images/logomini.svg) no-repeat center;
	background-size: contain;
	width: 90%;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
}
blockquote{
	width: 75%;
	position: relative;
	margin: 30px auto;
	padding: 30px;
	text-align: center;
}
blockquote h1{
	font-size: 50px;
	font-style: italic;
	color: #000000;
	margin:10px 0;
	padding: 0;
}
blockquote p{
	font-size: 40px;
	font-style: italic;
	color: #1F1F1F;	
	margin:10px 0;
	padding: 0;
}
blockquote .quote-in{
	background: url(../_images/quotein.svg) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: -50px;
	z-index: 0;
}
blockquote .quote-out{
	background: url(../_images/quoteout.svg) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: -50px;
	z-index: 0;
}
@media handheld, only screen and (max-width: 1000px) {
	blockquote{
		width: auto;
		margin: 5px;
		padding: 5px;
		text-align: left;
		border-left: 5px solid #ea5e1b;
	}
	blockquote h1{
		font-size: 25px;
	}
	blockquote p{
		font-size: 20px;
	}
	blockquote .quote-in{
		display: none;
	}
	blockquote .quote-out{
		display: none;
	}
}
.block{
	width: auto;
	height: auto;
	position: relative;
	border-top:10px solid #ea5e1b;
	border-bottom: 10px solid #525252;
	padding: 50px;
}
.block-left{
	width: 50%;
	float: left;	
}
.block-right{
	width: 50%;
	float: right;	
}
.block-margin-50{
	margin: 50px;
}
@media handheld, only screen and (max-width: 1000px) {
	.block{
		border-top:5px solid #ea5e1b;
		border-bottom: 5px solid #525252;
		padding: 10px;
	}
	.block-left{
		width: auto;
		float: none;	
	}
	.block-right{
		width: auto;
		float: none;	
	}
	.block-margin-50{
		margin: 0;
	}
}
#webcard{
	background: url(../_images/bg-wood.jpg) no-repeat fixed;
	background-size: cover;
}
#webcard .webcard-shared{
	background: url(../_images/sharelink.svg) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px;
}
#webcard .webcard-businesscard{
	background: url(../_images/businesscard.png) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 400px;	
	margin: auto;
}
#webcard .webcard-verticalnav{
	background: url(../_images/verticalnav.svg) no-repeat center;
	background-size: contain;
	width: 75%;
	height: 300px;	
	margin: auto;
}
#webcard .webcard-sections{
	background: url(../_images/sections.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 350px;	
	margin: auto;
}
#webcard .webcard-smart{
	background: url(../_images/smart.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 450px;	
	margin: auto;
}
#webcard .webcar-icon{
	background-size: contain;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 20px 20px 0;
}
#webcard .webcard-icon-who{
	background: url(../_images/icon-who.svg) no-repeat center;
}
#webcard .webcard-icon-what{
	background: url(../_images/icon-what.svg) no-repeat center;
}
#webcard .webcard-icon-why{
	background: url(../_images/icon-why.svg) no-repeat center;
}
#webcard .webcard-icon-when{
	background: url(../_images/icon-when.svg) no-repeat center;
}
#webcard .webcard-icon-where{
	background: url(../_images/icon-where.svg) no-repeat center;
}
#webcard .webcard-icon-iwant{
	background: url(../_images/icon-iwant.svg) no-repeat center;
}
@media handheld, only screen and (max-width: 1000px) {
	#webcard{
	}
	#webcard .webcard-shared{

	}
	#webcard .webcard-businesscard{
		width: 100%;
		height: 350px;	
		margin: 0;
	}
	#webcard .webcard-verticalnav{
		width: 100%;
		height: 450px;	
		margin: 0;		
	}
	#webcard .webcard-sections{
		width: 100%;
		height: 450px;	
		margin: 0;
	}
	#webcard .webcar-icon{
		width: 40px;
		height: 40px;
		margin: 0 10px 10px 0;
	}
	#webcard .webcard-icon-who{
	}
	#webcard .webcard-icon-what{
	}
	#webcard .webcard-icon-why{
	}
	#webcard .webcard-icon-when{
	}
	#webcard .webcard-icon-where{
	}
	#webcard .webcard-icon-iwant{
	}
}
#contact{
	background: url(../_images/map.svg) no-repeat center;
	background-size: cover;
	
}
#contact .contact-map{
	background: url(../_images/map-point.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 350px;	
	margin: auto;
}
@media handheld, only screen and (max-width: 1000px) {
	#contact{
	}
	#contact .contact-map{
		width: 100%;
		height: 150px;	
		margin: 0;
	}
}
#design{
	background: url(../_images/ideas.svg) no-repeat center fixed;
	background-size: cover;
}
#design .design-responsive{
	background: url(../_images/responsive.svg) no-repeat center;
	width: 100%;
	height: 350px
}
#design .design-qr{
	background: url(../_images/qr.svg) no-repeat center;
	width: 100%;
	height: 350px
}
@media handheld, only screen and (max-width: 1000px) {
	#design{
	}
	#design .design-responsive{
		height: 150px
	}
	#design .design-qr{
		height: 350px
	}
}
#planes{
	background: url(../_images/briefing.svg) no-repeat center;
	background-size: cover;	
	text-align: center;

}
#planes .block-webcard{
	background: url(../_images/bg-white-75.png);
	display: inline-table;
	width: 25%;
	height: auto;
	margin: 0.75%;
	padding: 0.75%;
	text-align:left;
}
#planes .block-webcard h3{
	font-size: 30px;
}
#planes .planes-mainwebcard{
	background: url(../_images/mainwebcard.svg) no-repeat center;
	width: 100%;
	height: 300px;
}
#planes .planes-minorwebcard{
	background: url(../_images/minorwebcard.svg) no-repeat center;
	width: 100%;
	height: 300px;
}
#planes .planes-branchwebcard{
	background: url(../_images/branchwebcard.svg) no-repeat center;
	width: 100%;
	height: 300px;
}
@media handheld, only screen and (max-width: 1000px) {
	#planes{
		background: url(../_images/briefing.svg) no-repeat center fixed;
		background-size: cover;		
	}
	#planes .block-webcard{
		display: block;
		width: auto;
		margin:10px  0;
		padding: 10px;
	}
	#planes .block-webcard h3{
		font-size: 20px;
	}
	#planes .planes-mainwebcard{
		height: 200px;
	}
	#planes .planes-minorwebcard{
		height: 200px;
	}
	#planes .planes-branchwebcard{
		height: 200px;
	}
}