/*
Colours:
    #373535 - Dark Grey
    #2a64ad - Blue
    #ffc940 - Yellow
*/

body {
    margin: 0;
    padding:0;
    font-family: 'Roboto', sans-serif;
    color: #373435;
}

img {
	width: 100%;
	height: auto;
}

p, ul{
	font-size: 15px;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
}

.btn-primary.blu {
    text-transform: uppercase;
    width: 230px;
    padding: 10px 20px;
    color: #fff;
    background-color: #2a64ad;
    border: none;
    border-radius: 0;
}

.btn-primary.blu:hover {
    text-transform: uppercase;
    color: #fff;
    background-color: #2a64ad;
    border: none;
    border-radius: 0;
}

.btn-primary.yellow {
    text-transform: uppercase;
    width: inherit;
    color: #fff;
    background-color: #ffc940;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    width: 230px;
}

.btn-primary.yellow:hover {
    text-transform: uppercase;
    color: #fff;
    background-color: #ffc940;
    border: none;
    border-radius: 0;
}

h1, h2, h3, h4 {
    margin-top: 0;
}

/*Form styles*/

input {
    padding: 10px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    color:#000;
}

select {
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    color:#000;
    padding: 12px!important;
    background-color: #fff;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

textarea {
    border-radius: 0;
    padding: 10px;
    height: 100px;
    width: 100%;
    color: #000;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #83d0a2;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

input:focus, select:focus, textarea:focus {
    outline-color: #2a64ad;
}

/*Navbar*/

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

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #373435;
    font-weight: 700;
    padding: 10px;
}

.navbar-default .navbar-nav>li>.btn-primary.blu {
    color: #fff;
    margin-left: 10px;
}

.navbar-default .navbar-nav>li>.btn-primary.blu:hover {
    text-transform: uppercase;
    /*width: 200px;*/
    color: #fff;
    background-color: #2a64ad;
    border: none;
    border-radius: 0;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    padding-top: 10px;
}

.header {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 10px solid #ffc940;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 2px solid #ffc940;
  border-top-color: #ccc;
  animation: spinner .6s linear infinite;
}

/*Home page*/

/*Flexslider*/
.flexslider {
  margin: 0px;
  background: #fff;
  border:none;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.slide1 {
    background-image: url('/images/home/suzuki-slide.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    /*position: relative;*/
    text-align: center;
}

.slide2 {
    background-image: url('/images/home/volvo-slide.jpg?ver=0.1');
    background-position: center;
    background-size: cover;
    height: 600px;
    /*position: relative;*/
    text-align: center;
}

.slide3 {
    background-image: url('/images/home/isuzu-slide.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    /*position: relative;*/
    text-align: center;
}

.slide4 {
    background-image: url('/images/home/isuzu-trucks-slide.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    /*position: relative;*/
    text-align: center;
}

.flex-direction-nav a:after {
	display: none;
}

.flex-direction-nav a  {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  /*color: rgba(0, 0, 0, 0.8);*/
  text-shadow: none;
  color: #fff!important;
}

.flexslider:hover .flex-next  {
	right: 20px!important;
	color: #fff!important;
}

.flex-direction-nav .flex-next {
	opacity: 0.8;
	right: 20px;
	right: 20px!important;
	color: #fff!important;
}

.flexslider:hover .flex-prev {
	left: 20px!important;
}

.flexslider .flex-prev {
	opacity: 0.8;
	left: 20px;
}

.flexslider {
	margin-bottom: 0;
	border: 0;
}

.flex-direction-nav a:before {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}

.flexslider li.slide {
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	text-align: center;
	padding-top: 10%;
	position: relative;
}

.home-header-text {
    color: #fff;
    padding-top: 400px;
}

.home-header-text h1, .home-header-text h2, .home-header-text h3 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
}

/*=============================================*/


.home-latest {
    background-color: #ececec;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.home-logos {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-logos h2 {
    text-transform: uppercase;
    font-weight: 700;
}

.home-logos img {
    width: 80%;
}

.home-latest h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:40px;
}

.home-latest .col-md-3 {
    padding-left: 0;
    padding-right: 30px;
}

.heading {
    background-color: #2a64ad;
    color: #fff;
    padding: 15px;
    min-height: 70px;
    height: auto;
    line-height: 20px;
    vertical-align: middle;
}

.heading p {
    margin-bottom: 0;
    vertical-align: middle;
}

.home-latest .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.home-latest .btn-primary {
    width: 100%;
}

.caption {
    background-color: #fff;
    padding: 15px;
    min-height: 110px;
    height: auto;
    text-align: left;
}

.caption p {
    font-size: 15px;
    color: #333!important;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.home-about .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

#dark-backg {
    background-color: #373535;
    /*padding: 40px;*/
    min-height: 600px;
    position: relative;
}

.home-book {
    position: absolute;
    top: 50%;
    right: 60px;
    /*padding-left:60px;*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-book h2 {
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.home-book .btn-primary {
    margin-top: 20px;
}

#blue-backg {
    background-color: #2a64ad;
    /*padding: 40px;*/
    min-height: 600px;
    position: relative;
}

.about {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 60px;
    right: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
}

.about .btn-primary {
    margin-top: 30px;
}

/*General page heading*/

.page-heading {
    background-color: #ffc940;
}

.page-heading h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.overlay .col-md-8 {
    padding-right: 0;
}

.overlay p {
    margin-top: -50px;
    background-color: #373535;
    height: 50px;
}

/*About page*/

.about-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*Specials page*/

.specials {
    padding-top: 40px;
    padding-bottom: 40px;
}

.specials-intro p {
    padding-bottom: 60px;
}

.special-sec img {
    border: 1px solid #ececec;
}

.specials-caption {
    background-color: #2a64ad;
    height: 164px;
    padding: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.specials-caption .name {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}

.specials-caption .price {
    font-size: 20px;
}

.btn1 {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.btn2 {
    position: absolute;
    right: 160px;
    bottom: 20px;
}

.special-sec label, .special-sec .modal-title {
    color: #000!important;
}

/*New Cars Page*/

.new-cars {
    padding-top: 40px;
    padding-bottom: 40px;
}

.new-car-logo {
    display: block;
    max-width: 250px;
    width: auto;
    margin-top: 20px;
}

.new-car-logo img {
    width: 80%;
}

.new-car-col img {
    width: 100%;
    padding-bottom: 10px;
}

.new-car-col {
    display: inline-block;
    width: 15%;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    text-align: left;
    margin-bottom: 15px;
}

.new-car-col p {
    color: #333;
    font-size: 12px;
}

.car-make-section {
    border-bottom: 1px solid #2a64ad;
    padding-bottom: 40px;
}

.car-make-section:last-of-type {
    border-bottom: 0;
}

/*Used Cars Page*/

.used-cars-intro {
    padding-top: 40px;
}

.filter-wrapper {
    background-color: #ececec;
    text-align: center;
    padding-top: 10px;
}

.cars-filter select {
    width: 17%;
    margin-right: 10px;
}

.cars-filter #filter-btn {
    padding: 12px 20px;
    width:17%;
}

.cars-filter {
    padding-top: 20px;
    padding-bottom: 20px;
}

.used .caption {
    padding-left: 0px;
}

.used .caption .col-md-6 {
    padding-left: 0;
}

.used-cars {
    position:relative;
    min-height:400px;
}

.used-cars .col-md-3 {
    margin-bottom: 30px;
}

.used .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.showroom {
    background-image: url('/images/used-cars/used-cars-background.jpg');
    background-position: bottom;
    background-size: cover;
    height: 600px;
    padding-top: 250px;
    text-align: center;
}

.showroom h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

/*.showroom .btn-primary {*/
/*    width: 200px;*/
/*}*/

/*View car page*/

.car-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
}

.car-gallery .col-md-8 {
    padding-right: 0;
}

.gallery-thumbs {
    max-height: 575px;
    height: auto;
    overflow-Y: auto;
}

.thumb-col {
    width: 35%;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.car-details {
    padding-bottom: 40px;
}

.car-details h3 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.new-car-header h2 {
    font-weight: 700;
}

.new-car-header span {
    margin-left: 460px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

.car-details-header span {
    float: right;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

.car-details-header h2 {
    font-weight: 700;
}

.car-details-header h3 {
    color: #2a64ad;
    font-weight: 700;
}

.car-details-inner {
    border: 1px solid #000;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.enquire-form {
    margin-top: 20px;
}

.enquire-form input {
    display: inline-block;
    float: left;
    width: 50%;
    /*margin-right: 10px;*/
}

.enquire-form textarea {
    width: 100%!important;
    height: 100px;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.enquire-form input.first {
    width: 49%;
    margin-right: 1%;
}

.border {
    border: 1px solid #2a64ad;
    margin-top: 40px;
}

/*View new car page*/

.new-car-specs {
    margin-bottom: 40px;
}

.new-car-specs-inner {
    /*padding: 20px 20px 20px 0;*/
    margin-top: 20px;
    margin-bottom: 40px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-top: 1px solid #2a64ad;
    border-right: 1px solid #2a64ad;
    border-left: 1px solid #2a64ad;
    /*background-color: #2a64ad;*/
    color: #2a64ad;
    border-radius: 0;
    font-size: 12px!important;
    padding: 10px;
    margin-right: 0;
    width: auto;
    min-width: 120px;
    max-width: 150px;
    text-align: center;
}

.nav-tabs>li>a, .nav-tabs>li>a:hover {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px;
    font-size: 12px!important;
    margin-right: 0;
    text-transform: uppercase;
    min-width: 120px;
    max-width: 150px;
    width: auto;
    text-align: center;
    background-color: #2a64ad;
    color: #fff;
}

.tab-pane {
    border-left: 1px solid #2a64ad;
    border-right: 1px solid #2a64ad;
    border-bottom: 1px solid #2a64ad;
    
    width: inherit;
    padding: 20px;
    
}

.tab-pane ul {
    padding-left: 10px;
}

.tab-content {
    font-size: 15px;
    color: #000!important;
    background-color: #fff!important;
    
}

.table {
    width: 100%;
    height:auto;
    max-height: 308px;
    overflow-Y:auto;
}

table {
    width: 100%;
}

thead {
    width:100%;
}

tbody {
    width:100%;
}

th {
    border: 1px solid #2a64ad;
    padding: 20px;
    text-transform: uppercase;
    background-color: #2a64ad;
    color: #fff;
}

td {
    border: 1px solid #2a64ad;
    padding: 20px;
    vertical-align: top;
}

.finance-calculator .btn-primary {
    margin-bottom: 20px;
}

/*Parts page*/ 

.parts {
    padding-top: 40px;
    padding-bottom: 40px;
}

.parts img {
    width: 84%;
}

.parts .enquiry-form {
    padding-top: 20px;
}

.parts-contact {
    background-image: url('/images/parts/parts-background.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    padding-top: 250px;
    text-align: center;
}

.parts-contact h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.parts .enquiry-form {
    margin-top: 20px;
}

/*Contact page*/

.contact {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-details p>i {
    font-size: 30px;
    color: #000;
    vertical-align: middle;
}

.contact-details p, .contact-details a {
    color: #000;
    margin-bottom: 0;
} 

.contact-details p>span {
    padding-left: 55px;
    line-height: 30px;
}

#map {
    margin-top: 20px;
    height:300px;
    width: 100%;
}

/*Book a service page*/

.service {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*Footer*/

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #373535;
}

.footer img {
    width: 80%;
    margin-top: 30px;
}

.footer p, .footer a {
    font-weight: 700;
    color: #373535;
    /*margin-bottom: 0;*/
    line-height: 30px;
}

.footer p>i {
    color: #2a64ad;
    font-size: 30px;
    vertical-align: middle;
    /*margin-right: 20px;*/
    /*padding: 20px;*/
}

.ion-ios-telephone-outline:before,  .ion-iphone:before, .ion-ios-home-outline:before, .ion-ios-email-outline:before, .ion-ios-clock-outline:before{
    width: 50px;
    height: 30px;
    text-align: center;
}

.footer p>span {
    padding-left: 55px;
    /*line-height: 40px;*/
}

.footer-lower {
    background-color: #ffc940;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.footer-lower p {
    font-size: 12px;
    font-weight: 600;
}

.footer-lower a {
    color: #373535;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}

.footer-lower ul {
    margin-bottom: 0;
}

.footer-lower ul>li {
    display: inline-block;
    list-style: none;
}

.footer-nav {
    float: right;
    text-align: left;
}

.footer-nav li>a {
    color: #373535;
    font-size: 12px;
    padding: 5px;
    text-transform: uppercase;
}