/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700|Lato:400,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "SKODA Next W07 Light";
  src: url("../fonts/9e46eb30-1040-499e-b13b-eea771855b7b.eot?#iefix");
  src: url("../fonts/9e46eb30-1040-499e-b13b-eea771855b7b.eot?#iefix") format("eot"), url("../fonts/4a7dd3e8-455e-424b-9092-5c8bca9247dd.woff2") format("woff2"), url("../fonts/2c3c226a-f59b-48f0-a5d8-33b26b776768.woff") format("woff"), url("../fonts/e8b11f75-346a-4a90-b970-6cd6e8f89bca.ttf") format("truetype"), url("../fonts/e7e60b1b-8663-41d6-9205-3dfd94b71cdb.svg#e7e60b1b-8663-41d6-9205-3dfd94b71cdb") format("svg"); }

@font-face {
  font-family: "SKODA Next W07 Light Italic";
  src: url("../fonts/c021d083-e3e2-4064-8a66-069c1aaf2843.eot?#iefix");
  src: url("../fonts/c021d083-e3e2-4064-8a66-069c1aaf2843.eot?#iefix") format("eot"), url("../fonts/7ccddb99-7e70-4b01-9906-9f22507e862a.woff2") format("woff2"), url("../fonts/3d4b5326-5098-49c0-9874-c21c6502576a.woff") format("woff"), url("../fonts/c6c09ed4-3d24-4216-9b89-291ff634f8bf.ttf") format("truetype"), url("../fonts/c3a457b1-fcc8-41f1-a0c9-b398a5612355.svg#c3a457b1-fcc8-41f1-a0c9-b398a5612355") format("svg"); }

@font-face {
  font-family: "SKODA Next W07 Regular";
  src: url("../fonts/abda15ea-a7ab-48cb-846d-e8166fdfd0d4.eot?#iefix");
  src: url("../fonts/abda15ea-a7ab-48cb-846d-e8166fdfd0d4.eot?#iefix") format("eot"), url("../fonts/c55f349c-9ffe-414c-ab62-e9b974c93755.woff2") format("woff2"), url("../fonts/9a638134-3695-43d3-9dc3-6a6c89e43ee2.woff") format("woff"), url("../fonts/e32133dc-1f34-4d8f-9053-3b69822fc9e1.ttf") format("truetype"), url("../fonts/a00bac7a-d6d3-4653-87f5-1046d732aa48.svg#a00bac7a-d6d3-4653-87f5-1046d732aa48") format("svg"); }

@font-face {
  font-family: "SKODA Next W07 Italic";
  src: url("../fonts/3366768a-f4e7-4b30-b14b-7c4900064a9c.eot?#iefix");
  src: url("../fonts/3366768a-f4e7-4b30-b14b-7c4900064a9c.eot?#iefix") format("eot"), url("../fonts/c1f6a1f8-b19a-4646-bafa-a1bcd90c3e5c.woff2") format("woff2"), url("../fonts/692c875f-0051-4f30-a991-e19119992f14.woff") format("woff"), url("../fonts/5d2de3d7-4301-48c3-9be7-d8473a302779.ttf") format("truetype"), url("../fonts/fa6bfd57-cdd0-4d07-abc8-d26af344e0a5.svg#fa6bfd57-cdd0-4d07-abc8-d26af344e0a5") format("svg"); }

@font-face {
  font-family: "SKODA Next W07 Bold";
  src: url("../fonts/dbd68aed-5251-4c87-85ad-76d013d8bb36.eot?#iefix");
  src: url("../fonts/dbd68aed-5251-4c87-85ad-76d013d8bb36.eot?#iefix") format("eot"), url("../fonts/32fabf8c-a5fc-40f4-9c26-b960a59bdad1.woff2") format("woff2"), url("../fonts/a05ee581-13d2-47c7-ab7d-e19a61029151.woff") format("woff"), url("../fonts/78c3d930-eb8c-4f26-af59-6f0857b76a34.ttf") format("truetype"), url("../fonts/a402400d-437e-437f-b9db-8626e0fe7e4a.svg#a402400d-437e-437f-b9db-8626e0fe7e4a") format("svg"); }

