/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/* Page =================================================== */
html {
  background: white;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 768px;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1667em;
  color: #333333;
}
body > .container {
  *zoom: 1;
  z-index: 1;
}
body > .container:before,
body > .container:after {
  display: table;
  content: "";
}
body > .container:after {
  clear: both;
}
body > .container:before,
body > .container:after {
  content: "";
  display: table;
}
body > .container:after {
  clear: both;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  display: table;
  content: "";
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
@font-face {
  font-family: 'FonectaBold';
  src: url('../fonts/fonecta_bold-webfont.eot');
  src: url('../fonts/fonecta_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fonecta_bold-webfont.woff') format('woff'), url('../fonts/fonecta_bold-webfont.ttf') format('truetype'), url('../fonts/fonecta_bold-webfont.svg#FonectaBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FonectaBoldItalic';
  src: url('../fonts/fonecta_bold_italic-webfont.eot');
  src: url('../fonts/fonecta_bold_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fonecta_bold_italic-webfont.woff') format('woff'), url('../fonts/fonecta_bold_italic-webfont.ttf') format('truetype'), url('../fonts/fonecta_bold_italic-webfont.svg#FonectaBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FonectaMediumItalic';
  src: url('../fonts/fonecta_medium_italic-webfont.eot');
  src: url('../fonts/fonecta_medium_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fonecta_medium_italic-webfont.woff') format('woff'), url('../fonts/fonecta_medium_italic-webfont.ttf') format('truetype'), url('../fonts/fonecta_medium_italic-webfont.svg#FonectaMediumItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Colour =================================================== */
/*
a { 
text-decoration : none;
color : @linkcolor; 
cursor: pointer;

&:visited { 
color : @linkcolorvisited; }

&:hover { 
text-decoration : underline;
color : @linkcolorhover; }

&:focus { 
outline : thin dotted; 
color : @linkcolorfocus; }

&:hover, 
&:active { 
outline : 0; }
}
*/
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
.swatch {
  margin: 0 0 1.1667em 0;
  padding: 0;
}
.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}
.swatch-row-one {
  background-color: #000000;
}
.swatch-row-two {
  background-color: #ffffff;
}
.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.swatch-base span:nth-child(1) {
  background-color: rgba(45, 53, 62, 0.9);
}
.swatch-base span:nth-child(2) {
  background-color: rgba(45, 53, 62, 0.8);
}
.swatch-base span:nth-child(3) {
  background-color: rgba(45, 53, 62, 0.7);
}
.swatch-base span:nth-child(4) {
  background-color: rgba(45, 53, 62, 0.6);
}
.swatch-alert span:nth-child(1) {
  background-color: rgba(252, 248, 227, 0.9);
}
.swatch-alert span:nth-child(2) {
  background-color: rgba(252, 248, 227, 0.8);
}
.swatch-alert span:nth-child(3) {
  background-color: rgba(252, 248, 227, 0.7);
}
.swatch-alert span:nth-child(4) {
  background-color: rgba(252, 248, 227, 0.6);
}
.swatch-error span:nth-child(1) {
  background-color: rgba(218, 79, 73, 0.9);
}
.swatch-error span:nth-child(2) {
  background-color: rgba(218, 79, 73, 0.8);
}
.swatch-error span:nth-child(3) {
  background-color: rgba(218, 79, 73, 0.7);
}
.swatch-error span:nth-child(4) {
  background-color: rgba(218, 79, 73, 0.6);
}
.swatch-info span:nth-child(1) {
  background-color: rgba(217, 237, 247, 0.9);
}
.swatch-info span:nth-child(2) {
  background-color: rgba(217, 237, 247, 0.8);
}
.swatch-info span:nth-child(3) {
  background-color: rgba(217, 237, 247, 0.7);
}
.swatch-info span:nth-child(4) {
  background-color: rgba(217, 237, 247, 0.6);
}
.swatch-success span:nth-child(1) {
  background-color: rgba(91, 183, 91, 0.9);
}
.swatch-success span:nth-child(2) {
  background-color: rgba(91, 183, 91, 0.8);
}
.swatch-success span:nth-child(3) {
  background-color: rgba(91, 183, 91, 0.7);
}
.swatch-success span:nth-child(4) {
  background-color: rgba(91, 183, 91, 0.6);
}
.swatch-warning span:nth-child(1) {
  background-color: rgba(250, 167, 50, 0.9);
}
.swatch-warning span:nth-child(2) {
  background-color: rgba(250, 167, 50, 0.8);
}
.swatch-warning span:nth-child(3) {
  background-color: rgba(250, 167, 50, 0.7);
}
.swatch-warning span:nth-child(4) {
  background-color: rgba(250, 167, 50, 0.6);
}
/* Texture =================================================== */
.alert {
  margin: 1.1667em 0 0 0;
  padding: 8px 35px 8px 35px;
  background-color: #fcf8e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-info {
  background-color: #666666;
  border-color: #e1e1e1;
  color: #ffffff;
  position: relative;
  padding-left: 75px;
}
.alert-info:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-image: url('../img/main-sprite.png');
  background-position: -260px -122px;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
.alert-block .alert-heading {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.01em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.21em;
  margin-bottom: 0em;
}
.alert-block li {
  list-style-position: inside;
  list-style-type: square;
}
.alert-block p + p {
  margin-top: 5px;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  color: #808080;
  background-color: #e6e6e6;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
.badge:hover {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #da4f49;
  color: #ffffff;
}
.badge-error:hover {
  background-color: #9d2520;
  color: #ffffff;
}
.badge-warning {
  background-color: #faa732;
  color: #ffffff;
}
.badge-warning:hover {
  background-color: #c17305;
  color: #ffffff;
}
.badge-success {
  background-color: #5bb75b;
  color: #ffffff;
}
.badge-success:hover {
  background-color: #347834;
  color: #ffffff;
}
.badge-info {
  background-color: #d9edf7;
  color: #247fad;
}
.badge-info:hover {
  background-color: #85c5e5;
}
.badge-inverse {
  background-color: #414141;
  color: #ffffff;
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}
.basegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
}
.errorgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #2d353e, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #2d353e, #c72f29);
  background-image: -ms-linear-gradient(top, #2d353e, #c72f29);
  background-image: -o-linear-gradient(top, #2d353e, #c72f29);
  background-image: linear-gradient(top, #2d353e, #c72f29);
  background-repeat: repeat-x;
}
.greygrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
}
.infograd {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
}
.inversegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
}
.successgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
}
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.1667em;
  background-color: #f3f5f6;
  border: 1px solid #b8c1cb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #d6dbe1;
  -moz-box-shadow: inset 0 1px 10px #d6dbe1;
  box-shadow: inset 0 1px 10px #d6dbe1;
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
a.send-to-mobile {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 40px;
  height: 14px;
  background-image: url('../img/main-sprite.png');
  background-position: -260px -162px;
}
/* Font Awesome: http://fortawesome.github.com/Font-Awesome/

License
-------------------------------------------------------
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
http://creativecommons.org/licenses/by/3.0/ A mention of
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
source code is considered acceptable attribution (most common on the web).
If human readable source code is not available to the end user, a mention in
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
or mobile software). */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('../fonts/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}
li[class^="icon-"],
li[class*=" icon-"] {
  display: block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.33333333;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}
li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before,
li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
  text-indent: -1.33333333;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
.oym-container img {
  max-width: none;
}
figure {
  margin-bottom: 1.1667em;
}
figure img {
  margin-bottom: 0.291675em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.1667em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.291675em;
  padding-bottom: 0.291675em;
  border-bottom: 1px dashed #c7ced6;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
ul.position-inside {
  list-style-position: inside;
}
@-moz-keyframes loader {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes loader {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.loader {
  -moz-animation: loader 1.5s infinite linear;
  -ms-animation: loader 1.5s infinite linear;
  -webkit-animation: loader 1.5s infinite linear;
  background-image: url('../img/loader.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.banner-container {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.banner-container.bottom {
  margin: 30px 0;
}
.banner-container.bottom.result {
  border-top: 2px solid #ccc;
  padding: 20px 0;
  margin: 0;
}
[ng-cloak],
.ng-cloak {
  display: none !important;
}
/* Forms =================================================== */
form {
  margin: 0 0 1.1667em 0;
}
form p.error {
  font-weight: bold;
}
form p.error input {
  -webkit-box-shadow: 0 0 5px #da4f49;
  -moz-box-shadow: 0 0 5px #da4f49;
  box-shadow: 0 0 5px #da4f49;
}
form p.error span.error {
  font-size: 13px;
  font-size: 1.3rem;
  color: #da4f49;
  display: block;
  margin-left: 0.5em;
  margin-bottom: 0.3em;
}
form fieldset {
  margin-bottom: 0;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 2.3334em;
  *margin-left: -7px;
  padding: 0;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.1667em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: baseline;
  *vertical-align: middle;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 0.1458375em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 6px 10px;
  margin-bottom: 0.58335em;
  background-color: #ffffff;
  border: none;
  color: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
input:hover,
textarea:hover,
select:hover {
  border-color: #586879;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
input.btn {
  -webkit-appearance: none;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 24px;
  font-weight: normal;
  min-height: 16px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -24px;
  margin-top: 1px;
  font-size: 20px;
}
.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[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.58335em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
/* Buttons =================================================== */
#main-container .btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 8px 12px 7px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.1667em;
  color: #f9423a;
  text-align: center;
  vertical-align: middle;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e3e3e3);
  background-color: #e3e3e3;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e3e3e3);
  background-image: -ms-linear-gradient(top, #f7f7f7, #e3e3e3);
  background-image: -o-linear-gradient(top, #f7f7f7, #e3e3e3);
  background-image: linear-gradient(top, #f7f7f7, #e3e3e3);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #ffffff;
  border: none;
}
#main-container .btn:visited,
#main-container .btn:hover {
  text-decoration: none;
  color: #f9423a;
}
#main-container .btn:active {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
}
#main-container .btn:first-child {
  *margin-left: 0;
}
#main-container .btn.disabled,
#main-container .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#main-container .btn-primary.disabled,
#main-container .btn-primary[disabled] {
  color: #ffffff;
  background-color: #da4f49;
}
#main-container .btn-primary {
  color: #ffffff;
  background-color: #f9423a;
  background-image: none;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 20px;
  min-width: 100px;
}
#main-container .btn-primary:active {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4);
}
#main-container .btn-primary:visited,
#main-container .btn-primary:hover {
  color: #ffffff;
}
#main-container .btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#main-container .btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
#main-container .btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#main-container .btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
#main-container .btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}
#main-container .btn-group .btn {
  display: inline;
  float: left;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  border-right: 1px solid #ccc;
}
#main-container .btn-group .btn:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#main-container .btn-group .btn:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right: none;
}
#main-container .btn-toolbar {
  clear: both;
  margin-top: 0.58335em;
  margin-bottom: 0.58335em;
}
#main-container .btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#main-container .btn-reserve {
  display: inline-block;
  color: #333;
  background-color: #FCD949;
  font-size: 16px;
  font-style: italic;
  font-family: 'FonectaMediumItalic';
  border: none;
  padding: 5px 15px;
  cursor: pointer;
}
#main-container .btn-reserve:visited,
#main-container .btn-reserve:hover {
  color: #333;
}
/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.1667em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1667em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
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 #dddddd;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #a9b4c1;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.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-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6;
}
#main-container .dropup,
#main-container .dropdown {
  position: relative;
}
#main-container .dropdown-toggle {
  *margin-bottom: -3px;
}
#main-container .dropdown-toggle:active,
#main-container .open .dropdown-toggle {
  outline: 0;
}
#main-container .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
#main-container .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
#main-container .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 190px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
}
#main-container .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#main-container .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
#main-container .dropdown-menu li {
  padding: 0 10px;
}
#main-container .dropdown-menu li > a {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.16384615em;
  font-weight: normal;
  text-shadow: none;
  padding: 3px 10px;
  display: block;
  clear: both;
  white-space: nowrap;
}
#main-container .dropdown-menu li > a:hover,
#main-container .dropdown-menu li > a:focus,
#main-container .dropdown-submenu:hover > a {
  background-color: #f2f2f2;
  color: #666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 #ffffff;
  text-decoration: none;
}
#main-container .dropdown-menu .active > a,
#main-container .dropdown-menu .active > a:hover {
  background-color: #f2f2f2;
  color: #666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 #ffffff;
  text-decoration: none;
  outline: 0;
}
#main-container .dropdown-menu .disabled > a,
#main-container .dropdown-menu .disabled > a:hover {
  color: #999999;
}
#main-container .dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
#main-container .open {
  *z-index: 1000;
}
#main-container .open > .dropdown-menu {
  display: block;
}
#main-container .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#main-container .dropup .caret,
#main-container .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
#main-container .dropup .dropdown-menu,
#main-container .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
#main-container .dropdown-submenu {
  position: relative;
}
#main-container .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
#main-container .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#main-container .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
#main-container .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
#main-container .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
#main-container .dropdown-submenu.pull-left {
  float: none;
}
#main-container .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#main-container .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
#main-container .typeahead {
  margin-top: 2px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
  width: 249px;
}
#main-container .typeahead li {
  padding: 0 5px;
}
#main-container .typeahead li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main-container .typeahead li.active > a,
#main-container .typeahead li.active > a:hover {
  background-color: #e5e5e5;
  font-weight: bold;
}
#main-container .typeahead .autocomplete-category {
  display: block;
  padding: 0 15px 3px;
  border-bottom: 1px solid #ddd;
  clear: both;
  font-weight: bold;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.16384615em;
  margin-bottom: 0.23076923em;
  color: #999;
}
#main-container .typeahead * + .autocomplete-category {
  margin-top: 8px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-large {
  width: 840px;
  margin: -420px 0 0 -420px;
}
.modal-header {
  padding: 9px 15px;
}
.modal-header .close {
  margin-top: 2px;
  color: #999999;
  font-size: 12px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-body h3 {
  color: #999999;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-top-right-radius: 0 0 6px 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 6px 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 6px 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-opacity: 20;
  -moz-opacity: 20;
  opacity: 20;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -webkit-opacity: 40;
  -moz-opacity: 40;
  opacity: 40;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.styled-modal {
  background: #f0f0f0;
}
.styled-modal .modal-body {
  clear: both;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
}
.vehicles [role="banner"] {
  border-bottom: 1px solid #aaa;
}
[role="banner"] {
  z-index: 1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ececec));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ececec);
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f7f7f7, #ececec);
  background-image: -ms-linear-gradient(top, #f7f7f7, #ececec);
  background-image: -o-linear-gradient(top, #f7f7f7, #ececec);
  background-image: linear-gradient(top, #f7f7f7, #ececec);
  background-repeat: repeat-x;
  position: relative;
  border-bottom: 1px solid #ddd;
}
[role="banner"] .top {
  height: 43px;
  background-color: #333333;
}
[role="banner"] .top nav ul {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 210px;
  font-size: 1.5rem;
}
[role="banner"] .top nav ul li {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
[role="banner"] .top nav ul li:after {
  content: '';
  padding: 2px 0;
  margin: 0 15px 0 20px;
  border-left: 1px solid #111;
  border-right: 1px solid #474747;
}
[role="banner"] .top nav ul li a {
  color: #FFFFFF;
}
[role="banner"] .top nav ul li:first-child {
  font-weight: bold;
}
[role="banner"] .top nav ul li:last-child:after {
  content: '';
  margin: 0 0 0 40px;
  padding: 10px 0;
}
[role="banner"] > .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  height: 54px;
  padding: 12px 0 0 0;
}
[role="banner"] > .inner:before,
[role="banner"] > .inner:after {
  display: table;
  content: "";
}
[role="banner"] > .inner:after {
  clear: both;
}
[role="banner"] > .inner:before,
[role="banner"] > .inner:after {
  content: "";
  display: table;
}
[role="banner"] > .inner:after {
  clear: both;
}
[role="banner"] .branding {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline;
  float: left;
  background-image: url('../pics/fonecta-header-logo.png');
  background-size: auto 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 25px;
  width: 115px;
  margin: 10px 0 0 20px;
}
[role="banner"] .branding a {
  display: block;
}
[role="banner"] [role="search"] {
  position: relative;
  display: inline;
  float: left;
  margin: -6px 5px;
}
[role="banner"] [role="search"] p {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
[role="banner"] [role="search"] label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2em;
}
[role="banner"] [role="search"] input.btn {
  margin-top: 13px;
  min-width: 0;
  height: 27px;
  padding-top: 5px;
}
[role="banner"] [role="search"] input[type="text"],
[role="banner"] [role="search"] select {
  width: 185px;
  height: 25px;
  padding: 0 5px 0 5px;
}
#top-leaderboard {
  padding: 15px 0;
}
#user-header {
  display: inline;
  float: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#user-header .label {
  position: absolute;
  top: 13px;
  left: -5px;
  margin-right: -12px;
  padding: 0 7px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#444444));
  background-image: -webkit-linear-gradient(top, #666666, #444444);
  background-color: #444444;
  background-image: -moz-linear-gradient(top, #666666, #444444);
  background-image: -ms-linear-gradient(top, #666666, #444444);
  background-image: -o-linear-gradient(top, #666666, #444444);
  background-image: linear-gradient(top, #666666, #444444);
  background-repeat: repeat-x;
  color: #ffffff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-indent: 0;
  z-index: 100;
}
#user-header .logged-in .dropdown {
  float: left;
}
#user-header .logged-in .dropdown .saveSearch {
  vertical-align: text-bottom;
}
#user-header .logged-in .dropdown.open {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
#user-header .logged-in .dropdown .dropdown-menu {
  margin: 10px -40px 0 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 0;
}
#user-header .logged-in .dropdown .dropdown-menu li {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 8px 36px;
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39461538em;
  position: relative;
}
#user-header .logged-in .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
#user-header .logged-in .dropdown .dropdown-menu li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url('../img/main-sprite.png');
}
#user-header .logged-in .dropdown .dropdown-menu li.vehicles:before {
  background-position: -261px -362px;
}
#user-header .logged-in .dropdown .dropdown-menu li.personsearch:before {
  background-position: -430px -318px;
}
#user-header .logged-in .dropdown .dropdown-menu li.addressbook:before {
  background-position: -240px -102px;
}
#user-header .logged-in .dropdown .dropdown-menu li.profile:before {
  background-position: -240px -62px;
  top: 12px;
}
#user-header .logged-in .dropdown .dropdown-menu li.logout:before {
  background-position: -240px -42px;
}
#user-header .logged-in .dropdown .dropdown-menu .drophead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.21em;
  padding: 0;
  color: #f9423a;
  font-weight: bold;
}
#user-header .logged-in .dropdown .dropdown-menu li a:hover {
  background-color: transparent;
}
#user-header .login,
#user-header .logged-in {
  top: 0;
  right: 40px;
  position: absolute;
  padding: 14px 0 0 70px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  height: 36px;
}
#user-header .login a,
#user-header .logged-in a {
  color: #ffffff;
}
#user-header .login:before,
#user-header .logged-in:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 28px;
  width: 29px;
  height: 29px;
  background-image: url('../img/main-sprite.png');
  background-position: -150px -159px;
  background-size: auto 300px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 900px) {
  [role="banner"] [role="search"] input[type=text] {
    width: 170px !important;
  }
  [role="banner"] {
    min-width: 768px;
  }
  [role="banner"] [role="search"] ~ #user-header .login {
    padding: 0;
    width: 36px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  [role="banner"] [role="search"] ~ #user-header .login:before {
    left: 50%;
    margin-left: -10px;
  }
  [role="banner"] [role="search"] ~ #user-header .logged-in .label {
    display: none;
  }
  [role="banner"] [role="search"] ~ #user-header .logged-in > .profile {
    display: none;
  }
  [role="banner"] [role="search"] ~ #user-header .logged-in .dropdown .toggle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  [role="banner"] [role="search"] ~ #user-header .logged-in .dropdown.open .toggle {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
