﻿/* file: obdSite.css */
body,
html {
  font-family: 'Assistant', sans-serif;
  width: 100%;
  padding: 0;
  margin: 0px;
  direction: rtl;
}
body {
  background-color: #fff !important;
  max-width: 1920px;
}
body * {
  outline: none;
}
img {
  border: none;
}
a {
  color: #006db8;
}
.obd_site {
  font-size: 18px;
  position: fixed;
  text-align: right;
  margin: auto;
  color: #505050;
  font-family: 'Assistant', sans-serif;
}
.obd_site .menu {
  float: right;
  width: 800px;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.obd_site .menu a {
  text-decoration: none;
  font-size: 24px;
}
.obd_site .logo {
  float: right;
  width: 94px;
}
.obd_site .logo_pel img {
  width: 38px;
  vertical-align: middle;
}
.obd_site .left {
  float: left;
  margin-top: 6px;
}
.obd_site .left a {
  color: #0177bd;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.obd_site .left a:after {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #0177bd ;
  display: inline-block;
  margin: -2px 2px;
}
.obd_site .left .no-after:after {
  content: none;
}
.obd_site .left a:last-child:after {
  width: 0px;
}
.obd_site .left .do_login {
  background: url('/DigitalSite/images/icn_login2.png') right no-repeat;
  padding-right: 33px;
  background-size: 27px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
}
.obd_site.transparent .left .do_login {
  background-image: url('/DigitalSite/images/icn_login3.png');
  padding-right: 33px;
  background-size: 27px;
  height: 22px;
  display: inline-block;
}
.obd_site.transparent .left a:after {
  background-color: #ffffff;
}
/*MOBILE*/
@media (min-width: 0px) and (max-width: 768px) {
  header .head {
    width: 100%;
  }
  .obd_site .menu {
    float: right;
    width: 73%;
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .obd_site .menu a {
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    margin: 0 0px;
  }
  .obd_site .logo {
    width: 25%;
    max-width: 100px;
    display: table;
    margin: auto;
    float: none;
  }
  .obd_site .left {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .obd_site .menu {
    height: 0px;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    top: 20px;
    right: 0px;
    overflow: hidden;
  }
  .obd_site .menu.active {
    height: auto;
    border: #006db8 1px solid;
  }
  .obd_site .menu a {
    border-bottom: #eeeeee 1px solid;
  }
  .obd_site .left a:after {
    width: 0px;
  }
  .menu_mob {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .menu_mob img {
    width: 35px;
    margin: 10px;
  }
  .menu_mob img.close_img {
    width: 24px;
    margin: 12px;
  }
  .menu_mob .close_img {
    display: none;
  }
}
/*320*/
@media (min-width: 0px) and (max-width: 360px) {
  .obd {
    font-size: 5vw;
  }
  .obd_form {
    font-size: 5vw;
  }
}
/*360*/
@media (min-width: 360px) and (max-width: 374px) {
  
}
/*iPhone5*/
@media (min-width: 375px) and (max-width: 413px) {
  
}
/*iPhone6*/
@media (min-width: 414px) and (max-width: 720px) {
  
}
@media screen and (orientation: landscape) {
  .obd_error > img {
    max-width: 150px;
  }
  .obd_thanks > img {
    max-width: 150px;
  }
}
@media screen and (orientation: portrait) {
  
}
