@font-face {
    font-family: 'almoni';
    src: url('fonts/almoni-neue-tzar-aaa-400.eot');
    src: url('fonts/almoni-neue-tzar-aaa-400.eot?#iefix') format('embedded-opentype'), url('fonts/almoni-neue-tzar-aaa-400.woff') format('woff'), url('fonts/almoni-neue-tzar-aaa-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'almoni';
    src: url('fonts/almoni-neue-tzar-aaa-800.eot');
    src: url('fonts/almoni-neue-tzar-aaa-800.eot?#iefix') format('embedded-opentype'), url('fonts/almoni-neue-tzar-aaa-800.woff') format('woff'), url('fonts/almoni-neue-tzar-aaa-800.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica';
    src: url('fonts/HELVETICALTSTD-LIGHT.OTF') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica';
    src: url('fonts/HELVETICALTSTD-BOLD.OTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica';
    src: url('fonts/HELVETICALTSTD-BLKCOND.OTF') format('truetype');
    font-weight: 800;
    font-style: condensed;
}


/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
input,
select,
textarea,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

html {
    font-family: almoni;
    width: 100%;
    height: 100%;
    font-size: 4.4vw;
    font-weight: 100;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    background: url(../images/bg-mobile.jpg) top center no-repeat #000;
    background-size: 100%;
    color: #fff;
  
    overflow: hidden;
}

.notice{
    text-align: right;
}

iframe {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a:focus,
input:focus,
select:focus {
    outline: 2px solid lime!important;
}
.desktop {
    display: none !important;
}
.mobile {
    display: inline-block;
}
del{text-decoration: none;}
.adv{
    font-weight: 100;
    color: #fff;
    font-size: 1.75em;margin-top: 0.5em;
}
[aria-hidden="true"] {
    visibility: hidden;
    height: 0 !important;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.line {
    letter-spacing: -0.5em;
    font-weight: 100;
}
.not-active{display: none;}
#wrapper {
    text-align: center;
    overflow-x: hidden;
    width: 100%;
    direction: rtl;

}
#carsinfo{
    display: none;
}
#form_wrapper {
    margin: 2em auto;
    width: 17em;
}

#contact_form {
    margin-top: 3em;
}

.form_item {
    margin-bottom: 0.78em;
    position: relative;
    text-align: right;
}

.error_msg {}

[aria-hidden="true"] {
    visibility: hidden;
}
.swiper-slide .main-img{width:100%;}
.swiper-container{width:100%;overflow-x: hidden;height: 100%;}
.swiper-container-rtl .swiper-button-prev{background: url(../images/arrow.png) no-repeat center center;
    background-size: 100%;  
    left: 10px;
    right: unset;
    transform: rotate(180deg);
    width: 2em;
    height: 2em

}
.swiper-container-rtl .swiper-button-next{background: url(../images/arrow.png) no-repeat center center;
    background-size: 100%;
    right: 10px;
    left: unset;
    /* transform: rotate(180deg);   */
    width: 2em;
    height: 2em
}
.txt1{
    top: 14vw;
  z-index: 1;
    position: absolute;
    font-size: 9vw;
    left: 7em;
}
.swiper-button-disabled{display: none !important;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{content: "";}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{content: "";}
.swiper-button-next, .swiper-button-prev{top:52.5%;}
/* .swiper-button-next{display: none;} */
.en {
    font-family: almoni;font-size: 0.9em;
}

input {
    height: 1.85em;
    border: none;
    background: transparent;
    font-family: almoni;
}

input[type=text],
input[type=tel],input[type=email] {
    text-indent: 20px;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/small-arrow.png) no-repeat left #fff;
    -webkit-appearance: none;
    background-size: 5%;
    background-position: 2%;
    border: none;
    height: 2em;
    color: #000;
    font-size: 1.35em;
    text-indent: 11px;
    width: 100%;
    font-family: almoni;
}

select::-ms-expand {
    display: none;
}

header {
    position: absolute;
    /* right: 0.8em; */
    top: 0;
    width: 100%;
}
#content {
    position: absolute;
    left: 0;
   /* top: 3em;*/
   top: 14vw;
    width:100%;
    text-align: center;
    z-index: 999;
}
#content h1 {
       font-size: 2.2em;
    line-height: 0.75;
    font-weight: 800;
    text-shadow: 1px 3px 2px #000;
    font-family: almoni;
    color:#fff;
    text-align: center;
   z-index: 2;
  position: relative;
}
#content h1 .smaller-mob{font-size: 0.87em;}
#content h1 .bigger-head{font-size: 0.87em;}
 h2 {
    color: #fff;
    font-weight: 800;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 2.6em;
    width: 83%;
    margin: auto;
    margin-top: 7.6em;
    line-height: 0.85;
}
.bikes{height: 0.8em;}
.cb500r-slide .bikes-data{position: absolute;top: 14em;left: 1em;}
.cbr500f-slide .bikes-data{position: absolute;top: 12em;right: 1em;text-align: right;}
.cb500f-logo h3{padding-right: 0;}
.cb500f-logo .prices img{right: 0em;}
h2 img{width:7em;}
.info, .details{font-family: almoni;}
.info{font-size: 1.225em;line-height: 1;}
.details{    display: inline-block;
    line-height: 1;
    font-weight: 400;
    word-spacing: -0.1vw;
    text-align: left;
    margin-top: -1.5vw;}
