bce {
  color: #1079BC; }

.img-canadian {
  margin-left: 16px;
  margin-bottom: 10px; }

.mobile-menu ul {
  position: fixed;
  width: 110%;
  height: 100%;
  padding: 10px 20px;
  background: #4DAF48;
  top: 35px;
  z-index: 2000; }
  .mobile-menu ul li {
    float: none; }
    .mobile-menu ul li a {
      color: white; }
    .mobile-menu ul li b {
      font-size: 20px; }
    .mobile-menu ul li .fa {
      color: white;
      margin-top: 5px; }
  .mobile-menu ul .border-bot {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  @media (min-width: 767px) {
    .mobile-menu ul {
      width: 100%;
      top: 45px; }
      .mobile-menu ul li {
        font-size: 24px;
        padding: 15px; }
        .mobile-menu ul li b {
          font-size: 32px; }
      .mobile-menu ul .border-bot {
        padding-bottom: 60px; } }
.mobile-menu .ng-hide-remove {
  animation: 0.5s fadeInDown ease; }

.modal-content {
  margin-top: 25%; }

.bg-img {
  background: url(../../assets/mobile-headers/Whitecar-480.jpg) no-repeat center;
  background-size: cover;
  min-height: 180px;
  position: relative; }
  .bg-img h1 {
    border-bottom: 2px solid;
    padding-bottom: 10px; }

#lang_mobile {
  height: 50px;
  background-color: #29332f;
  padding-top: 10px;
  font-size: 16px; }
  #lang_mobile bce {
    color: white; }

/*#screen {
  background-color: black;
  opacity: 0.3;
  width: 100%;
  height: 160px;
  position: absolute;
  z-index: -10;
}*/
#top-title {
  padding-top: 3%;
  padding-left: 10%;
  position: relative;
  color: white; }

#count {
  color: floralwhite; }

#mngres .btn-group {
  width: 100%;
  margin-left: 1%; }
  #mngres .btn-group .btn {
    width: 33%; }
  #mngres .btn-group .active {
    outline: 0;
    color: #fff;
    background-color: forestgreen;
    border-color: #357ebd; }

.mobile-btn {
  height: 70px;
  width: 70px;
  margin: 0 auto 7px;
  background-color: white;
  box-shadow: 0px 2px #BFBFBF;
  border: 1px solid #BFBFBF; }
  .mobile-btn .fa {
    margin-top: 20%;
    color: #1079BC; }

#bluepanel {
  color: white;
  background-color: #054C76;
  margin: 0;
  border-radius: 0;
  border: none; }
  #bluepanel .panel-body {
    padding: 10px; }

#btn-find {
  width: 100%;
  margin-top: 5%;
  opacity: 0.5; }

#support-box {
  height: 150px;
  background-color: #dfdfdf;
  text-align: center;
  padding: 20px 0; }

#same-day-promo {
  background: url("//www.discountcar.com/assets/img/Home-Promo-Unlimited-Km-English.jpg") center no-repeat;
  background-size: cover;
  height: 405px;
  position: relative;
  cursor: pointer; }
  @media (min-width: 1020px) {
    #same-day-promo {
      height: 670px; } }
  @media (min-width: 400px) and (max-width: 767px) {
    #same-day-promo {
      height: 460px; } }
  #same-day-promo .btn {
    position: absolute;
    bottom: 40px;
    width: 80%;
    left: 10%; }
    @media (min-width: 1020px) {
      #same-day-promo .btn {
        width: 40%;
        left: 30%; } }
    @media (max-width: 767px) {
      #same-day-promo .btn {
        bottom: 23px; } }
  #same-day-promo a {
    color: #91BFDC;
    position: absolute;
    bottom: 5px;
    left: 28%;
    font-size: 12px;
    text-decoration: underline; }
    @media (min-width: 1020px) {
      #same-day-promo a {
        left: 220px;
        bottom: 15px; } }

#fleet-box {
  background: url("//www.discountcar.com/assets/img/DCTR-fleet.png");
  background-size: cover;
  height: 37%;
  position: relative;
  margin: 0 15px; }
  #fleet-box button {
    position: absolute;
    bottom: 15px;
    width: 160px;
    left: 50%;
    margin-left: -80px; }
  @media (min-width: 1020px) {
    #fleet-box {
      margin: 0;
      margin-bottom: 33px;
      height: 300px;
      width: 412px; } }

#partners-box {
  cursor: pointer;
  min-height: 25%;
  position: relative;
  margin: 10px 15px; }
  @media (min-width: 1020px) {
    #partners-box {
      margin: 0;
      height: 300px; } }

#see-all {
  margin: 20px 15px; }
  #see-all .btn {
    width: 100%; }

