@charset "utf-8";
/*
Theme Name: Polaris
Theme URI: http://polaris.com
Author: the Pensertrust team
Author URI: http://pensertrust.com/
Description: Custom handcoded theme for Polaris
*/

/* Base
-----------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Avenir';
  src: url('/wp-content/themes/polaris/fonts/Avenir.eot?#iefix') format('embedded-opentype'),  
  url('/wp-content/themes/polaris/fonts/Avenir.otf')  format('opentype'),
  url('/wp-content/themes/polaris/fonts/Avenir.woff') format('woff'), 
  url('/wp-content/themes/polaris/fonts/Avenir.ttf')  format('truetype'), 
  url('/wp-content/themes/polaris/fonts/Avenir.svg#Avenir') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
	margin: 0; 
	padding: 0; 
	outline: 0 !important; 
	border:none; 
	text-decoration: none; 
	list-style-type: none;
}
html {
	background: #F6F6F6;
}
body {
	font-size: 0.75em;
	background: #fff;
	font-family: 'Avenir' !important;
}
h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
}
a[href$=".pdf"] {
  background: #323232;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 10px 0 0 40px;
  padding: 10px;
  border: 1px solid #1a1a1a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 #4a4a4a inset;
  -webkit-box-shadow: 0 1px 0 #4a4a4a inset;
  box-shadow: 0 1px 0 #4a4a4a inset;
  -moz-transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  position: relative;
}
a[href$=".pdf"]:hover {
  background: #F30100;
  border-color: #ae0100;
  -moz-box-shadow: 0 1px 0 #fc3433 inset;
  -webkit-box-shadow: 0 1px 0 #fc3433 inset;
  box-shadow: 0 1px 0 #fc3433 inset;
}
a[href$=".pdf"] img {
  position: absolute;
  top: 2px;
  left: -40px;
}
blockquote {
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	color: #626466;
	font-style: italic;
	text-align: center;
	line-height: 1.5em;
}

.clearfloat:after {
	display:block; 
	content:""; 
	clear:both; 
	visibility:hidden; 
	height:0;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

/* =Pages
-----------------------------------------------------------------------------------------*/
#page #main {
	background: url(css/images/page_bg.png) top center no-repeat;
	min-height: 322px;
	margin-top: -50px;
}

/* =Content
-----------------------------------------------------------------------------------------*/
.content {
	width: 570px;
	float: left;
	margin-top: 35px;
	margin-left: 40px;
	position: relative;
}
.content h2 {
	color: #f30100;
	font-size: 2em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(css/images/titles_bg.gif) bottom left no-repeat;
	border-bottom: 1px solid #F30100;
}
.content h4 {
	color: #f30100;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.content p {
	line-height: 1.5em;
	color: #626466;
	text-align: justify;
	margin: 10px 0;
}
.content ul li {
	list-style-type: disc;
	color: #626466;
	margin: 5px 0;
}

/* =Sidebar
-----------------------------------------------------------------------------------------*/
.sidebar {
	width: 280px;
	float: right;
	padding-top: 35px;
	margin-top: 35px;
	margin-right: 40px;
}
.sidebar blockquote {
	text-align: left;
	background: url(css/images/quotes.png) 0 0 no-repeat;
	padding-top: 20px;
	text-align: justify;
	margin: 0;
	min-height: 40px;
}

/* =Header
-----------------------------------------------------------------------------------------*/
header {
	height: 80px;
	border-bottom: 1px solid #CFCFCF;
	position: relative;
}
header .logo {
	position: absolute;
	z-index: 99999;
}
header #lang-selector {
	width: 15%;
	text-align: right;
	float: right;
	padding-bottom: 5px;
	margin-top: -28px;
}
header #lang-selector a {
	color: #616467;
}
header #lang-selector a:hover {
	text-decoration: underline;
}
header #lang-selector .home-link {
	width: 18px;
	height: 17px;
	display: inline-block;
	background: url(css/images/home_icon.png) 0 0 no-repeat;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
header #lang-selector .home-link:hover {
	background-position: 0 -17px;
}

/* =Header Navigation
-----------------------------------------------------------------------------------------*/
header nav {
	padding: 41px 0px 0px 334px;
	width: 60%;
}
header nav ul {
	padding: 0;
}
header nav ul li {
	display: inline-block;
	margin: 0px 23px;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li:last-child {
	margin-right: 0;
}
header nav ul li a {
	text-transform: uppercase;
	color: #3b3d40;
	border-bottom: none;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid transparent;
}
header nav ul li a:hover, .active-link {
	color: #f30100;
	border-bottom: 2px solid #f30100;
}

/* =Footer
-----------------------------------------------------------------------------------------*/
footer {
	text-align: center;
	background: #F6F6F6;
	padding: 10px;
}
footer p {
	color: #626466;
	font-size: 0.83333333333333333333333333333333em;
}
footer .pensertrust {
	position: relative;
	top: 2px;
}

/* =Footer Navigation
-----------------------------------------------------------------------------------------*/
#footer-nav {
	width: 920px;
	margin: 0 auto;
}
#footer-nav nav {
	text-align: right;
	border-top: 1px solid #bbb;
	padding-top: 10px;
	margin-bottom: 10px;
}
#footer-nav nav ul {
	padding: 0;
}
#footer-nav nav ul li {
	display: inline-block;
	margin: 0 30px;
}
#footer-nav nav ul li:first-child {
	margin-left: 0;
}
#footer-nav nav ul li:last-child {
	margin-right: 0;
}
#footer-nav nav ul li a {
	text-transform: uppercase;
	color: #626466;
	border-bottom: none;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid transparent;
	font-size: 0.91666666666666666666666666666667em;
}
#footer-nav nav ul li a:hover {
	color: #f30100;
	border-bottom: 2px solid #f30100;
}

