body .is-desktop {
    display: block;
}

body.login #content {
    display: block;
}

/* NEW */

.store-container .stores-list {
    padding: 0;
}

/* LIGHTBOX & MASK */

.mask-bg {
    display: none;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 50;
    position: fixed;
    left: 0;
    top: 0;
}

.mask-bg.initial {
    display: block;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.mask-bg.active {
    filter: alpha(opacity=70);
    transition: all 0.1s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -moz-transition: all 0.1s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -webkit-transition: all 0.1s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -ms-transition: all 0.1s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -o-transition: all 0.1s cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

body.login .mask-bg {
    display: block;
}

.lightbox {
    padding: 0;
}

.lightbox.generic.initial {
    margin-top: 0;
}

.lightbox .close {
    background: url(../img/d-car-lightbox-close.png?c=lossless_png) no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -10px;
    top: -8px;
    z-index: 52;
}

.lightbox .line {
    background: #4b4d54;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.lightbox-form .block {
    position: relative;
}

.lightbox-form .block .error-tooltip {
    display: block;
    top: 26px;
    right: -155px;
}

.lightbox-form .block label span.additional {
    color: #bcbcbc;
}

.new-car-lightbox-container input[name=license] {
    font-size: 1.5625em; /* 25/16 px */
    background: url(../img/d-license-plate.png?c=lossless_png) no-repeat;
    width: 170px;
    height: 44px;
    padding-left: 11px;
    text-align: center;
}

.new-car-lightbox-container .laakkonen-form .block-container.c1 input[type=text].stage-error,
.laakkonen-form input[type=text].stage-error.license {
    background: url(../img/d-license-plate.png?c=lossless_png) no-repeat;
    color: #ac0000;
    border: 1px solid #cc4040;
}

.new-car-lightbox-container .laakkonen-form .block-container.c1 input[type=text].stage-error,
.select-car-lightbox-container .laakkonen-form .block-container.c1 input[type=text].stage-error {
    background: url(../img/d-license-plate.png?c=lossless_png) no-repeat;
}

.car-contact-lightbox-container .lightbox.generic {
    background: #0d161c;
    width: 74%;
    /*height: 730px;*/
    height: 90%;
    left: 50%;
    margin-left: -37%;
    max-width: none;
}

.car-contact-lightbox-container .lightbox.generic h2 {
    font-size: 1.125em; /* 18/16 px */
    margin: 0;
    text-transform: uppercase;
}

.car-contact-lightbox-container .lightbox.generic .container,
.car-contact-lightbox-container .lightbox.generic .lb-container {
    height: 94%;
    margin: 1.5% 0;
    padding: 0 20px;
    overflow: auto; 
}

.car-contact-lightbox-container .lightbox .block-container.c1 select {
    background: #EDF2F8;
}

.car-contact-lightbox-container .lightbox .block-container.c1 {
    width: 48%;
    float: left;
}

.car-contact-lightbox-container .lightbox .block-container.c1 .block.b1 label {
    font-size: 0.875em; /* 14/16 px */
    color: #82919b;
    font-weight: 600;
    text-transform: uppercase;
}

.car-contact-lightbox-container .lightbox .block-container.c2 {
    width: 48%;
    float: right;
}

.car-contact-lightbox-container .lightbox .block-container.c2 p.receiver {
    font-size: 0.875em; /* 14/16 px */
    color: #82919b;
    margin: 0 0 15px 0;
}

.car-contact-lightbox-container .lightbox .block-container.c2 .person { 
    width: 100%;
    margin: 15px 0 0 0; 
    float: none;
}

.car-contact-lightbox-container .lightbox .block-container.c2 .person label {
    overflow: hidden;
}

.car-contact-lightbox-container .lightbox .block-container.c2 .person input[type="radio"] {
    float: left;
    margin: 0 10px 0 0;
}

.car-contact-lightbox-container .lightbox .block-container.c2 img {
    display: block;
    width: 15%;
    margin: 0 10px 0 0;
    float: left;
}

.car-contact-lightbox-container .lightbox .block-container.c2 .info {
    display: block;
    width: 70%;
    float: left;
}

.car-contact-lightbox-container .lightbox .block-container.c2 .left {
    display: block;
    width: 25%;
    margin: 0 5% 0 0;
    float: left;
}

.car-contact-lightbox-container .lightbox .block-container.c2 .right {
    display: block;
    width: 70%;
    float: left;
}

.lightbox.save-car-watch .car-watch-name {
    display: block;
    height: 2.5em;
    width: 100%;
    margin: 0.5em 0;
    text-align: left;
    font-size: 1.0em;
    text-indent: 0.7em;
}

.lightbox.save-car-watch .button.save {
    width: auto;
    font-size: 1.0em;
    height: 3.0em;
    padding: 0 1.0em;
}

/* TOOLTIPS */

.tooltip {
    display: none;  
    background: #fff;   
    border: 1px solid #808080;
    box-shadow: 0 0 3px #adadad;
    -moz-box-shadow: 0 0 3px #adadad;
    -webkit-box-shadow: 0 0 3px #adadad;
    -ms-box-shadow: 0 0 3px #adadad;
    -o-box-shadow: 0 0 3px #adadad;
    position: absolute;
    z-index: 49;
}

.tooltip .arrow.top {
    background: url(../img/tooltip-arrow-white-top.png?c=lossless_png) no-repeat;
    width: 18px;
    height: 9px;
    position: absolute;
    top: -9px;
    left: 30px;
}

.error-tooltip {
    display: block;
    font-size: 0.75em; /* 12/16 px */
    font-weight: 600;
    color: #fff;
    width: 120px;
    padding: 10px;
    border: 1px solid #fff; 
    position: absolute;
    top: -15px;
    right: -150px;
    background: #ee0202;
    background: -webkit-gradient(linear, left top, left bottom, from(#ee0202), to(#9c0101));
    background: -webkit-linear-gradient(top, #ee0202 0%, #9c0101 100%);
    background: -moz-linear-gradient(top, #ee0202 0%, #9c0101 100%);
    background: -ms-linear-gradient(top, #ee0202 0%, #9c0101 100%);
    background: -o-gradient(#ee0202 , #9c0101);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0202', endColorstr='#9c0101');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0202', endColorstr='#9c0101');
    z-index: 3;
    text-shadow: 0 1px #5f0000;
    -moz-text-shadow: 0 1px #5f0000;
    -webkit-text-shadow: 0 1px #5f0000;
    -ms-text-shadow: 0 1px #5f0000;
    -o-text-shadow: 0 1px #5f0000;
    text-align: center;
}

.error-tooltip .arrow.left {
    background: url(../img/tooltip-arrow-red-left.png?c=lossless_png) no-repeat left center;
    width: 10px;
    height: 19px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -10px;
}

.profile-tooltip {
    width: 300px;
    padding: 15px;
    top: 42px;
    right: 0;
}

.profile-tooltip .arrow.top {
    background: url(../img/tooltip-arrow-white-top.png?c=lossless_png) no-repeat;
    width: 18px;
    height: 9px;
    position: absolute;
    top: -9px;
    right: 30px;
    left: auto;
}

.profile-tooltip .logout {
    background: transparent url(../img/d-logout.png?c=lossless_png) no-repeat left center;
    padding-left: 20px;
    border: none;
    color: #ff1010 !important;
}

.profile-tooltip a.change-password {
    display: none;
}

.car-watch-tooltip {
    width: 280px;
    padding: 15px;
    top: 42px;
    right: 30px;
}

.car-watch-tooltip .arrow.top {
    background: url(../img/tooltip-arrow-white-top.png?c=lossless_png) no-repeat;
    width: 18px;
    height: 9px;
    position: absolute;
    top: -9px;
    right: 30px;
    left: auto;
}

.car-watch-tooltip .search-watch {
    background: #fff;
}

.car-watch-tooltip .search-watch .search {
    margin: 0 10px 0 0;
}

.car-watch-tooltip .search-watch .search a.left {
    font-size: 1em; /* 16px */
    width: 200px;
    margin: 0 0 5px 0;
    float: left;
    overflow: hidden;
}

.car-watch-tooltip .search-watch .search a.left .name {
    font-size: 0.75em; /* 12/16 px */
    font-weight: 600;
    color: #434343;
}

.car-watch-tooltip .search-watch .search:hover .name {
    text-decoration: underline;
}

.car-watch-tooltip .search-watch .search a.left .amount {
    font-size: 0.675em; /* 11/16 px */
    font-weight: 600;
    background: #ff0000;
    color: #fff;
    margin: 4px 0 0 5px;
    padding: 3px 4px;
    float: right;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; 
}

.car-watch-tooltip .search-watch .search a.del {
    display: block;
    background: url(../img/close-grey.png?c=lossless_png) no-repeat;
    width: 14px;
    height: 14px;
    margin: 7px 0 0 0;
    float: right;
}

.car-watch-tooltip a.new-notifications {
    display: block;
    background: url(../img/search-logo-blue.png?c=lossless_png) no-repeat left center; 
    font-weight: 0.75em; /* 13/16 px*/  
    font-weight: 700;   
    color: #177aad;
    width: 170px;   
    padding-left: 20px;
    margin: 10px auto 0 auto;
    line-height: 12px;
    text-transform: uppercase;
}

.represented-tooltip {
    width: 180px;
    padding: 10px;
    text-align: center;
}

.represented-tooltip.active {
    display: block !important;
}

.represented-tooltip.disabled {
    -webkit-animation-name: none;
    -moz-animation-name: none; 
    -ms-animation-name: none; 
    -o-animation-name: none; 
    animation-name: none; 
}

.represented-tooltip.active {
    display: block;
    -webkit-animation-name: fadeInUp; 
    -webkit-animation-duration: 0.8s; 
    -webkit-animation-iteration-count: 1; 
    -moz-animation-name: fadeInUp; 
    -moz-animation-duration: 0.8s; 
    -moz-animation-iteration-count: 1;
    -ms-animation-name: fadeInUp; 
    -ms-animation-duration: 0.8s; 
    -ms-animation-iteration-count: 1; 
    -o-animation-name: fadeInUp; 
    -o-animation-duration: 0.8s; 
    -o-animation-iteration-count: 1; 
    animation-name: fadeInUp; 
    animation-duration: 0.8s; 
    animation-iteration-count: 1; 
}

.represented-tooltip .img-container {
    width: 60px;
    margin: 0 auto;
}

.represented-tooltip h3 {   
    font-size: 1.125em; /* 18/16 px */
    font-weight: 600;
    color: #525252;
    margin: 10px 0;
    text-transform: uppercase;
}

.represented-tooltip a {
    font-size: 0.875em; /* 14/16 px */
    font-weight: 700;
    display: block;
}

.represented-tooltip .separator {
    background: #d1d1d1;
    width: 100%;
    height: 1px;
    margin: 10px 0;
}

.represented-tooltip .arrow.bottom {
    background: url(../img/tooltip-arrow-white-bottom.png?c=lossless_png) no-repeat;
    width: 18px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: 81px;
}

.navigation-tooltip {
    width: 400px;
    /*left: 50%;
    margin-left: -200px;*/
    left: 0;
    top: 30px;  
    border: 4px solid #071e2e;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 0 10px #11141d;
    -moz-box-shadow: 0 0 10px #11141d;
    -webkit-box-shadow: 0 0 10px #11141d;
    -ms-box-shadow: 0 0 10px #11141d;
    -o-box-shadow: 0 0 10px #11141d;
}

.navigation-tooltip .header {
    display: block;
    padding: 15px;
    overflow: hidden;
    background: #d3dae4;
    background: -webkit-gradient(linear, left top, left bottom, from(#eef3f8), to(#d3dae4));
    background: -webkit-linear-gradient(top, #eef3f8 0%, #d3dae4 100%);
    background: -moz-linear-gradient(top, #eef3f8 0%, #d3dae4 100%);
    background: -ms-linear-gradient(top, #eef3f8 0%, #d3dae4 100%);
    background: -o-gradient(#eef3f8 , #d3dae4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef3f8', endColorstr='#d3dae4');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef3f8', endColorstr='#d3dae4'); 
    border-bottom: 1px solid #9ca3ad;
}

.navigation-tooltip .header p {
    font-size: 1.23076923076923em; /* 16/13px */
    color: #656674;
    line-height: 34px;
    margin: 0;
    text-shadow: 0 1px #fff;
    -moz-text-shadow: 0 1px #fff;
    -webkit-text-shadow: 0 1px #fff;
    -ms-text-shadow: 0 1px #fff;
    -o-text-shadow: 0 1px #fff;
    float: left;
}

.navigation-tooltip .header .button {
    font-size: 0.92307692307692em; /* 12/13 px */
    color: #fff !important;
    padding: 10px 15px;
    float: right;
}

.navigation-tooltip .columns {
    background: url(../img/d-nav-tooltip-bg.png?c=lossless_png) repeat-y center;
    overflow: hidden;
}

.content-menu .navigation-tooltip .columns {
    background: none;
}

.navigation-tooltip .column-1 {
    width: 200px;
    padding: 15px;
    overflow: hidden;
    float: left;
}

.content-menu .navigation-tooltip .column-1 {
    width: 340px;
}

.navigation-tooltip .column-1 a {
    display: block;
    width: 40%;
    padding: 0 10% 10px 0;
    float: left;
    font-size: 0.92307692307692em; /* 12/13 px */
    font-weight: 700;
    color: #177aad;
    text-decoration: none;
    text-transform: none;
}

.navigation-tooltip .column-1 a:hover {
    color: #ff0000 !important;
    text-decoration: none;
}

.navigation-tooltip .column-2 {
    width: 140px;
    padding: 15px;
    float: right;
}

.content-menu .navigation-tooltip .column-2 {
    display: none;
}

.navigation-tooltip .column-2 .shortcuts a {
    display: block;
    width: 100%;
    color: #565656 !important;
    margin: 0 0 10px 0;
    text-align: center; 
    text-transform: none;
}

.navigation-tooltip .column-2 .shortcuts a .img-container {
    width: auto;
    height: 50px;
    margin: 0 0 10px 0;
}

.navigation-tooltip .column-2 .shortcuts a .img-container img {
    width: auto;
    height: 50px;
    margin: 0 auto;
}

.locations-container .tooltip {
    width: 570px;
    padding: 20px;
    right: 95px;
    top: 110px;
}

.locations-container .tooltip .arrow.top {
    background: url(../img/tooltip-arrow-white-top.png?c=lossless_png) no-repeat;
    width: 18px;
    height: 9px;
    position: absolute;
    top: -9px;
    right: 10px;
}

.locations-container .tooltip h3 {
    font-size: 1.5em; /* 24/16 px */
    font-weight: 700;
    color: #323d52;
    margin: 0;
}

.locations-container .tooltip p {
    font-size: 0.75em; /* 12/16 px */
    color: #434343;
    margin: 10px 0;
    float: none;
}

.locations-container .tooltip .column-1 {
    width: 350px !important; 
    margin: 0 10px 0 0 !important;
    float: left !important;
}

.locations-container .tooltip .column-1 .locations {
    margin: 15px 0 0 0;
}

.locations-container .tooltip .column-1 .locations a {
    display: block;
    font-size: 0.875em; /* 14/16 px */
    font-weight: 600;
    color: #177aad;
}

.locations-container .tooltip .column-1 .locations a.enabled:hover {
    color: #ff0000;
    text-decoration: none;
}

.locations-container .tooltip .column-1 .locations a.disabled {
    color: #707070;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

.locations-container .tooltip .column-1 .locations a.disabled:hover {
    text-decoration: none;
}

.locations-container .tooltip .column-1 .locations .column {
    width: 30%;
    margin: 0 3% 0 0;
    float: left;
}

.locations-container .tooltip .column-2 {
    width: 150px !important;
    float: right !important;
}

.locations-container .tooltip .column-2 img {
    display: block;
    width: 100%;
}

/* LOGIN */

.login-lightbox, .lightbox.generic {
    color: #fff;
    width: 550px;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -275px;
    margin-top: 300px;
    background: #1c202b;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#2f323c), to(#1c202b));
    background: -webkit-radial-gradient(circle, #2f323c, #1c202b);
    background: -moz-radial-gradient(circle, #2f323c, #1c202b);
    background: -ms-radial-gradient(circle, #2f323c, #1c202b);
    background: -o-gradient(#2f323c , #1c202b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f323c', endColorstr='#1c202b');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f323c', endColorstr='#1c202b');
    z-index: 51;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 1px solid #11141d;
    box-shadow: 0 0 10px #11141d;
    -moz-box-shadow: 0 0 10px #11141d;
    -webkit-box-shadow: 0 0 10px #11141d;
    -ms-box-shadow: 0 0 10px #11141d;
    -o-box-shadow: 0 0 10px #11141d;
    opacity: 0;
    filter: alpha(opacity=0);
}

body.login .login-lightbox {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.login-lightbox.active, .lightbox.generic {
    transition: all 0.3s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -moz-transition: all 0.3s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -webkit-transition: all 0.3s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -ms-transition: all 0.3s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -o-transition: all 0.3s cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

.login-lightbox .container, .lightbox.generic .container,
.login-lightbox .lb-container, .lightbox.generic .lb-container {
    padding: 20px;
}

.login-form {
    position: relative;
}

.login-form .row .left {
    width: 28%;
    float: left;
    text-align: right;
}

.login-form .row .right {
    width: 70%;
    float: right;
}

.login-form label {
    line-height: 34px;
}

.login-form .error label {
    color: #fff;
}

.login-form .error input[type=password] {
    background: #fff;
    color: #434343;
    border: 1px solid #A5A5A5;
}

.login-form a {
    color: #aae2ff;
}

/* BRAND SITE */

body.brand-site {
    overflow: hidden;
}

.brand-site #header h1.logo {
    width: auto;
    margin: 0 0 0 20px;
}

.brand-site #header h1.logo a {
    width: auto;
    height: 100%;
}

.brand-site #header h1.logo a img {
    width: auto;
}

.brand-site #header .buttons {
    width: 180px; /*300px*/
    margin: 10px 0 0 0;
    float: right;
    overflow: hidden;
}

.brand-site #header .buttons a.button {
    width: auto;
    margin: 0 0 0 15px;
    padding: 10px 3%;
    float: left;    
}

/* HEADER AREA */

#header {
    background: #fff url('../img/d-header-bg.png?c=lossless_png') repeat-x bottom;
    /*background: #ffffff;*/
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
    background: -webkit-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
    background: -o-gradient(#ffffff , #dfdfdf);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf'); */

    position: relative;
    /*padding: 30px 0 20px 0;*/
    padding: 15px 0 20px 0;
}

#header .wrapper {
    width: 90%;
}

#header h1.logo {
    background: none;
    width: 200px;
    margin: 0;
    padding: 0;
    float: left;    
}

#header h1.logo a {
    width: 100%;
    display: block;
    margin: 0;
}

#header h1.logo a img {
    width: 100%;
}

#header .brand-border {
    display: none;
    background: #091630 url('../img/brand-colors.png?c=lossless_png') no-repeat 107% top;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

#header ul#main-navigation {
    font-size: 0.8125em; /* 13/16 px */ 
    /*width: 78%;*/
    width: 100%;
    margin: 1.7% 0 0 0;
    padding: 0;
    text-align: left;
    list-style: none;
    float: right;
    overflow: visible;
}

#header ul#main-navigation li {
    display: block;
    padding: 0 1%;
    float: left;
    position: relative;
}

#header ul#main-navigation li.first {
    padding: 0 1% 0 0;
}

#header ul#main-navigation li.mobile-last {
    padding: 0 1%;
}

#header ul#main-navigation li.last {
    padding: 0 0 0 1%; /* 15/685 px <- old value */
}

#header ul#main-navigation li.desktop {
    display: block;
}

#header ul#main-navigation li a {
    color: #264a6d;
}

/* CONTENT AREA */

#brand-list {
    /*background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-gradient(#ffffff , #efefef);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
    border-bottom: 1px solid #bdbdbd;
    box-shadow: 0 1px 3px #8d8d8d;
    -webkit-box-shadow: 0 1px 2px #8d8d8d;
    -moz-box-shadow: 0 1px 2px #8d8d8d;
    -ms-box-shadow: 0 1px 2px #8d8d8d;
    -o-box-shadow: 0 1px 2px #8d8d8d;*/ 
    position: relative;
}

#brand-list .wrapper {
    padding: 0 0 0 0;
    border-bottom: 1px solid #bdbdbd;
}

#brand-list ul {
    margin: 0;
    padding: 0.8em 0;
    list-style: none;
    text-align: center;
}

#brand-list ul li {
    height: 50px;
    float: left;
}

#brand-list ul li a.brand-item {
    display: block;
    height: 100%;
}