@font-face {
  font-family: "SKODA Next W07 Bold Italic";
  src: url("../fonts/4f11720e-6d18-407f-bf98-018f501980b6.eot?#iefix");
  src: url("../fonts/4f11720e-6d18-407f-bf98-018f501980b6.eot?#iefix") format("eot"), url("../fonts/efc1ce24-755c-4564-b772-73e0de241e00.woff2") format("woff2"), url("../fonts/52ce000e-bc55-45d3-8af5-a6136562b22d.woff") format("woff"), url("../fonts/27d52cf2-3426-46c4-8c4c-6ed4189a6e0b.ttf") format("truetype"), url("../fonts/10e8148b-ffcd-4681-ab1c-873387d95988.svg#10e8148b-ffcd-4681-ab1c-873387d95988") format("svg"); }

@font-face {
  font-family: "SKODA Next W07 Black";
  src: url("../fonts/576cd0a8-c7ca-43a4-bf53-e986b2be6d0b.eot?#iefix");
  src: url("../fonts/576cd0a8-c7ca-43a4-bf53-e986b2be6d0b.eot?#iefix") format("eot"), url("../fonts/d001a272-b746-4ae3-aeee-97672036b81b.woff2") format("woff2"), url("../fonts/e168f715-a206-459b-aef2-03c78c8657b7.woff") format("woff"), url("../fonts/812b6208-0297-42ba-9939-9be049463df2.ttf") format("truetype"), url("../fonts/6f91bd37-78a8-4683-b8a5-d1bcb92fa109.svg#6f91bd37-78a8-4683-b8a5-d1bcb92fa109") format("svg"); }

@font-face {
  font-family: "SKODA Next W07 Black Italic";
  src: url("../fonts/2bfde79f-ec2d-44a4-b517-258f6957abae.eot?#iefix");
  src: url("../fonts/2bfde79f-ec2d-44a4-b517-258f6957abae.eot?#iefix") format("eot"), url("../fonts/a89271de-d101-4100-986d-a1bb5e3de6ed.woff2") format("woff2"), url("../fonts/005bc53f-2762-4972-83f3-88419c357756.woff") format("woff"), url("../fonts/06f88609-f241-4fe4-80cb-b36e4db6eec3.ttf") format("truetype"), url("../fonts/bf4f7e2b-141e-450b-a12f-9345bdd46abd.svg#bf4f7e2b-141e-450b-a12f-9345bdd46abd") format("svg"); }

.clearfix,
.group {
  zoom: 1; }
  .clearfix:before, .clearfix:after,
  .group:before,
  .group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after,
  .group:after {
    clear: both; }

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px; }

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  margin-bottom: 20px; }

.group {
  flex-direction: column; }

@media screen and (min-width: 480px) {
  .container {
    padding: 0 40px; }
  .group {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -2.1277%; }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    flex: 0 0 auto; }
  .span1 {
    flex-basis: 6.2056333%;
    margin-left: 2.1277%;
    max-width: 6.2056333%; }
  .offset1 {
    margin-left: 10.4610333%; }
  .span2 {
    flex-basis: 14.5389666%;
    margin-left: 2.1277%;
    max-width: 14.5389666%; }
  .offset2 {
    margin-left: 18.7943666%; }
  .span3 {
    flex-basis: 22.8722999%;
    margin-left: 2.1277%;
    max-width: 22.8722999%; }
  .offset3 {
    margin-left: 27.1276999%; }
  .span4 {
    flex-basis: 31.2056332%;
    margin-left: 2.1277%;
    max-width: 31.2056332%; }
  .offset4 {
    margin-left: 35.4610332%; }
  .span5 {
    flex-basis: 39.5389665%;
    margin-left: 2.1277%;
    max-width: 39.5389665%; }
  .offset5 {
    margin-left: 43.7943665%; }
  .span6 {
    flex-basis: 47.8722998%;
    margin-left: 2.1277%;
    max-width: 47.8722998%; }
  .offset6 {
    margin-left: 52.1276998%; }
  .span7 {
    flex-basis: 56.2056331%;
    margin-left: 2.1277%;
    max-width: 56.2056331%; }
  .offset7 {
    margin-left: 60.4610331%; }
  .span8 {
    flex-basis: 64.5389664%;
    margin-left: 2.1277%;
    max-width: 64.5389664%; }
  .offset8 {
    margin-left: 68.7943664%; }
  .span9 {
    flex-basis: 72.8722997%;
    margin-left: 2.1277%;
    max-width: 72.8722997%; }
  .offset9 {
    margin-left: 77.1276997%; }
  .span10 {
    flex-basis: 81.205633%;
    margin-left: 2.1277%;
    max-width: 81.205633%; }
  .offset10 {
    margin-left: 85.461033%; }
  .span11 {
    flex-basis: 89.5389663%;
    margin-left: 2.1277%;
    max-width: 89.5389663%; }
  .offset11 {
    margin-left: 93.7943663%; }
  .span12 {
    flex-basis: 97.8722996%;
    margin-left: 2.1277%;
    max-width: 97.8722996%; }
  .offset12 {
    margin-left: 102.1276996%; } }