.small-text{font-size:1.75em;
    display: inline-block;
    line-height: 0.7;}
.price{    font-size:3.25em;
    font-weight: bold;
    line-height: 0.7;
    display: inline-block;vertical-align: top;}
.price1{font-size: 1.5em;font-weight: bold;vertical-align: super;}
.overlay{background:#221d1a;position: absolute;font-size: 0.25rem;left:0;bottom: 1.75em;padding: 0 0.35em;line-height: 1;}
.mobileye{width:3em;}
.bottom{
    text-align: right;
    font-size: 1.1em;
    margin-right: 4em;
    margin-top: 3em;

    display: block;}
.bottom h3{
    font-size: 1.6em;
}
.bottom h3 .en{font-size:0.7em;}
.nis{
    font-size: 0.65em;
    font-weight: 100;
}
.prices img{height: 0.65em;
    position: absolute;
    top: 4.3em;
    right: 3em;}
.smaller-price{font-size: 1.2em;font-weight: 800;letter-spacing: 0.001em;}
h3 {
    margin: 0;
    font-size: 2.5em;
    padding-right: 0.8em;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.note{
    font-weight: 100;
    padding: 0.2em 0;
    margin-bottom: .5em;
    display: block;
    margin-top: 3em;
    letter-spacing: -.005em;
    text-align: right;
    border-bottom: .05em solid #fff;
    border-top: .05em solid #fff;
    margin-right: -7em;
    width: 11em;
    font-size: 1.5em;

}
#content h4 {
    color: #2d2d2b;
    font-size: 1.9em;
    font-weight: 400;
    margin: 0;
    line-height: 0.8em;
    padding-right: 0.3em;

}
#content h5 {
    color: #2d2c28;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    left: -1.7em;
    bottom: -1.2em;
}


h3 .date {
    color: #D10027;
    font-size: 2.9em;
    letter-spacing: -0.06em;
    vertical-align: -0.2em;
}

.divider {
    border-top: 2px solid #fff;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.line {
    /*        font-size: 0.2em;*/
    letter-spacing: -0.2em;
}

span#desire {
    position: absolute;
    bottom: 12.7em;
    left: 4em;
    font-size: 2.25em;
    line-height: 1em;
    font-weight: 400;
    display: inline-block;
    text-align: right;
}

.red-dot {
    color: red;
}

#pricebox {
    position: absolute;
    top: 15.5em;
    right: -3em;
    width: 20em;
}

#price {
    font-size: 1.8em;
    vertical-align: bottom;
    font-weight: 400;
    line-height: 1;
}

.ils {
    font-size: 0.45em;
    vertical-align: middle;
}

#starting {
    width: 1.4em;
    display: inline-block;
    text-align: center;
    line-height: 0.75;
    font-size: 0.8em;
}

#header-left {
    margin-top: 0.5em;
}

#header-right {
    text-align: center;
}