#brand-list ul li a.brand-item img {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

#brand-list ul li a.brand-item img.animate {
    -webkit-transition: 0.15s all;
    -moz-transition: 0.15s all;
    -ms-transition: 0.15s all;
    -o-transition: 0.15s all;
    transition: 0.15s all;
}

#brand-list ul li a.brand-item:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

#splash {
    background: #eaeaea url(../img/d-splash-bottom.png?c=lossless_png) repeat-x bottom;
    padding: 20px 0 40px 0;
    border: none;
}

#splash .wrapper {
    width: 90%;
}

#splash .campaign-container {
    width: 30%;
    float: right;
    border: none;
}

#splash .box.reservation {
    width: 33%;
    min-height: 330px;
    margin: 0;
    padding: 25px;
    float: left;
    text-align: center;
}

#splash .box.reservation h2 .big {
    display: block;
    color: #656674;
    text-transform: uppercase;
    font-size: 2em;
}

#splash .box.reservation:hover {
    text-decoration: none;
}

#splash .box.reservation h2 {
    color: #000;
    font-size: 1.125em; /* 18/16 px */
    text-align: left;
    text-decoration: none;
}

#splash .box.reservation p {
    text-align: left;
}

#splash .box.reservation a {
    font-size: 0.75em; /* 12/16 px */
}

#splash .box.reservation .button-dark {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
}

#splash #maintenance {
    background: #fff url(../img/d-maintenance-bg.png?c=lossless_png) no-repeat -30px 100px;
    border: 1px solid #b5bbc3;  
}

#splash #maintenance .container {
    width: auto;
    margin: 25px auto;
    float: none;
}

#splash #maintenance input[type=text] {
    font-size: 1.5625em; /* 25/16 px */
    background: url(../img/d-license-plate.png?c=lossless_png) no-repeat;
    width: 181px;
    height: 44px;
    text-align: center;
}

#splash #maintenance .button-dark {
    font-size: 0.875em; /* 14/16 px */
    float: none;
    margin: 0 auto;
    padding: 0 20px;
}

#splash #test-drive {
    background: #fff url(../img/d-test-drive-bg.png?c=lossless_png) no-repeat -10px 100px;
    border-top: 1px solid #b5bbc3;
    border-bottom: 1px solid #b5bbc3;
    border-right: 1px solid #b5bbc3;
}

#splash #test-drive .container {
    width: 60.625%; /* 194/320 px */
    margin: 20px auto;
}

#splash #test-drive .button-dark {
    display: inline-block;
}

#content, #content.index .content-index, #content.index .content-search {
    padding: 0 0 80px 0;
}

#content.index {
    background: #fff;
    padding: 0;
}

#content.index .columns-3 .wrapper {
  width: 90%;
}

#content.index .columns-3 .column-3 {
    float: right;
}

#content.index .column-3 .store-container.multiple .map-container {
  width: 100%;
  left: 0;
  position: static;
}

/* MAIN CAROUSEL */

#main-carousel {
    display: none;
    background: #001827;
    overflow: hidden;
}

#main-carousel.loaded {
    display: block;
}

#main-carousel .wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

#main-carousel .slide-area {
    width: 78%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

#main-carousel .slide-area .slide { 
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

#main-carousel .slide-area .slide.active {
    display: block; 
    position: relative;
    z-index: 10;
}

#main-carousel .slide-area .slide.animating {
    display: block;
    z-index: 11;
}

#main-carousel .slide-area .slide img {
    display: block;
    width: 100%;
}

#main-carousel .slide-area .slide .brand-logo {
    background: #fff;
    width: 70px;
    padding: 10px;
    position: absolute;
    left: 15px;
    top: 0;
    box-shadow: 0 0 10px #b1b1b1;
    -moz-box-shadow: 0 0 10px #b1b1b1;
    -webkit-box-shadow: 0 0 10px #b1b1b1;
    -ms-box-shadow: 0 0 10px #b1b1b1;
    -o-box-shadow: 0 0 10px #b1b1b1;
}

#main-carousel .slide-area .slide .brand-logo img {
    width: 100%;
}

#main-carousel .control {
    width: 22%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#main-carousel .control .wheel {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 12;
}

#main-carousel .control .wheel-bg {
    display: block;
    width: 98.5%;
    height: 100%;
}

#main-carousel .control .wheel-selected {
    height: 22%;
    position: absolute;
    left: -20px;
    top: 49%;
    margin: -14% 0 0 0;
}

#main-carousel .control .wheel .links {
    height: 100%;
    padding: 0 5%;
    position: absolute;
    top: 0;
    left: 0;
}

#main-carousel .control .wheel .links a.slide-link {
    font-size: 0.875em; /* 14/16 px */
    font-weight: 400;
    color: #404040;
    display: block;
    height: 20%;
    padding: 0 0 0 0;
    line-height: 1em;
    text-decoration: none;
    text-shadow: 0 1px #999ca2;
    -moz-text-shadow: 0 1px #999ca2;
    -webkit-text-shadow: 0 1px #999ca2;
    -ms-text-shadow: 0 1px #999ca2;
    -o-text-shadow: 0 1px #999ca2;
}

#main-carousel .control .wheel .links a.slide-link:hover {
    text-decoration: none;
}

#main-carousel .control .wheel .links a.slide-link.important {
    font-weight: 600;
    color: #177aad;
}

#main-carousel .control .up {
    background: url(../img/carousel-arrow-up.png?c=lossless_png) no-repeat center center;
    width: 10px;
    height: 8px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 13;
}

#main-carousel .control .down {
    background: url(../img/carousel-arrow-down.png?c=lossless_png) no-repeat center center;
    width: 10px;
    height: 8px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 13;    
}

/* SEARCH FILTERS */

#search-filters .wrapper {
    width: 90%;
    background: url(../img/separator-transparency-20.png?c=lossless_png) repeat-x bottom;
    padding: 10px 0 10px 0;
}

#search-filters .layer {
    background: none;
    padding: 0;
}

#search-filters .layer-1 p {
    font-size: 1em; /* 16px */  
}

#search-filters .layer-1 ul {
    margin: 0 0 0 1.632653061225%; /* 16/980 px */
}

#search-filters .layer-1 a.search-empty {
    background: url('../img/search-filters-empty.png?c=lossless_png') no-repeat left center;
    font-size: 0.6875em; /* 11/16 px */
    font-weight: 700;
    color: #c6c7ca;
    margin: 3px 0 0 0;
    padding: 0 0 0 17px;
    float: right;
    text-decoration: underline;
}

#search-filters .container {
    margin: 0 1.4% 0 0;
}

#search-filters .container.brands {
    width: 20.408163265306%; /* 200/980 px */
    position: relative;
}

#search-filters .container.models {
    width: 13.265306122449%; /* 130/980 px */
    position: relative;
}

#search-filters .search-brands-collapsed, #search-filters .search-models-collapsed {
    position: relative;
}

#search-filters .search-models-collapsed .loader-container.active {
    display: none;
}

#search-filters .container.slider {
    width: 15.30612244898%; /* 150/980 px */
}

#search-filters .container.slider input {
    width: 42%;
}

#search-filters .container.small input {
    margin: 0;
}

#search-filters .container.small input.right {
    float: right;
}

#search-filters .layer-2 .search-submit {
    width: 11%;
    height: 34px;
    border: none;
    margin: 20px 0 0 0;
    position: relative;
    float: right;
    cursor: pointer;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

#search-filters .layer-3 .wrapper {
    padding: 10px 0 0 0;
}

#search-filters .layer-3 p {
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    float: left;
}

#search-filters .layer-3 ul {
    font-weight: 600;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

#search-filters .layer-3 ul li {
    background: url(../img/search-filters-li-inactive-left.png?c=lossless_png) no-repeat left top;
    height: 36px;
    margin: 0 10px;
    padding: 0 0 10px 0;
    float: left;
    cursor: pointer;
}

#search-filters .layer-3 ul li.active {
    background: url(../img/search-filters-li-active-left.png?c=lossless_png) no-repeat left top;
}

#search-filters .layer-3 ul li.selected {
    background: url(../img/search-filters-li-selected-left.png?c=lossless_png) no-repeat left top;
}

#search-filters .layer-3 ul li.last {
    margin: 0 0 0 20px;
}

#search-filters .layer-3 ul li a {
    display: block;
    background: url(../img/search-filters-li-inactive-right.png?c=lossless_png) no-repeat right top;
    color: #bfc5d2;
    height: 36px;
    line-height: 26px;
    margin: 0 0 0 18px;
    padding: 0 18px 10px 0;
    text-decoration: none;
}

#search-filters .layer-3 ul li:hover {
    background: url(../img/search-filters-li-active-left.png?c=lossless_png) no-repeat left top;
}

#search-filters .layer-3 ul li:hover a {
    background: url(../img/search-filters-li-active-right.png?c=lossless_png) no-repeat right top;
}

#search-filters .layer-3 ul li.active a {
    background: url(../img/search-filters-li-active-right2.png?c=lossless_png) no-repeat right top;
    color: white;
}

#search-filters .layer-3 ul li.active:hover a {
    background: url(../img/search-filters-li-active-right2.png?c=lossless_png) no-repeat right top;
}

#search-filters .layer-3 ul li.selected a {
    background: url(../img/search-filters-li-selected-right.png?c=lossless_png) no-repeat right top;
    color: white;
}

#search-filters .layer-3 ul li.selected:hover {
    background: url(../img/search-filters-li-selected-left.png?c=lossless_png) no-repeat left top;
}

#search-filters .layer-3 ul li.selected:hover a {
    background: url(../img/search-filters-li-selected-right.png?c=lossless_png) no-repeat right top;
}

/* SEARCH FILTER TOOLTIPS */ 

#search-filters select.brands, #search-filters select.models {
    display: none;
}

#search-filters .search-brands.tooltip, #search-filters .search-models.tooltip {
    width: 560px;
    height: auto;
    padding: 15px;
    top: 70px;
    left: 0;
    position: absolute;
}

#search-filters .search-models.tooltip {
    width: 580px;
    padding: 0;
}

