@charset "UTF-8";
/* REQUIRED */
/* RUSTIKUS FRAMEWORK  VARIABLES
-------------------------------------*/
/* FONT SIZES */
/* CUSTOM FONTS */
/*
	VARIABLES FOR MEDIA QUERIES.

	USAGE:
	@include desktop-sm {
		style: value;

		.selector {
			style: value;
		}
	}
*/
/* BOOTSTRAP VARIABLES
-------------------------------------*/
/* MIXINS - RUSTIKUS
---------------------------------------*/
/* TRANSPARENT BACKGROUNDS */
/* RGB COLORS */
/* PRIMARY GRADIENT */
/* LISTS
------------------------------------- */
/* MISC
------------------------------------- */
/* TRANSFORMS
------------------------------------- */
/* TRNSLATE */
/* SCALE */
/* ROTATE */
/* OPACITY */
/* MEDIA QUERIES
----------------------------------*/
/* ANIMATION
----------------------------------*/
/* FORMS STYLES
----------------------------------*/
/* BOOTSTRAP MIXINS
----------------------------------*/
/* RESET
---------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* BASE MODULES */
/* GRID SYSTEM
---------------------------------------*/
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container-fluid:before, .container-fluid:after { content: " "; display: table; }
.container-fluid:after { clear: both; }

.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-1 { width: 8.3333333333%; }

.col-xs-2 { width: 16.6666666667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.3333333333%; }

.col-xs-5 { width: 41.6666666667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.3333333333%; }

.col-xs-8 { width: 66.6666666667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.3333333333%; }

.col-xs-11 { width: 91.6666666667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: auto; }

.col-xs-pull-1 { right: 8.3333333333%; }

.col-xs-pull-2 { right: 16.6666666667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.3333333333%; }

.col-xs-pull-5 { right: 41.6666666667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.3333333333%; }

.col-xs-pull-8 { right: 66.6666666667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.3333333333%; }

.col-xs-pull-11 { right: 91.6666666667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: auto; }

.col-xs-push-1 { left: 8.3333333333%; }

.col-xs-push-2 { left: 16.6666666667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.3333333333%; }

.col-xs-push-5 { left: 41.6666666667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.3333333333%; }

.col-xs-push-8 { left: 66.6666666667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.3333333333%; }

.col-xs-push-11 { left: 91.6666666667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.3333333333%; }

.col-xs-offset-2 { margin-left: 16.6666666667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.3333333333%; }

.col-xs-offset-5 { margin-left: 41.6666666667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.3333333333%; }

.col-xs-offset-8 { margin-left: 66.6666666667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.3333333333%; }

.col-xs-offset-11 { margin-left: 91.6666666667%; }

.col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-1 { width: 8.3333333333%; }
  .col-sm-2 { width: 16.6666666667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.3333333333%; }
  .col-sm-5 { width: 41.6666666667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.3333333333%; }
  .col-sm-8 { width: 66.6666666667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.3333333333%; }
  .col-sm-11 { width: 91.6666666667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.3333333333%; }
  .col-sm-pull-2 { right: 16.6666666667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.3333333333%; }
  .col-sm-pull-5 { right: 41.6666666667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.3333333333%; }
  .col-sm-pull-8 { right: 66.6666666667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.3333333333%; }
  .col-sm-pull-11 { right: 91.6666666667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.3333333333%; }
  .col-sm-push-2 { left: 16.6666666667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.3333333333%; }
  .col-sm-push-5 { left: 41.6666666667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.3333333333%; }
  .col-sm-push-8 { left: 66.6666666667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.3333333333%; }
  .col-sm-push-11 { left: 91.6666666667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.3333333333%; }
  .col-sm-offset-2 { margin-left: 16.6666666667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.3333333333%; }
  .col-sm-offset-5 { margin-left: 41.6666666667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.3333333333%; }
  .col-sm-offset-8 { margin-left: 66.6666666667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.3333333333%; }
  .col-sm-offset-11 { margin-left: 91.6666666667%; }
  .col-sm-offset-12 { margin-left: 100%; } }
@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-1 { width: 8.3333333333%; }
  .col-md-2 { width: 16.6666666667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.3333333333%; }
  .col-md-5 { width: 41.6666666667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.3333333333%; }
  .col-md-8 { width: 66.6666666667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.3333333333%; }
  .col-md-11 { width: 91.6666666667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.3333333333%; }
  .col-md-pull-2 { right: 16.6666666667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.3333333333%; }
  .col-md-pull-5 { right: 41.6666666667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.3333333333%; }
  .col-md-pull-8 { right: 66.6666666667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.3333333333%; }
  .col-md-pull-11 { right: 91.6666666667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.3333333333%; }
  .col-md-push-2 { left: 16.6666666667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.3333333333%; }
  .col-md-push-5 { left: 41.6666666667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.3333333333%; }
  .col-md-push-8 { left: 66.6666666667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.3333333333%; }
  .col-md-push-11 { left: 91.6666666667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.3333333333%; }
  .col-md-offset-2 { margin-left: 16.6666666667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.3333333333%; }
  .col-md-offset-5 { margin-left: 41.6666666667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.3333333333%; }
  .col-md-offset-8 { margin-left: 66.6666666667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.3333333333%; }
  .col-md-offset-11 { margin-left: 91.6666666667%; }
  .col-md-offset-12 { margin-left: 100%; } }
@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-1 { width: 8.3333333333%; }
  .col-lg-2 { width: 16.6666666667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.3333333333%; }
  .col-lg-5 { width: 41.6666666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.3333333333%; }
  .col-lg-8 { width: 66.6666666667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.3333333333%; }
  .col-lg-11 { width: 91.6666666667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.3333333333%; }
  .col-lg-pull-2 { right: 16.6666666667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.3333333333%; }
  .col-lg-pull-5 { right: 41.6666666667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.3333333333%; }
  .col-lg-pull-8 { right: 66.6666666667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.3333333333%; }
  .col-lg-pull-11 { right: 91.6666666667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.3333333333%; }
  .col-lg-push-2 { left: 16.6666666667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.3333333333%; }
  .col-lg-push-5 { left: 41.6666666667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.3333333333%; }
  .col-lg-push-8 { left: 66.6666666667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.3333333333%; }
  .col-lg-push-11 { left: 91.6666666667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.3333333333%; }
  .col-lg-offset-2 { margin-left: 16.6666666667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.3333333333%; }
  .col-lg-offset-5 { margin-left: 41.6666666667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.3333333333%; }
  .col-lg-offset-8 { margin-left: 66.6666666667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.3333333333%; }
  .col-lg-offset-11 { margin-left: 91.6666666667%; }
  .col-lg-offset-12 { margin-left: 100%; } }