.arrows {
    color: #ff0000;
    font-size: 0.86em;
}

main {
    position: absolute;
    top: 33.5em;
    width: 100%;
    z-index: 9;
}

.c2c.mobile {
    margin: auto;
    position: absolute;
    background-size: contain;
    top: -0.9em;
    height: 2em;
    width: 100%;
    right: 0;
}

a{
    color: #000;
    text-decoration: none;  
}
.c2c.mobile a {
    background: #db0100;
    color: #fff;
    font-size: 1.8em;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    padding-top: 0.1em;
    width: 9.5em;
    display: block;margin: auto;
}
.c2c img{height: 0.75em;}
#full_name {
    width: 100%;
    margin-top: 0.3em;
    height: 2.5em;
    margin-bottom: -0em;
    text-align: right;
    background:#fff;
}


#phone {
    width: 100%;
    height: 2.5em;
    text-align: right;
    background:#fff;
    display: inline-block;
}
#pre_phone_div{display: inline-block;position: absolute;left:0;width:16.5%;}
#form_pre_phone {
    width: 100%;
    padding-right:0.3em;
    background:#fff;
}

#formsubmit {
    cursor: pointer;
    width: 100%;
    height: 1.2em;
    margin-top: 0.2em;
    color: #fff;
    background: #db0100;
    font-family: almoni;
    /* position: absolute; */
    /* bottom: -4.25em; */
    font-size: 2.1em;
}

#thanks.show {margin: 8em 0; font-size: 1.15em;}

#thanks #header {
    font-size: 2.0em;
    margin-top: 0.7em;
}

footer {
    position: absolute;
    font-size: 0.65em;
    text-align: right;
    margin-right: 0;
    top: 94em;
    margin-bottom: 1em;
    word-spacing: 2px;
    width: 100%;
    font-weight: 400;
    padding: 0.5em 0;
    background-size: cover;
}

footer .en {
    font-weight: 100;
}

.rectangle {
    width: 1em;
    margin: -1px;
    height: 0.93em;
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    line-height: 1;
    color: #000;
    font-size: 1em;
    font-weight: 100;
}
footer .rectangle.red {
    background-color: #8f272b;
}
footer .rectangle.lightred {
    background-color: #af1820;
}
footer .rectangle.purple {
    background-color: #436fb4;
}
footer .rectangle.blue {
    background-color: #4d73b9;
}
footer .rectangle.mediumblue {
    background-color: #3672BA;
}
footer .rectangle.lightblue {
    background-color: #538ac8;
}
footer .rectangle.lighterblue {
    background-color: #3d869d;
}
footer .rectangle.darkorange {
    background-color: #b63b1e;
}
footer .rectangle.orange {
    background-color: #ec520a;
}
footer .rectangle.oranger {
    background-color: #c84e1d;
}
footer .rectangle.lightorange {
    background-color: #c84e1d;
}
footer .rectangle.yellow {
    background-color: #e2a51f;
}
footer .rectangle.lightyellow {
    background-color: #F9DD31;
}
footer .rectangle.green {
    background-color: #46aa33;
}
.rectangle.green {
    background-color: #46aa33;
}
footer .rectangle.darkgreen {
    background-color: #4a8747;
}
footer .rectangle.darkergreen{background-color:#3e6547;}

footer a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

footer .footer_top {
    font-weight: 100;
    margin: 0.6em 0;
    display: inline-block;
    letter-spacing: -0.005em;
    text-align: center;
}
.top{position: relative;border-bottom: 0.05em solid #fff;margin-bottom: 0.25em;}
.infolink{position: absolute;left:0;}
footer .footer_bottom {
    font-size: 1.05em;
    font-weight: 400;
    padding-right: 0.5em;
    display: inline-block;
}
#legal{position: relative; padding-right: 12.75em;
    padding-top: 10.5em;}
.logos{position: absolute;
    left: 0;
    top: 9em;
    margin-bottom: 2em;
}
footer img.honda{width:8em;}
footer img.meir{width:6em;position: absolute;left: 27em;top:1.5em;}
#footer_wrapper{}
.car-img-container img{
    display: none;
}
#honda-link{
    font-family: arial;
    font-size: 0.8em;
}
footer .rectangle.lightblue {
    background-color: #3370b7;
}
.notices{font-size: 0.9em; color: #000; position: absolute; left: 12em; top: 117.5vw;}
.error_msg {
    display: block;
    color: red;
    position: absolute;
    font-size: 1em;
    left: 0.5em;
    bottom: 0.25em;
    z-index: 1;
}

#submitinput {
    margin-top: -0.55em;
}