#search-filters .search-brands .arrow.top, #search-filters .search-models .arrow.top {
    background: url(../img/tooltip-arrow-white-top.png?c=lossless_png) no-repeat;
    width: 18px;
    height: 9px;
    position: absolute;
    top: -9px;
    left: 30px;
}

#search-filters .tooltip .column {
    width: auto;
}

#search-filters .tooltip .header p {
    display: inline;
    margin: 0 20px 0 0;
    text-align: left;
}

#search-filters .search-brands.tooltip .header label {
    line-height: 12px;
}

#search-filters .search-models.tooltip .brand-list .column {
    width: 152px;
    padding: 0 10px 0 0;
}

#search-filters .search-brands.tooltip .header .label-container {
    display: inline;
    float: none;
}

#search-filters .search-brands.tooltip .represented-list, #search-filters .search-brands.tooltip .others-list {
    width: auto;
    float: left;
}

#search-filters .search-brands.tooltip .represented-list {
    margin: 0 20px 0 0;
}

#search-filters .search-models.tooltip .models-area {
    height: auto;
    min-height: 70px;
    max-height: 400px;
}

/* SEARCH CATEGORIES */

#search-filters .search-categories .category.c-0 .column.drive-method { width: 30%; }
#search-filters .search-categories .category.c-0 .column.gearbox { width: 30%; }
#search-filters .search-categories .category.c-0 .column.ready { width: 10%; float: right; }

#search-filters .search-categories .category.c-1 .column.bodytypes { width: 90%; }
#search-filters .search-categories .category.c-1 .column.colors { width: 55%; }
#search-filters .search-categories .category.c-1 .column.ready { width: 10%; }
#search-filters .search-categories .category.c-1 .column .item-group { width: 25%; }

#search-filters .search-categories .category.c-2 .column.safety { width: 35%; }
#search-filters .search-categories .category.c-2 .column.warranties { width: 55%; }
#search-filters .search-categories .category.c-2 .column.ready { width: 10%; float: right; }

#search-filters .search-categories .category.c-3 .column.fuel { width: 20%; }
#search-filters .search-categories .category.c-3 .column.consumption { width: 35%; }
#search-filters .search-categories .category.c-3 .column.emission { width: 35%; }
#search-filters .search-categories .category.c-3 .column.ready { width: 10%; }

#search-filters .search-categories .category.c-4 .column.doors { width: 35%; }
#search-filters .search-categories .category.c-4 .column.seats { width: 35%; }
#search-filters .search-categories .category.c-4 .column.ready { width: 10%; float: right; }

#search-filters .search-categories .category.c-5 .column.license { width: 20%; }
#search-filters .search-categories .category.c-5 .column.type { width: 35%; }
#search-filters .search-categories .category.c-5 .column.keyword { width: 35%; }
#search-filters .search-categories .category.c-5 .column.ready { width: 10%; }
#search-filters .search-categories .category.c-5 input[type="text"] { font-size: 0.875em; height: 24px; line-height: 24px; text-align: left; padding: 0 0 0 10px; }
#search-filters .search-categories .category.c-5 .column.license input[type="text"] { width: 70%; }
#search-filters .search-categories .category.c-5 .column.type input[type="text"] { width: 45%; }
#search-filters .search-categories .category.c-5 .column.keyword input[type="text"] { width: 65%; }

#search-filters .search-categories {
    display: none;
}

#search-filters .search-categories.disabled {
    display: none;
}

#search-filters .search-categories.active {
    display: block;
}

/* SEARCH LIST */

#search-list .talknow-container {
    display: block;
}

#search-list .header-layer p.results {
    width: 34%;
    font-size: 1.375em; /* 22/16 px */
    color: #435566;
    margin: 0;
    float: left;
}

#search-list .header-layer .container {
    width: auto;
    padding: 5px 15px 0 0;
    float: left;
}

#search-list .header-layer .container span {
    font-size: 0.75em; /* 12/16px */
    font-weight: 700;   
    color: #656674;
    padding: 0 4px 0 0;
}

#search-list .header-layer .container.last {
    width: 17%;
    padding: 5px 0 0 0;
    float: right;
}

#search-list .header-layer .container.last input[type=button] {
    width: 100%;
}

#search-list .column-1 {
    width: 74.081632653061%; /* 726/980 px */
    min-height: 1px;
    float: left;
}

#search-list .column-1 .result-area {
    display: none;
    border-right: 1px solid #c5d2dc;
    border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -o-border-radius: 0 0 0 10px;
    -ms-border-radius: 0 0 0 10px;
}

#search-list .column-1 .item {
    /* width: 99.724896836314%; /* 725/727 px */
    width: 99.862448418157%; /* 726/727px */
    position: relative;
    background: #2f364a;
    background: -webkit-gradient(linear, left top, left bottom, from(#181d2b), to(#3a4154));
    background: -webkit-linear-gradient(top, #181d2b 0%, #3a4154 100%);
    background: -moz-linear-gradient(top, #181d2b 0%, #3a4154 100%);
    background: -ms-linear-gradient(top, #181d2b 0%, #3a4154 100%);
    background: -o-gradient(#181d2b , #3a4154);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181d2b', endColorstr='#3a4154'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181d2b', endColorstr='#3a4154'); 
    border-top: none;
}

#search-list .column-1 .item .overflow {
    position: relative;
    overflow: hidden;
}

#search-list .column-1 .item .car-container {
    background: #fff url(../img/d-search-price-bg.png?c=lossless_png) no-repeat right top;
    position: relative;
    border-top: 1px solid #c5d2dc;
    border-left: 1px solid #c5d2dc; 
    right: 0;
}

#search-list .column-1 .item:first-child,
#search-list .column-1 .item:first-child .car-container {
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
}

#search-list .column-1 .item:last-child,
#search-list .column-1 .item:last-child .car-container {
    border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -o-border-radius: 0 0 0 10px;
    -ms-border-radius: 0 0 0 10px;
}

#search-list .column-1 .item #talkNowActive {
    position: absolute;
    left: -70%;
    top: 0;
    margin: 15px 2.5% 0 2.5%;
    width: 65%; 
}

#search-list .column-1 .item #talkNowActive p {
    font-size: 1em; /* 16 px */
    color: #fff;
}

#search-list .column-1 .item #talkNowActive p.car-name {
    font-size: 0.75em; /* 12/16 px */
    color: #838998;
    margin: 7px 0 0 0;
}

#search-list .column-1 .item #talkNowActive #lekaneform {
    margin: 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #212739;
}

#search-list .column-1 .item #talkNowActive #talkNowActiveHeader {
    padding: 12px 0 0 0;
    border-top: 1px solid #515d78;
}

#search-list .column-1 .item #talkNowActive #hiddenError {
    display: none;
    position: relative;
    left: -10000px;
}

#search-list .column-1 .item #talkNowActive input[type="tel"] {
    font-size: 1em; /* 16px */
    display: block;
    width: 65%;
    height: 32px;
    line-height: 36px;
    margin: 0;
    float: left;
    text-align: left;
}

#search-list .column-1 .item #talkNowActive a {
    color: #fff;    
    width: 32%; 
    float: right;
    text-transform: none;
    padding: 10px 0;
}

#search-list .column-1 .item .overflow.active .car-container {
    right: -70%;
}

#search-list .column-1 .item .overflow.active #talkNowActive {
    left: 0%;
}

#search-list .column-1 .item .basket-logo {
    background: url(../img/d-search-basket-icon.png?c=lossless_png) no-repeat;
    width: 45px;
    height: 38px;
    position: absolute;
    top: 15px;
    left: -45px;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}

#search-list .column-1 .item .img-container {
    width: 23%;
    margin: 15px 2%;
}

#search-list .column-1 .item .info {
    width: 46%;
    margin: 15px 0;
    float: left;
}

#search-list .column-1 .item .info h3 {
    font-size: 1em; /* 16px */
    margin: 0 0 15px 0;
}

#search-list .column-1 .item h3 a {
    font-size: 1em; /* 16/16 px */
}

#search-list .column-1 .item a {
    font-size: 0.75em; /* 12/16 px */
    color: #6483b1;
}

#search-list .column-1 .item a.del {
    color: #ca4438;
}

#search-list .column-1 .item a.add.disabled {
    color: #c7c7c7;
    cursor: default;
}

#search-list .column-1 .item a.add.disabled:hover {
    text-decoration: none;
}

#search-list .column-1 .item a.contact,
#search-list .column-1 .item a.testdrive {
    display: block;
}

#search-list .column-1 .item a.contact {
    margin-bottom: 8px;
}

#search-list .column-1 .item .img-container a,
#search-list .column-1 .item h3 a {
    font-size: 1em; /* 16px */
    text-decoration: none;
}

#search-list .column-1 .item .info .layer-2 span {
    padding: 0 2%;
    font-size: 0.75em; /* 12/16 px */
    color: #6483b1;
}

#search-list .column-1 .item .price-container {
    width: 150px;
    margin: 0;
    padding: 15px 30px 15px 0;
    text-align: center;
}

#search-list .column-1 .item .price-container p.price {
    display: block;
    color: #556674;
    text-align: center;
}

#search-list .column-1 .item .price-container p.price .amount,
#search-list .column-1 .item .price-container p.price .euro.big {
    font-size: 1.5em; /* 24/16 px */
}

#search-list .column-1 .item .price-container a.button-dark {
    display: block;
    font-size: 0.8125em; /* 13/16 px */
    font-weight: 600;
    color: #fff;
    margin: 12px 0;
    text-transform: uppercase;
}

#search-list .column-1 .item .price-container a.button-dark:hover {
    text-decoration: none;
}

#search-list .column-1 .item .img-container .new {
    font-size: 0.75em; /* 12/16 px */
    text-transform: none;
    text-shadow: 0 1px #941115;
    -moz-text-shadow: 0 1px #941115;
    -webkit-text-shadow: 0 1px #941115;
    -ms-text-shadow: 0 1px #941115;
    -o-text-shadow: 0 1px #941115;
}

#search-list .column-1 .loader-container {
    width: 200px;   
}

#search-list .column-1 .loader-container .more-results {
    width: 200px;
    padding: 10px 0;
}

#search-list .column-1 .loader-container .loader {
    right: -50px;
}

#search-list .column-2 {
    background: #fff;
    width: 25.816326530612%; /* 253/980 px */   
    margin-left: -1px;
    float: left;
}

#search-list .column-2 .border-container {
    border-left: 1px solid #C5D2DC;
}

#search-list .column-2 .car-type-container,
#search-list .column-2 .brand-container {
    background: #f3f4f6;
    font-size: 0.75em; /* 12/16 px */
    color: #3d3e43;
    padding: 10px;
    border-right: 1px solid #b5bbc3;
    border-bottom: 1px solid #b5bbc3;
}

#search-list .column-2 .brand-container p {
    font-size: 1em;
    line-height: 1.3em;
}

#search-list .column-2 .car-type-container .container {
    margin: 5px 0;
}

#search-list .column-2 .car-type-container .amount {
    color: #7b7c86;
    padding: 0 2%;
    text-align: center;
    float: right;
    border: 1px solid #c8d1d7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

#search-list .column-2 .car-type-container .separator {
    width: 100%;
    margin: 15px 0;
    border-bottom: 1px solid #c9d5dd;
}

#search-list .column-2 h2 {
    font-size: 0.875em; /* 14/16 px */
    border-right: 1px solid #b5bbc3;
    border-top: 1px solid #b5bbc3;
}

#search-list .column-2 .search-partial {
    padding: 10px;
    border-right: 1px solid #b5bbc3;
    border-bottom: 1px solid #b5bbc3;
}

#search-list .column-2 .search-partial .item {
    margin: 0 0 15px 0;
}

#search-list .column-2 .search-partial .item .img-container {
    background: #fff;
    width: 40%;
    padding: 1px;
    border: 1px solid #c5d2dc;
    float: left;
    position: relative;
}

#search-list .column-2 .search-partial .item .info,
#search-list .column-2 .search-partial .item .price-container {
    color: #434343;
    width: 55%;
    margin: 0 0 6px 0;
    float: right;
}

#search-list .column-2 .search-partial .item .info h3 {
    font-size: 0.75em; /* 12/16 px */
    font-weight: 600;
    margin: 0;
}

#search-list .column-2 .search-partial .item .info h3 a {
    color: #434343;
}

#search-list .column-2 .search-partial .item .info .container {
    padding: 0 3px 0 0;
    float: left;
}

#search-list .column-2 .search-partial .item .info p {
    font-size: 0.75em; /* 12/16 px */
    margin: 0;
}

#search-list .column-2 .search-partial .item .info p.desktop {
    display: none;
}

#search-list .column-2 .search-partial .item .info p.price {
    font-weight: 700;
}

#search-list .column-2 .search-partial .price-small {
    display: none;
}

#search-list .column-2 .search-partial span.ipad {
    display: inline !important;
}

/* BREADCRUMB */

.breadcrumb {
    display: block;
    margin: 0 0 40px 0;
    text-align: left;
}

.breadcrumb .divider, .breadcrumb a, .breadcrumb .searchcrumb { display: inline; }

.breadcrumb .icons {
    display: block;
    float: right;
}

/* CAR PAGE */

#content.car .wrapper {
    width: 90%;
}

#content.car .layer {
    margin: 0 0 20px 0;
    overflow: auto;
}

#content.car .column-1 {
    width: 68.367346938776%; /* 670/980 px */
    float: left;
}

#content.car .column-2 {
    width: 30.612244897959%; /* 300/980 px */
    float: right;
}

#content.car .laakkonen-bg .wrapper {
    width: 90%;
}

#content.car .laakkonen-bg ul.specs, ul.specs {
    font-size: 0.6875em; /* 11/16 px */
    font-weight: 600;
    line-height: 26px;
    list-style: outside none none;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 10px 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
}

#content.car .laakkonen-bg ul.specs li, ul.specs li {
    color: #fff;
    overflow: hidden;
    margin: 0 10px 0 0;
    float: left;
}

#content.car .laakkonen-bg ul.specs li .right, ul.specs li .right {
    display: block;
    height: 26px;
    padding: 0 14px 0 0;
    float: left;
}

#content.car .laakkonen-bg ul.specs li .left, ul.specs li .left {
    display: block; 
    width: 14px;
    height: 26px;
    float: left;
}

#content.car .laakkonen-bg ul.specs li.fuel .right, ul.specs li.fuel .right {
    background: url(../img/buttons-round-x26.png?c=lossless_png) no-repeat right 0;
}

#content.car .laakkonen-bg ul.specs li.fuel .left, ul.specs li.fuel .left {
    background: url(../img/buttons-round-x26.png?c=lossless_png) no-repeat 0 0;
}

#content.car .laakkonen-bg ul.specs li.year .right, ul.specs li.year .right {
    background: url(../img/buttons-round-x26.png?c=lossless_png) no-repeat right -26px;
}

#content.car .laakkonen-bg ul.specs li.year .left, ul.specs li.year .left {
    background: url(../img/buttons-round-x26.png?c=lossless_png) no-repeat 0 -26px;
}

#content.car .laakkonen-bg ul.specs li.gearbox .right, ul.specs li.gearbox .right {
    background: url(../img/buttons-round-x26.png?c=lossless_png) no-repeat right -52px;
}

#content.car .laakkonen-bg ul.specs li.gearbox .left, ul.specs li.gearbox .left {
    background: url(../img/buttons-round-x26.png?c=lossless_png) no-repeat 0 -52px;
}

#content.car .laakkonen-bg ul.specs li.price, ul.specs li.price {
    font-size: 1.81818181818182em; /* 20/11 px */
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: none;
    top: -10px;
}

