/*--------------------------------------
    #General styles

    Brand blue: #0097bd
    Brand orange: #faa21b
--------------------------------------*/


.lazyloaded {
	opacity: 1;
}


body {
    position: relative;
    margin: 0;
    padding: 62px 0 0;
    color: #404040;
    background-color: #e9f0f4;
    line-height: 1.4;
    font-family: 'PF Din Text W01', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
	-webkit-font-smoothing: antialiased;
}


.modal-open {
    overflow: hidden;
}


iframe,
.iframe {
    width: 1px;
	min-width: 100%;
	max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.iframe--netwheels {
	height: 3000px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    line-height: 1.2;
    color: #555;
    font-family: 'Mittelschrift Din 1421 W01', sans-serif;
    font-weight: 400;
}


h1 {
    margin-bottom: 5px;
    line-height: 1.1;
	font-size: 34px;
	font-size: 2rem;
}


h2 {
	font-size: 27px;
	font-size: 1.625rem
}


h3 {
    margin-bottom: 15px;
	font-size: 24px;
	font-size: 1.4rem;
}


h4 {
	font-size: 21px;
    font-size: 1.25rem;
}


h5,
h6 {
    font-size: 1rem;
}


.section-title,
.section-title--sm {
    margin-bottom: 20px;
    text-align: center;
	font-size: 27px;
    font-size: 1.625rem;
}


ul,
ol,
p {
    margin: 0 0 20px 0;
}


ul,
ol {
    padding: 0 0 0 24px;
    list-style-position: outside;
}


td {
    padding: 0 15px 10px 0;
}


strong,
b {
    font-weight: 500;
}


a, .link {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
    color: #0097bd;
	background: transparent;
    text-decoration: none;
    -webkit-transition: color 250ms ease, background-color 250ms ease;
    transition: color 250ms ease, background-color 250ms ease;
}

a:hover {
    color: #20b7dd;
}


.row--form {
    margin-bottom: 10px;
}


@media only screen and (min-width: 640px) {


    body {
        padding-top: 80px;
    }


}

@media only screen and (min-width: 768px) {


    body {
        padding-top: 0;
    }


	h1 {
		font-size: 51px;
		font-size: 3rem;
	}


	h2 {
		font-size: 34px;
		font-size: 2rem;
	}


	h3 {
		font-size: 26px;
		font-size: 1.5rem;
	}

    .section-title {
		font-size: 47px;
        font-size: 2.75rem;
    }


    .section-title--sm {
        margin-bottom: 15px;
		font-size: 38px;
        font-size: 2.25rem;
    }


}

@media only screen and (min-width: 768px) {

	.menu-is-sticky body {
		padding-top: 120px;
	}
}

@media only screen and (min-width: 1023px) {

	.menu-is-sticky body {
		padding-top: 140px;
	}
}

@media only screen and (min-width: 1103px) {

	.menu-is-sticky body {
		padding-top: 70px;
	}
}


/*--------------------------------------
    #Buttons
--------------------------------------*/


.buttons .button {
    margin: 0 6px 10px 0;
}


.buttons.tar .button {
    margin: 0 0 10px 6px;
}


.buttons.tac .button {
    margin: 0 3px 10px;
}


.button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    padding: 9px 18px;
    border: 2px solid #0097bd;
    background-color: #0097bd;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease;
    transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}


.button--white {
    color: #555;
    background-color: #fff;
    border-color: #fff;
}


.button--orange {
    color: #fff;
    background-color: #faa21b;
    border-color: #faa21b;
}

.button--blue {
    color: #fff;
    background-color: #0097bd;
    border-color: #0097bd;
}


.button--border {
    background-color: transparent;
    color: #0097bd;
}


.button--orange.button--border {
    color: #faa21b;
}


.button--white.button--border {
    background-color: transparent;
    color: #fff;
}


.button-xs-full {
    width: 100%;
}


.button--medium {
    padding: 13px 38px 12px;
    font-size: 16px;
}

.button--large {
    padding: 13px 38px 12px;
    font-size: 18px;
}

.button:hover,
.hover-buttons:hover .button {
    border-color: #0087ad;
    background-color: #0087ad;
    color: #fff;
}


.button--border:hover,
.hover-buttons:hover .button--border {
    border-color: #0097bd;
    background-color: #0097bd;
}


.button--white:hover,
.hover-buttons:hover .button--white {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}


.button--white.button--border:hover,
.hover-buttons:hover .button--white.button--border {
    border-color: #fff;
    background-color: #fff;
    color: #555;
}


.button--orange:hover,
.hover-buttons:hover .button--orange {
    border-color: #ea920b;
    background-color: #ea920b;
    color: #fff;
}


.button.is-loading {
    padding-left: 40px;
    background-image: url('../images/loading-button.gif');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}


.button--orange.is-loading {
    background-image: url('../images/loading-button-orange.gif');
}


.button .fa {
    margin-left: 7px;
    vertical-align: top;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
}


.button--icon .fa {
    margin-left: -3px;
    margin-right: 7px;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
}