/* BUTTONS
---------------------------------------*/
.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.5; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }
.btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; }
.btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #003b65; border-color: #002c4c; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #001d32; border-color: #00080e; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #003b65; border-color: #002c4c; }
.btn-primary .badge { color: #003b65; background-color: #fff; }

.btn-success { color: #fff; background-color: #27ae60; border-color: #229955; }
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #1e8449; border-color: #176739; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #27ae60; border-color: #229955; }
.btn-success .badge { color: #27ae60; background-color: #fff; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; }
.btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #ff9f00; border-color: #e68f00; }
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #cc7f00; border-color: #a86900; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #ff9f00; border-color: #e68f00; }
.btn-warning .badge { color: #ff9f00; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d2232a; border-color: #bc1f26; }
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #a61c21; border-color: #88171b; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #d2232a; border-color: #bc1f26; }
.btn-danger .badge { color: #d2232a; background-color: #fff; }

.btn-dark { background: #000000; color: #003b65; border-color: #000000; }
.btn-dark:hover { background: black; color: #003b65; }

.btn-facebook { background: #3b5998; color: #fff; }
.btn-facebook i { float: left; font-size: 22px; margin: 0; }
.btn-facebook:hover { color: #fff; background: #344e86; }

.btn-link { color: #0f94f2; font-weight: normal; border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: #58b4f6; text-decoration: underline; background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #687073; text-decoration: none; }

.btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }

.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.btn-ghost { border: 1px solid #fff; background: transparent; height: 40px; font-weight: 400; padding: 7px 24px 0; color: #fff; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.btn-ghost:hover { background: #fff; }
.btn-ghost.ghost-primary { border-color: #003b65; color: #0f94f2; }
.btn-ghost.ghost-primary.text-white { color: #fff; }
.btn-ghost.ghost-primary:hover { background: #003b65; color: #fff; }
.btn-ghost.ghost-primary:hover.text-white { color: #fff; }
.btn-ghost.ghost-secondary { border-color: #0f94f2; color: #28373c; }
.btn-ghost.ghost-secondary.text-white { color: #fff; }
.btn-ghost.ghost-secondary:hover { background: #0f94f2; color: #fff; }
.btn-ghost.ghost-secondary:hover.text-white { color: #fff; }
.btn-ghost.btn-lg { padding: 14px 30px; }
.btn-ghost.alt-hover:hover { background: #fff; background: rgba(255, 255, 255, 0.15); color: #fff; }

.btn-arrow-down { width: 53px; height: 53px; margin: 0 auto; border: 2px solid #003b65; display: block; font-size: 16px; position: relative; overflow: hidden; color: #003b65; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.btn-arrow-down i { line-height: 0; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; font-size: 20px; display: block; }
.btn-arrow-down .icon-1, .btn-arrow-down .icon-2 { position: absolute; left: 15px; }
.btn-arrow-down .icon-1 { top: 16px; }
.btn-arrow-down .icon-2 { top: -52px; }
.btn-arrow-down:hover { background: #003b65; border-color: #003b65; color: #003b65; }
.btn-arrow-down:hover .icon-1 { top: 52px; }
.btn-arrow-down:hover .icon-2 { top: 16px; }
.btn-arrow-down.golfball { background-image: url(/media/1010/golfball.svg); background-repeat: none; background-size: cover; background-position: 50% 0; }

/* FORMS
---------------------------------------*/
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 21px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.5; color: #555; }

.form-control { display: block; width: 100%; height: 35px; padding: 6px 12px; font-size: 14px; line-height: 1.5; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder { color: #999; opacity: 1; }
.form-control:-ms-input-placeholder { color: #999; }
.form-control::-webkit-input-placeholder { color: #999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 35px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm { line-height: 30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg { line-height: 46px; } }
.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.radio label, .checkbox label { min-height: 21px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; }
.form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; }

.input-sm, .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

select.input-sm, .form-group-sm .form-control { height: 30px; line-height: 30px; }

textarea.input-sm, .form-group-sm .form-control, select[multiple].input-sm, .form-group-sm .form-control { height: auto; }

.input-lg, .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }

select.input-lg, .form-group-lg .form-control { height: 46px; line-height: 46px; }

textarea.input-lg, .form-group-lg .form-control, select[multiple].input-lg, .form-group-lg .form-control { height: auto; }

.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 43.75px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 35px; height: 35px; line-height: 35px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }
.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }
.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }
.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }
.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }
.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }
.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 26px; }
.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #c6cdd0; }

@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 28px; }
.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }
.form-horizontal .form-group:after { clear: both; }
@media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback { right: 15px; }
@media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.3px; } }
@media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } }

/* TYPOGRAPHY
---------------------------------------*/
strong { font-family: "Avenir-next", "Noto Sans", "Arial", serif; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Avenir-next", "Noto Sans", "Arial", serif; font-weight: 700; line-height: 1.5; color: #28373c; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #687073; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 21px; margin-bottom: 10.5px; }
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10.5px; margin-bottom: 10.5px; }
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 50px; }

h2, .h2 { font-size: 46px; }

h3, .h3 { font-size: 30px; }

h4, .h4 { font-size: 22px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; }

p { margin: 0 0 10.5px; }

.lead { margin-bottom: 21px; font-size: 16px; font-weight: 300; line-height: 1.4; }
@media (min-width: 768px) { .lead { font-size: 21px; } }

small, .small { font-size: 85%; }

mark, .mark { background-color: #fcf8e3; padding: .2em; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #687073; }

.text-primary { color: #003b65; }

a.text-primary:hover { color: #001d32; }

.text-success { color: #3c763d; }

a.text-success:hover { color: #2b542c; }

.text-info { color: #31708f; }

a.text-info:hover { color: #245269; }

.text-warning { color: #8a6d3b; }

a.text-warning:hover { color: #66512c; }

.text-danger { color: #a94442; }

a.text-danger:hover { color: #843534; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #003b65; }

a.bg-primary:hover { background-color: #001d32; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover { background-color: #c1e2b3; }

.bg-info { background-color: #d9edf7; }

a.bg-info:hover { background-color: #afd9ee; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover { background-color: #f7ecb5; }

.bg-danger { background-color: #f2dede; }

a.bg-danger:hover { background-color: #e4b9b9; }

.page-header { padding-bottom: 9.5px; margin: 42px 0 21px; border-bottom: 1px solid #eee; }

ul, ol { margin-top: 0; margin-bottom: 10.5px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }
.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }

dl { margin-top: 0; margin-bottom: 21px; }

dt, dd { line-height: 1.5; }

dt { font-weight: bold; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }
.dl-horizontal dd:after { clear: both; }
@media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; } }

abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #687073; }

.initialism { font-size: 90%; text-transform: uppercase; }

blockquote { padding: 10.5px 21px; margin: 0 0 21px; font-size: 17.5px; border-left: 5px solid #eee; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.5; color: #687073; }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eee; border-left: 0; text-align: right; }
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; }
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }

address { margin-bottom: 21px; font-style: normal; line-height: 1.5; }

/* TABLES
---------------------------------------*/
table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #687073; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 21px; }
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.5; vertical-align: top; border-top: 1px solid #ddd; }
.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > tbody + tbody { border-top: 2px solid #ddd; }
.table .table { background-color: #f8fafb; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #ddd; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; float: none; display: table-column; }

table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

.table-responsive { overflow-x: auto; min-height: 0.01%; }
@media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15.75px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }

/* CLEARFIX
---------------------------------------*/
.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

/* RESPNSIVE CLASSES
---------------------------------------*/
.no-mobile { display: none; }

.no-desktop { display: none; }

.no-desktop-sm, .no-tablet { display: block; }

@media only screen and (min-width: 1741px) { .no-mobile { display: block; } }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .no-mobile { display: block; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .no-mobile { display: block; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .no-mobile { display: block; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .no-mobile { display: block; }
  .no-desktop-sm { display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .no-desktop { display: block; }
  .no-tablet { display: none; } }
@media only screen and (max-width: 767px) { .no-desktop { display: block; }
  .no-phone { display: none; } }
@media only screen and (max-width: 480px) { .no-desktop { display: block; }
  .no-phone { display: none; } }
/* LIBS */
/*! nouislider - 9.0.0 - 2016-09-29 21:44:02 */
/* Functional styling; These styles are required for noUiSlider to function. You don't need to change these rules to apply your design. */
.noUi-target, .noUi-target * { -webkit-touch-callout: none; -webkit-user-select: none; -ms-touch-action: none; touch-action: none; -ms-user-select: none; -moz-user-select: none; user-select: none; -moz-box-sizing: border-box; box-sizing: border-box; }

.noUi-target { position: relative; direction: ltr; }

.noUi-base { width: 100%; height: 100%; position: relative; z-index: 1; /* Fix 401 */ }

.noUi-connect { position: absolute; right: 0; top: 0; left: 0; bottom: 0; }

.noUi-origin { position: absolute; height: 0; width: 0; }

.noUi-handle { position: relative; z-index: 1; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin { -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * { cursor: inherit !important; }

/* Painting and performance; Browsers can paint handles in their own layer. */
.noUi-base, .noUi-handle { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* Slider size and handle placement; */
.noUi-horizontal { height: 18px; }

.noUi-horizontal .noUi-handle { width: 34px; height: 28px; left: -17px; top: -6px; }

.noUi-vertical { width: 18px; }

.noUi-vertical .noUi-handle { width: 28px; height: 34px; left: -6px; top: -17px; }

/* Styling; */
.noUi-target { background: #FAFAFA; border-radius: 4px; border: 1px solid #D3D3D3; box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect { background: #3FB8AF; box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45); -webkit-transition: background 450ms; transition: background 450ms; }

/* Handles and cursors; */
.noUi-draggable { cursor: w-resize; }

.noUi-vertical .noUi-draggable { cursor: n-resize; }

.noUi-handle { border: 1px solid #D9D9D9; border-radius: 3px; background: #FFF; cursor: default; box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active { box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes; */
.noUi-handle:before, .noUi-handle:after { content: ""; display: block; position: absolute; height: 14px; width: 1px; background: #E8E7E6; left: 14px; top: 6px; }

.noUi-handle:after { left: 17px; }

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after { width: 14px; height: 1px; left: 6px; top: 14px; }

.noUi-vertical .noUi-handle:after { top: 17px; }

/* Disabled state; */
[disabled] .noUi-connect { background: #B8B8B8; }

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle { cursor: not-allowed; }

/* Base;  */
.noUi-pips, .noUi-pips * { -moz-box-sizing: border-box; box-sizing: border-box; }

.noUi-pips { position: absolute; color: #999; }

/* Values;  */
.noUi-value { position: absolute; text-align: center; }

.noUi-value-sub { color: #ccc; font-size: 10px; }

/* Markings;  */
.noUi-marker { position: absolute; background: #CCC; }

.noUi-marker-sub { background: #AAA; }

.noUi-marker-large { background: #AAA; }

/* Horizontal layout;  */
.noUi-pips-horizontal { padding: 10px 0; height: 80px; top: 100%; left: 0; width: 100%; }

.noUi-value-horizontal { -webkit-transform: translate3d(-50%, 50%, 0); transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker { margin-left: -1px; width: 2px; height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub { height: 10px; }

.noUi-marker-horizontal.noUi-marker-large { height: 15px; }

/* Vertical layout;  */
.noUi-pips-vertical { padding: 0 10px; height: 100%; top: 0; left: 100%; }

.noUi-value-vertical { -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0); padding-left: 25px; }

.noUi-marker-vertical.noUi-marker { width: 5px; height: 2px; margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub { width: 10px; }

.noUi-marker-vertical.noUi-marker-large { width: 15px; }

.noUi-tooltip { display: block; position: absolute; border: 1px solid #D9D9D9; border-radius: 3px; background: #fff; color: #000; padding: 5px; text-align: center; }

.noUi-horizontal .noUi-tooltip { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); left: 50%; bottom: 120%; }

.noUi-vertical .noUi-tooltip { -webkit-transform: translate(0, -50%); transform: translate(0, -50%); top: 50%; right: 120%; }

/* CUSTOM MODULES */
/* FONTS
---------------------------------------*/
@font-face { font-family: "Daimler CAC"; src: url("/fonts/DaimlerCAC-Regular.eot"); src: url("/fonts/DaimlerCAC-Regular.svg") format("svg"), url("/fonts/DaimlerCAC-Regular.woff") format("woff"), url("/fonts/DaimlerCAC-Regular.ttf") format("truetype"), url("/fonts/icons/DaimlerCAC-Regular.woff2") format("woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Avenir-next'; src: url("/fonts/avenir-next/AvenirNext-UltraLight.ttf"); font-weight: 100; font-style: normal; }
@font-face { font-family: 'Avenir-next'; src: url("/fonts/avenir-next/AvenirNext-Regular.ttf"); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Avenir-next'; src: url("/fonts/avenir-next/AvenirNext-Medium.ttf"); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Avenir-next'; src: url("/fonts/avenir-next/AvenirNext-Bold.ttf"); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Avenir-next'; src: url("/fonts/avenir-next/AvenirNext-Heavy.ttf"); font-weight: 900; font-style: normal; }
/* NORMAL ICONS
------------------------------------- */
@font-face { font-family: "askja"; src: url("/fonts/icons/askja.eot"); src: url("/fonts/icons/askja.eot?#iefix") format("embedded-opentype"), url("/fonts/icons/askja.woff") format("woff"), url("/fonts/icons/askja.ttf") format("truetype"), url("/fonts/icons/askja.svg#vordur-golf") format("svg"); font-weight: normal; font-style: normal; }
[data-icon]:before { font-family: "askja" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[class^='icon-']:before, [class*=' icon-']:before { font-family: "askja" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

@font-face { font-family: 'notadir'; src: url("/fonts/icons/notadir.eot"); src: url("/fonts/icons/notadir.eot?#iefix") format("embedded-opentype"), url("/fonts/icons/notadir.woff") format("woff"), url("/fonts/icons/notadir.ttf") format("truetype"), url("/fonts/icons/notadir.svg#notadir") format("svg"); font-weight: normal; font-style: normal; }
[data-icon]:before { font-family: 'notadir' !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[class^='notadir-']:before, [class*=' notadir-']:before { font-family: 'notadir' !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-comparison:before { content: '\61'; }

.icon-search:before { content: '\62'; }

.icon-facebook:before { content: '\63'; }

.icon-arrow-left:before { content: '\64'; }

.icon-arrow-right:before { content: '\65'; }

.icon-arrow-up:before { content: '\66'; }

.icon-arrow-down:before { content: '\67'; }

.icon-check:before { content: '\68'; }

.icon-chevron-down:before { content: '\69'; }

.icon-chevron-left:before { content: '\6a'; }

.icon-chevron-right:before { content: '\6b'; }

.icon-chevron-up:before { content: '\6c'; }

.icon-fireball:before { content: '\6d'; }

.icon-askja:before { content: '\6e'; }

.icon-cross-mark:before { content: '\6f'; }

.icon-facebook-alt:before { content: '\70'; }

.icon-twitter:before { content: '\71'; }

.icon-instagram:before { content: '\72'; }

.icon-phone:before { content: '\73'; }

.icon-pin:before { content: '\74'; }

.icon-mail:before { content: '\75'; }

.icon-benz:before { content: '\77'; }

.icon-chevrolet:before { content: '\78'; }

.icon-dacia:before { content: '\79'; }

.icon-ford:before { content: '\7a'; }

.icon-galloper:before { content: '\41'; }

.icon-honda:before { content: '\42'; }

.icon-hyundai:before { content: '\43'; }

.icon-isuzu:before { content: '\44'; }

.icon-jeep:before { content: '\45'; }

.icon-kia:before { content: '\46'; }

.icon-landrover:before { content: '\47'; }

.icon-lexus:before { content: '\48'; }

.icon-vw:before { content: '\49'; }

.icon-volvo:before { content: '\4a'; }

.icon-suzuki:before { content: '\4c'; }

.icon-subaru:before { content: '\4d'; }

.icon-skoda:before { content: '\4e'; }

.icon-renault:before { content: '\4f'; }

.icon-peugeot:before { content: '\50'; }

.icon-opel:before { content: '\51'; }

.icon-nissan:before { content: '\52'; }

.icon-mitsubishi:before { content: '\53'; }

.icon-mazda:before { content: '\76'; }

.icon-citroen:before { content: '\54'; }

.icon-fiat:before { content: '\55'; }

.icon-bmw:before { content: '\57'; }

.icon-audi:before { content: '\56'; }

.icon-tyre:before { content: '\58'; }

.icon-speedometer:before { content: '\59'; }

.icon-group:before { content: '\5a'; }

.icon-cog:before { content: '\31'; }

.icon-wrench:before { content: '\32'; }

.icon-bookmark:before { content: '\33'; }

.icon-info:before { content: '\34'; }

.icon-calendar:before { content: '\35'; }

.icon-transmission:before { content: '\36'; }

.icon-driveline:before { content: '\37'; }

.icon-pump:before { content: '\30'; }

.icon-print:before { content: '\38'; }

.icon-lincoln:before { content: '\39'; }

.icon-toyota:before { content: '\21'; }

.notadir-360:before { content: '\61'; }

.notadir-aukahlutir:before { content: '\62'; }

.notadir-info:before { content: '\63'; }

.notadir-mynd:before { content: '\64'; }

.notadir-arrow-right:before { content: '\67'; }

.notadir-arrow-left:before { content: '\65'; }

.notadir-kia:before { content: '\66'; }

/* NO MARGIN CLASSES
---------------------------------------*/
.no-margin { margin: 0; }

.no-margin-top { margin-top: 0; }

.no-margin-bottom { margin-bottom: 0; }

/* TOOLTIPS
---------------------------------------*/
[data-tooltip] { position: relative; }
[data-tooltip]:after { content: attr(data-tooltip); padding: 8px 12px; position: absolute; left: 50%; bottom: 50%; white-space: nowrap; z-index: 9999; background: #003b65; color: #fff; font-size: 11px; text-transform: uppercase; opacity: 0; visibility: hidden; border-radius: 2px; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transform: translateX(-50%) translateZ(0); -moz-transform: translateX(-50%) translateZ(0); -ms-transform: translateX(-50%) translateZ(0); -o-transform: translateX(-50%) translateZ(0); transform: translateX(-50%) translateZ(0); -webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */ transform-style: preserve-3d; }
[data-tooltip]:hover:after { opacity: 1; visibility: visible; -webkit-transform: translate(-50%, -70%); -ms-transform: translate(-50%, -70%); -o-transform: translate(-50%, -70%); transform: translate(-50%, -70%); }

[data-tooltip-right] { position: relative; }
[data-tooltip-right]:after { content: attr(data-tooltip-right); padding: 8px 12px; position: absolute; left: 100%; bottom: 0%; white-space: nowrap; z-index: 9999; background: #003b65; color: #fff; font-size: 11px; text-transform: uppercase; opacity: 0; visibility: hidden; border-radius: 2px; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transform: translateX(0%) translateZ(0); -moz-transform: translateX(0%) translateZ(0); -ms-transform: translateX(0%) translateZ(0); -o-transform: translateX(0%) translateZ(0); transform: translateX(0%) translateZ(0); -webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */ transform-style: preserve-3d; }
[data-tooltip-right]:hover:after { opacity: 1; visibility: visible; -webkit-transform: translate(10%, 0%); -ms-transform: translate(10%, 0%); -o-transform: translate(10%, 0%); transform: translate(10%, 0%); }

/* MEDIA QUERY LABEL
---------------------------------------*/
body.media-label-on:after { content: ""; position: fixed; bottom: 0; right: 0; padding: 4px 10px; font-size: 10px; z-index: 9999; text-transform: uppercase; color: #fff; display: none; }
@media only screen and (min-width: 1741px) { body.media-label-on:after { content: "Desktop XXXL"; background: #34495e; } }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { body.media-label-on:after { content: "Desktop XXL"; background: #1abc9c; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { body.media-label-on:after { content: "Desktop XL"; background: #9c27b0; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { body.media-label-on:after { content: "Desktop LG"; background: #e51c23; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { body.media-label-on:after { content: "Desktop SM"; background: #ff9800; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { body.media-label-on:after { content: "Tablet"; background: #009688; } }
@media only screen and (max-width: 767px) { body.media-label-on:after { content: "Phone MD"; background: #5677fc; } }
@media only screen and (max-width: 480px) { body.media-label-on:after { content: "Phone SM"; background: #ffeb3b; color: #000; } }
@media only screen and (max-width: 320px) { body.media-label-on:after { content: "Watch"; background: #e91e63; color: #fff; } }

::-webkit-scrollbar { width: 12px; }
@media only screen and (max-width: 767px) { ::-webkit-scrollbar { width: 8px; } }

::-webkit-scrollbar-track { background: #f1f1f1; }

::-webkit-scrollbar-thumb { background: #c0c0c0; }

/* SELECTIONS
---------------------------------------*/
::selection { background: #003b65; /* WebKit/Blink Browsers */ color: white; }

::-moz-selection { background: #003b65; /* Gecko Browsers */ color: white; }

/* LOADERS
---------------------------------------*/
/* ANIMATION MIXINS
--------------------------------------------------------*/
.loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #003b65; z-index: 9999; }
.loader .loader-inner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.loader .loader-inner .loader-logo { position: absolute; top: 50%; left: 50%; font-size: 30px; line-height: 0.5; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.loader .loader-inner img { width: 27px; }

.loader-alt { position: relative; width: 100%; height: 200px; display: none; }
.loader-alt .loader-inner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.loader-alt.visible { display: block; }

.loader-white { position: relative; width: 100%; height: 200px; display: none; }
.loader-white .loader-inner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.loader-white .ball-pulse > span { background-color: #fff; }

.loader-progress { position: absolute; bottom: 10px; left: 10px; right: 10px; height: 10px; background: #ccc; border: 1px solid #003b65; }
.loader-progress .progress-bar { height: 8px; width: 50%; background: #003b65; }

.ball-pulse > span:nth-child(0) { -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); -o-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > span:nth-child(1) { -webkit-animation: scale 0.75s 0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); -o-animation: scale 0.75s 0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); animation: scale 0.75s 0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > span:nth-child(2) { -webkit-animation: scale 0.75s 0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); -o-animation: scale 0.75s 0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); animation: scale 0.75s 0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > span:nth-child(3) { -webkit-animation: scale 0.75s 0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); -o-animation: scale 0.75s 0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); animation: scale 0.75s 0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > span { background-color: #aaa; width: 15px; height: 15px; margin: 2px; display: inline-block; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes scale { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
  45% { -webkit-transform: scale(0.1); -ms-transform: scale(0.1); -o-transform: scale(0.1); transform: scale(0.1); opacity: 0.7; }
  80% { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } }
@keyframes scale { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
  45% { -webkit-transform: scale(0.1); -ms-transform: scale(0.1); -o-transform: scale(0.1); transform: scale(0.1); opacity: 0.7; }
  80% { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } }
.spinner { position: relative; -webkit-animation: rotate 1s infinite linear; -o-animation: rotate 1s infinite linear; animation: rotate 1s infinite linear; border: 4px solid rgba(255, 255, 255, 0.25); width: 80px; height: 80px; border-radius: 999px; display: block; clear: both; }
.spinner span { position: absolute; width: 80px; height: 80px; border: 4px solid transparent; border-top: 4px solid rgba(255, 255, 255, 0.5); top: -4px; left: -4px; border-radius: 999px; }

@keyframes rotate { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
/* PRETTY FORMS
---------------------------------------*/
form.pretty-lady .form-control { width: 100%; }
form.pretty-lady .form-upper { margin-left: -10px; margin-bottom: 10px; }
@media only screen and (max-width: 767px) { form.pretty-lady .form-upper { margin: 0; } }
form.pretty-lady .form-middle { padding: 20px 0 0; clear: both; }

.pretty-form { position: relative; }
.pretty-form label { position: absolute; top: 14px; left: 17px; font-size: 20px; color: #809096; cursor: pointer; -webkit-transition: top 0.2s; -o-transition: top 0.2s; transition: top 0.2s; }
@media only screen and (max-width: 767px) { .pretty-form label { opacity: 1; visibility: visible; } }
.pretty-form .form-control { float: none; padding-right: 42px; }
.pretty-form .label-active { top: -34px; color: #000000; font-family: "Avenir-next", "Noto Sans", "Arial", serif; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .pretty-form .label-active { top: 14px; left: 17px; opacity: 0; visibility: hidden; } }
@media only screen and (max-width: 767px) { .pretty-form .label-active { top: 14px; left: 17px; opacity: 0; visibility: hidden; } }
.pretty-form .pretty-select { position: relative; }
.pretty-form .pretty-select select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; border: 1px solid #dbe4e8; display: block; font-family: "Avenir-next", "Noto Sans", "Arial", serif; padding: 11px 30px 11px 20px; width: 100%; color: #809096; cursor: pointer; border-radius: 2px; }
.pretty-form .pretty-select:after { font-family: "askja"; content: "i"; position: absolute; top: 50%; right: 9px; font-size: 18px; color: #003b65; line-height: 0.5; pointer-events: none; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.pretty-form .pretty-select.validation.error { outline: 1px solid #d2232a; }
.pretty-form .pretty-select.validation.success { outline: 1px solid #27ae60; }
.pretty-form .pretty-select.validation.warning { outline: 1px solid #ff9f00; }

.pretty-group { position: relative; }

.pretty-check [type="checkbox"], .pretty-check [type="radio"] { position: absolute; left: -9999px; }
.pretty-check [type="checkbox"] + label, .pretty-check [type="radio"] + label { -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.pretty-check [type="checkbox"] + label:before, .pretty-check [type="radio"] + label:before { -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.pretty-check [type="checkbox"] + label:after, .pretty-check [type="radio"] + label:after { -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.pretty-check [type="checkbox"] { position: absolute; left: -9999px; }
.pretty-check [type="checkbox"] + label { position: relative; padding-left: 28px; cursor: pointer; }
.pretty-check [type="checkbox"] + label:before { content: ""; position: absolute; left: 0; top: 4px; width: 24px; height: 24px; background: #fff; border: 1px solid #dbe4e8; width: 16px; height: 16px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.pretty-check [type="checkbox"] + label:after { font-family: "askja"; content: "h"; position: absolute; top: 5px; left: 3px; font-size: 9px; color: #809096; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.pretty-check [type="checkbox"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.pretty-check [type="checkbox"]:checked + label:before { background: #003b65; border-color: #003b65; }
.pretty-check [type="checkbox"]:checked + label:after { opacity: 1; color: #fff; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.pretty-check [type="checkbox"]:disabled { box-shadow: none; border-color: #bbb; background-color: #ddd; }
.pretty-check [type="checkbox"]:disabled + label { color: #aaa; }
.pretty-check [type="checkbox"]:disabled:not(:checked) + label:after { color: #999; }
.pretty-check [type="checkbox"]:disabled.checked + label:after { color: #999; }
.pretty-check [type="checkbox"]:focus + label:before { border: 1px dotted blue; }
.pretty-check [type="radio"] + label { position: relative; padding-left: 24px; cursor: pointer; }
.pretty-check [type="radio"] + label:before { content: ""; position: absolute; left: 0; top: 2px; width: 16px; height: 16px; background: transparent; border: 1px solid #dbe4e8; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-transition: background 0.3s ease-in-out; -o-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; }
.pretty-check [type="radio"] + label:after { content: ""; position: absolute; top: 0; left: 4px; font-size: 14px; color: #09ad7e; width: 6px; height: 6px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.pretty-check [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.pretty-check [type="radio"]:checked + label:before { background: #0f94f2 !important; }
.pretty-check [type="radio"]:checked + label:after { opacity: 1; top: 7px; left: 5px; background: #fff; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.pretty-check [type="radio"].disabled + label { color: #aaa; }
.pretty-check [type="radio"].disabled + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }
.pretty-check [type="radio"].disabled:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }
.pretty-check [type="radio"].disabled:checked + label:after { color: #999; }
.pretty-check [type="radio"].disabled:checked:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }
.pretty-check [type="radio"].disabled:checked:checked + label:after { color: #999; }
.pretty-check [type="radio"]:focus + label:before { border: 1px dotted #003b65; }

/* VALIDATION */
.form-group { position: relative; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.form-group.success:after, .form-group.error:after { font-family: "vordur-golf"; position: absolute; right: 14px; top: 16px; font-size: 18px; }
.form-group.success { /* label {
	color: $brand-success !important;
} */ }
.form-group.success input[type="text"] { border-color: #27ae60; }
.form-group.success:after { content: "f"; color: #27ae60; }
.form-group.error { /* label {
	color: $brand-danger !important;
} */ }
.form-group.error input[type="text"] { border-color: #d2232a; }
.form-group.error textarea[type="text"] { border-color: #d2232a; }
.form-group.error select { border-color: #d2232a; }
.form-group.error:after { color: #d2232a; }

/* RESPONSIVE TABLES
---------------------------------------*/
@media only screen and (max-width: 800px) { .responsive-table tr { margin-bottom: 10px; padding: 15px; }
  .responsive-table tr.hover { background-color: inherit !important; color: inherit !important; }
  .responsive-table tr.selected { background-color: inherit !important; color: inherit !important; }
  .responsive-table td { width: 100% !important; }
  .visible-table-cell-xs { display: block !important; }
  .hide-inline { display: none !important; }
  /* Force table to not be like tables anymore */
  .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr { display: block; }
  .responsive-table tr { border: 1px solid #eaeaea; }
  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive-table thead tr { position: absolute; top: -9999px; left: -9999px; }
  .responsive-table td { /* Behave  like a "row" */ border: none; position: relative; padding-left: 30%; white-space: normal; text-align: left; } }
@media only screen and (max-width: 800px) and (max-width: 400px) { .responsive-table td { padding-left: 35%; } }

@media only screen and (max-width: 800px) { .responsive-table td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 11px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; text-align: left; font-weight: bold; }
  /* Label the data */
  .responsive-table td:before { content: attr(data-title); } }
/* PLACEHOLDERS
---------------------------------------*/
:-moz-placeholder { /* Firefox 18- */ }

::-moz-placeholder { /* Firefox 19+ */ }

:-ms-input-placeholder { /* IE */ }

/* HAMBURGER
---------------------------------------*/
.hamburger { float: right; background: transparent; position: relative; display: block; margin-top: 29px; font-weight: 700; display: none; }
.hamburger .hamburger-text { float: left; margin-right: 20px; color: #28373c; margin-top: -1px; font-style: normal; }
@media only screen and (max-width: 767px) { .hamburger .hamburger-text { display: none; } }
.hamburger .hamburger-inner { display: block; width: 30px; height: 17px; position: relative; float: right; }
.hamburger span { position: absolute; left: 0; top: 0; display: block; background: #003b65; width: 30px; height: 3px; border-radius: 1px; opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.hamburger span.bar-2 { top: 7px; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.hamburger span.bar-3 { top: 14px; }
.hamburger span.bar-1, .hamburger span.bar-3 { -webkit-transition-delay: 0s; transition-delay: 0s; }
.hamburger span:first-child { margin-top: 0; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .hamburger { display: block; }
  .hamburger:hover { background: transparent; } }
@media only screen and (max-width: 767px) { .hamburger { display: block; }
  .hamburger:hover { background: transparent; } }

body.hamburger__transform .hamburger span.bar-2 { opacity: 0; visibility: hidden; -webkit-transition-delay: 0s; transition-delay: 0s; }
body.hamburger__transform .hamburger span.bar-1, body.hamburger__transform .hamburger span.bar-3 { top: 7px; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
body.hamburger__transform .hamburger span.bar-1 { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
body.hamburger__transform .hamburger span.bar-3 { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.pager-container { text-align: center; }

.pager { display: inline-block; list-style: none; text-align: center; margin: 60px 0 0; }
.pager .pager-item { display: inline-block; position: relative; height: 40px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; margin-left: 10px; }
.pager .pager-item a { display: block; padding: 9px 20px; }
.pager .pager-item .pager-link { color: #809096; }
.pager .pager-item .pager-link i { font-size: 12px; position: absolute; bottom: 3px; }
.pager .pager-item .pager-link i.icon-chevron-left { left: 10px; }
.pager .pager-item .pager-link i.icon-chevron-right { right: 10px; }
.pager .pager-item:hover { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background-color: #003b65; }
.pager .pager-item:hover .pager-link { color: #fff; }
.pager .disabled, .pager .current { background-color: #687073; cursor: default; pointer-events: none; }
.pager .disabled .pager-link, .pager .current .pager-link { color: #809096; }

/* UMBRACO FORMS
---------------------------------------*/
.contourPage input:not([type="submit"]) { width: 100%; }
.contourPage .validation-summary-errors { background: #d2232a; color: #fff; padding: 40px; }
.contourPage .validation-summary-errors ul li { margin-top: 10px; }
.contourPage .validation-summary-errors ul li:first-child { margin-top: 0; }
.contourPage .field-validation-error { color: #d2232a; margin-top: 15px; display: block; }

.contourField { position: relative; margin-bottom: 20px; }
.contourField label { display: none; }
.contourField input:not([type="checkbox"]).input-validation-error, .contourField input:not([type="radio"]).input-validation-error, .contourField input:not([type="submit"]).input-validation-error { outline: 1px solid #d2232a !important; }
.contourField.checkbox label { display: inline-block; padding: 0 0 0 15px; }
.contourField.checkbox input[type="checkbox"] { padding: 0; margin: 0; width: auto; position: absolute; top: 4px; left: 0; }

.contourPageName { text-align: center; margin-bottom: 70px; }
@media only screen and (max-width: 767px) { .contourPageName { margin-bottom: 40px; } }

.contourNavigation .btn { padding-top: 0; }
@media only screen and (max-width: 767px) { .contourNavigation input[type="submit"] { width: 100%; } }

/* Application form */
.application-form-section { padding-top: 120px; padding-bottom: 160px; }
.application-form-section fieldset { margin-top: 15px; }
@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .application-form-section fieldset { margin-top: 0px; } }
@media only screen and (max-width: 767px) { .application-form-section { padding-top: 80px; } }

/* EVENT SIGNUP */
.company-signup .contourField.checkbox { float: left; }
.company-signup .contourNavigation { margin: 0; float: right; }
@media only screen and (max-width: 767px) { .company-signup .contourNavigation { float: none; margin-top: 30px; margin: 30px -15px 0; } }

/* Slider */
.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 -2px; 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; margin-left: auto; margin-right: auto; }
.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; padding: 0 2px; 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; }

/* Slider */
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: ""; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; background: #b5b5b5; border-radius: 50%; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

.page-mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: white; height: 100vh; width: 100vw; z-index: 999999; pointer-events: none; opacity: 1; transition: opacity .5s ease; }
.page-mask.page-loaded { opacity: 0; }

/* BOOTSTRAP OVERWRITE */
/* BOOTSTRAP OVERWRITES
---------------------------------------*/
@media only screen and (min-width: 1741px) { .container { width: 1400px; } }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .container { width: 1170px; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .container { width: 1170px; } }

.btn { height: 48px; font-weight: 500; text-transform: uppercase; padding: 13px 24px 0; border-radius: 0; transition: all 150ms; /* RESPONSIVE */ }
.btn.btn-lg { height: 60px; padding: 19px 30px 0; font-size: 16px; }
.btn.btn-sm { padding: 6px 14px; height: 37px; }
.btn.btn-secondary { background: #0f94f2; color: #fff; }
.btn.btn-secondary:hover { background: #0c86dc; }
.btn.btn-ghost { border: 1px solid #dbe4e8; }
.btn.btn-ghost.ghost-secondary { color: #28373c; }
.btn.btn-ghost.ghost-secondary:hover { color: #fff; border-color: #003b65; background: #003b65; }
@media only screen and (max-width: 767px) { .btn.btn-lg { padding: 10px 30px; height: auto; display: block; width: 100%; } }

.form-control:focus { outline: none; -webkit-box-shadow: 0 0 0 0; box-shadow: 0 0 0 0; }

/* GLOBAL */
/* GLOBAL
---------------------------------------*/
/* GLOBAL BOX-SIZING and IE7 SUPPORT */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 300; }
*:focus, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { font-family: "Avenir-next", "Noto Sans", "Arial", serif !important; font-size: 14px !important; line-height: 1.7; color: #809096; -webkit-font-smoothing: subpixel-antialiased; overflow-x: hidden; background: #f8fafb; font-size: 14px; font-weight: 400; }
body.no-scroll, body.loading { overflow: hidden !important; }

a { text-decoration: none; color: #0f94f2; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
a:hover { color: #003b65; text-decoration: none; }

ul { margin: 0; }

img { line-height: 0; margin: 0; padding: 0; display: inline-block; vertical-align: text-bottom; max-width: 100%; }

/* FLOATS */
.pull-left { float: left; }

.pull-right { float: right; }

/* PARAGRAPH */
p { color: #809096; }
p.subtitle { font-size: 22px; }

/* INPUTS */
input[type='text'], input[type='password'], input[type='number'], textarea { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; border: 1px solid #dbe4e8; background: #fff; font-size: 14px; height: 48px; padding: 6px 12px; font-family: "Avenir-next", "Noto Sans", "Arial", serif; }

input[type='select'], input[type='number'] { border: 1px solid #dbe4e8; background: #fff; font-size: 14px; height: 48px; padding: 6px 12px; }

textarea { resize: none; height: auto; min-height: 180px; width: 100%; border: 1px solid #dbe4e8; background: #fff; font-size: 14px; padding: 6px 12px; }

label { font-weight: normal; cursor: pointer; font-size: 14px; }

button { font-size: 16px; }

label { font-weight: normal; cursor: pointer; font-size: 14px; }

/* IFRAME */
iframe { max-width: 100%; }

/* BUTTONS */
button { padding: 0; margin: 0; cursor: pointer; border: 0; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-transition: background 0.3s ease-in-out; -o-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; }

/* NO GUTTER GRID
------------------------------------*/
.row.no-gutter { margin-right: 0; margin-left: 0; }
.row.no-gutter > [class*='col-'], .row.no-gutter > [class*=' col-'] { padding-right: 0; padding-left: 0; }

/* BOLD */
.bold { font-weight: 700; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); border: 0; }

.list-style { list-style: none; padding: 0; padding-left: 13px; }
.list-style li { text-indent: -1em; padding: 0; line-height: 34px; }
.list-style li:before { content: "\2022 "; color: #003b65; margin-right: 7px; }

.hide { display: none; }

.on-canvas { left: 0; }

.wrapper { background: #f8fafb; }

.text-primary { color: #003b65; }

.form-group { margin-bottom: 20px; }

.relative { position: relative; }

/* FONT SMOOTHING FOR BUTTONS */
body, input, textarea, button { -webkit-font-smoothing: antialiased; }

.no-margin { margin: 0 !important; }

.box-shadow { box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16); }

.text-large { font-size: 16px; }

.text-bold { font-weight: 700; }

strong { font-weight: 700; }

em { font-style: italic; }

/* CUSTOM */
/* NAVIGATION
---------------------------------------*/
header .header__nav { margin: 26px 0 0 210px; }
header .header__nav ul li { float: left; margin-left: 40px; }
header .header__nav ul li:first-child { margin-left: 0; }
header .header__nav ul li a { display: block; color: #809096; font-size: 14px; }
header .header__nav ul li a span { -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
header .header__nav ul li a:hover span { color: #003b65; }
header .header__nav ul li.active a span, header .header__nav ul li.open a span { color: #003b65; }
header .header__nav ul li.noticeable a span { color: #ff9f00; position: relative; margin-left: 34px; }
header .header__nav ul li.noticeable a span:before { content: ''; background-image: url("/assets/images/bullhorn.svg"); background-size: contain; background-repeat: no-repeat; height: 16px; width: 18px; position: absolute; left: -34px; top: 3px; }
header .header__nav ul li.noticeable a:hover span { color: #003b65; }

/* HEADER
---------------------------------------*/
header { position: fixed; top: 0; left: 0; z-index: 1; background: #fff; width: 100%; height: 80px; z-index: 20; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); padding: 0 30px; /* RESPONSIVE */ }
header a { text-transform: uppercase; font-weight: 700; font-size: 14px; }
header .logo { float: left; margin: 16px 0 0; width: 205px; }
header .logo a { display: block; }
header .header__comparison { margin: 27px 40px 0 0; }
header .header__comparison em, header .header__comparison span { display: inline-block; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
header .header__comparison .comparison-icon { width: 31px; height: 31px; border: 1px solid #dbe4e8; color: #003b65; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; position: relative; float: left; margin-top: -4px; margin-right: 10px; background: transparent; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
header .header__comparison .comparison-icon i { color: #003b65; line-height: 0.5; position: absolute; top: 44%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
header .header__comparison em { font-style: normal; color: #809096; }
header .header__comparison span { color: #0f94f2; }
header .header__comparison:hover em { color: #003b65; }
header .header__comparison:hover .comparison-icon { border-color: #003b65; background: #003b65; }
header .header__comparison:hover .comparison-icon i { color: #fff; }
header .header__search-link { display: inline-block; margin: 26px 0 0 10%; text-align: center; }
header .header__search-link i { margin-right: 10px; position: relative; top: 2px; }
header .header__search-link .search-link, header .header__search-link i { color: #809096; cursor: pointer; }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { header .header__search-link { margin-left: 30px; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { header .header__search-link { margin-left: 23px; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { header .header__search-link { margin-left: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { header .header__search-link { display: none; } }
@media only screen and (max-width: 767px) { header .header__search-link { display: none; } }
header .header__extras { margin-top: 18px; }
header .header__extras a, header .header__extras .mb-wrap { float: left; }
header .header__extras a { display: block; }
header .header__extras .mb-wrap { height: 37px; margin-right: 40px; }
header .header__extras .mb-wrap em { font-style: normal; display: block; float: left; line-height: 1.3; font-weight: 700; }
header .header__extras .mb-wrap .mb-star { background-image: url(/media/1014/mercedes_benz.png); background-repeat: no-repeat; background-position: 0 0; background-size: 100%; width: 37px; height: 38px; margin-right: 20px; }
header .header__extras .mb-wrap .mb-text { padding-top: 2px; font-size: 14px; text-transform: none; color: #000000; }
header .header__extras .mb-wrap.kia { margin-right: 20px; color: #f8fafb; }
header .header__extras .mb-wrap.kia i { font-size: 52px; position: relative; top: -6px; }
header .header__extras .header__social { color: #3b5998 !important; font-size: 34px; line-height: 0.5; margin-top: 1px; color: #000000; }
header .header__extras .header__social .arrow-icon { color: #687073 !important; font-size: 18px; position: relative; top: -6px; margin-right: 5px; }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { header .header__comparison { margin-right: 25px; }
  header .header__search { margin-left: 20px; }
  header .header__nav { margin-left: 26px; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { header .header__comparison { display: none; }
  header .header__search { margin-left: 40px; }
  header .header__nav { margin-left: 16px; } }
@media (max-width: 1550px) { header .header__nav .main-nav li { margin-left: 25px; }
  header .header__nav .main-nav li a { font-size: 13px; } }
@media (min-width: 1367px) and (max-width: 1446px) { header .header__nav .main-nav li { margin-left: 16px; }
  header .header__nav .main-nav li a { font-size: 13px; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { header .header__comparison { display: none; }
  header .header__search { margin-left: 24px; }
  header .header__nav { margin-left: 16px; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { header .header__comparison { display: none; margin-right: 0; }
  header .header__search { margin-left: 40px; }
  header .header__nav { margin-left: 16px; }
  header .header__extras { display: none; } }
@media (min-width: 1110px) and (max-width: 1250px) { header .header__nav .main-nav li { margin-left: 18px; }
  header .header__nav .main-nav li a { font-size: 13px; } }
@media (min-width: 1010px) and (max-width: 1110px) { header .header__nav .main-nav li { margin-left: 14px; }
  header .header__nav .main-nav li a { font-size: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { header { height: 80px; }
  header .header__comparison, header .header__search, header .header__nav { display: none; }
  header .header__extras { margin-right: 40px; } }
@media only screen and (max-width: 767px) { header { height: 80px; padding: 0 20px; }
  header .header__comparison, header .header__search, header .header__nav, header .header__extras { display: none; } }

body { padding-top: 80px; /* RESPONSIVE */ }
@media only screen and (min-width: 768px) and (max-width: 1009px) { body { padding-top: 135px; } }
@media only screen and (max-width: 767px) { body { padding-top: 135px; } }

/* MOBILE NAV
---------------------------------------*/
/* MOBILE NAVIGATION */
.mobile-nav { position: fixed; top: 120px; right: 0; width: 100%; height: 100%; z-index: 10; overflow-y: auto; background: #003b65; display: none; -webkit-transform: translateX(100%) translateZ(0); -moz-transform: translateX(100%) translateZ(0); -ms-transform: translateX(100%) translateZ(0); -o-transform: translateX(100%) translateZ(0); transform: translateX(100%) translateZ(0); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.mobile-nav ul { padding: 0; position: relative; }
.mobile-nav ul li { position: relative; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; 			/*&.active {
				background: $secondary-dark;

				a {
					color: $brand-primary;
				}
			}*/ }
.mobile-nav ul li a { color: #0f94f2; display: block; width: 100%; font-size: 14px; padding: 11px 20px; color: #fff; border-bottom: 1px solid #003256; }
.mobile-nav ul li[data-children="true"] span, .mobile-nav ul li[data-children="true"] em { display: block; }
.mobile-nav ul li[data-children="true"] .mobile-nav__extras, .mobile-nav ul li[data-children="true"] .mobile-nav__extras-inner { width: 80px; height: 43px; }
.mobile-nav ul li[data-children="true"] .mobile-nav__extras { position: absolute; top: 0; right: 0; border-left: 1px solid #0968ab; }
.mobile-nav ul li[data-children="true"] .mobile-nav__extras em { float: left; }
.mobile-nav ul li[data-children="true"] .mobile-nav__extras-inner { position: relative; padding: 11px 15px 10px; }
.mobile-nav ul li[data-children="true"] .mobile-nav__plus-icon__wrap { position: absolute; top: 50%; right: 13px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.mobile-nav ul li[data-children="true"] .mobile-nav__plus-icon { position: relative; width: 13px; height: 14px; }
.mobile-nav ul li[data-children="true"] .mobile-nav__plus-icon:before, .mobile-nav ul li[data-children="true"] .mobile-nav__plus-icon:after { content: ""; position: absolute; top: 6px; left: 0; width: 13px; height: 2px; background: #fff; -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.mobile-nav ul li[data-children="true"] .mobile-nav__plus-icon:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); opacity: 1; visibility: visible; }
.mobile-nav ul li.active, .mobile-nav ul li.open { background: #002c4c; }
.mobile-nav ul li.open > a { color: #fff; }
.mobile-nav ul li.open > a > .mobile-nav__extras > .mobile-nav__extras-inner > .mobile-nav__plus-icon__wrap > .mobile-nav__plus-icon:before, .mobile-nav ul li.open > a > .mobile-nav__extras > .mobile-nav__extras-inner > .mobile-nav__plus-icon__wrap > .mobile-nav__plus-icon:after { background: #fff; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav ul li.open > a > .mobile-nav__extras > .mobile-nav__extras-inner > .mobile-nav__plus-icon__wrap > .mobile-nav__plus-icon:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; visibility: hidden; }
.mobile-nav > nav > ul > li > a { text-transform: uppercase; }
.mobile-nav > nav > ul > li[data-children="true"] .mobile-nav__extras { border-color: #003256; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav { background: #fff; display: none; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li > a { border-color: #dbe4e8; color: #809096; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li[data-children="true"] .mobile-nav__extras { border-color: #dbe4e8; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li > .mobile-nav__subnav { background: #88caf9; display: none; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li > .mobile-nav__subnav > ul > li > a { border-color: #79c3f8; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li > .mobile-nav__subnav > ul > li[data-children="true"] .mobile-nav__extras { border-color: #79c3f8; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li.open { background: #e6e6e6; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li.open > a { color: #003b65; }
.mobile-nav > nav > ul > li > .mobile-nav__subnav > ul > li.open > a > .mobile-nav__extras .mobile-nav__counter { color: #003b65; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .mobile-nav { display: block; } }
@media only screen and (max-width: 767px) { .mobile-nav { display: block; } }

body.mobile-nav-open { overflow-y: hidden; }
body.mobile-nav-open .pusher, body.mobile-nav-open .footer-pusher { -webkit-transform: translateX(-100%) translateZ(0); -moz-transform: translateX(-100%) translateZ(0); -ms-transform: translateX(-100%) translateZ(0); -o-transform: translateX(-100%) translateZ(0); transform: translateX(-100%) translateZ(0); }
body.mobile-nav-open .mobile-nav { -webkit-transform: translateX(0) translateZ(0); -moz-transform: translateX(0) translateZ(0); -ms-transform: translateX(0) translateZ(0); -o-transform: translateX(0) translateZ(0); transform: translateX(0) translateZ(0); }
body.mobile-nav-open header .logo { bottom: 44px; }

.mobile-nav ul li.icon-wrapper { padding-left: 10px; }
.mobile-nav ul li.icon-wrapper a.mb-wrap { display: inline-block; width: auto; border: none; padding: 0 15px; height: 42px; }
.mobile-nav ul li.icon-wrapper a.mb-wrap i { position: relative; }
.mobile-nav ul li.icon-wrapper a.mb-wrap i.icon-benz { font-size: 25px; }
.mobile-nav ul li.icon-wrapper a.mb-wrap i.icon-kia { font-size: 28px; top: 8px; }
.mobile-nav ul li.icon-wrapper a span { position: relative; top: -7px; margin-left: 8px; }
.mobile-nav .icon-wrapper { border-bottom: 1px solid #003256; }

.mobile-search-trigger { display: none; position: fixed; width: 100%; height: 47px; background: #003b65; color: #fff; border-bottom: 1px solid #001d32; padding: 11px 20px 12px; -webkit-transition: 0.4s all ease-in-out; -o-transition: 0.4s all ease-in-out; transition: 0.4s all ease-in-out; top: 80px; left: 0; z-index: 19; }
.mobile-search-trigger.active { top: 80px; -webkit-transition: 0.4s all ease-in-out; -o-transition: 0.4s all ease-in-out; transition: 0.4s all ease-in-out; }
.mobile-search-trigger i { float: right; line-height: 0.8; font-size: 18px; margin-top: 3px; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .mobile-search-trigger { display: block; } }
@media only screen and (max-width: 767px) { .mobile-search-trigger { display: block; } }

/* STRUCTURE
---------------------------------------*/
.wrapper { display: block; padding-left: 415px; padding-top: 25px; transition: padding-left 400ms; }

.footer-frontpage { transition: padding-left 400ms; }

.structure-left { position: fixed; left: 0; top: 80px; width: 415px; background: #fff; z-index: 10; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.structure-left .structure-left__scroller { position: relative; }
.structure-left .toggle-structure-left { display: none; }
.structure-left .structure-left__inner { overflow-y: scroll; -webkit-overflow-scrolling: touch; }
.structure-left .structure-left__inner::-webkit-scrollbar { width: 6px; z-index: 1; overflow: visible; }
.structure-left .structure-left__inner::-webkit-scrollbar-track { background: none; background: transparent; z-index: 1; overflow: visible; }
.structure-left .structure-left__inner::-webkit-scrollbar-thumb { background: #e8e8e8; border-radius: 200px; opacity: 0; z-index: 1; overflow: visible; -webkit-transition: background 0.3s ease-in; -o-transition: background 0.3s ease-in; transition: background 0.3s ease-in; }
.structure-left .structure-left__scroller { width: 100%; min-height: 100%; }
.structure-left .scroll-coverer { display: block; position: absolute; top: 0; right: 0; background: #fff; z-index: 100; opacity: 1; visibility: visible; width: 8px; height: 100%; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.structure-left:hover .scroll-coverer { opacity: 0; visibility: hidden; }

body.hide__structure-left .wrapper { padding-left: 0; }

/* RESOPNSIVE */
@media only screen and (min-width: 1010px) { .structure-left { -webkit-transform: translateX(-94%); -moz-transform: translateX(-94%); -ms-transform: translateX(-94%); -o-transform: translateX(-94%); transform: translateX(-94%); }
  .structure-left .toggle-structure-left { position: absolute; cursor: pointer; display: block; top: 16px; right: -16px; z-index: 101; background: #0f94f2; height: 30px; width: 30px; border-radius: 20px; transition: all 0.3s; }
  .structure-left .toggle-structure-left:hover { box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }
  .structure-left .toggle-structure-left i { color: #fff; display: flex; align-items: center; justify-content: center; height: 100%; }
  .wrapper { padding-left: 30px; }
  .footer-frontpage { padding-left: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .wrapper { padding-left: 0; }
  .structure-left { z-index: 19; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
  .structure-left .trigger__structure { display: block; }
  .structure-left:hover .scroll-coverer { opacity: 0; visibility: hidden; } }
@media only screen and (max-width: 767px) { .wrapper { padding-left: 0; }
  .structure-left { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); width: 100% !important; }
  .structure-left .trigger__structure { display: block; }
  .structure-left:hover .scroll-coverer { opacity: 0; visibility: hidden; } }
@media only screen and (min-width: 1010px) { body.open__structure-left-desktop .structure-left { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  body.open__structure-left-desktop .wrapper { padding-left: 415px; }
  body.open__structure-left-desktop .footer-frontpage { padding-left: 415px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { body.open__structure-left .structure-left { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  body.open__structure-left .structure-left .structure-left__inner { overflow-y: auto; }
  body.open__structure-left .structure-left:hover .scroll-coverer { opacity: 1; visibility: visible; z-index: 9999; } }
@media only screen and (max-width: 767px) { body.open__structure-left .structure-left { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); width: 100% !important; }
  body.open__structure-left .structure-left .structure-left__inner { overflow-y: auto; }
  body.open__structure-left .structure-left .trigger__structure { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  body.open__structure-left .structure-left:hover .scroll-coverer { opacity: 1; visibility: visible; z-index: 9999; } }

footer { background-color: #050F1D; color: #eee; }
footer .footer-inner { display: flex; flex-wrap: wrap; align-items: stretch; padding: 75px; }
footer .footer-content-wrapper { display: flex; align-items: stretch; flex-wrap: wrap; flex-grow: 2; }
footer .footer-logo-wrapper { flex: 0 0 220px; margin-right: 8%; }
@media (max-width: 1600px) { footer .footer-logo-wrapper { flex: 0 0 100%; margin-right: 0; margin-bottom: 30px; }
  footer .footer-logo-wrapper svg { width: 220px; } }
footer .footer-location-wrapper { flex: 0 0 auto; margin-right: 8%; max-width: 210px; }
footer .footer-column-heading { color: #fff; font-weight: 600; margin-bottom: 30px; }
footer .footer-opening-times-wrapper { display: flex; flex-direction: column; flex: 0 0 auto; max-width: 210px; margin-right: 8%; }
footer .footer-opening-times-wrapper .footer-telephone { margin-top: auto; font-size: 28px; font-weight: 600; color: #fff; }
footer .footer-opening-times-wrapper .opening-times-title { font-weight: bold; margin-bottom: 10px; }
footer .footer-company-addresses { margin: 15px 0; }
footer .footer-email { align-self: flex-start; position: relative; color: #fff; margin: 15px 0; }
footer .footer-email:after { content: ''; position: absolute; bottom: 5px; left: 0; width: 100%; height: 1px; background-color: rgba(255, 255, 255, 0.5); }
footer .footer-postlist { margin-top: 60px; }
footer .footer-social-media-wrapper { flex: 0 0 auto; }
footer .footer-social-media-link { display: block; color: #fff; }
footer .footer-social-media-link:hover { color: #f0f0f0; }

/* SECTIONS
---------------------------------------*/
.section { /* RESPONSIVE */ }
.section.section-base { padding: 30px; }
.section.section-base.more-padding { padding-left: 150px; padding-right: 150px; }
@media only screen and (max-width: 767px) { .section.section-base, .section.more-padding { padding: 0; } }

/* DIFFERENT BASE PADDINGS */
body.hide__structure-left .section.section-base { padding: 30px 0; }
body.hide__structure-left .section.section-base.more-padding { padding-left: 150px; padding-right: 150px; }
body.show__structure-left .section.section-base { padding: 30px 30px 0; }
body.show__structure-left .section.section-base.more-padding { padding-left: 150px; padding-right: 150px; }
body.show__structure-left .section.base-subpage { padding: 30px; }
@media only screen and (max-width: 767px) { body.show__structure-left .section.section-base, body.show__structure-left .section.section-base.more-padding { padding: 20px 10px; } }
body.doctype-vehicles .section.section-base { padding-left: 0; padding-right: 0; }

@media only screen and (min-width: 1010px) and (max-width: 1200px) { .section.section-base { padding: 20px; }
  body.hide__structure-left .section.section-base { padding: 20px 0; }
  body.show__structure-left .section.section-base { padding: 20px 20px 0; } }
/* HERO
---------------------------------------*/
.hero { width: 100%; height: 920px; position: relative; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }
.hero p, .hero span, .hero h2 a { color: #28373c; }
.hero p, .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 { margin: 0; }
.hero span, .hero p { font-weight: 700; }
.hero span a, .hero p a { color: #fff; }
.hero p a, .hero p span { margin-left: 10px; }
.hero p.event-box__address, .hero p.event-box__date { font-size: 14px; }
.hero p.event-box__address span, .hero p.event-box__address a, .hero p.event-box__date span, .hero p.event-box__date a { font-size: 14px; }
.hero span.event-box__event-info-text { color: #fff; }
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 { margin: 20px 0; color: #fff; }
.hero h1 a, .hero h2 a, .hero h3 a, .hero h4 a, .hero h5 a, .hero h6 a { color: #fff; }
.hero h1 a:hover, .hero h2 a:hover, .hero h3 a:hover, .hero h4 a:hover, .hero h5 a:hover, .hero h6 a:hover { color: #fff; }
.hero .hero__event-box { background: #003b65; padding: 50px; position: absolute; left: 0; bottom: 0; width: 380px; }
.hero .btn { margin-top: 40px; padding-left: 50px; padding-right: 50px; }
@media only screen and (max-width: 767px) { .hero { height: auto; }
  .hero .hero__event-box { width: 100%; padding: 30px; position: static; } }

/* FRONTPAGE
---------------------------------------*/
/* SLIDER*/
.frontpage-slider { height: 400px; position: relative; }
.frontpage-slider .slide { background-repeat: no-repeat; background-position: 0 0; background-size: cover; position: absolute; top: 0; left: 0; display: none; width: 100%; height: 100%; }
.frontpage-slider .slide.current { display: block; }
.frontpage-slider .slider-link-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; }
.frontpage-slider .slide__nav { position: absolute; top: 0; right: 0; z-index: 1; padding: 20px 20px 0 0; }
.frontpage-slider .slide__nav ul li { display: inline-block; margin-left: 6px; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.frontpage-slider .slide__nav ul li:first-child { margin-left: 0; }
.frontpage-slider .slide__nav ul li a { display: block; background: #fff; border-radius: 100%; width: 16px; height: 16px; }
.frontpage-slider .slide__nav ul li.active a { background: #818181; }
.frontpage-slider .frontpage-vehicle-slider { height: 400px; margin-bottom: 0; }
.frontpage-slider .frontpage-vehicle-slider .main-img, .frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper { display: table-cell; height: 100%; }
.frontpage-slider .frontpage-vehicle-slider .link { display: block; margin: 0; width: 100%; height: 100%; }
.frontpage-slider .frontpage-vehicle-slider .cell-wrapper { display: table; width: 100%; height: 285px; }
.frontpage-slider .frontpage-vehicle-slider .main-img { background-size: cover; background-position: 50% 50%; width: 360px; }
@media (max-width: 1365px) { .frontpage-slider .frontpage-vehicle-slider .main-img { width: 100%; } }
.frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper { width: auto; }
.frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper { position: relative; overflow: hidden; height: 285px; }
.frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper .small-img { float: left; background-size: cover; background-position: 50% 50%; min-width: 160px; border-right: 1px solid #fff; margin-bottom: 1px; }
.frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper .small-img.img1, .frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper .small-img.img5 { border-left: 1px solid #fff; }
.frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper.two .small-img { width: 50%; height: 100%; }
.frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper.four .small-img { width: 50%; height: 50%; }
.frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper.six .small-img { width: 33%; height: 50%; }
.frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper.eight .small-img { width: 25%; height: 50%; }
@media (max-width: 1804px) { .frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper .small-img { width: 33% !important; } }
@media (max-width: 1644px) { .frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper .small-img { width: 50% !important; } }
@media (max-width: 1484px) { .frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper .small-img { width: 100% !important; } }
@media (max-width: 1365px) { .frontpage-slider .frontpage-vehicle-slider .smaller-img-wrapper .small-img { display: none; } }
.frontpage-slider .frontpage-vehicle-slider.info-banner { padding: 20px 30px 0 30px; color: #809096; background: #fff; height: 115px; }
.frontpage-slider .frontpage-vehicle-slider.info-banner .row { margin: 0; }
.frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info:after { content: ''; height: 100%; width: 1px; position: absolute; right: 38px; top: 0; background-color: #e7ecee; }
.frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info, .frontpage-slider .frontpage-vehicle-slider.info-banner .secondary-info, .frontpage-slider .frontpage-vehicle-slider.info-banner .button-column { float: left; height: 100%; }
.frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info { width: 50%; position: relative; }
.frontpage-slider .frontpage-vehicle-slider.info-banner .secondary-info { width: 50%; }
.frontpage-slider .frontpage-vehicle-slider.info-banner .button-column { display: none; text-align: right; width: 32%; }
@media only screen and (min-width: 1741px) { .frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info { width: 24%; }
  .frontpage-slider .frontpage-vehicle-slider.info-banner .secondary-info { width: 44%; }
  .frontpage-slider .frontpage-vehicle-slider.info-banner .button-column { display: block; } }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info { width: 34%; }
  .frontpage-slider .frontpage-vehicle-slider.info-banner .secondary-info { width: 34%; }
  .frontpage-slider .frontpage-vehicle-slider.info-banner .button-column { display: block; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info { width: 50%; }
  .frontpage-slider .frontpage-vehicle-slider.info-banner .secondary-info { width: 50%; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info { width: 100%; }
  .frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info:after { width: 0; }
  .frontpage-slider .frontpage-vehicle-slider.info-banner .secondary-info { display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info { width: 100%; }
  .frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info:after { width: 0; }
  .frontpage-slider .frontpage-vehicle-slider.info-banner .secondary-info { display: none; } }
@media only screen and (max-width: 767px) { .frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info { width: 100%; }
  .frontpage-slider .frontpage-vehicle-slider.info-banner .primary-info:after { width: 0; }
  .frontpage-slider .frontpage-vehicle-slider.info-banner .secondary-info { display: none; } }
.frontpage-slider .frontpage-vehicle-slider.info-banner .manufacturer { font-weight: 700; font-size: 18px; color: #003b65; }
.frontpage-slider .frontpage-vehicle-slider.info-banner .price { color: #003b65; font-weight: 700; }
.frontpage-slider .frontpage-vehicle-slider.info-banner .price .price-value { color: #5bc0de; }
.frontpage-slider .frontpage-vehicle-slider.info-banner .btn-primary { background-color: #0f94f2; border-color: #0f94f2; border-radius: 5px; margin-top: 25px; padding: 10px 35px; height: 43px; }
@media only screen and (max-width: 767px) { .frontpage-slider { height: 300px; } }

#react-vehicle-slider, .slider-wrapper { width: calc(100% - 330px); display: inline-block; }
@media only screen and (max-width: 767px) { #react-vehicle-slider, .slider-wrapper { width: 100%; } }

.slider-showcase-wrapper .promo-link { display: inline-block; width: 310px; height: 400px; margin-left: 15px; }
.slider-showcase-wrapper .promo-link .frontpage-promo-tile { width: 100%; height: 100%; background-size: cover; background-position: 50% 50%; }
@media only screen and (max-width: 767px) { .slider-showcase-wrapper .promo-link { display: none; } }

.frontpage-tile { background: red; position: relative; }
.frontpage-tile.tile__promo { height: 375px; min-width: 300px; background: #fff; margin-bottom: 30px; /* RESPONSIVE */ }
.frontpage-tile.tile__promo .promo__image { display: block; background-repeat: no-repeat; background-position: 50% 100%; background-size: cover; position: relative; width: 100%; height: 238px; }
.frontpage-tile.tile__promo .promo__image:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); }
.frontpage-tile.tile__promo h3 { color: #fff; position: absolute; top: 0; left: 0; width: 100%; padding: 30px 90px 0 40px; }
.frontpage-tile.tile__promo .promo__contents { padding: 22px 40px 0; }
.frontpage-tile.tile__promo .promo__link { font-size: 16px; margin-top: 10px; }
.frontpage-tile.tile__promo .promo__link span { font-weight: 700; }
.frontpage-tile.tile__promo .promo__link span, .frontpage-tile.tile__promo .promo__link i { display: block; float: left; }
.frontpage-tile.tile__promo .promo__link i { line-height: 0.5; color: #809096; margin: 5px 0 0 8px; }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .frontpage-tile.tile__promo .promo__logo { display: none; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .frontpage-tile.tile__promo { margin-bottom: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .frontpage-tile.tile__promo { margin-bottom: 30px; float: left; width: 46%; }
  .frontpage-tile.tile__promo .promo__logo { display: none; } }
@media only screen and (max-width: 767px) { .frontpage-tile.tile__promo { margin-bottom: 30px; }
  .frontpage-tile.tile__promo .promo__logo { display: none; } }
.frontpage-tile.tile__company-info { background: #003b65; height: 210px; padding: 32px; padding-right: 212px; color: #fff; /* RESPONSIVE */ }
.frontpage-tile.tile__company-info p, .frontpage-tile.tile__company-info a { color: #fff; }
.frontpage-tile.tile__company-info a { position: absolute; bottom: 0; left: 0; padding: 0 212px 32px 32px; width: 100%; }
.frontpage-tile.tile__company-info a em, .frontpage-tile.tile__company-info a i { float: left; }
.frontpage-tile.tile__company-info a i { line-height: 0.5; margin: 5px 0 0 10px; }
.frontpage-tile.tile__company-info a em { font-style: normal; }
.frontpage-tile.tile__company-info .company__map { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; width: 180px; height: 100%; position: absolute; top: 0; right: 0; }
.frontpage-tile.tile__company-info .company__title { display: block; font-weight: bold; font-size: 18px; margin-bottom: 10px; }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .frontpage-tile.tile__company-info { padding-right: 122px; }
  .frontpage-tile.tile__company-info a { padding-right: 122px; }
  .frontpage-tile.tile__company-info p { display: none; }
  .frontpage-tile.tile__company-info .company__map { background-position: 80% 0; width: 90px; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .frontpage-tile.tile__company-info { padding-right: 32px; }
  .frontpage-tile.tile__company-info a { padding-right: 32px; }
  .frontpage-tile.tile__company-info p { display: none; }
  .frontpage-tile.tile__company-info .company__map { display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .frontpage-tile.tile__company-info { float: left; width: 50%; height: 330px; margin-left: 4%; padding-right: 0; }
  .frontpage-tile.tile__company-info .company__map { display: none; }
  .frontpage-tile.tile__company-info a { padding-right: 0; } }
@media only screen and (max-width: 767px) { .frontpage-tile.tile__company-info { height: 230px; padding-right: 0; }
  .frontpage-tile.tile__company-info .company__map { display: none; }
  .frontpage-tile.tile__company-info a { padding-right: 0; } }

.count-wrapper { margin-right: 20px; font-size: 16px; position: relative; top: 2px; /* RESPONSIVE */ }
.count-wrapper .count { padding: 0 5px; color: #0f94f2; font-weight: 700; }
.count-wrapper .count-results { color: #aaaaaa; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .count-wrapper { width: 100%; display: block; margin: 0 0 8px; } }
@media only screen and (max-width: 767px) { .count-wrapper { width: 100%; display: block; margin: 0 0 8px; } }

.tags-wrapper { margin-top: -15px; margin-bottom: 10px; padding-right: 130px; padding-left: 20px; position: relative; }
.tags-wrapper .sort-wrapper { position: absolute; right: 0; top: 6px; }
.tags-wrapper .sort-wrapper .pretty-form .pretty-select select { padding-top: 3px; padding-bottom: 3px; color: #28373c; }
@media only screen and (max-width: 767px) { .tags-wrapper { padding: 0 10px; }
  .tags-wrapper .sort-wrapper { top: 3px; } }

.tag { display: inline-block; background: #849399; color: #fff; padding: 3px 10px; border-radius: 2px; margin: 5px; cursor: pointer; font-size: 12px; min-width: 100px; }
.tag i { margin-left: 15px; position: relative; top: 2px; float: right; }
.tag.clear-tag { background: #fff; border: 1px solid #eee; color: #0f94f2; min-width: auto; }

.Select { /* RESPONSIVE */ }
.Select .Select-control { height: 50px; border: 1px solid #e7ecee; margin-bottom: 20px; }
.Select .Select-control .Select-input { height: 50px; font-size: 16px; line-height: 50px; padding-left: 25px; color: #aaa; }
.Select .Select-control .Select-placeholder { font-size: 14px; line-height: 50px; padding-left: 25px; }
.Select .Select-control .Select-arrow-zone { display: none; }
.Select .Select-input > input { width: 90% !important; color: #555; }
@media only screen and (max-width: 767px) { .Select .Select-control .Select-input { padding: 0; }
  .Select .Select-control .Select-placeholder { font-size: 14px; padding: 0 30px 0 20px; } }

.frontpage-vehicle-showcase { margin-top: 30px; }
.frontpage-vehicle-showcase .showcase-heading { margin-left: 15px; color: #809096; font-weight: 400; font-size: 24px; margin-bottom: 30px; }

.main-search-wrapper { position: relative; }
.main-search-wrapper .main-search-icon-wrapper { position: absolute; right: 15px; bottom: 7px; }
.main-search-wrapper .main-search-icon-wrapper i { font-size: 18px; color: #aaaaaa; }
.main-search-wrapper input { color: #aaaaaa; border-color: #dbe4e8; }

/* BOX
---------------------------------------*/
.box { padding: 50px; }
.box.box-sidebar { padding: 30px; }
.box.box-white { background: #fff; }
.box.box-secondary { background-color: #0f94f2; color: #fff; }
.box.box-secondary h1, .box.box-secondary h2, .box.box-secondary h3, .box.box-secondary h4, .box.box-secondary h5, .box.box-secondary h6, .box.box-secondary p, .box.box-secondary a { color: #fff; }
.box.box-primary { background-color: #003b65; color: #fff; }
.box.box-primary h1, .box.box-primary h2, .box.box-primary h3, .box.box-primary h4, .box.box-primary h5, .box.box-primary h6, .box.box-primary p, .box.box-primary a { color: #fff; }
.box.box-for-content { padding: 40px; position: relative; }
.box.box-for-content h1, .box.box-for-content h2, .box.box-for-content h3, .box.box-for-content h4, .box.box-for-content h5, .box.box-for-content h6 { word-wrap: break-word; margin-bottom: 30px; color: #003b65; font-size: 20px; line-height: 1.8; }
.box.box-for-content p { margin-bottom: 30px; line-height: 2; }
.box.box-for-content p.first-paragraph-margin { margin: 0; }
.box.box-for-content.with-image { padding: 0; min-height: 280px; }
.box.box-for-content.with-image .box-image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; position: absolute; top: 0; display: block; height: 100%; }
@media (max-width: 1430px) { .box.box-for-content.with-image .box-image.frontpage-slider-image { display: none; } }
.box.box-for-content.with-image .box-contents { padding: 50px; height: 100%; }
.box.box-for-content.with-image.image-left { padding-left: 385px; }
@media (max-width: 1430px) { .box.box-for-content.with-image.image-left.frontpage-slide { padding: 0; } }
.box.box-for-content.with-image.image-left .box-image { width: 385px; left: 0; }
.box.box-for-content.with-image.image-left .box-contents { width: 100%; }
.box.box-for-content.with-image.image-left.image-large { padding-left: 70%; min-height: 370px; }
.box.box-for-content.with-image.image-left.image-large .box-image { left: 0; width: 70%; }
.box.box-for-content.with-image.image-right { padding-right: 385px; }
@media (max-width: 1430px) { .box.box-for-content.with-image.image-right.frontpage-slide { padding: 0; } }
.box.box-for-content.with-image.image-right .box-image { width: 385px; right: 0; }
.box.box-for-content.with-image.image-right .box-contents { width: 100%; }
.box.box-for-content.with-image.image-right.image-large { padding-right: 70%; min-height: 370px; }
.box.box-for-content.with-image.image-right.image-large .box-image { width: 70%; }
.box.box-for-content.with-image.image-right.image-large .box-contents { left: 0; }
.box.box-for-content.with-image.image-right.with-button .btn { right: auto; left: 40px; }
.box.box-for-content.with-image.image-top { padding-top: 360px; }
.box.box-for-content.with-image.image-top .box-image { height: 360px; width: 100%; }
.box.box-for-content.with-image.image-top .box-contents { position: static; }
.box.box-for-content.with-image.image-medium { padding-top: 260px; }
.box.box-for-content.with-image.image-medium .box-image { height: 260px; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .box.box-for-content.with-image .box-contents { padding: 30px; }
  .box.box-for-content.with-image h1, .box.box-for-content.with-image h2, .box.box-for-content.with-image h3, .box.box-for-content.with-image h4, .box.box-for-content.with-image h5, .box.box-for-content.with-image h6 { font-size: 16px; margin-bottom: 20px; }
  .box.box-for-content.with-image p { font-size: 14px; } }
.box.box-for-content.text-smaller { min-height: 190px; }
.box.box-for-content.text-smaller h1, .box.box-for-content.text-smaller h2, .box.box-for-content.text-smaller h3, .box.box-for-content.text-smaller h4, .box.box-for-content.text-smaller h5, .box.box-for-content.text-smaller h6 { font-size: 18px; margin-bottom: 16px; }
.box.box-for-content.text-smaller p { font-size: 14px; margin-bottom: 20px; }
.box.box-for-content.text-smaller .btn { border: 0; padding: 0; height: auto; color: #003b65; border-bottom: 1px solid transparent; }
.box.box-for-content.text-smaller .btn:hover { background: none; background: transparent; color: #003b65; border-color: #dbe4e8; }
.box.box-for-content.frontpage-slide { height: 400px; position: relative; }
@media only screen and (max-width: 767px) { .box.box-for-content.frontpage-slide { height: 300px; } }
.box.box-for-content.frontpage-slide .frontpage-slider-contents { position: relative; }
.box.box-for-content.frontpage-slide .box-contents { background-size: cover; background-position: 0 0; }
.box.box-for-content.frontpage-slide .box-contents.background-overlay h1, .box.box-for-content.frontpage-slide .box-contents.background-overlay h2, .box.box-for-content.frontpage-slide .box-contents.background-overlay p, .box.box-for-content.frontpage-slide .box-contents.background-overlay a { position: relative; z-index: 1; }
.box.box-for-content.frontpage-slide .box-contents.background-overlay:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); }
.box.box-for-content.frontpage-slide.promo-message .box-contents { padding: 0; }
.box.box-for-content.frontpage-slide.promo-message .box-contents .contents-wrapper { position: absolute; top: 50%; left: 0; padding: 0 0 0 100px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; }
.box.box-for-content.frontpage-slide.promo-message h1 { font-size: 50px; line-height: 1.3; }
.box.box-for-content.frontpage-slide.promo-message h2 { font-size: 16px; margin-bottom: 10px; text-transform: uppercase; margin-top: 0; line-height: 1.3; }
.box.box-for-content.frontpage-slide.promo-message.with-image .box-contents .contents-wrapper { padding: 0; left: 50%; width: 80%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .box.box-for-content.frontpage-slide.promo-message .box-contents .contents-wrapper { padding: 0 0 0 50px; }
  .box.box-for-content.frontpage-slide.promo-message.with-image h1 { font-size: 38px; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .box.box-for-content.frontpage-slide.promo-message .box-contents .contents-wrapper { padding: 0 0 0 50px; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .box.box-for-content.frontpage-slide.promo-message .box-contents .contents-wrapper { padding: 0 0 0 50px; }
  .box.box-for-content.frontpage-slide.promo-message h1 { font-size: 48px; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .box.box-for-content.frontpage-slide.promo-message .box-contents .contents-wrapper { padding: 0 0 0 10px; }
  .box.box-for-content.frontpage-slide.promo-message h1 { font-size: 32px; }
  .box.box-for-content.frontpage-slide.promo-message.with-image h1 { font-size: 26px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .box.box-for-content.frontpage-slide.promo-message .box-contents .contents-wrapper { padding: 0; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .box.box-for-content.frontpage-slide.promo-message h1 { font-size: 38px; } }
@media only screen and (max-width: 767px) { .box.box-for-content.frontpage-slide.promo-message .box-contents .contents-wrapper { padding: 0; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .box.box-for-content.frontpage-slide.promo-message h1 { font-size: 28px; } }
.box.box-for-content .btn.ghost-primary:hover { background: none; box-shadow: 0px 0px 1px 2px rgba(200, 200, 200, 0.1); }
.box.box-for-content.box-with-image .box-image, .box.box-for-content.text-smaller .box-image { min-height: 190px; width: 25%; }
.box.box-for-content.box-with-image .box-contents, .box.box-for-content.text-smaller .box-contents { width: 75%; }

/* SIGNUP */
.box-signup { text-align: center; font-size: 16px; position: relative; }
.box-signup .box-signup__price { color: #003b65; font-weight: 700; margin-bottom: 40px; }
.box-signup p { margin: 26px 0 20px; }
.box-signup .button-row { width: 100%; position: absolute; bottom: 0; left: 0; padding: 0 40px 40px; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .box-signup { min-height: 347px; } }
@media only screen and (max-width: 767px) { .box-signup { padding-bottom: 100px; } }

/* PEOPLE IN THE BIZ */
.box-people-biz { text-align: center; }
.box-people-biz a { color: #fff; }
.box-people-biz a.subtitle { color: #28373c; font-weight: 700; font-size: 16px; }
.box-people-biz .biz__image { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; width: 134px; height: 134px; border-radius: 100%; display: block; margin: 48px auto; }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .box-people-biz { margin-bottom: 30px; min-height: 347px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .box-people-biz { margin-bottom: 30px; } }
@media only screen and (max-width: 767px) { .box-people-biz { margin-bottom: 30px; } }

/* SEARCH
---------------------------------------*/
.header__search { position: relative; margin-top: 14px; margin-left: 47px; }
.header__search input, .header__search button { height: 48px; }
.header__search input { color: #809096; -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 rgba(0, 0, 0, 0); color: #28373c; font-weight: 700; padding-left: 40px; width: 200px; }
.header__search input::-webkit-input-placeholder { color: #809096; text-transform: uppercase; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.header__search input:-moz-placeholder { /* Firefox 18- */ color: #809096; text-transform: uppercase; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.header__search input::-moz-placeholder { /* Firefox 19+ */ color: #809096; text-transform: uppercase; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.header__search input:-ms-input-placeholder { /* IE */ color: #809096; text-transform: uppercase; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.header__search input:focus::-webkit-input-placeholder { color: #dcdcdc; }
.header__search input:focus:-moz-placeholder { /* Firefox 18- */ color: #dcdcdc; }
.header__search input:focus::-moz-placeholder { /* Firefox 19+ */ color: #dcdcdc; }
.header__search input:focus:-ms-input-placeholder { /* IE */ color: #dcdcdc; }
.header__search button { background: transparent; color: #28373c; position: absolute; top: 0; left: 0; padding: 0 10px; padding-top: 2px; }
.header__search button i { color: #28373c; }

.search-results { padding-top: 70px !important; }
.search-results h4, .search-results p { margin: 0; }
.search-results a, .search-results p { display: block; width: 100%; }
.search-results p { margin-bottom: 17px; }
.search-results .result-item { margin-bottom: 70px; }
.search-results .result-title { font-size: 22px; margin-bottom: 20px; }
.search-results .result-title a { color: #809096; }
.search-results .result-title a:hover { color: #003b65; }
.search-results .search-results__popular-search { padding-left: 86px; }
.search-results .search-results__popular-search a { font-weight: 700; font-size: 16px; }
.search-results .search-results__popular-search a:hover { text-decoration: underline; }
.search-results .search-results__popular-search ul { margin-top: 40px; }
.search-results .search-results__popular-search ul li { margin-top: 10px; }
.search-results .search-results__popular-search ul li:first-child { margin-top: 0; }

.search-banner { background: #003b65; padding: 48px 0; }
.search-banner .search-wrap { position: relative; }
.search-banner input { width: 100%; background: transparent; border: 0; border-bottom: 1px solid #fff; color: #fff; font-size: 32px; font-family: "Avenir-next", "Noto Sans", "Arial", serif; padding: 43px 100px 43px 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
.search-banner input::-webkit-input-placeholder { color: #fff; -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-banner input:-moz-placeholder { /* Firefox 18- */ color: #fff; -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-banner input::-moz-placeholder { /* Firefox 19+ */ color: #fff; -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-banner input:-ms-input-placeholder { /* IE */ color: #fff; -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; }
.search-banner input:focus::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }
.search-banner input:focus:-moz-placeholder { /* Firefox 18- */ color: rgba(255, 255, 255, 0.5); }
.search-banner input:focus::-moz-placeholder { /* Firefox 19+ */ color: rgba(255, 255, 255, 0.5); }
.search-banner input:focus:-ms-input-placeholder { /* IE */ color: rgba(255, 255, 255, 0.5); }
.search-banner button { position: absolute; top: 22px; right: 8px; font-size: 38px; background: transparent; padding: 0; color: #fff; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .search-banner { padding: 30px 0; } }
@media only screen and (max-width: 767px) { .search-banner { padding: 20px 0; }
  .search-banner input { font-size: 22px; padding: 28px 45px 28px 0; }
  .search-banner button { top: 15px; font-size: 28px; background: transparent; } }

body.search-open .search-overlay { opacity: 1; visibility: visible; height: 100%; }
body.search-open .search-overlay .inner { opacity: 1; visibility: visible; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition-delay: 0; transition-delay: 0; }

/* FRONTPAGE
---------------------------------------*/
.page-title { margin-top: 0; position: relative; margin-bottom: 37px; display: block; font-size: 26px; color: #aaaaaa; font-weight: 400; }
.page-title.search-page-title { margin-bottom: 100px; }

/* NEWS
---------------------------------------*/
.news-item { margin-bottom: 45px; background: transparent; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.news-item .featured-image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; display: block; width: 100%; height: 360px; position: relative; }
.news-item .featured-image:before { content: ''; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.news-item .featured-image a { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1; opacity: 0; visibility: hidden; }
.news-item .featured-image a.btn { color: #fff; }
.news-item .item-content { overflow: hidden; padding: 30px; }
.news-item .item-content .item-content-wrap { height: 186px; overflow: hidden; }
.news-item .item-date, .news-item .item-title, .news-item .item-excerpt, .news-item .item-count { display: block; }
.news-item .item-date, .news-item .item-excerpt, .news-item .item-count { color: #aaaaaa; }
.news-item .item-date { font-size: 12px; margin: 0; }
.news-item .item-title { line-height: 1.6; color: #809096; font-size: 20px; margin: 12px 0; color: #28373c; font-weight: 700; }
.news-item .item-title:hover { color: #003b65; }
.news-item .item-excerpt { line-height: 2; }
.news-item.gallery-item .item-content .item-content-wrap { height: auto; }
.news-item.gallery-item .item-title { max-height: 35px; overflow: hidden; }
.news-item:hover { background: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }
.news-item:hover .featured-image a { opacity: 1; visibility: visible; }
.news-item:hover .featured-image:before { opacity: 1; visibility: visible; }
.news-item:hover .item-title { color: #003b65; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .news-item { margin-bottom: 30px; } }
@media only screen and (max-width: 767px) { .news-item { margin-bottom: 20px; } }

.news-bottom { margin: 100px 0 150px; }

.news-author { position: relative; height: 77px; float: left; width: 50%; }
.news-author p { margin: 0; }
.news-author .author-image { display: block; background-repeat: no-repeat; background-position: 50% 0; background-size: cover; width: 77px; height: 77px; border-radius: 100%; }
.news-author .author-content { position: absolute; top: 50%; left: 97px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.news-author .author-name { font-size: 20px; font-weight: 700; }
.news-author .author-twitter { color: #003b65; margin-top: 5px; }
.news-author .author-twitter i { color: #b3b3b3; font-size: 22px; float: left; line-height: 0.5; margin-right: 6px; }
@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .news-author { float: none; width: 100%; } }
@media only screen and (max-width: 767px) { .news-author { height: 54px; }
  .news-author .author-content { left: 75px; }
  .news-author .author-image { width: 54px; height: 54px; }
  .news-author .author-name { font-size: 16px; }
  .news-author .author-twitter { font-size: 12px; }
  .news-author .author-twitter i { font-size: 20px; } }

.news-content img { margin: 50px auto; width: auto; display: block; }
.news-content img[style] { width: auto !important; height: auto !important; }
.news-content p { line-height: 2; margin-bottom: 30px; }
.news-content ul { list-style: none; padding: 0; padding-left: 13px; margin: 50px 0 50px 8px; }
.news-content ul li { text-indent: -1.3em; padding: 0; margin-top: 30px; max-width: 80%; display: block; }
.news-content ul li:first-child { margin-top: 0; }
.news-content ul li:before { content: '• '; color: #003b65; margin-right: 7px; }
@media only screen and (max-width: 767px) { .news-content ul li { max-width: 100%; } }
.news-content ol { list-style-type: decimal; }
.news-content ol li { display: block; margin-top: 30px; }
.news-content ol li:first-child { margin-top: 0; }

.newest-post { margin-bottom: 30px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background: #fff; height: 312px; }
.newest-post .featured-image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; display: block; width: 570px; height: 312px; float: left; position: relative; }
.newest-post .featured-image:before { content: ''; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.newest-post .featured-image a { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1; opacity: 0; visibility: hidden; }
.newest-post .featured-image a.btn { color: #fff; }
.newest-post .item-content { overflow: hidden; padding: 50px; }
.newest-post .item-content .item-content-wrap { height: 209px; overflow: hidden; }
.newest-post .item-date, .newest-post .item-title, .newest-post .item-excerpt, .newest-post .item-count { display: block; }
.newest-post .item-date, .newest-post .item-excerpt, .newest-post .item-count { color: #aaaaaa; }
.newest-post .item-date { font-size: 12px; margin: 0; }
.newest-post .item-title { line-height: 1.6; color: #809096; font-size: 22px; margin: 12px 0; color: #28373c; font-weight: 700; }
.newest-post .item-title:hover { color: #003b65; }
.newest-post .item-excerpt { line-height: 2; font-size: 16px; }
.newest-post.gallery-item .item-content .item-content-wrap { height: auto; }
.newest-post.gallery-item .item-title { max-height: 35px; overflow: hidden; }
.newest-post:hover { background: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }
.newest-post:hover .featured-image a { opacity: 1; visibility: visible; }
.newest-post:hover .featured-image:before { opacity: 1; visibility: visible; }
.newest-post:hover .item-title { color: #003b65; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .newest-post { margin-bottom: 30px; }
  .newest-post .featured-image { width: 360px; } }
@media only screen and (max-width: 767px) { .newest-post { margin-bottom: 20px; height: auto; }
  .newest-post .featured-image { width: 100%; } }

.product-social iframe { vertical-align: bottom; }
.product-social span { vertical-align: bottom; }

.old-news { margin-top: 185px; }
.old-news .row .old-news-link { text-align: center; }
@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .old-news { margin-top: 50px; } }

/* APPLICATION
---------------------------------------*/
.application-banner { background-repeat: no-repeat; background-position: 50% 0; background-size: cover; position: relative; height: 590px; font-weight: 700; color: #28373c; }
.application-banner .application-banner__box { background: #003b65; width: 420px; padding: 68px; position: absolute; bottom: -70px; right: 70px; }
.application-banner .application-banner__box h1, .application-banner .application-banner__box h2, .application-banner .application-banner__box h3, .application-banner .application-banner__box h4, .application-banner .application-banner__box h5, .application-banner .application-banner__box h6 { color: #fff; }
.application-banner .application-banner__box p { font-size: 18px; margin: 0; }
.application-banner .application-banner__box .application-banner__box-lower { margin-top: 40px; }
.application-banner .application-banner__box .application-banner__box-lower .application-banner__box-lower__price { color: #fff; }
@media only screen and (max-width: 767px) { .application-banner { height: 400px; }
  .application-banner .application-banner__box { padding: 30px; width: 100%; text-align: center; right: 50%; -webkit-transform: translateX(50%); -moz-transform: translateX(50%); -ms-transform: translateX(50%); -o-transform: translateX(50%); transform: translateX(50%); }
  .application-banner .application-banner__box h1, .application-banner .application-banner__box h2, .application-banner .application-banner__box h3, .application-banner .application-banner__box h4, .application-banner .application-banner__box h5, .application-banner .application-banner__box h6 { font-size: 20px; }
  .application-banner .application-banner__box p { font-size: 16px; margin: 0; } }

.application-text-section { text-align: center; margin-top: 190px; }
.application-text-section p { max-width: 808px; margin: 0 auto; }
@media only screen and (max-width: 767px) { .application-text-section { margin-top: 130px; } }

/* EVENTS
---------------------------------------*/
/* EVENT SIGLE */
.event-banner, .event-banner .container { height: 556px; }

/* EVENT BANNER */
.event-banner { position: relative; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; width: 100%; height: 680px; margin-bottom: 80px; }
.event-banner p, .event-banner span, .event-banner h2 a { color: #28373c; }
.event-banner p, .event-banner h1, .event-banner h2, .event-banner h3, .event-banner h4, .event-banner h5, .event-banner h6 { margin: 0; }
.event-banner span, .event-banner p { font-weight: 700; }
.event-banner span a, .event-banner p a { color: #fff; }
.event-banner p a, .event-banner p span { margin-left: 10px; }
.event-banner p.event-box__address, .event-banner p.event-box__date { font-size: 14px; }
.event-banner p.event-box__address span, .event-banner p.event-box__address a, .event-banner p.event-box__date span, .event-banner p.event-box__date a { font-size: 14px; }
.event-banner p.event-box__price { margin-top: 40px; font-size: 30px; font-weight: 700; color: #28373c; }
.event-banner p.event-box__price span { color: #fff; }
.event-banner span.event-box__event-info-text { color: #fff; }
.event-banner h1, .event-banner h2, .event-banner h3, .event-banner h4, .event-banner h5, .event-banner h6 { margin: 20px 0; color: #fff; }
.event-banner h1 a, .event-banner h2 a, .event-banner h3 a, .event-banner h4 a, .event-banner h5 a, .event-banner h6 a { color: #fff; }
.event-banner h1 a:hover, .event-banner h2 a:hover, .event-banner h3 a:hover, .event-banner h4 a:hover, .event-banner h5 a:hover, .event-banner h6 a:hover { color: #fff; }
.event-banner .event-banner__event-box { background: #003b65; padding: 50px; position: absolute; left: 0; bottom: 0; width: 380px; }
.event-banner .btn { margin-top: 40px; }
@media only screen and (max-width: 767px) { .event-banner { overflow: visible; height: auto; }
  .event-banner p.event-box__price { font-size: 26px; }
  .event-banner .event-banner__event-box { width: 100%; padding: 30px; position: static; } }

/* SPEAKERS */
.event-speakers { margin-top: 60px; }
.event-speakers .speaker { margin-bottom: 50px; }
.event-speakers .speaker .speaker__image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; width: 100%; height: 220px; }
.event-speakers .speaker .speaker__name { font-size: 18px; margin: 30px 0 5px; }

/* EVENT SIGNUP */
.event-signup { background: #e8eef2; padding: 60px; }
.event-signup h1, .event-signup h2, .event-signup h3, .event-signup h4, .event-signup h5, .event-signup h6 { margin-bottom: 30px; }
.event-signup input[type="text"] { display: block; width: 100%; }
.event-signup input[type="submit"] { float: right; margin-top: 18px; margin-bottom: 0; }
.event-signup textarea { display: block; width: 100%; margin-top: 40px; }
.event-signup .button-row { margin-top: 40px; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .event-signup { margin-top: 60px; } }
@media only screen and (max-width: 767px) { .event-signup { margin-top: 60px; padding: 30px; } }

/* EVENTS SUBPAGE */
@media only screen and (min-width: 768px) and (max-width: 1009px), only screen and (max-width: 767px) { .doctype-events .event-calendar { margin-top: 30px; } }

.event-list ul li { margin-top: 30px; }
.event-list ul li:first-child { margin-top: 0; }
.event-list .event-item { position: relative; background: #fff; height: 310px; padding-left: 405px; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.event-list .event-item .featured-image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; position: absolute; top: 0; left: 0; width: 405px; height: 310px; }
.event-list .event-item .item-content { position: relative; height: 310px; }
.event-list .event-item .item-content .item-content-wrap { padding: 0 50px; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.event-list .event-item .item-content a { display: block; }
.event-list .event-item .item-content p { color: #809096; }
.event-list .event-item .item-date { font-size: 12px; margin-bottom: 6px; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.event-list .event-item .item-title { color: #28373c; font-weight: bold; font-size: 20px; max-width: 400px; margin-bottom: 20px; }
.event-list .event-item .item-excerpt { color: #809096; max-height: 93px; overflow: hidden; }
.event-list .event-item:hover { background: #003b65; }
.event-list .event-item:hover a { color: #fff; }
.event-list .event-item:hover a.item-title { color: #28373c; }
.event-list .event-item:hover p { color: #fff; }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .event-list .event-item { padding-left: 250px; }
  .event-list .event-item .featured-image { width: 250px; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .event-list .event-item { padding-left: 250px; }
  .event-list .event-item .featured-image { width: 250px; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .event-list .event-item { padding-left: 250px; }
  .event-list .event-item .featured-image { width: 250px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .event-list .event-item { padding-left: 250px; }
  .event-list .event-item .featured-image { width: 250px; } }
@media only screen and (max-width: 767px) { .event-list .event-item { padding-left: 0; height: auto; }
  .event-list .event-item .featured-image { display: block; position: static; width: 100%; }
  .event-list .event-item .item-content { height: auto; }
  .event-list .event-item .item-content .item-content-wrap { position: static; padding: 30px; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }

/* EVENT CALENDAR
---------------------------------------*/
.event-calendar { position: relative; height: 490px; }
.event-calendar .datepicker { border-radius: 0; background: #fff; border: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* VEHICLE LIST
---------------------------------------*/
.vehicle-list { /* RESPONSIVE */ }
.vehicle-list .lazy-load-button-row { display: flex; justify-content: center; width: 100%; margin-top: 24px; margin-bottom: 24px; }
.vehicle-list .lazy-load-button-row .btn { padding-top: 0; }
.vehicle-list .vehicle { background: #fff; margin-bottom: 30px; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 1s; /* Firefox < 16 */ -ms-animation: fadein 1s; /* Internet Explorer */ -o-animation: fadein 1s; /* Opera < 12.1 */ animation: fadein 1s; }
.vehicle-list .vehicle .vehicle__image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; background-color: #ccc; display: block; padding-top: 56%; position: relative; }
.vehicle-list .vehicle .vehicle__image .vehicle-label { color: #fff; text-transform: uppercase; font-size: 12px; padding: 3px 9px 3px 8px; display: inline-block; }
.vehicle-list .vehicle .vehicle__image .vehicle-label i, .vehicle-list .vehicle .vehicle__image .vehicle-label span { float: left; }
.vehicle-list .vehicle .vehicle__image .vehicle-label i { line-height: 0.5; margin-right: 4px; margin-top: 3px; margin-right: 4px; }
.vehicle-list .vehicle .vehicle__image .vehicle-label.vehicle-label__offer { background: #ff9f00; position: absolute; top: 10px; right: -5px; }
.vehicle-list .vehicle .vehicle__image .vehicle-label.vehicle-label__askja { position: absolute; bottom: 0; right: 0; margin-bottom: -6px; margin-left: -4px; margin: 0 10px 10px -4px; color: rgba(255, 255, 255, 0.9); }
.vehicle-list .vehicle .vehicle__image .vehicle-label.vehicle-label__askja i { margin-right: 6px; }
.vehicle-list .vehicle .vehicle__image .vehicle-label.vehicle-label__certified { position: absolute; left: 8px; bottom: 6px; }
.vehicle-list .vehicle .vehicle__image .vehicle-label.vehicle-label__certified img { width: 114px; }
.vehicle-list .vehicle .vehicle__image .vehicle-label.vehicle-label__round-image { position: absolute; top: 0; left: 0; font-size: 15px; background-color: #0f94f2; }
.vehicle-list .vehicle .vehicle__image .vehicle-label.vehicle-label__round-image i { position: relative; top: 2px; font-size: 16px; margin-right: 10px; }
.vehicle-list .vehicle .vehicle__contents { padding: 20px 25px; border-top: 1px solid #ddd; }
.vehicle-list .vehicle .vehicle__title, .vehicle-list .vehicle .vehicle__subtitle { text-transform: uppercase; }
.vehicle-list .vehicle .vehicle__title { font-size: 22px; line-height: 22px; text-transform: uppercase; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.vehicle-list .vehicle .vehicle__subtitle { font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-height: 27px; margin: 0; }
.vehicle-list .vehicle .vehicle__id { font-size: 13px; color: #aaa; margin: -1px 0 18px 0; }
.vehicle-list .vehicle .vehicle__id .id { font-weight: 700; }
.vehicle-list .vehicle ul { font-size: 13px; }
.vehicle-list .vehicle ul li { line-height: 23px; }
.vehicle-list .vehicle .vehicle__info-row { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 150px; margin-top: 10px; min-height: 23px; max-height: 23px; }
.vehicle-list .vehicle .vehicle__info-row .vehicle__info { font-size: 13px; }
.vehicle-list .vehicle .vehicle__info-row i { position: absolute; left: 200px; margin-top: 2px; cursor: pointer; }
.vehicle-list .vehicle .vehicle__location { max-height: 23px; overflow: hidden; text-overflow: ellipsis; }
.vehicle-list .vehicle .vehicle__price-row { color: #003b65; position: relative; margin-top: 10px; font-weight: 700; font-size: 18px; line-height: 20px; }
.vehicle-list .vehicle .vehicle__price-row .price-text { font-size: 13px; }
.vehicle-list .vehicle .vehicle__price-row .old-price-text { font-size: 12px; font-weight: 400; }
.vehicle-list .vehicle .vehicle__price-row .no-vsk-msg { font-size: 11px; position: absolute; left: 0; top: -13px; font-weight: 700; color: #809096; }
.vehicle-list .vehicle .vehicle__price-row em { color: #0f94f2 !important; font-style: normal; font-size: 16px; }
.vehicle-list .vehicle .vehicle__price-row em .old-price { color: #003b65 !important; margin-left: 4px; font-style: normal; font-weight: 400; font-size: 14px; text-decoration: line-through; }
.vehicle-list .vehicle .vehicle__price-row .vehicle__buttons { position: absolute; top: 10px; right: 0; display: flex; text-align: left; }
.vehicle-list .vehicle .vehicle__price-row .vehicle__buttons a { width: 28px; height: 28px; border-radius: 100%; border: 1px solid #dbe4e8; background: #fff; line-height: 1; display: inline-block; }
.vehicle-list .vehicle .vehicle__price-row .vehicle__buttons a img.park { width: 100%; height: 100%; cursor: pointer; }
.vehicle-list .vehicle .vehicle__price-row .vehicle__buttons a.comp, .vehicle-list .vehicle .vehicle__price-row .vehicle__buttons a.certified-mercedes-benz { padding: 7px 0 0 6px; font-size: 12px; color: #003b65; margin-right: 5px; }
.vehicle-list .vehicle .vehicle__price-row .vehicle__buttons a.comp i, .vehicle-list .vehicle .vehicle__price-row .vehicle__buttons a.certified-mercedes-benz i { position: relative; top: -1px; right: -1px; }
.vehicle-list .vehicle .vehicle__price-row .vehicle__buttons a.comp:hover, .vehicle-list .vehicle .vehicle__price-row .vehicle__buttons a.certified-mercedes-benz:hover { border-color: #003b65; background: #003b65; color: #fff; }
.vehicle-list .vehicle .vehicle__price-row .vehicle__buttons a.certified-mercedes-benz:hover { border-color: #000; background: #000; color: #fff; }
.vehicle-list .vehicle .vehicle__price-row .vehicle__buttons a.certified-mercedes-benz:after { background: #000; }
.vehicle-list .vehicle .vehicle__price-row .vehicle__buttons a.certified-mercedes-benz i { position: relative; top: 0px; right: -1px; }
.vehicle-list .vehicle:hover { -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }
.vehicle-list .vehicle:hover .vehicle__title { color: #005998; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .vehicle-list .vehicle .vehicle__price-row { 				/*
				.vehicle__buttons {
					position: static;
					position: relative;
					top: auto;
					right: auto !important;

					a {
						display: inline-block;
						margin-right: 4px;
						margin-top: 20px;
						text-align: left;
						top: auto;
						right: auto !important;

						&.comp {
							margin-right: 0;
						}
					}
				}
				*/ } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .vehicle-list .vehicle .vehicle__price-row { 				/*
				.vehicle__buttons {
					position: static;
					position: relative;
					top: auto;
					right: auto !important;

					a {
						display: inline-block;
						margin-right: 4px;
						margin-top: 20px;
						text-align: left;
						top: auto;
						right: auto !important;

						&.comp {
							margin-right: 0;
						}
					}
				}
				*/ } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .vehicle-list .vehicle { font-size: 13px; }
  .vehicle-list .vehicle .vehicle__contents { padding: 20px; }
  .vehicle-list .vehicle .vehicle__title { font-size: 20px; }
  .vehicle-list .vehicle .vehicle__subtitle { font-size: 13px; }
  .vehicle-list .vehicle .vehicle__price-row { 				/*
				.vehicle__buttons {
					position: relative;
					top: auto;
					right: auto !important;

					a {
						display: inline-block;
						margin-right: 4px;
						margin-top: 20px;
						text-align: left;
						top: auto;
						right: auto !important;

						&.comp {
							margin-right: 0;
						}
					}
				}
				*/ } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .vehicle-list .vehicle .vehicle__price-row { 				/*
				.vehicle__buttons {
					position: relative;
					top: auto;
					right: auto !important;

					a {
						display: inline-block;
						margin-right: 4px;
						margin-top: 20px;
						text-align: left;
						top: auto;
						right: auto !important;

						&.comp {
							margin-right: 0;
						}
					}
				}
				*/ } }

@media (min-width: 1580px) { .vehicle-list .col-xl-3 { width: 25%; } }
@keyframes fadein { from { opacity: 0; }
  to { opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein { from { opacity: 0; }
  to { opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein { from { opacity: 0; }
  to { opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein { from { opacity: 0; }
  to { opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein { from { opacity: 0; }
  to { opacity: 1; } }
body.page-soluskra .vehicle-list { padding: 20px; }

/* CAR SEARCH
---------------------------------------*/
.car-search { color: #606875; }
.car-search .car-search__inner { padding: 50px 50px 10px 44px; }
.car-search .car-search__section { margin-bottom: 40px; }
.car-search .section__checkboxes li { float: left; width: 50%; }
.car-search .section__checkboxes li.last { width: auto; }
.car-search .car-search__section-title { font-size: 16px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }
.car-search .car-search__see-all { position: relative; display: inline-block; font-size: 16px; margin-top: 30px; font-weight: 700; }
.car-search .car-search__see-all em, .car-search .car-search__see-all i { float: left; }
.car-search .car-search__see-all em { font-style: normal; }
.car-search .car-search__see-all i { line-height: 0.5; margin: 3px 0 0 10px; color: #809096; font-size: 20px; -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
.car-search .car-search__vehicle-brands .car-search__see-all { margin-top: 10px; }
.car-search .car-search__vehicle-brands .check__vehicle-brand { position: relative; text-align: center; }
.car-search .car-search__vehicle-brands .check__vehicle-brand .display-name { display: block; font-size: 10px; margin-bottom: 8px; color: #003b65; position: relative; top: 55px; white-space: nowrap; }
.car-search .car-search__vehicle-brands .check__vehicle-brand .display-name.benz { left: -11px; }
.car-search .car-search__vehicle-brands .check__vehicle-brand label { margin-bottom: 25px; }
.car-search .car-search__vehicle-brands .check__vehicle-brand i { float: left; line-height: 0.5; position: absolute; top: 50%; left: 50%; font-size: 30px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.car-search .car-search__vehicle-brands .check__vehicle-brand i.icon-isuzu { margin-top: -2px; font-size: 36px; }
.car-search .car-search__vehicle-brands .check__vehicle-brand i.icon-landrover { line-height: 0; margin-top: 1px; height: 19px; }
.car-search .car-search__vehicle-brands .check__vehicle-brand i.icon-nissan { line-height: 0.1; height: 19px; }
.car-search .car-search__vehicle-brands .check__vehicle-brand i.icon-mazda { line-height: 0.5; }
.car-search .car-search__vehicle-brands .check__vehicle-brand i.icon-peugeot { line-height: 1; font-size: 32px; }
.car-search .car-search__vehicle-brands .check__vehicle-brand i.notadir-kia { font-size: 48px; }
.car-search .car-search__vehicle-brands .check__vehicle-brand img { width: 40px; }
.car-search .car-search__vehicle-brands .check__vehicle-brand [type='checkbox'] { position: absolute; left: -9999px; }
.car-search .car-search__vehicle-brands .check__vehicle-brand [type='checkbox'] + label { -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.car-search .car-search__vehicle-brands .check__vehicle-brand [type='checkbox']:checked + label { background: #003b65; border-color: #003b65; }
.car-search .car-search__vehicle-brands .check__vehicle-brand [type='checkbox']:checked + label i { color: #fff; }
.car-search .car-search__vehicle-brands .check__vehicle-brand [type='checkbox']:checked + label img { filter: invert(100%) sepia(7%) saturate(0%) hue-rotate(158deg) brightness(108%) contrast(109%); }
.car-search .car-search__vehicle-brands .check__vehicle-brand [type='checkbox']:checked + label:after { -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.car-search .car-search__vehicle-brands .check__vehicle-brand [type='checkbox']:disabled + label:after { content: ''; position: absolute; width: 100%; height: 100%; display: block; top: 0; left: 0; background: rgba(0, 0, 0, 0.05); border-radius: 100%; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.car-search .car-search__vehicle-brands .check__vehicle-brand label { width: 51px; height: 51px; border-radius: 100px; border: 1px solid #dbe4e8; position: relative; }
.car-search .car-search__vehicle-brands .check__vehicle-brand label img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 0 4px; }
.car-search .car-search__vehicle-brands .check__vehicle-brand img { max-width: 100%; }
.car-search .car-search__vehicle-brands ul { margin-left: -13px; margin-right: -13px; max-height: 160px; overflow: hidden; }
.car-search .car-search__vehicle-brands ul li { float: left; margin-left: 14px; }
.car-search .car-search__vehicle-brands ul li.Mercedes-Benz .check__vehicle-brand [type='checkbox']:not(:checked) + label { border-color: #000000; color: #000000; }
.car-search .car-search__vehicle-brands ul li.Mercedes-Benz .check__vehicle-brand [type='checkbox']:checked + label { background: #000000; }
.car-search .car-search__vehicle-brands ul li.Smart .check__vehicle-brand [type='checkbox']:not(:checked) + label { border-color: #000000; color: #000000; }
.car-search .car-search__vehicle-brands ul li.Smart .check__vehicle-brand [type='checkbox']:checked + label { background: #000000; }
.car-search .car-search__vehicle-brands ul li.Honda .check__vehicle-brand [type='checkbox']:not(:checked) + label { border-color: #000000; color: #000000; }
.car-search .car-search__vehicle-brands ul li.Honda .check__vehicle-brand [type='checkbox']:checked + label { background: #000000; }
.car-search .car-search__vehicle-brands ul li.Kia .check__vehicle-brand [type='checkbox']:not(:checked) + label { border-color: #000000; color: #000000; }
.car-search .car-search__vehicle-brands ul li.Kia .check__vehicle-brand [type='checkbox']:checked + label { border-color: #000000; background: #000000; }
.car-search .car-search__vehicle-brands ul li:after { bottom: -15%; padding: 0 12px; }
.car-search .car-search__vehicle-brands ul li:hover:after { bottom: 5%; transform: translate(-50%, 0); }
.car-search .car-search__car-type .car-type__dropdowns { margin-bottom: 30px; }
.car-search .car-search__car-type .car-type__dropdowns .input-2col { margin: 10px 0 10px -4.1%; }
.car-search .car-search__car-type .car-type__dropdowns .input-2col .pretty-select { width: 46%; margin-left: 4%; float: left; }
.car-search .car-type__dropdowns .pretty-select select { font-size: 14px; }
.car-search .mobile-search-button { display: none; }
.car-search .mobile-search-button a { background-color: #0f94f2; border-color: #0f94f2; font-size: 16px; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .car-search .mobile-search-button { display: block; text-align: center; }
  .car-search .mobile-search-button a { padding: 13px 30px 0; height: 48px; } }
@media only screen and (max-width: 767px) { .car-search .mobile-search-button { display: block; }
  .car-search .mobile-search-button a { padding: 6px 30px; } }
.car-search .sort-dropdown { margin-bottom: 10px; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .car-search { display: none; }
  .car-search .car-search__inner { padding-right: 20px; padding-left: 25px; padding-top: 30px; } }
@media only screen and (max-width: 767px) { .car-search { display: none; }
  .car-search .car-search__inner { padding-right: 20px; padding-left: 25px; padding-top: 60px; } }

/* STRUCTURE
---------------------------------------*/
.ranger { position: relative; height: 60px; }
.ranger .ranger__target.noUi-target { background: #eff2f3; border-radius: 100px; border: 0; box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0); height: 5px; }
.ranger .ranger__target .noUi-base { border: 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
.ranger .ranger__target .noUi-handle { width: 18px; height: 18px; border-radius: 100%; position: relative; cursor: pointer; }
.ranger .ranger__target .noUi-handle:before, .ranger .ranger__target .noUi-handle:after { width: 0; }
.ranger .ranger__target .noUi-connect { background: #003b65; box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
.ranger .ranger__value { position: absolute; bottom: 0; background: #0f94f2; color: #fff; padding: 6px 10px; border-radius: 2px; }
.ranger .ranger__value.value-low { left: 0; }
.ranger .ranger__value.value-high { right: 0; }
@media only screen and (max-width: 767px) { .ranger { padding-left: 20px; padding-right: 5px; } }

.product-detail-top { display: flex; align-items: stretch; position: relative; margin: 0 20px 20px 20px; max-width: 1745px; }
@media (max-width: 1439px) { .product-detail-top { display: block; } }
.product-detail-top .back-to-search-button { width: min-content; padding: 4px; background-color: #fff; color: #003b65; text-transform: none; font-weight: 700; z-index: 2; }
.product-detail-top .back-to-search-button i { transform: translateY(2px); display: inline-block; margin-right: 5px; }
.product-detail-top .back-to-search-button:hover { background-color: #003b65; color: #fff; }
.product-detail-top .product-detail-slider-wrapper { position: relative; display: flex; flex-direction: column; width: 100%; margin-right: 20px; background-color: #fff; flex-shrink: 2; overflow: hidden; }
@media (max-width: 767px) { .product-detail-top .product-detail-slider-wrapper { margin-right: 0; } }
.product-detail-top .product-detail-slider-wrapper .lSSlideOuter { width: 100%; }
.product-detail-top .product-detail-slider-wrapper .easter-image-virtual, .product-detail-top .product-detail-slider-wrapper .easter-image { position: absolute; top: 10px; right: 7%; }
.product-detail-top .product-detail-slider-wrapper .easter-image-virtual img, .product-detail-top .product-detail-slider-wrapper .easter-image img { width: 110px; }
@media (max-width: 767px) { .product-detail-top .product-detail-slider-wrapper .easter-image-virtual img, .product-detail-top .product-detail-slider-wrapper .easter-image img { width: 90px; } }
.product-detail-top .product-detail-slider-wrapper .easter-image { top: 15px; right: 15%; }
@media (max-width: 2050px) { .product-detail-top .product-detail-slider-wrapper .easter-image { right: 8%; } }
.product-detail-top .product-virtual-car-slider-wrapper { position: relative; width: 100%; height: 100%; }
@media (max-width: 1439px) { .product-detail-top .product-virtual-car-slider-wrapper { height: 32vw; } }
@media (max-width: 767px) { .product-detail-top .product-virtual-car-slider-wrapper { height: calc(50vw + 60px); } }
.product-detail-top .product-info-box-wrapper { position: relative; padding: 25px 40px; background-color: #fff; flex: 0 0 auto; align-self: stretch; width: 404px; }
@media (max-width: 1439px) { .product-detail-top .product-info-box-wrapper { width: 100%; } }
@media (max-width: 767px) { .product-detail-top .product-info-box-wrapper { padding: 15px 20px; } }
.product-detail-top .product-info-box-wrapper .product-info-box { display: flex; flex-direction: column; height: 100%; }
.product-detail-top .product-info-box-wrapper .line-number { color: #3f4c51; }
.product-detail-top .product-info-box-wrapper .manufacturer { font-size: 38px; color: #003b65; margin: 10px 0; line-height: 1; }
.product-detail-top .product-info-box-wrapper .model { font-size: 18px; margin: 0; margin-bottom: 30px; }
.product-detail-top .product-info-box-wrapper .certified-line { display: flex; align-items: center; justify-content: center; height: 32px; margin-bottom: 20px; background-color: #3f4c51; color: #687073; font-size: 12px; }
.product-detail-top .product-info-box-wrapper .certified-line i { transform: translateY(2px); }
.product-detail-top .product-info-box-wrapper .certified-line a { color: #fff; margin-left: 10px; }
.product-detail-top .product-info-box-wrapper .info-icon-line { display: flex; align-items: center; margin-bottom: 15px; }
.product-detail-top .product-info-box-wrapper .info-icon-line img, .product-detail-top .product-info-box-wrapper .info-icon-line i { width: 30px; height: 20px; margin-right: 25px; text-align: center; }
.product-detail-top .product-info-box-wrapper .info-icon-line img.park { height: 25px; width: 30px; }
.product-detail-top .product-info-box-wrapper .info-icon-line strong { color: #3f4c51; }
.product-detail-top .product-info-box-wrapper .info-icon-line .notadir-kia { font-size: 40px; margin-bottom: 32px; }
.product-detail-top .product-info-box-wrapper .price-wrapper { margin-bottom: 25px; }
.product-detail-top .product-info-box-wrapper .discount-price { font-size: 20px; font-weight: 700; text-transform: uppercase; }
.product-detail-top .product-info-box-wrapper .discount-price .label { color: #ff9f00; }
.product-detail-top .product-info-box-wrapper .discount-price .price-value { color: #3f4c51; }
.product-detail-top .product-info-box-wrapper .previous-price { font-size: 16px; font-weight: 700; text-transform: uppercase; }
.product-detail-top .product-info-box-wrapper .previous-price .label { color: #3f4c51; }
.product-detail-top .product-info-box-wrapper .previous-price .price-value { text-decoration: line-through; }
.product-detail-top .product-info-box-wrapper .product-info-bottom { margin: 0 -40px -25px -40px; }
.product-detail-top .product-info-box-wrapper .trade-info { background-color: #003b65; color: #fff; text-align: center; padding: 10px 0; font-size: 12px; font-weight: 400; }
.product-detail-top .product-info-box-wrapper .btn { width: 100%; }

.product-details-content { display: flex; margin: 20px; max-width: 1745px; }
@media (max-width: 1439px) { .product-details-content { display: block; margin: 10px; } }
.product-details-content .product-details-content-main { padding: 30px 50px; margin-right: 20px; background-color: #fff; }
@media (max-width: 767px) { .product-details-content .product-details-content-main { padding: 15px; margin-right: 0; } }
.product-details-content .product-details-content-side { width: 404px; flex: 0 0 auto; align-self: flex-start; background-color: #fff; padding: 30px; }
@media (max-width: 1439px) { .product-details-content .product-details-content-side { width: 100%; } }
.product-details-content .product-details-content-side .content-side-title { font-size: 16px; text-transform: uppercase; margin-top: 0; margin-bottom: 25px; }
.product-details-content .product-social-wrap { display: flex; align-items: center; justify-content: space-between; }
@media (max-width: 767px) { .product-details-content .product-social-wrap { display: block; } }
.product-details-content .product-social-wrap .product-financing { display: flex; align-items: center; margin-bottom: 0; }
@media (max-width: 767px) { .product-details-content .product-social-wrap .product-financing { display: block; margin-bottom: 30px; } }
.product-details-content .product-social-wrap .product-financing .product-social-label { margin-right: 15px; font-weight: 700; font-size: 16px; color: #3f4c51; }
@media (max-width: 767px) { .product-details-content .product-social-wrap .product-financing .product-social-label { margin-bottom: 30px; } }
.product-details-content .product-social-wrap .product-financing a { padding: 0 10px; }
@media (max-width: 767px) { .product-details-content .product-social-wrap .product-financing a { display: block; padding: 10px 0; } }
.product-details-content .tab-sub-section .title-row { display: flex; align-items: center; height: auto; margin: 40px 0; padding: 10px 20px; background-color: #003b65; color: #fff; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.product-details-content .tab-sub-section .title-row.benz-title-row { margin-top: 120px; background-color: transparent; color: #3f4c51; }
.product-details-content .tab-sub-section .table-headers { color: #003b65; text-transform: uppercase; font-weight: 700; margin-bottom: 30px; }
.product-details-content .tab-sub-section .table-headers img { margin-right: 12px; }
@media (max-width: 767px) { .product-details-content .tab-sub-section .table-headers { display: none; } }
@media (max-width: 1850px) { .product-details-content .tab-sub-section .table-headers { text-align: center; }
  .product-details-content .tab-sub-section .table-headers img { display: block; margin: 0 auto; margin-bottom: 15px; } }
.product-details-content .tab-sub-section .table-content, .product-details-content .tab-sub-section .vehicle-extras-list, .product-details-content .tab-sub-section .extras-list { font-size: 14px; color: #687073; line-height: 2; }
.product-details-content .tab-sub-section .check-item-line { display: flex; align-items: center; }
.product-details-content .tab-sub-section .check-item-line img { transform: translateY(-2px); margin-right: 15px; }
@media (max-width: 1700px) { .product-details-content .tab-sub-section .check-item-line { display: block; }
  .product-details-content .tab-sub-section .check-item-line img { display: none; } }
.product-details-content .tab-sub-section .benz-box-heading { max-width: 345px; line-height: 1.4; }
.product-details-content .tab-sub-section .benz-box-content { max-width: 345px; }

.contact-us-section { margin-top: 20px; margin-bottom: 60px; margin-right: 20px; padding: 50px; background-color: #fff; }
@media (max-width: 767px) { .contact-us-section { margin-right: 0; } }
.contact-us-section .content-wrapper { background: #fff; padding: 20px; }
.contact-us-section input, .contact-us-section textarea { width: 100%; margin-bottom: 10px; box-shadow: none; border: 1px solid #dbe4e8; font-size: 16px; color: #28373c; padding: 13px 20px; }
.contact-us-section textarea { height: 80px; font-size: 17px; font-family: 'Arial'; }
.contact-us-section .label-row { margin-bottom: 30px; }
.contact-us-section .label-row .label { font-size: 19px; }
.contact-us-section .label-row .line-number { float: right; }
.contact-us-section .label-row .line-number .number { color: #003b65; }
.contact-us-section .company-info .frontpage-tile.tile__company-info { height: 258px; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .contact-us-section .contourNavigation .col-md-12 { text-align: center; } }
.contact-us-section .btn-primary { color: #fff; padding-top: 13px; width: 150px; }
.contact-us-section .contourField.checkbox label { margin-top: 12px; padding-left: 25px; font-size: 17px; font-family: 'Arial'; color: #809096; }
.contact-us-section .contourField.checkbox input[type='checkbox'] { top: 18px; }
.contact-us-section input[value='VehicleID'] { display: none; }

.alpha-price-wrapper { margin: auto -40px 0 -40px; border-top: 1px solid #e7ecee; }

.alpha-price-box { display: flex; }

.alpha-price { display: flex; flex-direction: column; flex-grow: 1; padding: 16px 40px; }
.alpha-price.alpha-discount-price { border-right: 1px solid #e7ecee; }

.alpha-price-label { display: flex; margin-bottom: 6px; font-weight: 600; font-size: 18px; color: #050F1D; line-height: 1; }

.alpha-price-label-icon { margin-left: -24px; margin-right: 8px; }
.alpha-price-label-icon svg { width: 16px; height: 16px; }
.alpha-price-label-icon.alpha-price-label-winter-icon svg path { fill: #050F1D; }

.alpha-price-value { font-size: 20px; line-height: 1; font-weight: 400; color: #0f94f2; }
.alpha-price-value.alpha-price-value-strikethrough { text-decoration: line-through; color: #809096; }

body.page-mercedesbenz .wrapper { background-color: #000; transform: none; }
body.page-mercedesbenz .promo-vehicle-display .heading, body.page-mercedesbenz .promo-vehicle-display .content { color: #eee; }
body.page-mercedesbenz .vehicle-models .vehicle-models-heading { color: #fff; }
body.page-mercedesbenz .vehicle-models .model-list .model h4 { color: #fff; }
body.page-mercedesbenz .vehicle { color: #809096; }

body.page-kia .wrapper { background-color: #f8fafb; transform: none; }
body.page-kia .promo-vehicle-display .heading, body.page-kia .promo-vehicle-display .content { color: #05141f; }
body.page-kia .vehicle-models .vehicle-models-heading { color: #05141f; }
body.page-kia .vehicle-models .model-list .model h4 { color: #05141f; }
body.page-kia .vehicle-models .model-list .model img { width: 140px; }
body.page-kia .vehicle-display h1, body.page-kia .vehicle-display h2, body.page-kia .vehicle-display h3, body.page-kia .vehicle-display h4, body.page-kia .vehicle-display h5 { color: #05141f; }
body.page-kia .vehicle-display p, body.page-kia .vehicle-display a { color: #05141f; font-size: 18px; line-height: 30px; }
body.page-kia .vehicle-display a { text-decoration: underline; }
body.page-kia .vehicle-display .vehicle-display-banner .icon { font-size: 150px; top: 58px; }
body.page-kia .vehicle-display .vehicle-display-banner .icon:after { top: 30px; background-color: #05141f; opacity: 0.3; }

.wrapper:not(.benz) .vehicle-list .vehicle .vehicle__contents { color: #809096; }

.promo-vehicle-display .heading { font-size: 36px; margin-bottom: 30px; }
.promo-vehicle-display .content { line-height: 30px; padding-right: 10%; }

@media only screen and (max-width: 767px) { .promo-vehicle-display .image-wrapper { text-align: center; margin-top: 15px; }
  .promo-vehicle-display .image-wrapper img { float: none !important; } }
.vehicle-models { margin-top: 50px; }
.vehicle-models .vehicle-models-heading { font-size: 22px; margin-bottom: 30px; }
.vehicle-models .model-list { margin-left: -25px; }
.vehicle-models .model-list .model { display: inline-block; padding: 20px 44px; cursor: pointer; }
.vehicle-models .model-list .model h4 { font-weight: 300; font-size: 20px; margin: 8px 10px; }
.vehicle-models .model-list .model img { width: 150px; }

.wrapper.kia .vehicle-models .vehicle-models-heading { color: #05141f; }
.wrapper.kia .vehicle-models .model-list .model h4 { color: #05141f; }

.wrapper.benz .vehicle-models .vehicle-models-heading { color: #fff; }
.wrapper.benz .vehicle-models .model-list .model h4 { color: #fff; }

@media only screen and (max-width: 767px) { .vehicle-models { text-align: center; } }
/* SIDEBAR
---------------------------------------*/
.sidebar { /* RESPONSIVE */ }
.sidebar.sidebar__company-info .company-name { font-size: 30px; color: #003b65; margin: 0; }
.sidebar.sidebar__company-info .company-tel { font-size: 40px; color: #28373c; font-weight: 700; margin-top: 20px; }
.sidebar.sidebar__company-info .company-address { font-size: 20px; }
.sidebar.sidebar__company-info .company-hours { font-size: 18px; margin-top: 46px; }
.sidebar.sidebar__company-info .company-hours .company-hours-title { font-size: 20px; font-weight: 700; }
.sidebar.sidebar__text-box { font-size: 16px; font-weight: 700; }
.sidebar.sidebar__text-box p { margin: 0; }
.sidebar.sidebar__pricing-table { padding: 0; font-size: 16px; }
.sidebar.sidebar__pricing-table .sidebar-title { margin: 0; padding: 20px 50px; font-weight: 400; font-size: 28px; }
.sidebar.sidebar__pricing-table ul li { border-top: 1px solid #005998; padding: 26px 50px; }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .sidebar.sidebar__company-info.box { padding: 30px; }
  .sidebar.sidebar__company-info .company-name { font-size: 22px; }
  .sidebar.sidebar__company-info .company-tel { font-size: 30px; line-height: 1.3; }
  .sidebar.sidebar__company-info .company-tel span { display: block; }
  .sidebar.sidebar__company-info .company-address { font-size: 14px; margin-top: 13px; }
  .sidebar.sidebar__company-info .company-hours { font-weight: 700; font-size: 14px; margin-top: 20px; }
  .sidebar.sidebar__text-box { font-size: 14px; font-weight: 700; }
  .sidebar.sidebar__text-box.box { padding: 30px; }
  .sidebar.sidebar__pricing-table { font-size: 14px; }
  .sidebar.sidebar__pricing-table .sidebar-title { padding: 20px 30px; }
  .sidebar.sidebar__pricing-table ul li { border-top: 1px solid #005998; padding: 20px 30px; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .sidebar.sidebar__company-info.box { padding: 30px; }
  .sidebar.sidebar__company-info .company-name { font-size: 22px; }
  .sidebar.sidebar__company-info .company-tel { font-size: 30px; line-height: 1.3; }
  .sidebar.sidebar__company-info .company-tel span { display: block; }
  .sidebar.sidebar__company-info .company-address { font-size: 14px; margin-top: 13px; }
  .sidebar.sidebar__company-info .company-hours { font-weight: 700; font-size: 14px; margin-top: 20px; }
  .sidebar.sidebar__text-box { font-size: 14px; font-weight: 700; }
  .sidebar.sidebar__text-box.box { padding: 30px; }
  .sidebar.sidebar__pricing-table { font-size: 14px; }
  .sidebar.sidebar__pricing-table .sidebar-title { padding: 20px 30px; }
  .sidebar.sidebar__pricing-table ul li { border-top: 1px solid #005998; padding: 20px 30px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .sidebar.sidebar__company-info { margin: 30px 0; }
  .sidebar.sidebar__text-box { margin-bottom: 30px; } }
@media only screen and (max-width: 767px) { .sidebar.sidebar__company-info { margin: 30px 0; }
  .sidebar.sidebar__company-info.box { padding: 30px; }
  .sidebar.sidebar__company-info .company-name { font-size: 22px; }
  .sidebar.sidebar__company-info .company-tel { font-size: 30px; line-height: 1.3; }
  .sidebar.sidebar__company-info .company-tel span { display: block; }
  .sidebar.sidebar__company-info .company-address { font-size: 14px; margin-top: 13px; }
  .sidebar.sidebar__company-info .company-hours { font-weight: 700; font-size: 14px; margin-top: 20px; }
  .sidebar.sidebar__text-box { margin-bottom: 30px; font-size: 14px; font-weight: 700; }
  .sidebar.sidebar__text-box.box { padding: 30px; }
  .sidebar.sidebar__pricing-table { font-size: 14px; }
  .sidebar.sidebar__pricing-table .sidebar-title { padding: 20px 30px; }
  .sidebar.sidebar__pricing-table ul li { border-top: 1px solid #005998; padding: 20px 30px; } }

/* STAFF LIST
---------------------------------------*/
.section-title { font-size: 28px; margin: 0 0 40px; }

.staff-list { /* HACK THE GRID */ }
.staff-list .staff-list__staff-member { background: #fff; position: relative; margin-bottom: 30px; }
.staff-list .staff-list__staff-member a, .staff-list .staff-list__staff-member span { display: block; }
.staff-list .staff-list__staff-member .staff-member__image { background-repeat: no-repeat; background-position: 50% 30%; background-size: cover; padding-top: 130%; }
.staff-list .staff-list__staff-member .staff-member__content { padding: 24px 30px 100px; }
.staff-list .staff-list__staff-member .staff-member__name { font-size: 22px; color: #003b65; font-weight: 700; }
.staff-list .staff-list__staff-member .staff-member__title { font-size: 16px; margin: 2px 0 0 0; }
.staff-list .staff-list__staff-member .staff-member__content-bottom { position: absolute; bottom: 0; left: 0; width: 100%; padding: 0 30px 24px; }
.staff-list .staff-list__staff-member .staff-member__tel { color: #809096; }
@media only screen and (min-width: 1367px) and (max-width: 1740px) { .staff-list .col-lg-3 { width: 33.3%; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .staff-list .col-lg-3 { width: 33.3%; } }

/* STAFF LIST
---------------------------------------*/
.contourPageName { font-size: 14px; font-weight: 700; margin: 0 0 40px; text-transform: uppercase; text-align: left; }

.contact-form__with-map { background-repeat: no-repeat; background-position: 80% 0; background-size: cover; margin-bottom: 60px; }
.contact-form__with-map input[type='text'] { width: 100%; }
.contact-form__with-map .image-wrapper img { width: 100%; }
.contact-form__with-map em { font-style: normal; text-transform: uppercase; font-size: 14px; margin-bottom: 40px; font-weight: 700; margin-bottom: 20px; display: block; }
.contact-form__with-map p { margin-bottom: 30px; }
.contact-form__with-map ul li { margin-top: 10px; }
.contact-form__with-map ul li:first-child { margin-top: 0; }
.contact-form__with-map ul li i { float: left; margin: 2px 24px 0 0; color: #0f94f2; }
.contact-form__with-map .contact-form__social__title { margin-top: 40px !important; }
@media only screen and (max-width: 767px) { .contact-form__with-map { padding-left: 10px; padding-right: 10px; margin-bottom: 280px; height: auto; }
  .contact-form__with-map .box { padding: 30px; }
  .contact-form__with-map .subpage-contact-side__box { display: none; } }

/* SHARE BUTTONS
---------------------------------------*/
.item-share { display: flex; align-items: center; color: #3f4c51; }
.item-share .share-title { margin-right: 10px; font-size: 16px; font-weight: 700; }
.item-share ul { display: flex; list-style: none; }
.item-share a { display: inline-block; padding: 0 10px; color: #3f4c51; font-size: 18px; transform: translateY(2px); }
.item-share a:hover { color: #222; }

.facebook-offcanvas { position: fixed; top: 0; right: -376px; background: #fff; z-index: 100; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); width: 376px; height: 100%; -webkit-transition: all 0.35s ease-in; -o-transition: all 0.35s ease-in; transition: all 0.35s ease-in; }
.facebook-offcanvas .inner { position: relative; overflow-y: auto; padding: 30px; }
.facebook-offcanvas .fb-page, .facebook-offcanvas .fb-page span, .facebook-offcanvas .fb-page span iframe[style] { width: 100% !important; }
.facebook-offcanvas .close__facebook-offcanvas { float: right; margin-bottom: 50px; }
.facebook-offcanvas .close__facebook-offcanvas i, .facebook-offcanvas .close__facebook-offcanvas span { float: left; }
.facebook-offcanvas .close__facebook-offcanvas i { color: #003b65; margin: 3px 7px 0 0; font-size: 12px; }
.facebook-offcanvas .close__facebook-offcanvas span { color: #aaaaaa; }
@media only screen and (max-width: 767px) { .facebook-offcanvas { display: none; } }

body.facebook-offcanvas__open .facebook-offcanvas { right: 0; }

.vehicle-display-banner { margin-bottom: 60px; }
.vehicle-display-banner .icon { margin-right: 50px; padding-right: 50px; font-size: 80px; line-height: 80px; position: relative; top: 40px; }
.vehicle-display-banner .icon:after { content: ''; width: 1px; height: 80px; position: absolute; right: 0; top: -10px; background-color: rgba(255, 255, 255, 0.3); }
.vehicle-display-banner .heading { display: inline-block; }

.vehicle-not-found-page-container { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 80vh; margin-bottom: 60px; }

.vehicle-not-found-wrapper { padding: 0 0 50px; max-width: 440px; text-align: center; }
.vehicle-not-found-wrapper h2 { margin-top: 5px; color: #003b65; font-size: 34px; line-height: 1.1; padding: 16px 0; }
.vehicle-not-found-wrapper video { object-fit: cover; border-radius: 50%; }
.vehicle-not-found-wrapper div { margin-bottom: 16px; color: #687073; font-weight: bold; }
.vehicle-not-found-wrapper a { background-color: #0f94f2; color: #fff; font-weight: bold; font-size: 14px; display: block; width: 100%; padding: 8px; margin-top: 16px; transition: background-color 250ms ease; }
.vehicle-not-found-wrapper a:hover { background-color: #003b65; }

.newest-vehicles-list div h3 { font-size: 19px; font-weight: bold; color: #003B65; padding-bottom: 15px; }

/* COMPARE
---------------------------------------*/
.compare-subpage ul { width: 100%; }
.compare-subpage ul li { min-height: 50px; height: 50px; padding: 13px 15px 0; }
.compare-subpage .iscroll-wrapper { position: relative; }
.compare-subpage .iscroll-wrapper.overflow { overflow-x: auto; }
.compare-subpage .compage-subpage__table i { color: #27ae60; }
.compare-subpage .compare-subpage__content-wrap { background: #fff; }
.compare-subpage .compare-subpage__content-wrap-inner { width: 1433px; }
.compare-subpage .compare-subpage__sidebar, .compare-subpage .compare-subpage__car { float: left; width: 356px; position: relative; }
.compare-subpage .compare-subpage__sidebar .compare-subpage__sidebar-clear, .compare-subpage .compare-subpage__car .compare-subpage__sidebar-clear { position: absolute; top: 40px; right: 60px; }
.compare-subpage .compare-subpage__sidebar .compare-subpage__sidebar-clear i, .compare-subpage .compare-subpage__car .compare-subpage__sidebar-clear i { color: #aaaaaa; float: right; line-height: 0.5; font-size: 18px; margin-top: 3px; margin-left: 13px; }
.compare-subpage .compare-subpage__sidebar { padding: 321px 60px 0 0; }
.compare-subpage .compare-subpage__sidebar ul li { text-align: right; }
.compare-subpage .compare-subpage__car ul li span, .compare-subpage .compare-subpage__car ul li a { display: block; }
.compare-subpage .compare-subpage__car ul li:nth-child(even) { background: #f8f8f7; }
.compare-subpage .compare-subpage__car .compare-subpage__car-image-wrap { padding: 15px 15px 0; position: relative; }
.compare-subpage .compare-subpage__car .compare-subpage__car-image { display: block; background-repeat: no-repeat; background-position: 50% 0; background-size: cover; margin-bottom: 56px; width: 100%; height: 250px; }
.compare-subpage .compare-subpage__car .compare-subpage__remove { position: absolute; padding: 5px; top: 15px; right: 15px; background: #fff; border: 1px solid #dbe4e8; cursor: pointer; }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .compare-subpage .compare-subpage__sidebar { width: 200px; } }
@media only screen and (min-width: 1200px) and (max-width: 1280px) { .compare-subpage .compare-subpage__sidebar { width: 200px; } }
@media only screen and (min-width: 1010px) and (max-width: 1200px) { .compare-subpage .compare-subpage__sidebar { width: 200px; } }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .compare-subpage .compare-subpage__sidebar { width: 200px; } }
@media only screen and (max-width: 767px) { .compare-subpage .compare-subpage__sidebar { width: 200px; } }

.compare-footer-wrapper { display: none; position: fixed; bottom: -348px; left: 30px; width: 300px; height: 448px; z-index: 30; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1); background-color: white; border: 1px solid #e6e6e6; border-radius: 10px 10px 0 0; transition: bottom .3s ease; }
@media only screen and (max-width: 767px) { .compare-footer-wrapper { background: transparent; left: 10px; border: none; box-shadow: none; }
  .compare-footer-wrapper.active { background: white; } }
.compare-footer-wrapper.active.cars-in-wrapper-1 { bottom: -232px; }
.compare-footer-wrapper.active.cars-in-wrapper-2 { bottom: -116px; }
.compare-footer-wrapper.active.cars-in-wrapper-3 { bottom: 0; }
.compare-footer-wrapper .compare-header { height: 100px; display: flex; align-items: center; justify-content: center; }
@media only screen and (max-width: 767px) { .compare-footer-wrapper .compare-header { justify-content: flex-start; } }
.compare-footer-wrapper .compare-header .close-compare-footer { position: absolute; top: -24px; right: 0; }
.compare-footer-wrapper .compare-header .close-compare-footer:before { content: "Loka"; position: absolute; top: -2px; left: -36px; }
.compare-footer-wrapper .compare-header .show-cars { position: absolute; top: -4px; left: 4px; cursor: pointer; display: flex; align-items: center; }
@media only screen and (max-width: 767px) { .compare-footer-wrapper .compare-header .show-cars { display: none; } }
.compare-footer-wrapper .compare-header .show-cars i { font-size: 24px; color: #ff9f00; }
.compare-footer-wrapper .compare-footer { display: flex; flex-direction: column; }
.compare-footer-wrapper .compare-footer__btn { padding: 19px 32px; background: #0f94f2; cursor: pointer; color: #fff; height: 58px; position: relative; }
.compare-footer-wrapper .compare-footer__btn .compare-counter { height: 24px; width: 24px; border-radius: 12px; background: #ff9f00; color: white; display: flex; align-items: center; justify-content: center; position: absolute; top: -12px; right: -12px; z-index: 9; }
@media only screen and (max-width: 767px) { .compare-footer-wrapper .compare-footer__btn .compare-counter { top: -24px; right: -6px; } }
.compare-footer-wrapper .compare-footer__btn i { padding: 5px 7px; background: #003b65; border-radius: 100%; margin-right: 15px; }
.compare-footer-wrapper .compare-footer__btn:hover { background: #0c86dc; }
@media only screen and (max-width: 767px) { .compare-footer-wrapper .compare-footer__btn { background: transparent; padding: 0; height: auto; margin-top: 20px; }
  .compare-footer-wrapper .compare-footer__btn span { display: none; }
  .compare-footer-wrapper .compare-footer__btn i { padding: 20px 22px; margin: 0; } }
.compare-footer-wrapper .compare-footer__btn.stand-alone { position: fixed; top: auto; bottom: 24px; z-index: 1; }
@media only screen and (max-width: 767px) { .compare-footer-wrapper .compare-footer__btn.stand-alone { padding: 14px 10px; bottom: 0; right: 5px; border-radius: 2px; width: 50px; height: 50px; }
  .compare-footer-wrapper .compare-footer__btn.stand-alone span { display: none; } }
.compare-footer-wrapper .compare-footer__vehicle { display: block; position: relative; padding: 19px 40px 16px 28px; box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1); background-color: transparent; cursor: pointer; opacity: 0.7; -webkit-transition: all 0.15s ease-in; -o-transition: all 0.15s ease-in; transition: all 0.15s ease-in; -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 1s; /* Firefox < 16 */ -ms-animation: fadein 1s; /* Internet Explorer */ -o-animation: fadein 1s; /* Opera < 12.1 */ animation: fadein 1s; }
.compare-footer-wrapper .compare-footer__vehicle:hover { background-color: #fff; opacity: 1; -webkit-transition: all 0.15s ease-in; -o-transition: all 0.15s ease-in; transition: all 0.15s ease-in; }
@keyframes fadein { from { opacity: 0; }
  to { opacity: 1; } }
.compare-footer-wrapper .no-vehicles-selected-message { font-size: 16px; padding: 46px 0 0 50px; font-weight: 700; color: #555; }
.compare-footer-wrapper .no-vehicles-selected-message .comp { width: 28px; height: 28px; border-radius: 100%; border: 1px solid #dbe4e8; background: #fff; line-height: 1; display: inline-block; padding: 7px 0 0 6px; font-size: 12px; color: #003b65; margin: 0 12px; }
.compare-footer-wrapper .no-vehicles-selected-message .comp i { position: relative; top: -1px; right: -1px; }
.compare-footer-wrapper .vehicle__image { width: 99px; height: 76px; background-size: cover; background-position: 50% 50%; position: absolute; }
.compare-footer-wrapper .compare-footer__content { width: 100%; padding-left: 115px; }
.compare-footer-wrapper .compare-footer__content .vehicle__title { margin: 0; font-size: 18px; max-height: 27px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.compare-footer-wrapper .compare-footer__content .vehicle__subtitle { font-size: 16px; margin: 0; max-height: 27px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.compare-footer-wrapper .compare-footer__remove { cursor: pointer; position: absolute; top: 6px; right: 9px; padding: 8px; }
.compare-footer-wrapper .close { position: absolute; right: 292px; top: 47px; color: #28373c; font-weight: 900; }
@media only screen and (max-width: 767px) { .compare-footer-wrapper .close { top: 4px !important; left: 43px; right: inherit; } }
.compare-footer-wrapper .max-vehicles-message { position: absolute; top: -23px; left: 0; color: #ff9f00; font-weight: 900; font-size: 12px; }

@media print { .wrapper { padding: 0; }
  .structure-left, .product-detail-tabs, .product-detail-slider-wrapper, .back-to-top { display: none; }
  .product-info-box { display: block; width: 100%; top: auto; left: auto; right: auto; bottom: auto; border-bottom: 1px solid #ccc; }
  .product-info-box .contact-us-trigger { display: none; }
  .tab-section { padding: 0 0 15px 0; }
  .tab-section .tab-sub-section { margin-top: 450px; }
  .table-headers { display: none; }
  .title-row { margin-top: 30px; padding-left: 15px; }
  .table-content .col-md-3 div, .table-content .col-md-3 strong { display: inline-block; width: 30%; }
  .vehicle-extras-list { text-align: center; }
  .contact-us-section { display: none; } }
.frontpage-slider.image-video-slider { height: auto; }
.frontpage-slider.image-video-slider img, .frontpage-slider.image-video-slider video { width: 100%; }
.frontpage-slider.image-video-slider .slide { position: static; }

.vehicle-box-compact { display: flex; align-items: flex-start; padding-top: 15px; padding-bottom: 15px; }
.vehicle-box-compact:not(:last-child) { margin-bottom: 15px; border-bottom: 1px solid #dbe4e8; }
.vehicle-box-compact .vehicle-image { flex: 0 0 auto; width: 77px; height: 52px; margin-right: 25px; background-size: cover; background-position: 50% 50%; }
.vehicle-box-compact .vehicle-title-wrapper { display: block; }
.vehicle-box-compact .vehicle-title-wrapper .vehicle-title { margin: 0; font-size: 16px; line-height: 1; text-transform: uppercase; color: #003b65; }
.vehicle-box-compact .vehicle-title-wrapper .vehicle-subtitle { font-size: 12px; margin-bottom: 5px; color: #555; font-weight: 400; }
.vehicle-box-compact .vehicle-reg-year, .vehicle-box-compact .vehicle-usage { font-size: 13px; color: #687073; }
.vehicle-box-compact .vehicle-price-row { color: #0f94f2; font-size: 14px; font-weight: 700; margin-top: 5px; }

body.black-friday-labels .black-friday-vehicle-label { position: absolute; top: 20px; right: -10px; padding: 10px 15px; font-weight: 900; text-align: center; background-color: #000; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); text-transform: uppercase; color: #fff; line-height: 1.3; }
body.black-friday-labels .black-friday-vehicle-label .black { font-size: 16px; }
body.black-friday-labels .black-friday-vehicle-label .friday, body.black-friday-labels .black-friday-vehicle-label .offers { font-size: 13px; }

body.easter-labels .easter-label { position: absolute; top: 5px; left: 5px; }

.product-detail-slider-wrapper .christmas-vehicle-label { z-index: 11; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .product-detail-slider-wrapper .christmas-vehicle-label { left: 60px; } }
@media only screen and (min-width: 1741px), only screen and (min-width: 1367px) and (max-width: 1740px), only screen and (min-width: 1281px), only screen and (min-width: 1200px) and (max-width: 1280px), only screen and (min-width: 1010px) and (max-width: 1200px) { .product-detail-slider-wrapper .christmas-vehicle-label { width: 267px; position: absolute; top: 15px; left: inherit; right: 15px; padding: 9px; } }

.winter-promo-label { position: absolute; top: 10px; right: -5px; display: flex; align-items: center; padding: 8px 12px; border-radius: 4px; font-size: 14px; color: #fff; background: #050F1D; text-transform: uppercase; font-weight: 400; }
.winter-promo-label svg { margin-right: 10px; }
.winter-promo-label > div { line-height: 1; }

.christmas-promo-label { position: absolute; top: 10px; right: -5px; display: flex; align-items: center; padding: 8px 12px; border-radius: 4px; font-size: 14px; color: #fff; background-color: #d00; text-transform: uppercase; font-weight: 400; }
.christmas-promo-label svg { margin-right: 10px; }
.christmas-promo-label > div { line-height: 1; }

.custom-promo-label { position: absolute; top: 10px; right: -5px; display: flex; align-items: center; padding: 8px 12px; border-radius: 4px; font-size: 14px; color: #fff; text-transform: uppercase; font-weight: 400; }
.custom-promo-label svg { margin-right: 10px; }
.custom-promo-label > div { line-height: 1; }

/*
body.page-tilbodsbilar {
	.vehicle-list .vehicle .vehicle__image .vehicle-label.vehicle-label__offer {
		background: #0061a7 !important;
		padding-left: 18px !important;

		&:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			height: 26px;
			width: 5px;
			background-color: #dd0000;
		}
		&:after {
			content: '';
			position: absolute;
			top: 0;
			left: 5px;
			height: 26px;
			width: 5px;
			background-color: #fff;
		}
	}
}
.vehicle-label__offer {
	background: #0061a7 !important;
	padding-left: 18px !important;

	&:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 26.5px;
		width: 6px;
		background-color: #dd0000;
	}
	&:after {
		content: '';
		position: absolute;
		top: 0;
		left: 5px;
		height: 26.5px;
		width: 5px;
		background-color: #fff;
	}
}
*/
.benz { font-size: 16px; }
.benz .benz-hero { position: relative; height: 35vw; background-position: 50%; background-size: cover; }
.benz .benz-hero-box { position: absolute; bottom: 5%; right: 15%; max-width: 380px; padding: 30px 40px 40px 40px; font-size: 50px; line-height: 57px; font-family: "Daimler CAC"; color: #fff; background-color: #000; }
.benz .benz-hero .benz-hero-button-wrapper { display: flex; justify-content: flex-end; margin-top: 16px; }
.benz .benz-hero .show-benz-listings-trigger { padding-top: 0; }
.benz-heading { position: relative; padding-top: 24px; font-size: 35px; line-height: 40px; font-family: "Daimler CAC"; color: #ffffff; }
.benz-heading:after { content: ''; position: absolute; top: 0; left: 0; width: 53px; height: 3px; background-color: #fff; }
.benz-heading.heading-linesplit { max-width: 350px; }
.benz .benz-float-right { float: right; }
.benz .benz-button { width: 200px; margin: 30px 0; }
.benz .benz-container { padding-top: 90px; padding-bottom: 120px; }
.benz .benz-container .benz-content { line-height: 30px; }
.benz .benz-container .benz-content.benz-padding-left { padding-left: 25px; }
.benz .benz-container .benz-content.benz-padding-left .benz-heading { margin-bottom: 40px; }
.benz .benz-container .benz-content.benz-padding-top { padding-top: 25px; }
.benz .benz-container .benz-content.benz-strong { font-weight: 600; color: #0b0b0b; }
.benz .benz-container .benz-content-subtitle { margin-top: 70px; }
.benz .benz-container .benz-content-subtitle--bold { font-weight: 600; }
.benz .benz-container .benz-content-subtitle a { color: #fff; }
.benz .benz-container .benz-content-subtitle a:hover { color: #003b65; }
.benz .benz-container .benz-content .benz-perk { margin-bottom: 20px; }
.benz .benz-container .benz-content .benz-perk i { padding-right: 8px; }
.benz .benz-container .benz-content .benz-perk i:before { font-size: 11px; }
.benz .section.section-base.benz-section-white { color: #8a8a8a; background-color: #f0f0f0; }
.benz .section.section-base.benz-section-white .benz-heading { color: #0b0b0b; }
.benz .section.section-base.benz-section-white .benz-heading:after { background-color: #0b0b0b; }
.benz .section.section-base.benz-section-black { padding-top: 70px; padding-bottom: 100px; color: #fff; background-color: #000; }
.benz .section.section-base.benz-section-black .benz-heading:after { display: none; }
.benz .section.section-base.benz-section-black h4 { color: #fff; }
.benz .section.section-base.benz-section-gray { color: #fff; background-color: #1a1a1a; }
.benz .section.section-base.benz-section-gray .benz-heading { margin-top: 50px; }
.benz .section.section-base.benz-section-gray .benz-padding-left { padding-left: 25px; }
@media (max-width: 1200px) { .benz .benz-hero-box { bottom: 0; right: 0; padding: 10px 0 10px 45px; max-width: 235px; font-size: 30px; line-height: 37px; }
  .benz .benz-container { padding-top: 40px; padding-bottom: 60px; }
  .benz .section.section-base.benz-section-white .benz-heading { margin-bottom: 20px; }
  .benz .section.section-base.benz-section-white .benz-media { margin-bottom: 40px; }
  .benz .section.section-base.benz-section-white .benz-padding-left { padding-left: 0px; }
  .benz .section.section-base.benz-section-gray .benz-heading { margin-top: 0; }
  .benz .section.section-base.benz-section-gray .benz-media { margin-top: 40px; }
  .benz .section.section-base.benz-section-gray .benz-padding-left { padding-left: 15px; } }
@media only screen and (max-width: 767px) { .benz .benz-hero-box { bottom: 0; right: 0; padding: 9px 0 8px 14px; max-width: 130px; font-size: 20px; line-height: 25px; } }

.benz-triplebox-container { display: flex; flex-wrap: wrap; margin-bottom: 80px; }
.benz-triplebox-container .benz-box { flex: 1; margin: 0 15px 30px 15px; padding: 50px 30px; color: #fff; background: linear-gradient(180deg, #121212 0%, #2b2b2b 100%); }
.benz-triplebox-container .benz-box-heading { font-size: 28px; margin-bottom: 24px; }
@media (max-width: 767px) { .benz-triplebox-container .benz-box { margin: 0 0 15px 0; } }

@keyframes drop-down { 0% { opacity: 1; }
  100% { opacity: 0; transform: translateY(60px); } }
.cookies-disclaimer { display: none; position: fixed; left: 0; bottom: 0; background: #fff; width: 550px; max-width: 100%; padding: 30px; box-shadow: 0 2px 12px 0 rgba(113, 113, 113, 0.4); z-index: 2147483640; }
.cookies-disclaimer .text { margin-bottom: 30px; }
.cookies-disclaimer.close { animation: drop-down 0.3s ease; animation-fill-mode: forwards; }
.cookies-disclaimer .button-wrapper { display: flex; justify-content: space-between; align-items: center; }
.cookies-disclaimer .button-wrapper .btn { padding-top: 0; }

.product-detail-tabs { display: flex; align-items: center; height: 70px; background-color: #003b65; padding: 0 40px; }
.product-detail-tabs .tab { display: flex; align-items: center; padding: 0 15px; margin-right: 15px; height: 38px; background-color: #003b65; color: #fff; font-weight: 500; transition: background-color 150ms; cursor: pointer; }
.product-detail-tabs .tab:hover { background-color: #002c4c; }
.product-detail-tabs .tab i { transform: translateY(2px); margin-right: 10px; color: rgba(255, 255, 255, 0.5); }
@media (max-width: 767px) { .product-detail-tabs { display: none; } }

.product-detail-top .lSSlideOuter { max-width: 100%; }
@media (min-width: 1800px) { .product-detail-top .lSSlideOuter { max-width: 1000px; margin: 0 auto; } }
.product-detail-top .product-image-slider { min-height: 600px; }
.product-detail-top .product-image-slider li { height: 100%; }
.product-detail-top .product-image-slider li .slide-wrapper { height: 100%; cursor: pointer; background-position: 0 60%; background-size: cover; position: relative; }
.product-detail-top .product-image-slider li .slide-wrapper i { font-size: 38px; color: #eee; position: absolute; top: 50%; left: 50%; transform: translate(50%, -50%); opacity: 0; -webkit-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
.product-detail-top .product-image-slider li .slide-wrapper:hover i { opacity: 0.7; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .product-detail-top .product-image-slider { min-height: 400px; } }
@media only screen and (max-width: 767px) { .product-detail-top .product-image-slider { min-height: 250px; }
  .product-detail-top .product-image-slider .slide-wrapper { min-height: 300px; } }
.product-detail-top .lSAction > a { z-index: 9; }
.product-detail-top .next i, .product-detail-top .prev i { position: relative; font-size: 80px; color: #fff; bottom: 50px; }
.product-detail-top .next i { right: 150%; }
.product-detail-top .lSSlideOuter.vertical .lSAction > .lSNext, .product-detail-top .lSSlideOuter.vertical .lSAction .lSPrev { background-position: 32px 0; bottom: auto; top: 50%; }
.product-detail-top .lSSlideOuter.vertical .lSAction > a { left: auto; margin-left: 0; margin-top: 16px; }
.product-detail-top .lSSlideOuter .lSPager.lSGallery { right: auto; left: 0; margin-right: 5px !important; margin-left: 0 !important; }
@media only screen and (min-width: 768px) and (max-width: 1009px) { .product-detail-top .lSSlideOuter { padding-left: 60px !important; } }
@media only screen and (max-width: 767px) { .product-detail-top .lSSlideOuter { padding-left: 0 !important; }
  .product-detail-top .lSSlideOuter .next i, .product-detail-top .lSSlideOuter .prev i { font-size: 38px; position: static; } }

.flex-row { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }

.flex-col { box-sizing: border-box; padding-left: 15px; padding-right: 15px; width: 100%; flex: 0 0 auto; }
@media (min-width: 768px) { .flex-col.sm-6 { width: 50%; } }
@media (min-width: 1440px) { .flex-col.lg-4 { width: 33.333%; } }
@media (min-width: 1580px) { .flex-col.xl-3 { width: 25%; } }

/* PRINT STYLES */
/* PRINT STYLES
---------------------------------------*/
@media print { /* BASE - DO NOT TOUCH THIS! */
  /* PAGE MARGINS */
  /* @page :left { 	margin: 0.1; } @page :right { 	margin: 0; } */
  @page { size: auto;
    /* auto is the initial value */
    /* this affects the margin in the printer settings */
margin: 0mm; }
  body { background: #fff; padding-top: 0; }
  img { max-width: 500px; }
  header { display: none; }
  /* START YOUR STYLES HERE ---------------------------------------*/
  .help-trigger, .help-menu, .offer-menu, .hero, .uEdit-toggle, .frontpage-top .three, .frontpage-top .six, .header-search, .hashtag-section, .image-section.form-section, .offer-menu, .mobile-menu, .carosello, .minar-sidur .title .btn, .all-insurances, .insurance-item .item-image, .filters { display: none !important; }
  .minar-sidur-base { padding: 0 !important; }
  .box-insurance { margin-bottom: 100mm !important; height: 500px !important; }
  .frontpage-top .row { margin: 0; }
  .frontpage-top .four, .frontpage-top .five { background: #fff; }
  .frontpage-top .four h1, .frontpage-top .four h2, .frontpage-top .four h3, .frontpage-top .four h4, .frontpage-top .four h5, .frontpage-top .four h6, .frontpage-top .four p, .frontpage-top .five h1, .frontpage-top .five h2, .frontpage-top .five h3, .frontpage-top .five h4, .frontpage-top .five h5, .frontpage-top .five h6, .frontpage-top .five p { color: #809096; }
  .frontpage-top .four:after, .frontpage-top .five:after { display: none; }
  .frontpage-top .two { margin-top: 360px; }
  .frontpage-top .two .btn { color: #809096; }
  .frontpage-top .two .select-style { min-width: auto; width: 500px; }
  .frontpage-top .two .select-style select { min-width: auto; width: 500px; }
  .frontpage-top .two, .frontpage-top .four { margin-left: -50px; }
  section.section { padding: 0; }
  section.section.section-alt { background: #fff; }
  .insurance-section { margin: 0; margin-top: 400px; padding: 0; background: #fff; }
  .insurance-box { height: auto; } }