#content.car .laakkonen-bg ul.specs li.price .monthly, ul.specs li.price .monthly {
    color: #b0b9c9;
    font-weight: 400;
    padding: 0 0 0 5px;
}

#content.car .laakkonen-bg ul.specs li.price .monthly + span, 
ul.specs li.price .monthly + span {
    color: #b0b9c9;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
    padding: 2px 0 0;
    text-align: left;
}


#content.car .laakkonen-bg a.button {
    display: block;
    font-size: 0.75em; /* 12/16 px */
    width: 60%;
    text-transform: uppercase;
    text-align: center;
    clear: right;
}

#content.car .laakkonen-bg a.button.button-dark {
    margin: 0 0 10px 0;
    float: right;
}

#content.car .laakkonen-bg a.button.button-red {    
    float: right;
}

#content.car .talk_now_container,
#content.car .configurator {
    background: #6b7481;
    width: 100%;
    padding: 20px 5%;
    border: 1px solid #707886;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#content.car .talk_now_container p,
.talk_now_container p {
    font-size: 0.9375em; /* 15/16 px */
}

#content.car .talk_now_container #lekaneform p,
.talk_now_container #lekaneform p {
    font-size: 1.125em; /* 18/16 px */
}

#content.car .talk_now_container input[type=tel],
.talk_now_container input[type=tel] {
    background: #fff url(../img/d-quick-call-mobile.png?c=lossless_png) no-repeat 8px center;
    font-size: 1.5em; /* 24/16 px */
    width: 100%;
    padding: 6px 0 6px 0;
    text-indent: 25px;
}

#content.car .talk_now_container input[type=button],
.talk_now_container input[type=button] {
    font-size: 1.25em; /* 20/16 px */
    height: 44px;
}

#content.car .column-1 .layer-2 .container, #content.car .column-1 .layer-3 .container {
    width: 50%;
    float: left;
}

#content.car table td {
    height: 40px;
    padding: 0 0 0 3.125%;
    line-height: 13px;
}

#content.car table th {
    height: 39px;
    padding: 0 0 0 3.125%;
    line-height: 13px;
}

#content.car .column-1 .layer-2 .car-basic-info {
    border-right: none;
}

#content.car .column-1 .layer-3 .container,
#content.car .column-1 .car-warranty .container {
    width: 43.75%;
    padding: 10px 3.125% 20px 3.125%;
}

#content.car .column-2 .layer-3 {
    width: 30.612244897959%; /* 300/980 px */
    padding: 0;
}

#content.car .store .map-container {
  width: 30%; 
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#content.car .store a.info {
  display: block;
  width: 60%;
  margin: 15px 5%;
  float: right;
}

/* COMPARE */

#content.compare .laakkonen-bg .column {
    width: 50%;
}

#content.compare .laakkonen-bg, #content.compare .laakkonen-logo-bg, #content.compare .laakkonen-bg .wrapper, #content.compare .laakkonen-bg .column-1 {
    overflow: visible;
}

#content.compare .laakkonen-bg .wrapper {
    width: 90%;
    margin: 0 auto;
    float: none;
}

#content.compare .laakkonen-bg .column-1 {
    margin: 0;
}

#content.compare .laakkonen-bg .column-1 .amount {
    padding: 6px 0 0 0;
}

#content.compare .laakkonen-bg .column-2 .container {
    float: right;
}

#content.compare .laakkonen-bg .column-2 a.button {
    float: right;
}

#content.compare .laakkonen-bg .column-2 span, #content.compare .laakkonen-bg .column-2 select {
    float: left;
    margin: 8px 15px 0 0;
}

#content.compare .compare-cars {
    margin: 20px 0 0 0;
}

#content.compare .compare-cars .wrapper {
    width: 90%;
}

#content.compare .compare-cars .img-container {
    width: 100%; 
}

#content.compare table.light td {
    width: 16%;
    padding: 10px 2%;
}

#content.compare table.light tr a.button {
    display: block;
    width: 60%;
    margin: 0 auto;
}

#content.compare .compare-cars .price {
    font-size: 1.84615384615385em; /* 24/13 px */
}

#content.compare .compare-cars .monthly-price {
    font-size: 1em; /* 13 px */
}

/* STORE / MULTIPLE STORES */

#content.store .laakkonen-bg .wrapper {
    width: 90%;
    background: url(../img/laakkonen-bg-separator.png?c=lossless_png) no-repeat 60% center;
}

#content.store .laakkonen-bg .column-1 {
    width: 62.244897959184%; /* 610/980 px */
    float: left;
}

#content.store .laakkonen-bg .wrapper > .column-2 {
    background: url(../img/d-finland.png?c=lossless_png) no-repeat right center;
    width: 30%;
    height: 114px;
    float: right;
}

#content.store .laakkonen-bg ul {   
    list-style: none;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0;
}

#content.store .laakkonen-bg ul li {
    display: block;
    width: 30%;
    float: left;
}

#content.store .laakkonen-bg ul li a {
    display: block;
    font-size: 0.875em; /* 14/16 px */
    font-weight: 700;   
    color: #fff;
    padding: 50px 0 0 0;
    text-align: center; 
    text-shadow: 0 3px 3px #000;
    -moz-text-shadow: 0 3px 3px #000;
    -webkit-text-shadow: 0 3px 3px #000;
    -ms-text-shadow: 0 3px 3px #000;
    -o-text-shadow: 0 3px 3px #000;
}

#content.store .laakkonen-bg ul li a:hover {
    text-decoration: none;
}

#content.store .laakkonen-bg ul li.phone-book a { background: url(../img/d-phone-book-icon.png?c=lossless_png) no-repeat center top; }
#content.store .laakkonen-bg ul li.purchase-offer a { background: url(../img/d-offer-icon.png?c=lossless_png) no-repeat center 5px; }
#content.store .laakkonen-bg ul li.feedback a { background: url(../img/d-feedback-icon.png?c=lossless_png) no-repeat center 5px; }

#content.store .laakkonen-bg .img-container {
    width: 20%;
    float: right;
}

#content.store .laakkonen-bg .button {
    width: 70%;
    padding: 0;
    float: left;
}

#content.store .locations-container {
    position: relative;
}

#content.store .locations-container .tooltip .search-container .left {
    width: 30px;
}

#content.store .locations-container .tooltip .search-container input {
    width: 320px;
}

#content.store .laakkonen-bg .button .text {
    display: block;
    background: url(../img/arrow-down-dark.png?c=lossless_png) no-repeat 95% center;
    width: 95%;
    padding: 10px 0 10px 5%;
    text-align: left;
    text-transform: none;
}

#content.store .laakkonen-bg .column-2>p {
    width: 70%; 
    font-size: 0.875em; /* 14/16 px */
    font-weight: 700;
    margin: 0;
    padding: 30px 0 5px 0;
    text-shadow: 0 3px 3px #000;
    -moz-text-shadow: 0 3px 3px #000;
    -webkit-text-shadow: 0 3px 3px #000;
    -ms-text-shadow: 0 3px 3px #000;
    -o-text-shadow: 0 3px 3px #000;
    float: left;
}

#content.store .wrapper {
    width: 90%;
}

/* ALL STORES */

#content .stores-all .campaign-container {
    width: 30%;
    margin-right: 4%;
    float: right;
}

#content .stores-all .city.first {
    width: 66%;
    float: left;
}

#content .stores-all .city.first h2 {
    margin-right: 20px;
}

#content .stores-all .city.first .stores a.store {
    width: 47%;
}

#content .stores-all.columns-2 .column-1 {
    width: 62%;
    float: left;
}

#content .stores-all.columns-2 .column-1 .border-wrapper {
    padding: 20px;
    border-right: 1px solid #c5d2dc;
    border-bottom: none;
}

#content .stores-all p.intro {
    margin: 15px 0 20px 0;
}

#content .stores-all .stores a.store {
    display: block;
    width: 30%;
    margin: 0 3% 15px 0;
    float: left;
}

#content .stores-all .stores.s2 a.store {
    /*width: 47%;*/
}

#content .stores-all.columns-2 .column-2 {
    width: 38%;
    float: right;
}

#content .stores-all .column-2 h2 {
    display: block;
}

#content .stores-all.columns-2 .column-2 .border-wrapper {
    padding: 20px;
}

/* STORE */

#content.store .store-main .row {
  margin: 0 0 20px 0;
}

#content.store .store-main .row .column {
  margin-bottom: 0;
}

#content.store .heading h1 {
    font-size: 1.5em; /* 24/16 px */
    /*color: #323d52;*/
    display: inline;
}

#content.store .heading p.phone {
    display: inline;
    font-size: 1.5em; /* 24/16 px */
    font-weight: 200;
    color: #46536c; 
    padding: 0 0 0 1%;
}

#content.store .layer-1 {
    background: url(../img/d-store-main-bg.png?c=lossless_png) repeat-y 32.65306122449%;
}

#content.store .layer-1 .column-1,
#content.store .layer-1 .column-2 {
    padding: 0;
}

#content.store .store-main .map-container {
    height: 250px;
}

#content.store .store-main .store-info,
#content.merkkipaivat .store-main .store-info {
    padding: 15px 6.25% 30px 6.25%;
    border-top: 1px solid #c5d2dc;
}

#content.store .store-main .store-info .buttons,
#content.merkkipaivat .store-main .store-info .buttons {
    padding: 0 0 20px 0;
}

#content.store .store-info h2,
#content.merkkipaivat .store-info h2 {
    font-size: 1.125em; /* 18/16 px */
    color: #747474;
}

#content.store .store-info p.address,
#content.merkkipaivat .store-info p.address {
    font-size: 1em; /* 16px */  
}

#content.store .store-info p.address span,
#content.merkkipaivat .store-info p.address span {
    display: block;
}

#content.store .store-info table.contact,
#content.merkkipaivat .store-info table.contact {   
    font-size: 1.125em; /* 18/16 px */
    border-collapse: collapse;
    color: #091630;
    font-weight: 700;
    margin: 30px auto;
}

#content.store .store-info table.contact td.left,
#content.merkkipaivat .store-info table.contact td.left {
    padding: 0 25px 0 0;
    text-align: right;  
}

#content.store .store-info table.contact td.right,
#content.merkkipaivat .store-info table.contact td.right {
    text-decoration: none;
}

#content.store .store-info table.contact td.desktop,
#content.merkkipaivat .store-info table.contact td.desktop {
    color: #606265;
    font-weight: 400;
}

#content.store .store-info .contact p span,
#content.merkkipaivat .store-info .contact p span {
    padding: 0 0 0 20px;
}

#content.store .store-main .img-container.main {
    height: 250px;
    overflow: hidden;
    position: relative;
}

#content.store .store-main .img-container.main img {
    width: auto;
    height: 100%;   
    position: absolute;
    left: 0;
    top: 0;
}

#content.store .store-main .opening-hours {
    /*padding: 20px;
    border-top: 1px solid #c5d2dc;*/
}

#content.store .store-main p.brands {
    width: auto;
    /*font-size: 0.875em; /* 14/16 px */    
    text-align: left;
}

#content.merkkipaivat .store-info p.brands {
    width: auto;
    font-size: 1em;
}

#content.store .store-main p.brands strong {
    display: inline;
}

#content.store .store-main .opening-hours h2 {
    font-size: 1.125em; /* 18/16 px */
    color: #5e5e5e;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

#content.store .store-main .department-hours {
    /*width: 50%;
    padding: 0;
    float: left;
    border-top: 1px solid #d0d0d0;  */
}

#content.store .store-main .department-hours .item {
    /*padding: 10px 0;
    border-bottom: 1px solid #d0d0d0;
    overflow: hidden;*/
}

#content.store .store-main .department-hours .item p.brands {
    font-size: 0.6875em; /* 11/16 px */
    font-weight: 200;
}

#content.store .store-main .maintenance-hours {
    width: 45%;
    padding: 0;
    float: right;
}

#content.store .store-main .maintenance-hours p {
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
}

#content.store .store-main .welcome {
    padding: 20px;
}

#content.store .store-main .welcome .img-container {
    width: 25%;
}

#content.store .store-main .welcome .info {
    margin: 7% 0 0 0;
}

#content.store .store-main .welcome .info p {
    font-size: 0.9375em; /* 15/16 px */
}

#content.store .store-main .welcome .info p.manager {
    font-size: 1.0625em; /* 17/16 px */
}

#content.store .store-main .columns-3 {
    padding: 20px;
}

#content.store .store-main .columns-3 .quick-buyer, #content.store .store-main .columns-3 .campaign {
    width: 90%;
}

#content.store .personnel .personnel-container {
    background: none;
    padding: 20px 0;
    overflow: hidden;
}

#content.store .personnel h2 {
    font-size: 1.5em; /* 24/16 px */
    color: #323d52;
    float: left;
    margin: 0;
}

#content.store .personnel .search-personnel-container {
    width: 30%;
    float: right;
}

/* PROFILE */

#content.profile h1 .name {
    font-weight: 200;
}

#content.profile .wrapper {
    width: 90%;
}

#content.profile .wbox {
    background: url(../img/d-profile-bg.jpg) repeat-y 32.65306122449%;
}

#content.profile .column-1,
#content.profile .column-2 {
    padding: 0;
}

#content.profile .wbox .column-1 {
    border-right: 1px solid #d1d1d1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#content.profile .user, 
#content.profile .my-contact, 
#content.profile .my-detail,
#content.profile .my-cars, 
#content.profile .column-2 .search-results,
#content.profile .column-2 .top {
    padding: 20px;
}

#content.profile .column-2 .heading {
    border-top: 1px solid #d1d1d1;
}

#content.profile .column-1 .my-cars, 
#content.profile .column-2 .top {
}

/* STATIC PAGE */

#content.static .wrapper {
    width: 90%; /* 980px */
}

#content.static .breadcrumb {
    margin: 0;
}

#content.static .head, #content.static .layer-1 {
    padding: 0;
    margin: 40px 0 0 0;
}

#content.static .head img {
    width: 100%;
    display: block;
}

#content.static .head h2 {
    font-size: 2em; /* 32/16 px */
    margin: 25px 0 10px 0;
}

#content.static .head p {
    font-size: 1.125em; /* 18/16 px */
}

#content.static .columns-2 .column-1 {
    width: 25.816326530612%; /* 253/980 px */
    padding: 0;
}

#content.static .campaign-container {
    display: block;
}

#content.static .columns-2 .column-2 {
    width: 74.183673469388%;
    padding: 0;
}

#content.static .wbox {
    padding: 20px 25px 20px 30px;
}

/* REGISTER */

#content.register .wrapper,
#content.login .wrapper {
    width: 90%;
}

#content.register .wbox {
    padding: 20px;
}

#content.register .wbox .column-1, #content.register .wbox .column-2,
#content.login .wbox .column-1, #content.login .wbox .column-2 {
    width: 50%;
}

#content.login .wbox .column-1 {
    width: 45%;
    padding: 2.5%;
}

#content.login .search-watch {
    background: #F3F5F8;
    min-height: 350px;
    border-top: none;
    border-left: 1px solid #B5BBC3; 
}

#content.register .laakkonen-form .block,
#content.login .laakkonen-form .block {
    position: relative;
    padding: 0 1%;
}

#content.register .laakkonen-form .block .error-tooltip,
#content.login .laakkonen-form .block .error-tooltip {
    display: block;
    top: 0;
    right: -155px;
}

