/* @override http://localhost:4000/lib/theme/main.css */

/* @group HTML */

html, body {
	padding: 0;
	margin: 0;
}

body {
	font: 16px Helvetica, Arial;
	color: #444;
	background-color: #f2f2f2;
	background-image: url(img/background.png);
}

small {
	font-size: 1em;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

p > img {
	vertical-align: middle;
}

a:link {
	color: #0098e5;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0098e5;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #2f8fbf;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #0098e5;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	margin: 0 0 1em;
	line-height: 1.2em;
	font-size: 2em;
	font-weight: bold;
}

hgroup h1 {
	margin-bottom: 0;
}

h2 {
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0;
	margin: 0;
	font-size: 1.37em;
}

h3 {
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0;
	margin: 0;
	font-size: 1.25em;
}

img {
	max-width: 100%;
	border-style: none;
}

figure {
	padding: 0;
	margin: 0 0 1.5em;
}

figure .image {
	border: 1px solid #ddd;
}

figure .image img {
	vertical-align: top;
}

figure figcaption {
	padding-left: 3px;
	margin-top: 7px;
	font-size: 0.8em;
}



/* @end */

/* @group Layout */

#page {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	padding-right: 40px;
}

#page > header {
	height: 250px;
	position: relative;
}

#pagebody {
	margin-bottom: 20px;
	overflow: auto;
}

#page > footer {
	overflow: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}



/* @end */

/* @group Header */

#page > header .identity {
	width: 150px;
	position: absolute;
	top: 40px;
	right: 0;
}

#menu {
	top: 20px;
	position: absolute;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul li {
	list-style-type: none;
}

#menu ul li a:link {
	color: #444444;
	text-decoration: none;
}

#menu ul li a:visited {
	color: #444444;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #444444;
	text-decoration: none;
}

#menu ul li a:active {
	color: #444444;
	text-decoration: none;
}



/* @end */

/* @group Footer */

#page > footer h2 {
	font-size: 0.9em;
}

#page > footer .col {
	float: left;
	margin-right: 60px;
}



/* @end */

/* -------- */

/* @group Content */

.page #pagebody .main {
	width: 60%;
}

.page #pagebody .main h2 {
	margin-bottom: 1em;
	margin-top: 1em;
}

.page #pagebody .main h3 {
	margin-bottom: 1em;
	margin-top: 1em;
}

blockquote.testimonial {
	padding: 0;
	margin: 0;
	font: italic 1.3em Georgia;
}

blockquote.testimonial.original {
	padding: 0;
	margin: 0;
	color: #ff448f;
	font: italic bold 1.1em Helvetica, Arial;
}



/* @end */

/* @group Homepage */

#homepage > header h1 {
}

#homepage > header h2 {
	font-weight: normal;
	font-style: normal;
}

#homepage header hgroup {
	margin-bottom: 40px;
}

#homepage .col {
	float: right;
	width: 20%;
}

#homepage .col > .content {
	padding-right: 20px;
}

#homepage .work-index {
	width: 60%;
}

.ie7 #homepage .work-index {
	width: 59%;
}

#homepage .work-index .col {
	float: left;
	width: 33.33%;
}

.ie7 #homepage .work-index .col {
	width: 33%;
}

#homepage .work-index .item {
	margin-bottom: 20px;
}

#homepage .about {
	margin-bottom: 2em;
}

#homepage .products {
	margin-bottom: 2em;
}

#homepage .products .content {
}

#homepage .products .item {
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
	border: 1px solid #ddd;
	font-size: 0.9em;
}

#homepage .products .item h2 {
	margin-bottom: 0;
	font-style: normal;
	font-variant: normal;
	font-size: 1.25em;
}

#homepage .products .item .footer {
	margin-bottom: 0;
}

/*#homepage .products .item a.blocklink:link {
	text-decoration: none;
	color: #f2f2f2;
}

#homepage .products .item a.blocklink:hover {
	text-decoration: none;
	color: #f2f2f2;
}

#homepage .products .item a.blocklink:visited {
	text-decoration: none;
	color: #f2f2f2;
}

#homepage .products .item a.blocklink:active {
	text-decoration: none;
	color: #f2f2f2;
}

#homepage .products .item .actionlink {
	color: #fc0;
}

#homepage .products .item .actionlink:hover {
	color: #fc0;
}

#homepage .products .item .actionlink:visited {
	color: #fc0;
}

#homepage .products .item .actionlink:active {
	color: #fc0;
}*/



/* @end */

/* @group Work */

/* Index */

.work-index {
	
}

.work-index .item {
	background-image: url(img/background-dark.png);
}

.work-index .item figcaption {
	padding: 0 10px 10px;
	overflow: hidden;
}

.work-index .item figcaption h3 {
	color: white;
	font-weight: normal;
	font-style: normal;
}

.work-index .item figcaption p {
	margin: 0;
	color: #b3b3b3;
}

.work-index .item .image {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: none;
	padding: 3px;
	box-sizing: border-box;
}