/* =Slides
-----------------------------------------------------------------------------------------*/
.slides li .wrapper .quote, .slider-fallback > .wrapper .quote {
	display: inline-block;
	position: relative;
	top: 260px;
	left: 450px;
	background: url(css/images/home_quote_blank.png) 0 0 no-repeat;
	width: 480px;
	height: 83px;
}
.slider-fallback {
	height: 395px !important;
}

/* =Contacto
-----------------------------------------------------------------------------------------*/
.contact-info {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
.contact-info div {
	width: 50%;
	float: left;
}
.contact-info div b {
	font-size: 1.1666666666666666666666666666667em;
	color: #333;
}
.contact-info div p{
	margin: 5px 0;
}

#contact-wrapper {
	margin-top: 40px;
}
#contact-wrapper label {
	display: inline-block;
	width: 75px;
	padding-right: 20px;
	text-align: right;
}
#contact-wrapper input[type=text], textarea, #subject {
	background: #ebebeb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #C3C3C3;
	padding: 5px 3px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	-moz-transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}
#contact-wrapper #subject {
	width: 260px;
}
#contact-wrapper input[type=text]:focus, textarea:focus {
	background: #f9f9f9;
}
#contact-wrapper textarea {
	width: 400px;
}
#contact-wrapper input[type=submit] {
	background: red url(css/images/button_bg.png) 0 0 repeat-x;
	border: 1px solid #C3C3C3;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	padding: 10px 20px 9px 20px;
	margin-left: 95px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-shadow: 0 1px 0 #fff;
}
#contact-wrapper input[type=submit]:hover {
	background: #F4F4F4;
}

#contact-wrapper div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
#contact-wrapper div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-response-output {
	position: absolute;
	top: 130px;
	left: 0;
}
div.wpcf7-validation-errors {
	background: url(css/images/warning.png) 0 0 no-repeat;
	padding-left: 25px !important;
	font-size: 0.91666666666666666666666666666667em;
	color: #666;
	border: none !important;
}
div.wpcf7-mail-sent-ok {
	background: url(css/images/ok.png) 0 0 no-repeat;
	padding-left: 25px !important;
	font-size: 0.91666666666666666666666666666667em;
	color: #666;
	border: none !important;
}

#contact-wrapper span.wpcf7-form-control-wrap {
	position: relative;
}
#contact-wrapper span.wpcf7-not-valid-tip {
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 100;
	background: none;
	color: #DB4B39;
	font-size: 11px;
	width: 100px;
	padding: 5px;
	border: none;
}

#map-canvas {
	margin: -57px 0 0 -23px;
	width: 115%;
	height: 250px;
}

/* =Expandibles en Que Hacemos y Experiencia
-----------------------------------------------------------------------------------------*/
#xpnd {
	margin: 20px 0 40px 0;
	position: relative;
}
#xpnd ul {
	padding: 0;
}
#xpnd ul li {
	list-style-type: none;
}
#xpnd ul li h5 {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #6F7173;
	background: url(css/images/xpand_titles_bg.jpg) left bottom no-repeat;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#xpnd ul li h5 span {
	display: inline-block;
	float: right;
	cursor: pointer;
}
#xpnd ul li h5.active-xpnd {
}
#xpnd ul li div{
	overflow: hidden;
}
#xpnd > ul li div p{
	font-family: Arial, Helvetica, sans-serif;
	color: #626466;
	font-style: normal;
	font-size: 1em;
}
#xpnd ul li img {
	position: absolute;
	top: -20px;
	right: -310px;
}
.slideshowlink {
	display: none;
}
.ngg-galleryoverview {
	margin: 20px 0 0 20px;
}
/* =Error 404 Page
-----------------------------------------------------------------------------------------*/
#error404 {
	background: url(css/images/alert_bg.png) bottom right no-repeat;
	height:100%;
}
#error404 h1 {
	font-size:7.8125em;
	color:#c3c3c3;
}
#error404 p {
	color:#a4a4a4;
	padding-left: 20px;
}
#error404 .go-home {
	color: #333;
	margin-left: 10px;
}
#error404 .go-home:hover {
	border-bottom: 1px solid #333;
}
#error404 .go-home span {
	font-size: 1.1666666666666666666666666666667em;
}
#error404 input[type=text], [type=submit] {
	padding: 5px 10px;
	border-radius: 3px;
}
#error404 input[type=text] {
	background: #ededed;
	margin: 10px 0 0 20px;
}
#error404 input[type=submit] {
	background: #e24444;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#error404 #footer-nav {
	width: 100%;
	margin: 0;
}
#error404 #footer-nav nav {
	border-top: none;
	text-align: left;
	margin-left: 10px;
}
#error404 #footer-nav nav ul li {
	margin: 0 10px;
}
#error404 footer {
	text-align: left;
	position: absolute;
	bottom: 20px;
}
#error404 footer .wrapper {
	width: 100%;
}

/* =503 Landing Page / Maintenence
-----------------------------------------------------------------------------------------*/
#landing h1{
}