.register-form .block-container.c5 .block.b3,
.register-form .block-container.c5 .block.b4,
.register-form .block-container.c5 .block.b5 {
    width: 30%;
    padding: 0 3% 0 0;
    float: left;
}

/* RESERVATION */

#content.reservation .column {
    padding: 0;
    margin-bottom: 0;
}

#content.reservation .wbox,
#content.reservation.maintenance.reserve_time .wbox,
#content.reservation.maintenance.thankyou .wbox,
#content.reservation.maintenance.traffic .wbox {
    padding: 20px;
}

#content.reservation.maintenance .wbox {
    padding: 0;
}

#content.reservation.maintenance .layer-2 {
    background: url(../img/d-maintenance-col2-bg.png?c=lossless_png) repeat-y 39.7751%;
    margin: 0;
}

#content.reservation.maintenance.reserve_time .layer-2 {
    background: none;
    margin: 20px 0;
}

#content.reservation .layer-2 .column-1,
#content.reservation.maintenance.reserve_time .layer-2 .column-1 {
    width: 48%;
    float: left;
}

#content.reservation .layer-2 .column-2,
#content.reservation.maintenance.reserve_time .layer-2 .column-2 {
    width: 48%;
    float: right;
}

#content.reservation.maintenance .layer-2 .column-1 {
    width: 39.77505112474438%; /* 389/978 px */ 
    float: left;    
}

#content.reservation.maintenance .layer-2 .column-2 {
    width: 60.22494887525562%; /* 589/978 px */ 
    float: right;
}

#content.reservation .layer-2 .column-1 .header,
#content.reservation .layer-2 .column-2 .header {   
    padding: 15px 20px;
}

#content.reservation .layer-2 .column-1 .header h2,
#content.reservation .layer-2 .column-2 .header h2 {
    font-size: 1.125em; /* 18/16 px */
    margin: 0;
}

#content.reservation .layer-2 .column-1 .header {
    background: #09152f;
    color: #fff;
}

#content.reservation .layer-2 .column-2 .header {
    background: #edf2f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#edf2f8), to(#d3dae4));
    background: -webkit-linear-gradient(top, #edf2f8 0%, #d3dae4 100%);
    background: -moz-linear-gradient(top, #edf2f8 0%, #d3dae4 100%);
    background: -ms-linear-gradient(top, #edf2f8 0%, #d3dae4 100%);
    background: -o-gradient(#edf2f8 , #d3dae4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf2f8', endColorstr='#d3dae4'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf2f8', endColorstr='#d3dae4');
    color: #5d607e;
}

#content.reservation.maintenance .layer-2 .column-1 .content,
#content.reservation.maintenance .layer-2 .column-2 .content {
    padding: 20px;
}

#content.reservation.maintenance.reserve_time .layer-2 .column-1 .content,
#content.reservation.maintenance.reserve_time .layer-2 .column-2 .content {
    padding: 0px;
}

#content.reservation.maintenance.choose_car .layer-2 .column-2 .laakkonen-form {
  width: 260px;
  margin: 0 auto;
}

#content.reservation.reserve_time .layer-2 .column-1 .img-container {
    width: 40%;
    float: left;
}

#content.reservation.reserve_time .layer-2 .column-1 .info {
    width: 55%;
    float: right;
}

#content.reservation.maintenance.reserve_time .layer-3 .column-1,
#content.reservation.maintenance.reserve_time .layer-3 .column-3 {
    width: 25%;
    float: left;
}

#content.reservation.maintenance.reserve_time .layer-3 .column-2 {
  width: 45%;
  margin: 0 2.5%;
  float: left;
}

#content.reservation.maintenance.reserve_time .layer-3 .column-2 .handover.time {
    padding: 15px;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    overflow: hidden;
}

#content.reservation.maintenance.reserve_time .layer-3 .column-2 .handover.time p {
    width: 25%;
    float: left;
}

#content.reservation.maintenance.reserve_time .layer-3 .column-2 .handover.time select {
    width: 73%;
    float: right;
}

#content.reservation.testdrive.reserve_time .layer-3 .calendar-container {
    margin: 0 0 10px 0;
}

#content.reservation.testdrive.reserve_time .layer-3 .column-1 {
    width: 60%;
    float: left;
}

#content.reservation.testdrive.reserve_time .layer-3 .column-1 label {
    display: block;
}

#content.reservation.testdrive.reserve_time .layer-3 .column-1 textarea {
    width: 100%;
}

#content.reservation.testdrive.reserve_time .layer-3 .column-2 {
    width: 38%;
    float: right;
}

.tablecal .row .day.active .frame {
  display: block;
}

#content.introduction .columns-2 {
    overflow: visible;
}

/* FORGOTTEN PASSWORD */

#content.forgotten .wbox {
    padding: 20px;
}

#content.forgotten .wbox .laakkonen-form {
    width: 70%;
}

/* SITE SEARCH */

#content.sitesearch .wrapper {
    width: 90%;
    max-width: 1100px;
}

#content.sitesearch .google-results {
    width: 59%;
    margin: 0 3% 0 0;
    float: left;    
}

#content.sitesearch .car-results,
#content.sitesearch .store-results {
    min-height: 60px;
}

#content.sitesearch .lift-results {
    width: 38%;
    float: left;
}

#content.sitesearch .car-results .item .container.desktop {
    display: block;
}

#content.sitesearch .store-results .stores-all .stores a.store {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
}

/* STATIC WIDE */

/* company sales */

#content.company-sales .talknow-container {
    margin: 0 0 20px 0;
}

#content.company-sales .contact-form .block-container.c1 {
    width: 32.65306122449%;
    padding: 0 20px 0 0;
    float: left;
}

#content.company-sales .contact-form .block-container.c2 {
    width: 67.34693877551%;
    padding: 0 0 0 20px;
    float: right;
}

/* FOOTER AREA */

#footer {
    background: #001828 url(../img/d-footer-bg.png?c=lossless_png) no-repeat right top;
}

#footer a, #footer a.desktop {
    font-size: 0.6875em; /* 11/16 px */
    color: #8b9daa;
    display: block;
}

#footer .list {
    width: 20%;
    float: left;
}

#footer .list.car-brands {
        clear: none;
}

#footer h2 {
    font-size: 0.875em; /* 14/16 px */
    font-weight: 600;
    width: 93%;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #283843;
    text-transform: uppercase;
}

#footer h3 {
    font-size: 0.75em; /* 12/16 px */
    font-weight: 600;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}

#footer .list-block {
    float: left;
}

#footer .list-block.w40 {
    width: 40%;
}

#footer .list-block.w40 .list {
    width: 50%;
}

#footer .list-block.w20 {
    width: 20%;
}

#footer .list-block.w20 h3 {
    width: 90%;
}

#footer .list-block.w20 .list {
    width: 100%;
    /*float: none;*/
}

#footer #footer-company p {
    font-size: 0.6875em; /* 11/16 px */
    font-weight: 600;
    color: #8d8d8d;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

#footer #footer-company a {
    color: #8d8d8d;
}

/* GENERIC RULES */

p {
    font-size: 0.8125em; /* 13/16 px */
}

h2 {
    font-size: 1em; /* 16px */
}

h3 {
    font-size: 0.8125em; /* 13/16 px */
}

.mobile {
    display: none !important;
}

.ipad {
    display: none !important;
}

.laakkonen-bg {
    margin: 0;
    padding: 0;
}

.laakkonen-bg .laakkonen-logo-bg {
    background: url(../img/d-footer-bg.png?c=lossless_png) no-repeat 107% 90%;
    padding: 20px 0;
}

.laakkonen-bg h1 {
    font-size: 1.5em; /* 24/16 px */
    text-align: left;
}

.wbox {
    border: 1px solid #d2d6db;
}

.column {
    max-width: 100%;
    float: left;
}

.d-em06875 { font-size: 0.6875em; /* 11/16 px */ }
.d-em075 { font-size: 0.75em; /* 12/16 px */ }
.d-em08125 { font-size: 0.8125em; /* 13/16 px */ }
.d-emem0875 { font-size: 0.875em; /* 14/16 px */ }
.d-em09375 { font-size: 0.9375em; /* 15/16 px */ }

a.button {
    text-transform: uppercase;
}

a img {
    border: none;
}

/* TABLES */

table.light {   
    border: 1px solid #c5d2dc;
}

.phonebook .inputs {
    width: 50%;
}

/* COLUMNS */

.columns-2, .columns-3 {
    overflow: hidden;
}

.columns-3 .column {
    width: 32.65306122449%; /* 320/978px */
    float: left;
}

.columns-2 .column-1 {
    width: 32.65306122449%;
    padding: 0 20px 0 0;
    float: left;
}

.columns-2 .column-2 {
    width: 67.34693877551%;
    padding: 0 0 0 20px;
    float: right;
}

.columns-2 .column.even {
    width: 50%;
}

.columns-2.narrow-left .column-1 {
    width: 32.65306122449%;
    padding: 0 20px 0 0;
    float: left;
}

.columns-2.narrow-left .column-2 {
    width: 67.34693877551%;
    padding: 0 0 0 20px;
    float: right;
}

.columns-2.narrow-right .column-1 {
    width: 67.34693877551%; 
    padding: 0 20px 0 0;
    float: left;
}

.columns-2.narrow-right .column-2 {
    width: 32.65306122449%;
    padding: 0 0 0 20px;    
    float: right;
}

.columns-2.even .column-1 {
    width: 50%;
    padding: 0 20px 0 0;
}
.columns-2.even .column-2 {
    width: 50%;
    padding: 0 0 0 20px;
}

/* --- MODULES --- */

/* location picker */

.location-picker {
  margin: 20px 0;
}

/*.location-picker .laakkonen-form select {
  width: 25%;
  margin: 0 2% 0 0;
  float: left;
}*/

.location-picker .row.filters .column {
    margin: 0 2% 0 0;
}

.location-picker.multiple .results .item {
    /*width: 30.333%;
    margin: 0 3% 0 0;
    float: left;*/
}

.location-picker.multiple .results .item .item-section {
    width: 27%;
    margin: 0 3% 0 0;
    float: left; 
}

.location-picker.multiple .results .item .item-section.first {
    width: 37%;
}

.location-picker.multiple .results .item .item-section.second {
    width: 60%;
    margin: 0;
}

.location-picker.multiple .results .item .item-section.fullwidth {
    width: 100%;
    margin: 10px 0 0 0;
    float: none;
}

.location-picker.multiple .results .item .item-section.fullwidth a {
    float: right;
    margin-left: 10px;
}

.location-picker.multiple .results .item .multiple-w40-large {
    width: 40%;
    float: left;
}

.location-picker.multiple .results .item .multiple-w50-large {
    width: 50%;
    float: left;
}

.location-picker.multiple .results .item .multiple-w60-large {
    width: 60%;
    float: left;
}

/* sub nav */

.sub-nav ul>li>ul li.selected a {
    position: relative;
}

.sub-nav ul>li>ul li.selected a .arrow.right {
    /*HIDE WRONG COLOR ARROW */
    display: none;
    /* */
    background: url(../img/d-subnav-arrow-right.png?c=lossless_png);
    width: 8px;
    height: 16px;
    margin: -8px 0 0 0;
    position: absolute;
    right: -8px;
    top: 50%;
}

/* profile modules */

.profile-box {
    /*background: #001828;*/
    background: none;
    width: auto;
    height: 37px;
    position: absolute;
    /*top: 0;*/
    top: 30px;
    right: 50%;
    margin: 0 -330px 0 0;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.profile-box.search-box {
    display: block;
    top: 25px;
    margin: 0 -550px 0 0;
}

.profile-box a {
    font-size: 0.75em; /* 12/16 px */
    color: #102d4a;
    /*color: #fff;*/
}

.profile-box a.button {
    color: #fff;
}

.profile-box .log,
.profile-box input.search { 
    float: left;    
}

.profile-box .log,
.profile-box .car-watches-container,
.profile-box .feedback-container {
    /*padding: 4px 10px 0 10px;*/
}

.profile-box .log>a {   
    line-height: 26px;
}

.profile-box .log.logged {
    padding: 0;
    position: relative;
    float: left;
}

.profile-box .log.logged a.user {
    display: block;
    width: auto;
    height: auto;   
    /*padding: 4px 10px 7px 10px;*/
    overflow: hidden;
    float: left;
    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    -o-border-radius: 0 0 0 5px;
}

.profile-box .log.logged a.user .logo {
    display: block;
    background: url(../img/d-profile-logo.png?c=lossless_png) no-repeat;
    width: 16px;
    height: 12px;
    padding: 0;
    margin: 5px 5px 0 0;
    float: left;
}

.profile-box .log.logged a.user .desktop {
    float: left;
}

.profile-box .log.logged a.user .arrow {
    display: block;
    background: url(../img/d-car-watch-arrow-down.png?c=lossless_png) no-repeat;
    width: 10px;
    height: 7px;
    margin: 9px 0 0 4px;
    padding: 0;
    float: left;
}


/*.profile-box .log.logged a.user:hover, .profile-box a.car-watches:hover {
    background: #a70208;
    background: -webkit-gradient(linear, left top, left bottom, from(#e11017), to(#a70208));
    background: -webkit-linear-gradient(top, #e11017 0%, #a70208 100%);
    background: -moz-linear-gradient(top, #e11017 0%, #a70208 100%);
    background: -ms-linear-gradient(top, #e11017 0%, #a70208 100%);
    background: -o-gradient(#e11017 , #a70208);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e11017', endColorstr='#a70208');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e11017', endColorstr='#a70208');
    text-decoration: none;
}*/

.profile-box .log span.line,
.profile-box .car-watches-container span.line,
.profile-box .feedback-container span.line {
    color: #bfbebe;
    padding: 0 7px;
    font-weight: 200;
}

.profile-box .log a.login {
    display: inline;
}

.profile-box .car-watches-container {
    position: relative;
    float: left;
}

.profile-box .feedback-container {
    float: left;
}

.profile-box a.car-watches {
    /*display: block;
    line-height: 26px;
    padding: 4px 10px 7px 10px;*/
    padding: 0 15px 0 0;
    background: url(../img/d-car-watch-arrow-down.png?c=lossless_png) no-repeat right center;
}

.profile-box input.search {
    font-style: italic;
    font-size: 0.75em; /* 12/16 px */
    background: #fff url(../img/search-logo.png?c=lossless_png) no-repeat 95% center;
    /*color: #384053;*/
    color: #384053;
    width: 150px;
    /*margin: 4px 10px 0 10px;
    padding: 5px 20px 5px 0;*/
    padding: 8px 20px 8px 0;
    text-align: left;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-indent: 5px;
}

/* site search */

.site-search-container {
    position: relative;
    float: left;
}

.site-search-container a.site-search-submit {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 5px;    
}

.site-search-results {
    display: none;
    background: #fff;
    width: 440px;
    position: absolute;
    right: 0;
    top: 40px;
    border: 1px solid #808080;
    box-shadow: 0 0 3px #adadad;
    -moz-box-shadow: 0 0 3px #adadad;
    -webkit-box-shadow: 0 0 3px #adadad;
    -ms-box-shadow: 0 0 3px #adadad;
    -o-box-shadow: 0 0 3px #adadad;
}

.site-search-results .arrow.top {
    background: url(../img/tooltip-arrow-white-top.png?c=lossless_png) no-repeat;
    width: 18px;
    height: 9px;
    position: absolute;
    top: -9px;
    right: 13px;
}

.site-search-results.active {
    background: #fff url(../img/site-search-bg.png?c=lossless_png) repeat-y;
}

.site-search-results .loader {
    background: url(../img/img-loader2.gif) no-repeat center center;
    width: 100%;
    height: 100px;
}

.site-search-results .car-results,
.site-search-results .store-results,
.site-search-results .google-results {
    border-bottom: 1px solid #d1d1d1;
}

.site-search-results .column-1 {
    width: 95px;
    padding: 15px;
    float: left;
    line-height: 13px;
    text-align: right;
}

.site-search-results .column-1 p {
    font-size: 0.75em; /* 12/16 px */
    color: #656674;
    font-weight: 700;
}

.site-search-results .column-1 a {
    font-size: 0.6875em; /* 11/16 px */
    color: #177aad;
    text-transform: uppercase;
    font-weight: 700;
}

.site-search-results .column-2 {
    width: 315px;
    float: right;
}

.site-search-results .column-2 p.no-results {
    padding: 3%;
}

.site-search-results .column-2 .item {
    display: block;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;   
}

.site-search-results .column-2 .item.last {
    border-bottom: none;
}

.site-search-results .column-2 .item:hover {
    background: #f3f5f8;
    text-decoration: none;
}

.site-search-results .column-2 .item .img-container {
    width: 37%;
    display: block;
    float: left;
}

.site-search-results .column-2 .item .info {
    width: 57%;
    display: block;
    padding: 3%;
    float: right;
    line-height: 15px;
}

.site-search-results .column-2 .item .info span {
    color: #434343;
}

.site-search-results .google-results .item {
    color: #434343;
    padding: 3%;
}

.site-search-results .all-results {
    background: #fff;
    padding: 10px;
    text-align: center;
}

.site-search-results .all-results a {       
    background: url(../img/site-search-logo.png?c=lossless_png) no-repeat left center;  
    font-size: 0.6875em; /* 11/16 px */
    font-weight: 700;
    color: #177aad;
    line-height: 14px;
    padding: 0 0 0 19px;
    text-transform: uppercase;
}

.site-search-results .all-results a:hover {
    text-decoration: none;
}

/* quick buyer */

.quick-buyer .img-container {
    height: 170px;
    overflow: hidden;
}

.quick-buyer .img-container img {
    margin: -20px 0 0 0;
}

.quick-buyer .info .text-container {
    width: 59%;
    text-align: left;
}

.quick-buyer .info .benefit-container {
    text-align: center;
}

.quick-buyer .info .buttons {
    width: 35%;
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.quick-buyer .info .buttons .button {
    width: auto;
    margin: 15px 0 0 0;
    float: none;
}

.quick-buyer .price-container {
    background: url(../img/quick-buyer-price.png?c=lossless_png) no-repeat;
    width: 142px;
    height: 52px;
    position: absolute;
    right: -30px;
    bottom: auto;
    top: 100px;
}

.quick-buyer .quick-buyer-logo {
    display: block;
    max-width: 162px;
    max-height: 125px;
    position: absolute;
    right: -30px;
    bottom: auto;
    top: 100px;
}

#splash .quick-buyer .price-container {
  bottom: 200px;
}

#splash .quick-buyer .quick-buyer-logo {
  bottom: 125px;
}

