/* ---------------------------------------------- /*
 * SuperGroup Volvo Template
/* ---------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,300,100);

@font-face {
  font-family: 'VolvoBroad';
  src: url('../fonts/VolvoBroad.eot'); /* IE9 Compat Modes */
  src: url('../fonts/VolvoBroad.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/VolvoBroad.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/VolvoBroad.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/VolvoBroad.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/VolvoBroad.svg#svgVolvoBroad') format('svg'); /* Legacy iOS */
}
body {
    line-height: 1.5;
    color: #878787;
    -webkit-font-smoothing: antialiaszed; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    background: #f3f3f3;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'VolvoBroad', 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    color: #003057;
    font-weight: 400;
    line-height: 1.25;
}
hr {
  border-top: 1px solid #7197af;
}
header {
    height: 80px;
}
.btn-default {
    background: #002f58;
    color: #fff;
    border-radius: 0;
}
.btn-default:hover {
    background: #171818;
    color: #fff;
}
.container {
    max-width: 959px;
}

/* ---------------------------------------------- /*
 * Carousel Slider
/* ---------------------------------------------- */

.content-pull-up {
    margin-top: -20px
}
.carousel-bg {
    background: #303030;
}
#carousel-example-generic {
    cursor: pointer;
}
#carousel-example-generic:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.carousel {
  position: relative;
  margin-bottom: 55px;
}
.carousel-indicators {
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  padding-right: 15px;
  margin-left: 0;
  text-align: right;
  line-height: 55px;
  bottom: -55px;
  margin-bottom: 0;
  background: #303030;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background-color: #5a7f96;
}

.form-control, .navbar {
    border-radius: 0;
}
.boxcolor {
    background: #fff;
    padding: 15px;
}

/* ---------------------------------------------- /*
 * News Home
/* ---------------------------------------------- */

.news-panel {
    background: #fff;
    padding: 30px 0;
    border: 1px solid #ddd;
}
.news-panel .btn {
    width: 100%;
}
.latest-news span {
    display: block;
    float: right;
}
.latest-news div {
    border-bottom: 1px solid #878787;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* ---------------------------------------------- /*
 * Search Page Pagination
/* ---------------------------------------------- */

.search-pagin {
    padding: 5px;
    width: 30px;
    display: block;
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
    text-align: center;
    
    transition: all 0.3s;
}
.search-pagin:hover {
    background: #ecf0f1;
    border: 1px solid #0171b8;
}

/* ---------------------------------------------- /*
 * Contacts
/* ---------------------------------------------- */

.contact-personal {
    font-size: 13px;
}
.contact-personal ul {
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}
.contact-personal ul li {
    padding: 3px;
}
.contact-personal ul li:nth-child(even) {  
    background: #ECF0F1 ;
}
.contact-personal ul div {
    margin: -10px -10px 10px -10px;
    text-align: center;
    background: #003057;
    font-size: 15px;
    height: 55px;
    color: #fff;
    padding: 5px;
    font-weight: 500;
    display: block;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4)
}
.contact-personal img {
    width: 100%;
}
.position {
    font-size: 14px !important;
    margin-top: -7px !important;
    height: 30px !important;
    background: #ECF0F1  !important;
    color: #333 !important;
}
.contact-personal span {
    margin-right: 7px;
}

/* ---------------------------------------------- /*
 * Reviews Articles
/* ---------------------------------------------- */

