/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: DOT - Bootstrap 3 One Page Theme
 * Version: 1.1
 * Date: 09-01-2013
 * URL: http://alvarez.is/demo/dot/
 */

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html, button, input, select, textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #D9DADB;
  color: var(--bg-black);
  text-shadow: none;
}

::selection {
  background: #D9DADB;
  color: var(--bg-black);
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
  height: 100%;
}

body {
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.col-md-4 {
  padding-bottom: 20px;
}
.modal-header {
  background: var(--bg-black);
}

.is_vehicle_exist .modal-header,
.is_vehicle_exist .modal-footer,
.vehicle_onhold .modal-header,
.vehicle_onhold .modal-footer,
.igo-t-and-c .modal-header,
.igo-t-and-c .modal-footer {
  background : none;
}

.is_vehicle_exist,
.vehicle_onhold,
.igo-t-and-c {
  pointer-events: none;
}

.is_vehicle_exist .modal-dialog,
.vehicle_onhold .modal-dialog,
.igo-t-and-c .modal-dialog {
  pointer-events: visible;
}

.modal-header h4 {
  color: var(--text-white);
}

.modal-footer {
  background: #2b2b2b;
}

.navbar-default {
  border-color: transparent;
  background-color: #242424;
}

.navbar-toggle {
  border-color: transparent;
  border: 0px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover {  
  color: var(--text-white);
}
.navbar-default .navbar-nav>li>a {
 
font-family: Arial;
font-size: 13px;
line-height: normal;
letter-spacing: 0.01em;
text-transform: uppercase;
color: var(--text-white);
}

.navbar-default li.active a {
  background-color: #242424 !important;
  color: var(--text-white) !important;
}

hr {
  position: relative;
  border: none;
}

hr:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 2px;
  background: #CCCCCC;
}

a img {
  background: var(--bg-white);
}

.odd a img {
  background: #f5f5f5;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
  font-family: var(--font-family);
}

.centered {
  text-align: center;
}

.paragraph-lead {
  font-size: 20px;
  color: #3bc492;
}

strong {
  font-weight: 700;
}

em {
  font-weight: 300;
}

pre {
  background: #ebebeb;
  border: none;
  font-family: "Monaco";
  font-size: 16px;
  color: #666;
  padding: 20px;
  line-height: 28px;
}

small {
  font-size: 12px;
}

blockquote, blockquote p {
  line-height: 28px;
  color: #999;
  font-weight: 300;
  font-style: italic;
}

blockquote {
  position: relative;
  margin: 0 0 40px -30px;
  padding-left: 30px;
  border-left: 5px solid #3bc492;
}

blockquote cite {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 12px;
  font-style: italic;
  color: #333;
  font-weight: 300;
}

blockquote cite:before {
  content: "-- "
}

/* Images */

.overflow-image {
  margin-top: -65px;
}

/* Links */

a {
  color: var(--link-primary);
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #c0392b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ==========================================================================
   Wrap sections
   ========================================================================== */

#headerwrap {
  background: url(../images/heroimg.png) no-repeat center top;
  margin-top: -50px;
  padding-top: 120px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 650px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 { 
position: absolute;
width: 525px;
height: 68px;
left: 89px;
top: 182px;
font-family: DIN Condensed;
font-size: 56px;
line-height: normal;
letter-spacing: 0.01em;
text-transform: uppercase;
color: var(--text-white);
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

#headerwrap p {
  width: 493px;
  height: 56px;
  left: 89px;
  top: 266px;
  color: var(--text-white); 
  text-align: center; 
  letter-spacing: 3px; 
  position: absolute;
  font-family: Arial;
  font-size: 16px;
  line-height: 28px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);

}

#footerwrap {
  background: #2b2b2b;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#footerwrap h4 {
  color: var(--text-white);
}

/* ==========================================================================
   Box sections
   ========================================================================== */

.white h1 {
  padding-top: 35px;
}

.white p {
  padding-top: 25px;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
  margin: 0;
  position: relative;
}

.grid figure img {
  width: 100%;
  display: block;
  position: relative;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: var(--text-white);
  background: #1abc9c;
}