.button--icon:hover .fa-location-arrow {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.button.is-disabled {
	cursor: not-allowed;
	opacity: .5;
}


@media only screen and (min-width: 640px) {


    .button--large {
        padding: 17px 48px 15px;
        font-size: 20px;
    }


}


@media only screen and (min-width: 768px) {


    .button--submit {
        padding: 14px 30px;
    }


}





/*--------------------------------------
    #Forms
--------------------------------------*/


.formfield {
    position: relative;
    margin: 0 0 10px;
}


.formfield:before,
.formfield:after,
.text-input-holder:before,
.text-input-holder:after {
    content: '';
    display: table;
}


.formfield:after,
text-input-holder:after {
    clear: both;
}


.formfield--submit {
    margin-bottom: 0;
}


.label {
    display: inline-block;
    font-weight: 500;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.label[for] {
	cursor: pointer;
}


.label .Required {
	margin-left: 4px;
	color: #e00000;
}


.formfield--label-ol .label {
    display: inline-block;
    margin: 0 5px 0 0;
}


.formfield__label-holder {
	display: block;
	margin: 0 0 5px 0;
}


.single-choice .label {
    color: transparent;
}


.checkbox-label-holder,
.formCheckboxLabelHolder,
.radio-label-holder,
.formRadioLabelHolder {
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.05);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}


.checkbox-label-holder:hover,
.formCheckboxLabelHolder:hover,
.radio-label-holder:hover,
.formRadioLabelHolder:hover {
    background-color: rgba(0,0,0,.1);
}


.formFieldHorizontal .formCheckboxLabelHolder,
.formFieldHorizontal .formRadioLabelHolder {
    margin-right: 10px;
}


.formFieldHorizontal .formCheckboxLabelHolder:last-child,
.formFieldHorizontal .formRadioLabelHolder:last-child {
    margin-right: 0;
}


.checkbox-label,
.formCheckboxLabel,
.radio-label,
.formRadioLabel {
    margin-left: 3px;
}


.checkbox,
.formCheckbox,
.radio,
.formRadio {
    cursor: pointer;
}


.text-input,
.select,
.textarea,
.formTextinput,
.formEmailinput,
.formTelinput,
.formSelect,
.formTextarea {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    outline: none;
    color: #555;
    background-color: #fff;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}


.select,
.formSelect {
	opacity: 0;
    cursor: pointer;
}


.textarea,
.formTextarea {
    height: auto;
    min-height: 150px;
    padding: 10px;
    resize: vertical;
}


.text-input:focus,
.textarea:focus,
.formTextinput:focus,
.formEmailinput:focus,
.formTelinput:focus,
.formTextarea:focus,
.formSelect:focus {
    background-color: #f4f4f4;
}


.text-input.disabled,
.textarea.disabled,
.select.disabled,
.formTextinput.disabled,
.formEmailinput.disabled,
.formTelinput.disabled,
.formSelect.disabled,
.formTextarea.disabled {
    cursor: default;
    opacity: 0.5;
}


.formfield--label-ol .text-input,
.formfield--label-ol .select,
.formfield--label-ol .textarea {
    display: inline-block;
    width: 240px;
}


.formfield--double .text-input,
.formfield--double .select {
    z-index: 2;
    position: relative;
    float: left;
    width: calc(50% - 10px);
    margin-left: 10px;
}


.formfield--double .text-input:first-child,
.formfield--double .select:first-child {
    margin-left: 0;
    margin-right: 10px;
}


.formfield--double .range-dash {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    text-align: center;
}


.errorfield {
    background-color: rgba(255,0,0,.1);
    border-color: #ffa0a0;
}


.front-tools .select {
    height: 40px;
}


@media only screen and (min-width: 768px) {

    .text-input,
    .select,
    .formTextinput,
    .formEmailinput,
    .formTelinput,
    .formSelect {
        height: 50px;
    }


    .formfield {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-bottom: 15px;
    }


    .formfield__label-holder {
        display: table-cell;
        width: 35%;
        margin: 0;
        vertical-align: middle;
    }


    .formfield__field {
        display: table-cell;
        width: 65%;
        vertical-align: middle;
    }


    .formfield--submit {
        margin-bottom: 0;
        text-align: right;
    }

	/* Koeajo Pop up's styles */

	.form-wrap.koeajo {
		padding: 0 20px 20px;
		background-color: #ffffff;
	}

	.form-wrap.koeajo-kiitos {
		padding-left: 0;
		background-color: #ffffff;
	}

	.form-wrap.koeajo-kiitos h2 {
		color: #0097bd;
    	font-family: din, sans-serif;
    	font-size: 2rem;
    	font-weight: 600;
	}

	.form-wrap.koeajo-kiitos.automerkki {
		margin: 0;
	}

	.formfield.formField-firstname.koeajo-popup .formfield__label-holder, .formfield.formField-email.koeajo-popup.formFieldRequired .formfield__label-holder {
		width: 100%;
		display: block;
	}

	.formfield.formField-firstname.koeajo-popup .formfield__field, .formfield.formField-email.koeajo-popup.formFieldRequired .formfield__field {
		width: 100%;
		display: block;
	}

	.formfield.formField-firstname.koeajo-popup .formfield__field input, .formfield.formField-email.koeajo-popup.formFieldRequired .formfield__field input {
		width: 40%;
	}

	.formfield.formField-email.koeajo-popup.formFieldRequired .Required {
		color: #000000;
	}

	.formfield--submit.koeajo {
		text-align: left;
	}

	.formfield.formField-heading.koeajo-popup h2 {
		color: #0097bd;
    	font-family: din, sans-serif;
    	font-size: 2rem;
    	font-weight: 600;
	}

	.formfield.formField-heading.koeajo-popup.valintaotsikko h2 {
		font-size: 0.8em;
		text-align: left;
		margin-bottom: 0;
	}

	.formfield.formField-checkbox.koeajo-popup.formFieldHorizontal .formfield__label-holder {
		display: none;
	}

	.formfield.formField-checkbox.koeajo-popup.formFieldHorizontal .formfield__field {
		width: 100%;
	}

	.formCheckboxLabelHolder.koeajo-popup {
		background-color: #ffffff;
		padding: 5px 0;
	}

	.formEmailinput.addcheckbox {
  		display: none;
	}

	.formField-newsletter.addcheckbox {
  		width: 20%;
  		font-size: 12px;
 		padding-right: 10px;
  		margin: 10px 0 20px 0;
  		float: left;
  		text-align: center;
  		display: inline-block;
	}

	.formField-newsletter.addcheckbox.automerkki {
  		width: 100%;
  		font-size: 12px;
 		padding-right: 10px;
  		margin: 10px 0 20px 0;
  		float: left;
  		text-align: center;
  		display: inline-block;
	}

	.formField-newsletter.addcheckbox label {
  		font-weight: bold;
  		font-size: 12px;
  		float: left;
  		display: block;
	}

	.formField-newsletter.addcheckbox span {
  		margin: 0 auto;
		text-align: left;
		display: block;
	}

	.formField-newsletter.addcheckbox.automerkki span {
		display: inline-block;
	}

	.formField-newsletter.addcheckbox input {
 		margin: 0 auto;
 		margin-top: 14px;
 		margin-bottom: 14px;
		cursor: pointer;
	}

	.image-koeajo {
		width: 120px;
  		height: 60px;
		display: block;
		cursor: pointer;
		background-repeat: no-repeat;
	}

	.open-popup.js-open-modal.koeajo {
		display: none;
	}

}



/*--------------------------------------
    #Select2 reboot
--------------------------------------*/


.select2-container,
.front-tools-box .select2-container {
	display: block;
	height: 40px;
}


.select2-container--default .select2-selection--single,
.front-tools-box .select2-container--default .select2-selection--single {
	outline: none;
	height: 40px;
	border-color: #e0e0e0;
	border-radius: 0;
}


.select2-container--default .select2-selection--single .select2-selection__rendered,
.front-tools-box .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 40px 0 10px;
	line-height: 40px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow,
.front-tools-box .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url('../img/chevron-down.png') no-repeat center center;
	background-size: 20px auto;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}


.select2-dropdown {
	border-color: #e0e0e0;
	border-radius: 0;
}


@media only screen and (min-width: 768px) {


	.select2-container,
	.select2-container--default .select2-selection--single,
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 50px;
	}


	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 50px;
	}


}





/*--------------------------------------
    #Button group
--------------------------------------*/


.button-group {
    height: 40px;
}


.button-group .select,
.button-group .text-input {
    float: left;
    width: 70%;
}


.button-group .button {
    float: right;
    width: 30%;
    padding: 9px 8px;
}





/*--------------------------------------
    #Wraps
--------------------------------------*/


.page {
    z-index: 1;
    position: relative;
    overflow: hidden;
}


.wrap {
	z-index: 1;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}


.wrap.wrap--header {
	z-index: 2;
}


.wrap.wrap--collapse {
    max-width: 1400px;
    padding: 0;
}


.wrap:before,
.wrap:after {
    content: '';
    display: table;
}


.wrap:after {
    clear: both;
}


.page--sub .section {
    padding-top: 20px;
    padding-bottom: 20px;
}


.section,
.wrap.section,
.footer .section {
    padding-top: 20px;
    padding-bottom: 20px;
}


.section + .section {
    padding-top: 0;
}


.content {
	position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}


.content--nomargin {
    margin-bottom: 0;
}


.editor-module,
.form-wrap,
.text-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}


.editor-module p:last-child,
.editor-module ul:last-child,
.text-content p:last-child,
.text-content ul:last-child {
    margin-bottom: 0;
}


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


@media only screen and (min-width: 640px) {


    .wrap {
        padding-right: 20px;
        padding-left: 20px;
    }


}


@media only screen and (min-width: 768px) {


    .section,
    .wrap.section,
    .footer .wrap.section {
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .section + .section {
        padding-top: 0;
    }


    .page--sub .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }


}


@media only screen and (min-width: 1400px) {


    .wrap--collapse {
        max-width: 1440px;
        padding: 0 20px;
    }


}





/*--------------------------------------
    #Logobar
--------------------------------------*/


.logobar--sub {
    margin-top: -20px;
    margin-bottom: -20px;
}


.content--logobar {
    margin-bottom: 0;
}


.logobar .logobar-item {
    padding: 10px;
}


.logobar-link {
    cursor: pointer;
    display: block;
    opacity: 0.75;
    line-height: 58px;
    text-align: center;
    -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
    transition: opacity 250ms ease, transform 250ms ease;
}