[role="banner"] [role="search"] ~ #user-header {
  margin-top: 10px;
}
/*
body > footer {
	z-index: 1;
	background-color: #f2f2f2;
	border-top: 1px solid #ddd;

	> .inner {
		position: relative;
		padding-top: 18px;
	}

	a.logo {
		position: absolute;
		top: 25px;
		left: 45px;
		width: 203px;
		height: 48px;
		background-image: url('../img/main-sprite.png');
		background-position: 0 -352px;
		.hide-text();
	}

	nav.listings {
		margin-left: 275px;

		ul {
			.clearfix;
			margin: 0;
			padding: 0;
		}
		
		li {
			display: inline;
			float: left;
			.box-sizing;
			width: 100 / 3%;
			padding-bottom: 8px;
			padding-left: 25px;
			
			border-right: 1px dotted #ddd;
			
			&:nth-child(3n) {
				border-right: none;
			}
			
			&:nth-child(n+4) {
				border-top: 1px dotted #ddd;
				padding-top: 8px;
				padding-bottom: 0;
			}
		}

		a {
			position: relative;
			padding-left: 35px;
			line-height: 25px;
			display: block;
			color: #666;

			&:before {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				background-image: url('../img/main-sprite.png');
				background-position: -210px -42px;
				width: 30px;
				height: 25px;
			}
		}

		a.places:before   { background-position: -210px -67px; }
		a.yp:before       { background-position: -210px -92px; }
		a.keywords:before { background-position: -210px -117px; }
		a.trending:before { background-position: -210px -142px; }
		a.wp:before 	  { background-position: -210px -167px; }
	}

	nav.columns {
		border-top: 1px solid #ddd;
		padding-top: 20px;
		margin: 20px;
		.clearfix;

		ul {
			display: inline;
			float: left;
			width: 25%;
			.box-sizing;
			padding: 0 30px;
			margin: 0;
			border-right: 1px dotted #ddd;

			&:last-child {
				border-right: none;
			}
		}

		li {
			display: block;
			.font-size(13);
			line-height: 15 / 13;
			padding: 3px 0;
		}

		h3 {
			color: #666;
			.font-size(16);
			line-height: 20 / 16;
			margin: 0;
		}

		a {
			color: #666;
		}

		.feedback a {
			padding-left: 24px;
			position: relative;

			&:before {
				content: '';
				position: absolute;
				width: 30px;
				height: 25px;
				top: -4px;
				left: -5px;
				background-image: url('../img/main-sprite.png');
				background-position: -210px -192px;
			}
		}
	}

	.legal {
		border-top: 1px solid #e3e3e3;
		.font-size(12);
		line-height: 1;
		color: #999;
		padding: (2 / 3em) 2.5em;


		a {
			color: #999;
			border-left: 1px solid #afafaf;
			padding-left: 0.5em;
			margin-left: 0.3em;
		}
	}
}
*/
#breadcrumb {
  z-index: 1;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ddd;
}
#breadcrumb ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 30px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846154;
  color: #999;
  text-shadow: 0 1px 0 #ffffff;
  margin: 0;
}
#breadcrumb li {
  display: inline;
}
#breadcrumb li.separator:after {
  content: ' \\';
}
#breadcrumb span {
  font-weight: bold;
}
#pagination {
  margin: 30px 0;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #999;
  font-weight: bold;
}
#pagination .prev a:before,
#pagination .prev span:before {
  content: '‹ ';
}
#pagination .next span:after,
#pagination .next a:after {
  content: ' ›';
}
#pagination ol {
  display: inline;
  font-size: inherit;
  margin: 0 1.25em;
  padding: 0;
}
#pagination li {
  display: inline;
}
#pagination li.selected {
  margin: 0 0.5em;
  color: #666;
  font-weight: bold;
}
#pagination li a {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#pagination li:before {
  color: #999;
}
#pagination li:first-child:before {
  content: '';
}
#pagination li.separated:before {
  content: ' … ';
}
#seoindex {
  margin: 20px;
}
#seoindex h1 {
  color: #595959;
  border-bottom: 2px solid #ECECEC;
  padding-bottom: 10px;
  font-size: 26px;
  font-size: 2.6rem;
}
.seo-listing {
  display: block;
  clear: both;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  font-size: 13px;
}
.seo-listing ul {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  padding-left: 20px;
}
.seo-listing li {
  padding-bottom: 0.75em;
  padding-right: 0.5em;
  border-right: 1px solid #ECECEC;
}
.seo-listing li:last-child {
  border-right: none;
}
.alphabet-list {
  display: block;
  margin: 10px 0;
  padding-bottom: 10px;
  *zoom: 1;
  border-bottom: 1px solid #ECECEC;
}
.alphabet-list:before,
.alphabet-list:after {
  display: table;
  content: "";
}
.alphabet-list:after {
  clear: both;
}
.alphabet-list:before,
.alphabet-list:after {
  content: "";
  display: table;
}
.alphabet-list:after {
  clear: both;
}
.alphabet-list li {
  display: block;
  float: left;
  width: 30px;
  border-collapse: collapse;
  text-align: center;
  height: 25px;
  line-height: 25px;
  background-color: #ECECEC;
  border-radius: 5px;
  margin-right: 3px;
  margin-bottom: 3px;
  color: #fff;
  border: none;
}
.alphabet-list li span {
  color: #999;
}
.alphabet-list li a {
  font-weight: bold;
}
.alphabet-list li a .selected {
  color: #fff;
}
.alphabet-list li.selected {
  background-color: transparent;
  color: #999;
}
#user-login {
  *zoom: 1;
  max-width: 400px;
  background-color: #f0f0f0;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-shadow: 0 1px 0 #ffffff;
  max-width: none;
  margin: 0;
}
#user-login:before,
#user-login:after {
  display: table;
  content: "";
}
#user-login:after {
  clear: both;
}
#user-login:before,
#user-login:after {
  content: "";
  display: table;
}
#user-login:after {
  clear: both;
}
#user-login h2 {
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.01em;
  margin-bottom: 0.75em;
}
#user-login .alert-username {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 12px;
  margin-left: -165px;
  background-color: #666;
  width: 300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  padding: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.24076923em;
  text-shadow: none;
}
#user-login .alert-username:before {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  border-top: 9px solid #666;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
#user-login .alert-block {
  margin-bottom: 20px;
  padding: 15px 20px;
}
#user-login:before {
  content: '';
  border-right: 25px solid #f0f0f0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 45px;
  left: -25px;
}
#user-login .btn-login {
  background-color: #424242;
  background-image: none;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.4) inset;
  color: #FFFFFF;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: none;
}
#user-login .btn-register {
  background-color: #FF0000;
  background-image: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4) inset;
  color: #FFFFFF;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-weight: normal;
  width: 70%;
}
#user-login .extlogin {
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 1.2rem;
}
#user-login .reghead {
  background-image: url('../img/tili-promo.png');
  background-repeat: no-repeat;
  padding-left: 150px;
  display: block;
  background-size: auto 100%;
  font-weight: normal;
  height: 60px;
  padding-left: 130px;
  padding-top: 10px;
}
#user-login .forgotpwd {
  color: #000000;
}
#user-login form {
  padding: 10px 15px 25px;
  margin: 0 auto;
  max-width: 360px;
}
#user-login form label.checkbox,
#user-login form .marketing-disclaimer {
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.54846154em;
  margin-bottom: 0.61538462em;
}
#user-login form a {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 1em;
}
#user-login aside {
  border-top: 1px solid #000000;
  padding: 25px 15px 0;
  max-width: 360px;
  margin: 0 auto;
}
#user-login aside .btn {
  display: block;
  margin: 20px 0;
}
#user-login aside h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.01em;
}
#user-login aside p,
#user-login aside ul {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.16384615em;
}
#user-login aside li {
  list-style-position: inside;
  list-style-type: square;
}
#user-login a.facebook,
#user-login a.google,
#user-login a.facebook:focus,
#user-login a.google:focus,
#user-login a.register {
  height: 25px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
  width: 15px;
  font-weight: 400;
  border-radius: 50%;
  text-transform: none;
}
#user-login a.btn.facebook,
#user-login a.btn.facebook:hover {
  color: #fff;
  background-color: #3B5999;
  background-image: url('../img/facebook_icon.png');
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: auto 100%;
}
#user-login a.btn.google,
#user-login a.btn.google:hover {
  color: #fff;
  background-color: #d24c1d;
  background-image: url('../img/g+_icon.png');
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: auto 100%;
}
section.message {
  margin: 150px auto 250px;
  width: 320px;
  text-align: center;
}
section.message h1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.12111111em;
  margin-bottom: 1.38888889em;
}
#send-to-mobile-modal .modal-body {
  padding: 50px 60px 20px 60px;
}
#send-to-mobile-modal .phone-description {
  color: #999999;
}
#send-to-mobile-modal .actions {
  margin-top: 50px;
}
#send-to-mobile-modal input[type="text"] {
  width: 240px;
  margin-right: 10px;
}
#send-to-mobile-modal .btn {
  min-width: 60px;
}
div.sponsored {
  padding: 20px 0;
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
}
div.sponsored a {
  color: #666;
  display: block;
  background-color: #ffffff;
  margin-bottom: 1px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.1538em;
  padding: 10px 15px;
  text-decoration: none;
}
div.sponsored a h3 {
  color: #00a9e0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1em;
  margin: 0;
}
div.sponsored a .url {
  line-height: 1.5em;
  color: #6cc24a;
}
div.sponsored a span {
  display: block;
}
.error-page {
  width: 320px;
  margin: 150px auto 250px;
  padding-left: 180px;
  position: relative;
}
.error-page:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background-image: url('../img/error.png');
  background-repeat: no-repeat;
}
.error-page a {
  font-weight: bold;
}
.error-page a.legal-02-info {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}
.error {
  color: #FF0000;
}
#top-02-banner,
#top-vehicles-banner {
  display: inline;
  float: left;
  position: relative;
  padding: 2px 0 0 75px;
  margin-top: -3px;
}
#top-02-banner img,
#top-vehicles-banner img {
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 60px;
  height: 72px;
}
#top-02-banner p,
#top-vehicles-banner p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39461538em;
  margin-bottom: 0em;
  color: #666;
  text-shadow: 0 1px 0 #ffffff;
}
#top-02-banner strong,
#top-vehicles-banner strong {
  font-size: 15px;
  font-size: 1.5rem;
}
#top-02-banner a,
#top-vehicles-banner a {
  color: #666;
  font-weight: bold;
}
.help {
  margin: 20px;
}
.help h1 {
  color: #595959;
  border-bottom: 2px solid #ECECEC;
  padding-bottom: 10px;
  font-size: 26px;
  font-size: 2.6rem;
}
.help dt,
.help dd {
  line-height: 18px;
}
.help dd {
  margin-left: 10px;
}
.modal#leadsModal {
  color: #fff;
  background-image: url('../pics/fofi_leads_popup_bg.png');
  background-repeat: repeat-y;
  margin: -290px 0 0 -320px;
  width: 640px;
}
.modal#leadsModal button {
  color: #000;
  text-shadow: 0px 0px;
}
.modal#leadsModal .page {
  margin: 0;
  padding: 0;
}
.modal#leadsModal .modal-body {
  overflow: visible;
  padding-right: 48px;
  padding-top: 24px;
  padding-bottom: 32px;
}
.modal#leadsModal .modal-body .invitation {
  margin: 0;
  padding: 0;
}
.modal#leadsModal .modal-body .invitation a {
  color: #d33;
}
.modal#leadsModal .modal-body ul {
  padding-left: 42px;
}
.modal#leadsModal .modal-body .body-footnote {
  clear: both;
  padding-top: 16px;
}
.reminder-bar {
  display: none;
  width: 100%;
  height: 50px;
  background: #fca09c;
  position: relative;
  color: #404040;
  border-bottom: 2px solid #7f7f7f;
}
.reminder-bar .reminder-bar-content {
  position: relative;
}
.reminder-bar .reminder-bar-content:before {
  content: '';
  width: 31px;
  height: 31px;
  background-image: url('../img/main-sprite.png');
  background-position: -312px -322px;
  display: inline-block;
  float: left;
  margin: 7px 10px 0px 30px;
}
.reminder-bar p {
  line-height: 50px;
  padding: 0px 30px;
}
.reminder-bar a {
  font-weight: bold;
  color: #404040;
}
.reminder-bar a.close-btn {
  width: 21px;
  height: 21px;
  background-image: url('../img/main-sprite.png');
  background-position: -345px -328px;
  display: inline-block;
  position: absolute;
  right: 30px;
  margin-top: 15px;
}
#remindHead {
  color: #333333;
}
header p.maintenance-note {
  float: left;
  padding: 12px 7px 16px 0px;
}
header p.maintenance-note a {
  color: #fff;
}
body.maintenance-note {
  height: auto;
}
body.maintenance-note section.maintenance-note {
  margin: 40px 20px 120px 20px;
  max-width: 768px;
}
body.maintenance-note section.maintenance-note p {
  line-height: 1.1;
}
/* Modernizr =================================================== */
/* audio */
/* applicationcache */
/* backgroundsize */
/* borderimage */
/* borderradius */
/* boxshadow */
/* canvas */
/* canvastext */
/* cssanimations */
/* csscolumns */
/* cssgradients */
/* cssreflections */
/* csstransforms */
html.csstransforms #wp-browser b.arrow,
html.csstransforms #vehicles-browser b.arrow {
  position: absolute;
  width: 30px;
  height: 60px;
  overflow: hidden;
}
html.csstransforms #wp-browser b.arrow b.shadow,
html.csstransforms #vehicles-browser b.arrow b.shadow {
  overflow: hidden;
  height: 60px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 1px;
}
html.csstransforms #wp-browser b.arrow b.shadow:before,
html.csstransforms #vehicles-browser b.arrow b.shadow:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 5px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}
html.csstransforms #wp-browser b.arrow:before,
html.csstransforms #vehicles-browser b.arrow:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 5px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
  border: 1px solid #ddd;
  margin: -1px 0 0 -1px;
}
html.csstransforms #wp-browser .no-results-banner b.arrow,
html.csstransforms #vehicles-browser .no-results-banner b.arrow {
  top: 36px;
  left: -22px;
  width: 22px;
}
html.csstransforms #wp-browser .chat b.arrow,
html.csstransforms #vehicles-browser .chat b.arrow {
  top: 36px;
  left: -22px;
  width: 22px;
}
html.csstransforms #wp-browser .chat b.arrow:before,
html.csstransforms #vehicles-browser .chat b.arrow:before {
  background: #F9423A;
}
html.no-csstransforms b.arrow {
  display: none;
}
/* csstransforms3d */
/* csstransitions */
/* draganddrop */
/* flexbox */
/* flexboxlegacy */
html.flexboxlegacy {
  /*
    body > footer nav.columns {
        .display-box;

        ul {
            display: block;
            float: none;
            width: 1000px;
            .box-flex;
        }
    }
    */
}
html.flexboxlegacy #front-stats {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
}
html.flexboxlegacy #front-stats > div {
  display: block;
  float: none;
  width: 1000px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
}
html.flexboxlegacy #company-results ol.grid a.img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
}
html.flexboxlegacy #wp-browser {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  width: 100%;
  float: none;
}
html.flexboxlegacy #wp-browser > div {
  display: block;
  float: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
}
@media only screen and (min-width: 992px) {
  html.flexboxlegacy #wp-browser {
    width: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
  }
  html.flexboxlegacy #wp-results-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    width: 100%;
  }
  html.flexboxlegacy #wp-filters {
    display: block;
    float: none;
  }
}
#main-menu {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  *zoom: 1;
  margin: 20px auto;
  min-width: 768px;
}
#main-menu:before,
#main-menu:after {
  display: table;
  content: "";
}
#main-menu:after {
  clear: both;
}
#main-menu:before,
#main-menu:after {
  content: "";
  display: table;
}
#main-menu:after {
  clear: both;
}
#main-menu h2 {
  font-family: FonectaBold;
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 0.41666667;
}
#main-menu .searchbox {
  background-image: -webkit-radial-gradient(center, ellipse contain, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(center, ellipse contain, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -ms-radial-gradient(center, ellipse contain, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(center, ellipse contain, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: radial-gradient(center, ellipse contain, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  height: 300px;
  padding-top: 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  width: 50%;
  min-width: 384px;
  display: inline;
  float: left;
}
#main-menu .searchbox p {
  margin-bottom: 2px;
}
#main-menu .searchbox.wp {
  background-color: #01bfb3;
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
}
#main-menu .searchbox.yp {
  background-color: #ffcd00;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
#main-menu .maps .searchbox {
  background-image: -webkit-radial-gradient(center, ellipse contain, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(center, ellipse contain, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  background-image: -ms-radial-gradient(center, ellipse contain, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(center, ellipse contain, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  background-image: radial-gradient(center, ellipse contain, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  background-color: #6cc24a;
}
#main-menu .maps .searchbox.location {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
#main-menu .maps .searchbox.location:after {
  content: '';
  position: absolute;
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-color: rgba(0, 0, 0, 0.05);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-repeat: repeat-x;
  background-color: transparent;
}
#main-menu .maps .searchbox.route {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
#main-menu form {
  width: 384px;
  margin: 0 auto;
  padding-left: 130px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#main-menu form:before {
  content: '';
  width: 105px;
  height: 155px;
  position: absolute;
  top: -17px;
  left: 10px;
  background-image: url('../img/main-sprite.png');
  background-position: 0 -42px;
}
#main-menu form h2,
#main-menu form p {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  #main-menu form {
    margin: 0;
    padding: 0 30px 0 30px;
  }
  #main-menu form:before {
    display: none;
  }
}
#main-menu .yp form:before {
  background-position: -105px -42px;
}
#main-menu .location form:before {
  background-position: 0 -197px;
}
#main-menu .route form:before {
  background-position: -105px -197px;
  top: -5px;
  left: 15px;
}
#main-menu .vehicles {
  width: 100%;
}
#main-menu .vehicles-search {
  width: 100%;
  padding: 18px 0px 0px 0px;
  height: 148px;
  border-bottom: 1px solid #2d2d2d;
  background-color: #404040;
  background-image: -moz-linear-gradient(left center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03));
}
#main-menu .vehicles-search form:before {
  padding-top: 2px;
  background-position: -910px 0px;
  height: 88px;
}
#main-menu .vehicles-search form {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
}
#main-menu .vehicles-search form a.title {
  float: left;
}
#main-menu .vehicles-search form h2 {
  float: left;
  padding: 18px 0px 0px 0;
  margin: 0px 19px 0px 0px;
}
#main-menu .vehicles-search form div.input-block {
  padding-right: 0px;
  padding-top: 0;
  margin-top: 0;
  margin-right: 2px;
  white-space: nowrap;
}
#main-menu .vehicles-search form select {
  margin-right: 6px;
}
#main-menu .vehicles-search form > p,
#main-menu .vehicles-search form h2,
#main-menu .vehicles-search form > .input-block,
#main-menu .vehicles-search form > select,
#main-menu .vehicles-search form > a {
  vertical-align: center;
  display: inline-block;
}
#main-menu .vehicles-search form input#regNumber {
  width: 190px;
  margin: 0;
}
#main-menu .vehicles-search form .btn-primary {
  width: 60px;
  margin-right: 8px;
}
#main-menu .vehicles-search form select {
  width: 120px;
  height: 30px;
}
#main-menu .vehicles-search form .regNumber-annotation {
  margin: 0;
  padding: 0px 0px 6px 10px;
}
#main-menu .vehicles-search form input {
  width: auto;
}
#main-menu .vehicles-search form > a {
  color: #eee;
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  #main-menu .vehicles-search form {
    width: 98%;
    margin-top: 5px;
  }
  #main-menu .vehicles-search form a.title {
    float: none;
    display: block;
  }
  #main-menu .vehicles-search form h2 {
    margin: 0 0 0 10px;
    padding: 0;
    float: none;
  }
  #main-menu .vehicles-search form .input-block {
    margin: 0 0 0 10px;
  }
}
#front-stats {
  color: #999;
  *zoom: 1;
}
#front-stats:before,
#front-stats:after {
  display: table;
  content: "";
}
#front-stats:after {
  clear: both;
}
#front-stats:before,
#front-stats:after {
  content: "";
  display: table;
}
#front-stats:after {
  clear: both;
}
#front-stats > div {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 33.33333333;
  display: inline;
  float: left;
}
#front-stats > div:last-child {
  border-right: none;
}
#front-stats h4 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  margin: 0 0 0.2em;
}
#front-stats ul,
#front-stats ol {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846154;
  margin: 0;
  padding: 0;
}
#front-stats ul li {
  display: inline;
  color: #666;
}
#front-stats ul li:after {
  content: ', ';
}
#front-stats ul li:last-child:after {
  content: '';
}
#front-stats ol li {
  list-style-position: inside;
  font-weight: bold;
}
#front-stats ol li a {
  font-weight: normal;
}
#front-stats a {
  color: #666;
}
#oma-pitch {
  background-color: #F2F2F2;
}
#oma-pitch h2 {
  font: normal 3.6rem FonectaBold;
  color: #666666;
  text-align: center;
  margin: 0;
  padding-top: 3rem;
}
#oma-pitch #oma-box-container {
  display: table;
  margin: 0 auto;
}
#oma-pitch .oma-ad-box {
  display: table-cell;
  vertical-align: middle;
}
#oma-pitch .oma-ad-box a {
  display: block;
  border-right: 1px solid #DDDDDD;
}
#oma-pitch .oma-ad-box a img {
  display: block;
  margin: 0 auto;
}
#oma-pitch .oma-ad-box:last-child a {
  border: 0;
}
iframe.yrityksille-widget {
  width: 100%;
  height: 470px;
}
.old-ie {
  display: none;
}
html.lt-ie9 .old-ie {
  display: block;
}
#feedback-form-modal {
  background: #f0f0f0;
  margin-top: -300px;
}
#feedback-form-modal .modal-body {
  clear: both;
  padding-left: 60px;
  padding-right: 60px;
  max-height: 550px;
  padding-bottom: 50px;
}
#feedback-form-modal .form-content {
  display: none;
}
#feedback-form-modal .feedback-form-content.form-content {
  display: block;
}
#feedback-form-modal textarea {
  resize: none;
  height: 105px;
  width: 100%;
}
#feedback-form-modal strong {
  font-size: 15px;
}
#feedback-form-modal .confirmation {
  margin-top: 5px;
}
#feedback-form-modal .checkbox-row {
  background: #ddd;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#feedback-form-modal .checkbox-row label {
  display: inline-block;
  margin-left: 10px;
}
#feedback-form-modal input.feedback-input {
  width: 310px;
}
#feedback-form-modal .btn.submit {
  line-height: 50px;
  height: 50px;
  width: 250px;
  padding: 0;
  font-size: 16px;
}
#feedback-form-modal .validation-error {
  color: #da4f49;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
