@charset "utf-8";
/* @group FRAMEWORK */
/* @group RESET */
/* http://960.gs/ reset.css 656552819d852506c04d90516c5e367711d19a75, optimized with http://tools.arantius.com/css-compressor */
/* Ajustes para que los banners de la cabecera no salten de línea */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html,
body {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /* Override the default (display:inline) for browsers that do not recognize HTML5 tags. IE8 (and lower) requires a shiv:http://ejohn.org/blog/html5-shiv*/
  display: block;
}
b,
strong {
  /* Makes browsers agree. IE+Opera = font-weight:bold. Gecko+WebKit = font-weight:bolder.*/
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /* For IE. http://css-tricks.com/ie-fix-bicubic-scaling-for-images*/
  -ms-interpolation-mode: bicubic;
}
ol,
ul {
  list-style: none;
}
li {
  /* For IE6+IE7:"display:list-item" keeps bullets from disappearing if hasLayout is triggered.*/
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  /* For IE9. Without,occasionally draws shapes outside the boundaries of <svg>rectangle.*/
  overflow: hidden;
}
/* @end RESET */
/* @group BASE */
/* Based on http://960.gs/ text.css 656552819d852506c04d90516c5e367711d19a75 with small additions from http://html5boilerplate.com/ and http://cssfontstack.com/, optimized with http://tools.arantius.com/css-compressor */
/* Font rendering normalization */
html {
  background: #eaeaea url(../img/bck_noise_overlay.png);
}
body {
  font: 14px/1.5 'PT Sans', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Merriweather, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-weight: bold;
}
pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
a {
  color: #333333;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 1px dotted;
}
hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
/* Scale */
h1 {
  font-size: 25px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
/* Spacing. Baseline: Font 14px * 1.5(line-height) = 21px */
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
li {
  margin-left: 30px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
/* Remove text-shadow in selection highlight: h5bp.com/i
These selection declarations have to be separate. */
::-moz-selection {
  background: #009CBF;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #009CBF;
  color: #FFF;
  text-shadow: none;
}
/* @group FONTS */
@font-face {
  font-family: 'presst';
  src: url('../fonts/presst.eot');
  src: url('../fonts/presst.eot?#iefix') format('embedded-opentype'), url('../fonts/presst.svg#presst') format('svg'), url('../fonts/presst.woff') format('woff'), url('../fonts/presst.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* @end FONTS */
/* @group FORMS */
/* http://twitter.github.com/bootstrap/ forms.less 7875e4833cb7d00db2967078fd6f51adbfd4a351, optimized with http://tools.arantius.com/css-compressor */
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 15px;
  color: #3f3f3f;
  border: 0;
  border-bottom: 1px dotted #adadad;
  margin-left: 160px;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Merriweather, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-weight: 300;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 32px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 14px;
  color: #555555;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 3px 3px rgba(244,244,244,1), 0 0 0 5px rgba(242,242,242,1);
  -moz-box-shadow: inset 0 3px 3px rgba(244,244,244,1), 0 0 0 5px rgba(242,242,242,1);
  box-shadow: inset 0 3px 3px rgba(244,244,244,1), 0 0 0 5px rgba(242,242,242,1);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #0b85a2;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 3px 3px rgba(244,244,244,1), 0 0 0 5px rgba(198,232,242,1);
  -moz-box-shadow: inset 0 3px 3px rgba(244,244,244,1), 0 0 0 5px rgba(198,232,242,1);
  box-shadow: inset 0 3px 3px rgba(244,244,244,1), 0 0 0 5px rgba(198,232,242,1);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7,the height of the select element cannot be changed by height,only font-size */
  *margin-top: 4px;
  /* For IE7,add top margin to align select with labels */
  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #bbbbbb;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 305px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span16,
textarea.span16,
.uneditable-input.span16 {
  width: 930px;
}
input.span15,
textarea.span15,
.uneditable-input.span15 {
  width: 870px;
}
input.span14,
textarea.span14,
.uneditable-input.span14 {
  width: 810px;
}
input.span13,
textarea.span13,
.uneditable-input.span13 {
  width: 750px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 690px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 630px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 570px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 510px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 450px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 390px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 330px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 270px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 210px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 150px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 90px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 30px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #dddddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #a20a0a;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  -webkit-box-shadow: inset 0 3px 3px rgba(244,244,244,1), 0 0 0 5px rgba(242,196,196,1);
  -moz-box-shadow: inset 0 3px 3px rgba(244,244,244,1), 0 0 0 5px rgba(242,196,196,1);
  box-shadow: inset 0 3px 3px rgba(244,244,244,1), 0 0 0 5px rgba(242,196,196,1);
  border-color: #a20a0a;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #a20a0a;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #cccccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eeeeee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius,so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 15px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .control-label-invoice {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.invoice:after {
	color: red;
	content: "*";
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* @end FORMS */
/* @group TABLES */
/* http://twitter.github.com/bootstrap/ tables.less ebc69356637143c938c07904d10928c11e742196, optimized with http://tools.arantius.com/css-compressor */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #adadad;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #adadad;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #adadad;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #adadad;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
  background-color: #f8f8f8;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #feffea;
}
table .span1 {
  float: none;
  width: 24px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 84px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 144px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 264px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 324px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 384px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 504px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 564px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 624px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 744px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 804px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 864px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 984px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1044px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1104px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1224px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1284px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1344px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
/* @end TABLES */
/* @end BASE */
/* @group GRID */
/* Based on http://twitter.github.com/bootstrap/scaffolding.html#gridSystem, customized with LESS, calculated with http://grids.heroku.com/ or http://www.gridsystemgenerator.com/, optimized with http://tools.arantius.com/css-compressor */
/* Custom grid 940px (940px for content), 16 columns, 20px gutter */
.container {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-logo {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/logo_presst.png);
	background-size: 40%;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.span16 {
  width: 940px;
}
.span15 {
  width: 880px;
}
.span14 {
  width: 820px;
}
.span13 {
  width: 760px;
}
.span12 {
  width: 700px;
}
.span11 {
  width: 640px;
}
.span10 {
  width: 580px;
}
.span9 {
  width: 520px;
}
.span8 {
  width: 460px;
}
.span7 {
  width: 400px;
}
.span6 {
  width: 340px;
}
.span5 {
  width: 280px;
}
.span4 {
  width: 220px;
}
.span3 {
  width: 160px;
}
.span2 {
  width: 100px;
}
.span1 {
  width: 40px;
}
.offset16 {
  margin-left: 980px;
}
.offset15 {
  margin-left: 920px;
}
.offset14 {
  margin-left: 860px;
}
.offset13 {
  margin-left: 800px;
}
.offset12 {
  margin-left: 740px;
}
.offset11 {
  margin-left: 680px;
}
.offset10 {
  margin-left: 620px;
}
.offset9 {
  margin-left: 560px;
}
.offset8 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 440px;
}
.offset6 {
  margin-left: 380px;
}
.offset5 {
  margin-left: 320px;
}
.offset4 {
  margin-left: 260px;
}
.offset3 {
  margin-left: 200px;
}
.offset2 {
  margin-left: 140px;
}
.offset1 {
  margin-left: 80px;
}
/* subdivisions */
/* spanXofY = floor( (spanYpx-((X-1)*gutter))/X ) Example: .span3of10{width:163px} */
.span5of16 {
  width: 172px;
}
.span378px {
  width: 378px;
}
/* extension */
.row.row-compact {
  margin-left: -10px;
}
.row.row-compact [class*="span"] {
  margin-left: 10px;
}
/* @end GRID */
/* @group HELPERS */
/* Based on http://twitter.github.com/bootstrap/ and http://html5boilerplate.com/, optimized with http://tools.arantius.com/css-compressor */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/* Clearing floats */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* From 960.gs, http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Visibility */
.hide {
  display: none;
}
.show {
  display: block;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Image replacement */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
/* Custom helpers */
.bottom-collapse {
  margin-bottom: 0;
}
.bottom-medium {
  margin-bottom: 10px;
}
.center-horizontal {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.center-text {
  text-align: center;
}
/* https://twitter.com/janogarcia/status/222964596204515328 */
.center-vertical {
  height: 100%;
  white-space: nowrap;
}
.center-vertical:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.center-verticalitem {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.center-vertical.center-vertical-horizontal {
  text-align: center;
}
.center-vertical.center-vertical-horizontal .center-verticalitem {
  text-align: left;
}
.linearize {
  list-style-type: none;
  margin-bottom: 0;
}
.linearize-item {
  float: left;
  margin-left: 0;
}
.margin-extra {
  margin-bottom: 30px;
}
.margin-collapse {
  margin-bottom: 0;
}
.phark {
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.phark a {
  display: block;
  height: 100%;
}
.self-wrap {
  overflow: hidden;
}
/* @end HELPERS */
/* @end FRAMEWORK */
/* @group SKIN */
/* @group WIDGETS */
/*
*  Widgets/Modules naming convention:
*  .parent
*  .parent.child extends .parent / .parent.* extends .parent / extension
*  nesting
*  crossbrowser
*/
/* .ads */
.ads-formats {
  border-bottom: 1px dotted #a5a5a5;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}
.ads-formatsitem {
  background: #d4eff7;
  border: 1px dotted #2e7d91;
  color: #00809e;
  float: left;
  font-size: 33px;
  height: 100px;
  line-height: 100px;
  margin-left: 10px;
  text-align: center;
}
.ads-formatsitem:first-child {
  margin-left: 0;
}
.ads-formatsitem1 {
  width: 100px;
}
.ads-formatsitem2 {
  width: 212px;
}
.ads-formatsitem3 {
  width: 324px;
}
.ads-formatsitem4 {
  width: 436px;
}
.ads-itemft {
  text-align: center;
}
.ads-itemhd {
  margin-bottom: 10px;
}
/* .article */
.article-bd {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.2;
}
.article-bd p {
  margin-bottom: 15px;
}
.article-title {
  color: #006c93;
  font-family: 'PT Sans';
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
/* .button */
.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,.10);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,.10);
  background: #f7f7f7;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #f7f7f7 25%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #f7f7f7), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f7f7f7 25%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f7f7f7 25%, #dadada 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f7f7f7 25%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(top, #f7f7f7 25%, #dadada 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dadada', GradientType=0);
  /* IE6-8 */
  border: 1px solid #AAA;
  color: #545454;
  cursor: pointer;
  display: inline-block;
  font-family: 'PT Sans Caption';
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 21px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFF;
  vertical-align: middle;
  *margin-left: .3em;
}
.button:first-child {
  *margin-left: 0;
}
.button:hover {
  background: #eeeeee;
}
.button:active {
  -webkit-box-shadow: inset 0 5px 5px rgba(210, 210, 210, 0.5);
  -moz-box-shadow: inset 0 5px 5px rgba(210, 210, 210, 0.5);
  box-shadow: inset 0 5px 5px rgba(210, 210, 210, 0.5);
}
.button strong {
  text-transform: uppercase;
}
/* extension */
.button.button-nav {
	width: 14px;
	background: -moz-linear-gradient(left, #f7f7f7 25%, #dadada 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f7f7f7), color-stop(100%, #dadada));
	background: -webkit-linear-gradient(left, #f7f7f7 25%, #dadada 100%);
	background: -o-linear-gradient(left, #f7f7f7 25%, #dadada 100%);
	background: -ms-linear-gradient(left, #f7f7f7 25%, #dadada 100%);
	background: linear-gradient(left, #f7f7f7 25%, #dadada 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dadada', GradientType=1);

	/*background: #1e5799; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/*background: -moz-linear-gradient(left,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(left,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(left,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(left,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	/*background: linear-gradient(to right,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-8 */
}
.button.button-nav.prev {
	position: absolute;
	left: -50px;
	top: 0;
}
.button.button-nav.next {
	position: absolute;
	right: -50px;
	top: 0;
}
.button.button-nav.prev:hover,
.button.button-nav.next:hover {
  background: #eeeeee;
}
.button.button-large {
  font-size: 20px;
  line-height: 40px;
  padding: 0 12px;
}
.button.button-toggle {
  font-family: 'PT Sans';
  font-size: 18px;
}
.button.button-toggle .icon {
  color: #999;
  line-height: 24px;
  vertical-align: text-top;
}
.button.button-toggle.button-toggle-on {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #717171;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxNzE3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzUxNTE1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #717171 0%, #515151 50%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717171), color-stop(50%, #515151));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #717171 0%, #515151 50%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #717171 0%, #515151 50%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #717171 0%, #515151 50%);
  /* IE10+ */

  background: linear-gradient(top, #717171 0%, #515151 50%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#717171', endColorstr='#515151', GradientType=0);
  /* IE6-8 */
  border-color: #494949;
  border-bottom-color: #2D2D2D;
  color: #F7F7F7;
  text-shadow: 0 1px 0 #000000;
}
.button.button-blue {
  -webkit-box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  -moz-box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  background: #50b0cb;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYjBjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTdmOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b0cb), color-stop(100%, #257f9d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* IE10+ */

  background: linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#50b0cb', endColorstr='#257f9d', GradientType=0);
  /* IE6-8 */
  border-color: #005B70;
  color: #FFF;
  font-weight: 700;
  text-shadow: 0 -1px 0 #004454;
}
.button.button-blue b {
  color: #9becff;
}
.button.button-blue:hover {
  background: #2d9dbc;
}
.button.button-blue:active {
  -webkit-box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
  -moz-box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
  box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
}
.button.button-icon {
  font-family: presst;
}
.button.button-red {
  -webkit-box-shadow: inset 0 1px 0 rgba(235,135,134,1), 0 1px 1px rgba(0,0,0,.35);
  -moz-box-shadow: inset 0 1px 0 rgba(235,135,134,1), 0 1px 1px rgba(0,0,0,.35);
  box-shadow: inset 0 1px 0 rgba(235,135,134,1), 0 1px 1px rgba(0,0,0,.35);
  background: #ec5a59;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNWE1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTJjMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ec5a59 0%, #c52c2a 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec5a59), color-stop(100%, #c52c2a));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ec5a59 0%, #c52c2a 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ec5a59 0%, #c52c2a 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ec5a59 0%, #c52c2a 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ec5a59 0%, #c52c2a 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ec5a59', endColorstr='#c52c2a', GradientType=0);
  /* IE6-8 */
  border-color: #850b08;
  color: #FFF;
  font-weight: 700;
  text-shadow: 0 -1px 0 #6b0000;
}
.button.button-red:hover {
  background: #dd3333;
}
.button.button-red:active {
  -webkit-box-shadow: inset 0 5px 5px rgba(181,43,43,0.5), 0 1px 1px rgba(0,0,0,.20);
  -moz-box-shadow: inset 0 5px 5px rgba(181,43,43,0.5), 0 1px 1px rgba(0,0,0,.20);
  box-shadow: inset 0 5px 5px rgba(181,43,43,0.5), 0 1px 1px rgba(0,0,0,.20);
}
.button.button-small {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  padding: 0 7px;
}
.button.button-square {
  background: #f4f4f4;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f4f4f4 0%, #d8d8d8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #d8d8d8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f4f4f4 0%, #d8d8d8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f4f4f4 0%, #d8d8d8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f4f4f4 0%, #d8d8d8 100%);
  /* IE10+ */

  background: linear-gradient(top, #f4f4f4 0%, #d8d8d8 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#d8d8d8', GradientType=0);
  /* IE6-8 */
  border-color: #999;
  border-bottom-color: #848484;
  padding: 0;
  width: 34px;
}
.button.button-square:hover {
  background: #eeeeee;
}
.button.button-square.button-square-on {
  -webkit-box-shadow: inset 0 1px 0 rgba(12,12,12,1), 0 1px 0 rgba(255,255,255,.65);
  -moz-box-shadow: inset 0 1px 0 rgba(12,12,12,1), 0 1px 0 rgba(255,255,255,.65);
  box-shadow: inset 0 1px 0 rgba(12,12,12,1), 0 1px 0 rgba(255,255,255,.65);
  background: #3D3D3D;
  border: none;
  color: #FFF;
  text-shadow: 0 1px 0 #000000;
}
.button.button-transparent {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border-color: transparent;
  color: #008BAA;
  font-weight: 700;
}
.button.button-transparent b {
  color: #606060;
}
.button.button-transparent:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  -moz-box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  background: #50b0cb;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYjBjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTdmOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b0cb), color-stop(100%, #257f9d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* IE10+ */

  background: linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#50b0cb', endColorstr='#257f9d', GradientType=0);
  /* IE6-8 */
  border-color: #005B70;
  color: #FFF;
  font-weight: 700;
  text-shadow: 0 -1px 0 #004454;
}
.button.button-transparent:hover b {
  color: #9becff;
}
.button.button-transparent:active {
  background: #2d9dbc;
  -webkit-box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
  -moz-box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
  box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
}
/* crossbrowser */
.ie7 .button {
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.ie7 button.button {
  padding: 0;
}
.ie9 .button,
.ie9 .button.button-blue,
.ie .button-transparent,
.ie .button.button-square.button-square-on {
  filter: none;
}
/* nesting */
.button .icon-triangledown {
  font-size: 19px;
  line-height: 1;
  margin-left: 6px;
  text-shadow: none;
  vertical-align: -20%;
}
.button.button-blue .icon-triangledown,
.button.button-transparent:hover .icon-triangledown {
  color: #add9e2;
}
.button.button-blue:active .icon-triangledown,
.button.button-transparent:active .icon-triangledown {
  color: #ffffff;
}
.button.button-small .icon-triangledown {
  margin-left: 2px;
  vertical-align: -25%;
}
.button.button-transparent .icon-triangledown {
  color: #bababa;
}
/* .buttongroup */
.buttongroup {
  border-bottom: 1px solid #e8e8e8;
  margin: -18px 0 38px 0;
  text-align: center;
}
.buttongroup-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 5px #f2f2f2;
  -moz-box-shadow: 0 0 0 5px #f2f2f2;
  box-shadow: 0 0 0 5px #f2f2f2;
  display: inline-block;
  position: relative;
  top: 18px;
}
/* extension */
.buttongroup.buttongroup-dark {
  border-bottom-color: #c9c9c9;
}
.buttongroup.buttongroup-dark .buttongroup-inner {
  -webkit-box-shadow: 0 0 0 5px #cecece;
  -moz-box-shadow: 0 0 0 5px #cecece;
  box-shadow: 0 0 0 5px #cecece;
}
/* nesting */
.buttongroup .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.buttongroup .button:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.buttongroup .button:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* .content */
.content {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  margin-bottom: 20px;
  padding: 10px 0;
}
/* extension */
.content.content-collapsed {
  border-radius: 0 0 7px 7px;
  margin-top: -20px;
}
.content.content-main {
  padding-top: 30px;
}
.content.content-padded {
  padding: 20px;
}
.content.content-note {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  -moz-box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  border: 1px solid #D1D1D1;
  border-bottom-color: #BCBCBC;
  overflow: hidden;
  padding: 0;
}
.content-notebd {
  padding: 0 15px;
}
.content.content-squared {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.content.content-secondary {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  -moz-box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
  border: 1px solid #D1D1D1;
  border-bottom-color: #BCBCBC;
  padding: 30px 10px 10px;
}
.content.content-compact {
  padding-top: 10px;
}
/* nesting */
.content .row:last-child .pagination {
  margin-bottom: 0;
}
.content.content-secondary .form:last-child {
  margin-bottom: 0;
}
.content.content-secondary .message:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  left: -10px;
  margin-bottom: 0;
  position: relative;
  top: -30px;
  width: 100%;
}
/* crossbrowser */
.ie7 .content .row.last-child .pagination,
.ie8 .content .row.last-child .pagination {
  margin-bottom: 0;
}
.ie7 .content.content-secondary .form.last-child,
.ie8 .content.content-secondary .form.last-child {
  margin-bottom: 0;
}
/* .datebadge */
.datebadge {
  left: -20px;
  position: relative;
}
.datebadge-curl {
  width: 0;
  height: 0;
  border-top: 10px solid #2d2d2d;
  border-left: 10px solid transparent;
}
.datebadge-day,
.datebadge-month {
  line-height: 48px;
  margin-bottom: 0;
  text-align: center;
}
.datebadge-day {
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  background: #2d8b9e;
  color: #f2fdff;
  font-family: 'PT Sans Caption';
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 2px 1px #116b7c;
}
.datebadge-month {
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
  background: #474747 url(../img/bck_noise_overlay.png);
  color: #efefef;
  font-family: 'PT Sans';
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 2px 1px #4c4c4c;
}
/* .document */
.document {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.document.document-half {
  width: 480px;
}
.document.document-full {
  width: 100%;
}
.document.document-full .document-inner {
  padding: 0 10px;
}
/* .faq */
.faq-bd {
  border-left: 1px solid #c6c6c6;
  padding: 0 20px;
}
.faq-title {
  color: #848484;
  font-family: 'PT Sans';
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}
/* .footer */
.footer {
  background: url(../img/bck_circle.png) no-repeat center top;
  color: #333;
  font-family: 'PT Sans';
  padding: 15px 0 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
}
.footer-copyright,
.footer-links {
  line-height: 1.4;
  margin-bottom: 0;
}
.footer-links {
  color: #9E9E9E;
  font-size: 16px;
  font-weight: 700;
}
.footer-links a {
  text-decoration: none;
}
/* .footnote */
.footnote,
.footnote a {
  color: #606060;
}
.footnote {
  margin-bottom: 20px;
  text-shadow: 0 1px 0 #ffffff;
}
.footnote p {
  margin-bottom: 5px;
}
.footnote a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
/* .form */
/* nesting */
.form .form-actions:last-child {
  margin-bottom: 0;
}
/* crossbrowser */
.ie7 .form .form-actions.last-child,
.ie8 .form .form-actions.last-child {
  margin-bottom: 0;
}
/* .graph */
.graph {
  width: 800px;
  height: 250px;
  margin: 0 auto;
}
/* .header */
.header {
  margin-bottom: -98px;
}
.header-bd {
  background-image: url(../img/bck_fancy_deboss.png);
  border-bottom: 1px solid #DBDBDB;
  border-top: 1px solid #FFF;
  height: 175px;
}
.header-bdinner {
  padding-top: 15px;
  position: relative;
}
.header-hd,
.header-hdinner {
  height: 27px;
}
.header-hd {
  background: #262626 url(../img/bck_noise_overlay.png);
}
.header-hdinner {
  background: url(../img/bck_circles.png) no-repeat center top;
}
/* extension */
.header.header-compact {
  margin-bottom: 20px;
}
.header.header-compact .header-bd {
  height: 142px;
}
/* nesting */
.header .login {
  position: absolute;
  right: 0;
  top: 15px;
}
.header .nav {
  //left: 90px;
  position: absolute;
  top: 15px;
}
/* .icon */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'presst';
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.icon-book:before {
  content: "\62";
}
.icon-checkmark:before {
  content: "\6f";
}
.icon-clock:before {
  content: "\63";
}
.icon-ellipsis:before {
  content: "\2026";
}
.icon-envelope:before {
  content: "\6d";
}
.icon-flash:before {
  content: "\21";
}
.icon-folder:before {
  content: "\66";
}
.icon-globe:before {
  content: "\65";
}
.icon-greaterthan:before {
  content: "\3e";
}
.icon-help:before {
  content: "\71";
}
.icon-info:before {
  content: "\69";
}
.icon-location:before {
  content: "\70";
}
.icon-lowerthan:before {
  content: "\3c";
}
.icon-phone:before {
  content: "\74";
}
.icon-triangleright:before {
  content: "\72";
}
.icon-triangleleft:before {
  content: "\6c";
}
.icon-triangledown:before {
  content: "\64";
}
.icon-triangleup:before {
  content: "\75";
}
.icon-users:before {
  content: "\68";
}
/* .iconround */
.iconround {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  background: #8fc3d8;
  color: #FFF;
  display: inline-block;
  float: left;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
/* .intro */
.intro {
  background-repeat: no-repeat;
  height: 173px;
  margin: -10px auto -60px auto;
  padding: 40px 0 0 100px;
  width: 600px;
}
.intro-hd strong {
  color: #0b85a2;
}
.intro-hdinner {
  background-color: #FFF;
  font-size: 28px;
  line-height: 1.6;
  padding: 3px;
}
/* extension */
.intro.intro-bw {
  background-image: url(../img/bck_logo.png);
}
.intro.intro-color {
  background-image: url(../img/bck_circle_med.png);
}
/* .langs */
.langs {
  list-style-type: none;
  margin-bottom: 0;
  font-family: 'PT Sans Caption';
  line-height: 1;
}
.langs-item {
  float: left;
  margin-left: 0;
  border-right: 1px dotted #7F7F7F;
  margin-right: 6px;
  padding-right: 6px;
  text-shadow: 0 2px 0 #000000;
}
.langs-item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.langs-item a {
  color: #A0A0A0;
  text-decoration: none;
}
.langs-item a:hover,
.langs-item.langs-item-on a:hover {
  color: #47c8e5;
  -webkit-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* extension */
.langs-item.langs-item-on a {
  color: #F7F7F7;
  font-weight: 700;
}
/* crossbrowser */
.ie7 .langs-item.last-child,
.ie8 .langs-item.last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
/* .login */
.login {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #ededed;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 33%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(33%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 33%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ededed 0%, #ffffff 33%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ededed 0%, #ffffff 33%);
  /* IE10+ */

  background: linear-gradient(top, #ededed 0%, #ffffff 33%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
  border: 1px solid #D1D1D1;
  border-top-color: #B7B7B7;
  display: inline-block;
  padding: 6px;
}
/* nesting */
.login .button {
  margin-right: 6px;
}
.login .button:last-child {
  margin-right: 0;
}
/* crossbrowser */
.ie7 .login {
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.ie7 .login .button.last-child,
.ie8 .login .button.last-child {
  margin-right: 0;
}
.ie9 .login {
  filter: none;
}
/* .logo */
.logo {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-image: url(../img/logo_presst.png);
	background-size: 45px;
	height: 55px;
	width: 50px;
	margin-bottom: 0;
}
.logo a {
  display: block;
  height: 100%;
}

/* crossbrowser */
.ie7 .logo {
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
/* .magazine */
.magazine-cover {
  //margin-bottom: 30px;
  text-align: center;
}
.magazine-cover img {
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
  height: 180px;
}
.magazine-buy {
  text-align: center;
}
/* crossbrowser */
.ie7 .magazine-cover {
  position: relative;
}
/* .magazinetitle */
.magazinetitle {
  border-bottom: 1px dotted #999;
  line-height: 1;
  margin-bottom: 10px;
}
.magazinetitle-subtitle {
  color: #8c8c8c;
  font-family: 'PT Sans Caption';
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.magazinetitle-title {
  color: #333;
  font-size: 28px;
  margin-bottom: 4px;
}
/* message */
.message {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'PT Sans Caption';
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 20px 10px;
}
.message p {
  margin-bottom: 10px;
}
.message p:last-child {
  margin-bottom: 0;
}
.message-inner {
  padding: 0 20px;
}
/*extension */
.message.message-error {
  background-color: #b7140e;
  color: #fceded;
  text-shadow: 0 2px 0 #7a0000;
}
.message.message-success {
  background-color: #0b85a0;
  color: #edf9fc;
  text-shadow: 0 2px 0 #006375;
}
/* crossbrowser */
.ie7 .message p.last-child,
.ie8 .message p.last-child {
  margin-bottom: 0;
}
/* .meter */
.meter {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  color: #3f3f3f;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
.meter-bd,
.meter-ft {
  padding: 8px 0;
}
.meter-ft {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  background: #ededed;
}
.meter-data1,
.meter-data2 {
  margin-bottom: 0;
}
.meter-data1 {
  font-size: 22px;
  font-weight: bold;
}
.meter-data2 {
  font-size: 15px;
}
[class^="meter-icon-"],
[class*=" meter-icon-"] {
  text-indent: -8px;
}
[class^="meter-icon-"]:before,
[class*=" meter-icon-"]:before {
  font-family: 'presst';
  font-size: 35px;
  font-style: normal;
  letter-spacing: -8px;
  line-height: 15px;
  speak: none;
  vertical-align: -70%;
}
.meter-icon-down:before {
  color: #c10000;
  content: "\64";
}
.meter-icon-equals:before {
  color: #AAA;
  content: "=";
  font-family: 'PT Sans';
  font-weight: bold;
}
.meter-icon-up:before {
  color: #26bf00;
  content: "\75";
}
.meter-icon-users {
  text-indent: 0;
}
.meter-icon-users:before {
  color: #AAA;
  content: "\68";
  font-size: 20px;
  letter-spacing: 2px;
  vertical-align: -10%;
}
.meter-title {
  color: #939393;
  font-size: 14px;
  margin-bottom: 3px;
  text-shadow: 0 1px 1px #ffffff;
}
/* extension */
.meter.meter-down {
  border: 2px solid #c50000;
}
.meter.meter-down .meter-ft {
  background: #ffdbdb;
}
.meter.meter-equals {
  border: 2px solid #878787;
}
.meter.meter-up {
  border: 2px solid #2ec500;
}
.meter.meter-up .meter-ft {
  background: #e3ffdb;
}
/* composition */
.meter-data1.meter-icon-down:before,
.meter-data1.meter-icon-up:before {
  vertical-align: -50%;
}
/* .nav */
.nav-items {
  list-style-type: none;
  margin-bottom: 0;
}
.nav-item {
  background: #ffffff;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllOWU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #ffffff 33%, #e9e9e9 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e9e9e9));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 33%, #e9e9e9 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 33%, #e9e9e9 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 33%, #e9e9e9 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 33%, #e9e9e9 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
  /* IE6-8 */
  float: left;
  margin-left: 0;
  border: 1px solid #C4C4C4;
  border-bottom-color: #AAA;
  font-family: Merriweather;
  font-size: 15px;
  letter-spacing: -0.05em;
  line-height: 36px;
}
.nav-item:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.nav-item:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.nav-item a {
  color: #3F3F3F;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}
.nav-item:hover {
  background: #f1f1f1;
}
/* extension */
.nav-item.nav-item-on {
  background: #717171;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxNzE3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzUxNTE1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #717171 0%, #515151 50%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717171), color-stop(50%, #515151));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #717171 0%, #515151 50%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #717171 0%, #515151 50%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #717171 0%, #515151 50%);
  /* IE10+ */

  background: linear-gradient(top, #717171 0%, #515151 50%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#717171', endColorstr='#515151', GradientType=0);
  /* IE6-8 */
  border: 1px solid #494949;
  border-bottom-color: #2D2D2D;
  font-weight: 700;
}
.nav-item.nav-item-on a {
  color: #F7F7F7;
  text-shadow: 0 1px 0 #000000;
}
.nav-item.nav-item-on:hover {
  background: #555555;
}
/* crossbrowser */
.ie9 .nav-item.nav-item-on {
  filter: none;
}
/* .pagination */
.pagination {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #d9d9d9 url(../img/bck_noise_overlay.png);
  margin-bottom: 20px;
  padding: 6px;
  text-align: center;
}
.pagination-spacer {
  color: #4C4C4C;
  display: inline-block;
  font-family: 'PT Sans Caption';
  font-size: 15px;
  letter-spacing: -0.1em;
  line-height: 34px;
  margin-left: -2px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFF;
  vertical-align: middle;
  width: 34px;
}
/* crossbrowser */
.ie7 .pagination-spacer {
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
/* nesting */
.pagination .button-square {
  margin-right: 2px;
}
/* .payment */
.payment {
  background: url(../img/bck_circle_big.png) no-repeat center top;
}
.payment-ft {
  border-top: 1px dotted #999;
  color: #8c8c8c;
  font-size: 14px;
  font-style: italic;
  margin: 20px 0;
  padding-top: 5px;
  text-align: center;
}
.payment-ft p {
  margin-bottom: 5px;
}
.payment-ftlogos img {
  margin-right: 20px;
  vertical-align: text-bottom;
}
.payment-ftlogos img:last-child {
  margin-right: 0;
}
/* nesting */
.payment .pricebubble {
  margin: 0 auto;
}
/* crossbrowser */
.ie7 .payment-ftlogos img.last-child,
.ie8 .payment-ftlogos img.last-child {
  margin-right: 0;
}
/* .paymentmethod */
.paymentmethod {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #d9d9d9;
}
.paymentmethod-ft {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: url(../img/bck_noise_overlay.png);
  word-spacing: 10px;
  padding: 10px;
}
.paymentmethod-ft img {
  margin-right: 7px;
}
.paymentmethod-hd {
  padding: 10px;
  text-align: center;
}
/* crossbrowser */
.lt-ie9 .paymentmethod-hd .button {
  font-size: 13px;
}
/* .pricebubble */
.pricebubble {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  background: #ffffff;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, #ffffff 40%, #dbf3f9 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%, #ffffff), color-stop(100%, #dbf3f9));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 40%, #dbf3f9 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, #ffffff 40%, #dbf3f9 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, #ffffff 40%, #dbf3f9 100%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, #ffffff 40%, #dbf3f9 100%);
  /* W3C */
  border: 1px solid #b1e2ed;
  color: #198ea9;
  display: table;
  font-family: Merriweather;
  font-size: 32px;
  font-weight: 700;
  height: 115px;
  line-height: 0.8;
  text-align: center;
  width: 115px;
}
.pricebubble-inner {
  display: table-cell;
  vertical-align: middle;
}
.pricebubble-note {
  color: #333;
  font-size: 14px;
  font-weight: 300;
}
/* crossbrowser */
.ie9 .pricebubble {
  filter: none;
}
.lt-ie9 .pricebubble {
  height: 115px;
  margin-bottom: 10px;
  width: 115px;
}
.ie7 .pricebubble {
  height: auto;
  padding: 15px 0;
}
/* .pricelist */
.pricelist {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  background: #FFF;
  border: 1px solid #ADADAD;
  border-bottom-color: #828282;
  display: inline-block;
  font-family: Merriweather;
  font-weight: 300;
  list-style-type: none;
  min-width: 160px;
  overflow: hidden;
}
.pricelist-item {
  border-bottom: 1px dotted #9E9E9E;
  margin-left: 0;
}
.pricelist-item:last-child {
  border-bottom: none;
  margin-left: 0;
}
.pricelist-item a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.pricelist-item:first-child a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.pricelist-item:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.pricelist-item a:hover {
  background-color: #d9f3f9;
}
.pricelist-price {
  color: #308CA9;
  float: right;
  font-family: 'PT Sans Caption';
  font-size: 15px;
  font-weight: 700;
}
/* extension */
.pricelist.pricelist-plain {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pricelist.pricelist-plain .pricelist-item {
  padding: 10px;
}
/* crossbrowser */
.ie7 .pricelist {
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.ie7 .pricelist-item.last-child,
.ie8 .pricelist-item.last-child {
  border-bottom: none;
  margin-left: 0;
}
.ie7 .pricelist-price {
  float: none;
}
/* composition */
.pricelist.dropdown-menu {
  display: none;
  margin-top: 1px;
  position: absolute;
  z-index: 1;
}
/* .readmore */
.readmore {
  border-bottom: 1px dotted #006c93;
  line-height: 16px;
  margin-top: -20px;
  text-align: center;
}
.readmore a {
  background-color: #FFF;
  color: #006c93;
  font-size: 16px;
  padding: 0 10px 0 3px;
  position: relative;
  text-decoration: none;
  top: 8px;
}
/* nesting */
.readmore .icon {
  font-size: 20px;
  vertical-align: middle;
}
/* .shelf */
.shelf {
  margin: -118px 0 90px;
}
.shelf-item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 76px;
}
.shelf-item.shelf-top {
  background-color: #E8E8E8;
  margin-top: -88px;
}
.shelf-item.shelf-bottom {
  background-color: #dbdbdb;
}
/* extension */
.shelf.shelf-collapsed {
  margin: -83px 0 40px;
}
/* .sidenote */
.sidenote {
  color: #006f89;
  padding-left: 8px;
  position: relative;
}
.sidenote-bd {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background: #e1eff4;
  border: 1px solid #b1d0d8;
  border-top: 0;
  padding: 10px;
}
.sidenote-bd a {
  color: #006f89;
}
.sidenote-bd p {
  line-height: 1.2;
  margin-bottom: 5px;
}
.sidenote-bd p:last-child {
  margin-bottom: 0;
}
.sidenote:after {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #FFF;
  border-top: 8px solid transparent;
  content: '';
  left: 1px;
  position: absolute;
  top: 11px;
  height: 0;
  width: 0;
}
.sidenote:before {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #b1d0d8;
  border-top: 8px solid transparent;
  content: '';
  left: 0;
  position: absolute;
  top: 11px;
  height: 0;
  width: 0;
}
.sidenote-hd {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #FFF;
  border: 1px solid #b1d0d8;
  color: #44b0c9;
  font-size: 15px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  margin-bottom: 0;
  padding: 0 10px;
}
/* crossbrowser */
.ie7 .sidenote-bd p.last-child,
.ie8 .sidenote-bd p.last-child {
  margin-bottom: 0;
}
/* .subheader */
.subheader {
  background: #262626 url(../img/bck_noise_overlay.png);
  height: 130px;
  margin: -20px 0 20px;
}
.subheader-inner {
  padding-left: 10px;
  width: 950px;
}
.subheader-subtitle,
.subheader-title {
  line-height: 1;
  text-shadow: 0 2px 1px #212121;
}
.subheader-subtitle {
  color: #5fbad3;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.subheader-title {
  color: #efefef;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* extension */
.subheader.subheader-centered {
  height: auto;
  text-align: center;
}
.subheader.subheader-centered .subheader-inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 960px;
}
.subheader.subheader-centered .subheader-subtitle {
  line-height: 1.2;
  margin-bottom: 10px;
}
.subheader.subheader-logo .subheader-inner {
  background: url(../img/logo_presst_symbol_big.png) no-repeat 70px -30px;
}
/* titlefigure */
.titlefigure {
  color: #545454;
  font-family: 'PT Sans Caption';
  margin-bottom: 0;
  text-shadow: 0 1px 1px #ffffff;
}
/* .titlenote */
.titlenote {
  background: #ffffff url(../img/bck_noise_overlay.png);
  color: #424242;
  font-size: 32px;
  line-height: 70px;
  margin-bottom: 10px;
  text-indent: 15px;
  text-shadow: 0 1px 1px #ffffff;
}
/* .titlesection */
.titlesection {
  border-bottom: 1px solid #999;
  color: #565656;
  font-size: 22px;
  font-weight: 300;
}
.titlesection-dim {
  color: #adadad;
}
/* .viewer */
.viewer {
  height: 750px;
  width: 100%;
}
/* THIRD PARTY WIDGETS */
/* Twitter Bootstrap Dropdowns bootstrap-dropdown.js */
.dropdown {
  display: inline-block;
}
.dropdown-menu {
  text-align: left;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  outline: 0;
}
.open .dropdown-menu {
  display: block;
}
.open .button-blue.dropdown-toggle,
.open .button-transparent.dropdown-toggle {
  -webkit-box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  -moz-box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  box-shadow: inset 0 1px 0 rgba(113,205,226,1), 0 1px 1px rgba(0,0,0,.35);
  background: #50b0cb;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYjBjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTdmOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b0cb), color-stop(100%, #257f9d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* IE10+ */

  background: linear-gradient(top, #50b0cb 0%, #257f9d 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#50b0cb', endColorstr='#257f9d', GradientType=0);
  /* IE6-8 */
  border-color: #005B70;
  color: #FFF;
  font-weight: 700;
  text-shadow: 0 -1px 0 #004454;
  background: #2d9dbc;
  -webkit-box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
  -moz-box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
  box-shadow: inset 0 5px 5px rgba(37,127,157,0.5), 0 1px 1px rgba(0,0,0,.20);
}
.open .button.button-transparent.dropdown-toggle b {
  color: #9becff;
}
.open .button.button-blue.dropdown-toggle .icon-triangledown,
.open .button.button-transparent.dropdown-toggle .icon-triangledown {
  color: #ffffff;
}
.open .button-small.dropdown-toggle {
  font-weight: 400;
}
/* Twitter Bootstrap Forms forms.less */
fieldset {
  padding-top: 20px;
  position: relative;
}
legend {
  left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
}
legend i {
  color: #afafaf;
  font-style: normal;
}
.control-label {
  color: #3F3F3F;
  font-family: 'PT Sans Caption';
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
}
.form-horizontal legend {
  width: 315px;
}
.form-horizontal .control-label {
  border-right: 1px solid #B2B2B2;
  padding: 0 8px 0 0;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.form-horizontal .help-block {
  margin-top: 5px;
}
.control-label.required {
  border-right-color: #bedbe2;
  color: #0b85a1;
}
/* Twitter Bootstrap Tables tables.less */
.table {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: #FFF;
  color: #666666;
}
.table th,
.table td {
  border-color: #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #ffffff;
}
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 1px solid #ffffff;
}
.table th {
  background: #ededed;
  border-left: 0;
  text-shadow: 0 1px 0 #ffffff;
}
.table tbody tr:last-child td {
  border-bottom: 0;
}
.table-bordered {
  border-left: 1px solid #adadad;
}
.table-bordered th:first-child,
.table-bordered td:first-child {
  border-left: 0;
}
.table-centered th,
.table-centered td {
  text-align: center;
}
.table-strong td {
  color: #3f3f3f;
  font-family: 'PT Sans Caption';
  font-size: 23px;
  font-weight: bold;
}
/* crossbrowser */
.ie7 .table tbody tr.last-child td,
.ie8 .table tbody tr.last-child td {
  border-bottom: 0;
}
/* @end WIDGETS */
/* @group PAGES */
/* @end PAGES */
/* @end SKIN */

/* ministry in footer */
.ministerio {
  position: relative;
  float: left;
  top: -90px;
  font-size: 70%;
}
.ministerio-image {
  position: relative;
  height: 55px;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../img/LogGobEspanaECD.png);
}
.ministerio-image:hover {
  background-position: bottom center;
}

/* /users/legal => prices table */
td.price { text-align: right; }
td.price span { text-align: left; margin-left: .2em; margin-right: 40%; }
th.center { text-align: center; }
td.center { text-align: center; }