.logobar-link:hover,
.logobar-link.is-active {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.logobar-item .logobar-logo {
    display: block;
    height: 60px;
	background: transparent no-repeat center center;
	background-size: contain;
}


@media only screen and (min-width: 480px) {


    .logobar .logobar-item {
        padding: 20px;
    }


}





/*--------------------------------------
    #Header
--------------------------------------*/


.header {
    z-index: 21;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}


.logo-link {
    float: left;
    width: 125px;
    margin-left: -10px;
    padding: 19px 10px;
}


.logo {
    display: block;
}


.header-search {
    float: right;
    width: 340px;
    height: auto;
    padding: 20px 0 20px 20px;
}


.header-search .text-input {
    height: 40px!important;
}


.languages {
    float: right;
    padding: 20px 0;
}


.language-link {
    margin-right: 20px;
    color: #888;
    line-height: 39px;
    font-size: 15px;
}


.language-link--ru {
    line-height: 40px;
    font-size: 13px;
}


.language-link.is-current {
    font-weight: 500;
}


.top-outer-links {
	display: none;
}


.header-toggler {
    z-index: 3;
    position: relative;
    cursor: pointer;
    float: right;
	width: 34px;
	height: 34px;
	margin: 15px 0 0 4px;
    border-radius: 1px;
    color: #fff;
    background-color: #0097bd;
	line-height: 34px;
    text-align: center;
    text-transform: uppercase;
	font-size: 14px;
    font-weight: 500;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.header-toggler.is-active {
    background-color: #faa21b;
}


.header-toggler-bars {
    position: absolute;
	top: 10px;
	left: 6px;
	display: block;
	width: 22px;
	height: 3px;
    background-color: #fff;
}


.header-toggler-bars.bar-2 {
	top: 16px;
}

.header-toggler-bars.bar-3 {
	top: 22px;
}


.header-some {
	z-index: 2;
	position: absolute;
	top: 15px;
	left: 125px;
}


.header-some-link {
    display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
    text-align: center;
	font-size: 32px;
}


@media only screen and (min-width: 400px) {


	.header-some {
		top: 11px;
		left: 135px;
	}


	.header-some-link {
		width: 40px;
		height: 40px;
		margin-right: 2px;
		line-height: 40px;
	}


	.header-toggler {
		width: 40px;
		height: 40px;
		margin: 11px 0 0 10px;
		line-height: 40px;
		font-size: 17px;
	}


	.header-toggler-bars {
		top: 10px;
		left: 8px;
		width: 24px;
		height: 4px;
		border-radius: 1px;
	}


	.header-toggler-bars.bar-2 {
		top: 18px;
	}

	.header-toggler-bars.bar-3 {
		top: 26px;
	}


}


@media only screen and (min-width: 640px) {


    .logo-link {
        width: 215px;
        margin-left: -20px;
        padding: 20px;
    }


    .header-toggler {
        margin-top: 20px;
    }


	.header-some {
		top: 20px;
		left: 225px;
	}


	.header-some-link {
		font-size: 40px;
	}


}


@media only screen and (min-width: 768px) {


	.logo-link {
		width: 180px;
	}


    .header {
        position: relative;
    }


    .header-toggler--menu,
    .header-toggler--languages {
        display: none;
    }


	.header-toggler--search {
		margin-left: 10px;
	}


    .header-some {
		position: relative;
		top: auto;
		left: auto;
        float: right;
        margin-right: 0;
        padding-top: 20px;
    }


	.header-some-link {
		margin: 0;
		font-size: 32px;
	}


	.top-outer-links {
		display: block;
		float: right;
		padding: 20px 0;
	}


	.top-outer-link,
	.top-outer-divider {
		margin-right: 15px;
		color: #808080;
		line-height: 39px;
		font-size: 15px;
	}


}


@media only screen and (min-width: 1024px) {


	.logo-link {
		width: 215px;
	}


}


@media only screen and (min-width: 1100px) {


	.header-toggler--search {
		display: none;
	}


	.header-search {
		display: block;
	}


}


@media only screen and (max-width: 1099px) {


    .header-search {
		z-index: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 320px;
        padding: 20px 0;
        opacity: 0;
        -webkit-transition: right 250ms ease, opacity 250ms ease;
        transition: right 250ms ease, opacity 250ms ease;
    }


    .header-search.is-open {
		z-index: 4;
        right: 70px;
        opacity: 1;
    }


}


@media only screen and (max-width: 767px) {


    .header-logo-wrap {
        z-index: 2;
        position: relative;
        margin: 0 -20px;
        padding: 0 20px;
        background-color: #fff;
    }


    .header-logo-wrap:before,
    .header-logo-wrap:after {
        content: '';
        display: table;
    }


    .header-logo-wrap:after {
        clear: both;
    }


    .header-search,
    .languages {
        z-index: 1;
        position: fixed;
        top: 80px;
        left: 0;
        right: auto;
        float: none;
        display: block;
        width: 100%;
        padding: 0;
        opacity: 1;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: -webkit-transform 250ms ease;
        transition: transform 250ms ease;
    }


    .header-search {
        padding: 20px;
        background-color: rgba(0,26,42,.95);
    }


    .header-search.is-open,
    .languages.is-open {
		z-index: 1;
        right: auto;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }


    .language-link {
        display: block;
        margin: 0;
        padding: 10px 20px;
        border-top: 1px solid rgba(255,255,255,.2);
        color: #fff;
        background-color: rgba(0,26,42,.95);
        line-height: 20px;
    }


    .language-link:hover {
        color: #fff;
    }

	/* Koeajo Pop up form's styles */

	.form-wrap.koeajo {
		padding: 0 20px 20px;
		background-color: #ffffff;
	}



	.formfield.formField-firstname.koeajo-popup .formfield__label-holder, .formfield.formField-email.koeajo-popup.formFieldRequired .formfield__label-holder {
		width: 100%;
		display: block;
	}

	.formfield.formField-firstname.koeajo-popup .formfield__field, .formfield.formField-email.koeajo-popup.formFieldRequired .formfield__field {
		width: 100%;
		display: block;
	}

	.formfield.formField-firstname.koeajo-popup .formfield__field input, .formfield.formField-email.koeajo-popup.formFieldRequired .formfield__field input {
		width: 100%;
	}

	.formfield.formField-email.koeajo-popup.formFieldRequired .Required {
		color: #000000;
	}

	.formfield--submit.koeajo {
		text-align: left;
		clear: both;
	}

	.formfield.formField-heading.koeajo-popup h2 {
		color: #0097bd;
    	font-family: din, sans-serif;
    	font-size: 2rem;
    	font-weight: 600;
	}

	.formfield.formField-heading.koeajo-popup.valintaotsikko h2 {
		font-size: 0.8em;
		text-align: left;
		margin-bottom: 0;
	}

	.formfield.formField-checkbox.koeajo-popup.formFieldHorizontal .formfield__label-holder {
		display: none;
	}

	.formfield.formField-checkbox.koeajo-popup.formFieldHorizontal .formfield__field {
		width: 100%;
	}

	.formCheckboxLabelHolder.koeajo-popup {
		background-color: #ffffff;
		padding: 5px 0;
	}

	.formEmailinput.addcheckbox {
  		display: none;
	}

	.formField-newsletter.addcheckbox {
  		width: 50%;
  		font-size: 12px;
 		padding-right: 10px;
  		margin: 10px 0 20px 0;
  		float: left;
  		text-align: center;
  		display: inline-block;
	}

	.formField-newsletter.addcheckbox label {
  		font-weight: bold;
  		font-size: 12px;
  		float: left;
  		display: block;
	}

	.formField-newsletter.addcheckbox span {
  		margin: 0 auto;
		text-align: left;
		display: block;
	}

	.formField-newsletter.addcheckbox input {
 		margin: 0 auto;
 		margin-top: 14px;
 		margin-bottom: 14px;
		cursor: pointer;
	}

	.image-koeajo {
		width: 120px;
  		height: 60px;
		display: block;
		cursor: pointer;
		background-repeat: no-repeat;
	}



}


@media only screen and (max-width: 639px) {


    .header-logo-wrap {
        margin: 0 -10px;
        padding: 0 10px;
    }


    .languages,
    .header-search {
        top: 62px;
    }


}





/*--------------------------------------
    #Main menu
--------------------------------------*/


.menu-close-layer {
	display: none;
}


@media only screen and (max-width: 767px) {


	.main-menu {
		z-index: 1;
		position: relative;
	}


	.menu-close-layer {
		z-index: 1;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
		background: transparent;
	}

	.menu-close-layer.is-open {
		display: block;
	}


    .menu {
        z-index: 1;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
		max-height: calc(100% - 62px);
        margin: 0;
        padding: 0;
		overflow-y: auto;
        background-color: rgba(0,26,42,.95);
        list-style: none outside;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: -webkit-transform 250ms ease;
        transition: transform 250ms ease;
    }


    .menu.is-open {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }


	.menu--sub {
		margin: 0;
		padding: 0;
		list-style: none outside;
	}


    .menu-item {
        border-top: 1px solid rgba(255,255,255,.2);
    }


    .menu-link {
        z-index: 1;
        position: relative;
        display: block;
        padding: 10px;
        color: #fff;
        line-height: 20px;
    }

	.menu-link.level-2 {
		padding-left: 30px;
	}


    .menu-link:hover {
        color: #fff;
    }


    .menu-toggler {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

	.menu-toggler .fa:before {
		content: "\f067";
	}

	.menu-toggler.is-open .fa:before {
		content: "\f068";
	}


    .menu-hoverbox {
        display: none;
    }

	.menu-hoverbox.menu-hoverbox--blockbox {
		padding: 0 15px 5px;
	}


    .menu-logobar .logobar-item {
        padding: 5px;
    }


    .menu-logobar .logobar-link {
        opacity: 1;
        height: 60px;
        padding: 10px;
        border-radius: 1px;
        background-color: #fff;
        line-height: 40px;
    }


    .menu-logobar .logobar-link:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }


    .menu-logobar .logobar-logo {
        display: block;
        height: 40px;
    }


}


@media only screen and (max-width: 639px) {


    .menu {
        top: 62px;
    }


}


@media only screen and (min-width: 768px) {


    .main-menu {
        background-color: #0097bd;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }


    .menu-is-sticky .main-menu {
        z-index: 30;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }


    .menu,
    .menu--sub {
        z-index: 1;
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none outside;
    }


    .menu:before,
    .menu:after,
    .menu--sub:after,
    .menu--sub:after {
        content: '';
        display: table;
    }


    .menu:after,
    .menu--sub:after {
        clear: both;
    }


    .menu-item {
        cursor: pointer;
    }


    .menu-item.level-1 {
        float: left;
        border-right: 1px solid rgba(255,255,255,.2);
    }


    .menu-item.level-1:first-child {
        border-left: 1px solid rgba(255,255,255,.2);
    }


	.menu-item.menu-item--office {
		float: right;
		border-right: none;
	}


    .menu-link.level-1 {
        position: relative;
        display: block;
		padding: 0 15px;
        color: #fff;
        line-height: 60px;
        text-transform: uppercase;
        font-family: 'PF Din Text W01', sans-serif;
        font-size: 12px;
        font-weight: 500;
    }

	.menu-link.menu-link--office {
		display: none;
		text-transform: none;
		font-weight: 400;
	}

	.menu-link.menu-link--office.is-visible {
		display: block;
	}


    .no-touchevents .menu-item:hover .menu-link.level-1 {
        background-color: #fff;
        color: #0097bd;
    }


    .menu-link.is-current {
        background-color: rgba(0,0,0,.1);
    }


    .menu-logobar {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }


    .menu-item.level-2 {
        float: left;
		width: 33.3333%;
    }


    .menu-link.level-2 {
        position: relative;
        display: block;
        padding: 20px;
        overflow: hidden;
        font-size: 20px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }


    .menu-link.level-2:hover {
        background-color: #f5f5f5;
        color: #555;
    }


    .menu-link.level-2:after {
        content: '\f178';
        position: absolute;
        top: 0;
        right: 0;
        float: right;
        display: block;
        color: #0097bd;
        line-height: 68px;
        font-family: FontAwesome;
        font-size: 20px;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: -webkit-transform 250ms ease;
        transition: transform 250ms ease;
    }


    .menu-link.level-2:hover:after,
	.touchevents .menu-link.level-2:after {
        -webkit-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }


    .menu-hoverbox {
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: block !important;
        height: auto;
        padding: 20px;
        background-color: #fff;
        border-bottom: 2px solid #0097bd;
        -webkit-transition: opacity 250ms ease 250ms, z-index 250ms ease 250ms, visibility 250ms ease 250ms;
        transition: opacity 250ms ease 250ms, z-index 250ms ease 250ms, visibility 250ms ease 250ms;
    }


    .no-touchevents .menu-item:hover > .menu-hoverbox,
	.touchevents .menu-hoverbox.is-open,
	.ie-touch .menu-hoverbox.is-open {
        z-index: 10;
        opacity: 1;
        visibility: visible;
    }


    .menu-toggler {
        margin-left: 7px;
    }


	.touchevents .menu-link.level-1.has-submenu,
	.ie-touch .menu-link.level-1.has-submenu {
		padding-right: 40px;
	}

	.touchevents .menu-toggler,
	.ie-touch .menu-toggler {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 60px;
		margin-left: 0;
		line-height: 60px;
		text-align: center;
	}


}


@media only screen and (min-width: 880px) {


	.menu-link.level-1 {
		font-size: 14px;
	}


}


@media only screen and (min-width: 1024px) {


	.menu-link.level-1 {
		padding: 0 20px;
		line-height: 70px;
	}


	.menu-item.level-2 {
		width: 25%;
	}


	.touchevents .menu-toggler,
	.ie-touch .menu-toggler {
		height: 70px;
		line-height: 70px;
	}


}


@media only screen and (min-width: 1200px) {


	.menu-item.level-2 {
		width: 20%;
	}


}






/*--------------------------------------
    #Footer
--------------------------------------*/


.footer {
	margin-top: 40px;
    background-color: #0097bd;
    color: #fff;
}


.footer a {
    color: #fff;
}


.footer a:hover {
    color: #e0e0e0;
}


.footer-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}


.footer-logo-link {
    display: block;
    width: 200px;
    margin: 40px auto;
}


.footer-menu-box {
	display: none;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,.5);
}


.footer-menu,
.footer-menu--sub {
    margin: 0;
    padding: 0;
    list-style: none outside;
}


.footer-menu {
    display: table;
    table-layout: fixed;
    width: 100%;
}


.footer-menu--divider {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px dashed rgba(255,255,255,.5);
}


.footer-menu-item.level-1 {
    float: left;
	width: 33.3333%;
	margin-bottom: 20px;
    padding: 0 10px 20px 10px;
    vertical-align: top;
}

.footer-menu-item.level-1:nth-child(4) {
	clear: both;
}


.footer-menu-link {
    display: inline-block;
    padding: 3px 10px;
}


.footer-phone-info {
	margin-top: 20px;
    padding: 20px 10px;
    border-top: 1px solid rgba(255,255,255,.5);
	font-size: 14px;
}

@media only screen and (min-width: 768px) {


	.footer {
		margin-top: 0;
	}


	.footer-menu-box {
		display: block;
	}


	.footer-logo-link {
		margin-top: 0;
	}


}


@media only screen and (min-width: 1024px) {


	.footer-menu {
		display: table;
		width: 100%;
		table-layout: fixed;
	}


	.footer-menu-item.level-1 {
		display: table-cell;
		float: none;
		width: auto;
	}


}





/*--------------------------------------
    #Hero
--------------------------------------*/


.hero-loader {
    z-index: 15;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 260px;
    padding-top: 120px;
    background-color: #001a2a;
    color: #fff;
    line-height: 20px;
    text-align: center;
    -webkit-transition: opacity 1000ms ease, z-index 50ms ease 1000ms, visibility 50ms ease 1000ms;
    transition: opacity 1000ms ease, z-index 50ms ease 1000ms, visibility 50ms ease 1000ms;
}


.hero-loader.is-loaded {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}


.hero-gif {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: top;
    line-height: 20px;
}


.hero-slider {
	height: 260px;
}


.hero-slider .slick-dots {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    overflow: hidden;
    margin: 15px 10px 0 0;
    padding: 0 5px;
    list-style: none outside;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.hero-slider .slick-dots li {
    float: left;
    margin: -5px 5px 5px;
}


.hero-slider .slick-dots button {
    display: block;
    width: 20px;
    height: 30px;
    border: none;
    outline: none;
    background-color: #0097bd;
    text-indent: -9999px;
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
}


.hero-slider .slick-dots .slick-active button {
    background-color: #fff;
}


.hero-slide {
    z-index: 1;
    position: relative;
    height: 260px;
    display: none;
}


.hero-item {
    overflow: hidden;
    position: relative;
	display: block;
    height: 260px;
    background: transparent no-repeat center center;
    background-size: cover;
}


.hero-content {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0,26,42,.8);
    color: #e0e0e0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


.csstransitions .hero-content {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
}


.hero-load-content .hero-content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


.hero-title {
    margin: 0;
    color: #fff;
	font-size: 21px;
    font-size: 1.25rem;
}


.hero-text {
    display: none;
    font-size: 20px;
    font-weight: 300;
}


.hero-text:last-child {
    margin-bottom: 0;
}


@media only screen and (min-width: 640px) {


    .hero-loader,
    .hero-slider,
    .hero-slide,
    .hero-item {
        height: 320px;
    }


    .hero-loader {
        padding-top: 150px;
    }


}


@media only screen and (min-width: 768px) {


    .hero-loader,
    .hero-slider,
    .hero-slide,
    .hero-item {
        height: 460px;
    }


    .hero-loader {
        padding-top: 220px;
    }


    .hero-title {
        margin-bottom: 0.3em;
		font-size: 30px;
        font-size: 1.75rem;
    }


    .hero-text {
        display: block;
    }


    .hero-slider .slick-dots {
        height: 40px;
        margin: 20px 15px 0 0;
    }


    .hero-slider .slick-dots li {
        margin-top: -10px;
    }


    .hero-slider .slick-dots button {
        width: 30px;
        height: 60px;
    }


}


@media only screen and (min-width: 1024px) {


    .hero-loader,
    .hero-slider,
    .hero-slide,
    .hero-item {
        height: 600px;
    }


    .hero-loader--sm,
    .hero-slider--sm,
    .hero-slide--sm,
    .hero-item--sm {
        height: 460px;
    }


    .hero-loader {
        padding-top: 290px;
    }


    .hero-content {
        padding: 40px;
    }


}


@media only screen and (min-width: 1280px) {


    .hero-title {
		font-size: 42px;
        font-size: 2.5rem;
    }


}





/*--------------------------------------
    #Mt-hero
--------------------------------------*/


.mt-hero {
	z-index: 1;
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    background: transparent no-repeat center center;
    background-size: cover;
}


.mt-hero-background {
	position: relative;
	height: 150px;
	background: transparent no-repeat center center;
	background-size: cover;
}


.mt-hero-background:before {
    content: '';
	z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,26,42,.8);
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.mt-hero:hover .mt-hero-background:before {
    opacity: 1;
}


.mt-hero-content {
	padding: 20px;
	color: #fff;
	background-color: rgba(0,26,42,.8);
}


.mt-hero-text {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
}


.mt-hero-button {
	z-index: 1;
    position: absolute;
    top: 45px;
	left: 50%;
	white-space: nowrap;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


@media only screen and (min-width: 768px) {


	.mt-hero-background {
		height: 250px;
	}


	.mt-hero-content {
		z-index: 1;
	    position: absolute;
	    top: 50%;
	    right: -50%;
	    float: right;
	    width: 50%;
	    -webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	    -webkit-transition: right 250ms ease;
	    transition: right 250ms ease;
	}


	.mt-hero.is-loaded .mt-hero-content {
	    right: 0;
	}


	.mt-hero-text {
	    font-size: 24px;
	}


	.mt-hero-button {
		top: 50%;
		left: 25%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}


}





/*--------------------------------------
    #Front tools
--------------------------------------*/


.front-tools {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
}


.front-tools-row:nth-child(2n+0) {
    background-color: rgba(0,26,42,.1);
}


.front-tools-box {
    display: block;
    padding: 20px;
    vertical-align: middle;
}


.front-tools h3 {
    font-size: 1.2em;
}


@media only screen and (min-width: 640px) {


    .front-tools-row {
        float: left;
        width: 50%;
    }


}


@media only screen and (min-width: 1024px) {


    .front-tools {
        display: table;
        height: 600px;
    }


    .front-tools-row {
        float: none;
        display: table-row;
        width: 100%;
        height: 25%;
    }


    .front-tools-box {
        display: table-cell;
        padding: 10px 40px;
    }


}





/*--------------------------------------
    #Service icons
--------------------------------------*/


.services {
    position: relative;
}


.services .service-item {
    position: relative;
}


.csstransitions .service-item {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(35%, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
}


.services .service-item.ui-ready {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}


.service-link {
    display: table;
    width: 100%;
    height: 130px;
    vertical-align: middle;
    background-color: #fff;
}


.service-link.service-link--maint {
    height: 100px;
}


.service-link.is-active {
    background-color: #faa21b;
}


.service-link:hover {
    background-color: #faa21b;
}


.service-link-box {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
    text-align: center;
}


.service-icon {
	display: block;
	height: 60px;
	margin-bottom: 5px;
	background: transparent no-repeat center center;
	background-size: auto 100%;
}


.d-service-icon {
	z-index: 1;
	position: relative;
	display: block;
	width: 75px;
	height: 60px;
	margin: 0 auto 5px auto;
	background: url('../img/iconsprite.png') no-repeat left top;
	background-size: auto 200%;
	transition: background-position 250ms ease;
}

.d-service-icon--myynti {
	background-position: 0 top;
}

.service-link:hover .d-service-icon--myynti {
	background-position: 0 bottom;
}

.d-service-icon--huolto {
	background-position: -75px top;
}

.service-link:hover .d-service-icon--huolto {
	background-position: -75px bottom;
}

.d-service-icon--vaurio {
	background-position: -150px top;
}

.service-link:hover .d-service-icon--vaurio {
	background-position: -150px bottom;
}

.d-service-icon--vaihtoautohaku {
	background-position: -225px top;
}

.service-link:hover .d-service-icon--vaihtoautohaku {
	background-position: -225px bottom;
}

.d-service-icon--yhteys {
	background-position: -300px top;
}

.service-link:hover .d-service-icon--yhteys {
	background-position: -300px bottom;
}

.d-service-icon--ostamme {
	background-position: -375px top;
}

.service-link:hover .d-service-icon--ostamme {
	background-position: -375px bottom;
}

.d-service-icon--kotiinkuljetus {
	background-position: -450px top;
}

.service-link:hover .d-service-icon--kotiinkuljetus {
	background-position: -450px bottom;
}

.service-link .fa {
	display: none;
    margin-bottom: 10px;
    color: #faa21b;
    font-size: 40px;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
}


.service-link:hover .fa {
    color: #fff;
}


.service-title {
    display: block;
    vertical-align: middle;
    color: #555;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
}


.service-link:hover .service-title,
.service-link.is-active .service-title {
    color: #fff;
}

@media only screen and (min-width: 1260px) {
	.service-title {
		width: 100px;
		margin:0 auto;
	}
}


@media only screen and (min-width: 1024px) {


    .csstransitions .service-item,
    .csstransitions .services--maint .service-item:nth-child(6) {
        -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
        transition: transform 500ms ease, opacity 500ms ease;
    }


    .csstransitions .service-item:nth-child(2),
    .csstransitions .services--maint .service-item:nth-child(7) {
        -webkit-transition: -webkit-transform 500ms ease 200ms, opacity 500ms ease 200ms;
        transition: transform 500ms ease 200ms, opacity 500ms ease 200ms;
    }


    .csstransitions .service-item:nth-child(3),
    .csstransitions .services--maint .service-item:nth-child(8) {
        -webkit-transition: -webkit-transform 500ms ease 400ms, opacity 500ms ease 400ms;
        transition: transform 500ms ease 400ms, opacity 500ms ease 400ms;
    }


    .csstransitions .service-item:nth-child(4),
    .csstransitions .services--maint .service-item:nth-child(9) {
        -webkit-transition: -webkit-transform 500ms ease 600ms, opacity 500ms ease 600ms;
        transition: transform 500ms ease 600ms, opacity 500ms ease 600ms;
    }


    .csstransitions .service-item:nth-child(5) {
        -webkit-transition: -webkit-transform 500ms ease 800ms, opacity 500ms ease 800ms;
        transition: transform 500ms ease 800ms, opacity 500ms ease 800ms;
    }


    .csstransitions .service-item:nth-child(6) {
        -webkit-transition: -webkit-transform 500ms ease 1000ms, opacity 500ms ease 1000ms;
        transition: transform 500ms ease 1000ms, opacity 500ms ease 1000ms;
    }


    .service-link {
        height: 150px;
    }


    .service-link .fa {
        font-size: 50px;
    }


    .service-title {
        font-size: 20px;
    }


}


@media only screen and (max-width: 500px) {


	.services {
		margin: 0;
	}

	.formField-newsletter.addcheckbox {
  		width: 100%;

	}


}





/*--------------------------------------
    #Newslist
--------------------------------------*/


.newslist-linkbox {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}


.newslist-img-wrap {
    z-index: 1;
    position: relative;
    height: 200px;
    overflow: hidden;
    background-color: #001a2a;
}


.newslist-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center center;
    background-size: cover;
    -webkit-transition: -webkit-transform 250ms ease, opacity 250ms ease;
    transition: transform 250ms ease, opacity 250ms ease;
}


.newslist-linkbox:hover .newslist-img {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


.newslist-button {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    box-shadow: 0 4px 6px rgba(0,26,42,.3);
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    -webkit-transition: opacity 250ms ease, background-color 250ms ease, -webkit-transform 250ms ease;
    transition: opacity 250ms ease, background-color 250ms ease, transform 250ms ease;
}


.newslist-linkbox:hover .newslist-button {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}


.newslist-content {
    padding: 20px;
}


.newslist-title {
    margin: 0;
    color: #0097bd;
}


.newslist-linkbox--big {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #001a2a;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.newslist-img--big {
    opacity: 0.3;
    display: block;
    height: 200px;
    background: transparent no-repeat center center;
    background-size: cover;
    -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
    transition: opacity 250ms ease, transform 250ms ease;
}


.newslist-linkbox--big:hover .newslist-img--big {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


.newslist-content--big {
    position: absolute;
    top: 50%;
    right: 10%;
    left: 10%;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.newslist-title--big {
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0,26,42,.6);
}


.newslist-button--big {
    box-shadow: 0 4px 6px rgba(0,26,42,.3);
}


.newslist-linkbox--noimg {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}


.newslist-linkbox--noimg .newslist-content {
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
}


.newslist-linkbox--noimg .newslist-title {
    margin-bottom: 10px;
}


.newslist-ingress {
    color: #555;
}


@media only screen and (min-width: 500px) {


	.newslist-linkbox--noimg .newslist-content {
		padding-left: 40px;
		padding-right: 40px;
	}


}


@media only screen and (min-width: 768px) {


    .newslist-img--big {
        height: 300px;
    }


}





/*--------------------------------------
    #Carlist
--------------------------------------*/


.carlist-carousel {
	margin: 0 20px 20px 20px;
}


.carlist-carousel .carlist-item {
	display: none;
	padding: 0 10px;
	outline: none;
}

.slick-initialized .carlist-item {
	display: block;
}


.carlist-linkbox {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.carlist-imgwrap {
    z-index: 1;
    position: relative;
	height: 0;
	padding-bottom: 60%;
    overflow: hidden;
    background-color: #001a2a;
}


.carlist-imgwrap.carlist-imgwrap--empty {
	background: #0097bd url('../img/logo-white.png') no-repeat center center;
	background-size: 75% auto;
}


.carlist-img {
    z-index: 1;
	opacity: 0;
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform 250ms ease, opacity 250ms ease;
    transition: transform 250ms ease, opacity 250ms ease;
}

.carlist-img.lazyloaded {
	opacity: 1;
}


.carlist-linkbox:hover .carlist-img {
    opacity: 0.5 !important;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


.carlist-button {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    box-shadow: 0 4px 6px rgba(0,26,42,.3);
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    -webkit-transition: opacity 250ms ease, background-color 250ms ease, -webkit-transform 250ms ease;
    transition: opacity 250ms ease, background-color 250ms ease, transform 250ms ease;
}


.carlist-linkbox:hover .carlist-button {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}


.carlist-info {
    position: relative;
    padding: 20px;
    color: #555;
    line-height: 26px;
}


.carlist-title {
    margin: 0 0 10px;
    padding-bottom: 10px;
    color: #0097bd;
    border-bottom: 1px solid #0097bd;
}


.carlist-subtitle {
	display: block;
	margin-top: 5px;
	color: #404040;
	font-size: 18px;
}


.carlist-item--outlet .carlist-title:before {
    content: 'Outlet';
    float: right;
    margin-left: 10px;
    padding: 6px 10px 4px;
    color: #fff;
    background-color: #faa21b;
    text-transform: uppercase;
    font-family: 'PF Din Text W01', sans-serif;
    font-size: 14px;
    font-weight: 500;
}


.carlist-price {
    float: right;
    text-align: right;
    font-weight: 700;
}


.carlist-monthly {
    display: block;
    font-weight: 400;
}


.carlist-tag {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px;
    background-color: #0097bd;
    color: #fff;
    line-height: 1;
}


.carlist-tag--or {
    background-color: #faa21b;
}


.carlist .slick-arrow {
	z-index: 2;
	position: absolute;
	left: -35px;
	top: 50%;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	outline: none;
	color: #0097bd;
	background: transparent;
	line-height: 40px;
	text-indent: -9999px;
	font-size: 1px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: color 250ms ease;
	transition: color 250ms ease;
}

.carlist .slick-arrow.slick-next {
	left: auto;
	right: -35px;
}


.carlist .slick-arrow:after {
	content: "\f137";
	float: left;
	width: 40px;
	line-height: inherit;
	text-align: center;
	text-indent: 0;
	font-family: FontAwesome;
	font-size: 40px;
}

.carlist .slick-arrow.slick-next:after {
	content: "\f138";
}


.carlist .slick-arrow:hover {
	color: #0087ad;
}


.carlist .slick-arrow.slick-disabled {
	opacity: .5;
}


@media only screen and (min-width: 1540px) {


	.carlist-carousel {
		margin-left: -10px;
		margin-right: -10px;
	}


	.carlist .slick-arrow.slick-prev {
		left: -40px;
	}

	.carlist .slick-arrow.slick-next {
		right: -40px;
	}


}





/*--------------------------------------
    #Preloader
--------------------------------------*/


.preloader {
    display: none;
    height: 100px;
    padding-top: 70px;
    background: url('../images/loading.gif') no-repeat center 20px;
    background-size: 40px auto;
}


.preloader.is-loading {
    display: block;
}


.preloader-text {
    margin: 0;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}





/*--------------------------------------
    #Offices
--------------------------------------*/


.page-title--office {
    margin: 20px 0 10px 0;
	text-align: center;
}


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


.page--sub .offices {
    padding-top: 0;
}


.offices--contactinfo {
	padding-left: 20px;
	padding-right: 20px;
}


.offices .office {
    padding-top: 20px;
    padding-bottom: 0;
}

.office-times-link {
	display: inline-block;
	margin-top: 10px;
}

.office-box {
    display: block;
    background-color: #fff;
}


.office-img {
	width: 100%;
    min-height: 146px;
}


.office-content {
    padding: 20px;
}


.office-button {
    margin-bottom: 10px;
}


.office-title {
    color: #0097bd;
	font-size: 22px;
    font-size: 1.3rem;
}


.office-text {
    margin: 0;
    font-size: 15px;
}


.office-times {
    margin: 1em 0 0;
    color: #808080;
    font-size: 14px;
}


.office-infobox {
    margin-top: 20px;
}


.office-infocolumn {
	padding-bottom: 20px;
}


.office-infolist {
    padding: 0;
    list-style: none outside;
    font-size: 15px;
}


.office-infolist:last-child {
    margin-bottom: 0;
}


.office-infolist__label {
    float: left;
    font-weight: 500;
}


.office-infolist__value {
    float: right;
    text-align: right;
}


@media only screen and (min-width: 640px) {


	.page-title--office {
		display: inline-block;
		margin-bottom: 0;
		text-align: left;
	}


	.office-buttons {
		display: inline-block;
		vertical-align: bottom;
		text-align: left;
	}


	.office-buttons .office-button {
		margin: 0 0 5px 20px;
	}

	.office-section-subtitle.no-margin {
		margin-bottom: 0;
	}

	.office-section-email {
		display:block;
		margin-bottom: 10px;
	}

    .office-section-phone {
        float: left;
    }


    .office-section-tags {
        display: block;
        padding-left: 4px;
        overflow: hidden;
    }


	.office-infocolumn {
		padding-bottom: 0;
	}


}


@media only screen and (min-width: 1024px) {


	.office-infocolumn {
		padding-bottom: 20px;
	}


}


@media only screen and (min-width: 1260px) {


	.office-infocolumn {
		padding-bottom: 0;
	}


}


@media only screen and (min-width: 1400px) {


	.offices--contactinfo {
		padding-left: 0;
		padding-right: 0;
	}


}





/*--------------------------------------
    #Personnel
--------------------------------------*/


.personnel-title {
    margin: 10px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}


.personnel-info {
    margin-bottom: 30px;
}


.person-img {
    float: left;
    width: 100px;
    margin-right: 10px;
}


.person-img--empty {
    height: 100px;
    color: #fff;
    background-color: #0097bd;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}


.person-lang-flag {
	display: inline-block;
	width: 24px;
	margin: -10px 4px 0 0;
}


.person-info {
    overflow: hidden;
}


.person-text {
    margin: 0;
}


.person-name {
	font-size: 21px;
    font-size: 1.25rem;
}


.person-title {
    margin-bottom: 10px;
    color: #808080;
	font-size: 16px;
    font-size: 0.95rem;
}





/*--------------------------------------
    #Accordion
--------------------------------------*/


.accordion {
    margin: 20px 0;
    background-color: #fff;
}


.accordion-label {
    cursor: pointer;
    position: relative;
    margin: 0;
	padding: 10px 45px 10px 20px;
    color: #fff;
    background-color: #0097bd;
    line-height: 30px;
	font-size: 20px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.accordion-label.is-open {
    background-color: #fff;
    color: #0097bd;
}


.accordion-label .fa {
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 30px;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
}


.accordion-content {
    padding-top: 0;
}


@media only screen and (min-width: 768px) {


	.accordion-label {
		padding: 20px 50px 20px 20px;
		font-size: 24px;
	}


	.accordion-label .fa {
		top: 20px;
	}



}





/*--------------------------------------
    #Alert
--------------------------------------*/


.alert {
    margin: 0 0 15px;
    padding: 15px;
    border: 5px solid #0097bd;
    background-color: rgba(0,151,189,.1);
}


.alert--error {
    border-color: rgba(255,0,0,.5);
    background-color: rgba(255,0,0,.1);
}


.alert-message {
    margin: 0;
}





/*--------------------------------------
    #Tags
--------------------------------------*/


.tag-brand {
    display: inline;
}

.tag-brand:after {
	content: ", ";
}

.tag-brand:last-child:after {
	content: "";
}





/*--------------------------------------
    #Article page
--------------------------------------*/


.article .article-title {
	margin-bottom: 10px;
	font-size: 40px;
	font-size: 2.5rem;
}


.article .article-image {
	margin-bottom: 20px;
}


.article .article-date {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #0097bd;
	color: #808080;
}





/*--------------------------------------
    #Article gallery
--------------------------------------*/


.article-gallery {
    margin: 0 -5px;
}


.article-gallery .article-gallery-thumbwrap {
    padding: 0 5px 5px;
}


.article-gallery-link,
.article-gallery-thumb {
    display: block;
}


.article-gallery-link {
    -webkit-transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.article-gallery-link:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}





/*--------------------------------------
    #Wysiwyg
--------------------------------------*/


.wysiwyg h1 {
    margin-bottom: 30px;
}


.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
    margin-bottom: 20px;
}


.wysiwyg img {
    max-width: 100%;
    margin: 0 0 5px 0;
}


.wysiwyg ul,
.wysiwyg ol {
    line-height: 1.7;
}


img.img-left {
    float: left;
    margin: 5px 15px 10px 0;
}


img.img-right {
    float: right;
    margin: 5px 0 10px 15px;
}


span.image-caption {
    color: #808080;
    font-size: 15px;
    font-style: italic;
}


span.code-tag {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border-radius: 4px;
    color: #a00000;
    font-size: 14px;
    white-space: nowrap;
}


ul.arrow-list {
    padding-left: 0;
    list-style: none outside;
}


ul.arrow-list li:before {
    content: '\f0a4';
    display: inline-block;
    width: 24px;
    color: #0097bd;
    font-family: FontAwesome;
    font-size: 0.85em;
}





/*--------------------------------------
    #Infotabs
--------------------------------------*/


.infotabs {
    margin-bottom: 20px;
    background-color: #e6f5f9;
}


.infotabs-tabs {
    padding: 20px;
    text-align: center;
}


.infotabs-tabs-title {
    margin-bottom: 5px;
}


.tab {
    display: inline-block;
    margin: 0 2px 4px;
    padding: 0.5em 1em;
    vertical-align: middle;
    outline: none;
    border: none;
    background-color: #0097bd;
    color: #fff;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}


.tab:hover {
    background-color: #0087ad;
}


.tab.is-active {
    background-color: #faa21b;
}


.tab.is-active:hover {
    background-color: #ea920b;
}


.infotabs-content {
    display: none;
    padding: 20px;
    border-top: 1px solid rgba(0,0,0,.1);
}


.infotabs-office {
    display: none;
}


.infotabs-office.is-active {
    display: block;
}


.infotabs-address {
    margin-bottom: 10px;
}



/*--------------------------------------
    #Utilities / states / helpers
--------------------------------------*/


.designer-tip {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    background-color: #0097bd;
    color: #fff;
    line-height: 20px;
}


.js-open-modal {
    cursor: pointer;
}


.tal {
    text-align: left;
}


.tar {
    text-align: right;
}


.tac {
    text-align: center;
}


.is-hidden {
    display: none !important;
}


.cf:before,
.cf:after,
.wysiwyg:before,
.wysiwyg:after,
.office-infolist li:before,
.office-infolist li:after,
.person:before,
.person:after {
    content: '';
    display: table;
}


.cf:after,
.wysiwyg:after,
.office-infolist li:after,
.person:after {
    clear: both;
}


@media only screen and (min-width: 40.063em) {


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


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


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


}


@media only screen and (min-width: 64.063em) {


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


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


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


}


/*--------------------------------------
    #Animations & transitions
--------------------------------------*/


.csstransitions .animate-children > *,
.csstransitions .newslist-item,
.csstransitions .office,
.csstransitions .animate-in {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
}


.csstransitions .animate-children > .ui-ready,
.csstransitions .newslist-item.ui-ready,
.csstransitions .office.ui-ready,
.csstransitions .animate-in.ui-ready {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}


.cssanimations .pulse {
    box-shadow: inset 0 0 0 200px rgba(0,26,42,0);
    -webkit-animation: pulse 2000ms infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2000ms infinite cubic-bezier(0.66, 0, 0, 1);
}


.cssanimations .pulse:hover {
    -webkit-animation: none;
    animation: none;
}


@-webkit-keyframes pulse {
    50% {
        box-shadow: inset 0 0 0 0 rgba(0, 151, 189, 0.2);
    }
    100% {
        box-shadow: inset 0 0 0 20px rgba(0, 151, 189, 0);
    }
}

@keyframes pulse {
    50% {
        box-shadow: inset 0 0 0 200px rgba(0,26,42,0);
    }
    100% {
        box-shadow: inset 0 0 0 0 rgba(0,26,42,.1);
    }
}





/*--------------------------------------
    #Search results
--------------------------------------*/


.search-results__item {
	margin: 20px 0;
	padding: 15px;
	border-bottom: 2px solid #e0e0e0;
	background-color: #f4f4f4;
}


.search-results__item-title {
	margin: 0;
}


.search-results__item-excerpt {
	margin: 10px 0 0 0;
	color: #808080;
	font-size: 14px;
}





/*--------------------------------------
    #Serviceboxes
--------------------------------------*/


.serviceboxes {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}


.servicebox {
	padding: 20px;
	background-color: rgba(0,151,189,.2);
}


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





/*--------------------------------------
    #Office-contactinfo
--------------------------------------*/


.office-contactinfo {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}

.office-contactinfo:first-child {
	margin-top: 0;
}

.office-contactinfo:last-child {
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.office-contactinfo--continues {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}


/* UUDET AUTOT - NAVIGATION ICONS */


.nav-icons {
	white-space: nowrap;
}

.nav-icons a {
	display: inline-block;
	color: #fff;
	background-color: #0097bd;
	padding: 10px 20px;
	min-width: 190px;
	margin-top: 10px;
}

.nav-icons a:hover {
	background-color: #0087ad;
}

@media only screen and (max-width: 768px) {
	.nav-icons {
		float: none;
		width: 100% !important;
	}

	.nav-icons a, .nav-icons a:hover {
		padding: 0;
		margin: 0;
		line-height: 50px;
		color: #fff;
		background-color: transparent;
	}


}

.cookie-notice{
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;

	position:fixed;
	background:#f8f8f8;

	padding:0.5rem 0px;
}

.cookie-notice .container {
    width: 1140px;
    max-width: 60%;
	color:#232323;

	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.cookie-notice .container .fa-exclamation-circle{
	margin-right:0.5rem;
	color:#808080;
}
.cookie-notice .container a{
	color:#0097bd;
}

.cookie-notice .container p{
	margin:0px;
}

.cookie-notice .container .row{
	display:flex;
}
.cookie-notice .container .flex-justify-end{
	justify-content:end;
}

.cookie-notice .container .d-flex{
	display:flex;
	align-items:center;
}

.cookie-notice .container .col-lg-10{
	flex:0 0 83.3333%;
	max-width:83.3333%;
	padding:0px 15px;
}

.cookie-notice .container .col-lg-2{
	flex:0 0 16.6777%;
	max-width:16.6777%;
	padding:0px 15px;
}

.cookie-notice .container  .js-accept-cookies-btn{
	background:#0097bd;
	border-style:none;
	padding-top: 0.4rem;
	padding-right: 1rem;
	padding-bottom: 0.4rem;
	padding-left: 1rem;
	color:#fff;
}

@media (max-width: 1400px) {
	.cookie-notice{
		bottom:inherit;
		top:0px;
	}
	.cookie-notice .container {
		max-width:90%;
	}

}



/* Green leaf */


.green-leaf {
	color: #ffffff;
	font-size: 18px;
}

.green-leaf:hover {
	color: #469146;
	font-size: 18px;
}


.no-touchevents .menu-item:hover .menu-link.level-1 .green-leaf {
        color: #469146;
}


/*subpage starts */
/*

  Brand blue: #0097bd
  Brand orange: #faa21b

*/

/*--------------------------------------
    #Sidepanel
--------------------------------------*/


.sidepanel-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
}


.sidepanel-title-link {
    color: #555;
}





/*--------------------------------------
    #Sidemenu
--------------------------------------*/


.sidemenu,
.sidemenu--sub {
    margin: 0 0 20px;
    padding: 0;
    list-style: none outside;
}


.sidemenu:last-child {
    margin-bottom: 0;
}


.sidemenu--sub {
    display: none;
    margin: 0;
    padding-left: 20px;
}


.sidemenu--sub.is-open {
    display: block;
}


.sidemenu-item {
    border-bottom: 1px solid #f4f4f4;
}


.sidemenu-item:first-child {
    border-top: 1px solid #f4f4f4;
}


.sidemenu--sub .sidemenu-item:last-child {
    border-bottom: none;
}


.sidemenu-item {
    z-index: 1;
    position: relative;
}


.sidemenu-link {
    display: block;
    padding: 10px;
    line-height: 20px;
}


.sidemenu-link:before {
    content: '\f105';
    display: inline-block;
    margin-right: 7px;
    vertical-align: bottom;
    line-height: 20px;
    font-family: FontAwesome;
    font-size: 14px;
}


.sidemenu-link:hover {
    background-color: #f4f4f4;
}


.sidemenu-link.has-submenu {
    padding-right: 40px;
}


.sidemenu-link.is-current {
    color: #555;
    font-weight: 500;
}


.sidemenu-toggler {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #0097bd;
    line-height: 40px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.sidemenu-toggler:before {
    content: '\f067';
}


.sidemenu-link:hover .sidemenu-toggler {
    -webkit-transform: scale(1);
    transform: scale(1);
}


.sidemenu-link.is-current .sidemenu-toggler {
    color: #555;
}


.sidemenu-toggler.is-open:before {
    content: '\f068';
}





/*--------------------------------------
    #Blockmenu
--------------------------------------*/


.blockmenu-item {
    padding-bottom: 11px !important;
}


.blockmenu-link {
    display: block;
    padding: 6px 10px;
}


.blockmenu-link:hover {
    background-color: #0097bd;
    color: #fff;
}





/*--------------------------------------
    #Trail
--------------------------------------*/


.trail {
    margin: 10px 0;
}


.trail-item {
    float: left;
    color: #0097bd;
    line-height: 20px;
}


.trail-item.is-current {
    color: #555;
    font-weight: 500;
}


.trail-spacer {
    float: left;
    margin: 0 10px;
    color: #555;
    line-height: 20px;
    font-style: normal;
}


.trail-spacer:before {
    content: '\f105';
    line-height: 20px;
    font-family: FontAwesome;
}


.trail-item .fa {
    margin-left: 2px;
    vertical-align: top;
    font-size: 14px;
}





/*--------------------------------------
    #Page header elements
--------------------------------------*/


.page-hero {
    position: relative;
    margin: 20px 0;
	background-color: #001a2a;
}


.page-hero--office {
    margin-bottom: 0;
	background-color: transparent;
}


.page-hero-img {
    display: block;
	opacity: 0.5;
}


.page-hero--office .page-hero-img {
	width: 100%;
	opacity: 1;
}


.page-hero-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.page-title-link {
    color: #555;
}


@media only screen and (min-width: 768px) {


	.page-hero-img {
		opacity: 1;
	}


	.page-hero-logo {
	    position: absolute;
	    top: 20px;
		left: auto;
	    right: 20px;
		-webkit-transform: none;
		transform: none;
	}


}





/*--------------------------------------
    #Model page header elements
--------------------------------------*/


.model-heading {
    margin-bottom: 10px;
}


.model-subtitle {
    margin-top: 15px;
    margin-bottom: 11px;
}





/*--------------------------------------
    #Model list
--------------------------------------*/


.modellist-linkbox {
    display: block;
    height: 456px;
    /* HOX */
    background-color: #fff;
}


.modellist-imgwrap {
    overflow: hidden;
}


.modellist-img {
    width: 100%;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
}


.modellist-linkbox:hover .modellist-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.modellist-content {
    padding: 20px;
    color: #555;
}


.modellist-title {
    margin-bottom: 0.25em;
    color: #0097bd;
}


.modellist-description:last-child {
    margin-bottom: 0;
}





/*--------------------------------------
    #Model page header elements
--------------------------------------*/
.model-heading {
    margin-bottom: 10px;
}
.model-subtitle {
    margin-top: 15px;
    margin-bottom: 11px;
}





/*--------------------------------------
    #Car item
--------------------------------------*/


.addthis_sharing_toolbox {
    float: right;
    margin-top: 15px;
}


.car-sub {
    bottom: 0;
    color: #faa21b;
    font-size: 0.6em;
}


.car-pricebox {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}


.car-price,
.car-price-sub {
    display: block;
}


.car-price {
    font-size: 1.25em;
}


.car-price strong {
    color: #0097bd;
}


.car-slide-img {
    cursor: pointer;
    display: block;
}


.car-thumbs {
    margin: 5px -5px 0;
}


.car-thumb-item {
    cursor: pointer;
    float: left;
    width: calc(25% - 10px);
    height: 82px;
    margin: 5px;
    background: no-repeat center center;
    background-size: auto 100%;
}


.car-infobox {
    position: relative;
    margin: 40px 0 20px;
    padding: 20px 10px 10px;
    border: 1px solid #e0e0e0;
}


.car-infobox-label {
    position: absolute;
    top: -14px;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    background-color: #fff;
    color: #0097bd;
    font-size: 1.25em;
}


.car-infolist {
    font-size: 16px;
}


.car-infolist .car-infolist-item {
    padding-top: 5px;
    padding-bottom: 5px;
}


.car-infolist .car-infolist-item:nth-child(2n+1) {
    border-right: 1px solid #e0e0e0;
}


.car-infolist-label {
    font-weight: 500;
}


.car-infolist-value {
    float: right;
}





/*--------------------------------------
    #Maintenance content
--------------------------------------*/


.section.maintenance-content {
    padding-top: 0;
}





/*--------------------------------------
    #Biilidiili
--------------------------------------*/


.biilidiili-title {
    margin-bottom: 30px;
}


.biilidiili-link {
    display: block;
}


.biilidiili--vaihtoautot {
	display: block;
	margin: 20px 0;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}


.biilidiili--vaihtoautot-logo {
	width: 150px;
}


.biilidiili--vaihtoautot-text {
	display: block;
	margin-top: 0.5em;
}


@media only screen and (min-width: 640px) {


	.biilidiili--vaihtoautot {
		position: relative;
		float: right;
		width: 210px;
		margin: -41px 0 0 0;
	}


}





/*--------------------------------------
    #Page hero carousel
--------------------------------------*/


.page-hero-img-carousel img {
	display: none;
}


.page-hero-img-carousel .slick-dots {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	overflow: hidden;
	margin: 15px 10px 0 0;
	padding: 0 5px;
	list-style: none outside;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.page-hero-img-carousel .slick-dots li {
	margin: -7px 5px 5px 5px;
	float: left;
}


.page-hero-img-carousel .slick-dots button {
	display: block;
	width: 24px;
	height: 40px;
	border: none;
	outline: none;
	background-color: #0097bd;
	text-indent: -9999px;
	-webkit-transform: rotate(22.5deg);
	transform: rotate(22.5deg);
}

.page-hero-img-carousel .slick-dots .slick-active button {
	background-color: #ffffff;
}

/* valikko changes starts */
.menu-link.level-1 span {
	font-size: 12px;
}

@media only screen and (min-width: 1024px) {
	.menu-link.level-1 {
		padding: 0 18px;
	}
}


@media screen and (min-width: 768px) {
	.newslist-linkbox {
		min-height: 296px;
	}
}

.nav-icons-links {
	clear:both;
	padding-top:5px;
	width:100%!important;
	padding-bottom: 5px!important;
}


.nav-icons-links a {
	display: inline-block;
	color: #fff;
	background-color: #0097bd;
	padding: 10px 20px;
	min-width: 190px;
	margin-top: 10px;
}

.nav-icons-links a:hover {
	background-color: #0087ad;
}

.nav-icons-links a:first-of-type,
.nav-icons a:first-of-type {
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.nav-icons-links a {
		padding: 0;
		margin: 0;
		line-height: 50px;
		color: #fff;
		background-color: transparent;
	}
	
	.nav-icons-links a:hover {
		background-color: transparent;
	}
	
	.nav-icons {
		white-space: initial!important;
		padding-bottom: 5px!important;
	}
	
	
	.nav-icons-links-mobile a {
		display: inline-block;
		color: #fff;
		background-color: #0097bd;
		padding: 10px 20px;
		min-width: 190px; 
		margin-top: 10px;
		line-height: 1.4;
	
	}
	
	.nav-icons-links-mobile a:hover {
		display: inline-block;
		color: #fff;
		background-color: #0097bd;
		padding: 10px 20px;
		min-width: 190px; 
		margin-top: 10px;
		line-height: 1.4;
	}

}
.select-huoltopiste	label {
		font-size: 1.2rem;
		text-transform: uppercase;
		padding-bottom: 1rem;
}
.select-huoltopiste select {
		padding: 0.5rem;
		font-size: 1.1rem;
		margin-top: 1rem;
}