section.account {
  width: 700px;
  margin: 30px auto;
  padding: 30px;
  background-color: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
section.account .alert-block {
  width: 280px;
  padding: 15px 20px;
}
section.account .alert-block .alert-heading {
  font-size: 15px;
  font-size: 1.5rem;
}
section.account p.info {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.26em;
  margin-bottom: 1.5em;
  padding-left: 40px;
  position: relative;
}
section.account p.info:before {
  content: 'i';
  position: absolute;
  top: 3px;
  left: 10px;
  background-color: #999;
  color: white;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-family: georgia, serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.34333333em;
  font-style: italic;
}
section.account .infobox {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  padding: 12px;
  margin: 0;
  clear: both;
  margin-bottom: 1.2em;
  border-radius: 8px;
}
section.account .infobox p.info {
  margin-bottom: 0px;
}
section.account fieldset {
  margin: 20px 0;
  width: 336px;
}
section.account fieldset ~ fieldset {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
section.account fieldset input {
  max-width: 300px;
  float: left;
}
section.account fieldset p {
  clear: left;
}
section.account aside {
  display: inline;
  float: right;
  width: 300px;
}
section.account ul {
  list-style-position: inside;
  list-style-type: square;
}
section.account h1 {
  font-size: 24px;
  font-size: 2.4rem;
}
section.account h2 {
  font-size: 20px;
  font-size: 2rem;
}
section.account h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
section.account .password-changed {
  margin-top: 20px;
  color: #5BB75B;
  font-weight: bold;
}
section.account fieldset.marketing p,
section.account label {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.16384615em;
  margin-bottom: 0.61538462em;
}
section.account .well {
  padding: 20px;
}
section.account .well p {
  margin-top: 10px;
}
section.account * + .well {
  margin-top: 0.5em;
}
section.account p.error {
  margin-bottom: 0em;
}
section.account .verified,
section.account .unverified {
  float: left;
  margin-left: 8px;
  margin-top: 4px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
section.account .verified {
  background-image: url('../img/icon-verified.png');
}
section.account .unverified {
  background-image: url('../img/icon-unverified.png');
}
section.account .add-email-info {
  position: absolute;
  left: 390px;
  width: 300px;
  padding: 20px;
  border-radius: 3px;
  background-color: #fca09c;
}
section.account .add-email-info ul {
  margin-top: 20px;
  font-size: 13px;
  list-style-position: outside;
  margin-left: 20px;
}
section.account .add-email-info:before {
  content: '';
  border-right: 15px solid #fca09c;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 35px;
  left: -15px;
}
body.yp [role="banner"] {
  background-image: none;
  background-color: #ffcd00;
  border-bottom-color: #e5b800;
}
body.yp [role="banner"] [role="search"]:before {
  background-position: -260px -82px;
}
.page-peel-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.page-peel-overlay .curl {
  position: absolute;
  left: 0px;
  background-image: url('../img/page-peel.png');
  width: 140px;
  height: 213px;
}
.page-peel-overlay .right {
  position: absolute;
  background-color: #f7f7f7;
  left: 140px;
  right: 0px;
  height: 213px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.page-peel-overlay .bottom {
  position: absolute;
  top: 213px;
  background-color: #f7f7f7;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.page-peel-overlay .bottom .content {
  position: absolute;
  top: -213px;
  left: 200px;
}
header.yp-results {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  margin-right: 270px;
}
header.yp-results .h1-outer {
  font-size: 16px;
  *zoom: 1;
  padding: 15px 20px 0;
  margin: 10px 0 20px 0;
}
header.yp-results .h1-outer:before,
header.yp-results .h1-outer:after {
  display: table;
  content: "";
}
header.yp-results .h1-outer:after {
  clear: both;
}
header.yp-results .h1-outer:before,
header.yp-results .h1-outer:after {
  content: "";
  display: table;
}
header.yp-results .h1-outer:after {
  clear: both;
}
header.yp-results .h1-outer .hit-count {
  font-weight: bold;
}
header.yp-results .h1-outer small {
  color: #999;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.01em;
  font-family: FonectaMediumItalic, "helvetica neue", helvetica, arial, sans-serif;
  font-weight: normal;
  position: relative;
  float: left;
  letter-spacing: -0.05;
  margin-left: 0.44444444;
  margin-top: 1.22222222;
}
header.yp-results .h1-outer small .term {
  display: block;
  margin-top: -1em;
}
header.yp-results .h1-outer h1 {
  display: inline;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
header.yp-results .sort-results {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 14px !important;
}
header.yp-results .sort-results .sort-label {
  width: 85px;
  display: inline-block;
  background: #fff;
}
header.yp-results .sort-results ul.sort-dropdown {
  background: #fff;
  font-size: 14px !important;
  height: 25px;
  padding: 3px;
  display: inline-block;
  margin-bottom: 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.18);
  border: 1px solid #ddd;
  border-radius: 5px;
}
header.yp-results .sort-results a,
header.yp-results .sort-results a:hover,
header.yp-results .sort-results a:active,
header.yp-results .sort-results a:visited {
  color: #444;
  text-decoration: none;
  display: inline-block;
  width: 110px;
  font-size: 14px !important;
}
header.yp-results .sort-results li {
  font-size: 14px !important;
  list-style-type: none;
}
header.yp-results .sort-results li.dropdown {
  width: 120px;
  padding: 5px 5px 3px 10px;
}
header.yp-results .sort-results li.dropdown:after {
  content: '\25be';
  color: #777;
  float: right;
  margin-left: -15px;
}
header.yp-results .sort-results ul.dropdown-menu {
  width: 160px;
  min-width: 0;
  margin-top: 4px;
  margin-left: -4px;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 1px;
  box-shadow: 0 !important;
  font-size: 14px !important;
}
header.yp-results .sort-results ul.dropdown-menu li:hover {
  background: #eee;
}
header.yp-results .alert {
  padding: 12px 5px 12px 30px;
  position: absolute;
  bottom: -10px;
  right: -265px;
  width: 235px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px !important;
  background: #333;
}
header.yp-results .alert h4 {
  margin: 0;
  padding: 0;
  font-size: 12px !important;
}
header.yp-results .alert:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-image: url('../img/main-sprite.png');
  background-size: 254px auto;
  background-position: -130px -61px;
}
header.yp-results .alert:after {
  content: '';
  position: absolute;
  left: 33%;
  border-top: 10px solid #333333;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
  bottom: -10px;
}
header.yp-results .alert a.close {
  position: absolute;
  top: 1px;
  right: 4px;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  header.yp-results {
    width: 100%;
  }
  header.yp-results .alert {
    display: none;
  }
}
aside.yp-related {
  padding-left: 0;
}
aside.yp-related hr {
  margin: 30px 0 30px 0;
}
aside.yp-related div {
  margin: 10px 10px 10px 0;
  padding-left: 20px;
}
aside.yp-related div h4 {
  font-size: 15px;
  margin: 0 0 5px 0;
  padding: 0;
}
aside.yp-related div li {
  font-size: 15px;
  list-style-type: none;
  line-height: 1.3em;
}
aside.yp-related div li a {
  color: #555;
}
aside.yp-related .extend-area li a:after,
aside.yp-related .restrict-area li a:after,
aside.yp-related .super-categories li a:after {
  content: " \203A";
}
aside.yp-related .premium-container {
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.16384615em;
  margin: 0;
  padding: 0;
}
aside.yp-related .premium-container .premium-banner {
  margin-bottom: 15px;
}
aside.yp-related .premium-container a {
  display: block;
  color: #00a9e0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.21em;
  margin-bottom: 0.2em;
}
aside.yp-related .emediate-bulk {
  display: none;
}
aside.yp-related .keywords {
  display: none;
  margin: 20px;
}
aside.yp-related .keywords h4 {
  color: #999;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.21em;
  margin: 0 -5px 8px;
  padding: 0 5px 8px;
  border-bottom: 2px solid #ccc;
}
aside.yp-related .keywords ul {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.54846154em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
aside.yp-related .keywords li {
  display: block;
}
aside.yp-related .keywords a {
  color: #666;
}
aside.yp-related .search-description {
  margin: 20px;
}
aside.yp-related .search-description p {
  font-size: 13px;
  text-align: left;
  color: #666;
}
aside.yp-related .responsive-ad-container {
  display: block;
  margin: 20px;
  width: 200px;
  height: 250px;
}
@media only screen and (max-width: 991px) {
  aside.yp-related {
    border-bottom: 1px solid #ddd;
  }
  aside.yp-related .premium-banner {
    display: inline;
    float: left;
    width: 29.33333333%;
    padding: 0 2%;
  }
  aside.yp-related .call-to-boost,
  aside.yp-related .premium-container,
  aside.yp-related .responsive-ad-container,
  aside.yp-related .emediate-bulk,
  aside.yp-related .omatietofi-ad-narrow,
  aside.yp-related .search-keywords {
    display: none;
  }
  aside.yp-related .restrict-area,
  aside.yp-related .extend-area,
  aside.yp-related .super-categories,
  aside.yp-related .call-to-login {
    border: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
  aside.yp-related hr {
    display: none;
  }
}
aside.yp-related .call-to-login {
  font-family: 'FonectaMediumItalic';
  text-align: left;
  position: relative;
}
aside.yp-related .call-to-login h4 {
  color: #8D8D8D;
  font-size: 17px;
}
aside.yp-related .call-to-login .btn {
  font-family: 'FonectaMediumItalic';
  margin: 10px 0 10px 0;
}
aside.yp-related .call-to-login.fixed {
  position: fixed;
}
aside.yp-related .call-to-login #user-login {
  margin: 0px;
  background-color: inherit;
}
aside.yp-related .call-to-boost {
  margin: 0;
  padding: 20px;
  background: #F6F6F6;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
}
aside.yp-related .call-to-boost h4 {
  font-family: FonectaMediumItalic;
  color: #8D8D8D;
  font-size: 19px;
  margin-bottom: 20px;
}
#company-results {
  padding-bottom: 10px;
  *zoom: 1;
}
#company-results.logged-out {
  min-height: 550px;
}
#company-results:before,
#company-results:after {
  display: table;
  content: "";
}
#company-results:after {
  clear: both;
}
#company-results:before,
#company-results:after {
  content: "";
  display: table;
}
#company-results:after {
  clear: both;
}
#company-results .rows {
  position: relative;
  clear: left;
}
#company-results h4 {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 3px;
}
#company-results ol.grid .company .extra-info .wifi {
  position: relative;
  display: inline-block;
  margin-top: 3px;
}
#company-results span.extra-info {
  position: absolute;
  top: 30px;
  left: 350px;
  font-weight: bold;
  color: #666;
}
#company-results span.extra-info .block {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 16px;
  margin-left: 10px;
  text-align: left;
  padding-left: 22px;
}
#company-results span.extra-info .icon {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 2px;
}
#company-results span.extra-info .redacted {
  display: inline-block;
  width: 70px;
  height: 16px;
  background-color: #9d9d9d;
}
#company-results span.extra-info .wifi {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 16px;
  margin-left: 10px;
  text-align: left;
  padding-left: 22px;
  width: 50px;
  margin-left: 0px;
}
#company-results span.extra-info .wifi:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 2px;
  background-image: url('../img/icon-wifi-gray.png');
}
#company-results span.extra-info .pins {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 16px;
  margin-left: 10px;
  text-align: left;
  padding-left: 22px;
  width: 182px;
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 2px;
}
#company-results span.extra-info .pins:hover {
  background-color: #e6e6e6;
}
#company-results span.extra-info .opening-hours {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 16px;
  margin-left: 10px;
  text-align: left;
  padding-left: 22px;
}
#company-results span.extra-info .opening-hours:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 2px;
  background-image: url('../img/icon-clock-gray.png');
}
#company-results span.extra-info .placeholder {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 16px;
  margin-left: 10px;
  text-align: left;
  padding-left: 22px;
}
#company-results span.extra-info .delivery {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 16px;
  margin-left: 10px;
  text-align: left;
  padding-left: 22px;
  width: 80px;
  padding-left: 30px;
}
#company-results span.extra-info .delivery:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 24px;
  background-image: url('../img/icon-car-gray.png');
}
#company-results span.address {
  display: block;
  max-width: 310px;
}
#company-results span.phone {
  display: block;
}
#company-results .tariff {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 30px;
}
#company-results span.rating {
  color: #ffffff;
  background-color: #6cc24a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 5px;
}
#company-results a.group {
  background-color: #ebebeb;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
}
#company-results ol.grid {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#company-results ol.grid h4 {
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 14px;
}
#company-results ol.grid .oneliner {
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  color: #444;
}
#company-results ol.grid li {
  display: inline;
  float: left;
  width: 33.33333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 350px;
  overflow: hidden;
  padding: 20px 0;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#company-results ol.grid li.grid-ad {
  display: none;
}
#company-results ol.grid li.grid-ad a {
  margin: 50px;
  text-align: center;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