#content.car .quick-buyer .quick-buyer-logo {
    bottom: auto;
    top: -35px;
}

/* search watch */

.search-watch .search-results a.item, .search-watch .search-results a.item.odd, .search-watch .search-results a.more, .search-watch .search-results a.more.odd {
    width: 150px;
    margin: 0 10px 10px 0;
    float: left;
}

.search-watch .search-results a.item {
    height: 200px;
}

.search-watch .search-results {
    border-bottom: none;
}

/* news */

.news {
    margin: 0;
}

.news-banner,
.news-banner-big {
    width: 80%;
    margin: 20px 0 0 0;
}

.news-banner img {
    width: 15%;
    float: left;
}

.news-banner .info {
    width: 80%;
    float: right;
}

.news-banner .info h3 {
    font-size: 0.875em; /* 14/16 px*/
    font-weight: 600;
    color: #00a9b3;
    margin: 0;
}

.news-banner .info p {
    margin: 0;
}

.news-banner .info p.link {
    font-size: 0.8125em;
    font-weight: 600;
    color: #00a9b3;
}

/* recommended cars */

.recommended-cars {
    border: none;
}

.recommended-cars .item {
    width: 80%;
}

.store-main .recommended-cars .item {
    width: 33.333%;
    float: left;
}

.recommended-cars .page.selected {
    display:block;
    -webkit-animation-name: fadeInLeft; 
    -webkit-animation-duration: 0.8s; 
    -webkit-animation-iteration-count: 1; 
    -moz-animation-name: fadeInLeft; 
    -moz-animation-duration: 0.8s; 
    -moz-animation-iteration-count: 1;
    -ms-animation-name: fadeInLeft; 
    -ms-animation-duration: 0.8s; 
    -ms-animation-iteration-count: 1; 
    -o-animation-name: fadeInLeft; 
    -o-animation-duration: 0.8s; 
    -o-animation-iteration-count: 1; 
    animation-name: fadeInLeft; 
    animation-duration: 0.8s; 
    animation-iteration-count: 1; 
}

/* Store container (multiple maps) */

.store-container-multiple .info {
    padding: 20px;
}

.store-container-multiple .info h2 {
    color: #46536c;
    font-size: 1.375em; /* 22/16 px */
    font-weight: 400;
    margin: 0 0 10px 0;
}

.store-container-multiple .info h2 strong {
    font-weight: 700;
    color: #323d52;
}

.store-container-multiple p {
    font-weight: 1; /* 16px */
    margin: 0;
}

.store-container-multiple .store {
    width: 50%;
    float: left;
    text-align: center;
}

.store-container-multiple .store.col-3 {
    width: 33%;
}

.store-container-multiple .store .borders {
    border-top: 1px solid #d2d6db;
}

.store-container-multiple .store.col-3.middle {
    width: 34%;
}

.store-container-multiple .store.col-3.middle .borders {
    border-left: 1px solid #d2d6db;
    border-right: 1px solid #d2d6db;
}

.store-container-multiple .store.middle .borders {
    border-left: 1px solid #d2d6db;
}

.store-container-multiple .store-info {
    height: 110px;
}

.store-container-multiple .store h3 {
    font-size: 1.125em; /* 18/16 px */
    color: #747474;
}

.store-container-multiple .store p.address {
    color: #46536c;
}

.store-container-multiple .store-brands {
    display: table;
    width: 100%;
    height: 70px;
    padding: 0 0 10px 0;
}

.store-container-multiple .store-brands p {
    font-size: 1em; /* 18/16 px */
    font-weight: 400;
    color: #091630;
    display: table-cell;
    vertical-align: middle;
}

.store-container-multiple .store-brands p span.title {
    display: block;
    font-weight: 700;
}

.store-container-multiple .store p.distance {
    font-size: 0.875em; /* 14/16 px */
    font-weight: 700;
    color: #666666;
    margin: 0 0 10px 0;
}

.store-container-multiple .store a.button {
    width: 70%;
    margin: 0 15%;
}

/* CAR CAROUSEL */

.dark-bg {  
    display: none;
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 50;
}

#car-lightbox {
    width: 90%;
    position: fixed;
    left: 50%;
    margin-left: -45%;
    z-index: 51;
    box-shadow: 0 0 10px #001828;
    -moz-box-shadow: 0 0 10px #001828;
    -webkit-box-shadow: 0 0 10px #001828;
    -ms-box-shadow: 0 0 10px #001828;
    -o-box-shadow: 0 0 10px #001828;
}

#car-lightbox.active {
    transition: all 0.3s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -moz-transition: all 0.3s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -webkit-transition: all 0.3s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -ms-transition: all 0.3s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -o-transition: all 0.3s cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

#car-lightbox .close {
    right: -22px;
    top: -22px;
}

#car-lightbox .img-container {
    max-height: 60%;
    overflow: hidden;
}

#car-lightbox .zoom {
    display: none;
}

.car-carousel {
    border: 10px solid #001828;
}

.car-carousel .img-container {
    display: block;
    position: relative;
    border-bottom: 10px solid #001828;
}

.car-carousel .img-container .zoom {
    background: url(../img/d-car-carousel-zoom.png?c=lossless_png) no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.car-carousel .img-container .loader {
    background: #000 url(../img/img-loader1.gif) no-repeat center center;
    width: 8em;
    height: 8em;
    margin: -4em 0 0 -4em;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.car-carousel a.previous {
    left: -5px;
}

.car-carousel a.next {
    right: -5px;
}

.car-carousel .img-nav-container .img-link {
    display: none;
}

.car-carousel .img-nav-container:hover .img-link {
    display: block;
}

.car-carousel .img-slider .slide img {
    background: #001828;
    width: 96%;
    padding: 2%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.car-carousel .img-slider .slide a {
    cursor: pointer;
}

.car-carousel .img-slider .slide.active img {
    background: #e9212f;
}

/* contact accordion */

.contact-accordion {
    border: none;
}

.contact-accordion .contact-group {
    margin: 0 0 3px 0;
    border: 1px solid #c5d2dc;
}

.contact-accordion .contact-group .heading, .contact-accordion .contact-group .contacts {
    padding: 10px 20px;
}

.contact-accordion .contact-group .contact {
    width: 48%;
    margin-right: 2%;
    float: left;
}

/* SURVEY */

.lightbox.generic.survey-lightbox {
    width: 800px;
    margin-left: -400px;
}

.survey-lightbox .info {
    width: 72%;
    margin: 0 3% 0 0;
    float: left;
}

.survey-lightbox .img-container {
    width: 25%;
    float: right;
}

.survey-lightbox p {
    margin: 0 0 15px 0;
}

/* campaign */

.campaign .camp > * {
  display: block;
  margin-bottom: 20px;
}

/* NEW */

.wbox {
    margin: 0 0 20px 0;
}

.wbox.pad-group {
    padding: 20px;
}

.columns-4 .column {
    width: 23%;
    margin: 0 2% 0 0;
}

/* MERKKIPAIVAT */

#header.merkkipaivat {
  padding: 2px;
}

#header.merkkipaivat .wrapper {
  position: relative;
}

#header.merkkipaivat .wrapper h1 {  
  position: absolute;
  right: 0;
  top: 10px;
}
#header.merkkipaivat .wrapper h1 a{
    background: url("../img/laakkonen_logo_nega.png?c=lossless_png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    display: block;
    height: 38px;
    margin: 0;
    width: 190px;
} 


#header.merkkipaivat .wrapper h1 img{
    display: none;
}

.mp2014-header {
  padding: 70px 0 20px;
  text-align: left;
}

.mp2014-header img.logo {
  width: 220px;
  margin: 0 30px 0 0;
}

.mp2014-header h1 {
  font-size: 3.75em; /* 60/16 px */
}

#content.merkkipaivat h2 {
    font-size: 2.25em;
}

#content.merkkipaivat #brand-list h2 {
    font-size: 2.25em;
    margin: 0;
    color: #cd1719;
    float: left;
}

.mp2014-header p {
  margin-left: 250px;
}

.mp2014-header img.logo {
  float: left;
}

.mp2014-navigation a.navlink {
    width: 23%;
    margin: 0 1%;
}

.mp2014-navigation a.navlink span.table-cell {
  font-size: 1.3em;
}

.mp2014-navigation .button {
    display: block;
    height: auto;
    padding: 20px 0;
}

.mp2014-navigation .button>span {
    display: inline;
}

.mp2014-carousel .wrapper {
  position: relative;
}

.mp2014-carousel .box {
  /*background: url(../img/mp-offer-bg.png?c=lossless_png) repeat;*/
  background: #fff;
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
}

.mp2014-carousel .lift {
    background: url(../img/mp-ball-big-bg.png?c=lossless_png) no-repeat center;
    z-index: 10;
    width: 229px !important;
    height: 229px !important;
}

.mp2014-carousel .lift p.text {
  margin: 60px 0 0 0;
  font-size: 1.5em;
}

.mp2014-carousel .lift p.amount {
  font-size: 3em;
  font-weight: 800;
}

.mp2014-bottom img {
    width: 30%;
    margin: 0 30px 0 0;
    float: left;
}

.mp2014-bottom .info {
    margin-left: 34%;
}

.offers .item-list .items .item {
  width: 23.5%;
  min-width: 240px;
  display: inline-block;
  position: relative;
  margin: 0 5px 20px 5px;
  float: none;
  vertical-align: top; 
  text-align: left;
}

/*
.offers .item-list .items .item.item-0 {
  margin-left: 0;
}

.offers .item-list .items .item.item-2 {
  margin-right: 0;
}
*/
/*#content.merkkipaivat .mp2014-carousel .box p.price {
  font-size: 3em;
}

#content.merkkipaivat .mp2014-carousel .box .read-more {
  margin: 30px 0 0 20px;
}*/

.offers .item-list.offers-4 .items .item{
    width: 23.82%;
}
.offers .item-list.offers-4 .items .item.item-3{
    margin-right: 0
}


#content.merkkipaivat {
    padding-bottom: 0;
    overflow: hidden;
}

#content.merkkipaivat .welcome img {
    float: left;
    margin: 0;
}

#content.merkkipaivat .mp-links {
    width: 250px;
    margin: 20px 0;
    float: right;
}

#content.merkkipaivat .introduction .columns-2 .column-1 {
    width: 67.34693877551%;
}

#content.merkkipaivat .introduction .columns-2 .column-2 {
    width: 32.65306122449%;
}

#content.merkkipaivat .introduction .img-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

#content.merkkipaivat .talknow-container {
  width: 50%;
}

/* video */
.mp2014-video-block .video-block-container{
    position: relative;
    margin: 40px 0;
}
.mp2014-video-block .video-content{
    max-width: 520px;
    margin: 0 0 0 auto;
}
.mp2014-video-block .embed-container{
    margin-left: -130px;
}
.merkkipaiva-kyltti {
  position: absolute;
  left: -39px;
  width: 390px;
  bottom: -85px;
}
.merkkipaiva-kurkistus {
  position: absolute;
  right: -29px;
  width: 216px;
  top: 34px;
}

@media (min-width: 1200px) {
    .merkkipaiva-kyltti{
        left: -65px;
        width: 450px;
    }
    .merkkipaiva-kurkistus{
        right: -136px;
        width: 240px;
    }
    .mp2014-video-block .video-content{
        max-width: 640px;
    }
    .mp2014-video-block .embed-container{
        margin-left: -40px;
    }
}

@media (max-width: 1120px) {
    .merkkipaiva-kyltti {
        left: -35px;
        width: 320px;
    }
    .mp2014-video-block .video-content {
        max-width: 500px;
    }
    .mp2014-video-block .embed-container {
        margin-left: -134px;
    }
    .merkkipaiva-kurkistus{
        right: 0;
        width: 182px;
    }
}

@media (max-width: 1000px) {
    .merkkipaiva-kyltti {
      width: 320px;
    }
}


@media (max-width: 968px){
  .merkkipaiva-kyltti {
    left: auto;
    width: 420px;
    bottom: auto;
    margin: auto;
    position: relative;
  }
  .merkkipaiva-kurkistus{
    display: none;
  }
}


/* EXTRA MEDIA QUERIES */

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

    /* make sure brand logos wrap neatly at iPad-ish screen sizes */
    #brand-list ul li {
            min-width: 90px;
            margin-bottom: 0.7em;
    }
    
    #brand-list ul {
            padding-bottom: 0;
    }
}