/* Desktop */
#reservation {
  position: relative;
  color: #737373; }
  #reservation .home-background {
    background: url(../../assets/img/Whitecar-02.png) center no-repeat;
    background-size: cover;
    height: 550px;
    position: absolute;
    z-index: -100;
    width: 100%; }
    @media (max-width: 767px) {
      #reservation .home-background {
        background: none; } }
  #reservation .back-truck {
    background-image: url("//www.discountcar.com/assets/img/DCTR-moving-bluefilter.png"); }
  #reservation .back-mng {
    background-image: url("../reservation/assets/home-back.png"); }
  #reservation .home-title {
    max-width: 1020px;
    margin: 0 auto;
    height: 340px;
    color: white;
    padding: 50px 0; }
    @media (min-width: 767px) {
      #reservation .home-title img {
        width: 180px; } }
    #reservation .home-title h1 {
      border-bottom: 3px solid;
      font-size: 60px;
      padding-bottom: 20px;
      width: 400px; }

#reservation-panel {
  max-width: 1020px; }
  @media (max-width: 990px) {
    #reservation-panel {
      height: 500px; } }
  #reservation-panel .panel-header {
    color: white;
    padding-right: 30px;
    position: relative;
    height: 50px; }
    #reservation-panel .panel-header .active {
      background-color: #4DAF48; }
    #reservation-panel .panel-header .backline {
      position: absolute;
      background: #0C6192;
      text-align: end;
      width: 100%;
      z-index: 10;
      right: 0;
      font-weight: normal;
      top: 14px;
      padding: 8px;
      padding-right: 23px; }
  #reservation-panel .nav-tab {
    position: absolute;
    z-index: 30;
    display: inline-block;
    text-align: center;
    width: 200px;
    font-size: 16px;
    background-color: #1079B8;
    padding: 10px 0;
    top: 8px;
    cursor: pointer; }
    #reservation-panel .nav-tab i {
      position: absolute;
      bottom: -18px;
      right: 84px; }
  #reservation-panel .tab-car {
    left: 0; }
    @media (max-width: 767px) {
      #reservation-panel .tab-car {
        font-size: 16px; } }
    @media (max-width: 992px) {
      #reservation-panel .tab-car {
        width: 33%; } }
  #reservation-panel .tab-truck {
    left: 200px;
    border-left: 1px solid #ddd;
    /*@media (max-width: 767px) {
      font-size: 16px;
    }*/ }
    @media (max-width: 992px) {
      #reservation-panel .tab-truck {
        width: 33%;
        left: 33%; } }
  #reservation-panel .tab-mng {
    left: 400px;
    border-left: 1px solid #ddd;
    width: 220px;
    /*-webkit-box-shadow: 5px 0 11px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 5px 0 11px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 5px 0 11px 0px rgba(0, 0, 0, 0.43);*/ }
    @media (max-width: 992px) {
      #reservation-panel .tab-mng {
        width: 34%;
        left: 66%; } }
  #reservation-panel .tab-pane {
    background: #f7f7f7;
    padding: 20px;
    height: 140px; }
    @media (max-width: 990px) {
      #reservation-panel .tab-pane {
        height: auto; } }
  #reservation-panel .mng-row {
    margin-left: auto;
    margin-top: 15px; }
  #reservation-panel .to {
    position: absolute;
    top: 29px;
    left: -3px; }

#promo-row {
  margin: 55px auto;
  margin-bottom: 0;
  max-width: 1020px; }
  @media (min-width: 1600px) {
    #promo-row {
      margin: 70px auto; } }

#ads-row {
  max-width: 1020px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #ads-row .img-box {
    cursor: pointer;
    position: relative;
    background: center no-repeat;
    background-size: cover;
    height: 200px;
    color: white;
    font-size: 15px; }
    #ads-row .img-box .lg {
      font-size: 26px; }
    #ads-row .img-box .mask {
      position: absolute;
      height: 200px;
      width: 100%;
      z-index: 200;
      background: #0c6191;
      opacity: 0.4; }
    #ads-row .img-box .content {
      position: absolute;
      z-index: 300;
      width: 100%;
      top: 70px; }
    @media (max-width: 992px) and (min-width: 768px) {
      #ads-row .img-box {
        font-size: 30px;
        margin: 20px -15px;
        height: 250px; }
        #ads-row .img-box .mask {
          height: 250px; } }
  #ads-row .img-box:hover .mask {
    opacity: 0.8; }

#webdiscount-home {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 50px;
  color: black; }
  @media (min-width: 990px) {
    #webdiscount-home img {
      float: right; } }
  @media (max-width: 990px) {
    #webdiscount-home {
      text-align: center; }
      #webdiscount-home img {
        margin: 0 auto; } }
  #webdiscount-home h1 {
    margin-top: 0;
    font-size: 32px; }
  #webdiscount-home p {
    font-size: 24px; }
  #webdiscount-home .btn {
    width: 120px; }