blockquote {
  border-left: 2px solid #1271db;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 20px;
  padding-left: 25px; }

p {
  margin: 0 0 20px; }

a {
  color: #4ba134; }
  a:hover, a:focus {
    text-decoration: none; }

img,
video,
audio,
iframe,
object {
  max-width: 100%; }

.btn {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #1271db;
  color: #1271db;
  display: inline-block;
  height: 44px;
  outline: none;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize; }
  .btn:hover, .btn:focus {
    background: #1271db;
    border-color: #1271db;
    color: #fff;
    text-decoration: none; }
  .btn:active {
    background: #0e59ac;
    border-color: #0e59ac; }

.btn-primary {
  background-color: #1271db;
  border-color: #1271db;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus {
    background: #1065c3;
    border-color: #1065c3;
    color: #fff; }
  .btn-primary:active {
    background: #0e59ac;
    border-color: #0e59ac;
    color: #fff; }

.btn-lg {
  font-size: 1.4em;
  height: 66px;
  padding: 0 60px; }

.btn-sm {
  font-size: .85em;
  height: 30.8px;
  padding: 0 10px; }

.btn-link {
  box-shadow: none;
  background: transparent;
  border: 0;
  color: #1271db;
  text-shadow: none;
  text-transform: none; }
  .btn-link:hover, .btn-link:focus {
    background: transparent;
    color: #1271db;
    text-decoration: underline; }

@media screen and (max-width: 480px) {
  .btn {
    display: block;
    margin-bottom: 10px;
    width: 100%; } }

table {
  width: 100%; }
  table th,
  table td {
    padding: 5px;
    text-align: left; }
  table th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc; }

label {
  display: block;
  margin-bottom: 5px; }

input[type=text],
input[type=email],
input[type=phone],
input[type=password],
input[type=number],
input[type=search],
textarea {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 44px;
  outline: none;
  padding: 5px 10px;
  width: 300px; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=phone]:focus,
  input[type=password]:focus,
  input[type=number]:focus,
  input[type=search]:focus,
  textarea:focus {
    border-color: #1271db; }
  input[type=text].full-width,
  input[type=email].full-width,
  input[type=phone].full-width,
  input[type=password].full-width,
  input[type=number].full-width,
  input[type=search].full-width,
  textarea.full-width {
    width: 100%; }

textarea {
  height: 132px; }

form {
  margin-bottom: 40px; }
  form .field {
    margin-bottom: 20px; }
  form .hint {
    color: #aaa;
    margin-top: 5px; }
  form .is-required {
    font-style: italic; }
  form .has-error .error-description {
    color: #ff4136;
    margin-top: 5px; }
  form .has-error input[type=text],
  form .has-error input[type=email],
  form .has-error input[type=phone],
  form .has-error input[type=password],
  form .has-error input[type=number],
  form .has-error input[type=search],
  form .has-error textarea {
    border-color: #ff4136; }

.alert {
  zoom: 1;
  border-left: 3px solid;
  margin-bottom: 40px;
  padding: 10px; }
  .alert:before, .alert:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .alert:after {
    clear: both; }
  .alert.alert-danger {
    background: #ffeae9;
    border-color: #ff4136;
    color: #e90d00; }
  .alert.alert-success {
    background: #e6f9e8;
    border-color: #2ecc40;
    color: #25a233; }
  .alert.alert-warning {
    background: #fff2e7;
    border-color: #ff851b;
    color: #e76b00; }
  .alert.alert-info {
    background: #cfe9ff;
    border-color: #0074d9;
    color: #0059a6; }
  .alert.alert-empty {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    text-align: center; }
  .alert p:last-child {
    margin-bottom: 0; }

nav a {
  display: inline-block;
  padding: 10px 30px; }

* {
  box-sizing: border-box !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.clear {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.valign {
  vertical-align: middle; }

hr {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 40px 0; }

.subtle {
  color: #aaa; }

.relative {
  position: relative; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=3.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.0") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  cursor: default;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em; }

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: #ffffff; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block; }

/* 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-alt: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-power-off:before,
.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-alt: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-rotate-right:before,
.icon-repeat:before {
  content: "\f01e"; }

.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-mail-forward:before,
.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-alt:before {
  content: "\f087"; }

.icon-thumbs-down-alt: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"; }

.icon-phone:before {
  content: "\f095"; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-text-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before,
.icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before,
.icon-usd:before {
  content: "\f155"; }

.icon-rupee:before,
.icon-inr:before {
  content: "\f156"; }

.icon-yen:before,
.icon-jpy:before {
  content: "\f157"; }

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158"; }

.icon-won:before,
.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

body {
  font-size: 20px;
  color: #000;
  font-family: "SKODA Next W07 Light";
  padding-top: 50px; }
  @media screen and (max-width: 1300px) {
    body {
      font-size: 18px; } }
  @media screen and (max-width: 980px) {
    body {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 16px; } }
  @media screen and (max-width: 550px) {
    body {
      padding-top: 100px;
      padding-top: 55px; } }

strong {
  font-family: "SKODA Next W07 Bold"; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

[class*="col"].left-col {
  padding-right: 6%; }
  @media screen and (max-width: 980px) {
    [class*="col"].left-col {
      padding-right: 20px;
      padding-bottom: 30px; } }

[class*="col"].right-col {
  padding-left: 6%; }
  @media screen and (max-width: 980px) {
    [class*="col"].right-col {
      padding-left: 20px;
      padding-bottom: 30px; } }

.wrapper {
  max-width: 1590px;
  padding: 0 100px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }
@media screen and (max-width: 980px) {
    .wrapper {
      padding: 0 20px;
      } }

.nav {
  position: fixed;
  width: 100%;
  top: 0;
  background: #000;
  width: 100%;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  z-index: 3; }
  @media screen and (max-width: 980px) {
    .nav {
      height: 50px;
      margin-bottom: 0; } }
  @media screen and (max-width: 550px) {
    .nav {
      min-height: 50px;
      height: auto; } }
  .nav a {
    color: #fff; }
  .nav img {
    margin-right: 10px;
    width: 28px; }
    @media screen and (max-width: 980px) {
      .nav img {
        width: 30px; } }
    @media screen and (max-width: 600px) {
      .nav img {
        width: 20px; } }
  .nav .col-md-6 {
    height: 50px;
    vertical-align: middle;
    line-height: 50px; }
    @media screen and (max-width: 980px) {
      .nav .col-md-6 {
        width: 49%;
        height: 50px;
        line-height: 50px;
        display: inline-block; } }
    @media screen and (max-width: 550px) {
      .nav .col-md-6 {
        height: 55px;
        line-height: 1;
        padding-top: 7px;
        padding-bottom: 7px; } }
    .nav .col-md-6--left {
      text-align: right;
      padding-right: 6%; }
      @media screen and (max-width: 600px) {
        .nav .col-md-6--left {
          text-align: left;
          padding-right: 0;
          padding-left: 1%; } }
      @media screen and (max-width: 550px) {
        .nav .col-md-6--left {
          text-align: center; } }
    .nav .col-md-6--right {
      text-align: left;
      padding-left: 6%; }
      @media screen and (max-width: 600px) {
        .nav .col-md-6--right {
          text-align: left;
          padding-left: 1%; } }
      @media screen and (max-width: 550px) {
        .nav .col-md-6--right {
          text-align: center; } }
  .nav span {
    font-size: 13px;
    text-transform: uppercase; }
    @media screen and (max-width: 980px) {
      .nav span {
        font-size: 13px; } }
    @media screen and (max-width: 600px) {
      .nav span {
        font-size: 9px; } }
    @media screen and (max-width: 550px) {
      .nav span {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 7px; } }

.header {
  height: 0;
  margin-top: -50px;
  padding-bottom: 49%;
  background-image: url(../img/logo.png), url(../img/bg4.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: right top, center bottom;
  background-size: auto 70%, 100% auto;
  position: relative; }

  @media screen and (max-width: 1400px) {
    .header {
      padding-bottom: 90%;
      margin-top: -117px;
      background-image: url(../img/logo.png), url(../img/bg4-half.jpg);
      background-repeat: no-repeat, no-repeat;
      background-position: right top, center bottom;
      background-size: 80% auto, 100% auto; } }

  @media screen and (max-width: 700px) {
    .header {
      padding-bottom: 90%;
      margin-top: -70px;
      background-image: url(../img/logo.png), url(../img/bg-mobile2.jpg);
      background-repeat: no-repeat, no-repeat;
      background-position: right top, left bottom;
      background-size: 80% auto, 100% auto; } }

  .header .wrapper {
    padding-left: 80px; }
    @media screen and (max-width: 767px) {
      .header .wrapper {
        padding-left: 20px; } }
    @media screen and (min-width: 768px) {
      .header .wrapper {
        padding-left: 30px;
        padding-right: 170px; } }
  .header__wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .header__title {
    font-family: "SKODA Next W07 Black";
    font-size: 58px;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 0;
    line-height: 1;
    color: #000000;}
    @media screen and (max-width: 1400px) {
      .header__title {
        font-size: 83px;
        padding-top: 83px;
        max-width: 800px } }
    @media screen and (max-width: 1200px) {
      .header__title {
        font-size: 42px;
        padding-top: 42px;
        max-width: 800px; } }
    @media screen and (max-width: 767px) {
      .header__title {
        font-size: 40px;
        max-width: 600px;
        padding-top: 20px } }
    @media screen and (max-width: 600px) {
      .header__title {
        font-size: 25px;
        margin-bottom: 10px;
        max-width: 325px; } }
    @media screen and (max-width: 450px) {
      .header__title {
        margin-top: 20px; } }
    @media screen and (max-width: 450px) {
      .header__title {
        font-size: 28px;
        padding-right: 40px;
        margin-bottom: 10px; } }
  .header__subtitle {
    font-family: "SKODA Next W07 Regular";
    font-size: 22px;
    line-height: 1;
    line-height: 1;
    margin: 10px 0;
    color: #ffffff }
    @media screen and (max-width: 1400px) {
      .header__subtitle {
        font-size: 25px;
        padding-right: 100px;
        } }
    @media screen and (max-width: 1200px) {
      .header__subtitle {
        font-size: 20px;
        max-width: 500px; } }
    @media screen and (max-width: 767px) {
      .header__subtitle {
        font-size: 20px; } }
    @media screen and (max-width: 600px) {
      .header__subtitle {
        font-size: 20px;
        line-height: 22px;
        margin-top: 15px;
        max-width: 80%; } }
    @media screen and (max-width: 450px) {
      .header__subtitle {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 10px; } }
  .header__info {
    font-family: "SKODA Next W07 Regular";
    font-size: 20px;
    line-height: 1; }
    @media screen and (max-width: 1400px) {
      .header__info {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .header__info {
        font-size: 12px; } }
    @media screen and (max-width: 600px) {
      .header__info {
        font-size: 10px; } }
  .header__bottom-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right; }
  .header__contactus {
    margin-bottom: 20px; }
    .header__contactus img {
      max-width: 250px; }
      @media screen and (max-width: 980px) {
        .header__contactus img {
          max-width: 200px; } }
      @media screen and (max-width: 600px) {
        .header__contactus img {
          max-width: 120px; } }
  .header__note {
    font-family: "SKODA Next W07 Regular";
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 10px; }
    .header__note--left {
      float: left;
      vertical-align: middle; }
      @media screen and (max-width: 600px) {
        .header__note--left {
          text-align: right; } }
      @media screen and (max-width: 550px) {
        .header__note--left {
          width: 100%;
          text-align: right; } }
    .header__note--right {
      float: right;
      vertical-align: middle; }
      @media screen and (max-width: 670px) {
        .header__note--right {
          text-align: left; } }
    @media screen and (max-width: 980px) {
      .header__note {
        font-size: 12px; } }
    @media screen and (max-width: 750px) {
      .header__note {
        font-size: 11px; } }
    @media screen and (max-width: 670px) {
      .header__note {
        font-size: 9px; } }
    @media screen and (max-width: 550px) {
      .header__note {
        font-size: 7px; } }
    .header__note img {
      max-width: 25px;
      vertical-align: middle; }
      @media screen and (max-width: 670px) {
        .header__note img {
          max-width: 15px; } }

.main-section {
  padding: 10px 0 0 0; }
  .main-section__title {
    font-family: "SKODA Next W07 Bold";
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media screen and (max-width: 1300px) {
      .main-section__title {
        font-size: 35px; } }
    @media screen and (max-width: 767px) {
      .main-section__title {
        font-size: 20px; } }

.equipment-section {
  padding: 40px 0; }
  .equipment-section__image {
    width: 50%;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 670px) {
      .equipment-section__image {
        width: 100%;
        text-align: left;
        position: relative; } }
    .equipment-section__image span {
      display: inline-block;
      font-size: 16px;
      text-align: left;
      line-height: 1;
      vertical-align: bottom;
      padding-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .equipment-section__image span {
          font-size: 12px; } }
  .equipment-section p {
    margin-top: 30px;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .equipment-section p {
        font-size: 12px; } }
  .equipment-section__title {
    font-family: "SKODA Next W07 Light";
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media screen and (max-width: 1300px) {
      .equipment-section__title {
        font-size: 35px; } }
    @media screen and (max-width: 767px) {
      .equipment-section__title {
        font-size: 30px; } }

.navigation-section {
  padding: 40px 0;
  background: #e2e2e2; }
  .navigation-section__title {
    font-family: "SKODA Next W07 Light";
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media screen and (max-width: 1300px) {
      .navigation-section__title {
        font-size: 35px; } }
    @media screen and (max-width: 767px) {
      .navigation-section__title {
        font-size: 30px; } }

.infotainment-section {
  padding: 40px 0; }
  .infotainment-section__title {
    font-family: "SKODA Next W07 Light";
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media screen and (max-width: 1300px) {
      .infotainment-section__title {
        font-size: 35px; } }
    @media screen and (max-width: 767px) {
      .infotainment-section__title {
        font-size: 30px; } }

.testdrive-section {
  padding: 40px 0;
  background: #e2e2e2;
  text-align: center; }
  .testdrive-section__title {
    font-family: "SKODA Next W07 Bold";
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media screen and (max-width: 1300px) {
      .testdrive-section__title {
        font-size: 25px; } }
    @media screen and (max-width: 767px) {
      .testdrive-section__title {
        font-size: 20px; } }

.informations-section {
  padding: 40px 0;
  text-align: center; }
  .informations-section__title {
    font-family: "SKODA Next W07 Bold";
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media screen and (max-width: 1300px) {
      .informations-section__title {
        font-size: 25px; } }
    @media screen and (max-width: 767px) {
      .informations-section__title {
        font-size: 20px; } }

select::-ms-expand {
  display: none; }

/* Webkit */
*::-webkit-input-placeholder {
  color: #a4a4a4 !important;
  font-family: "SKODA Next W07 Regular";
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    *::-webkit-input-placeholder {
      font-size: 18px; } }

/* Firefox 4-18 */
*:-moz-placeholder {
  color: #a4a4a4 !important;
  font-family: "SKODA Next W07 Regular";
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    *:-moz-placeholder {
      font-size: 18px; } }

/* Firefox 19+ */
*::-moz-placeholder {
  color: #a4a4a4 !important;
  font-family: "SKODA Next W07 Regular";
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    *::-moz-placeholder {
      font-size: 18px; } }

/* IE10+ */
*:-ms-input-placeholder {
  color: #a4a4a4 !important;
  font-family: "SKODA Next W07 Regular";
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    *:-ms-input-placeholder {
      font-size: 18px; } }

.formulario p {
  font-family: "SKODA Next W07 Regular";
  font-size: 22px;
  text-align: center;
  color: #000;
  line-height: 126%;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .formulario p {
      font-size: 18px; } }
  .formulario p span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle; }

.formulario a {
  color: #000; }

.formulario li {
  width: 49%;
  margin-bottom: 50px;
  vertical-align: bottom;
  position: relative;
  display: inline-block;
  text-align: left; }
  @media screen and (max-width: 980px) {
    .formulario li {
      width: 100%; } }
  .formulario li.concessionario-item {
    text-align: left; }
  .formulario li.assunto-item {
    width: 100%;
    margin: 0 auto 50px auto;
    padding-left: 1%; }
    @media screen and (max-width: 980px) {
      .formulario li.assunto-item {
        padding-left: 0; } }
    .formulario li.assunto-item select {
      width: 47%; }
      @media screen and (max-width: 980px) {
        .formulario li.assunto-item select {
          width: 95%; } }
  .formulario li .phone-item, .formulario li .concessionario-item {
    text-align: right; }
    @media screen and (max-width: 980px) {
      .formulario li .phone-item, .formulario li .concessionario-item {
        text-align: left; } }
    .formulario li .phone-item label, .formulario li .concessionario-item label {
      padding-left: 5%;
      text-align: left; }
      @media screen and (max-width: 980px) {
        .formulario li .phone-item label, .formulario li .concessionario-item label {
          padding-left: 0; } }

.formulario label {
  font-family: "SKODA Next W07 Regular";
  font-size: 25px;
  color: #000;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .formulario label {
      font-size: 18px; } }

.formulario select {
  width: 95%;
  height: 50px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  font-family: "SKODA Next W07 Regular";
  font-size: 20px;
  color: #a4a4a4;
  background: url(../img/arrow-form.png) no-repeat right bottom; }
  @media screen and (max-width: 767px) {
    .formulario select {
      font-size: 18px; } }
  .formulario select.input-error {
    border-color: red; }

.formulario .comment {
  width: 100%; }

.formulario textarea {
  padding: 15px;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: "SKODA Next W07 Regular";
  font-size: 21px; }
  @media screen and (max-width: 767px) {
    .formulario textarea {
      font-size: 18px; } }
  .formulario textarea.input-error {
    border: 1px solid red; }

.formulario input[type='text'], .formulario input[type='email'] {
  width: 95%;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  color: #fff;
  font-family: "SKODA Next W07 Regular";
  font-size: 20px;
  box-shadow: inset 0px 0px 0px 0px #000;
  -moz-box-shadow: inset 0px 0px 0px 0px #000;
  -webkit-box-shadow: inset 0px 0px 0px 0px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#ffffff')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#ffffff'); }
  @media screen and (max-width: 767px) {
    .formulario input[type='text'], .formulario input[type='email'] {
      font-size: 18px; } }
  .formulario input[type='text'].input-error, .formulario input[type='email'].input-error {
    border-color: red; }

.formulario input[type='checkbox'] {
  width: 23px;
  height: 23px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff; }

.enviar {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }

input[type='submit'] {
  border: 2px solid #000;
  text-align: center;
  background: none;
  color: #000;
  outline: none;
  width: 160px;
  height: 73px;
  margin: 30px auto 0 auto;
  text-transform: uppercase;
  font-size: 33px;
  font-family: "SKODA Next W07 Regular";
  line-height: 100%;
  vertical-align: text-top; }
  @media screen and (max-width: 767px) {
    input[type='submit'] {
      font-size: 20px;
      width: 120px;
      height: 53px; } }

@media screen and (max-width: 480px) {
  body {
    overflow-x: hidden; } }

@media print {
  header,
  nav,
  footer {
    display: none; }
  img {
    max-width: 500px; }
  body {
    font: 14pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3; } }


.boxes {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.boxes .wrapper {
  background-color: white;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
}

.boxes .wrapper ul{
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin: 0 auto;
  color: #fff;

}

.boxes .wrapper ul li{
  display: block;
  text-align: center;
  width: 400px;
  height: 400px;
  float: left;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 7680px) {
  .boxes .wrapper ul li {
    width: 33%;
    height: 33%;
  }
}

@media screen and (max-width: 480px) {
  .boxes .wrapper ul li {
    width: 100%;
    height: 100%;
    float: none;
  }
}