#company-results ol.grid li.grid-ad a:active {
  outline: 1px dotted #ddd;
  outline-offset: 10px;
}
#company-results ol.grid li.grid-ad h4 {
  font-family: FonectaMediumItalic;
  font-weight: normal;
  color: #999;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: -1px;
  line-height: 1em;
  margin: 0 0 10px;
}
#company-results ol.grid li.company:nth-child(3n+2) + li.grid-ad,
#company-results ol.grid li.company:nth-child(3n+1) + li.grid-ad,
#company-results ol.grid li.company:nth-child(3n+1) + li.grid-ad + li.grid-ad {
  display: block;
}
#company-results ol.grid .wrap {
  width: 204px;
  margin: 0 auto;
}
#company-results ol.grid span.phone {
  margin: 0;
  padding-bottom: 2px;
}
#company-results ol.grid a.external-link {
  font-size: 15px;
}
#company-results ol.grid a.img {
  display: block;
  border: 3px solid #e6e6e6;
  padding: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 5px;
  background-color: #ffffff;
  width: 200px;
  height: 130px;
}
#company-results ol.grid a.img img {
  display: block;
  max-width: 200px;
  max-height: 130px;
  margin: 0 auto;
}
#company-results ol.grid span.extra-info {
  display: block;
  position: static;
  font-size: 1.3rem;
  margin-top: 5px;
}
#company-results ol.grid span.extra-info .opening-hours,
#company-results ol.grid span.extra-info .delivery,
#company-results ol.grid span.extra-info .wifi {
  display: inline;
}
#company-results ol.grid span.extra-info > *:first-child {
  margin-left: 0px;
}
#company-results ol.grid .profile-link {
  margin-top: 3px;
  display: inline-block;
  padding: 5px;
  background: #F6F6F6;
  font-family: FonectaMediumItalic;
  font-size: 15px;
}
#company-results ol.listing {
  margin: 0;
  padding: 0;
  clear: left;
}
#company-results ol.listing li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 24px;
  display: block;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
#company-results ol.listing li h4 {
  font-size: 14px;
}
#company-results ol.listing li:last-child {
  border-bottom: 0;
}
#company-results ol.listing figure.logo {
  display: inline;
  float: right;
  margin: 0 0 0 20px;
}
#company-results ol.listing figure.logo img {
  display: block;
  margin: 0;
}
#company-results #pagination {
  clear: left;
  font-weight: normal;
}
#company-results .alert-block {
  margin: 20px 20px 250px 0;
}
#company-results .chat-block {
  margin: 20px 20px 20px 0;
}
#company-results .chat {
  margin-right: 20px;
}
#company-results .chat .chat-alternate-texts {
  padding: 150px 0 0 29%;
}
#company-results .chat .chat-alternate-texts .header {
  font-size: 30px;
}
#company-results .chat .chat-alternate-texts a {
  font-size: 22px;
}
#company-results .highlight {
  color: #F9423A;
}
#company-results .link-black {
  color: #333;
}
#company-results .sponsored {
  *zoom: 1;
  padding: 5px 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: none;
}
#company-results .sponsored:before,
#company-results .sponsored:after {
  display: table;
  content: "";
}
#company-results .sponsored:after {
  clear: both;
}
#company-results .sponsored:before,
#company-results .sponsored:after {
  content: "";
  display: table;
}
#company-results .sponsored:after {
  clear: both;
}
#company-results .sponsored > h3 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
  margin: 10px 15px 0;
}
#company-results .sponsored a {
  display: inline;
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#company-results .company-image,
#suggested-companies .company-image {
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
#company-results .company-image span.company-name,
#suggested-companies .company-image span.company-name {
  display: inline-block;
  height: 115px;
  padding: 60px 5px 5px 5px;
  font-family: FonectaMediumItalic;
  font-size: 22px;
  color: #bfbfbf;
}
#company-results .company-image span.company-name a,
#suggested-companies .company-image span.company-name a {
  color: #bfbfbf;
  outline: none;
}
#company-results .company-image span.company-name a > :hover,
#suggested-companies .company-image span.company-name a > :hover {
  text-decoration: none;
}
#company-results .company-image .overlay-buttons,
#suggested-companies .company-image .overlay-buttons {
  width: 80px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 0;
}
#company-results .company-image .overlay-buttons span,
#suggested-companies .company-image .overlay-buttons span {
  width: 80px;
  height: 24px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-family: FonectaMediumItalic;
  margin: 0 0 3px 0;
  text-align: center;
}
#company-results .company-image .overlay-buttons span a,
#suggested-companies .company-image .overlay-buttons span a {
  margin: 0;
  padding: 0;
  width: 80px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  outline: none;
}
#company-results .company-image .overlay-buttons .btn-pins,
#suggested-companies .company-image .overlay-buttons .btn-pins {
  font-size: 0;
  background: #222;
  background-image: url('../img/pins_logo_108x44.png');
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: center center;
}
#company-results .company-image .overlay-buttons .btn-reservation,
#suggested-companies .company-image .overlay-buttons .btn-reservation {
  background: #F9423A;
}
#company-results .company-image .overlay-buttons .btn-reservation a,
#suggested-companies .company-image .overlay-buttons .btn-reservation a {
  margin-top: 3px;
}
#company-profile {
  margin: 0;
  padding: 0;
}
#company-profile header {
  padding: 10px;
  margin: 10px -10px 10px;
}
#company-profile header a.back {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.08142857em;
  font-weight: bold;
  margin: 0 0 25px 0;
  display: block;
}
#company-profile header h1 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #333;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font-family: FonectaMediumItalic;
  border-bottom: 1px solid #e6e6e6;
}
#company-profile header .pins {
  margin-top: 16px;
  float: right;
}
#company-profile #sat-banner {
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 30px 0;
  padding: 28px 0 28px 0;
  background: #ffcd00;
  height: 22px;
  background-image: url('../img/sat-banner.jpg');
  background-repeat: no-repeat;
  background-position: 0px;
  border-bottom: 1px solid #bfbfbf;
}
#company-profile #sat-banner .satcont {
  padding-left: 35%;
}
#company-profile #sat-banner .sattxt {
  width: 500px;
  display: inline-block;
}
#company-profile #sat-banner .sattxt h4 {
  font-size: 20px;
  margin-bottom: 0px;
}
#company-profile #sat-banner .satlink {
  width: 250px;
  display: inline-block;
}
#company-profile #sat-banner .satlink span {
  line-height: 1.25;
}
#company-profile #sat-banner a:after {
  content: ' ›';
}
@media only screen and (max-width: 768px) {
  #company-profile {
    width: 738px;
    margin: 0 auto;
  }
  #company-profile #company-contacts,
  #company-profile #profile-content {
    width: 738px;
  }
}
#company-contacts {
  width: 768px;
  position: relative;
}
#company-contacts h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.01em;
  border-bottom: 2px solid #e6e6e6;
  padding: 20px 0 0 0;
  font-family: FonectaMediumItalic;
}
#company-contacts h3 {
  font-family: FonectaMediumItalic !important;
}
#company-contacts .location {
  margin: 5px 0 20px 0;
}
#company-contacts .location h3 {
  padding: 8px 0 12px 55px;
  margin: 15px 15px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.12111111em;
  font-weight: normal;
  position: relative;
}
#company-contacts .location h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  width: 40px;
  height: 37px;
  background-image: url('../img/main-sprite.png');
  background-position: -260px -209px;
}
#company-contacts .location h3 a {
  color: #000;
}
#company-contacts .location .map {
  height: 300px;
  position: relative;
}
#company-contacts .location .map a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
}
#company-contacts .location .map form {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #111111;
  background-color: rgba(17, 17, 17, 0.66);
  padding: 10px;
}
#company-contacts .location .map input {
  float: left;
}
#company-contacts .location .map input[type="text"] {
  width: 210px;
  margin: 0 5px 0 0;
}
#company-contacts .financials {
  color: #666;
}
#company-contacts .financials .page-peel-overlay .content {
  margin-top: 70px;
  text-align: center;
}
#company-contacts .financials table th,
#company-contacts .financials table td {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39461538em;
  margin-bottom: 1.53846154em;
  border-top: 0px;
  padding: 3px;
}
#company-contacts .financials table th:first-child,
#company-contacts .financials table td:first-child {
  padding-left: 20px;
}
#company-contacts .financials table th.pad,
#company-contacts .financials table td.pad {
  padding-right: 20px;
}
#company-contacts .financials table tr:hover th,
#company-contacts .financials table tr:hover td {
  background-color: inherit;
}
#company-contacts .financials table tr:nth-child(odd) {
  background-color: #e6e6e6;
}
#company-contacts .financials table tr:first-child {
  background-color: white;
}
#company-contacts .financials table td.datum,
#company-contacts .financials table th.datum {
  text-align: right;
}
#company-contacts .financials table td.datum.turnover,
#company-contacts .financials table th.datum.turnover {
  font-weight: bold;
}
#company-contacts .financials table td.datum.turnover-percentage,
#company-contacts .financials table th.datum.turnover-percentage,
#company-contacts .financials table td.datum.operating-profit,
#company-contacts .financials table th.datum.operating-profit,
#company-contacts .financials table td.datum.operating-margin,
#company-contacts .financials table th.datum.operating-margin {
  color: #6cc24a;
  font-weight: bold;
}
#company-contacts .financials table td.datum.turnover-percentage.negative,
#company-contacts .financials table th.datum.turnover-percentage.negative,
#company-contacts .financials table td.datum.operating-profit.negative,
#company-contacts .financials table th.datum.operating-profit.negative,
#company-contacts .financials table td.datum.operating-margin.negative,
#company-contacts .financials table th.datum.operating-margin.negative {
  color: #f9423a;
}
#company-contacts .chart {
  position: relative;
  margin-top: 20px;
}
#company-contacts .chart .label {
  position: absolute;
  display: inline-block;
  left: 0px;
  width: 100%;
  margin-top: -10px;
}
#company-contacts .chart .label.turnover {
  color: #f9423a;
}
#company-contacts .chart .labels {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 20%;
}
#company-contacts .chart .labels.left {
  text-align: right;
  left: -21%;
}
#company-contacts .chart .labels.right {
  text-align: left;
  left: 101%;
}
#company-contacts .chart .gridline {
  position: absolute;
  left: 0px;
  width: 100%;
}
#company-contacts .chart .gridline.major {
  border-top: 1px solid #bfbfbf;
}
#company-contacts .chart .gridline.minor {
  border-top: 1px solid #e6e6e6;
}
#company-contacts .chart .series {
  height: 100%;
}
#company-contacts .chart .datum {
  height: 100%;
  float: left;
  position: relative;
  padding: 0px 3% 0px 1%;
  box-sizing: border-box;
}
#company-contacts .chart .datum .series {
  position: absolute;
}
#company-contacts .chart .datum .series.turnover {
  width: 70%;
  text-align: center;
  background-color: #f9423a;
}
#company-contacts .chart .datum .series.personnel {
  left: 75%;
  width: 25%;
  background-image: url('../img/graph-person.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.carousel {
  width: 100%;
  overflow: hidden;
  height: 377px;
  position: relative;
  margin: 0 0 30px 0;
}
.carousel .carousel-inner {
  *zoom: 1;
  width: 10000px;
  height: 100%;
  position: relative;
  left: 0;
  margin-left: 0;
  -webkit-transition: left 0.3s linear, margin-left 0.3s linear;
  -moz-transition: left 0.3s linear, margin-left 0.3s linear;
  -ms-transition: left 0.3s linear, margin-left 0.3s linear;
  -o-transition: left 0.3s linear, margin-left 0.3s linear;
  transition: left 0.3s linear, margin-left 0.3s linear;
}
.carousel .carousel-inner:before,
.carousel .carousel-inner:after {
  display: table;
  content: "";
}
.carousel .carousel-inner:after {
  clear: both;
}
.carousel .carousel-inner:before,
.carousel .carousel-inner:after {
  content: "";
  display: table;
}
.carousel .carousel-inner:after {
  clear: both;
}
.carousel.has-next .carousel-inner,
.carousel.has-prev .carousel-inner {
  background-color: #000000;
}
.carousel.has-prev .carousel-inner {
  margin-left: 160px;
}
.carousel.has-prev.has-next .carousel-inner {
  margin-left: 80px;
}
.carousel .carousel-control {
  position: absolute;
  top: 50%;
  font-size: 120px;
  font-size: 12rem;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #ffffff;
  text-decoration: none;
  display: none;
  margin-top: -20px;
  z-index: 200;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel .carousel-control.left {
  left: 15px;
}
.carousel .carousel-control.right {
  right: 15px;
}
.carousel.has-next .carousel-control.right,
.carousel.has-prev .carousel-control.left {
  display: block;
}
.carousel .item {
  background-color: white;
  height: 100%;
  width: 580px;
  display: inline;
  float: left;
  position: relative;
  opacity: 0.25;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.carousel .item .wrap {
  display: table-cell;
  width: 580px;
  height: 377px;
  vertical-align: middle;
}
.carousel .item img {
  display: block;
  max-width: 580px;
  max-height: 377px;
  margin: 0 auto;
}
.carousel .item.active {
  opacity: 1;
}
.carousel .item:only-child {
  margin-left: 80px;
}
#company-related {
  margin: 0 0 15px 0;
  position: relative;
}
#company-related figure.logo {
  padding: 0;
  margin: 0 2px 0 5px;
  float: right;
  display: inline;
  text-align: center;
}
#company-related figure.logo img {
  margin: 0;
  padding: 0;
  max-width: 100px;
  max-height: 65px;
}
#company-related section {
  margin: 0 0 10px 0;
}
#company-related section h2 {
  padding: 0;
  margin: 0 0 8px 0;
  font-family: FonectaMediumItalic;
}
#company-related section p {
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0;
}
#company-related section div {
  margin: 0;
  padding: 0;
}
#company-related section div.has-icon {
  padding: 15px 0 15px 55px;
  position: relative;
  vertical-align: middle;
  border-top: 1px solid #e6e6e6;
}
#company-related section div.has-icon:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 5px;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
}
#company-related section div.has-icon.phone {
  overflow: hidden;
}
#company-related section div.has-icon.phone:before {
  background-image: url('../img/phone@2x.png');
}
#company-related section div.has-icon.clock:before {
  background-image: url('../img/clock@2x.png');
}
#company-related section div.has-icon.internet:before {
  background-image: url('../img/globe@2x.png');
}
#company-related section div.has-icon.address {
  font-weight: bold;
}
#company-related section div.has-icon.address a {
  color: #444;
}
#company-related section div.has-icon.address:before {
  background-image: url('../img/map@2x.png');
}
#business-hours h3 {
  color: #333;
  font-size: 18px;
  padding: 0 0 0 20px;
}
#business-hours h4 {
  font-size: 16px;
  color: #F9423A;
  margin: 0 0 10px 0;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #bfbfbf;
}
#business-hours dl {
  *zoom: 1;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 20px 0 20px;
}
#business-hours dl:before,
#business-hours dl:after {
  display: table;
  content: "";
}
#business-hours dl:after {
  clear: both;
}
#business-hours dl:before,
#business-hours dl:after {
  content: "";
  display: table;
}
#business-hours dl:after {
  clear: both;
}
#business-hours dt {
  float: left;
  clear: left;
  display: inline;
  width: 30%;
}
#business-hours dd {
  float: left;
  display: inline;
  width: 70%;
  margin: 0;
}
.mq-alt #company-related {
  *zoom: 1;
  margin-bottom: 20px;
}
.mq-alt #company-related:before,
.mq-alt #company-related:after {
  display: table;
  content: "";
}
.mq-alt #company-related:after {
  clear: both;
}
.mq-alt #company-related:before,
.mq-alt #company-related:after {
  content: "";
  display: table;
}
.mq-alt #company-related:after {
  clear: both;
}
.mq-alt #company-related h2 {
  margin-left: 0;
  margin-right: 0;
}
.mq-alt #company-related section {
  display: inline;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