.review-article {
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.review-article:hover {
    background: #f1f1f1;
    padding: 20px 10px;
}
.review-article span {
    float: right;
    display: block;
    position: relative;
    font-style: italic;
}

/* ---------------------------------------------- /*
 * Search Results
/* ---------------------------------------------- */

.search-results {
    min-height: 240px;
}
.search-results, .new-vehicle-list, .promotions {
    margin-bottom: 15px;
}
.search-results a, .new-vehicle-list a, .promotions a {
    text-decoration: none;
}
.search-results div:first-of-type, .new-vehicle-list div:first-of-type, .promotions div:first-of-type {
    padding: 5px;
    margin-bottom: 5px;
    background: #282828;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search-results img, .new-vehicle-list img, .promotions img {
    width: 100%;
    border: 1px solid #282828 ;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search-results:hover img, .new-vehicle-list:hover img, .promotions:hover img {
    border: 1px solid #002f58;
}
.search-results:hover.search-results div:first-of-type, 
.new-vehicle-list:hover.new-vehicle-list div:first-of-type,
.promotions:hover.promotions div:first-of-type {
    background: #002f58;
}


/* ---------------------------------------------- /*
 * Searched Vehicle Page
/* ---------------------------------------------- */

.breadCrumbs {
    display: block;
    color: #ccc;
}
.breadCrumbs a {
    color: #ccc;
}

.searched-vehicle-slideshow img {
    width: 100%;
}
.searched-vehicle-slideshow {
    margin-bottom: 30px;
}

.extra ul {
    padding-left: 0;
    font-size: 13px;
    list-style: none;
}
.extra .cost {
    margin-bottom: 10px;
    background-color: #003057;
    color: #fff;
    padding: 5px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.extra .btn {
    margin-bottom: 10px;
    width: 100%;
}

.nav-tabs {}
.nav-tabs > li {}
.tab-content {
    background: #ecf0f1;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0px solid #ccc;
    padding: 15px;
    border-radius: 0 0 5px 5px;
}
.tab-content ul {
    list-style: none;
    padding: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs > li > a:hover {
  background-color: #fff;
}

/*
.nav-tabs.nav-justified > li > a {
    height: 60px;
}
*/

/* ---------------------------------------------- /*
 * Promotions Page
/* ---------------------------------------------- */

.promotions img {
    width: 100%;
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

.footer {
    margin: 30px 0; 
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer ul span {
  float: right;
}

.map {
    background: #fff;
    border: 1px solid #ddd;
}
.copyright {
    padding: 20px 0;
    background: #003057;
    color: #fff;
    font-size: 11px;
}
.copyright a {
  color: #fff;
}
.copyrightTxt  {
  line-height: 45px;
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.navbar {
    font-weight: 300;
    font-size: 12px;
    z-index: 100;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition:background-color 150ms ease-out;
}
.navbar:hover {
    background-color: rgba(0, 0, 0, 1);
    -webkit-transition:background-color 150ms ease-in;
}
.navbar-default {
    border: 0px solid #fff;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #f3f3f3;
    padding: 20px 12px;
}
.navbar-default .navbar-nav > li > a:hover {
    background: #f3f3f3;
}
.navbar-nav {
    margin: 0;
}
.navbar-toggle {
  float: right;
  margin-top: 13px;
  margin-right: 15px;
  margin-bottom: 13px;
  border: 0px solid transparent;
  border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

/* Animate Nax Toggle Icon */
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
   max-height: 600px; 
}

/* Dropdown */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #ecedee;
}
.dropdown-menu {
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ecedee;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #ecedee;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* --- */

#logo {
  position: absolute;
  z-index: 1049;
  padding: 5px;
  left: 45%;
}

/* ---------------------------------------------- /*
 * Social Float
/* ---------------------------------------------- */

.socialFloat {
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 19;
}
.socialFloat a {
    position: relative;
    display: block;
    right: -5px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 10px;

    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    transition: ALL 0.2s ease;
}
.socialFloat a:hover {
    right: 0px;
    -webkit-filter: brightness(1.1) contrast(1.4);
}
.facebookFloat {background: #3b5998;}
.twitterFloat {background: #2ba9e1;}
.gplusFloat {background: #dd4b39;}
.linkedinFloat {background: #3b5998;}
.pinterestFloat {background: #bd081c;}
.youtubeFloat {background: #cd1f21;}

/* ---------------------------------------------- /*
 * Social Icons Footer
/* ---------------------------------------------- */
.icon-button {
    background-color: #878787;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 20px;
    height: 35px;
    width: 30px;
    margin: 15px 2px 0 2px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 3.6rem;
}
.icon-button span {
    border-radius: 0;
    background-color: #003057;
    border: 1px solid #fff;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 0;
}
.icon-button:hover span {
    width: 3.6rem;
    height: 3.6rem;
    margin: -1.8rem;
}
.icon-button i {
    color: #fff;
    left: 0;
    line-height: 3.5rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
}
.icon-button:hover .fa  {
    color: white;
    text-decoration: none;
}

/* ---------------------------------------------- /*
 * Panels Styles
/* ---------------------------------------------- */

.search-panel, 
.enquiry-panel {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.search-panel h3, 
.enquiry-panel h3 {
    font-size: 30px;
}
.search-panel h5, 
.enquiry-panel h5 {
    font-size: 20px;
    padding: 5px;
    background: #f3f3f3;
}
.search-panel button, 
.enquiry-panel button {
    width: 100%;
}

/* ---------------------------------------------- /*
 * Brochures
/* ---------------------------------------------- */

.volvo-nav-cars img:last-child{display:none}
.volvo-nav-cars:hover img:first-child{display:none}
.volvo-nav-cars:hover img:last-child{display:inline-block}

.detailed .btn {
    width: 100%;
    margin: 10px 0 20px 0;
}

/* ---------------------------------------------- /*
 * Captcha
/* ---------------------------------------------- */

.captchaRefreshBtn {
    cursor: pointer;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-top: 0px solid #ccc;
    width: 150px;
}
.captchaRefreshBtn:hover span.glyphicon {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: all 1s;
    transition: all 1s;
    margin-bottom: 0;
}
.form-group img {
  width: 150px;
    border: 1px solid #CCC;
}

/* ---------------------------------------------- /*
 * Commonly Used Styles
/* ---------------------------------------------- */

.Animate, .container, .btn-default {
    -webkit-transition: ALL 0.5s ease;
   -moz-transition: ALL 0.5s ease;
   -o-transition: ALL 0.5s ease;
   -ms-transition: ALL 0.5s ease;
   transition: ALL 0.5s ease;
}
.nopadding {
    padding: 0;
}
.img100 {
    width: 100%;
}
.breadcrumb {
    font-size: 25px;
}
#name {
    display: none;
}


/* ---------------------------------------------- /*
 * Media Queries
/* ---------------------------------------------- */

@media (min-width: 992px) {
    .navbar {
        font-size: 14px;
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .supergroup {
        text-align: right;
    }
    .extra {
      margin-right: -15px;
    }
}
@media (max-width: 992px) {
    .copyright img {
        display: none;
    }
    .copyright {
        padding: 10px 0;
    }
    .navbar-default .navbar-nav > li > a {
      padding: 20px 5px;
    }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 12px;
  }
  .nav-tabs.nav-justified > li > a {
    height: 40px;
  }
  .news-panel .col-sm-12 {
    padding: 10px 0 0 0;
  }
  .news-panel a {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: block;
  }
    .navbar-nav .open .dropdown-menu > li > a, 
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 10px;
        font-weight: 300;
        padding: 20px 5px;
        border-bottom: 1px solid #333;

        text-transform: uppercase;
        font-size: 12px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover, 
    .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background: #111;
        color: #fff;
    }
}