/* iPad range */
@media only screen and (max-width: 1060px) { 
  
  .fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
    min-width: 200px;
}
  
    #header h1.logo {
        width: 180px;
    }
  
  #header .social-media {
    right: 490px;
    margin: 0;
  }

    .profile-box {
        right: 220px;
        margin: 0;
    }

    .profile-box.search-box {
        right: 10px;
        margin: 0;
    }

    .login-form .row .left { width: 37%; }
    .login-form .row .right { width: 60%; }

    #header ul#main-navigation>li>a {
        font-size: 1.0769230769230769em; /* 14/13 px */
    }

    #header ul#main-navigation li.first {
        padding: 0 0.72% 0 0;
    }

    #header ul#main-navigation li.last {
        padding: 0 0 0 0.72%;
    }

    #header ul#main-navigation li {
        padding: 0 0.72%;
        margin: 15px 0 0 0;
    }

    /*#header ul#main-navigation {
        margin: 15px 0 0 0;
    }

    #header ul#main-navigation li {
        padding: 0 3% 5px 0;
    }

    #header ul#main-navigation li.last {
        padding: 0 0 5px 0;
    }

    #header ul#main-navigation li.mobile-last {
        clear: both;
    }
  
    #header ul#main-navigation li.mobile-last, #header ul#main-navigation li.first {
        padding: 0 3% 5px 0;
    }  

    #search-filters .layer-2 .search-submit {   
        width: 11%;
        font-size: 0.8em;
    }*/

    #search-filters .layer-2 .search-submit .amount:before {
        content: "(";
    }
    #search-filters .layer-2 .search-submit .amount:after {
        content: ")";
    }

    #main-carousel .control .wheel .links a.slide-link {
        font-size: 0.6875em;
        line-height: 1em;
    }

    #main-carousel .control .wheel-selected {
        width: 110%;
        margin-top: -10.5%;
        margin-left: 5%;
    }

    #splash .campaign-container {
        width: 40%;
    }

    #splash #maintenance {
        width: 50%;
        min-height: 0;
    }
  
    #splash #maintenance h2, #splash #test-drive h2 {
        text-align: center;
    }

    #splash #maintenance p {
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }

    #splash #test-drive p {
        display: none;
    }
  
    #splash #test-drive #reserve-test-drive {
        margin: 10px 0 0 0;
    }

    #splash #test-drive {
        width: 50%;
        background: #fff;
        min-height: 0;
        padding: 15px 3.067484662577%; /* 30/978 px */
        border-top: none;
        border-bottom: 1px solid #b5bbc3;
        border-right: 1px solid #b5bbc3;
        border-left: 1px solid #b5bbc3;
        clear: left;
    }

    #splash #test-drive h2 .big {
        display: inline;
        color: #000;
        font-size: 1em;
        text-transform: none;
    }
    
    #splash #test-drive .container, #splash #test-drive input {     
        display: none;
    }

    #search-filters .container.brands {
        width: 18.408163265306%;
        position: relative;
    }

    #search-filters .container.models {
        width: 15.265306122449%;
        position: relative;
    }
    
    #search-filters .layer-3 ul li a {
        margin: 0 0 0 12px;
        padding: 0 12px 0 0;
        font-size: 0.64em;
    }
    
    #search-filters .layer-3 ul li,
    #search-filters .layer-3 ul li.last {
        margin: 0;
    }
    
    #search-list .header-layer .container span {
        display: block;
    }

    #search-list .header-layer .container select {
        width: 90%;
    }

    #search-list .header-layer .container.last input[type=button] {
        margin: 13px 0 0 0;
    }

    #search-list .column-1 {
        width: 64%;
        margin: 0 0 0 1%;
    }

    #search-list .column-1 .item #talkNowActive p {
        font-size: 0.8125em; /* 13/16px */
    }

    #search-list .column-1 .item #talkNowActive p.car-name {
        font-size: 0.75em; /* 12/16 px */
    }

    #search-list .column-1 .item #talkNowActive #lekaneform {
        padding: 0 0 10px 0;
    }

    #search-list .column-1 .item #talkNowActive #talkNowActiveHeader {
        padding: 10px 0 0 0;
    }

    #search-list .column-1 .item .car-container {
        background: #fff url(../img/d-search-price-bg-ipad.png?c=lossless_png) no-repeat right top;
    }

    #search-list .column-1 .item .img-container {
        width: 24%;
    }

    #search-list .column-1 .item .info {
        width: 42%;
    }

    #search-list .column-1 .item .container .desktop {
        display: none;
    }

    #search-list .column-1 .item .container.desktop {
        display: block;
        padding: 10px 0 0 0;
        float: none;
        clear: both;
    }

    #search-list .column-1 .item a.contact .desktop {
        display: none;
    }

    #search-list .column-1 .item .info h3 {
        font-size: 0.875em; /* 14px */
        font-weight: 600;
        line-height: 16px;
        margin: 0;
    }

    #search-list .column-1 .item .price-container {
        width: 130px;
        padding: 15px 10px 15px 0;
    }

    #search-list .column-1 .item .price-container p.price .amount,
    #search-list .column-1 .item .price-container p.price .euro.big {
        font-size: 1.125em; /* 18/16 px */
    }   

    #search-list .column-1 .item .price-container a.button-dark {
        height: auto;
        margin: 6px 0;
    }

    #search-list .column-2 {
        width: 34%;
        margin: 0 1% 0 0;
    }

    #content.car .laakkonen-bg .column-1 {
        width: 72%;
        float: left;
    }

    #content.car .laakkonen-bg .column-2 {
        width: 28%;
        float: right;
    }

    #content.car .laakkonen-bg ul.specs li.price {
        font-size: 1.45454545454545em; /* 16/11 px */
    }

    #content.car .laakkonen-bg a.button {
        width: 80%;
    }

    #content.car .store {
        height: 200px;
    }

    #content.compare .laakkonen-bg .column-2 .container {
        width: 100%;
        overflow: hidden;
    }

    #content.compare .laakkonen-bg .column-2 .container span {
        width: 28%;
        margin: 0 5% 0 0;
        text-align: right;
    }

    #content.compare .laakkonen-bg .column-2 .container select {
        width: 67%;
        margin: 0;
    }

    #content.compare .laakkonen-bg .column-2 a.button {
        width: 61%;
        padding: 0 3%;
        margin: 10px 0 0 0;
        float: right;
    }

    #content.compare table.light tr.info a.button {
        width: 80%;
        margin: 15px 10% 0 10%;
    }

    #content.store .laakkonen-bg ul li {
        width: 25%;
        margin: 0 5% 0 0;
    }

    #content.store .store-main .department-hours .item .department,
    .department-hours .item .department {
        width: 100%;
    }

    #content.store .store-main .department-hours .item .open,
    .department-hours .item .open {
        width: 100%;
        margin: 8px 0 0 0;
    }

    #content.store .store-main .welcome .column-1, #content.store .store-main .welcome .column-2 {
        width: 100%;
        float: none;
    }

    #content.store .store-main .welcome .img-container {
        width: 10%;
    }

    #content.store .store-main .welcome .info {
        margin: 3% 0 0 0;
    }

    #content.store .store-main .news {
        width: 60%;
    }

    #content.store .store-main .campaign-container {
        width: 40%;
        float: right;
    }

    #content.store .store-main .recommended-cars {
        width: 100%;
        margin: 15px 0 0 0;
    }

    #content.store .store-main .recommended-cars .item {
        width: 30.333333333333%;
        margin: 0 3% 0 0;
        float: left;
    }

    #content.store .search-container .left {
        width: 13%;
    }

    #content.store .search-container input {
        width: 87%;
    }

    #content.profile .user .buttons .button {
        width: 97%;
        margin: 0 0 10px 0;
    }

    #content.profile .user .buttons .button[type=submit] {
        width: 100%;
    }

    #content.profile .column-2 .search-results a.more .img-container {
        width: 89%;
    }

    #content.profile .column-2 .search-results a.more p {
        font-size: 0.75em; /* 12/16 px */
        height: 36px;
        margin-top: -18px;
    }

    #content.static .columns-2 .column-1 {
        width: 40%;
    }

    #content.static .columns-2 .column-2 {
        width: 60%;
    }

    #footer {
        background: #001828 url(../img/d-footer-bg.png?c=lossless_png) no-repeat 107% top;
    }

    #footer h2 {
        width: 90%;
    }

    #footer-bottom p,
    #footer-bottom ul#footer-links {
        padding: 5px 0;
        float: none;
    }

    #footer-bottom ul#footer-links li.first a {
        padding-left: 0;
    }

    .no-ipad {
        display: none;
    }

    /* location picker */

    .location-picker.multiple .results .item .item-section.first {
        width: 50%;
    }

    .location-picker.multiple .results .item .item-section.second {
        width: 47%;
    }

    .location-picker.multiple .item-section.second .column {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .location-picker.multiple .results .item .multiple-w50-large {
        width: 100%;
        float: none;
    }

    .location-picker.multiple .item-section.second .column .button-red {
        width: 47.5%;
        float: left;
    }

    .location-picker.multiple .item-section.second .column .button-light {
        width: 47.5%;
        float: right;
    }

    /* maintenance */

    .tablecal .row .day.active .frame {
        display: none;
    }

    /* recommended cars */

    .recommended-cars {
        padding: 0;
        border: none;
    }

    .recommended-cars .item {
        margin: 5px 0;
    }

    .recommended-cars .item .img-container {
        width: 75%;
        margin: 0 auto;
        float: none;
    }

    .recommended-cars .item .info {
        width: 100%;
        float: none;
        text-align: center;
    }

    /* store container (single map) */

    .store-container .item .select {
        display: none;
    }

    .store-container .item .select.ipad {
        display: block;
        padding: 5px 12px;
    }

    /* store container (multiple maps) */

    .store-container-multiple .store-info {
        height: 130px;
    }

    .store-container-multiple .store-brands {
        height: 110px;
    }

    /* contact accordion */

    .contact-accordion .contact-group .contact table.info th {
        font-size: 0.8125em; /* 13/16 px */
    }

    .contact-accordion .contact-group .contact table.info td {
        font-size: 0.75em; /* 12/16 px */
    }

    /* fund calc */

    .fund-calc-container .container p {
        font-size: 0.625em; /* 10/16 px */
    }

    /* --- */

    span.ipad-only {
        display: inline;
    }

    div.ipad-only, p.ipad-only {
        display: block;
    }

    span.ipad {
        display: inline !important;
    }

    div.ipad, p.ipad {
        display: block !important;
    }

    /* BUTTONS */

    .button {
        font-size: 0.6875em; /* 11/16 px */
    }

    /* merkkipäivät 2014 */

    .mp2014-navigation a.navlink span.table-cell {
      font-size: 1em;
    }

    .mp2014-carousel .lift {
        background: url(../img/mp-ball-bg.png?c=lossless_png) no-repeat center !important;
        z-index: 10;
        width: 125px !important;
        height: 124px !important;
    }

    .mp2014-carousel .lift p.text {
      margin: 34px 0 0 0;
      font-size: 1em;
    }

    .mp2014-carousel .lift p.amount {
      font-size: 1.575em;
      font-weight: 800;
    }

    .offers .item-list .items .item {
      width: 46%;
      display: inline-block;
      position: relative;
      margin: 0 1.5% 20px 1.5%;
      float: none;
      vertical-align: top;  
    }

    .offers .item-list .items .item.item-0,
    .offers .item-list .items .item.item-1,
    .offers .item-list .items .item.item-2 {
        margin: 0 1.5% 20px 1.5%;
    }

    .car-offers .item-list .item p.price {
        text-align: center;
    }
}

/* ONLY DESKTOP */
@media only screen and (min-width: 1061px) { 
    .w0-large { width: 0%; }
    .w1-large { width: 1%; }
    .w2-large { width: 2%; }
    .w3-large { width: 3%; }
    .w4-large { width: 4%; }
    .w5-large { width: 5%; }
    .w6-large { width: 6%; }
    .w7-large { width: 7%; }
    .w8-large { width: 8%; }
    .w9-large { width: 9%; }
    .w10-large { width: 10%; }
    .w11-large { width: 11%; }
    .w12-large { width: 12%; }
    .w13-large { width: 13%; }
    .w14-large { width: 14%; }
    .w15-large { width: 15%; }
    .w16-large { width: 16%; }
    .w17-large { width: 17%; }
    .w18-large { width: 18%; }
    .w19-large { width: 19%; }
    .w20-large { width: 20%; }
    .w21-large { width: 21%; }
    .w22-large { width: 22%; }
    .w23-large { width: 23%; }
    .w24-large { width: 24%; }
    .w25-large { width: 25%; }
    .w26-large { width: 26%; }
    .w27-large { width: 27%; }
    .w28-large { width: 28%; }
    .w29-large { width: 29%; }
    .w30-large { width: 30%; }
    .w31-large { width: 31%; }
    .w32-large { width: 32%; }
    .w33-large { width: 33%; }
    .w34-large { width: 34%; }
    .w35-large { width: 35%; }
    .w36-large { width: 36%; }
    .w37-large { width: 37%; }
    .w38-large { width: 38%; }
    .w39-large { width: 39%; }
    .w40-large { width: 40%; }
    .w41-large { width: 41%; }
    .w42-large { width: 42%; }
    .w43-large { width: 43%; }
    .w44-large { width: 44%; }
    .w45-large { width: 45%; }
    .w46-large { width: 46%; }
    .w47-large { width: 47%; }
    .w48-large { width: 48%; }
    .w49-large { width: 49%; }
    .w50-large { width: 50%; }
    .w51-large { width: 51%; }
    .w52-large { width: 52%; }
    .w53-large { width: 53%; }
    .w54-large { width: 54%; }
    .w55-large { width: 55%; }
    .w56-large { width: 56%; }
    .w57-large { width: 57%; }
    .w58-large { width: 58%; }
    .w59-large { width: 59%; }
    .w60-large { width: 60%; }
    .w61-large { width: 61%; }
    .w62-large { width: 62%; }
    .w63-large { width: 63%; }
    .w64-large { width: 64%; }
    .w65-large { width: 65%; }
    .w66-large { width: 66%; }
    .w67-large { width: 67%; }
    .w68-large { width: 68%; }
    .w69-large { width: 69%; }
    .w70-large { width: 70%; }
    .w71-large { width: 71%; }
    .w72-large { width: 72%; }
    .w73-large { width: 73%; }
    .w74-large { width: 74%; }
    .w75-large { width: 75%; }
    .w76-large { width: 76%; }
    .w77-large { width: 77%; }
    .w78-large { width: 78%; }
    .w79-large { width: 79%; }
    .w80-large { width: 80%; }
    .w81-large { width: 81%; }
    .w82-large { width: 82%; }
    .w83-large { width: 83%; }
    .w84-large { width: 84%; }
    .w85-large { width: 85%; }
    .w86-large { width: 86%; }
    .w87-large { width: 87%; }
    .w88-large { width: 88%; }
    .w89-large { width: 89%; }
    .w90-large { width: 90%; }
    .w91-large { width: 91%; }
    .w92-large { width: 92%; }
    .w93-large { width: 93%; }
    .w94-large { width: 94%; }
    .w95-large { width: 95%; }
    .w96-large { width: 96%; }
    .w97-large { width: 97%; }
    .w98-large { width: 98%; }
    .w99-large { width: 99%; }
    .w100-large { width: 100%; }

    #search-filters .wrapper {
        width: 90%;
    }

    #search-filters .layer-2 .search-submit {
        padding: 1px 0;
        line-height: 0.9em;
        font-size: 0.9em;
    }