#checkbox-input {
    margin-top: 2.75em;
}

::-webkit-input-placeholder {
    text-indent: 0.5em;
    color: #000;
    font-size: 1.5em;
}


:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
    font-size: 1.5em;
    text-indent: 0.5em;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    font-size: 1.5em;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-size: 1.5em;
    text-indent: 0.5em;
}

#form_title {
    font-weight: 100;
    margin-bottom: 0.2em;
    font-weight: 100;
    font-size: 1em;
}
.form_notice{display: block;text-align: right;margin-bottom: 0.5em;}
.form_title {
    font-weight: 100;
    font-size: 1.8em;
    margin-bottom: 0.25em;
    text-align: center;
        word-spacing: -0.5vw;
    line-height: 7vw;
        color: #fff;


}
#form_pre_phone-error {
    right: 12.25em;;
    width: 2em;
}
#phone-error{
    left:0.5em;
}
#email {
    text-align: right;
    height: 2.5em;
    width: 100%;
    background:#fff;
}

#contact_form p {
    font-size: 0.5em;
    position: absolute;
    right: 4em;
    /*    line-height: 20px;*/
}

.form_item checkbox {
    width: 19px;
    height: 19px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    *overflow: hidden;
}

.lower-line {
    vertical-align: bottom;
}
header .logo{ position: absolute;top: 1.5em;left: 7em;z-index: 99;}
header .logo img {width: 8.4em;     margin-top: -5vw;}
.pic {position: absolute;right:1.2em;top:-0.5em;}
.pic img{width:19em;}
.hide {
    display: none !important;
}
#place-error{left: 1.5em;}
.sms {
    font-size: 7px;
    color: #fff;
    font-weight: 400;
}
.checkboxes{position: relative;}
input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    position: absolute;
    bottom: 3em;
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input[type=checkbox]:not(old)+label,
input[type=radio]:not(old)+label {
    display: inline-block;
    line-height: 1em;
    font-size: 0.95em;
    width: 18em;
    margin-bottom: 0.7em;
    text-align: right;
}

input[type=checkbox]:not(old)+label> span >.cb,
input[type=radio]:not(old)+label> span > .cb {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 0.0625em solid rgb(240, 240, 240);
    border-radius: 0;
    background: rgb(224, 224, 224);
    background-image: -moz-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -ms-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -o-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -webkit-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    vertical-align: bottom;
    margin-bottom: 0.1em;
}
input[type=checkbox]:not(old) + label > span.bigger{
    display: inline-block;
    background: transparent;
    border: none;
    margin-bottom: 0.5em;width:100%;font-size: 120%;
}
input[type=checkbox]:not(old):checked + label > span.bigger {
    background: transparent;
}
input[type=checkbox]:not(old):checked + label > span.bigger:before {
  display: none;
}
input[type=checkbox]:not(old):checked+label>.cb,
input[type=radio]:not(old):checked+label>.cb {
    background-image: -moz-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -ms-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -o-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -webkit-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
}

input[type=checkbox]:not(old):focus+label> span > .cb {
    outline: 2px solid lime!important;
}

input[type=checkbox]:not(old):checked+label> span > .cb:before {
    content: '✓';
    display: block;
    width: 1em;
    color: #000;
    font-size: 0.6em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(115, 153, 77);
    font-weight: bold;
}

.car-img {
    width: 0 !important;
    height: 0 !important;
}
@media (max-width:768px){
    .notices{top: 118.5vw;}

    @supports (-webkit-touch-callout: none) {
        /* CSS specific to iOS devices */ 
    }
      
    @supports not (-webkit-touch-callout: none) {
       footer.facebook{top: 96em;}
       h2.facebook{margin-top: 7.4em;}
    }

}