.mq-alt #company-related section:nth-child(2n+1) {
  margin-right: 2%;
  clear: left;
}
.mq-alt #company-related div.pins {
  margin: 14px 6px;
  width: 182px;
}
.mq-alt #company-related div.pins:hover {
  background-color: #e6e6e6;
}
.mq-alt #company-related .sponsored {
  border: none;
  *zoom: 1;
  margin: 10px 0;
  padding: 0;
}
.mq-alt #company-related .sponsored:before,
.mq-alt #company-related .sponsored:after {
  display: table;
  content: "";
}
.mq-alt #company-related .sponsored:after {
  clear: both;
}
.mq-alt #company-related .sponsored:before,
.mq-alt #company-related .sponsored:after {
  content: "";
  display: table;
}
.mq-alt #company-related .sponsored:after {
  clear: both;
}
.mq-alt #company-related .sponsored a {
  background-color: transparent;
  display: inline;
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  padding-right: 20px;
}
.mq-alt #company-related .sponsored a:last-child {
  padding-right: 0;
}
#suggested-companies {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
#suggested-companies h1,
#suggested-companies h2 {
  font-family: FonectaMediumItalic;
}
#suggested-companies .wrapper {
  padding: 0;
  margin: 0 2% 20px 0;
  width: 23%;
  min-width: 275px;
  vertical-align: top;
  display: inline-block;
}
#suggested-companies .wrapper .suggested-company {
  margin: 0;
  padding: 0;
  width: 275px;
  min-height: 200px;
  font-size: 16px;
}
#suggested-companies .wrapper .suggested-company .company-image {
  width: auto;
  height: 155px;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #e6e6e6;
}
#suggested-companies .wrapper .suggested-company .company-image img {
  width: auto;
  height: 155px;
  margin: 0;
}
#suggested-companies .wrapper .suggested-company h4 {
  margin: 0;
  font-size: 16px;
}
#suggested-companies .wrapper .suggested-company a {
  color: #444;
}
#suggested-companies .wrapper .suggested-company .companylink {
  padding: 5px;
  margin: 5px 0 0 0;
  border-radius: 3px;
  text-align: center;
  font-family: FonectaMediumItalic;
  font-size: 16px;
  color: #f9423a;
  background: #F6F6F6;
  display: inline-block;
}
#suggested-companies .wrapper .call-to-advertise {
  color: #444;
  background: #F6F6F6;
  text-align: center;
  height: 155px;
  font-family: FonectaMediumItalic;
  border-radius: 2px;
  border: 2px solid #F6F6F6;
}
#suggested-companies .wrapper .call-to-advertise h3 {
  font-size: 20px;
  padding: 30px 0 0 0;
}
#suggested-companies .wrapper .call-to-advertise a {
  color: #fff;
  background: #f9423a;
  padding: 5px;
  font-size: 18px;
  border-radius: 3px;
}
#suggested-companies .wrapper:last-child {
  margin: 0 0 20px 0;
}
#profile-content {
  width: 740px;
  font-size: 16px;
}
#profile-content h1,
#profile-content h2 {
  font-family: FonectaMediumItalic;
}
#profile-content h3 {
  font-size: 18px;
}
#profile-content section {
  margin: 0 0 40px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
#profile-content section:last-child {
  border: 0;
}
#profile-content .description {
  color: #444;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.135em;
}
#profile-content .description p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.135em;
  margin-bottom: 0.625em;
}
#profile-content .description.shorten p ~ * {
  display: none;
}
#profile-content .description.shorten a.more {
  margin-left: 0.5em;
}
#profile-content .story {
  overflow: hidden;
}
#profile-content .story h2 {
  margin: 0 0 20px 0;
}
#profile-content .story .story-image {
  float: left;
  margin: 0 20px 10px 0;
}
#profile-content .story .story-image img {
  width: 130px;
  height: auto;
}
#profile-content .story .story-text {
  margin: 3px 0 0 0;
}
#profile-content .story .story-text p {
  font-size: 1.6rem;
  margin: 0 0 5px 0;
}
#profile-content .additional .yp-data h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.135em;
  margin-bottom: 0.375em;
}
#profile-content .additional .yp-data p,
#profile-content .additional .yp-data ul {
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.135em;
  margin-bottom: 1.25em;
  color: #333;
}
#profile-content .additional .yp-data ul {
  list-style-position: inside;
}
#profile-content .additional ul.additional-contact-info {
  margin: 0 -5px;
  padding: 0;
}
#profile-content .additional ul.additional-contact-info li {
  display: block;
  clear: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px;
}
#profile-content .additional ul.additional-contact-info li:last-child {
  border-bottom: none;
}
#profile-content .additional ul.additional-contact-info li.hidden {
  display: none !important;
  visibility: hidden;
}
#profile-content .additional ul.additional-contact-info .phone {
  display: inline;
  float: right;
  font-weight: bold;
}
#profile-content section.ratings .osuma-score {
  margin: 0 0 20px 0;
}
#profile-content section.ratings .rate {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: -5px 0 0 50px;
  padding: 10px 0 10px 50px;
  border-left: 1px solid #e6e6e6;
}
#profile-content section.ratings .nps {
  color: #888;
  font-size: 18px;
  font-family: FonectaMediumItalic;
}
#profile-content section.ratings .score {
  font-size: 32px;
  font-weight: bold;
  color: #6cc24a;
}
#profile-content section.ratings .score-comment {
  margin-left: 40px;
}
#profile-content section.ratings article {
  margin: 0;
  padding: 30px 0 30px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.14333333em;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
}
#profile-content section.ratings article .author {
  margin: 0 10px 0 0;
  width: 15%;
  font-weight: bold;
  float: left;
}
#profile-content section.ratings article .comment {
  width: 80%;
  float: left;
}
#profile-content section.ratings a {
  color: #6cc24a;
}
#profile-content section.food-menus:before {
  background-position: -210px -277px;
  height: 50px;
  margin-left: 3px;
}
#profile-content section.food-menus ul {
  padding: 0;
  margin: -3px 0 0;
  font-weight: bold;
}
#profile-content section.food-menus li {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.135em;
  margin-bottom: 0.1875em;
}
#profile-related {
  color: #444;
  margin: 0 0 30px 0 !important;
}
#profile-related h1,
#profile-related h2 {
  font-family: FonectaMediumItalic;
}
#profile-related section {
  font-size: 16px;
  font-size: 1.6pxrem;
  margin: 0 0 40px 0;
}
#profile-related section p {
  font-size: inherit;
}
#profile-related section.group-companies h2 {
  margin-bottom: 20px;
}
#profile-related section.group-companies h3 {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.135em;
  margin-bottom: 0.1875em;
  font-weight: bold;
}
#profile-related section.group-companies h3 a {
  color: #333;
}
#profile-related section.group-companies ul {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.135em;
}
#profile-related section.group-companies li {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 20px 0;
}
#profile-related section.group-companies span.address {
  display: block;
}
#profile-related section.group-companies span.phone {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
#profile-related section.group-companies .show-all {
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 10px;
}
#profile-related section.group-companies .show-all .count {
  font-weight: normal;
}
#profile-related section.virtual-tour img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  height: auto;
}
#profile-related section.virtual-tour .btn {
  margin: 0 auto;
  width: 120px;
  position: relative;
  display: block;
  top: -110px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#profile-related section.oma-fonecta {
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: bold;
  border-top: 1px solid #e6e6e6;
}
#profile-related section.oma-fonecta footer {
  padding-top: 2em;
}
#profile-related section.oma-fonecta footer h4 {
  font-size: 15px;
  margin: 0 0 5px 0;
}
#profile-related section.oma-fonecta.has-icon {
  min-height: 85px;
  padding-left: 85px;
  position: relative;
}
#profile-related section.oma-fonecta.has-icon:before {
  content: '';
  position: absolute;
  top: 45px;
  left: 20px;
  width: 40px;
  height: 39px;
}
#profile-related section.oma-fonecta.has-icon.edit:before {
  top: 29px;
  background-image: url('../img/main-sprite.png');
  background-position: -217px -327px;
}
#profile-related section.oma-fonecta.has-icon.homepage-builder:before {
  top: 30px;
  background-image: url('../img/main-sprite.png');
  background-position: -215px -364px;
}
#profile-related section.oma-fonecta.has-icon h2 {
  margin-left: -85px;
  margin-right: 0;
}
.additional-contacts-yp h1 {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 20px;
  margin-bottom: 20px;
}
.additional-contacts-yp h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 20px;
  margin-bottom: 5px;
}
.additional-contacts-yp h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #f9423a;
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: 8px;
}
.additional-contacts-yp h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: 7px;
}
.additional-contacts-yp a {
  text-decoration: underline;
  color: #272727;
  cursor: pointer;
}
.additional-contacts-yp a:visited {
  color: #272727;
}
.additional-contacts-yp a:hover {
  text-decoration: underline;
  color: #272727;
}
.additional-contacts-yp a:focus {
  outline: thin dotted;
  color: #272727;
}
.additional-contacts-yp a:hover,
.additional-contacts-yp a:active {
  outline: 0;
}
.additional-contacts-yp dl {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39461538em;
  margin-bottom: 0em;
  *zoom: 1;
  display: table;
}
.additional-contacts-yp dl:before,
.additional-contacts-yp dl:after {
  display: table;
  content: "";
}
.additional-contacts-yp dl:after {
  clear: both;
}
.additional-contacts-yp dl:before,
.additional-contacts-yp dl:after {
  content: "";
  display: table;
}
.additional-contacts-yp dl:after {
  clear: both;
}
.additional-contacts-yp dd,
.additional-contacts-yp dt {
  display: table-cell;
}
.additional-contacts-yp dd {
  padding: 0 0 3px 0px;
}
.additional-contacts-yp dt {
  font-weight: normal;
  color: #272727;
  width: 210px;
  padding: 0 0px 3px 20px;
}
.additional-contacts-yp .tel {
  font-weight: bold;
}
#oma-info {
  margin-left: 30px;
  margin-right: 35px;
  padding-right: 35px;
  padding-top: 15px;
}
#oma-info h1 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #666;
  letter-spacing: -1px;
  margin-top: 1em;
}
#oma-info aside.computer-image {
  float: right;
  width: 50%;
  height: 500px;
  background-image: url("../img/oma-fonecta.png");
  background-repeat: no-repeat;
}
#oma-info .btn-oma {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1em 4em;
  display: inline-block;
  color: white;
  font-family: FonectaBold, "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  margin-right: 1em;
}
#oma-info .btn-oma.btn-green {
  background-color: #6cc24a;
}
#oma-info .btn-oma.btn-yellow {
  background-color: #ffcd00;
}
body.wp [role="banner"] {
  background-color: #01bfb3;
  background-image: none;
}
body.wp section > header {
  border-bottom: 2px solid #ccc;
  padding: 5px 5px 8px;
}
body.wp section > header h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.21em;
  margin-bottom: 0.26666667em;
  color: #999;
}
#wp-results-page {
  margin-top: 15px;
}
body.addressbook h1.title {
  font-family: FonectaBold;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.39888889em;
  letter-spacing: -1px;
  color: #999;
  border-bottom: 2px solid #ccc;
  padding: 0 20px 10px 80px;
  margin: 25px 0 10px;
  position: relative;
}
body.addressbook h1.title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 50px;
  height: 50px;
  background-image: url('../img/main-sprite.png');
  background-position: -316px -261px;
}
#wp-filters .count {
  color: #999;
  font-weight: normal;
}
#wp-filters .disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.26em;
  color: #666;
  padding-top: 12px;
}
#wp-filters .disclaimer h3 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
#wp-filters .disclaimer p {
  font-size: 13px;
  font-size: 1.3rem;
}
#wp-filters .disclaimer p a {
  color: #f9423a;
}
@media only screen and (max-width: 991px) {
  #wp-results-page {
    margin-top: 0;
  }
  #wp-browser {
    margin-top: 10px;
  }
  body.addressbook h1.title {
    margin-bottom: 0;
  }
  #wp-filters {
    position: relative;
    padding: 3px 10px;
    border-bottom: 1px solid #ddd;
    *zoom: 1;
    background-color: #f7f7f7;
  }
  #wp-filters:before,
  #wp-filters:after {
    display: table;
    content: "";
  }
  #wp-filters:after {
    clear: both;
  }
  #wp-filters:before,
  #wp-filters:after {
    content: "";
    display: table;
  }
  #wp-filters:after {
    clear: both;
  }
  #wp-filters .filter {
    display: inline;
    float: left;
  }
  #wp-filters .filter h2 {
    padding: 5px 10px 5px 36px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.54846154em;
    margin-bottom: 0em;
    color: #f9423a;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;
  }
  #wp-filters .filter h2:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 10px;
    background-image: url('../img/main-sprite.png');
    background-position: -240px -202px;
    width: 20px;
    height: 20px;
  }
  #wp-filters .filter:nth-child(1n+2) {
    border-left: 1px solid #ddd;
  }
  #wp-filters .filter.open > header {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #wp-filters .filter.open > header h2 {
    background-color: #ffffff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    z-index: 10000;
    position: relative;
  }
  #wp-filters .filter.open > header h2:before {
    background-position: -240px -222px;
  }
  #wp-filters .filter.open .dropdown-menu {
    margin-top: 0;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
  }
  #wp-filters ul:not(.dropdown-menu) {
    display: none;
  }
  #wp-filters .disclaimer {
    padding: 10px 15px;
    width: 300px;
  }
  #wp-filters .disclaimer p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #wp-filters .disclaimer p a {
    color: #f9423a;
  }
}
#wp-browser {
  display: inline;
  float: left;
  position: relative;
}
#wp-browser > div {
  display: inline;
  float: left;
}
#wp-browser > div.list {
  width: 335px;
  padding: 12px 12px 0;
  border-right: 1px solid #ddd;
  position: relative;
  display: inline;
  float: left;
}
#wp-browser > div.list:before {
  content: '';
  position: absolute;
  top: 0;
  right: -11px;
  width: 10px;
  height: 100%;
  background-color: white 10px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f2f2f2), to(white 10px));
  background-image: -webkit-linear-gradient(left, #f2f2f2, white 10px);
  background-image: -moz-linear-gradient(left, #f2f2f2, white 10px);
  background-image: -ms-linear-gradient(left, #f2f2f2, white 10px);
  background-image: -o-linear-gradient(left, #f2f2f2, white 10px);
  background-image: linear-gradient(left, #f2f2f2, white 10px);
  background-repeat: repeat-x;
}
#wp-browser > div.list:after {
  content: '';
  position: absolute;
  top: 0;
  right: -11px;
  height: 50px;
  width: 10px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-color: rgba(255, 255, 255, 0);
  background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
}
#wp-browser > div.item {
  width: 390px;
  margin: 3px 8px 10px 10px;
  position: relative;
  padding-top: 10px;
}
#wp-results {
  padding-bottom: 20px;
  min-height: 500px;
}
#wp-results > header {
  *zoom: 1;
}
#wp-results > header .alert {
  z-index: 2000;
  position: absolute;
  top: -122px;
  left: 80%;
  width: 380px;
  margin-left: -175px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#wp-results > header .alert h4 {
  font-size: 14px;
}
#wp-results > header .alert:after {
  content: '';
  position: absolute;
  left: 50%;
  border-top: 20px solid #666666;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin-left: -20px;
  bottom: -20px;
}
#wp-results > header .alert a.close {
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}
#wp-results > header:before,
#wp-results > header:after {
  display: table;
  content: "";
}
#wp-results > header:after {
  clear: both;
}
#wp-results > header:before,
#wp-results > header:after {
  content: "";
  display: table;
}
#wp-results > header:after {
  clear: both;
}
#wp-results > header .btn-addressbook-sync-all {
  text-transform: none;
}
#wp-results > header .btn-addressbook-sync-all i {
  font-size: 18px;
  font-weight: normal;
  margin-right: 10px;
}
#wp-results > header nav {
  display: inline;
  float: right;
  margin-left: 1em;
}
#wp-results > header nav ul {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.54846154em;
  font-weight: bold;
}
#wp-results > header nav li {
  display: inline;
  margin-left: 0.46153846;
}
#wp-results > header nav li.active {
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 8px;
}
#wp-results > header nav li.active a {
  color: #999;
  text-shadow: 0 1px 0 #ffffff;
}
#wp-results .alert {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 200px;
}
#wp-results .alert:before {
  top: 30px;
}
#wp-results .listing li {
  display: block;
  position: relative;
  padding: 4px 0;
  border-bottom: 1px solid #ddd;
}
#wp-results .addressbook-sync-buttons {
  float: right;
  margin-top: -44px;
  margin-right: 5px;
}
#wp-results .btn-addressbook-sync i {
  font-size: 18px;
}
#wp-results .btn-addressbook-apply {
  color: #5BB75B;
}
#wp-results .contact {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.34333333em;
  padding: 12px 15px 12px 55px;
  display: block;
  text-decoration: none;
  color: #333;
}
#wp-results .contact figure.photo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  background-image: url('../img/main-sprite.png');
  background-position: -210px -217px;
}
#wp-results .contact figure.photo.has-photo {
  background-color: #ffffff;
  background-image: none;
  padding: 1px;
  border: 1px solid #ddd;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