.grid figcaption h5 {
  margin: 0;
  padding-top: 0px;
  padding-left: 20px;
  padding-bottom: 5px;
  color: var(--text-white);
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.grid figcaption a {
  text-align: left;
  padding: 5px 10px;
  margin-left: 20px;
  display: inline-block;
  background: #2f2f2f;
  color: var(--text-white);
  font-size: 13px;
}

/* Caption Style */

.mask figure {
  overflow: hidden;
}

.mask figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.no-touch .mask figure:hover img, .mask figure.cs-hover img {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.mask figcaption {
  height: 50px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.mask figure:hover figcaption, .mask figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 30px;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.contact-us-popup .modal-header {
    background: none;
    border-bottom: 0px;
}
.contact-us-popup .modal-body h4 {
    font-family: Arial;
    font-size: 24px;
    line-height: 28px;
    color: var(--bg-black);
    text-transform: none;
    font-weight: bold;
    margin-top: 30px;
}
.contact-us-popup .modal-body {
    text-align: left;
    padding: 0 32px;
}
.contact-us-popup .wagonex-image {
    margin: 36px 0px 24px 0
}
.contact-us-popup .modal-body p {
    font-size: 16px;
    line-height: 30px;
    color:var(--bg-black);
}
.contact-us-popup .modal-body p a,
.contact-us-popup .modal-body p a:hover {
    color:var(--bg-black);
    text-decoration: underline;
}
.contact-us-popup .modal-dialog {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    margin: 30px auto;
    width: 480px;
    position: relative;
}
.contact-us-popup .close {
    position: absolute;
    right: 25px;
    top: 17px;
    opacity: 1;
    z-index: 9;
}
.contact-us-popup .modal-content {
    border-radius: 0px;
}
.contact-us-popup {
    text-align: center;
}
.contact-us-popup::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.navbar-nav .profile-img {
    float: right;
    width: 40px;
    height: 40px;
    background-image: url(../images/no-profile.png);
    background-color: var(--bg-white);
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.navbar-default .navbar-nav>li.profile-img-link>a {
    padding: 0;
}

.popup-bg-white.popup-bg-rtfs .modal-content {
    background-color: #CCCCCC;
}
.close-claim {
  width: 14px;
  margin: 0 0 0 10px;
}
.clear-filter-btn {
  color: var(--link-primary);
  font-family: var(--font-bold);
}
.clear-filter-btn:hover {
  color: var(--link-primary-hover);
  font-family: var(--font-family)
}
.renault-user .clear-filter-btn:hover,
.renault-user .clear-filter-btn:active,
.renault-user .clear-filter-btn:active:hover,
.renault-user .clear-filter-btn:active:focus {
    color: var(--link-primary);
}
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
  body .header {
    background-attachment: scroll;
  }
}

/*ipad portrait*/

@media only screen and (min-device-width:768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 991px) {
    .mobile-signup-menu .navbar-nav>li.profile-img-link>a {
        padding: 0;
    }
}

@media screen and (max-width:769px) {
  #headerwrap h1 {
    font-size: 60px;
    margin-top: 60px;
  }
  #headerwrap p {
    font-size: 25px;
    line-height: 30px;
  }
  .contact-us-popup .modal-dialog {
      top:15%;
  }
}

@media screen and (max-width: 767px) {
  /********************************************************************
                     Renault Message Screen CSS
     *********************************************************************/
     .send-chat-formchat-messages {
         padding: 0 16px;
         position: fixed;
         bottom: 0;
         z-index: 11;
         background: var(--bg-white);
         border-top: 1px solid #E4E5E5;
     }
     .option-block, 
     .detail-block {
         position: relative;
     }
     .option-block {
         width: 100%;
         padding: 0;
     }
     .option-block .nav>li {
         width: 50%;
         box-shadow: inset 0px -2px 0px var(--mid-grey);
         padding: 10px 0;
     }
     .option-block ul li.contact-btn>a,
     .option-block ul li.chat-btn>a {
         margin: 0 auto;
     }
     .option-block ul li.chat-btn.active,
     .option-block ul li.contact-btn.active {
         box-shadow: inset 0px -2px 0px #7568FF;
     }
     .contact-search {
         width: 100%;
         max-width: inherit
     }
     .contacts-block {
         border: 0;
     }
     .contact-search .form-group {
         margin: 5px 0 0 0;
     }
     .send-chat-form {
         position: fixed;
         bottom: 0;
         background: var(--bg-white);
     }
     .message-input {
         width: 100%;
     }    
     .chat_outgoing:last-child {
         margin-bottom: 100px;
     }
     .chat-body .send-chat-form .btn-primary, 
     .chat-body .send-chat-form .btn-primary:focus, 
     .chat-body .send-chat-form .btn-primary:focus:active, 
     .chat-body .send-chat-form .btn-primary:active:focus, 
     .chat-body .send-chat-form .btn-primary.active:focus, 
     .chat-body .send-chat-form .btn-primary:visited, 
     .chat-body .send-chat-form .btn-primary:hover {
         max-width: 100px;
         right: 0;
     }
     .send-chat-form .message-input .message-input-text-container .emojionearea .emojionearea-editor {
         padding: 5px 10px 5px 0;
         bottom: -40px;
     }
     .contact-type {
         background-color: #f5f5f5;
         padding: 16px 24px;
     }
     .message-input-text-container {
       min-height: 100px;
     }
     .send-chat-form .message-input .emojionearea .emojionearea-button,
     .pilot-member-message-block label.chat-attach {
       top: 60px !important;
     }
     .detail-block .chat-body .send-chat-form .message-input-send, 
     .detail-block .chat-body .send-chat-form .message-input-send:hover, 
     .detail-block .chat-body .send-chat-form .message-input-send:focus, 
     .detail-block .chat-body .send-chat-form .message-input-send:active, 
     .detail-block .chat-body .send-chat-form .message-input-send:active:hover, 
     .detail-block .chat-body .send-chat-form .message-input-send.btn-primary:active:hover {        
        position: absolute;
        z-index: 1;
        right: 22px;
        margin: 0;
        bottom: 15px;
     }
     .messages-block .chat_incoming > div, .messages-block .chat_outgoing > div {
       padding: 0;
     }
 }
@media screen and (max-width:500px) { 
  .contact-us-popup .modal-dialog {
      width: auto;
      padding: 10px;
  }
}
.pre-footer-text {
    margin: 0 0 3rem;
    font-size: 1.25rem;
}