.tweet-home {
  display: inline-block;
  max-width: 380px;
  padding-right: 15px; }

#freeWeekend {
  cursor: pointer;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 990px;
  height: 270px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  color: white; }
  #freeWeekend .md {
    font-size: 26px; }
  #freeWeekend .mask {
    position: absolute;
    height: 270px;
    width: 100%;
    z-index: 200;
    background: #0c6191;
    opacity: 0.4; }
  #freeWeekend .content {
    position: absolute;
    z-index: 300;
    width: 100%;
    top: 70px; }
  #freeWeekend button {
    margin-top: 20px;
    width: 200px; }

#freeWeekend:hover .mask {
  opacity: 0.7; }

.seeAll {
  background: #0C6190;
  height: 90px;
  max-width: 990px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 27px;
  text-align: center;
  border-bottom: 1px solid grey; }
  .seeAll button {
    width: 240px;
    color: white;
    background: transparent;
    border-color: white; }

#getMoving {
  background: url(../../assets/img/moving-back.png) center no-repeat;
  background-size: cover;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5% 10%;
  min-height: 500px; }
  @media (min-width: 992px) {
    #getMoving {
      height: 700px;
      padding-top: 40px; } }
  #getMoving .card {
    position: relative;
    background: white;
    padding: 20px 50px;
    padding-bottom: 0;
    height: 635px;
    width: 425px; }
    @media (max-width: 992px) {
      #getMoving .card {
        width: auto; } }
    #getMoving .card .btn {
      width: 130px; }
    #getMoving .card h1 {
      font-weight: 200; }
    @media (min-width: 992px) {
      #getMoving .card p {
        font-size: 20px; } }
  #getMoving .card-footer {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #3477ad;
    color: white;
    padding: 15px 20px; }

.social-container {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 15px;
  font-size: 20px; }
  @media (min-width: 992px) {
    .social-container {
      width: 30%;
      margin-right: 3%;
      padding: 25px;
      border-right: 2px solid #ddd; } }

.social {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #1879b5;
  text-align: center;
  padding-top: 12px !important;
  cursor: pointer;
  margin: 10px; }
  .social .fa {
    color: white !important; }

.pad-bot-100 {
  padding-bottom: 100px !important; }
  @media (max-width: 992px) {
    .pad-bot-100 {
      padding-bottom: 20px !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .tablet-margin {
    margin: 0 10% !important; } }

.formoving-background {
  background: url(../../assets/img/ForMoving-Headerimage.png) center no-repeat;
  background-size: cover;
  height: 550px;
  position: absolute;
  z-index: -100;
  width: 100%; }
  @media (max-width: 767px) {
    .formoving-background {
      height: 380px; } }

.moving-title {
  height: 310px !important; }
  .moving-title h1 {
    width: 610px !important;
    padding-top: 60px; }
  .moving-title div {
    font-size: 24px; }
  .moving-title .fr-title {
    width: 772px !important; }
  @media (max-width: 767px) {
    .moving-title {
      padding: 20px 10px !important; }
      .moving-title h1 {
        width: auto !important;
        font-size: 50px !important; }
      .moving-title .fr-title {
        width: auto !important;
        padding-top: 0; } }

#moving-mid {
  max-width: 1020px;
  margin-top: 105px;
  color: #000; }
  #moving-mid p {
    margin-top: 25px;
    font-size: 18px;
    margin-bottom: 75px;
    text-align: left; }
  #moving-mid button {
    width: 240px;
    height: 50px;
    margin-top: 25px; }
  #moving-mid .circles {
    margin-top: 70px;
    margin-bottom: 15px; }
    #moving-mid .circles img {
      display: block;
      height: 220px;
      width: 220px;
      margin: 0 auto;
      margin-bottom: 12px; }
    #moving-mid .circles b {
      font-size: 18px; }
    @media (max-width: 767px) {
      #moving-mid .circles .col-md-4 {
        margin-bottom: 20px; } }

#moving-bot {
  margin-bottom: 70px;
  color: #000; }
  #moving-bot p {
    font-size: 18px;
    max-width: 760px; }
  #moving-bot h2 {
    margin-bottom: 30px; }

#reservation .grey-back {
  text-align: center;
  background: #F0F0F1;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px;
  padding-bottom: 70px; }
  #reservation .grey-back h1 {
    margin-bottom: 45px;
    color: #000; }
  #reservation .grey-back .img-box {
    height: 290px; }
    #reservation .grey-back .img-box .mask {
      height: 290px; }
    #reservation .grey-back .img-box .content {
      top: 100px; }

/*# sourceMappingURL=home.css.map */