#wp-results .contact.org figure.photo {
  background-position: -210px -247px;
}
#wp-results .contact h3 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  color: #666;
}
#wp-results .contact h3 .hide {
  width: 13.5em;
}
#wp-results .contact .hide {
  background-color: #9d9d9d;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  height: 19px;
}
#wp-results .contact .address {
  font-size: 13px;
  font-size: 1.3rem;
  color: #272727;
  display: block;
}
#wp-results .contact .address .hide {
  width: 3.5em;
}
#wp-results .contact .phone {
  display: block;
}
#wp-results .contact .phone .hide {
  width: 10em;
}
#wp-results .contact .changed {
  font-size: 12px;
  font-size: 1.2rem;
  width: 60%;
  margin-bottom: 2px;
  background-color: #666;
  color: #f2f2f2;
  padding: 5px 10px;
}
#wp-results .contact img.logo {
  max-height: 50px;
  margin-top: 8px;
  display: block;
}
#wp-results .contact.removed {
  background-image: url('../img/grid.png');
  -webkit-background-size: 8px;
  -moz-background-size: 8px;
  -o-background-size: 8px;
  background-size: 8px;
  opacity: 0.25;
}
#wp-results a.contact.active,
#wp-results a.contact:hover,
#wp-results a.contact:active {
  background-color: #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#wp-results a.contact h3 {
  color: #f9423a;
}
#wp-profile {
  background-color: #ffffff;
  position: relative;
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
#wp-profile .arrow {
  top: 45px;
  left: -30px;
}
#wp-profile > header {
  border-bottom-width: 1px;
  padding: 0 0 15px 110px;
  position: relative;
  min-height: 80px;
}
#wp-profile > header figure {
  position: absolute;
  top: 0;
  left: 5px;
  width: 80px;
  height: 80px;
}
#wp-profile > header figure img {
  display: block;
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto;
}
#wp-profile > header figure.no-photo {
  background-color: #e1e1e1;
  background-image: url('../img/main-sprite.png');
  background-position: -316px -21px;
}
#wp-profile > header hgroup {
  padding-top: 40px;
}
#wp-profile > header hgroup h2 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.08692308em;
  margin-bottom: 0em;
  color: #333;
  font-weight: normal;
}
#wp-profile > header hgroup .extended {
  padding-top: 10px;
}
#wp-profile.org > header figure.no-photo {
  background-position: -316px -101px;
}
#wp-profile .contact-info {
  padding-left: 116px;
  margin-top: 15px;
}
#wp-profile .contact-info a {
  text-decoration: underline;
  color: #272727;
  cursor: pointer;
}
#wp-profile .contact-info a:visited {
  color: #272727;
}
#wp-profile .contact-info a:hover {
  text-decoration: underline;
  color: #272727;
}
#wp-profile .contact-info a:focus {
  outline: thin dotted;
  color: #272727;
}
#wp-profile .contact-info a:hover,
#wp-profile .contact-info a:active {
  outline: 0;
}
#wp-profile .contact-info dl {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39461538em;
  margin-bottom: 0em;
  *zoom: 1;
}
#wp-profile .contact-info dl:before,
#wp-profile .contact-info dl:after {
  display: table;
  content: "";
}
#wp-profile .contact-info dl:after {
  clear: both;
}
#wp-profile .contact-info dl:before,
#wp-profile .contact-info dl:after {
  content: "";
  display: table;
}
#wp-profile .contact-info dl:after {
  clear: both;
}
#wp-profile .contact-info dd,
#wp-profile .contact-info dt {
  display: inline;
  float: left;
  margin: 0 0 5px;
}
#wp-profile .contact-info dt {
  font-weight: normal;
  color: #272727;
  margin-left: -116px;
  width: 90px;
  clear: left;
}
#wp-profile .contact-info .tel {
  color: #333;
  font-weight: bold;
}
#wp-profile .contact-info .opentimes {
  font-weight: normal;
}
#wp-profile .contact-info span.owner {
  display: block;
  color: #999;
}
#wp-profile .contact-info ul {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.16384615em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#wp-profile .contact-info ul li {
  display: inline;
  border-right: 1px solid #ddd;
  padding-right: 0.61538462;
  margin-right: 0.30769231;
}
#wp-profile .contact-info ul li:last-child {
  border-right: none;
}
#wp-profile .contact-info nav.actions {
  *zoom: 1;
  margin-top: 10px;
  margin-left: -116px;
}
#wp-profile .contact-info nav.actions:before,
#wp-profile .contact-info nav.actions:after {
  display: table;
  content: "";
}
#wp-profile .contact-info nav.actions:after {
  clear: both;
}
#wp-profile .contact-info nav.actions:before,
#wp-profile .contact-info nav.actions:after {
  content: "";
  display: table;
}
#wp-profile .contact-info nav.actions:after {
  clear: both;
}
#wp-profile .contact-info nav.actions a {
  text-decoration: none;
  color: #f9423a;
  cursor: pointer;
}
#wp-profile .contact-info nav.actions a:visited {
  color: #f9423a;
}
#wp-profile .contact-info nav.actions a:hover {
  text-decoration: underline;
  color: #f9423a;
}
#wp-profile .contact-info nav.actions a:focus {
  outline: thin dotted;
  color: #f9423a;
}
#wp-profile .contact-info nav.actions a:hover,
#wp-profile .contact-info nav.actions a:active {
  outline: 0;
}
#wp-profile .contact-info nav.actions .btn {
  padding: 13px 45px 12px 10px;
  position: relative;
  text-transform: none;
  margin: 10px 5px 0 0;
  display: inline;
  float: left;
  width: 120px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#wp-profile .contact-info nav.actions .btn:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 12px;
  width: 40px;
  height: 44px;
  background-image: url('../img/main-sprite.png');
  background-position: -316px -181px;
}
#wp-profile .contact-info nav.actions .btn-addressbook-add:before {
  background-position: -356px -181px;
}
#wp-profile .contact-info nav.actions .btn-addressbook-remove {
  padding-left: 38px;
  padding-right: 10px;
  width: 130px;
  display: none;
}
#wp-profile .contact-info nav.actions .btn-addressbook-remove:before {
  background-position: -240px -242px;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 12px;
}
#wp-profile .contact-info h4 {
  margin-left: -116px;
  margin-top: 20px;
}
#wp-profile .contact-info h4 a {
  text-decoration: underline;
  color: #f9423a;
  cursor: pointer;
}
#wp-profile .contact-info h4 a:visited {
  color: #f9423a;
}
#wp-profile .contact-info h4 a:hover {
  text-decoration: underline;
  color: #f9423a;
}
#wp-profile .contact-info h4 a:focus {
  outline: thin dotted;
  color: #f9423a;
}
#wp-profile .contact-info h4 a:hover,
#wp-profile .contact-info h4 a:active {
  outline: 0;
}
#wp-profile .send-box {
  margin-top: 25px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff3c0), to(#ffeda4));
  background-image: -webkit-linear-gradient(top, #fff3c0, #ffeda4);
  background-color: #ffeda4;
  background-image: -moz-linear-gradient(top, #fff3c0, #ffeda4);
  background-image: -ms-linear-gradient(top, #fff3c0, #ffeda4);
  background-image: -o-linear-gradient(top, #fff3c0, #ffeda4);
  background-image: linear-gradient(top, #fff3c0, #ffeda4);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  position: relative;
}
#wp-profile .send-box:before,
#wp-profile .send-box:after {
  display: table;
  content: "";
}
#wp-profile .send-box:after {
  clear: both;
}
#wp-profile .send-box:before,
#wp-profile .send-box:after {
  content: "";
  display: table;
}
#wp-profile .send-box:after {
  clear: both;
}
#wp-profile .send-box h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.15285714em;
  margin: 0;
  position: absolute;
  top: -70px;
  left: 0;
  width: 60px;
}
#wp-profile .send-box h3:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 36px;
  top: 36px;
  left: 8px;
  background-image: url('../img/main-sprite.png');
  background-position: -316px -225px;
}
#wp-profile .send-box .item {
  display: inline;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39461538em;
}
#wp-profile .send-box .item:nth-of-type(2n) {
  border-left: 1px solid #ffcd00;
}
#wp-profile .send-box .item:nth-of-type(n+3) {
  border-top: 1px solid #ffcd00;
}
#wp-profile .send-box h4 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39461538em;
  margin-bottom: 0.23076923em;
}
#wp-profile .send-box ul {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
#wp-profile .send-box li {
  display: block;
}
#wp-profile.in-addressbook nav.actions .btn-addressbook-remove {
  display: block;
}
#wp-profile.in-addressbook nav.actions .btn-addressbook-add {
  display: none;
}
#wp-profile .removed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
#wp-profile .removed .alert {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  margin-left: -190px;
  margin-top: -50px;
}
#wp-profile .removed .alert a {
  font-weight: bold;
}
#additional-info-modal ul {
  margin-left: 0;
}
.no-results-banner {
  padding: 30px 30px 35px 160px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #666;
  position: relative;
  min-height: 150px;
}
.no-results-banner p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.21em;
  margin-bottom: 0.66666667em;
}
.no-results-banner a {
  font-size: 13px;
  font-size: 1.3rem;
}
.no-results-banner img {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 135px;
  height: 185px;
}
#sms-counter-container {
  float: right;
}
#sms-message {
  border: 1px solid #ddd;
}
#sms-verify-email-modal #email {
  width: 60%;
}
#sms-verify-email-modal #mobile {
  width: 60%;
}
.hidden {
  display: none;
}
#livechat-full {
  height: 400px !important;
}
.chat {
  padding: 10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #666;
  position: relative;
  background: #F9423a;
}
.chat iframe {
  width: 100%;
}
.chat-outer-banner {
  height: 420px;
  background: #FFFFFF;
  background-image: url("../img/02-logo.png");
  background-repeat: no-repeat;
  background-position: 96% 6%;
}
.chat-outer-banner .chat-inner-banner {
  background: #F9423a;
  position: absolute;
  top: 10px;
}
.chat-outer-banner .chat-texts {
  text-align: center;
  height: 100%;
}
.chat-outer-banner .chat-texts .chat-operator {
  height: 48%;
  padding: 45px 0 15px;
  z-index: 2;
  position: relative;
}
.chat-outer-banner .chat-texts .chat-operator.alternate {
  height: 56%;
  padding-top: 11px;
}
.chat-outer-banner .chat-texts p {
  margin-bottom: 0.3em;
}
.chat-outer-banner .chat-texts .btn-primary {
  background-color: #81D471;
  margin-top: 10px;
}
.chat-outer-banner .chat-alternate-texts {
  position: relative;
  padding: 150px 0 0 25%;
  font-family: Courier, monospace;
  z-index: 2;
}
.chat-outer-banner .chat-alternate-texts .header {
  font-size: 22px;
  display: none;
}
.chat-outer-banner .chat-alternate-texts p {
  margin-bottom: 0.3em;
}
.chat-outer-banner .chat-alternate-texts a {
  color: #F9423a;
  font-size: 16px;
  display: none;
}
@-webkit-keyframes shrink {
  from {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.5);
  }
  85% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
}
.add-to-addressbook-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url('../img/main-sprite.png');
  background-position: -316px -261px;
  -webkit-animation: shrink 1000ms linear;
  opacity: 0;
}
#wp-results-page {
  margin-bottom: 24px;
}
#user-wp-pay {
  *zoom: 1;
  max-width: 400px;
  background-color: #f0f0f0;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-shadow: 0 1px 0 #ffffff;
  max-width: none;
  margin: 0;
}
#user-wp-pay:before,
#user-wp-pay:after {
  display: table;
  content: "";
}
#user-wp-pay:after {
  clear: both;
}
#user-wp-pay:before,
#user-wp-pay:after {
  content: "";
  display: table;
}
#user-wp-pay:after {
  clear: both;
}
#user-wp-pay:before {
  content: '';
  border-right: 25px solid #f0f0f0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 45px;
  left: -25px;
}
#user-wp-pay form {
  margin: 0;
  padding: 10px 0px 25px;
}
#user-wp-pay h2 {
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.01em;
  margin-bottom: 0.75em;
  margin-top: 10px;
}
#user-wp-pay .btn-wp-pay {
  background-color: #FF0000;
  background-image: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4) inset;
  color: #FFFFFF;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-weight: normal;
  width: 40%;
}
.addressbook-empty {
  width: 250px;
  margin: 100px auto 200px;
  padding-top: 30px;
  padding-bottom: 25px;
}
.additional-contacts {
  margin-top: 10px;
  margin-left: 0px;
  padding-top: 10px;
}
.additional-contacts h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
.additional-contacts h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #f9423a;
  margin-bottom: 6px;
  margin-top: 10px;
}
.additional-contacts h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 6px;
  margin-top: 4px;
}
.additional-contacts a {
  text-decoration: underline;
  color: #272727;
  cursor: pointer;
}
.additional-contacts a:visited {
  color: #272727;
}
.additional-contacts a:hover {
  text-decoration: underline;
  color: #272727;
}
.additional-contacts a:focus {
  outline: thin dotted;
  color: #272727;
}
.additional-contacts a:hover,
.additional-contacts a:active {
  outline: 0;
}
.additional-contacts dl {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39461538em;
  margin-bottom: 0em;
  *zoom: 1;
}
.additional-contacts dl:before,
.additional-contacts dl:after {
  display: table;
  content: "";
}
.additional-contacts dl:after {
  clear: both;
}
.additional-contacts dl:before,
.additional-contacts dl:after {
  content: "";
  display: table;
}
.additional-contacts dl:after {
  clear: both;
}
.additional-contacts dd,
.additional-contacts dt {
  display: inline;
  float: left;
  margin: 0 0 5px;
}
.additional-contacts dt {
  font-weight: normal;
  color: #272727;
  width: 220px;
  clear: left;
}
.additional-contacts .tel {
  font-weight: bold;
}
.vehicles .container {
  margin-left: auto;
  margin-right: auto;
}
.vehicles .vehicles-icon-info {
  position: relative;
}
.vehicles .vehicles-icon-info:before {
  content: '';
  width: 31px;
  height: 31px;
  background-image: url('../img/main-sprite.png');
  background-position: -312px -353px;
  display: block;
  margin: 10px 0 8px 0;
}
.vehicles .vehicles-icon-help-note:before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('../img/vehicles/icons/icon-note-red.png');
  background-repeat: no-repeat;
  padding-right: 4px;
  position: relative;
  top: 3px;
}
.vehicles #vehicles-browser > div.item.vehicles-login {
  padding-bottom: 2em;
}
.vehicles #recoup-payment-code input.mobile {
  border: 1px solid #999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vehicles #vehicles-search-history {
  *zoom: 1;
}
.vehicles #vehicles-search-history:before,
.vehicles #vehicles-search-history:after {
  display: table;
  content: "";
}
.vehicles #vehicles-search-history:after {
  clear: both;
}
.vehicles #vehicles-search-history:before,
.vehicles #vehicles-search-history:after {
  content: "";
  display: table;
}
.vehicles #vehicles-search-history:after {
  clear: both;
}
.vehicles #vehicles-search-history header {
  margin-bottom: 6px;
}
.vehicles #vehicles-search-history h2 {
  border-bottom: 2px solid #CCCCCC;
  font-size: 1.5rem;
  line-height: 1.21em;
  margin-bottom: 0.266667em;
  padding: 5px 5px 8px;
}
.vehicles #vehicles-search-history section {
  margin-bottom: 8px;
}
.vehicles #vehicles-search-history footer {
  border: 1px solid #41933F;
  padding: 0px 10px 0px 10px;
}
.vehicles #vehicles-search-history footer strong {
  display: block;
  padding-bottom: 2px;
}
.vehicles #vehicles-search-history footer p {
  margin-bottom: 10px;
}
.vehicles [role="banner"] {
  background-color: #404040;
  background-image: none;
  /*
        .branding {
            background-position: -158px 0;
        }*/
}
.vehicles [role="banner"] [role="search"]:before {
  background-position: -400px -96px;
}
.vehicles [role="banner"] .form-footer {
  color: #fff;
  margin: 25px 0 0 10px;
  padding: 0px 0px 8px 0px;
  font-size: 13px;
  font-size: 1.3pxrem;
}
section#error {
  display: block;
  width: 100%;
  margin: 2em 0px 2em 0px;
  height: 160px;
}
#vehicles-browser {
  display: table;
  position: relative;
  margin-bottom: 8px;
}
#vehicles-browser.verification > div.list {
  width: 680px;
}
#vehicles-browser.verification > div.item {
  width: 480px;
}
#vehicles-browser > div {
  display: table-cell;
  vertical-align: top;
}
#vehicles-browser > div.list {
  width: 240px;
  padding: 10px 12px 0;
  border-right: 1px solid #ddd;
  height: 100%;
  position: relative;
}
#vehicles-browser > div.list:after {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  height: 50px;
  width: 10px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-color: rgba(255, 255, 255, 0);
  background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
}
#vehicles-browser > div.list:before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background-color: white 10px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f2f2f2), to(white 10px));
  background-image: -webkit-linear-gradient(left, #f2f2f2, white 10px);
  background-image: -moz-linear-gradient(left, #f2f2f2, white 10px);
  background-image: -ms-linear-gradient(left, #f2f2f2, white 10px);
  background-image: -o-linear-gradient(left, #f2f2f2, white 10px);
  background-image: linear-gradient(left, #f2f2f2, white 10px);
  background-repeat: repeat-x;
}
#vehicles-browser > div.list ul {
  margin-bottom: 0px;
}
#vehicles-browser > div.list ul li {
  color: #999;
}
#vehicles-browser > div.list ul li a {
  color: #000;
}
#vehicles-browser > div.item {
  width: 700px;
  margin: 3px 8px 10px 10px;
  position: relative;
  padding-top: 10px;
}
@media only screen and (max-width: 860px) {
  body {
    min-width: 640px;
  }
  #vehicles-example-report-modal {
    max-width: 98%;
    margin-left: -49%;
    min-width: 640px;
  }
}
section.vehicles-search-query {
  text-align: center;
}
section.vehicles-search-query h4 {
  margin-bottom: 0;
  font-size: 1.4rem;
}
#vehicles-browser .item section {
  padding: 16px;
}
.vehicles-pay {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-top: 8px;
  width: 640px;
  margin: 10px;
  background-color: #fff;
}
.vehicles-pay header {
  text-align: center;
}
.vehicles-pay header .price {
  padding: 6px;
  background-color: #f0f0f0;
  margin-bottom: 1rem;
}
.vehicles-pay header p {
  margin-bottom: 0.4em;
}
.vehicles-pay section.title h4 {
  margin-bottom: 0;
}
.vehicles-pay .loader-result {
  margin-top: 20px;
}
.vehicles-pay button {
  margin-bottom: 10px;
}
.vehicles-pay section.vehicles-pay {
  padding: 0px;
}
.vehicles-pay .verkkomaksu-paymentProviders {
  margin-bottom: 16px;
}
.vehicles-pay .verkkomaksu-paymentProviders .verkkomaksu-paymentProvider {
  display: inline-block;
  padding-left: 4px;
}
.vehicles-pay .verkkomaksu-paymentProviders .verkkomaksu-paymentProvider:first-of-type {
  padding-left: 0;
}
.vehicles-pay .verkkomaksu-paymentProviders .verkkomaksu-paymentProvider:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}
.vehicles-pay .verkkomaksu-paymentProviders .verkkomaksu-paymentProvider:after {
  border-right: 1px solid #e0e0e0;
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.vehicles-pay .verkkomaksu-paymentProviders .verkkomaksu-paymentProvider img {
  padding-right: 8px;
}
.vehicles-pay .online-payments p {
  font-size: 12px;
}
.vehicles-pay .online-payments h5 {
  font-size: 12px;
  margin: 0.2em 0;
}
.vehicle-pay-box .btn.btn-pay {
  color: #ffffff;
  background-color: #f9423a;
  background-image: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.vehicle-pay-box .btn.btn-pay.btn.disabled,
.vehicle-pay-box .btn.btn-pay.btn[disabled] {
  background-color: #aaa;
}
.vehicle-pay-box .paymentType-input input {
  float: left;
  width: 44px;
  margin-top: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vehicle-pay-box .paymentType-input label {
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.vehicle-pay-box .paymentType-details {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 16px;
  padding-bottom: 0;
  margin-left: 44px;
  margin-top: 16px;
}
.vehicle-pay-box .paymentType-details ul {
  margin-left: 0;
  padding-left: 12px;
}
.vehicle-pay-box .paymentType-details input {
  display: block;
  width: 50%;
}
.vehicle-pay-box .paymentType-details:before {
  background-image: url("../img/vehicles/icons/vehicles-pay-box-caret.png");
  content: "";
  left: 8px;
  position: absolute;
  top: -15px;
  width: 16px;
  height: 15px;
}
.vehicle-pay-box form {
  margin-bottom: 4px;
}
.vehicle-pay-box input {
  border: 1px solid #ddd;
}
.vehicle-pay-box .alert {
  margin-top: 0px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: block;
  border: 1px solid orange;
}
.vehicle-pay-box + .vehicle-pay-box {
  padding-left: 8px;
  border: 0px;
}
#vehicles-search-history section {
  padding: 0px 0px 0px 12px;
}
#vehicles-search-history ul {
  list-style-type: none;
  padding: 0px;
  padding-left: 12px;
}
#vehicles-search-history li {
  position: relative;
  padding: 8px;
  line-height: 1.2;
  font-size: 12px;
}
#vehicles-search-history .selected {
  background-color: #eee;
}
#vehicles-search-history .arrow {
  z-index: 10;
  position: absolute;
  top: -1px;
  right: -30px;
}
#vehicles-browser #user-login {
  margin-top: 20px;
}
#vehicles-browser #user-login:before {
  border-bottom: 25px solid rgba(0, 0, 0, 0);
  border-right: 25px solid #f0f0f0;
  border-top: 25px solid rgba(0, 0, 0, 0);
  content: "";
  left: -45px;
  position: relative;
  float: left;
  top: 24px;
}
html.csstransforms #vehicles-browser #user-login b.arrow:before,
#vehicles-browser #user-login {
  background-color: #f0f0f0;
}
html.csstransforms #vehicles-browser .email-verification b.arrow:before,
.email-verification {
  background-color: #f0f0f0;
}
.email-verification {
  background-color: #f0f0f0;
  position: relative;
  border: 1px solid #ddd;
  padding: 26px 48px 26px 48px;
  margin: 8px 0px 24px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.email-verification .arrow {
  position: relative;
  left: -30px;
  top: 48px;
}
.email-verification li {
  margin-left: 1.2em;
  margin-bottom: 4px;
}
.email-verification .loader {
  float: left;
}
.email-verification .waiting {
  color: #f9423a;
  margin: 16px 0px 16px 0px;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.email-verification .waiting .text {
  padding-top: 6px;
  padding-left: 40px;
}
#vehicles-regsearchresult {
  background-color: #ffffff;
  position: relative;
  margin-left: 16px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
#vehicles-regsearchresult.popup {
  margin: 0 !important;
  border: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vehicles-regsearchresult .vehicle-info {
  margin: 0;
}
#vehicles-regsearchresult .vehicle-info ul.checklist {
  margin: -1em 0 1em 1em;
  list-style-type: disc;
}
#vehicles-regsearchresult .vehicle-info li.multiline {
  margin-bottom: 1.0rem;
}
#vehicles-regsearchresult .vehicle-info li.subtitle {
  padding-bottom: 0.6rem;
}
#vehicles-regsearchresult .vehicle-info .vehicle-info-content {
  display: block;
}
#vehicles-regsearchresult .vehicle-info .vehicle-info-content ul {
  margin-bottom: 2.0rem;
}
#vehicles-regsearchresult .vehicle-info .vehicle-info-content > ul {
  margin-left: 2.0rem;
}
#vehicles-regsearchresult .vehicle-info .vehicle-info-content > ul li .value b {
  font-weight: normal;
}
#vehicles-regsearchresult .vehicle-info .vehicle-info-header {
  display: block;
  min-height: 64px;
  margin-bottom: 2.2rem;
  padding: 24px;
  background-color: #F1F1F2;
  color: #000;
}
#vehicles-regsearchresult .vehicle-info .vehicle-info-header li {
  margin-bottom: 3px;
}
#vehicles-regsearchresult .vehicle-info .vehicle-info-header .provided-by-trafi {
  float: right;
}
#vehicles-regsearchresult .vehicle-info .vehicle-info-header .provided-by-trafi .printable {
  display: none;
}
#vehicles-regsearchresult .vehicle-info .vehicle-info-header .provided-by-trafi .non-printable {
  display: block;
}
#vehicles-regsearchresult .vehicle-info .vehicle-info-header.vehicle-no-results {
  padding-right: 104px;
  background-repeat: no-repeat;
  background-position: right 24px top 24px;
  background-image: url("../img/vehicles/icons/icon-alert-gray.png");
}
#vehicles-regsearchresult .vehicle-info nav.actions {
  margin: 0 0 10px 0;
  line-height: 1.0;
}
#vehicles-regsearchresult .vehicle-info nav.actions a.btn {
  margin-right: 8px;
  float: left;
}
#vehicles-regsearchresult .vehicle-info nav.actions a.btn,
#vehicles-regsearchresult .vehicle-info nav.actions a.btn:visited,
#vehicles-regsearchresult .vehicle-info nav.actions a.btn:hover,
#vehicles-regsearchresult .vehicle-info nav.actions a.btn:active {
  color: #ffffff;
  background-color: #a1a1a1;
  font-weight: normal;
  font-size: 14px;
  text-shadow: none;
  min-width: 8.5em;
}
#vehicles-regsearchresult .vehicle-info nav.actions .details:before {
  content: ' ';
  display: inline-block;
  height: 17px;
}
#vehicles-regsearchresult .vehicle-info nav.actions .details {
  font-size: 12px;
  color: #666;
}
#vehicles-regsearchresult .vehicle-info nav.actions .btn,
#vehicles-regsearchresult .vehicle-info nav.actions div.details {
  display: inline-block;
  margin-right: 8px;
}
#vehicles-regsearchresult .vehicle-info nav.actions .btn {
  padding: 0.8em 2em;
  text-transform: none;
  white-space: nowrap;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#vehicles-regsearchresult .vehicle-info ul.grid.notices {
  margin-top: 0.8rem;
}
#vehicles-regsearchresult .vehicle-info ul.grid.notices li {
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 2px;
}
#vehicles-regsearchresult .vehicle-info .warning {
  color: #ca4349;
}
#vehicles-regsearchresult .vehicle-info .vehicle-info-header h4 {
  font-size: 16px;
  padding: 0;
  margin-bottom: 1em;
}
#vehicles-regsearchresult .vehicle-info .help {
  color: #666;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
}
#vehicles-regsearchresult .vehicle-info p.no-results {
  margin-top: 1em;
  margin-bottom: 2px;
  color: #f9423a;
}
#vehicles-regsearchresult .vehicle-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#vehicles-regsearchresult .vehicle-info p,
#vehicles-regsearchresult .vehicle-info li {
  font-size: 14px;
  line-height: 1.4;
}
#vehicles-regsearchresult .vehicle-info li a {
  color: #ca4349;
  text-decoration: underline;
}
#vehicles-regsearchresult .vehicle-info .vehicles-icon:before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 20px;
  background-image: url('../img/vehicles/vehicles-sprite.png');
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  padding-right: 12px;
}
#vehicles-regsearchresult .vehicle-info .vehicles-icon-basic-info:before {
  background-position: 0px 0px;
}
#vehicles-regsearchresult .vehicle-info .vehicles-icon-owner-info:before {
  background-position: 0px -20px;
}
#vehicles-regsearchresult .vehicle-info .vehicles-icon-history-info:before {
  background-position: 0px -40px;
}
#vehicles-regsearchresult .vehicle-info h3 {
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 3px 12px;
  font-size: 1.8rem;
  margin-bottom: 1.0rem;
  vertical-align: middle;
}
#vehicles-regsearchresult .vehicle-info h4 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
#vehicles-regsearchresult .vehicle-info li > .property {
  display: table-cell;
  width: 190px;
}
#vehicles-regsearchresult .vehicle-info li > .value {
  display: table-cell;
  padding-bottom: 4px;
}
#vehicles-regsearchresult .vehicle-info li > .value .inspection-decision:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  padding: 4px 0 0 0;
  position: relative;
  top: 3px;
}
#vehicles-regsearchresult .vehicle-info li > .value .inspection-decision-accepted:after {
  background-image: url("../img/vehicles/icons/icon-decision-success.png");
}
#vehicles-regsearchresult .vehicle-info li > .value .inspection-decision-rejected:after {
  background-image: url("../img/vehicles/icons/icon-decision-fail.png");
}
#vehicles-regsearchresult .vehicle-info li > .value .inspection-decision-annulled:after,
#vehicles-regsearchresult .vehicle-info li > .value .inspection-decision-aborted:after {
  background-image: url("../img/vehicles/icons/icon-decision-alert.png");
}
#vehicles-regsearchresult .vehicle-info .source {
  border-top: 1px solid #ddd;
  margin: 0;
  padding-top: 1em;
  padding-right: 24px;
  padding-bottom: 12px;
  text-align: right;
}
#vehicles-search-top-banner {
  position: relative;
  margin: 0 10px 0 16px;
  background-color: #404040;
}
#vehicles-search-top-banner #vehicles-search-form {
  padding: 16px;
  padding-left: 120px;
}
#vehicles-search-top-banner #vehicles-search-form #regNumber {
  width: 320px;
}
#vehicles-search-top-banner #vehicles-search-form label {
  color: #fff;
}
#vehicles-search-top-banner #vehicles-search-form .form-footer {
  display: none;
}
#vehicles-search-top-banner #vehicles-search-form:before {
  background-image: url('../img/vehicles/vehicles-banner.png');
  content: "";
  width: 80px;
  height: 62px;
  position: absolute;
  left: 20px;
  top: 46px;
}
#vehicles-search-about {
  padding: 16px;
}
#vehicles-search-about strong {
  color: #f9423a;
}
#vehicles-search-about h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 0.25em;
}
#vehicles-search-about h3 {
  font-weight: normal;
}
#vehicles-search-about p {
  margin-top: 0px;
  margin-bottom: 14px;
}
#vehicles-search-about ul {
  margin: 0px;
  padding: 0 0 0 2px;
  list-style-position: inside;
}
#vehicles-search-about ul li {
  margin-bottom: 4px;
}
.btn-vehicles {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #808080;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  thead {
    display: table-header-group;
  }
  li.multiline {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    size: A4;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    border: 0;
  }
  body.vehicles h3.vehicles-icon {
    color: #000;
    background-color: transparent;
  }
  body.vehicles header[role="banner"],
  body.vehicles > footer,
  body.vehicles #vehicles-browser .list,
  body.vehicles .vehicle-info nav,
  body.vehicles .help {
    display: none !important;
    visibility: hidden !important;
  }
  body.vehicles .vehicles-icon:before {
    display: none !important;
  }
  body.vehicles a:link:after,
  body.vehicles a:visited:after {
    content: "" !important;
  }
  body.vehicles #vehicles-browser .item {
    padding-top: 0;
  }
  body.vehicles #vehicles-browser > div {
    display: block;
  }
  body.vehicles #vehicles-regsearchresult {
    overflow: visible;
  }
  body.vehicles #vehicles-regsearchresult,
  body.vehicles #vehicles-regsearchresult .vehicle-info .vehicle-info-header,
  body.vehicles #vehicles-regsearchresult .vehicle-info h3,
  body.vehicles #vehicles-regsearchresult .vehicle-info .vehicle-info-content > ul {
    margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 0;
  }
  .provided-by-trafi .printable {
    display: block !important;
  }
  .provided-by-trafi .non-printable {
    display: none !important;
  }
}
@page {
  margin-top: 32pt;
}
.autohaku-main [role="banner"] {
  background: rgba(64, 64, 64, 0.85);
}
.autohaku {
  margin: 0;
  padding: 0 25px 0 25px;
}
.autohaku-options {
  background: #EBEBEB;
  opacity: 0.8;
  text-align: center;
  padding: 20px 5px 20px 5px;
  margin: 20px 0 20px 0;
  border-radius: 5px;
}
.autohaku-options div {
  margin: 10px 0 10px 0;
  display: inline-block;
}
.autohaku-options form {
  margin: 0;
  padding: 0;
}
.autohaku-options h3 {
  color: #FF0000;
  font-family: FonectaBoldItalic;
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.autohaku-options h3 img {
  width: 30%;
  height: auto;
}
.autohaku-options label {
  height: 35px;
  display: inline;
  margin: 0 5px 0 20px;
  font-family: "FonectaBold";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
}
.autohaku-options input,
.autohaku-options select {
  vertical-align: middle;
  border-radius: 5px;
  height: 35px;
}
.autohaku-options select,
.autohaku-options input[type=text] {
  width: 200px;
  border: 1px solid silver;
  padding: 5px;
  margin: 0;
}
.autohaku-options input[type=submit] {
  width: 60px;
  padding-top: 1px;
  margin: 0 0 0 15px;
  background-image: url('../pics/autohaku_icon_haku.png');
  background-repeat: no-repeat;
  background-color: #FF0000;
  background-position: center center;
  background-size: auto 18px;
  border: 1px solid #FF0000;
  cursor: pointer;
}
.autohaku-options input[type=submit]:active {
  background-color: #990000;
}
.autohaku-options .error {
  margin: 15px 0 0 0;
  padding: 0;
}
.ui-autocomplete {
  background: #FF0000;
}
.ui-menu {
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  padding: 5px;
  overflow-y: auto;
  max-width: 35%;
  max-height: 300px;
  display: inline-block;
}
.ui-state-focus {
  color: #454545;
  background: #DFDFDF;
}
.ui-autocomplete li {
  list-style: none;
  padding: 2px 0 2px 0;
}
.ui-helper-hidden-accessible {
  display: none;
}
.autohaku-main {
  background-image: url('../pics/autohaku_ferrari.jpg');
  background-position: right 20px;
  background-size: 640px auto;
  background-repeat: no-repeat;
  min-width: 768px;
}
.autohaku-main .container {
  margin-left: auto;
  margin-right: auto;
}
.autohaku-main .main-header {
  width: 52%;
  margin: 65px 0 0 0;
}
.autohaku-main .main-header span.red {
  color: #FF0000;
}
.autohaku-main .main-header h1 {
  font-family: "FonectaBoldItalic";
  font-size: 80px;
  font-weight: normal;
  line-height: 0.9em;
  color: #353535;
}
@media only screen and (max-width: 1024px) {
  .autohaku-main {
    background-size: 512px auto;
  }
  .autohaku-main .main-header {
    margin: 45px 0;
  }
  .autohaku-main .main-header h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 800px) {
  .autohaku-main {
    background-size: 480px auto;
  }
  .autohaku-main .main-header h1 {
    font-size: 45px;
  }
}
.autohaku-main .autohaku-info span {
  display: inline-block;
}
.autohaku-main .ajoneuvotiedot {
  padding: 20px;
  background: #6CC24A;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 50px 0;
}
.autohaku-main .ajoneuvotiedot div {
  margin: 0;
  padding: 0;
}
.autohaku-main .ajoneuvotiedot img {
  width: 150px;
  height: auto;
  margin: 0;
}
.autohaku-main .ajoneuvotiedot h3 {
  color: #FFFFFF;
  font-family: FonectaBoldItalic;
  font-size: 46px;
  font-weight: normal;
  margin: 0;
}
.autohaku-main .ajoneuvotiedot div.inputs {
  padding: 10px;
}
.autohaku-main .ajoneuvotiedot div.inputs input,
.autohaku-main .ajoneuvotiedot div.inputs select {
  width: 150px;
  height: 35px;
  padding: 8px;
  margin: 0 5px 0 5px;
  vertical-align: middle;
}
.autohaku-main .ajoneuvotiedot div.inputs input[type=submit]:active {
  background-color: #373737;
}
.autohaku-main .ajoneuvotiedot div.inputs .vehicle_search {
  width: 80px;
  background-image: url('../pics/autohaku_icon_haku.png');
  background-repeat: no-repeat;
  background-color: #4D4D4D;
  background-position: center center;
  background-size: auto 18px;
  border: 1px solid #4D4D4D;
  border-radius: 5px;
  cursor: pointer;
}
.autohaku-main .ajoneuvotiedot p {
  color: #FFFFFF;
  font-size: 16px;
}
.autohaku-results .container {
  margin-left: auto;
  margin-right: auto;
}
.autohaku-results h1 {
  font-family: "FonectaBoldItalic";
  font-weight: normal;
  font-size: 50px;
  padding-top: 50px;
}
.autohaku-results h1 a {
  color: #000000;
}
.autohaku-results h2 {
  font-family: "FonectaBoldItalic";
  font-weight: normal;
  font-size: 30px;
}
.autohaku-results .red {
  color: #F9423A;
}
.autohaku-results .results-header h2 {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 110px;
}
.autohaku-results .total-count {
  text-align: center;
  font-family: "FonectaBold";
  font-weight: normal;
  font-size: 80px;
  border-bottom: 1px solid #535353;
  padding: 20px 0 25px 0;
}
.autohaku-results .total-count .units {
  color: #CCCCCC;
  font-size: 18px;
}
.autohaku-results .charts .chart-box {
  width: 46%;
  height: 325px;
  margin: 5px 2% 50px 2%;
  float: left;
  font-family: "FonectaBold";
  font-weight: normal;
  font-size: 16px;
}
.autohaku-results .charts .chart-box h3 {
  color: #323232;
  border-bottom: 1px solid #535353;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.autohaku-results .charts .chart-box svg {
  width: 100%;
  height: 100%;
  position: relative;
  top: -30px;
}
.autohaku-results .charts .chart-box svg path.nv-line {
  fill: none;
  stroke-width: 3;
}
.autohaku-results .charts .chart-box svg circle.nv-point {
  stroke-width: 0;
  fill: none;
}
.autohaku-results .charts .chart-box .top-colors .color-label {
  text-transform: uppercase;
  margin-bottom: 3px;
}
.autohaku-results .charts .chart-box .top-colors .color-bar {
  max-width: 100%;
  height: 20px;
  background: silver;
  /* backup color */
  border-radius: 5px;
  margin-bottom: 13px;
}
.autohaku-results .charts .chart-box .top-cities {
  margin: 0;
  padding: 0;
}
.autohaku-results .charts .chart-box .top-cities .city {
  color: #FFFFFF;
  background: #4E94C2;
  border: 4px solid #D4E6F2;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 22px;
  padding: 10px 0 10px 0;
}
.autohaku-results .charts .chart-box .top-cities .city .city-label {
  margin: 0 0 0 10px;
  text-transform: uppercase;
}
.autohaku-results .charts .chart-box .top-cities .city .city-count {
  float: right;
  color: white;
  font-size: 14px;
  margin: 0;
  padding: 4px 10px 0 0;
}
.autohaku-results .charts .chart-box .relative-popularity {
  padding: 0 5px 0 5px;
}
.autohaku-results .charts .chart-box .relative-popularity span {
  float: left;
  width: 22%;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #DFDFDF;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
}
.autohaku-results .charts .chart-box .relative-popularity span:first-child {
  width: 33%;
  text-align: left;
}
.autohaku-results .charts .chart-box .relative-popularity div.stats span {
  font-size: 18px;
}
.autohaku-results .charts .chart-box .relative-popularity div.stats span.relative-count {
  font-size: 30px;
}
@media only screen and (max-width: 800px) {
  .autohaku-results .charts .chart-box {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.autohaku-results .licensing {
  clear: both;
  margin: 0 0 20px 0;
  font-style: italic;
}
.autohaku-results .licensing p {
  margin: 0 0 0 20px;
  color: #959595;
  font-size: 12px;
}
.autohaku-results .licensing p a {
  color: #656565;
}
.autohaku-results .licensing p a:hover {
  color: #000000;
  text-decoration: none;
}
.omatietofi-ad-narrow {
  margin: 20px;
}
.omatietofi-ad-wide {
  position: absolute;
  bottom: -140px;
  left: 35px;
}
.omatietofi-ad-symbol:before {
  top: 26px !important;
  background: transparent url('../img/omatietofi-ad-icon.png') no-repeat !important;
}
.omatietofi-ad-dropdown a {
  color: black !important;
}
.omatietofi-ad-dropdown:before {
  top: 10px !important;
  background-image: url('../img/omatietofi-ad-icon.png') !important;
  background-size: 100% !important;
}
#sat-company {
  padding-top: 15px;
  margin: 25px 30px;
  position: relative;
}
#sat-company > header {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin: 0 0 20px -10px;
}
#sat-company > header a.back {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.16384615em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
#sat-company > header h1 {
  display: inline-block;
  margin: 0 10px 0 0;
}
#sat-company > header .please-login-note {
  background-color: green;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  color: white;
  margin-left: 1em;
}
#sat-company h1 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #666;
  letter-spacing: -1px;
  margin: 0;
}
#sat-company h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.01em;
  padding: 10px;
  margin: 0 -10px 20px;
}
#sat-company .background-info {
  background-color: #f2f2f2;
  color: #666;
  padding: 15px 30px;
  margin-bottom: 15px;
}
#sat-company .background-info h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.21em;
  margin-bottom: 0.4em;
}
#sat-company .background-info p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39461538em;
  margin-bottom: 1.53846154em;
  word-wrap: break-word;
}
#sat-company .decision-makers {
  color: #666;
  padding: 15px 30px;
  margin-bottom: 15px;
}
#sat-company .decision-makers h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.21em;
  margin-bottom: 0.4em;
}
#sat-company .decision-makers p,
#sat-company .decision-makers li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.39461538em;
  margin-bottom: 1.53846154em;
  word-wrap: break-word;
}
#sat-company .decision-makers ul {
  list-style-type: none;
}
#sat-company .decision-makers ul li {
  margin-bottom: 0;
}
#sat-company .buy-report {
  margin-bottom: 30px;
}
#sat-company .buy-report .fail-note {
  display: none;
  background-color: #fca09c;
  color: #404040;
  text-align: center;
  cursor: pointer;
  padding: 10px;
}
#sat-company .buy-report .fail-note p {
  padding: 0;
  margin: 0;
}
#sat-company .buy-report form {
  display: none;
  width: 40%;
  margin: 20px auto;
}
#sat-company .buy-report form button {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: normal;
}
#sat-company .buy-report form button.progress {
  background-position: 7px 7px !important;
  background-repeat: no-repeat !important;
  background-image: url('../img/sat-ajax.gif') !important;
}
#sat-company .buy-report #expand-form-btn {
  padding-left: 30px;
  padding-right: 30px;
}
#sat-company .buy-report li.ind {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
#sat-company .buy-report li.point {
  list-style: none;
}
#sat-company .buy-report li.point:before {
  content: "· ";
  vertical-align: middle;
}
#sat-company .report {
  margin-bottom: 30px;
}
#sat-company .report h2 {
  margin-bottom: 0;
}
#sat-company .report p.label {
  color: #9a9a9a;
}
#sat-company .report .financials table tr:nth-child(odd) {
  background-color: #eeeeee;
}
#sat-company .report .financials table tr th {
  font-weight: normal;
  border: none;
}
#sat-company .report .financials table tr td {
  border: none;
  text-align: center;
}
#sat-company .report .financials table tr.turnover-graph td {
  vertical-align: bottom;
  padding-bottom: 0;
}
#sat-company .report .financials table tr.turnover-graph td div {
  display: inline-block;
  height: 0px;
  width: 85%;
  background-color: #333333;
}
#sat-company .report .risk-classification {
  background-color: #f5f5f5;
  padding: 10px 12px;
  margin-bottom: 14px;
}
#sat-company .report .risk-classification p {
  margin-bottom: 0;
}
#sat-company .report .risk-classification .risk-meter {
  background: transparent url('../img/sat-risk-meter-bg.png') no-repeat 0px 30px;
  background-size: 100% 100%;
  height: 120px;
  margin-bottom: 6px;
  position: relative;
}
#sat-company .report .risk-classification .risk-meter .label {
  position: absolute;
  white-space: nowrap;
  font-weight: bold;
  top: 0;
  left: 0;
}
#sat-company .report .risk-classification .risk-meter .arrow {
  position: absolute;
  top: 20px;
  left: 0;
  background: transparent url('../img/sat-arrow.png') no-repeat;
  width: 24px;
  height: 95px;
}
#sat-company .report .risk-factors ul {
  list-style-type: none;
}
#sat-company .report .risk-factors ul li {
  line-height: 1.5em;
  margin-bottom: 3px;
  padding-left: 1.8em;
  position: relative;
}
#sat-company .report .risk-factors ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: transparent url('../img/sat-minus.png') no-repeat;
  background-size: 100%;
}
#sat-company .report .risk-factors ul li.positive:before {
  background: transparent url('../img/sat-plus.png') no-repeat;
  background-size: 100%;
}
#sat-company .report .risk-distribution {
  background-color: #f5f5f5;
  padding-top: 11px;
  margin-bottom: 14px;
}
#sat-company .report .risk-distribution .risk-graph {
  border-bottom: 1px solid #c2c2c2;
}
#sat-company .report .risk-distribution .risk-graph div {
  display: inline-block;
  width: 18.5%;
  margin-right: 1.2%;
}
#sat-company .report .risk-distribution .risk-graph div:nth-child(1) {
  background-color: #f9423a;
  margin-left: 1.2%;
}
#sat-company .report .risk-distribution .risk-graph div:nth-child(2) {
  background-color: #f99ea2;
}
#sat-company .report .risk-distribution .risk-graph div:nth-child(3) {
  background-color: #dddddd;
}
#sat-company .report .risk-distribution .risk-graph div:nth-child(4) {
  background-color: #a0dd96;
}
#sat-company .report .risk-distribution .risk-graph div:nth-child(5) {
  background-color: #6cc24a;
  margin-right: 1.2%;
}
#sat-company .report .risk-distribution .labels {
  padding: 11px;
}
#sat-company .report .risk-distribution .labels span:first-child {
  float: left;
}
#sat-company .report .risk-distribution .labels span:last-child {
  float: right;
}
#sat-company .example-report {
  padding-top: 50px;
  margin-bottom: 30px;
  height: 179px;
  background: transparent url('../img/sat-report-bg.png') no-repeat;
  background-size: 100% 100%;
}
#sat-company .example-report h1 {
  margin-bottom: 1em;
}
#sat-company .example-report a {
  font-style: italic;
  font-weight: bold;
}
#sat-company .asiakastieto-logo:before {
  content: '';
  display: block;
  width: 130px;
  height: 27px;
  background: transparent url('../img/sat-logo.png') no-repeat;
  margin: 20px 0 20px 0;
}
#sat-company .centered {
  text-align: center;
}
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
  #fofi-new-header {
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
  }
  #main-container {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  #oma-pitch .oma-ad-box {
    width: 180px;
    height: 240px;
  }
  body.fixed > .container {
    width: 768px;
    margin: 0 auto;
  }
  #profile-contacts,
  #profile-content {
    width: 768px;
  }
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
  [role="banner"] [role="search"] {
    padding-left: 70px;
  }
  [role="banner"] [role="search"]:before {
    content: '';
    width: 56px;
    height: 40px;
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url('../img/main-sprite.png');
    background-position: -260px -42px;
  }
  [role="banner"] [role="search"] input[type="text"],
  [role="banner"] [role="search"] select {
    width: 200px;
  }
  body.fixed > .container {
    width: 992px;
    margin: 0 auto;
  }
  #front-02-banner {
    margin-left: 50px;
  }
  #front-stats ol {
    -webkit-column-width: 100px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -webkit-column-rule-color: black;
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0;
    -moz-column-width: 100px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -moz-column-rule-color: black;
    -moz-column-rule-style: none;
    -moz-column-rule-width: 0;
    column-width: 100px;
    column-count: 2;
    column-gap: 10px;
    column-rule-color: black;
    column-rule-style: none;
    column-rule-width: 0;
  }
  header.yp-results nav ul.filters {
    margin-right: 245px;
    border-right: 1px solid #ddd;
  }
  aside.yp-related {
    width: 250px;
    float: right;
    display: inline;
  }
  aside.yp-related .deals {
    margin: 20px 10px;
  }
  aside.yp-related .emediate-bulk {
    margin: 20px;
  }
  aside.yp-related .keywords {
    display: block;
  }
  #company-results {
    margin-right: 251px;
    border-right: 1px solid #e6e6e6;
  }
  #company-results ol.grid:nth-child(3n) {
    border-right: none;
  }
  #company-contacts,
  #profile-content {
    width: 740px;
    display: inline;
    float: left;
    margin: 0 0 15px 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #e6e6e6;
  }
  #company-contacts h1,
  #profile-content h1 {
    margin-right: 0;
  }
  #company-related,
  #profile-related {
    display: inline;
    float: left;
    width: 370px;
    margin-left: -1px !important;
    padding: 0 0 0 20px;
    border-left: 1px solid #e6e6e6;
  }
  #company-related.large-logo-offset,
  #profile-related.large-logo-offset {
    margin-top: 210px;
  }
  #company-related.small-logo-offset,
  #profile-related.small-logo-offset {
    margin-top: 140px;
  }
  #wp-filters {
    display: inline;
    float: left;
    width: 170px;
    margin: 15px 7px 20px 20px;
  }
  #wp-filters li {
    display: block;
    padding: 4px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.16384615em;
  }
  #wp-filters li.selected {
    background-color: #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  #wp-filters li.selected a {
    color: #999;
    font-weight: bold;
    text-shadow: 0 1px 0 #ffffff;
  }
  #wp-filters a {
    color: #333;
  }
  #wp-filters h2 {
    border-bottom: 2px solid #ccc;
    padding: 5px 5px 8px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.21em;
    margin-bottom: 0.26666667em;
    color: #999;
  }
  #wp-browser {
    border-left: 1px solid #ddd;
    position: relative;
  }
  #wp-browser:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: white 10px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f2f2f2), to(white 10px));
    background-image: -webkit-linear-gradient(left, #f2f2f2, white 10px);
    background-image: -moz-linear-gradient(left, #f2f2f2, white 10px);
    background-image: -ms-linear-gradient(left, #f2f2f2, white 10px);
    background-image: -o-linear-gradient(left, #f2f2f2, white 10px);
    background-image: linear-gradient(left, #f2f2f2, white 10px);
    background-repeat: repeat-x;
  }
  #wp-browser:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 10px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background-color: rgba(255, 255, 255, 0);
    background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
  }
  #wp-results .alert.too-many:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    border-right: 25px solid #666;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    margin-top: -25px;
  }
  #login-page {
    max-width: 800px;
    margin: 75px auto;
  }
  #login-page #user-login {
    max-width: none;
  }
  #login-page #user-login form {
    display: inline;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 10px;
    margin: 0;
  }
  #login-page #user-login aside {
    border-top: none;
    border-left: 1px solid #ddd;
    display: inline;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 30px;
  }
  html.flexboxlegacy #login-page #user-login {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html.flexboxlegacy #login-page #user-login form,
  html.flexboxlegacy #login-page #user-login aside {
    display: block;
    float: none;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1239px) {
  #company-contacts,
  #profile-content {
    width: 580px;
  }
  #company-contacts > header,
  #profile-content > header,
  #company-contacts h2,
  #profile-content h2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .carousel.has-prev:before,
  .carousel.has-next:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    -webkit-border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0;
  }
  .carousel.has-next:after {
    right: 0;
    -webkit-border-radius: 50% 0 0 50%;
    -moz-border-radius: 50% 0 0 50%;
    border-radius: 50% 0 0 50%;
  }
  .carousel.has-prev .carousel-inner,
  .carousel.has-prev.has-next .carousel-inner {
    margin-left: 0;
  }
  .carousel .item:only-child {
    margin-left: 0;
  }
  .chat-outer-banner .chat-texts .chat-operator {
    height: 45%;
    padding-top: 95px;
  }
  .chat-outer-banner .chat-texts .chat-operator.alternate {
    height: 45%;
    padding-top: 95px;
  }
}
@media only screen and (min-width: 1024px) {
  #oma-pitch .oma-ad-box {
    width: 240px;
    height: 290px;
  }
}
@media only screen and (min-width: 1240px) {
  /* 1382 =================================================== */
  [role="banner"] > .inner,
  #breadcrumb ul,
  .reminder-bar .reminder-bar-content,
  body > .container,
  body.fixed > .container,
  [role="banner"] .top nav {
    width: 1240px;
    margin: 0 auto;
  }
  [role="banner"] [role="search"] {
    margin-left: 25px;
  }
  [role="banner"] [role="search"] input[type="text"] {
    width: 240px;
  }
  #oma-pitch .oma-ad-box {
    width: 305px;
    height: 350px;
  }
  /*
body > footer .inner {
    a.logo {
        top: 35px;
        left: 30px;
    }

    nav.listings li {
        width: 100 / 6%;
        border-top: none;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 1px dotted #ddd;

        &:last-child {
            border-right: none;
        }
    }

    nav.columns {
        margin-left: 275px;
    }
}
*/
  #main-menu form {
    padding-left: 145px;
  }
  .typeahead {
    width: 234px;
  }
  #company-results ol.grid li {
    width: 25;
  }
  #company-results ol.grid li:nth-child(4n+1),
  #company-results ol.grid li:nth-child(4n+2),
  #company-results ol.grid li:nth-child(4n+3) {
    border-right: 1px solid #e6e6e6;
  }
  #company-results ol.grid li:nth-child(4n) {
    border-right: none;
  }
  #company-results ol.grid li img {
    text-align: center;
  }
  #company-results ol.grid li.company:nth-child(n) + li.grid-ad {
    display: none;
  }
  #company-results ol.grid li.company:nth-child(4n+3) + li.grid-ad,
  #company-results ol.grid li.company:nth-child(4n+2) + li.grid-ad,
  #company-results ol.grid li.company:nth-child(4n+2) + li.grid-ad + li.grid-ad,
  #company-results ol.grid li.company:nth-child(4n+1) + li.grid-ad,
  #company-results ol.grid li.company:nth-child(4n+1) + li.grid-ad ~ li.grid-ad {
    display: block;
  }
  #company-related,
  #profile-related {
    width: 455px;
  }
  #wp-filters {
    width: 230px;
    margin-left: 8px;
  }
  #wp-browser > div.list {
    width: 430px;
  }
  #wp-browser > div.item {
    width: 520px;
  }
  #wp-profile .send-box {
    width: 360px;
    margin-left: 115px;
  }
  #wp-profile .send-box h3 {
    left: -115px;
    top: 10px;
    width: auto;
  }
  #wp-profile .send-box h3:before {
    top: 20px;
    left: 50px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
  html.backgroundsize [role="banner"] .branding,
  html.backgroundsize [role="banner"] [role="search"]:before,
  html.backgroundsize #user-header .login:before,
  html.backgroundsize #user-header .logged-in .dropdown .toggle:before,
  html.backgroundsize #user-header .logged-in > .profile:before,
  html.backgroundsize #user-header .logged-in .dropdown .dropdown-menu li:before,
  html.backgroundsize #main-menu .searchbox form:before,
  html.backgroundsize .reminder-bar-content:before,
  html.backgroundsize .alert-info:before,
  html.backgroundsize a.send-to-mobile,
  html.backgroundsize .add-to-addressbook-icon,
  html.backgroundsize header.yp-results nav ul.filters a.toggle:before,
  html.backgroundsize #company-profile .contact-info header:before,
  html.backgroundsize #company-profile .location h3:before,
  html.backgroundsize #company-related section:before,
  html.backgroundsize #company-related section.ratings h3:before,
  html.backgroundsize #company-related section.ratings h3 a.osuma,
  html.backgroundsize body.addressbook h1.title:before,
  html.backgroundsize #wp-filters .filter h2:before,
  html.backgroundsize #wp-results .contact figure.photo,
  html.backgroundsize #wp-profile > header figure.no-photo,
  html.backgroundsize #wp-profile .contact-info nav.actions .btn:before,
  html.backgroundsize #wp-profile .send-box h3:before,
  html.backgroundsize .error-page:before {
    background-size: 225px 150px;
    background-position: -75px 0;
  }
  html.backgroundsize .loader {
    background-image: url('../img/loader-2x.png');
    background-size: 50px 30px;
  }
  html.backgroundsize .branding {
    width: 120px;
    height: 32px;
    background-size: auto 300px !important;
    background-position: -115px 0px;
  }
  html.backgroundsize .login:before,
  html.backgroundsize .logged-in:before {
    height: 27px !important;
    background-size: auto 275px !important;
    background-position: -136px -145px !important;
  }
  html.backgroundsize header.yp-results .alert:before {
    background-size: auto 200px !important;
    background-position: -130px -61px !important;
  }
}