/* corner curl
    #search-filters .layer-2 .search-submit {
        background: url('../img/button-green-corner.png?c=lossless_png') no-repeat;
    }
*/

    #search-filters .layer-2 .search-submit:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #search-filters .layer-2 .search-submit:active {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    #search-filters .layer-2 .search-submit .amount {
        font-size: 1.0em; /* orig. 0.6875em = 11/16p px */
        display: inline;
    }
    
    #search-filters .layer-2 .search-submit .amount:before {
        content: "(";
    }
    #search-filters .layer-2 .search-submit .amount:after {
        content: ")";
    }



/* corner text style for corner curl
    #search-filters .layer-2 .search-submit .amount {
        color: #fff;
        font-size: 0.6875em;
        line-height: 1.5em;
        padding: 1px 5px 0 0;
        position: absolute;
        top: 0;
        right: 0;
        text-shadow: none;
        -moz-text-shadow: none;
        -webkit-text-shadow: none;
        -ms-text-shadow: none;
        -o-text-shadow: none;
    }
*/
    

    #search-list .wrapper {
        width: 90%;
    }

    #search-list .header-layer {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    #search-list .column-1 .item p {
        font-size: 0.8125em; /* 13/16 px */
    }

    #search-list .column-1 .item .info .container {
        width: 33%;
        padding: 0;
        float: left;
    }

    #search-list .column-1 .item .info .layer-2 {
        margin: 20px 0 0 0;
    }

    #content.store .store-main .welcome .column-2 {
        margin: 0;
        float: right;
    }

    #content.compare .laakkonen-bg .column-2 a.button {
        width: 210px;
    }
}

/* Max width and further */
@media only screen and (min-width: 1222px) { 

    /* profile modules */

    .login-lightbox, .lightbox.generic {
        margin: 0 0 0 -275px;
    }
}

/* GENERIC DESKTOP RULES */

.wrapper {
    width: 93.75%; /* old was 90% -> 980px */
    max-width: 1100px;
}

span.desktop, a.desktop, img.desktop, li.desktop, input.desktop, button.desktop, label.desktop {
    display: inline;
}

div.desktop, p.desktop, ul.desktop, ol.desktop, article.desktop, section.desktop, header.desktop, footer.desktop, h1.desktop, h2.desktop, h3.desktop, h4.desktop {
    display: block;
}

td.desktop {
    display: table-cell;
}

/* ANIMATIONS & TRANSITIONS */

#search-list .column-1 .item .overflow.inactive .car-container,
#search-list .column-1 .item .overflow.inactive #talkNowActive {    
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#search-list .column-1 .item .overflow.active .car-container.inactive,
#search-list .column-1 .item .overflow.active .car-container.inactive:hover {   
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;    
    transition: all 0.15s linear;
}

#search-list .column-1 .item .overflow.active .car-container.inactive:hover {
    right: -68.5%;
    cursor: pointer;
}

#search-list .column-1 .item .overflow.active .car-container {  
    -moz-animation: slidecontact-car 0.6s;
    -webkit-animation: slidecontact-car 0.6s;
    -ms-animation: slidecontact-car 0.6s;
    -o-animation: slidecontact-car 0.6s;
    animation: slidecontact-car 0.6s;
    -moz-animation-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -webkit-animation-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -ms-animation-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-animation-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
}

#search-list .column-1 .item .overflow.active #talkNowActive {  
    -moz-animation: slidecontact-talknow 0.6s;
    -webkit-animation: slidecontact-talknow 0.6s;
    -ms-animation: slidecontact-talknow 0.6s;
    -o-animation: slidecontact-talknow 0.6s;
    animation: slidecontact-talknow 0.6s;
    -moz-animation-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -webkit-animation-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -ms-animation-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-animation-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
}

@-moz-keyframes slidecontact-car {
    0% { right: 0%; }
    85% { right: -80%; }
    100% { right: -70%; }
}

@-webkit-keyframes slidecontact-car {
    0% { right: 0%; }
    85% { right: -80%; }
    100% { right: -70%; }
}

@-ms-keyframes slidecontact-car {
    0% { right: 0%; }
    85% { right: -80%; }
    100% { right: -70%; }
}

@-o-keyframes slidecontact-car {
    0% { right: 0%; }
    85% { right: -80%; }
    100% { right: -70%; }
}

@keyframes slidecontact-car {
    0% { right: 0%; }
    85% { right: -80%; }
    100% { right: -70%; }
}

@-moz-keyframes slidecontact-talknow {
    0% { left: -70%; }
    85% { left: 10%; }
    100% { left: 0%; }
}

@-webkit-keyframes slidecontact-talknow {
    0% { left: -70%; }
    85% { left: 10%; }
    100% { left: 0%; }
}

@-ms-keyframes slidecontact-talknow {
    0% { left: -70%; }
    85% { left: 10%; }
    100% { left: 0%; }
}

@-o-keyframes slidecontact-talknow {
    0% { left: -70%; }
    85% { left: 10%; }
    100% { left: 0%; }
}

@keyframes slidecontact-talknow {
    0% { left: -70%; }
    85% { left: 10%; }
    100% { left: 0%; }
}

@-webkit-keyframes bounce { 
    0%,
    20%,
    50%,
    80%,
    100% { -webkit-transform: translateY() }

    40% { -webkit-transform: translateY(-30px) }

    60% { -webkit-transform: translateY(-15px) }
}

@-moz-keyframes bounce { 
    0%,
    20%,
    50%,
    80%,
    100% { -moz-transform: translateY() }

    40% { -moz-transform: translateY(-30px) }

    60% { -moz-transform: translateY(-15px) }
}

@-o-keyframes bounce { 
    0%,
    20%,
    50%,
    80%,
    100% { -o-transform: translateY() }

    40% { -o-transform: translateY(-30px) }

    60% { -o-transform: translateY(-15px) }
}

@keyframes bounce { 
    0%,
    20%,
    50%,
    80%,
    100% { transform: translateY() }

    40% { transform: translateY(-30px) }

    60% { transform: translateY(-15px) }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes fadeIn { 
    0% { opacity: 0 }

    100% { opacity: 1 }
}

@-moz-keyframes fadeIn { 
    0% { opacity: 0 }

    100% { opacity: 1 }
}

@-o-keyframes fadeIn { 
    0% { opacity: 0 }

    100% { opacity: 1 }
}

@keyframes fadeIn { 
    0% { opacity: 0 }

    100% { opacity: 1 }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY();
    }
}

@-moz-keyframes fadeInUp { 
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY();
    }
}

@-o-keyframes fadeInUp { 
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY();
    }
}

@keyframes fadeInUp { 
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY();
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY();
    }
}

@-moz-keyframes fadeInDown { 
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY();
    }
}

@-o-keyframes fadeInDown { 
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY();
    }
}

@keyframes fadeInDown { 
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY();
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft { 
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX();
    }
}

@-moz-keyframes fadeInLeft { 
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX();
    }
}

@-o-keyframes fadeInLeft { 
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX();
    }
}

@keyframes fadeInLeft { 
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX();
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight { 
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX();
    }
}

@-moz-keyframes fadeInRight { 
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX();
    }
}

@-o-keyframes fadeInRight { 
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX();
    }
}

@keyframes fadeInRight { 
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX();
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes bounceIn { 
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% { -webkit-transform: scale(.9) }

    100% { -webkit-transform: scale(1) }
}

@-moz-keyframes bounceIn { 
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% { -moz-transform: scale(.9) }

    100% { -moz-transform: scale(1) }
}

@-o-keyframes bounceIn { 
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }

    70% { -o-transform: scale(.9) }

    100% { -o-transform: scale(1) }
}

@keyframes bounceIn { 
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% { transform: scale(.9) }

    100% { transform: scale(1) }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }

    80% { -webkit-transform: translateY(10px) }

    100% { -webkit-transform: translateY() }
}

@-moz-keyframes bounceInUp { 
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }

    80% { -moz-transform: translateY(10px) }

    100% { -moz-transform: translateY() }
}

@-o-keyframes bounceInUp { 
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px);
    }

    80% { -o-transform: translateY(10px) }

    100% { -o-transform: translateY() }
}

@keyframes bounceInUp { 
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% { transform: translateY(10px) }

    100% { transform: translateY() }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% { -webkit-transform: translateY(-10px) }

    100% { -webkit-transform: translateY() }
}

@-moz-keyframes bounceInDown { 
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }

    80% { -moz-transform: translateY(-10px) }

    100% { -moz-transform: translateY() }
}

@-o-keyframes bounceInDown { 
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }

    80% { -o-transform: translateY(-10px) }

    100% { -o-transform: translateY() }
}

@keyframes bounceInDown { 
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% { transform: translateY(-10px) }

    100% { transform: translateY() }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceOut { 
    0% { -webkit-transform: scale(1) }

    25% { -webkit-transform: scale(.95) }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}

@-moz-keyframes bounceOut { 
    0% { -moz-transform: scale(1) }

    25% { -moz-transform: scale(.95) }

    50% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
}

@-o-keyframes bounceOut { 
    0% { -o-transform: scale(1) }

    25% { -o-transform: scale(.95) }

    50% {
        opacity: 1;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -o-transform: scale(.3);
    }
}

@keyframes bounceOut { 
    0% { transform: scale(1) }

    25% { transform: scale(.95) }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp { 
    0% { -webkit-transform: translateY() }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes bounceOutUp { 
    0% { -moz-transform: translateY() }

    20% {
        opacity: 1;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-o-keyframes bounceOutUp { 
    0% { -o-transform: translateY() }

    20% {
        opacity: 1;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp { 
    0% { transform: translateY() }

    20% {
        opacity: 1;
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown { 
    0% { -webkit-transform: translateY() }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@-moz-keyframes bounceOutDown { 
    0% { -moz-transform: translateY() }

    20% {
        opacity: 1;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}

@-o-keyframes bounceOutDown { 
    0% { -o-transform: translateY() }

    20% {
        opacity: 1;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}

@keyframes bounceOutDown { 
    0% { transform: translateY() }

    20% {
        opacity: 1;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes rotateInUpLeft { 
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate();
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpLeft { 
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate();
        opacity: 1;
    }
}

@-o-keyframes rotateInUpLeft { 
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate();
        opacity: 1;
    }
}

@keyframes rotateInUpLeft { 
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate();
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateOutDownLeft { 
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate();
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutDownLeft { 
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate();
        opacity: 1;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutDownLeft { 
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate();
        opacity: 1;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft { 
    0% {
        transform-origin: left bottom;
        transform: rotate();
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes hinge { 
    0% {
        -webkit-transform: rotate();
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY();
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        opacity: 0;
    }
}

@-moz-keyframes hinge { 
    0% {
        -moz-transform: rotate();
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -moz-transform: rotate(80deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    40% {
        -moz-transform: rotate(60deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    80% {
        -moz-transform: rotate(60deg) translateY();
        opacity: 1;
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    100% {
        -moz-transform: translateY(700px);
        opacity: 0;
    }
}

@-o-keyframes hinge { 
    0% {
        -o-transform: rotate();
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -o-transform: rotate(80deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    40% {
        -o-transform: rotate(60deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    80% {
        -o-transform: rotate(60deg) translateY();
        opacity: 1;
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    100% {
        -o-transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge { 
    0% {
        transform: rotate();
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY();
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

/* maintenance 2014 */

/* service results */

.service-results .store {
  height: 280px;
  border-bottom: 1px solid #D2D6DB;
  overflow: hidden;
}

.service-results .store .map-container {
  width: 100%;
  height: 380px;
  padding: 3px;
}

/* main phases */

.maintenance .register-form {
}

.maintenance .license-results label {
  text-align: right;  
}

.maintenance .license-results .input {
  padding: 0 10px;
}

/* 2014 NEW */

.col-left {
  float: left;
  padding: 0 20px 0 0;
}

.col-right {
  float: right;
  padding: 0 0 0 20px;
}

.col-middle {
  float: left;
  padding: 0 20px;
}

.w0 { width: 0%; }
.w1 { width: 1%; }
.w2 { width: 2%; }
.w3 { width: 3%; }
.w4 { width: 4%; }
.w5 { width: 5%; }
.w6 { width: 6%; }
.w7 { width: 7%; }
.w8 { width: 8%; }
.w9 { width: 9%; }
.w10 { width: 10%; }
.w11 { width: 11%; }
.w12 { width: 12%; }
.w13 { width: 13%; }
.w14 { width: 14%; }
.w15 { width: 15%; }
.w16 { width: 16%; }
.w17 { width: 17%; }
.w18 { width: 18%; }
.w19 { width: 19%; }
.w20 { width: 20%; }
.w21 { width: 21%; }
.w22 { width: 22%; }
.w23 { width: 23%; }
.w24 { width: 24%; }
.w25 { width: 25%; }
.w26 { width: 26%; }
.w27 { width: 27%; }
.w28 { width: 28%; }
.w29 { width: 29%; }
.w30 { width: 30%; }
.w31 { width: 31%; }
.w32 { width: 32%; }
.w33 { width: 33%; }
.w34 { width: 34%; }
.w35 { width: 35%; }
.w36 { width: 36%; }
.w37 { width: 37%; }
.w38 { width: 38%; }
.w39 { width: 39%; }
.w40 { width: 40%; }
.w41 { width: 41%; }
.w42 { width: 42%; }
.w43 { width: 43%; }
.w44 { width: 44%; }
.w45 { width: 45%; }
.w46 { width: 46%; }
.w47 { width: 47%; }
.w48 { width: 48%; }
.w49 { width: 49%; }
.w50 { width: 50%; }
.w51 { width: 51%; }
.w52 { width: 52%; }
.w53 { width: 53%; }
.w54 { width: 54%; }
.w55 { width: 55%; }
.w56 { width: 56%; }
.w57 { width: 57%; }
.w58 { width: 58%; }
.w59 { width: 59%; }
.w60 { width: 60%; }
.w61 { width: 61%; }
.w62 { width: 62%; }
.w63 { width: 63%; }
.w64 { width: 64%; }
.w65 { width: 65%; }
.w66 { width: 66%; }
.w67 { width: 67%; }
.w68 { width: 68%; }
.w69 { width: 69%; }
.w70 { width: 70%; }
.w71 { width: 71%; }
.w72 { width: 72%; }
.w73 { width: 73%; }
.w74 { width: 74%; }
.w75 { width: 75%; }
.w76 { width: 76%; }
.w77 { width: 77%; }
.w78 { width: 78%; }
.w79 { width: 79%; }
.w80 { width: 80%; }
.w81 { width: 81%; }
.w82 { width: 82%; }
.w83 { width: 83%; }
.w84 { width: 84%; }
.w85 { width: 85%; }
.w86 { width: 86%; }
.w87 { width: 87%; }
.w88 { width: 88%; }
.w89 { width: 89%; }
.w90 { width: 90%; }
.w91 { width: 91%; }
.w92 { width: 92%; }
.w93 { width: 93%; }
.w94 { width: 94%; }
.w95 { width: 95%; }
.w96 { width: 96%; }
.w97 { width: 97%; }
.w98 { width: 98%; }
.w99 { width: 99%; }
.w100 { width: 100%; }