@charset "UTF-8";
/*! Author: Mladen Bicanic
	Author URL: https://social-wizard.com
**/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* Pikaday Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/ */
.pika-single { z-index: 9999; display: block; position: relative; color: #333; background: #fff; border: 1px solid #ccc; border-bottom-color: #bbb; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.pika-single.is-hidden { display: none; }

.pika-single.is-bound { position: absolute; box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single { *zoom: 1; }

.pika-single:before, .pika-single:after { content: " "; display: table; }

.pika-single:after { clear: both; }

.pika-lendar { float: left; width: 240px; margin: 8px; }

.pika-title { position: relative; text-align: center; }

.pika-title select { cursor: pointer; position: absolute; z-index: 9998; margin: 0; left: 0; top: 5px; filter: alpha(opacity=0); opacity: 0; }

.pika-label { display: inline-block; *display: inline; position: relative; z-index: 9999; overflow: hidden; margin: 0; padding: 5px 3px; font-size: 14px; line-height: 20px; font-weight: bold; color: #333; background-color: #fff; }

.pika-prev, .pika-next { display: block; cursor: pointer; position: relative; outline: none; border: 0; padding: 0; width: 20px; height: 30px; text-indent: 20px; white-space: nowrap; overflow: hidden; background-color: transparent; background-position: center center; background-repeat: no-repeat; background-size: 75% 75%; opacity: .5; *position: absolute; *top: 0; }

.pika-prev:hover, .pika-next:hover { opacity: 1; }

.pika-prev.is-disabled, .pika-next.is-disabled { cursor: default; opacity: .2; }

.pika-prev, .is-rtl .pika-next { float: left; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg=="); *left: 0; }

.pika-next, .is-rtl .pika-prev { float: right; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII="); *right: 0; }

.pika-select { display: inline-block; *display: inline; }

.pika-table { width: 100%; border-collapse: collapse; border-spacing: 0; border: 0; }

.pika-table th, .pika-table td { width: 14.285714285714286%; padding: 0; }

.pika-table th { color: #999; font-size: 12px; line-height: 25px; font-weight: bold; text-align: center; }

.pika-table abbr { border-bottom: none; cursor: help; }

.pika-button { cursor: pointer; display: block; -moz-box-sizing: border-box; box-sizing: border-box; outline: none; border: 0; margin: 0; width: 100%; padding: 5px; color: #666; font-size: 12px; line-height: 15px; text-align: right; background: #f5f5f5; }

.is-today .pika-button { color: #e11e25; font-weight: bold; }

.is-selected .pika-button { color: #fff; font-weight: bold; background: #1b417d; box-shadow: inset 0 1px 3px #4a6183; border-radius: 3px; }

.is-disabled .pika-button, .is-outside-current-month .pika-button { pointer-events: none; cursor: default; color: #999; opacity: .3; }

.pika-button:hover { color: #fff; background: #1b417d; box-shadow: none; border-radius: 3px; }

.pika-week { font-size: 11px; color: #999; }

.is-inrange .pika-button { background: #D5E9F7; }

.is-startrange .pika-button { color: #fff; background: #6CB31D; box-shadow: none; border-radius: 3px; }

.is-endrange .pika-button { color: #fff; background: #43becd; box-shadow: none; border-radius: 3px; }

/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }

.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }

.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }

.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

.mfp-align-top .mfp-container:before { display: none; }

.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }

.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }

.mfp-preloader a { color: #CCC; }

.mfp-preloader a:hover { color: #FFF; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }

button::-moz-focus-inner { padding: 0; border: 0; }

.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus { opacity: 1; }

.mfp-close:active { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }

.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }

.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }

.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }

.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }

.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }

.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }

.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }

.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }

.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }

.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { /** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } }

@media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } }

.content-right > * { margin: 0 0 0 auto; }

.relative { position: relative; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }

.ir:before { content: ""; display: block; width: 0; height: 150%; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.cf:before, .cf:after { content: " "; display: table; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.cf:after, .clearfix:after { clear: both; }

.cf, .clearfix { *zoom: 1; }

.block { display: block; }

.inline-block { display: inline-block; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.left { float: left; }

.right { float: right; }

.uppercase { text-transform: uppercase; }

.debug { outline: solid gold 1px; }

.debug-background { background: rgba(255, 215, 0, 0.2) !important; }

.rspimg { display: block; width: 100%; height: auto; }

.error { color: #ed4b47; }

.wysiwyg > ul, .wysiwyg > ul li ul, .accordion__list, .accordion__item .group__list, .pagination__list, .subpages__list, .topbar__links, .header__social > ul, .header .userbar__list, .header .userbar__item > ul, .prefooter__social > ul, .footer__links > ul, .menu__list, .submenu, .menu__social > ul, .user__menu > ul, .worklog__list, .fold__bottom ul, .subfold__bottom ul, .topoffers__slider .slick-dots, .guarantee__list, .hero__slider .slick-dots, .logos__list { margin: 0; padding: 0; list-style: none; }

.mt0 { margin-top: 0px !important; }

.mt5 { margin-top: 5px !important; }

.mt10 { margin-top: 10px !important; }

.mt15 { margin-top: 15px !important; }

.mt20 { margin-top: 20px !important; }

.mt30 { margin-top: 30px !important; }

.mt40 { margin-top: 40px !important; }

.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0px !important; }

.mr5 { margin-right: 5px !important; }

.mr10 { margin-right: 10px !important; }

.mr15 { margin-right: 15px !important; }

.mr20 { margin-right: 20px !important; }

.mr30 { margin-right: 30px !important; }

.mr40 { margin-right: 40px !important; }

.mr50 { margin-right: 50px !important; }

.mb0 { margin-bottom: 0px !important; }

.mb5 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb40 { margin-bottom: 40px !important; }

.mb50 { margin-bottom: 50px !important; }

.ml0 { margin-left: 0px !important; }

.ml5 { margin-left: 5px !important; }

.ml10 { margin-left: 10px !important; }

.ml15 { margin-left: 15px !important; }

.ml20 { margin-left: 20px !important; }

.ml30 { margin-left: 30px !important; }

.ml40 { margin-left: 40px !important; }

.ml50 { margin-left: 50px !important; }

.mv0 { margin-top: 0px !important; margin-bottom: 0px !important; }

.mv5 { margin-top: 5px !important; margin-bottom: 5px !important; }

.mv10 { margin-top: 10px !important; margin-bottom: 10px !important; }

.mv15 { margin-top: 15px !important; margin-bottom: 15px !important; }

.mv20 { margin-top: 20px !important; margin-bottom: 20px !important; }

.mv30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.mv40 { margin-top: 40px !important; margin-bottom: 40px !important; }

.mv50 { margin-top: 50px !important; margin-bottom: 50px !important; }

.mh0 { margin-right: 0px !important; margin-left: 0px !important; }

.mh5 { margin-right: 5px !important; margin-left: 5px !important; }

.mh10 { margin-right: 10px !important; margin-left: 10px !important; }

.mh15 { margin-right: 15px !important; margin-left: 15px !important; }

.mh20 { margin-right: 20px !important; margin-left: 20px !important; }

.mh30 { margin-right: 30px !important; margin-left: 30px !important; }

.mh40 { margin-right: 40px !important; margin-left: 40px !important; }

.mh50 { margin-right: 50px !important; margin-left: 50px !important; }

.pt0 { padding-top: 0px !important; }

.pt5 { padding-top: 5px !important; }

.pt10 { padding-top: 10px !important; }

.pt15 { padding-top: 15px !important; }

.pt20 { padding-top: 20px !important; }

.pt30 { padding-top: 30px !important; }

.pt40 { padding-top: 40px !important; }

.pt50 { padding-top: 50px !important; }

.pr0 { padding-right: 0px !important; }

.pr5 { padding-right: 5px !important; }

.pr10 { padding-right: 10px !important; }

.pr15 { padding-right: 15px !important; }

.pr20 { padding-right: 20px !important; }

.pr30 { padding-right: 30px !important; }

.pr40 { padding-right: 40px !important; }

.pr50 { padding-right: 50px !important; }

.pb0 { padding-bottom: 0px !important; }

.pb5 { padding-bottom: 5px !important; }

.pb10 { padding-bottom: 10px !important; }

.pb15 { padding-bottom: 15px !important; }

.pb20 { padding-bottom: 20px !important; }

.pb30 { padding-bottom: 30px !important; }

.pb40 { padding-bottom: 40px !important; }

.pb50 { padding-bottom: 50px !important; }

.pl0 { padding-left: 0px !important; }

.pl5 { padding-left: 5px !important; }

.pl10 { padding-left: 10px !important; }

.pl15 { padding-left: 15px !important; }

.pl20 { padding-left: 20px !important; }

.pl30 { padding-left: 30px !important; }

.pl40 { padding-left: 40px !important; }

.pl50 { padding-left: 50px !important; }

.pv0 { padding-top: 0px !important; padding-bottom: 0px !important; }

.pv5 { padding-top: 5px !important; padding-bottom: 5px !important; }

.pv10 { padding-top: 10px !important; padding-bottom: 10px !important; }

.pv15 { padding-top: 15px !important; padding-bottom: 15px !important; }

.pv20 { padding-top: 20px !important; padding-bottom: 20px !important; }

.pv30 { padding-top: 30px !important; padding-bottom: 30px !important; }

.pv40 { padding-top: 40px !important; padding-bottom: 40px !important; }

.pv50 { padding-top: 50px !important; padding-bottom: 50px !important; }

.ph0 { padding-right: 0px !important; padding-left: 0px !important; }

.ph5 { padding-right: 5px !important; padding-left: 5px !important; }

.ph10 { padding-right: 10px !important; padding-left: 10px !important; }

.ph15 { padding-right: 15px !important; padding-left: 15px !important; }

.ph20 { padding-right: 20px !important; padding-left: 20px !important; }

.ph30 { padding-right: 30px !important; padding-left: 30px !important; }

.ph40 { padding-right: 40px !important; padding-left: 40px !important; }

.ph50 { padding-right: 50px !important; padding-left: 50px !important; }

body { font-family: "Montserrat", sans-serif; font-size: 1em; }

a { color: #f1f4f8; }

a:link, a:active, a:visited, a:hover { text-decoration: none; outline: 0; }

a:active, a:visited { outline: 0; }

.heading { margin: 0 0 20px 0; font-size: 24px; font-size: 2.4rem; color: #1b417d; line-height: 1.3; }

.heading--lined { overflow: hidden; text-align: center; color: #1b417d; text-transform: uppercase; font-size: 18px; font-size: 1.8rem; letter-spacing: 0.4em; }

.heading--lined > span { position: relative; display: inline-block; }

.heading--lined > span:before, .heading--lined > span:after { content: " "; position: absolute; top: 50%; border-bottom: 2px solid #c11a20; width: 20px; margin: 0 20px; }

.heading--lined > span:before { right: 100%; }

.heading--lined > span:after { left: 100%; }

.heading--claim_blue { text-align: center; font-size: 26px; font-size: 2.6rem; font-weight: 900; line-height: 1.2; }

@media screen and (min-width: 1024px) { .heading--claim_blue { font-size: 40px; font-size: 4rem; } }

.heading--claim_blue span { color: #e11e25; }

.heading--big_blue { font-weight: 900; font-size: 36px; font-size: 3.6rem; }

@media screen and (min-width: 1024px) { .heading--big_blue { font-size: 48px; font-size: 4.8rem; } }

.heading--big_white { margin: 0 0 20px 0; color: #FFF; font-weight: 900; font-size: 36px; font-size: 3.6rem; }

@media screen and (min-width: 1024px) { .heading--big_white { font-size: 48px; font-size: 4.8rem; } }

.heading--small_blue { margin: 0 0 20px 0; font-weight: 400; font-size: 20px; font-size: 2rem; }

@media screen and (min-width: 1024px) { .heading--small_blue { font-size: 24px; font-size: 2.4rem; } }

.heading--small_white { margin: 0 0 20px 0; color: #FFF; font-weight: 900; font-weight: 400; font-size: 20px; font-size: 2rem; }

@media screen and (min-width: 1024px) { .heading--small_white { font-size: 24px; font-size: 2.4rem; } }

.heading--user { position: relative; margin: 0; padding: 20px; background: #9bacc5; font-size: 24px; font-size: 2.4rem; color: #FFF; font-weight: 400; }

.heading--login { position: relative; margin: 0; padding: 20px 60px 20px 20px; background: #9bacc5; font-size: 21px; font-size: 2.1rem; color: #FFF; font-weight: 400; }

.heading--login > i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 20px; font-size: 16px; font-size: 1.6rem; }

.heading--category_big { display: inline-block; position: relative; margin: 0 0 20px 0 0; padding: 0 50px 0 0; color: #FFF; }

@media screen and (min-width: 1024px) { .heading--category_big { margin: 0 0 40px 0; padding: 0 90px 0 0; } }

.heading--category_big > span { position: relative; padding: 10px 30px; background-color: #e11e25; font-size: 30px; font-size: 3rem; font-weight: 900; }

@media screen and (min-width: 1024px) { .heading--category_big > span { font-size: 50px; font-size: 5rem; } }

@media screen and (min-width: 1024px) { .heading--category_big > span:after { position: absolute; top: 0; right: -50px; content: " "; width: 0; height: 0; border-style: solid; border-width: 82px 50px 0 0; border-color: #e11e25 transparent transparent transparent; } }

.heading--category_big > i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; font-size: 38px; font-size: 3.8rem; }

.heading--category_italic { margin: 0; padding: 0; color: #FFF; font-weight: 900; font-style: italic; font-size: 20px; font-size: 2rem; }

@media screen and (min-width: 1024px) { .heading--category_italic { font-size: 30px; font-size: 3rem; } }

.h2, .wysiwyg > h2 { margin: 0 0 25px 0; color: #1b417d; font-size: 30px; font-size: 3rem; font-weight: 900; line-height: 1.3; }

@media screen and (min-width: 1024px) { .h2, .wysiwyg > h2 { font-size: 48px; font-size: 4.8rem; } }

.h3, .wysiwyg > h3 { margin: 0 0 25px 0; color: #1b417d; font-size: 24px; font-size: 2.4rem; font-weight: 700; line-height: 1.3; }

@media screen and (min-width: 1024px) { .h3, .wysiwyg > h3 { font-size: 30px; font-size: 3rem; } }

.h4, .wysiwyg > h4 { margin: 0 0 25px; color: #1b417d; font-size: 18px; font-size: 1.8rem; font-weight: 700; line-height: 1.3; }

.p, .notice, .wysiwyg > p, .wysiwyg > ul li, .fold__inner p, .fold__bottom p, .subfold__bottom p, .vehicleadd > .description { margin: 0 0 15px 0; color: #081d3c; font-size: 14px; font-size: 1.4rem; font-weight: 400; line-height: 1.5; }

.p a, .notice a, .wysiwyg > p a, .wysiwyg > ul li a, .fold__inner p a, .fold__bottom p a, .subfold__bottom p a, .vehicleadd > .description a { color: #e11e25; }

.p a:hover, .notice a:hover, .wysiwyg > p a:hover, .wysiwyg > ul li a:hover, .fold__inner p a:hover, .fold__bottom p a:hover, .subfold__bottom p a:hover, .vehicleadd > .description a:hover { text-decoration: underline; }

.notice { font-size: 12px; font-size: 1.2rem; width: 80%; margin: 20px auto; }

html { font-size: 62.5%; }

body { font-family: "Montserrat", sans-serif; font-size: 100%; line-height: 1.5; }

figure { position: relative; margin: 0; padding: 0; font-size: 0; }

body { padding: 100px 0 0 0; overflow-x: hidden; }

@media screen and (min-width: 1024px) { body { padding: 0px 0 0 0; } }

@media screen and (max-width: 1023px) { body.locked { overflow: hidden; height: 100%; width: 100%; position: fixed; } }

.container { margin: 0 auto; max-width: 1200px; }

@media screen and (min-width: 599px) and (max-width: 979px) { .container { max-width: 695px; } }

.container--outer { margin: 0 auto; max-width: 1600px; }

.main { margin: 0 0 40px 0; }

[class^="icon-"], [class*=" icon-"], .form__fieldset--error:after, .form__textfield[type="radio"] + i:before, .form__fieldset input[type="radio"] + i:before, .form__textfield[type="checkbox"] + i:before, .form__fieldset input[type="checkbox"] + i:before, .selectric .button:after, .accordion__item--add .accordion__label:before, .register__tabs .input[type="radio"] + :before, .register__tabs .input[type="radio"]:checked + :before, .menu__item--has_children .menu__link:after, .user__menu > ul > li a:after, .loyalty__box--card:before, .guarantee__item:before, .newsletter__inner:before, .vehicleadd > .description:before { font-family: 'zac'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

@font-face { font-family: 'zac'; src: url("../fonts/zac.eot?20180202"); src: url("../fonts/zac.eot?20180202#iefix") format("embedded-opentype"), url("../fonts/zac.ttf?20180202") format("truetype"), url("../fonts/zac.woff?20180202") format("woff"), url("../fonts/zac.svg?20180202#zac") format("svg"); font-weight: normal; font-style: normal; }

.icon-credit-card:before { content: "\e928"; }

.icon-alert:before { content: "\e900"; }

.icon-arrow-big-down:before { content: "\e901"; }

.icon-arrow-big-left:before { content: "\e902"; }

.icon-arrow-big-right:before { content: "\e903"; }

.icon-arrow-big-up:before { content: "\e904"; }

.icon-arrow-small-down:before { content: "\e905"; }

.icon-arrow-small-left:before { content: "\e906"; }

.icon-arrow-small-right:before { content: "\e907"; }

.icon-arrow-small-up:before { content: "\e908"; }

.icon-car:before { content: "\e909"; }

.icon-career:before { content: "\e90a"; }

.icon-checkbox-disable:before { content: "\e90b"; }

.icon-checkbox-off:before { content: "\e90c"; }

.icon-checkbox-on:before { content: "\e90d"; }

.icon-checkmark:before { content: "\e90e"; }

.icon-clock:before { content: "\e90f"; }

.icon-close:before { content: "\e910"; }

.icon-dijagnostika:before { content: "\e911"; }

.icon-download:before { content: "\e912"; }

.icon-facebook:before { content: "\e913"; }

.icon-instagram:before { content: "\e914"; }

.icon-lakirnica:before { content: "\e915"; }

.icon-limarija:before { content: "\e916"; }

.icon-linkedin:before { content: "\e917"; }

.icon-mail:before { content: "\e918"; }

.icon-mail-big:before { content: "\e919"; }

.icon-phone:before { content: "\e91a"; }

.icon-plus:before { content: "\e91b"; }

.icon-radio-disable:before { content: "\e91c"; }

.icon-radio-off:before { content: "\e91d"; }

.icon-radio-on:before { content: "\e91e"; }

.icon-send:before { content: "\e91f"; }

.icon-servis:before { content: "\e920"; }

.icon-sw:before { content: "\e921"; }

.icon-trash:before { content: "\e922"; }

.icon-upload:before { content: "\e923"; }

.icon-user:before { content: "\e924"; }

.icon-user-add:before { content: "\e925"; }

.icon-vulkanizacija:before { content: "\e926"; }

.icon-wallet:before { content: "\e927"; }

.styleguide { margin-bottom: 300px; }

.styleguide__title { margin: 20px 0; font-size: 32px; font-size: 3.2rem; text-transform: uppercase; border-bottom: 5px solid #f1f4f8; }

.styleguide__heading { margin: 40px 0; font-size: 24px; font-size: 2.4rem; border-bottom: 2px solid #d5d5d5; }

.styleguide .section { margin: 0 0 60px 0; }

.styleguide .section pre { margin: 60px 0; }

.styleguide .section .colors { margin-bottom: 25px; }

.styleguide .section .colors h3 { margin: 10px 0 10px 0; font-size: 14px; font-size: 1.4rem; }

.styleguide .section .colors__box { position: relative; display: inline-block; min-width: 100px; margin: 0 15px 30px 0; padding-left: 40px; font-size: 14px; font-size: 1.4rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.styleguide .section .colors__box > box { display: block; position: absolute; top: -4px; left: 0; width: 30px; height: 30px; background: #f1f4f8; }

.styleguide .section .fonts .font_prim, .styleguide .section .fonts .font_sec { display: inline-block; margin: 0 30px 10px 0; font-size: 20px; font-size: 2rem; font-family: "Montserrat", sans-serif; }

.styleguide .section .fonts .font_prim.italic, .styleguide .section .fonts .font_sec.italic { font-style: italic; }

.styleguide .section .fonts .font_prim.bold, .styleguide .section .fonts .font_sec.bold { font-weight: 700; }

.styleguide .section .fonts .font_prim.extrabold, .styleguide .section .fonts .font_sec.extrabold { font-weight: 800; }

.styleguide .section .fonts .font_prim.black, .styleguide .section .fonts .font_sec.black { font-weight: 900; }

.styleguide .section .buttons .btn, .styleguide .section .buttons .form__submit { margin: 0 30px 30px 0; }

.styleguide .section .buttons .btn--square { display: inline-block; margin-right: 15px; }

.styleguide .section .headings > * { margin-bottom: 40px; }

#sec-buttons { background: #f1f4f8; }

.card { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card__link { display: block; }

.card__figure { position: relative; }

.card__img { display: block; width: 100%; height: auto; }

.card__title { margin: 0 0 15px 0; padding: 5px 0; font-size: 21px; font-size: 2.1rem; color: #f1f4f8; font-weight: 300; line-height: 1.2; }

.card__excerpt { margin: 0; font-size: 15px; font-size: 1.5rem; color: #f1f4f8; font-weight: 300; line-height: 1.5; }

.card__data { padding: 15px 0; }

.card--01 { margin: 0 0 10px 0; }

@media screen and (min-width: 768px) { .card--01 { margin: 0 0 40px 0; } }

.card--01 .card__link { padding: 20px; background: #f1f4f8; background-repeat: no-repeat; background-position: center center; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .card--01 .card__link { padding: 50px 40px; background-position: right center; } }

.card--01 .card__link > span { display: block; position: absolute; top: 0; right: 0; bottom: 0; width: 40px; text-align: center; background: rgba(27, 65, 125, 0.5); -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

@media screen and (min-width: 768px) { .card--01 .card__link > span { width: 80px; } }

.card--01 .card__link > span i { display: block; position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 16px; font-size: 1.6rem; }

@media screen and (min-width: 768px) { .card--01 .card__link > span i { font-size: 22px; font-size: 2.2rem; } }

@media screen and (min-width: 768px) { .card--01 .card__link:hover { -webkit-box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.2); -moz-box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.2); box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.2); } }

.card--01 .card__link:hover > span { background: #1b417d; }

.card--01 .card__link:hover .card__title { color: #e11e25; }

.card--01 .card__title { margin: 0; color: #1b417d; font-weight: 900; font-size: 26px; font-size: 2.6rem; line-height: 1; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

@media screen and (min-width: 1024px) { .card--01 .card__title { font-size: 48px; font-size: 4.8rem; } }

.card--02 { position: relative; margin: 0 0 20px 0; padding: 20px 0 40px 0; }

.card--02 .card__link:hover .card__figure .mask { opacity: 1; visibility: visible; }

.card--02 .card__link:hover .card__discount { top: 20px; }

.card--02 .card__discount { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); padding: 15px; color: #FFF; background: #e11e25; text-align: center; z-index: 3; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card--02 .card__discount > span { display: block; text-transform: uppercase; font-size: 10px; font-size: 1rem; letter-spacing: 0.4em; line-height: 1.3; }

.card--02 .card__discount > strong { font-size: 30px; font-size: 3rem; line-height: 1; font-weight: 800; }

.card--02 .card__figure .mask { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(225, 30, 37, 0.2); background: -moz-linear-gradient(top, rgba(0, 27, 65, 0) 0%, #e11e25 100%); background: -webkit-linear-gradient(top, rgba(0, 27, 65, 0) 0%, #e11e25 100%); background: linear-gradient(to bottom, rgba(0, 27, 65, 0) 0%, #e11e25 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00001b41', endColorstr='#e11e25',GradientType=0 ); opacity: .75; z-index: 1; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; opacity: 0; visibility: hidden; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card--02 .card__title { position: absolute; top: 50%; left: 20px; right: 20px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; font-size: 18px; font-size: 1.8rem; line-height: 1; font-weight: 800; text-align: center; }

@media screen and (min-width: 1024px) { .card--02 .card__title { font-size: 30px; font-size: 3rem; } }

.card--02 .card__data { position: absolute; left: 0; right: 0; bottom: 0; padding: 0; background: #dee5f0; z-index: 2; overflow: hidden; height: 40px; line-height: 40px; }

.card--02 .card__data .duration { display: inline-block; padding: 0 0 0 15px; margin: 0 0 0 -20px; background: #081d3c; background: #1b417d; background: -webkit-linear-gradient(#1b417d, #123164); background: -moz-linear-gradient(#1b417d, #123164); background: -ms-linear-gradient(#1b417d, #123164); background: -o-linear-gradient(#1b417d, #123164); background: linear-gradient(#1b417d, #123164); transform: skew(-45deg); }

.card--02 .card__data .duration > span { display: inline-block; padding: 0 20px; text-transform: uppercase; font-size: 10px; font-size: 1rem; letter-spacing: 0.4em; line-height: 1.3; color: #FFF; transform: skew(45deg); }

.card--02 .card__data > strong { margin: 0; padding: 0 10px 0 0; font-size: 14px; font-size: 1.4rem; font-weight: 800; color: #1b417d; float: right; text-align: right; }

@media screen and (min-width: 480px) { .card--02 .card__data > strong { padding: 0 20px 0 0; font-size: 16px; font-size: 1.6rem; } }

.card--03 { margin: 0 0 20px 0; padding: 0; }

.card--03 .card__header { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; background: #1b417d; height: 48px; }

.card--03 .card__timestamp { margin: 0; padding: 10px 20px; font-size: 14px; font-size: 1.4rem; color: #FFF; font-weight: 700; }

@media screen and (max-width: 1023px) { .card--03 .card__cta { padding: 0 20px; } }

.card--03 .card__cta > span { display: none; }

@media screen and (min-width: 1024px) { .card--03 .card__cta > span { display: block; } }

@media screen and (max-width: 1023px) { .card--03 .card__cta > i { top: 50%; right: 50%; -webkit-transform: translate(50%, -50%); -moz-transform: translate(50%, -50%); -o-transform: translate(50%, -50%); -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); } }

.card--03 .card__description { padding: 20px; color: #123164; background: #dee5f0; }

.card--03 .card__description > p { margin: 0; font-size: 14px; font-size: 1.4rem; }

.card--04 { overflow: hidden; }

.card--04 .card__link { display: block; }

.card--04 .card__link:hover .card__cta { -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.card--04 .card__link:hover .card__title { -webkit-transform: translateY(500%); -moz-transform: translateY(500%); -o-transform: translateY(500%); -ms-transform: translateY(500%); transform: translateY(500%); }

.card--04 .card__figure { position: relative; }

.card--04 .card__figure .mask { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: -moz-linear-gradient(left, #e11e25 0%, rgba(27, 65, 125, 0) 100%); background: -webkit-linear-gradient(left, #e11e25 0%, rgba(27, 65, 125, 0) 100%); background: linear-gradient(to right, #e11e25 0%, rgba(27, 65, 125, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11e25', endColorstr='#001b417d',GradientType=1 ); opacity: .75; z-index: 1; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card--04 .card__title { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; z-index: 2; text-align: center; font-weight: 700; font-size: 18px; font-size: 1.8rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

@media screen and (min-width: 1024px) { .card--04 .card__title { font-size: 24px; font-size: 2.4rem; } }

.card--04 .card__title > i { margin: 0 5px; position: relative; top: -3px; font-size: 10px; font-size: 1rem; }

.card--04 .card__cta { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -500%); -moz-transform: translate(-50%, -500%); -o-transform: translate(-50%, -500%); -ms-transform: translate(-50%, -500%); transform: translate(-50%, -500%); z-index: 3; margin: 0; padding: 10px 20px; border: 2px solid #FFF; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; color: #FFF; text-transform: uppercase; font-size: 12px; font-size: 1.2rem; font-weight: 700; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card--04-alt .card__figure { position: relative; }

.card--04-alt .card__figure .mask { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: -moz-linear-gradient(left, rgba(27, 65, 125, 0) 0%, #e11e25 100%); background: -webkit-linear-gradient(left, rgba(27, 65, 125, 0) 0%, #e11e25 100%); background: linear-gradient(to right, rgba(27, 65, 125, 0) 0%, #e11e25 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b417d', endColorstr='#e11e25',GradientType=1 ); opacity: .75; z-index: 1; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.btn, .form__submit { position: relative; display: inline-block; margin: 0; padding: 12px 35px; color: #FFF; border: 2px solid transparent; text-align: center; font-size: 13px; font-size: 1.3rem; font-weight: 700; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #e11e25; text-transform: uppercase; min-height: 48px; }

.btn:hover, .form__submit:hover { background-color: #1b417d; -webkit-box-shadow: 8px 13px 20px rgba(0, 0, 0, 0.2); -moz-box-shadow: 8px 13px 20px rgba(0, 0, 0, 0.2); box-shadow: 8px 13px 20px rgba(0, 0, 0, 0.2); }

.btn.disabled, .disabled.form__submit { opacity: .2; cursor: not-allowed; pointer-events: none; }

.btn--big { padding: 12px 30px; color: #FFF; background-color: transparent; border-color: #FFF; }

@media screen and (min-width: 1024px) { .btn--big { padding: 0 70px; height: 60px; line-height: 60px; } }

.btn--big:hover { border-color: #1b417d; }

.btn--btn2 { padding: 20px 70px; color: #1b417d; background-color: #FFF; }

.btn--btn2:hover { color: #FFF; background-color: #ccd5e1; }

.btn--btn3 { background-color: #1b417d; }

.btn--btn3:hover { color: #FFF; background-color: #123164; }

.btn--btn4 { background-color: #e11e25; }

.btn--btn4:hover { color: #FFF; background-color: #c11a20; }

.btn--btn5 { padding: 0 25px 0 0; background-color: #123164; border: 0; text-transform: none; }

.btn--btn5:hover { color: #FFF; background-color: #1b417d; }

.btn--btn5:hover > span { background-color: #e11e25; }

.btn--btn5 > span { display: inline-block; margin-right: 20px; width: 48px; height: 48px; line-height: 48px; background-color: #1b417d; text-align: center; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.btn--btn6 { padding: 12px 26px; background-color: #1b417d; }

.btn--btn6:hover { color: #FFF; background-color: #123164; }

.btn--btn7 { padding: 12px 26px; background-color: #e11e25; }

.btn--btn7:hover { color: #FFF; background-color: #c11a20; }

.btn--btn8 { position: relative; padding: 14px 50px 14px 25px; background-color: #e11e25; font-size: 11px; font-size: 1.1rem; }

.btn--btn8 > i { position: absolute; top: 13px; right: 20px; font-size: 16px; font-size: 1.6rem; }

.btn--btn8:hover { color: #FFF; background-color: #c11a20; }

.btn--btn9 { position: relative; padding: 0 25px 0 45px; background-color: #1b417d; font-size: 11px; font-size: 1.1rem; height: 40px; line-height: 36px; min-height: auto; }

.btn--btn9 > i { position: absolute; top: 10px; left: 15px; font-size: 14px; font-size: 1.4rem; }

.btn--btn9:hover { color: #FFF; background-color: #123164; }

.btn--btn10 { position: relative; padding: 0 25px 0 45px; background-color: transparent; color: #e11e25; border-color: #e11e25; font-size: 11px; font-size: 1.1rem; height: 40px; line-height: 36px; min-height: auto; }

.btn--btn10 > i { position: absolute; top: 9px; left: 15px; font-size: 16px; font-size: 1.6rem; }

.btn--btn10:hover { color: #FFF; background-color: #c11a20; }

button.btn, button.form__submit { font-family: "Montserrat", sans-serif; }

button.btn:hover, button.form__submit:hover { cursor: pointer; }

button.btn.disabled, button.disabled.form__submit { opacity: .2; cursor: not-allowed; pointer-events: none; }

.modal { position: relative; margin: 20px auto; padding: 30px 15px; max-width: 1160px; background: #FFF; text-align: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 1024px) { .modal { padding: 80px 100px; } }

.modal h2 { color: #f1f4f8; font-weight: 400; text-transform: uppercase; font-size: 20px; font-size: 2rem; line-height: 1.2; }

.modal p { font-size: 14px; font-size: 1.4rem; }

.modal ol { counter-reset: item; margin: 0; padding: 0; list-style-position: inside; font-size: 14px; font-size: 1.4rem; }

.modal ol li { display: block; }

.modal ol li:before { content: counter(item) ". "; counter-increment: item; width: 2em; display: inline-block; }

.wysiwyg > .heading { text-align: left; }

.wysiwyg > h2 { color: #123164; }

.wysiwyg > h3 { position: relative; }

.wysiwyg > h3:after { display: block; content: " "; margin-top: 10px; width: 40px; height: 4px; background-color: #e11e25; }

.wysiwyg > h4 { position: relative; display: inline-block; color: #FFF; background: #1b417d; padding: 10px 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 1024px) { .wysiwyg > h4 { padding: 10px 5px 10px 15px; } }

@media screen and (min-width: 1024px) { .wysiwyg > h4:after { content: " "; position: absolute; top: 0; right: -30px; width: 0; height: 0; border-style: solid; border-width: 44px 30px 0 0; border-color: #1b417d transparent transparent transparent; } }

.wysiwyg > img { max-width: 100%; }

.wysiwyg .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.wysiwyg .video-container iframe, .wysiwyg .video-container object, .wysiwyg .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.wysiwyg figcaption { margin-bottom: 20px; font-size: 13px; font-size: 1.3rem; color: #f1f4f8; }

.wysiwyg > ul { margin-bottom: 40px; list-style-position: inside; }

.wysiwyg > ul li { position: relative; padding: 0 0 0 20px; }

.wysiwyg > ul li:before { position: absolute; left: 0; top: 8px; display: inline-block; content: " "; width: 6px; height: 6px; margin-right: 15px; background: #1b417d; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; }

.wysiwyg > ul li ul { margin-left: 10px; }

.wysiwyg > ul li ul li { font-weight: 300; }

.wysiwyg > ul li ul li:before { background: #e3e3e3; }

fieldset { margin: 0; padding: 0; }

input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

* { -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; outline: none !important; }

.form { position: relative; }

.form__wrap { position: relative; min-height: 100px; }

.form__wrap .loader { position: relative; display: block; margin: 30px auto; text-align: center; line-height: 1; }

.form__cta { margin: 0 0 20px 0; text-align: right; }

.form__cta > a { margin-left: 10px; }

.form__fieldset { position: relative; margin: 0 0 25px 0; padding: 0; border: 0; }

.form__fieldset--hidden { display: none !important; visibility: hidden; }

.form__fieldset--error:after { content: "\e900"; position: absolute; top: 18px; right: 10px; font-size: 14px; font-size: 1.4rem; color: #e11e25; }

.form__fieldset label.error { position: absolute; left: 15px; bottom: -18px; color: #e11e25; font-size: 10px; font-size: 1rem; text-transform: uppercase; }

.form__fieldset label.error.valid { left: auto; bottom: 12px; right: 10px; color: #2ecc71; font-size: 16px; font-size: 1.6rem; }

.form__label { position: relative; display: block; margin: 0 0 5px 0; font-size: 13px; font-size: 1.3rem; font-weight: 700; }

.form__label--radio, .form__label--checkbox { margin: 0 0 5px 0; padding: 0; font-size: 14px; font-size: 1.4rem; text-transform: none; font-weight: 400; }

.form__label--radio .radio > a { color: #dee5f0; border-bottom: 1px solid transparent !important; }

.form__label--radio .radio > a:hover { border-color: #dee5f0; }

.form__label--radio .radio > i { float: left; position: relative; top: -2px; }

.form__label--radio .radio > span { display: block; margin-left: 25px; }

.form__label--checkbox .checkbox > a { color: #dee5f0; border-bottom: 1px solid transparent !important; }

.form__label--checkbox .checkbox > a:hover { border-color: #dee5f0; }

.form__label--checkbox .checkbox > i { float: left; position: relative; top: -2px; }

.form__label--checkbox .checkbox > span { display: block; margin-left: 25px; }

.form__textfield, .form__fieldset input { margin: 0; padding: 0 15px; width: 100%; height: 48px; border: 1px solid #9bacc5; border-color: transparent; border-bottom-color: #9bacc5; background-color: transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #313131; font-size: 14px; font-size: 1.4rem; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.form__textfield:focus, .form__fieldset input:focus { border-color: #1b417d; color: #313131; }

.form__textfield::-webkit-input-placeholder, .form__fieldset input::-webkit-input-placeholder { color: #4a6183; }

.form__textfield:-moz-placeholder, .form__fieldset input:-moz-placeholder { color: #4a6183; }

.form__textfield::-moz-placeholder, .form__fieldset input::-moz-placeholder { color: #4a6183; }

.form__textfield:-ms-input-placeholder, .form__fieldset input:-ms-input-placeholder { color: #4a6183; }

.form__textfield.error, .form__fieldset input.error { border-color: #e11e25; }

.form__select { margin: 0; padding: 0 10px; width: 100%; height: 48px; border: 1px solid #9bacc5; border-color: transparent; border-bottom-color: #9bacc5; background-color: transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #717171; font-size: 14px; font-size: 1.4rem; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.form__select:focus { border: 1px solid #dee5f0; }

.form__select.error { border-color: #e11e25; }

.form__textarea, .form__fieldset textarea { padding: 10px; width: 100%; height: 130px; border: 1px solid #9bacc5; border-color: transparent; border-bottom-color: #9bacc5; background-color: transparent; font-size: 14px; font-size: 1.4rem; color: #313131; resize: vertical; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

@media screen and (min-width: 768px) { .form__textarea, .form__fieldset textarea { height: 150px; } }

.form__textarea:focus, .form__fieldset textarea:focus { border-color: #1b417d; color: #313131; }

.form__textarea::-webkit-input-placeholder, .form__fieldset textarea::-webkit-input-placeholder { color: #4a6183; }

.form__textarea:-moz-placeholder, .form__fieldset textarea:-moz-placeholder { color: #4a6183; }

.form__textarea::-moz-placeholder, .form__fieldset textarea::-moz-placeholder { color: #4a6183; }

.form__textarea:-ms-input-placeholder, .form__fieldset textarea:-ms-input-placeholder { color: #4a6183; }

.form__textarea.error, .form__fieldset textarea.error { border-color: #e11e25; }

form.form-homepage-inquiry label.error { color: #dee5f0; }

form.form-homepage-inquiry .form__fieldset--error:after { color: #dee5f0; }

form.form-homepage-inquiry .form__fieldset--error input { border-color: #e11e25; }

fieldset.form__fieldset--uploader .fileupload__wrap { padding: 15px 20px; position: relative; border: 1px solid #9bacc5; background: #dee5f0; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }

fieldset.form__fieldset--uploader .fileupload__wrap .text { color: #1b417d; font-size: 14px; font-size: 1.4rem; font-weight: 700; }

fieldset.form__fieldset--uploader .fileupload__wrap .icon { color: #1b417d; font-size: 18px; font-size: 1.8rem; }

fieldset.form__fieldset--uploader #fileupload { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; background: #1b417d; }

fieldset.form__fieldset--uploader #fileupload:hover { cursor: pointer; }

fieldset.form__fieldset--uploader #files p { margin: 20px 0 0 0; padding: 15px 0; border: 1px solid #ccd5e1; border-width: 0 0 1px 0; color: #e11e25; font-weight: 700; font-size: 13px; font-size: 1.3rem; }

fieldset.form__fieldset--uploader #progress { background-color: #dee5f0; }

fieldset.form__fieldset--uploader #progress .progress-bar { margin: 10px 0; height: 10px; width: 0; overflow: hidden; background-color: #1b417d; }

.sending { height: 50px; width: 50px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

.sending__box { position: relative; height: 50px; width: 40px; animation: box 5s infinite linear; }

.sending .border { background: #dee5f0; position: absolute; }

.sending .border.one { height: 4px; top: 0; left: 0; animation: border-one 5s infinite linear; }

.sending .border.two { top: 0; right: 0; height: 100%; width: 4px; animation: border-two 5s infinite linear; }

.sending .border.three { bottom: 0; right: 0; height: 4px; width: 100%; animation: border-three 5s infinite linear; }

.sending .border.four { bottom: 0; left: 0; height: 100%; width: 4px; animation: border-four 5s infinite linear; }

.sending .line { height: 4px; background: #dee5f0; position: absolute; width: 0%; left: 25%; }

.sending .line.one { top: 25%; width: 0%; animation: line-one 5s infinite linear; }

.sending .line.two { top: 45%; animation: line-two 5s infinite linear; }

.sending .line.three { top: 65%; animation: line-three 5s infinite linear; }

.form__label--checkbox, .form__label--radio { display: block; position: relative; padding: 0; font-weight: normal; cursor: pointer; -webkit-tap-highlight-color: transparent; }

.form__label--checkbox:last-of-type, .form__label--radio:last-of-type { margin-right: 1rem; }

.form__label--checkbox i, .form__label--radio i { display: inline-block; margin-right: 15px; font-style: normal; color: #ccd5e1; font-size: 20px; font-size: 2rem; }

.form__label--checkbox span, .form__label--radio span { line-height: 25px; }

.form__textfield[type="radio"], .form__fieldset input[type="radio"], .form__textfield[type="checkbox"], .form__fieldset input[type="checkbox"] { display: none; }

.form__textfield[type="radio"] + i:before, .form__fieldset input[type="radio"] + i:before, .form__textfield[type="checkbox"] + i:before, .form__fieldset input[type="checkbox"] + i:before { display: inline-block; height: 20px; width: 20px; }

.form__textfield[type="radio"]:checked + i, .form__fieldset input[type="radio"]:checked + i, .form__textfield[type="checkbox"]:checked + i, .form__fieldset input[type="checkbox"]:checked + i { position: relative; -webkit-animation: icon-beat 0.1s ease; animation: icon-beat 0.1s ease; }

.form__textfield[type="radio"]:checked + i + span, .form__fieldset input[type="radio"]:checked + i + span, .form__textfield[type="checkbox"]:checked + i + span, .form__fieldset input[type="checkbox"]:checked + i + span { -webkit-transition: all 0.1s ease; transition: all 0.1s ease; }

.form__textfield[type="radio"] + i:before, .form__fieldset input[type="radio"] + i:before { content: "\e91d"; }

.form__textfield[type="radio"]:checked + i:before, .form__fieldset input[type="radio"]:checked + i:before { content: "\e91e"; color: #1b417d; }

.form__textfield[type="checkbox"] + i:before, .form__fieldset input[type="checkbox"] + i:before { content: "\e90c"; }

.form__textfield[type="checkbox"]:checked + i:before, .form__fieldset input[type="checkbox"]:checked + i:before { content: "\e90d"; color: #1b417d; }

.selectric-wrapper { position: relative; cursor: pointer; }

.selectric-responsive { width: 100%; }

.selectric { border: 1px solid transparent; border-bottom: 1px solid #9bacc5; background: transparent; position: relative; }

.selectric .label { display: block; overflow: hidden; text-overflow: ellipsis; margin: 0 30px 0 0; height: 48px; line-height: 48px; padding: 0 15px; font-size: 13px; font-size: 1.3rem; color: #313131; min-height: 18px; }

.selectric .button { display: block; position: absolute; right: 0; top: 0; width: 48px; height: 48px; color: #FFF; text-align: center; font: 0/0 a; *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial; background-color: transparent; }

.selectric .button:after { display: inline-block; position: absolute; top: 20px; right: 5px; bottom: 0; left: 0; text-align: right; content: "\e905"; color: #1b417d; font-size: 8px; font-size: 0.8rem; transform-origin: 50% 25%; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; transform-origin: 38px 4px; }

.selectric-focus .selectric { border-color: #1b417d; }

.selectric-hover .selectric { border-color: #1b417d; }

.selectric-open { z-index: 9999; }

.selectric-open .selectric { border-color: #CCC; background: #F0F0F0; border-bottom-width: 0; }

.selectric-open .selectric .button:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.selectric-open .selectric-items { display: block; }

.selectric-open.selectric-above .selectric { border-top-width: 0; border-bottom-width: 1px; }

.selectric-open.selectric-above .selectric-items { border-bottom-width: 0; border-top-width: 1px; }

.selectric-disabled { filter: alpha(opacity=50); opacity: 0.5; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.selectric-hide-select { position: relative; overflow: hidden; width: 0; height: 0; }

.selectric-hide-select select { position: absolute; left: -100%; }

.selectric-hide-select.selectric-is-native { position: absolute; width: 100%; height: 100%; z-index: 10; }

.selectric-hide-select.selectric-is-native select { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; z-index: 1; box-sizing: border-box; opacity: 0; }

.selectric-input { position: absolute !important; top: 0 !important; left: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; margin: 0 !important; padding: 0 !important; width: 1px !important; height: 1px !important; outline: none !important; border: none !important; *font: 0/0 a !important; background: none !important; }

.selectric-temp-show { position: absolute !important; visibility: hidden !important; display: block !important; }

.selectric-items { display: none; position: absolute; top: 100%; left: 0; background: #FFF; border: 1px solid #ccd5e1; border-top-width: 0; z-index: -1; padding: 0; }

.selectric-items .selectric-scroll { height: 100%; overflow: auto; }

.selectric-above .selectric-items { top: auto; bottom: 100%; }

.selectric-items ul { list-style: none; padding: 0; margin: 0; font-size: 16px; font-size: 1.6rem; line-height: 20px; min-height: 20px; }

.selectric-items li { list-style: none; padding: 0; margin: 0; font-size: 13px; font-size: 1.3rem; min-height: 20px; display: block; padding: 10px 20px; color: #666; cursor: pointer; border-bottom: 1px solid #ccd5e1; }

.selectric-items li.highlighted { background: #1b417d; color: #444; }

.selectric-items li.selected { color: #1b417d; background: #dee5f0; }

.selectric-items li:hover { color: #1b417d; background: #dee5f0; }

.selectric-items .disabled { filter: alpha(opacity=50); opacity: 0.5; cursor: default !important; background: none !important; color: #666 !important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.selectric-items .selectric-group .selectric-group-label { font-weight: bold; padding-left: 10px; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background: none; color: #444; }

.selectric-items .selectric-group.disabled li { filter: alpha(opacity=100); opacity: 1; }

.selectric-items .selectric-group li { padding-left: 25px; }

@keyframes border-one { 0% { width: 0; }
  10% { width: 100%; }
  100% { width: 100%; } }

@keyframes border-two { 0% { height: 0; }
  10% { height: 0%; }
  20% { height: 100%; }
  100% { height: 100%; } }

@keyframes border-three { 0% { width: 0; }
  20% { width: 0%; }
  30% { width: 100%; }
  100% { width: 100%; } }

@keyframes border-four { 0% { height: 0; }
  30% { height: 0%; }
  40% { height: 100%; }
  100% { height: 100%; } }

@keyframes line-one { 0% { left: 25%;
    width: 0; }
  40% { left: 25%;
    width: 0%; }
  43% { left: 25%;
    width: 50%; }
  52% { left: 25%;
    width: 50%; }
  54% { left: 25%;
    width: 0%; }
  55% { right: 25%;
    left: auto; }
  63% { width: 10%;
    right: 25%;
    left: auto; }
  100% { width: 10%;
    right: 25%;
    left: auto; } }

@keyframes line-two { 0% { width: 0; }
  42% { width: 0%; }
  45% { width: 50%; }
  53% { width: 50%; }
  54% { width: 0%; }
  60% { width: 50%; }
  100% { width: 50%; } }

@keyframes line-three { 0% { width: 0; }
  45% { width: 0%; }
  48% { width: 50%; }
  51% { width: 50%; }
  52% { width: 0%; }
  100% { width: 0%; } }

@keyframes box { 0% { opacity: 1;
    margin-left: 0px;
    height: 50px;
    width: 40px; }
  55% { margin-left: 0px;
    height: 50px;
    width: 40px; }
  60% { margin-left: 0px;
    height: 35px;
    width: 50px; }
  74% { msthin-left: 0; }
  80% { margin-left: -50px;
    opacity: 1; }
  90% { height: 35px;
    width: 50px;
    margin-left: 50px;
    opacity: 0; }
  100% { opacity: 0; } }

@-webkit-keyframes icon-beat { 0% { -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
  100% { -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes icon-beat { 0% { -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
  100% { -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.accordion__item { margin-top: 20px; }

.accordion__item:first-child { margin-top: 0; }

.accordion__item input[type=checkbox]:checked + label + ul { max-height: 1000px; }

.accordion__item input[type=checkbox]:checked + label { color: #FFF; background-color: #1b417d; }

.accordion__item input[type=checkbox]:checked + label > span { border-color: #FFF; }

.accordion__item input[type=checkbox]:checked + label > span > i { display: inline-block; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); color: #FFF; }

.accordion__item label > span > i { -webkit-transition: -webkit-transform .65s ease; transition: transform .65s ease; }

.accordion__item .group__list { background-color: #f1f4f8; height: 100%; max-height: 0; overflow: hidden; overflow: auto; -webkit-transition: max-height .5s ease-in-out; transition: max-height .5s ease-in-out; }

.accordion__item .group__list > li .wysiwyg { padding: 20px 0; }

.accordion__item--add .accordion__label { color: #e11e25; background-color: #ccd5e1; border-color: #ccd5e1; }

.accordion__item--add .accordion__label:before { content: "\e91b"; margin-right: 5px; }

.accordion__item--add .accordion__label > span { color: #9bacc5; border-color: #9bacc5; }

.accordion__item--add input[type=checkbox]:checked + label { color: #FFF; background-color: #e11e25; }

.accordion__item--add input[type=checkbox]:checked + label > span { border-color: #c11a20; }

.accordion__item--add input[type=checkbox]:checked + label > span > i { color: #FFF; }

.accordion__label { position: relative; display: block; padding: 15px 20px; color: #FFF; color: #1b417d; background-color: #FFF; border: 1px solid #1b417d; font-size: 14px; font-size: 1.4rem; font-weight: 700; cursor: pointer; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.accordion__label > span { position: absolute; top: 0; bottom: 0; right: 0; width: 50px; text-align: center; color: #1b417d; font-size: 8px; font-size: 0.8rem; border-left: 1px solid #1b417d; }

.accordion__label > span i { position: relative; top: 20px; }

.tabs { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background: #ccd5e1; }

.tabs__label { width: 100%; padding: 20px 30px; cursor: pointer; font-size: 16px; font-size: 1.6rem; text-align: center; text-transform: uppercase; font-weight: 700; color: #1b417d; background: #ccd5e1; opacity: .5; transition: background 0.1s, color 0.1s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 600px) { .tabs__label { width: 50%; } }

.tabs__input { position: absolute; opacity: 0; visibility: hidden; }

.tabs__input:focus + .tabs__label { z-index: 1; }

.tabs__input:checked + .tabs__label { opacity: 1; background: #FFF; color: #e11e25; border: 1px solid #ccd5e1; }

.tabs__input:checked + .tabs__label + .tabs__panel { display: block; }

.tabs__panel { display: none; width: 100%; padding: 20px 30px 30px; background: #FFF; }

@media screen and (min-width: 600px) { .tabs__panel { -webkit-box-ordinal-group: 100; -webkit-order: 99; -moz-order: 99; -ms-flex-order: 99; order: 99; } }

.pagination { margin: 20px 0; text-align: center; }

@media screen and (min-width: 768px) { .pagination { margin: 40px 0; } }

.pagination__list { position: relative; display: block; text-align: center; }

@media screen and (min-width: 768px) { .pagination__list { text-align: right; } }

.pagination__item { position: relative; display: inline-block; margin: 0 2px 10px 2px; padding: 0; color: #f1f4f8; font-size: 13px; font-size: 1.3rem; }

.pagination__item.first { margin-left: 0; }

.pagination__item.last { margin-right: 0; }

.pagination__item a, .pagination__item span { position: relative; display: inline-block; margin: 0; padding: 13px 18px; text-align: center; color: #1b417d; background: transparent; font-size: 12px; font-size: 1.2rem; border: 1px solid #dee5f0; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.pagination__item a.current, .pagination__item span.current { background: #9bacc5; border-color: #9bacc5; color: #FFF; }

.pagination__item a:hover { color: #FFF; background: #9bacc5; }

.page__login, .page__register, .page__404, .page__fs { position: relative; padding: 0 !important; }

.page__login:before, .page__register:before, .page__404:before, .page__fs:before { display: block; content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: transparent url("../img/color-bar.png") center 0 repeat-x; }

.login { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; padding: 20px 0; background: #f1f4f8; }

@media screen and (min-width: 480px) { .login { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; padding: 3% 0; } }

.login__logo { margin: 20px; }

@media screen and (min-width: 480px) { .login__logo { margin: 0 0 40px 0; } }

.login__wrap { margin: 0; padding: 0; width: 100%; background: #FFF; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 480px) { .login__wrap { margin: 0 auto; width: 380px; -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1); -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1); box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1); } }

.login .form--login { margin: 0; padding: 0; width: 100%; background: #FFF; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 480px) { .login .form--login { margin: 0 auto; width: 380px; -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1); -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1); box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1); } }

.login .form--login .form__inner { padding: 20px; }

@media screen and (min-width: 480px) { .login .form--login .form__inner { padding: 40px 40px 20px 40px; } }

.login .form--login .form__inner .p, .login .form--login .form__inner .notice, .login .form--login .form__inner .wysiwyg > p, .login .form--login .form__inner .wysiwyg > ul li, .wysiwyg > ul .login .form--login .form__inner li, .login .form--login .form__inner .fold__inner p, .fold__inner .login .form--login .form__inner p, .login .form--login .form__inner .fold__bottom p, .fold__bottom .login .form--login .form__inner p, .login .form--login .form__inner .subfold__bottom p, .subfold__bottom .login .form--login .form__inner p, .login .form--login .form__inner .vehicleadd > .description { margin: 20px 0 30px 0; text-align: center; }

.login .form--login .btn, .login .form--login .form__submit { display: block; margin: 0 auto; }

.login .p, .login .notice, .login .wysiwyg > p, .login .wysiwyg > ul li, .wysiwyg > ul .login li, .login .fold__inner p, .fold__inner .login p, .login .fold__bottom p, .fold__bottom .login p, .login .subfold__bottom p, .subfold__bottom .login p, .login .vehicleadd > .description { margin: 10px auto; text-align: center; color: #081d3c; }

.register { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; padding: 20px 0; background: #f1f4f8; }

@media screen and (min-width: 480px) { .register { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; padding: 3% 0; } }

.register__logo { margin: 20px; }

@media screen and (min-width: 480px) { .register__logo { margin: 0 0 40px 0; } }

.register__wrap { margin: 0; padding: 0; width: 100%; background: #FFF; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 480px) { .register__wrap { margin: 0 auto 10px auto; width: 380px; -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1); -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1); box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1); } }

.register .form--register .form__inner .p, .register .form--register .form__inner .notice, .register .form--register .form__inner .wysiwyg > p, .register .form--register .form__inner .wysiwyg > ul li, .wysiwyg > ul .register .form--register .form__inner li, .register .form--register .form__inner .fold__inner p, .fold__inner .register .form--register .form__inner p, .register .form--register .form__inner .fold__bottom p, .fold__bottom .register .form--register .form__inner p, .register .form--register .form__inner .subfold__bottom p, .subfold__bottom .register .form--register .form__inner p, .register .form--register .form__inner .vehicleadd > .description { margin: 20px 0 30px 0; text-align: center; }

.register .form--register .btn, .register .form--register .form__submit { display: block; margin: 0 auto; }

.register .p, .register .notice, .register .wysiwyg > p, .register .wysiwyg > ul li, .wysiwyg > ul .register li, .register .fold__inner p, .fold__inner .register p, .register .fold__bottom p, .fold__bottom .register p, .register .subfold__bottom p, .subfold__bottom .register p, .register .vehicleadd > .description { margin: 10px auto; text-align: center; color: #081d3c; }

.register__tabs { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background: #ccd5e1; }

.register__tabs .label { width: 100%; padding: 20px 30px; cursor: pointer; font-size: 14px; font-size: 1.4rem; color: #1b417d; opacity: .5; background: #ccd5e1; transition: background 0.1s, color 0.1s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 600px) { .register__tabs .label { width: 50%; } }

.register__tabs .input { position: absolute; opacity: 0; visibility: hidden; }

.register__tabs .input:focus + .label { z-index: 1; }

.register__tabs .input:checked + .label { opacity: 1; background: #FFF; }

.register__tabs .input:checked + .label + .panel { display: block; }

.register__tabs .input[type="radio"] + :before { margin-right: 10px; content: "\e91d"; font-size: 18px; font-size: 1.8rem; }

.register__tabs .input[type="radio"]:checked + :before { content: "\e91e"; color: #1b417d; }

.register__tabs .panel { display: none; width: 100%; padding: 20px 30px 30px; background: #FFF; }

@media screen and (min-width: 600px) { .register__tabs .panel { -webkit-box-ordinal-group: 100; -webkit-order: 99; -moz-order: 99; -ms-flex-order: 99; order: 99; } }

.p404 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; padding: 20px 0; background: #f1f4f8; }

@media screen and (min-width: 480px) { .p404 { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; padding: 3% 0; } }

.p404__logo { margin: 20px; }

@media screen and (min-width: 480px) { .p404__logo { margin: 0 0 40px 0; } }

.p404__heading { position: relative; margin: 40px auto; line-height: 1; font-size: 80px; font-size: 8rem; font-weight: 900; color: #9bacc5; text-align: center; }

@media screen and (min-width: 1024px) { .p404__heading { margin: 0 0 40px 0; font-size: 200px; font-size: 20rem; } }

.p404__heading:after { position: absolute; left: 50%; bottom: -20px; margin-left: -20px; content: " "; display: block; height: 4px; width: 40px; background-color: #e11e25; z-index: 1; }

.p404__description { margin: 0 20px; color: #123164; font-size: 16px; font-size: 1.6rem; max-width: 580px; line-height: 1.2; text-align: center; }

@media screen and (min-width: 1024px) { .p404__description { font-size: 26px; font-size: 2.6rem; } }

.p404__cta { display: block; margin: 20px auto; width: 280px; }

.status { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; padding: 20px 0; background: #f1f4f8; }

@media screen and (min-width: 480px) { .status { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; padding: 3% 0; } }

.status__logo { margin: 20px; }

@media screen and (min-width: 480px) { .status__logo { margin: 0 0 40px 0; } }

.status__heading { position: relative; margin: 40px auto; font-size: 28px; font-size: 2.8rem; font-weight: 900; color: #9bacc5; text-align: center; }

@media screen and (min-width: 1024px) { .status__heading { margin: 0 0 40px 0; font-size: 46px; font-size: 4.6rem; line-height: 1; } }

.status__heading:after { position: absolute; left: 50%; bottom: -20px; margin-left: -20px; content: " "; display: block; height: 4px; width: 40px; background-color: #e11e25; z-index: 1; }

.status__description { margin: 20px; color: #123164; font-size: 16px; font-size: 1.6rem; max-width: 580px; line-height: 1.5; text-align: center; }

.status__cta { display: block; margin: 20px auto; width: 280px; }

.subpages__item { display: block; }

.notification { margin: 20px auto; padding: 20px; max-width: 80%; text-align: center; color: #FFF; font-size: 16px; font-size: 1.6rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.notification__title { margin: 0; padding: 10px 0 0 0; font-size: 24px; font-size: 2.4rem; font-weight: 700; line-height: 1; color: #FFF !important; text-decoration: none !important; }

.notification__description { margin: 15px 0; padding: 0 30px; font-size: 16px; font-size: 1.6rem; font-weight: 300; line-height: 1; color: #FFF !important; text-decoration: none !important; }

@media screen and (max-width: 767px) { .notification__description { font-size: 14px; font-size: 1.4rem; line-height: 1.2; } }

.notification__close { display: block; padding: 5px 0; font-size: 16px; font-size: 1.6rem; font-weight: 700; color: #FFF !important; text-decoration: none !important; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -ms-border-radius: 0 0 4px 4px; -o-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }

.notification--success { background: #27ae60; }

.notification--success .notification__close { background-color: #1e8449; }

.notification--error { background: #c0392b; }

.notification--error .notification__close { background-color: #962d22; }

.notification--warning { background: #e7a200; }

.notification--warning .notification__close { background-color: #b47e00; }

.notification--notice { background: #2980b9; }

.notification--notice .notification__close { background-color: #20638f; }

.notification--important { background: #e74c3c; }

.notification--important .notification__close { background-color: #d62c1a; }

.topbar { display: none; }

@media screen and (min-width: 1024px) { .topbar { display: block; position: relative; background: #1b417d; background: -webkit-linear-gradient(#1b417d, #123164); background: -moz-linear-gradient(#1b417d, #123164); background: -ms-linear-gradient(#1b417d, #123164); background: -o-linear-gradient(#1b417d, #123164); background: linear-gradient(#1b417d, #123164); height: 50px; } }

.topbar__links { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; height: 50px; }

.topbar__links > li { margin: 0; line-height: 50px; border-left: 1px solid rgba(0, 0, 0, 0.15); }

.topbar__links > li:first-child a { font-size: 24px; font-size: 2.4rem; font-weight: 700; padding-left: 0; }

.topbar__links > li:first-child a i { position: relative; top: -1px; font-size: 16px; font-size: 1.6rem; }

.topbar__links > li:nth-child(1), .topbar__links > li:nth-child(2) { border: 0; }

.topbar__links > li a { display: block; padding: 0 15px; color: #FFF; font-size: 13px; font-size: 1.3rem; }

.topbar__links > li a i { color: #e11e25; margin-right: 5px; }

.header { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1023px) { .header { position: fixed; top: 0; left: 0; right: 0; height: 100px; background-color: #f6f6f6; border-bottom: 1px solid #ccd5e1; -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); z-index: 999; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } }

@media screen and (min-width: 1024px) { .header { height: 120px; } }

.header.nav_up { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -o-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }

@media screen and (min-width: 599px) and (max-width: 979px) { .header > .container { max-width: 1200px; } }

.header__inner { padding: 40px 0 0 0; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 100px; z-index: 2; }

@media screen and (min-width: 1024px) { .header__inner { padding: 0; height: 120px; } }

@media screen and (min-width: 1024px) { .header__menu--mobile { display: none !important; } }

.header__logo { margin: 10px 20px; width: 120px; }

@media screen and (min-width: 1024px) { .header__logo { margin: 28px 0 15px 0; width: 206px; height: 62px; } }

.header__social { display: none; }

@media screen and (min-width: 1024px) { .header__social { display: block; margin: 54px 0 0 0; } }

.header__social > ul li { display: inline-block; }

@media screen and (min-width: 1024px) { .header__social > ul li { padding: 0 0 0 10px; } }

.header__social > ul li a { color: #ccd5e1; font-size: 28px; font-size: 2.8rem; }

.header__social > ul li a:hover { color: #1b417d; }

.header__links { display: none; }

@media screen and (min-width: 1024px) { .header__links { display: block; margin: 50px 0 0 0; } }

.header__links > a { margin-left: 10px; }

.header .userbar { position: absolute; top: 0; left: 0; right: 0; height: 40px; background: #e11e25; background: -webkit-linear-gradient(#e11e25, #c11a20); background: -moz-linear-gradient(#e11e25, #c11a20); background: -ms-linear-gradient(#e11e25, #c11a20); background: -o-linear-gradient(#e11e25, #c11a20); background: linear-gradient(#e11e25, #c11a20); text-align: center; }

@media screen and (min-width: 1024px) { .header .userbar { height: 50px; text-align: right; } }

@media screen and (min-width: 1024px) { .header .userbar { top: -25px; left: auto; right: -21px; transform: skew(-40deg); } }

.header .userbar__inner { position: relative; padding: 0 10px; }

@media screen and (min-width: 1024px) { .header .userbar__inner { padding: 0 20px 0 40px; text-align: right; transform: skew(40deg); } }

.header .userbar:after { display: none; }

@media screen and (min-width: 1024px) { .header .userbar:after { display: block; position: absolute; top: 0; left: 100%; margin-left: -2px; content: " "; background: #e11e25; background: -webkit-linear-gradient(#e11e25, #c11a20); background: -moz-linear-gradient(#e11e25, #c11a20); background: -ms-linear-gradient(#e11e25, #c11a20); background: -o-linear-gradient(#e11e25, #c11a20); background: linear-gradient(#e11e25, #c11a20); width: 10000px; height: 50px; } }

.header .userbar__link { display: inline-block; padding: 0 10px; font-size: 13px; font-size: 1.3rem; line-height: 40px; font-weight: 800; }

@media screen and (min-width: 1024px) { .header .userbar__link { padding: 0 25px 0 20px; line-height: 50px; } }

.header .userbar__link > i { margin-right: 5px; }

.header .userbar__link:hover { color: #ccd5e1; }

.header .userbar__link--has_children { padding: 0 30px 0 10px; }

.header .userbar__link--has_children .icon { position: absolute; right: 5px; font-size: 8px; font-size: 0.8rem; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.header .userbar__item { position: relative; display: inline-block; border-left: 1px solid rgba(0, 0, 0, 0.1); }

.header .userbar__item:first-child { border: 0; }

.header .userbar__item:last-child { padding-right: 0; }

.header .userbar__item:hover > a { background: #123164; background: -webkit-linear-gradient(#123164, #1b417d); background: -moz-linear-gradient(#123164, #1b417d); background: -ms-linear-gradient(#123164, #1b417d); background: -o-linear-gradient(#123164, #1b417d); background: linear-gradient(#123164, #1b417d); }

.header .userbar__item:hover > a .icon { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.header .userbar__item:hover > ul { opacity: 1; visibility: visible; max-height: 500px; height: auto; }

.header .userbar__item > ul { opacity: 0; visibility: hidden; position: absolute; right: 0; background: #1b417d; padding: 0; text-align: left; min-width: 200px; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.header .userbar__item > ul > li { padding: 0; border-top: 1px solid #123164; }

.header .userbar__item > ul > li:first-child { border: 0; }

.header .userbar__item > ul > li a { display: block; padding: 0 20px; font-weight: 400; }

.header .userbar__item > ul > li a:hover { background-color: #081d3c; }

.header__mobile_menu { display: block; position: absolute; right: 0; top: 40px; overflow: hidden; margin: 0; padding: 0; width: 60px; height: 60px; font-size: 0; text-indent: -9999px; background: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none; border-radius: 0; border: 1px solid #ccd5e1; border-width: 0 0 0 1px; cursor: pointer; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; z-index: 998; }

@media screen and (min-width: 1024px) { .header__mobile_menu { display: none; } }

.header__mobile_menu:focus { outline: none; }

.header__mobile_menu span { display: block; position: absolute; top: 28px; left: 20px; right: 20px; height: 3px; background: #FFF; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

@media screen and (max-width: 1023px) { .header__mobile_menu span { background: #1b417d; } }

.header__mobile_menu span:before, .header__mobile_menu span:after { content: " "; position: absolute; display: block; left: 0; width: 100%; height: 3px; background-color: #1b417d; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition-duration: 0.3s, 0.3s; transition-duration: 0.3s, 0.3s; -webkit-transition-delay: 0.3s, 0s; transition-delay: 0.3s, 0s; }

@media screen and (max-width: 1023px) { .header__mobile_menu span:before, .header__mobile_menu span:after { background: #1b417d; } }

.header__mobile_menu span:before { top: -5px; -webkit-transition-property: top, -webkit-transform; transition-property: top, transform; }

.header__mobile_menu span:after { bottom: -5px; -webkit-transition-property: bottom, -webkit-transform; transition-property: bottom, transform; }

.header__mobile_menu.is_open span { background: none; }

.header__mobile_menu.is_open span:before { top: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); background: #dee5f0; }

.header__mobile_menu.is_open span:after { bottom: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); background: #dee5f0; }

.header__mobile_menu.is_open span:before, .header__mobile_menu.is_open span:after { -webkit-transition-delay: 0s, 0.3s; transition-delay: 0s, 0.3s; }

.prefooter { color: #FFF; background: #03142c; }

.prefooter__logo { margin: 40px auto; max-width: 200px; }

@media screen and (min-width: 1024px) { .prefooter__logo { margin: 40px 0; max-width: 280px; } }

.prefooter__payment { margin: 20px 0; padding: 20px 0 0 0; border-top: 1px solid #123164; }

.prefooter__payment_cards > img { max-width: 330px; }

.prefooter__payment_description { margin: 20px 0 0 0; color: #4a6183; font-size: 10px; font-size: 1rem; }

.prefooter__payment_description p { margin: 0 0 5px 0; }

.prefooter__payment_description p span { color: #ccd5e1; text-transform: uppercase; font-weight: 700; }

.prefooter__social { margin: 20px 0; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }

@media screen and (min-width: 1024px) { .prefooter__social { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.prefooter__social > h4 { display: block; margin: 0 10px; color: #9bacc5; font-size: 14px; font-size: 1.4rem; text-align: center; }

@media screen and (min-width: 1024px) { .prefooter__social > h4 { text-align: right; } }

.prefooter__social > ul li { display: inline-block; margin-left: 10px; }

.prefooter__social > ul li:first-child { margin-left: 0; }

.prefooter__social > ul li a { color: #9bacc5; font-size: 30px; font-size: 3rem; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.prefooter__social > ul li a:hover { color: #FFF; }

.location { background: #1b417d; }

@media screen and (min-width: 1024px) { .location { background: none; } }

@media screen and (min-width: 1200px) { .location { min-height: 440px; } }

.location__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; background: #1b417d; }

@media screen and (min-width: 1024px) { .location__inner { position: absolute; top: 0; left: 10px; right: 10px; z-index: 1; background: #1b417d; } }

.location__content { padding: 10px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #FFF; }

@media screen and (min-width: 1024px) { .location__content { padding: 40px 50px; } }

.location__content > h4 { margin: 0 0 20px 0; font-size: 18px; font-size: 1.8rem; font-weight: 900; }

.location__content > p { margin: 0 0 20px 0; font-size: 16px; font-size: 1.6rem; font-weight: 400; }

.location__content .btn, .location__content .form__submit { margin-top: 20px; }

.footer { margin: 0; padding: 20px 0 0 0; background: #FFF; border-top: 1px solid #dee5f0; }

@media screen and (min-width: 1024px) { .footer { padding: 30px 0; } }

@media screen and (min-width: 1024px) { .footer__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; } }

@media screen and (max-width: 1023px) { .footer__links > ul { text-align: center; } }

@media screen and (min-width: 1024px) { .footer__links > ul li { display: inline-block; } }

.footer__links > ul li:first-child a { padding-left: 0; }

.footer__links > ul li a { display: inline-block; padding: 0 10px; color: #1b417d; font-weight: 700; font-size: 13px; font-size: 1.3rem; }

.footer__branding { margin: 30px 0 0 -45px; text-align: center; }

@media screen and (max-width: 1023px) { .footer__branding { margin: 0 0 0 -45px; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, 0.2); } }

@media screen and (min-width: 1024px) { .footer__branding { float: right; margin: 0 45px 0 0; text-align: right; } }

.footer__branding a { position: relative; color: #081d3c; font-size: 13px; font-size: 1.3rem; }

.footer__branding a:hover i { opacity: 0.6; }

.footer__branding a strong { color: #e11e25; }

.footer__branding a i { position: absolute; top: -9px; right: -45px; font-size: 34px; font-size: 3.4rem; color: #e11e25; }

@media screen and (min-width: 1024px) { .footer__branding a i { right: -40px; } }

.menu { -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

@media screen and (max-width: 1023px) { .menu { position: absolute; top: 100px; right: 0; bottom: -1200px; left: 0; padding: 0 0 1200px 0; z-index: 999; backface-visibility: hidden; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } }

@media screen and (min-width: 1024px) { .menu { display: block; margin: 54px 0 0 0; } }

@media screen and (max-width: 1023px) { .menu.is_open { -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

@media screen and (max-width: 1023px) { .menu__inner { position: absolute; top: 0; left: 0; right: 0; bottom: 1200px; display: block; margin: 0; overflow-x: hidden; overflow-y: auto; padding: 0; width: 100%; z-index: 3; background: #f1f4f8; } }

@media screen and (min-width: 1024px) { .menu__inner { min-height: auto !important; } }

.menu__inner .alt_header__links { display: block; }

@media screen and (min-width: 1024px) { .menu__inner .alt_header__links { display: none; } }

.menu__inner .alt_header__links > a { display: block; text-align: left; }

.menu__item { position: relative; display: block; border-top: 1px solid #dee5f0; }

@media screen and (min-width: 1024px) { .menu__item { display: inline-block; border: 0; } }

.menu__item:first-child { border-top: 0; }

@media screen and (min-width: 1024px) { .menu__item:first-child { border: 0; } }

@media screen and (min-width: 1024px) { .menu__item:hover .menu__link { background: #f1f4f8; } }

@media screen and (min-width: 1024px) { .menu__item:hover .menu__link:after { color: #e11e25; } }

@media screen and (min-width: 1024px) { .menu__item:hover > ul { opacity: 1; visibility: visible; max-height: 500px; } }

@media screen and (min-width: 1024px) { .menu__item.first { padding-left: 0; } }

@media screen and (min-width: 1024px) { .menu__item.last { padding-right: 0; } }

.menu__item.current .menu__link { color: #e11e25; }

@media screen and (min-width: 1024px) { .menu__item--has_children .menu__link { padding: 10px 10px 32px 10px; } }

.menu__item--has_children .menu__link:after { display: none; content: "\e905"; position: absolute; bottom: 10px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); color: #9bacc5; font-size: 8px; font-size: 0.8rem; }

@media screen and (min-width: 1024px) { .menu__item--has_children .menu__link:after { display: block; } }

.menu__item--has_children:hover .menu__link { opacity: 1; }

@media screen and (min-width: 1024px) { .menu__item--has_children:hover .menu__link:after { visibility: visible; opacity: 1; color: #e11e25; } }

.menu__link { display: block; position: relative; padding: 16px 20px; color: #1b417d; font-size: 13px; font-size: 1.3rem; text-transform: uppercase; font-weight: 700; }

@media screen and (min-width: 1024px) { .menu__link { padding: 5px 10px; font-size: 16px; font-size: 1.6rem; } }

.menu__link:hover { color: #e11e25; }

.menu__link--toggle { display: block; position: absolute; top: 0; right: 0; width: 50px; height: 48px; line-height: 52px; z-index: 10; color: #9bacc5; text-align: center; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

@media screen and (min-width: 1024px) { .menu__link--toggle { display: none; } }

.menu__link--toggle i { display: inline-block; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.menu__link--toggle.is_open i { color: #e11e25; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.submenu { max-height: 0; opacity: 0; visibility: hidden; background: #FFF; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; overflow: hidden; }

@media screen and (min-width: 1024px) { .submenu { position: absolute; width: 280px; background: #f1f4f8; visibility: hidden; opacity: 0; z-index: 10; } }

.submenu.is_open { opacity: 1; visibility: visible; max-height: 1000px; }

.submenu__item { border-top: 1px solid #dee5f0; }

.submenu__item:first-child { border-top: 0; }

.submenu__item:hover .submenu__link { background: #FFF; }

.submenu__link { display: block; padding: 15px 15px 15px 30px; font-size: 12px; font-size: 1.2rem; font-weight: 700; color: #1b417d; text-transform: uppercase; }

@media screen and (min-width: 1024px) { .submenu__link { font-size: 14px; font-size: 1.4rem; } }

.submenu__link:hover { color: #e11e25; }

.menu__social { text-align: center; }

@media screen and (min-width: 1024px) { .menu__social { display: none; } }

.menu__social > ul { text-align: center; }

.menu__social > ul li { display: inline-block; }

@media screen and (min-width: 1024px) { .menu__social > ul li { padding: 0 0 0 10px; } }

.menu__social > ul li a { padding: 0 4px; color: #9bacc5; font-size: 28px; font-size: 2.8rem; }

.menu__social > ul li a:hover { color: #1b417d; }

.menu__cta { padding: 10px 0 20px 0; }

.menu__cta > a { display: block; padding: 0 15px; color: #1b417d; text-align: center; font-weight: 700; font-size: 22px; font-size: 2.2rem; }

@media screen and (min-width: 1024px) { .menu__cta > a { display: none; } }

.menu__cta > a i { color: #e11e25; margin-right: 5px; }

.user__layout { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin: 20px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 1024px) { .user__layout { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.user__sidebar { margin: 0 0 40px 0; -webkit-box-flex: 0; -webkit-flex: 0 0 23.72881%; -moz-box-flex: 0; -moz-flex: 0 0 23.72881%; -ms-flex: 0 0 23.72881%; flex: 0 0 23.72881%; background: #dee5f0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 1024px) { .user__sidebar { margin: 0; } }

.user__content { background: #FFF; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 1024px) { .user__content { -webkit-box-flex: 0; -webkit-flex: 0 0 76.27119%; -moz-box-flex: 0; -moz-flex: 0 0 76.27119%; -ms-flex: 0 0 76.27119%; flex: 0 0 76.27119%; max-width: 76.271186%; border: 30px solid #f1f4f8; min-height: 500px; } }

.user__content .accordion__nav { padding: 30px; }

.user__content .form { margin: 20px -20px; }

@media screen and (min-width: 1024px) { .user__content .form { margin: 20px 10px; } }

.user__menu > ul > li { background: #dee5f0; border-top: 1px solid #ccd5e1; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.user__menu > ul > li:first-child { border: 0; }

.user__menu > ul > li.current, .user__menu > ul > li:hover { background: #f1f4f8; }

.user__menu > ul > li.current a, .user__menu > ul > li:hover a { color: #e11e25; }

.user__menu > ul > li.current a:after, .user__menu > ul > li:hover a:after { opacity: 1; visibility: visible; }

.user__menu > ul > li a { position: relative; display: block; padding: 20px; color: #1b417d; font-weight: 700; font-size: 14px; font-size: 1.4rem; }

.user__menu > ul > li a:after { content: "\e907"; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 20px; font-size: 8px; font-size: 0.8rem; color: #e11e25; opacity: 0; visibility: hidden; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.loyalty { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; -moz-align-items: stretch; align-items: stretch; background: #e11e25; }

.loyalty__box { padding: 20px; -webkit-box-flex: 1; -webkit-flex: 1 1 20%; -moz-box-flex: 1; -moz-flex: 1 1 20%; -ms-flex: 1 1 20%; flex: 1 1 20%; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-left: 1px solid rgba(0, 0, 0, 0.1); }

.loyalty__box:first-child { border: 0; }

.loyalty__box > h3 { margin: 0; color: #FFF; font-weight: 400; text-transform: uppercase; font-size: 11px; font-size: 1.1rem; }

.loyalty__box > p { margin: 0; color: #FFF; font-size: 24px; font-size: 2.4rem; font-weight: 700; }

.loyalty__box--card { position: relative; padding: 20px 20px 20px 60px; background-color: #1b417d; }

.loyalty__box--card:before { content: "\e928"; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 20px; color: #FFF; font-size: 40px; font-size: 4rem; }

.add_vehicle { position: relative; padding: 10% 0; text-align: center; }

.add_vehicle > i { color: #9bacc5; font-size: 80px; font-size: 8rem; }

.add_vehicle > h2 { margin: 20px 0; color: #1b417d; font-size: 20px; font-size: 2rem; }

.worklog { padding: 5px 0; }

@media screen and (min-width: 1024px) { .worklog { padding: 30px; } }

.fold { margin: 0 0 20px 0; }

@media screen and (min-width: 1024px) { .fold { margin: 0 0 40px 0; } }

.fold > .container--outer { background-repeat: no-repeat; background-position: center center; background-size: cover; }

.fold__inner { padding: 40px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 1024px) { .fold__inner { padding: 60px 10px; width: 66.66667%; } }

.fold__inner p { color: #FFF; margin: 20px 0 30px 0; }

.fold__heading { color: #FFF; font-size: 26px; font-size: 2.6rem; font-weight: 900; }

@media screen and (min-width: 1024px) { .fold__heading { font-size: 48px; font-size: 4.8rem; } }

.fold__bottom { background: #081d3c; }

.fold__bottom ul { padding: 10px 0; }

@media screen and (min-width: 1024px) { .fold__bottom ul { padding: 15px 0; } }

.fold__bottom ul li { display: inline-block; margin: 0; color: #ccd5e1; font-size: 12px; font-size: 1.2rem; }

@media screen and (min-width: 1024px) { .fold__bottom ul li { margin-left: 20px; } }

.fold__bottom ul li:first-child { margin-left: 0; color: #ccd5e1; font-size: 18px; font-size: 1.8rem; }

.fold__bottom ul li span { text-transform: uppercase; color: #e11e25; font-weight: 700; }

.fold__bottom p { color: #FFF; }

.subfold { margin: 0 0 20px 0; }

@media screen and (min-width: 1024px) { .subfold { margin: 0 0 40px 0; } }

.subfold > .container--outer { background-repeat: no-repeat; background-position: center center; background-size: cover; }

.subfold__inner { margin: 0 auto; max-width: 1180px; padding: 20px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 1024px) { .subfold__inner { height: 240px; padding: 0; } }

.subfold__heading { color: #FFF; font-size: 26px; font-size: 2.6rem; font-weight: 900; }

@media screen and (min-width: 1024px) { .subfold__heading { font-size: 48px; font-size: 4.8rem; } }

.subfold__bottom { background: #081d3c; }

.subfold__bottom ul { padding: 10px 0; }

@media screen and (min-width: 1024px) { .subfold__bottom ul { padding: 15px 0; } }

.subfold__bottom ul li { display: inline-block; margin: 0; color: #ccd5e1; font-size: 12px; font-size: 1.2rem; }

@media screen and (min-width: 1024px) { .subfold__bottom ul li { margin-left: 20px; } }

.subfold__bottom ul li:first-child { margin-left: 0; color: #ccd5e1; font-size: 18px; font-size: 1.8rem; }

.subfold__bottom ul li span { text-transform: uppercase; color: #e11e25; font-weight: 700; }

.subfold__bottom p { color: #FFF; }

.aside { margin: 40px auto; max-width: 380px; }

@media screen and (min-width: 1024px) { .aside { margin: 0 0 20px 0; max-width: auto; } }

.aside__box { margin: 0 0 20px 0; }

.topoffers { margin: 40px 0; }

@media screen and (min-width: 1024px) { .topoffers { margin: 80px 0; } }

.topoffers__slider { margin-top: 50px; }

.topoffers__slider:hover { cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; }

.topoffers__slider .slick-slide { margin: 0 10px; }

.topoffers__slider .slick-arrow { position: absolute; top: 50%; margin-top: -30px; font-size: 22px; font-size: 2.2rem; cursor: pointer; color: #677bb0; width: 42px; height: 42px; line-height: 46px; color: #FFF; background: #081d3c; text-align: center; z-index: 2; }

@media screen and (min-width: 768px) { .topoffers__slider .slick-arrow { width: 60px; height: 60px; line-height: 62px; font-size: 26px; font-size: 2.6rem; } }

.topoffers__slider .slick-arrow.slick-prev { left: -20px; }

@media screen and (min-width: 1600px) { .topoffers__slider .slick-arrow.slick-prev { left: -60px; } }

.topoffers__slider .slick-arrow.slick-next { left: auto; right: -20px; }

@media screen and (min-width: 1600px) { .topoffers__slider .slick-arrow.slick-next { right: -60px; } }

.topoffers__slider .slick-dots { text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 1024px) { .topoffers__slider .slick-dots { float: right; } }

.topoffers__slider .slick-dots li { display: inline-block; }

.topoffers__slider .slick-dots li.slick-active button { background-color: #009fe3; border: 2px solid #009fe3; opacity: 1; }

.topoffers__slider .slick-dots li button { display: inline-block; margin: 0 5px; padding: 0; width: 16px; height: 16px; border: 0; background: #e9e9e9; opacity: 0.4; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: transparent; font-size: 0; }

.guarantee { padding: 20px 0; background: #1b417d; }

@media screen and (min-width: 1024px) { .guarantee { padding: 60px 0; background: #1b417d url(../img/bg/guarantee.jpg) 0 center no-repeat; } }

.guarantee__item { position: relative; padding: 5px 0 5px 30px; color: #FFF; font-size: 13px; font-size: 1.3rem; font-weight: 700; }

.guarantee__item:before { content: "\e90e"; position: absolute; top: 10px; left: 0; color: #e11e25; font-size: 10px; font-size: 1rem; }

.loyaltycard { margin: 0 -20px; padding: 20px 0; text-align: center; background: #f1f4f8 url(../img/bg/loyalty-card.jpg) -400px 0 no-repeat; }

@media screen and (min-width: 768px) { .loyaltycard { margin: 0 -50px; background-position: -250px 0; } }

@media screen and (min-width: 1024px) { .loyaltycard { margin: 100px 0; padding: 40px 0; text-align: left; background-position: 0 center; } }

.loyaltycard__box { margin: 0 0 10px 0; padding: 20px 10px; color: #e11e25; background: #FFF; font-size: 40px; font-size: 4rem; text-align: center; font-weight: 900; }

@media screen and (min-width: 1024px) { .loyaltycard__box { margin: 0; } }

.loyaltycard__box span { display: block; font-size: 14px; font-size: 1.4rem; font-weight: 400; line-height: 1; }

.loyaltycard .btn, .loyaltycard .form__submit { margin: 20px 0; }

@media screen and (min-width: 1024px) { .loyaltycard .btn, .loyaltycard .form__submit { margin-top: 40px; } }

.location { background: #1b417d; }

@media screen and (min-width: 1024px) { .location { background: none; } }

@media screen and (min-width: 1200px) { .location { min-height: 440px; } }

.location__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; background: #1b417d; }

@media screen and (min-width: 1024px) { .location__inner { position: absolute; top: 0; left: 10px; right: 10px; z-index: 1; background: #1b417d; } }

.location__content { padding: 10px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #FFF; }

@media screen and (min-width: 1024px) { .location__content { padding: 40px 50px; } }

.location__content > h4 { margin: 0 0 20px 0; font-size: 18px; font-size: 1.8rem; font-weight: 900; }

.location__content > p { margin: 0 0 20px 0; font-size: 16px; font-size: 1.6rem; font-weight: 400; }

.location__content .btn, .location__content .form__submit { margin-top: 20px; }

.newsletter { position: relative; }

@media screen and (min-width: 1024px) { .newsletter { margin-top: 20px; } }

.newsletter__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; position: relative; margin: 0 0 0 15px; padding: 10px 15px 20px 15px; background: #081d3c; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 1024px) { .newsletter__inner { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; margin: 0 0 0 35px; padding: 30px 35px; } }

.newsletter__inner:before { display: block; position: absolute; top: 50%; margin-top: -20px; left: -38px; content: "\e919"; color: #c11a20; font-size: 40px; font-size: 4rem; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

.newsletter__heading { margin: 0 0 10px 0; font-size: 24px; font-size: 2.4rem; font-weight: 400; color: #FFF; text-align: center; line-height: 1.2; }

@media screen and (min-width: 1024px) { .newsletter__heading { margin: 0; text-align: left; font-size: 24px; font-size: 2.4rem; } }

.newsletter__heading strong { display: block; font-weight: 900; text-transform: uppercase; }

.newsletter__form { position: relative; width: 100%; }

@media screen and (min-width: 1024px) { .newsletter__form { -webkit-box-flex: 0; -webkit-flex: 0 1 280px; -moz-box-flex: 0; -moz-flex: 0 1 280px; -ms-flex: 0 1 280px; flex: 0 1 280px; } }

.newsletter__form_input { margin: 0; padding: 0 60px 0 10px; width: 100%; height: 50px; background: #1b417d; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 0; font-size: 14px; font-size: 1.4rem; color: #FFF; }

.newsletter__form > button { position: absolute; top: 0; right: 0; width: 50px; height: 50px; color: #ccd5e1; border: 0; background: #123164; font-size: 18px; font-size: 1.8rem; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.newsletter__form > button:hover { cursor: pointer; background-color: #c11a20; }

.hero__slider { position: relative; overflow: hidden; }

.hero__slider .slide { position: relative; }

.hero__slider .slide:hover { cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; }

@media screen and (max-width: 1023px) { .hero__slider .slide .textbox { position: relative; z-index: 1; margin: -20px 0 0 0; padding: 20px; background: #e11e25; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } }

@media screen and (min-width: 1024px) { .hero__slider .slide .textbox { position: absolute; top: 130px; left: 20px; right: 50%; padding: 10px 0 0 60px; } }

@media screen and (min-width: 1200px) { .hero__slider .slide .textbox { left: 7%; } }

@media screen and (min-width: 1600px) { .hero__slider .slide .textbox { left: 210px; right: 50%; } }

@media screen and (min-width: 1200px) { .hero__slider .slide .textbox:before { content: " "; position: absolute; top: 0; left: 0; bottom: 80px; width: 20px; background: #e11e25; } }

.hero__slider .slide .textbox h2 { margin: 0 0 40px 0; font-size: 21px; font-size: 2.1rem; line-height: 1.2; text-align: center; font-weight: 900; color: #f1f4f8; }

@media screen and (min-width: 1024px) { .hero__slider .slide .textbox h2 { font-size: 32px; font-size: 3.2rem; text-align: left; color: #FFF; } }

@media screen and (min-width: 1200px) { .hero__slider .slide .textbox h2 { font-size: 36px; font-size: 3.6rem; } }

@media screen and (min-width: 1600px) { .hero__slider .slide .textbox h2 { font-size: 54px; font-size: 5.4rem; } }

.hero__slider .slide .textbox h2 span { font-size: 80%; }

@media screen and (min-width: 1024px) { .hero__slider .slide .textbox h2 span { font-size: 60%; } }

@media screen and (max-width: 1023px) { .hero__slider .slide .textbox .btn, .hero__slider .slide .textbox .form__submit { display: block; margin: -20px; background: #1b417d; border-color: #1b417d; } }

.hero__slider .slick-slide { margin: 0; }

.hero__slider .slick-center { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.hero__slider .slick-arrow { position: absolute; top: 46px; font-size: 22px; font-size: 2.2rem; cursor: pointer; color: #677bb0; width: 42px; height: 42px; line-height: 46px; color: #FFF; text-align: center; z-index: 2; }

@media screen and (min-width: 768px) { .hero__slider .slick-arrow { top: 120px; } }

@media screen and (min-width: 1024px) { .hero__slider .slick-arrow { width: 60px; height: 60px; line-height: 62px; top: 50%; margin-top: -30px; font-size: 26px; font-size: 2.6rem; } }

.hero__slider .slick-arrow:hover { color: #1b417d; }

.hero__slider .slick-arrow.slick-prev { left: 0; }

.hero__slider .slick-arrow.slick-next { left: auto; right: 0; }

.hero__slider .slick-dots { margin: 10px 0; text-align: center; }

@media screen and (min-width: 1024px) { .hero__slider .slick-dots { position: absolute; bottom: 20px; left: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 2; bottom: 50px; } }

.hero__slider .slick-dots li { display: inline-block; }

.hero__slider .slick-dots li.slick-active button { opacity: 1; }

.hero__slider .slick-dots li button { display: inline-block; margin: 0 5px; width: 40px; height: 4px; border: 0; background: #1b417d; opacity: 0.3; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: transparent; font-size: 0; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }

@media screen and (min-width: 1024px) { .hero__slider .slick-dots li button { background: #FFF; width: 70px; } }

.hero__slider .slick-dots li button:focus { outline: none; }

.foldboxes { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; margin: 0 15px; }

@media screen and (min-width: 1024px) { .foldboxes { -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin: -1px 0 0 0; } }

.foldboxes__box { position: relative; text-align: center; -webkit-box-flex: 1; -webkit-flex: 1 1 50%; -moz-box-flex: 1; -moz-flex: 1 1 50%; -ms-flex: 1 1 50%; flex: 1 1 50%; margin: 0 0 10px 0; }

@media screen and (min-width: 1024px) { .foldboxes__box { -webkit-box-flex: 0; -webkit-flex: 0 1 20%; -moz-box-flex: 0; -moz-flex: 0 1 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; margin: 0; } }

.foldboxes__box:first-child { -webkit-box-flex: 0; -webkit-flex: 0 1 100%; -moz-box-flex: 0; -moz-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; }

@media screen and (min-width: 1024px) { .foldboxes__box:first-child { -webkit-box-flex: 0; -webkit-flex: 0 1 20%; -moz-box-flex: 0; -moz-flex: 0 1 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } }

.foldboxes__box_link { display: block; height: 120px; margin: 0 5px; background-repeat: no-repeat; background-size: cover; background-color: #03142c; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; overflow: hidden; }

@media screen and (min-width: 1024px) { .foldboxes__box_link { margin: 0; height: 0; padding-bottom: 75%; } }

.foldboxes__box_link:hover { -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7); }

.foldboxes__box_link:hover .mask { opacity: 1; visibility: visible; }

.foldboxes__box_link h2 { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; margin: 0; padding: 0; color: #FFF; z-index: 2; font-size: 16px; font-size: 1.6rem; }

@media screen and (min-width: 1200px) { .foldboxes__box_link h2 { font-size: 24px; font-size: 2.4rem; } }

.foldboxes__box_link h2 > span { display: block; }

.foldboxes__box_link h2 > span:after { position: absolute; left: 50%; top: 20%; margin-left: -30px; content: " "; display: block; height: 10px; width: 60px; background-color: #e11e25; z-index: 1; }

@media screen and (min-width: 1024px) { .foldboxes__box_link h2 > span:after { width: 100px; margin-left: -50px; height: 15px; } }

.foldboxes__box_link h2 > span i { position: relative; color: #FFF; font-size: 32px; font-size: 3.2rem; z-index: 2; }

@media screen and (min-width: 1024px) { .foldboxes__box_link h2 > span i { font-size: 40px; font-size: 4rem; } }

.foldboxes__box_link .mask { opacity: 0; visibility: hidden; display: block; position: absolute; top: 0; right: 5px; bottom: 0; left: 5px; background: -moz-linear-gradient(45deg, #e11e25 0%, rgba(0, 27, 65, 0) 100%); background: -webkit-linear-gradient(45deg, #e11e25 0%, rgba(0, 27, 65, 0) 100%); background: linear-gradient(45deg, #e11e25 0%, rgba(0, 27, 65, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11e25', endColorstr='#00001b41',GradientType=1 ); z-index: 1; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

@media screen and (min-width: 768px) { .foldboxes__box_link .mask { left: 0; right: 0; } }

.logos { margin: 80px 0 20px 0; }

.logos__list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }

.logos__item { -webkit-box-flex: 0; -webkit-flex: 0 1 50%; -moz-box-flex: 0; -moz-flex: 0 1 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; border: 1px solid #dee5f0; border-top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 1024px) { .logos__item { -webkit-box-flex: 0; -webkit-flex: 0 1 20%; -moz-box-flex: 0; -moz-flex: 0 1 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } }

.logos__item:hover { border: 1px solid #9bacc5; }

.logos__link { display: block; }

.logos__infotable { padding: 5% 10%; border-bottom: 1px solid #dee5f0; background: #FFF url(/img/bg/logos-infotable.jpg) center center no-repeat; }

.logos__infotable .heading { font-size: 17px; font-size: 1.7rem; }

@media screen and (min-width: 1024px) { .logos__infotable .heading { font-size: 28px; font-size: 2.8rem; } }

.logos .tabs__panel { padding: 0; }

.ordering { position: relative; margin: 20px 0 0 0; padding: 0; background: #081d3c; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .ordering { padding: 40px 0; } }

@media screen and (min-width: 1024px) { .ordering { margin: 150px 0 0 0; padding: 100px 0 0 0; min-height: 600px; background: transparent url(../img/bg/order.jpg) 0 center no-repeat; } }

.ordering__figure { position: absolute; bottom: 0; right: 0; }

@media screen and (min-width: 1024px) and (max-width: 1199px) { .ordering__figure { max-width: 480px; } }

.ordering .tabs { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background: transparent; }

.ordering .tabs__label { position: relative; width: 100%; padding: 20px 30px; cursor: pointer; font-size: 14px; font-size: 1.4rem; text-align: center; font-weight: 700; color: #FFF; background: #123164; opacity: 1; text-transform: none; border: 1px solid transparent; transition: background 0.1s, color 0.1s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1023px) { .ordering .tabs__label { border-bottom: 1px solid rgba(0, 0, 0, 0.3); } }

@media screen and (min-width: 600px) { .ordering .tabs__label { width: 33.3333%; } }

.ordering .tabs__input { position: absolute; opacity: 0; visibility: hidden; }

.ordering .tabs__input:focus + .tabs__label { z-index: 1; }

.ordering .tabs__input:checked + .tabs__label { opacity: 1; background: #e11e25; color: #FFF; border-color: #e11e25; }

.ordering .tabs__input:checked + .tabs__label:before { position: absolute; top: -5px; left: -1px; right: -1px; display: block; content: " "; height: 5px; background: #e11e25; }

.ordering .tabs__input:checked + .tabs__label + .tabs__panel { display: block; }

.ordering .tabs__panel { display: none; width: 100%; padding: 30px 20px; background: transparent; border-top: 5px solid #e11e25; }

@media screen and (min-width: 600px) { .ordering .tabs__panel { -webkit-box-ordinal-group: 100; -webkit-order: 99; -moz-order: 99; -ms-flex-order: 99; order: 99; } }

.ordering .tabs__panel .form { margin: 0 -20px; }

.ordering .tabs__panel .form__textfield, .ordering .tabs__panel .form__fieldset input, .form__fieldset .ordering .tabs__panel input { color: #FFF; }

.ordering .tabs__panel .form__textfield:focus, .ordering .tabs__panel .form__fieldset input:focus, .form__fieldset .ordering .tabs__panel input:focus { border-color: #f1f4f8; color: #FFF; }

.ordering .tabs__panel .form__textfield::-webkit-input-placeholder, .ordering .tabs__panel .form__fieldset input::-webkit-input-placeholder, .form__fieldset .ordering .tabs__panel input::-webkit-input-placeholder { color: #f1f4f8; }

.ordering .tabs__panel .form__textfield:-moz-placeholder, .ordering .tabs__panel .form__fieldset input:-moz-placeholder, .form__fieldset .ordering .tabs__panel input:-moz-placeholder { color: #f1f4f8; }

.ordering .tabs__panel .form__textfield::-moz-placeholder, .ordering .tabs__panel .form__fieldset input::-moz-placeholder, .form__fieldset .ordering .tabs__panel input::-moz-placeholder { color: #f1f4f8; }

.ordering .tabs__panel .form__textfield:-ms-input-placeholder, .ordering .tabs__panel .form__fieldset input:-ms-input-placeholder, .form__fieldset .ordering .tabs__panel input:-ms-input-placeholder { color: #f1f4f8; }

.ordering .tabs__panel .form .notice { margin: 0 0 10px 0; width: auto; color: #FFF; }

.ordering .tabs__panel .form button { margin: 20px 0; }

.browserupgrade { position: fixed; top: 0; left: 0; right: 0; margin: 0; padding: 10px; color: #FFF; background: #e50278; text-align: center; z-index: 99999; font-size: 1.6em; }

.browserupgrade a { color: #FFF; font-weight: 700; text-decoration: underline; }

.social_shares { position: relative; margin-top: 40px; }

.social_shares:before { content: " "; height: 1px; width: 80px; background: #f3f3f3; position: absolute; left: 0px; top: -10px; }

.social_shares a { font-size: 32px; font-size: 3.2rem; margin-right: 10px; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.social_shares a:hover { opacity: 0.5; }

.social_shares a.facebook { color: #3b5998; }

.social_shares a.twitter { color: #00b6f1; }

.social_shares a.googleplus { color: #df4a32; }

.google_map { position: relative; margin: 40px 0 0 0; width: 100%; height: 300px; background: #081d3c; }

@media screen and (min-width: 1024px) { .google_map { height: 440px; } }

@media screen and (min-width: 768px) { .google_map:after { position: absolute; left: 0; right: 0; bottom: 0; height: 250px; pointer-events: none; content: " "; background: -moz-linear-gradient(top, rgba(0, 27, 65, 0) 0%, #03142c 100%); background: -webkit-linear-gradient(top, rgba(0, 27, 65, 0) 0%, #03142c 100%); background: linear-gradient(to bottom, rgba(0, 27, 65, 0) 0%, #03142c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00001b41', endColorstr='#03142c',GradientType=0 ); } }

.google_map img { max-width: inherit !important; }

.vehicleadd > .description { position: relative; padding: 0 0 0 40px; font-size: 12px; font-size: 1.2rem; }

.vehicleadd > .description:before { content: "\e909"; font-size: 26px; font-size: 2.6rem; color: #9bacc5; position: absolute; top: 5px; left: 0; }

.vehicleadd__inner { margin: 0 0 20px 0; padding: 15px 20px; border: 1px solid #9bacc5; background: #dee5f0; }

.vehicleadd__inner .form__fieldset { margin: 0; }

.vehicleadd__inner .form__label { margin: 0; padding: 0; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; }

.vehicleadd__inner .form__label > .description { margin: 0; padding: 0; color: #9bacc5; font-weight: 700; }

.vehicleadd__inner .form__label > .description.is_open { color: #1b417d; }

.vehicleadd__inner .form__label--checkbox i { top: 2px; margin: 0; color: #9bacc5; }

/*# sourceMappingURL=base.min.css.map */