.work-index .item .image .overlay {
	background-color: #00a9ff;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* Detail */

.work-detail .main {
	overflow: auto;
}

.work-detail .main > .content {
	width: 40%;
	float: right;
	margin-right: 20%;
}

.work-detail .main aside {
	width: 40%;
	float: left;
}

.ie7 .work-detail .main aside {
	width: 39%;
}

.work-detail .main aside figure {
	padding-right: 20px;
	margin-bottom: 1em;
}

.work-detail .main header .meta {
	overflow: auto;
}

.work-detail .main header .meta dt {
	display: none;
}

.work-detail .main header .meta dd {
	margin: 0;
	font-weight: bold;
}

/* Custom */

.work-detail .main header .meta .services {
	margin-top: 1em;
}



/* @end */

/* @group Content: Terrenos */

.terrenos #features {
	margin-top: 2em;
}

.terrenos .feature {
	
}

.terrenos .feature .thumbnail {

}

.terrenos .feature .content {
}

.terrenos #features .feature .content h2 {
	margin-top: 10px;
}



/* @end */

/* -------- */

/* @group Column Layouts */

.layout-2-cols {
	overflow: auto;
}

.layout-2-cols .col {
	width: 50%;
	float: left;
}

.layout-2-cols .col > *  {
	padding-right: 20px;
}



/* @end */

/* @group Common Styles */

/* Blocklink */

a.blocklink:link {
	text-decoration: none;
	color: #444444;
	font-weight: normal;
	font-style: normal;
}

a.blocklink:hover {
	text-decoration: none;
	color: #444444;
	font-weight: normal;
	font-style: normal;
}

a.blocklink:visited {
	text-decoration: none;
	color: #444444;
	font-weight: normal;
	font-style: normal;
}

a.blocklink:active {
	text-decoration: none;
	color: #444444;
	font-weight: normal;
	font-style: normal;
}

/* LInklike */

.linklike {
	color: #0098e5;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

.linklike:hover {
	color: #0098e5;
	text-decoration: underline;
	font-weight: bold;
}

/* Actionlink */

.actionlink {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
	cursor: pointer;
}

.actionlink:hover {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
	cursor: pointer;
}

.actionlink:visited {
	text-decoration: none;
	color: #00a9ff;
	font-weight: bold;
	cursor: pointer;
}

.actionlink:active {
	text-decoration: underline;
	color: #00a9ff;
	font-weight: bold;
	cursor: pointer;
}



/* @end */

/* @group Legacy */

.bettersource-download {
	display: inline-block;
	background: #7f7f7f url(img/bettersource.png) no-repeat 0 center;
	padding: 20px 16px 20px 50px;
}

.bettersource-download a:link {
	color: white;
}

.bettersource-download a:visited {
	color: white;
}

.bettersource-download a:hover {
	color: white;
}

.bettersource-download a:active {
	color: white;
}



/* @end */

/* -------- */

/* Print */

@media print {

body {
	font-size: 9px;
	background-image: none;
	background-color: white;
	color: black;
}

figure {
	margin-bottom: 10px;
}

#page > header {
	height: 150px;
}

#page > footer {
	padding-bottom: 0;
}

#page > header .identity {
	width: 100px;
}

#homepage .products .item {
	padding: 5px;
}

.work-index .item {
	background-image: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.work-index .item .image {
	padding: 0;
	border-style: none;
}

.work-index .item figcaption {
	padding: 0 5px;
}

.work-index .item figcaption h3 {
	color: black;
	font-weight: bold;
}

}

/* Responsive */

@media screen and (max-width: 980px) {

/* Generic Page */

.page #pagebody .main {
	width: 80%;
}

/* Homepage */

#homepage > header h1 {
	display: inline;
}

#homepage > header h2 {
	display: inline;
	font-size: 1.63em;
}

#homepage .col {
	width: 25%;
}

#homepage .products .item h2 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.125em;
}

#homepage .work-index {
	width: 50%;
}

.ie7 #homepage .work-index {
	width: 49%;
}

#homepage .work-index .col {
	width: 100%;
}

.ie7 #homepage .work-index .col {
	width: 100%;
}
	
}

@media screen and (max-width: 700px) {

/* Layout */

#page > header {
	height: 200px;
}

/* Homepage */

#homepage > header h1 {
	display: inline;
}

#homepage > header h2 {
	display: inline;
}

#homepage .col {
	width: 50%;
}

#homepage .work-index {
	width: 80%;
}

.ie7 #homepage .work-index {
	width: 80%;
}

/* Work */

.work-detail .main > .content {
	width: 50%;
	float: right;
	margin-right: 0;
}

.work-detail .main aside {
	width: 50%;
	float: left;
}

.ie7 .work-detail .main aside {
	width: 49%;
}
	
}

@media screen and (max-width: 480px) {

/* Layout */

#page {
	padding-left: 20px;
	padding-right: 20px;
}

#page > header {
	height: 180px;
}

#page > header .identity {
	width: 120px;
	top: 20px;
}

/* Homepage */

#homepage .col {
	width: 100%;
}

/* Work */

.work-detail .main > .content {
	width: 100%;
	margin-right: 0;
	float: none;
}

.work-detail .main aside {
	width: 80%;
	float: none;
}

.ie7 .work-detail .main aside {
	width: 80%;
}
	
}

@media screen and (max-height: 320px) {

#page > header {
	height: 100px;
}

}

/* Space */

/* Space */

/* Space */

/* Space */

/* Space */

/* Space */

/* Space */

/* Space */

/* Space */

/* Space */

/* Space */