﻿/* Reset And Base Styles */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;font-size:100%;margin:0;padding:0;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}a, img, input{outline:expression(hideFocus='true');outline:none;border:0;text-decoration:none !important;}div{outline:expression(hideFocus='true');outline:none;}a:hover a:focus a:active{outline:expression(hideFocus='true');outline:none;}img{-ms-interpolation-mode:bicubic;zoom:1;}button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;}

/* Global */
body {
	color:#5a5a5a;
	font-family:'Open Sans', sans-serif;
	background-color:#ffffff;
}

/* Open Sans ~ Light */
@font-face {font-family:'Open Sans';font-style:normal;font-weight:300;src:url("../fonts/opensans/300.eot")\9;src:local('☺︎'),url('../fonts/opensans/300.woff') format('woff');}

/* Open Sans ~ Regular */
@font-face {font-family:'Open Sans';font-style:normal;font-weight:400;src:url("../fonts/opensans/400.eot")\9;src:local('☺︎'),url('../fonts/opensans/400.woff') format('woff');}

/* Open Sans ~ Semi Bold */
@font-face {font-family:'Open Sans';font-style:normal;font-weight:600;src:url("../fonts/opensans/600.eot")\9;src:local('☺︎'),url('../fonts/opensans/600.woff') format('woff');}

/* Open Sans ~ Bold */
@font-face {font-family:'Open Sans';font-style:normal;font-weight:700;src:url("../fonts/opensans/700.eot")\9;src:local('☺︎'),url('../fonts/opensans/700.woff') format('woff');}

/* Rajdhani ~ Light */
@font-face {font-family:'Rajdhani';font-style:normal;font-weight:300;src:url("../fonts/rajdhani/300.eot")\9;src:local('☺︎'),url('../fonts/rajdhani/300.woff') format('woff');}

/* Rajdhani ~ Regular */
@font-face {font-family:'Rajdhani';font-style:normal;font-weight:400;src:url("../fonts/rajdhani/400.eot")\9;src:local('☺︎'),url('../fonts/rajdhani/400.woff') format('woff');}

/* Rajdhani ~ Medium */
@font-face {font-family:'Rajdhani';font-style:normal;font-weight:500;src:url("../fonts/rajdhani/500.eot")\9;src:local('☺︎'),url('../fonts/rajdhani/500.woff') format('woff');}

/* Rajdhani ~ Semi Bold */
@font-face {font-family:'Rajdhani';font-style:normal;font-weight:600;src:url("../fonts/rajdhani/600.eot")\9;src:local('☺︎'),url('../fonts/rajdhani/600.woff') format('woff');}

/* Rajdhani ~ Bold */
@font-face {font-family:'Rajdhani';font-style:normal;font-weight:700;src:url("../fonts/rajdhani/700.eot")\9;src:local('☺︎'),url('../fonts/rajdhani/700.woff') format('woff');}

/* Navbar */
header, header * {
	-webkit-transition:all 0.5s linear 0s;
	-moz-transition:all 0.5s linear 0s;
	transition:all 0.5s linear 0s;
}

.navbar-wrapper {
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
	width:100%;
	background-color:rgba(0,0,0,0.65);
}

.toolbar {
	display:block;
	background-color:rgba(0, 0, 0, 0.2);
	color:#ffffff;
	min-height:30px;
	padding:0;
	position:relative;
	z-index:101;
}

.toolbar .right-none.pull-right {
	clear:none;
	text-align:right;
}

.toolbar a {
	position:relative;
	z-index:10;
	display:inline-block;
	color:#929596;
	font-size:10px;
	font-weight:600;
	line-height:30px;
	margin-right:22px;
	text-transform:uppercase;
}

.toolbar a:hover {
	color:#ffffff;
}

.toolbar .header-address a {
	margin-right:15px;
}

.toolbar i {
	font-size:14px;
	padding-right:5px;
}

.toolbar_shadow {
	background-image:url("../images/toolbar_shadow.png");
	background-repeat:no-repeat;
	background-size:contain;
	height:21px;
	left:0;
	position:absolute;
	top:30px;
	width:100%;
}

header.affix .bottom-header,
header.affix-top .bottom-header {
    height:initial;
}

.bottom-header {
    margin-bottom:-21px;
    padding-bottom:21px;
}

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

.bottom-header .navbar {
    border:medium none;
    margin-bottom:0;
	margin:0;
}

.header_shadow {
	background-image:url("../images/header_shadow.png");
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom:-21px;
	padding-bottom:21px;
}

.logo {
	position:absolute;
	width:100%;
	height:89px;
}

.logo a {
	display:block;
}

.logo img {
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	display:block;
	max-width:100%;
	max-height:100%;
}

header .bottom-header .navbar-default .navbar-nav > li > a {
    color:#ffffff;
    font-size:14px;
    font-weight:700;
    font-family:"Open Sans",sans-serif;
    line-height:31px;
    padding:38px 15px 20px;
    text-transform:uppercase;
    transition-duration:0.15s;
}

header .bottom-header .navbar-default .navbar-nav > li:hover > a {
    background-color:#c7081b;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.bottom-header .navbar-default .navbar-nav > .active > a,
.bottom-header .navbar-default .navbar-nav > .active > a:hover,
.bottom-header .navbar-default .navbar-nav > .active > a:focus {
	background-color:#c7081b;
	color:#fff;
}

.navbar-collapse {
	padding-left:0;
	padding-right:0;
}

header .navbar-default .navbar-nav > .dropdown > a .caret,
header .navbar-default .navbar-nav .dropdown a .caret {
    display:none;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu,
header .navbar-nav.pull-right > li > .dropdown-menu,
header .navbar-nav > li > .dropdown-menu {
	background:rgba(0, 0, 0, 0.65);
}

header .navbar-nav.pull-right > li > .dropdown-menu,
header .navbar-nav > li > .dropdown-menu {
    background:rgba(0, 0, 0, 0.65);
    font-size:13px;
    font-weight:400;
    left:0;
    margin-left:0;
    right:auto;
}

header .navbar-nav.pull-right > li > .dropdown-menu,
header .navbar-nav > li > .dropdown-menu > li > a {
    color:#ffffff;
}

header .navbar-collapse.collapse .navbar-nav li.dropdown:hover .dropdown-menu {
	display:block;
}

header .navbar-collapse.collapse.in .navbar-nav li.dropdown:hover .dropdown-menu {
	display:none;
}

.navbar .navbar-nav li .dropdown-menu > li > a {
    color:#ffffff;
    font-family:"Open Sans",sans-serif;
    font-size:13px;
    font-weight:600;
    transition-duration:0.15s;
}

header .navbar-nav > li > .dropdown-menu > li > a {
    padding:9px 20px;
}

header .navbar-nav.pull-right > li > .dropdown-menu,
header .navbar-nav > li > .dropdown-menu > li > a {
    color:#ffffff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color:#c7081b;
}

/* Content */
.our-service-title {
	color:#c7081b;
	font-size:26px;
	font-weight:600;
	font-family:Rajdhani, Arial;
	text-align:center;
	margin:10px 0 15px;
	border-bottom:1px solid #c7081b;
}

.our-service-title span {
	display:inline-block;
	padding:15px 0;
	border-bottom:2px solid #c7081b;
}

.our-service-content {
	padding:15px 0 30px;
}

.our-service-content-left {
	float:left;
	width:72%;
}

.our-service-content-right {
	float:left;
	width:28%;
	padding-left:5%;
}

.our-service-content h2 {
	color:#c7081b;
	font-size:22px;
	font-weight:600;
	font-family:Rajdhani, Arial;
	padding:0 0 14px;
}

.our-service-content p {
	color:#333333;
	text-align:justify;
}

.our-service-content-right {
	margin-top:30px;
}

.our-service-content-right img {
	max-width:100%;
	border-radius:50%;
}

/* Parallax Content */
.parallax-area {
    background-image:url("../images/parallax-image.jpg");
    background-position:center center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
	padding:50px 0;
}

.parallax-aboutus {
	margin:0 0 20px;
	padding:10px 35px 35px;
	background-color:rgba(255,255,255,0.8);
}

.parallax-aboutus-title {
	color:#c7081b;
	font-size:26px;
	font-weight:600;
	font-family:Rajdhani, Arial;
	margin:0 0 15px;
	border-bottom:1px solid #c7081b;
}

.parallax-aboutus-title span {
	display:inline-block;
	padding:15px 0;
	border-bottom:2px solid #c7081b;
}

.parallax-aboutus-content a {
	display:block;
}

.parallax-aboutus-content p {
	color:#333333;
	line-height:23px;
}

.parallax-aboutus-content img {
	display:block;
	max-width:100%;
	max-height:100%;
	margin-top:28px;
	-webkit-filter:sepia(100%);
	filter:sepia(100%);
}

.parallax-team {
	margin:0 0 20px;
}

.parallax-team-content {
	
}

.parallax-team-title {
	color:#ffffff;
	font-size:26px;
	font-weight:600;
	font-family:Rajdhani, Arial;
	padding:21px 20px;
	background-color:#c7081b;
}

.parallax-team-col {
	position:relative;
	overflow:hidden;
	float:left;
	width:50%;
}

.parallax-team-col img {
	display:block;
	max-width:100%;
	max-height:100%;
}

.parallax-team-col > div {
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	visibility:hidden;
	width:100%;
	height:100%;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	padding:20% 0 0;
	background-color:rgba(0,0,0,0.8);
	-webkit-transform:scale(0.6);
	-moz-transform:scale(0.6);
	-ms-transform:scale(0.6);
	-o-transform:scale(0.6);
	transform:scale(0.6);
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}

.parallax-team-col:hover > div {
	opacity:1;
	visibility:visible;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.parallax-team-col > div > span {
	display:block;
	line-height:30px;
}

.parallax-team-col > div > span.name-master {
	font-size:22px;
	font-weight:700;
	font-family:Rajdhani, Arial;
}

.parallax-team-col > div > span.name-branch {
	font-weight:600;
}

.parallax-team-col > div > span.phone-number {
	color:#eeeeee;
	text-decoration:underline;
}

/* Google Map */
#map {
	width:100%;
	height:400px;
}

/* Footer */
footer {
	width:100%;
}

.footer-top {
	width:100%;
	color:#ffffff;
	padding:30px 0 50px;
	background-color:#2B2F34;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:center 10px;
}

.footer-bottom {
	background-color:#25282c;
}

.footer-links,
.footer-contactus,
.footer-quick-links {
	margin:0 0 15px;
}

.footer-links-title {
	font-size:24px;
	font-weight:400;
	font-family:Rajdhani, Arial;
	margin-bottom:30px;
	border-bottom:1px solid #ffffff;
}

.footer-links-title span {
	display:inline-block;
	padding:12px 0;
	border-bottom:1px solid #ffffff;
}

.footer-links-title span i {
	font-size:32px;
	margin:0 12px 0 0;
	vertical-align:middle;
}

.footer-links > span,
.footer-contactus > span {
	display:block;
	line-height:28px;
	font-size:14px;
}

.footer-contactus > a {
	float:left;
	color:#ffffff;
	font-size:16px;
	padding:4px 15px;
	margin:10px 0 0;
	background-color:#c7081b;
	border:2px solid #c7081b;
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}

.footer-contactus > a:hover {
	color:#333333;
	background-color:#ffffff;
	border:2px solid #d73242;
}

.footer-contactus > div > a {
	float:left;
	color:#ffffff;
	font-size:14px;
	margin:10px 20px 10px 0;
}

.footer-quick-links li {
	float:left;
	padding-right:3%;
	padding-bottom:3%;
}

.footer-quick-links li a {
	display:block;
	width:100%;
	color:#f2f2f2;
	font-size:14px;
	font-family:Rajdhani, Arial;
	text-align:center;
	padding:5px 10px;
	border:1px solid #cccccc;
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}

.footer-quick-links li a:hover {
	color:#d73242;
	border:1px solid #d73242;
	background-color:#ffffff;
}

.footer-bottom .container {
	padding-top:20px;
	padding-bottom:20px;
}

.footer-copy-right {
	line-height:45px;
	color:#ffffff;
	font-size:12px;
}

.footer-copy-right a {
	color:#c7081b;
	font-size:13px;
}

.footer-logo {
	text-align:right;
}

.footer-logo a {
	display:inline-block;
}

/* Content */
#secondary-banner {
    position:relative;
    z-index: 22;
    display:block;
    color:#ffffff;
    height:302px;
    margin-top:0;
    padding-top:160px;
    text-shadow:0 1px 0 #000000;
    border-bottom: 2px solid #fff;
}

.dynamic-image-1 {
    background:url(../images/dynamic/1.jpg) no-repeat center top;
}

.dynamic-image-2 {
    background:url(../images/dynamic/2.jpg) no-repeat center top;
}

.dynamic-image-3 {
    background:url(../images/dynamic/3.jpg) no-repeat center top;
}

.dynamic-image-4 {
    background:url(../images/dynamic/4.jpg) no-repeat center top;
}

.dynamic-image-5 {
    background:url(../images/dynamic/1.jpg) no-repeat center top;
}

.dynamic-image-6 {
    background:url(../images/dynamic/6.jpg) no-repeat center top;
}

.dynamic-image-7 {
    background:url(../images/dynamic/7.jpg) no-repeat center top;
}

.dynamic-image-8 {
    background:url(../images/dynamic/8.jpg) no-repeat center top;
}

.dynamic-image-9 {
    background:url(../images/dynamic/9.jpg) no-repeat center top;
}

.dynamic-image-10 {
    background:url(../images/dynamic/10.jpg) no-repeat center top;
}

.dynamic-image-1, .dynamic-image-2, .dynamic-image-3, .dynamic-image-4, .dynamic-image-7, .dynamic-image-8, .dynamic-image-9, .dynamic-image-10 {
    background-size:cover;
}

#secondary-banner h2 {
    font-size:34px;
    padding-top:10px;
}

#secondary-banner h4 {
    font-size:22px;
	font-weight:300;
    margin-top:13px;
    margin-bottom:-6px;
	letter-spacing:0.1px;
}

.message-shadow {
    width:100%;
    height:21px;
    background:url(../images/message_shadow.png) repeat-x center top;
}

.inner-page,
.inner-page.about-us,
.inner-page.services {
    margin-top:50px;
    margin-bottom:50px;
}

.inner-page-sales {
	margin-bottom:20px;
}

.page-sales-empty {
	display:block;
	width:100%;
	color:#2d2d2d;
	font-size:24px;
	text-align:center;
	padding:50px 0;
}

.inner-page h3 {
    color:#c7081b;
    font-size:19px;
    font-weight:800;
	margin-bottom:25px;
}

.inner-page p {
    line-height:24px;
    color:#2d2d2d;
    font-size:14px;
    font-weight:400;
    margin:0 0 20px;
}

.firstcharacter {
    color:#c7081b;
    float:left;
    font-size:70px;
    line-height:58px;
    padding-left:3px;
    padding-right:8px;
    padding-top:4px;
}

img.alignleft {
    float:left;
    margin:7px 25px 10px 0;
}

.choose-list ul li::before {
    content:"\f105";
    display:inline-block;
    width:16px;
    height:16px;
    line-height:16px;
    color:#ffffff;
    font-size:12px;
    font-family:FontAwesome;
    margin:-4px 10px 0 0;
    text-align:center;
    vertical-align:middle;
    background:#c7081b;
}

.choose-list ul li {
    color:#2d2d2d;
    font-size:13px;
    font-weight:400;
    line-height:33px;
}

/* Question Style */
.question-title > span {
	margin-right:20px;
}

.question-area {
	margin:0 0 30px;
}

.list-user {
	width:100%;
}

.list-user thead tr {
	background-color:#c7081b;
}

.list-user tbody:hover tr {
	background-color:#f1f1f1;
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}

.list-user thead tr th {
	border-left: 1px solid #ffffff;
	color: #ffffff;
	font-size:14px;
	font-weight:700;
	padding: 7px 15px;
	text-align: left;
}

.list-user thead tr th:first-child {
	border-left:none;
}

.list-user tbody {
	border-right:1px solid #dddddd;
	border-top:1px solid #dddddd;
}

.list-user tbody td {
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	color: #333333;
	font-size: 14px;
	padding: 10px 15px;
}

.input-group {
	width:100%;
	margin:0 0 20px;
}

.list-user-empty {
	color:#000000;
	font-weight:700;
	padding:60px 0 75px;
	text-align:center;
	border:1px solid #dddddd;
	border-top:none;
	background-color:#f1f1f1;
}

.form-control {
	background-color:#f1f1f1;
	border:1px solid #dddddd;
	border-radius:0px;
	box-shadow:none;
	color: #bbbbbb;
	height: 44px;
	letter-spacing:1px;
	line-height: normal;
	padding: 10px 20px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-webkit-input-placeholder {opacity:1;color:#bbbbbb;}
.form-control::-moz-placeholder {opacity:1;color:#bbbbbb;}
.form-control::-ms-input-placeholder {opacity:1;color:#bbbbbb;}
.form-control::-o-placeholder {opacity:1;color:#bbbbbb;}

.form-control:focus {
	color:#333333;
	border-color: #bbbbbb;
	box-shadow: none;
	outline: 0 none;
}

.form-control:focus::-webkit-input-placeholder {color:#333333;}
.form-control:focus::-moz-placeholder {color:#333333;}
.form-control:focus::-ms-input-placeholder {color:#333333;}
.form-control:focus::-o-placeholder {color:#333333;}

.form-input {
	width:100%;
	background-color:#f1f1f1;
	border:1px solid #dddddd;
	border-radius:0px;
	box-shadow:none;
	color: #999999;
	height: 44px;
	font-size:14px;
	letter-spacing:1px;
	line-height: normal;
	padding: 10px 20px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-input::-webkit-input-placeholder {opacity:1;color:#999999;}
.form-input::-moz-placeholder {opacity:1;color:#999999;}
.form-input::-ms-input-placeholder {opacity:1;color:#999999;}
.form-input::-o-placeholder {opacity:1;color:#999999;}

.form-input:focus {
	color:#222222;
	border-color: #bbbbbb;
	box-shadow: none;
	outline: 0 none;
}

.form-input:focus::-webkit-input-placeholder {color:#222222;}
.form-input:focus::-moz-placeholder {color:#222222;}
.form-input:focus::-ms-input-placeholder {color:#222222;}
.form-input:focus::-o-placeholder {color:#222222;}

.question-title .form-control {
	width:80%;
}

.btn-default {
    background-color: #C7081B;
    border: 1px solid #C7081B;
    color: #ffffff;
	font-weight:700;
	padding:10px 30px;
	height: 44px;
	border-radius:0px;
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}

.insurance .btn-default {
	width:100%;
}

.btn-default:hover,
.btn-default:focus {
    color: #ffffff;
    background-color: #a20414 !important;
    border: 1px solid #a20414 !important;
}

.question-title span {
	line-height:44px;
	margin-bottom:20px;
}

/* Sales Style */
.car-sales {
	display:block;
	padding:15px 0;
	font-family: "Open Sans",sans-serif;
	margin-bottom: 50px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
	background-color: #ffffff;
	border-radius: 11px / 13px;
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}

.car-sales:hover {
	background-color:#f9f9f9;
	box-shadow:none;
}

.car-sales-img {
	position:relative;
	height:150px;
	border:1px solid #eeeeee;
	border-radius:8px;
	overflow:hidden;
	background-color:#ffffff;
}

.car-sales-img img {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	margin:auto;
	display:block;
	max-width:100%;
	max-height:100%;
}

.car-sales-info-title {
	line-height: 24px;
	color: #3d3d3d;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	overflow: hidden;
	padding-bottom: 5px;
	position: relative;
}

.car-sales-info-column {
	color:#444444;
	font-size:14px;
	font-weight:400;
	padding:4px 0;
}

.car-sales-info-column span {
	display: table-cell;
	padding-right: 3px;
}

.car-sales-info-col1 {
	font-size:12px;
}

.car-sales-info-column .car-sales-info-col2 {
	color:#333333;
	font-weight:700;
}

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

.padding-right-0 {
	padding-right:0px;
}

.car-sales-price-title {
	border-bottom: 1px solid #dddddd;
	color: #444444;
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

.car-sales-price {
	color: #3d3d3d;
	font-size: 26px;
	font-weight: 700;
}

.car-sales-details-title {
	border-bottom: 1px solid #dddddd;
	color: #444444;
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

.car-sales-details {
	color: #3d3d3d;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	text-align: justify;
}

.about-us-pictures .row {
	margin-bottom:20px;
}

.about-us-pictures img {
	display:block;
	max-width:100%;
	height:auto;
}

/* Insurance */
.insurance-alert {
	color:#c7081b;
	font-size:14px;
	font-weight:600;
}

.insurance-alert-2 {
	color:#333333;
	font-size:14px;
	font-weight:600;
}

.insurance-image {
	margin:20px 0;
}

.insurance-image img {
	max-width:100%;
	height:auto;
	display:block;
}

#insuranceForm label {
	color:#c7081b;
	font-size:12px;
	font-weight:400;
	padding:10px 0 0;
}

/* Team All */
.team-all-col {
	margin:0 0 20px;
}

.team-all-col img {
	max-width:100%;
	height:auto;
	display:block;
}

.team-all-col > div {
	width:100%;
	color:#333333;
	font-size:14px;
	font-weight:600;
	text-align:center;
	padding:12px 10px;
	background-color:#dddddd;
}

.team-all-col > div > span {
	display:block;
}

/* Company Style */
.company-col {
	position:relative;
	width:100%;
	cursor:pointer;
	margin:0 0 20px;
	border:1px solid #dddddd;
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}

.company-col:hover {
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.3);
}

.company-picture img {
	display:block;
	width:100%;
	height:auto;
}

.company-name {
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	visibility:hidden;
	z-index:10;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	transform:scale(0.3);
}

.company-col:hover .company-name {
	opacity:1;
	visibility:visible;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}

.company-name span {
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-20px;
	width:100%;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	font-family:Rajdhani, Arial;
	text-align:center;
	background-color:#000000;
}

/* Damage Page */
.damage-page .nav-tabs {
	border:none;
	margin:0 0 20px;
}

.damage-page .nav-tabs > li,
.damage-page .nav-tabs > li > a {
	position:relative;
	width:100%;
	margin:0px;
}

.damage-page .nav-tabs > li > a {
	height:38px;
	line-height:38px;
	padding:0 15px;
}

.damage-page .nav-tabs > li.active > a:after {
	content:"";
	position:absolute;
	right:0px;
	top:0px;
	width:0px;
	height:0px;
	border:19px solid transparent;
	border-right-color:#ffffff;
}

.damage-page .nav-tabs > li > a,
.damage-page .nav-tabs > li > a:focus,
.damage-page .nav-tabs > li > a:hover,
.damage-page .nav-tabs > li.active > a:hover {
	border-radius:0px;
	border:none;
	border-bottom:1px solid #ffffff;
}

.damage-page .nav-tabs > li > a  {
	color:#414141;
	font-size:14px;
	font-weight:600;
	background-color:#dddddd;
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}

.damage-page .nav-tabs > li > a:hover,
.damage-page .nav-tabs > li.active > a {
	color:#ffffff;
	background-color:#C7081B;
}

.damage-page .inner ul {
    list-style: disc;
    margin-top: 0;
    margin-bottom: .5em;
}

.damage-page .inner ul li {
    list-style-position: outside;
    line-height: normal;
    position: relative;
    padding: 4px 0;
	color:#414141;
	font-size:12px;
    margin: 0 0 0 20px;
}

/* Contact Us */
.contact-us label.control-label {
	color:#333333;
	font-size:14px;
	font-weight:600;
	padding-top:11px;
}

.contact-us .btn {
	font-weight:600;
	border-radius:0px;
	color:#ffffff;
	padding:7px 15px;
	background-color:#C7081B;
}

.contact-us-address {
	color:#333333;
	font-size:15px;
	font-weight:600;
	margin:0 0 10px;
}

.contact-us-address span {
	display:block;
	margin:0 0 10px;
}

.contact-us-address a {
	color:#333333;
	display:block;
	margin:10px 0;
}

.contact-us-address > .clearfix a span {
	width:30%;
	font-weight:400;
	display:inline-block;
}

.contact-us .footer-links-title {
	margin-bottom:10px;
}

.help-block li {
	color: #c7081b;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0 0;
}

.has-error .form-control {
	border:1px solid #dddddd;
	box-shadow:none;
}

/* Large desktops and laptops */
@media (min-width:1200px) {
	
}

/* Landscape tablets and medium desktops */
@media (min-width:992px) and (max-width:1199px) {
	.featurette-heading {
		margin-top:120px;
	}
	
	header .bottom-header .navbar-default .navbar-nav > li > a {
		font-size:13px;
	}
	
	.car-sales-info-title {
		font-size:18px;
	}
	
	.car-sales-info-column {
		font-size:12px;
	}
	
	.car-sales-details {
		font-size:11px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width:768px) and (max-width:991px) {
	.featurette-heading {
		font-size:50px;
	}
	
	header .bottom-header .navbar-default .navbar-nav > li > a {
		font-size:11px;
		padding:38px 8px 20px;
	}
	
	.parallax-aboutus-content p {
		position: relative;
		overflow: hidden;
		display: block;
		height: 70px;
	}
	
	.parallax-aboutus-content img {
		margin-top:22px;
	}
	
	.parallax-team-col > div {
		font-size:12px;
	}
	
	.parallax-team-col > div > span {
		line-height:25px;
	}
	
	.parallax-team-col > div > span.name-master {
		font-size:16px;
	}
	
	.footer-copy-right {
		font-size:9px;
	}

	.footer-copy-right a {
		font-size:10px;
	}
	
	.footer-links-title {
		font-size:19px;
	}
	
	.footer-quick-links li {
		width:40%;
	}
	
	.our-service-content-right {
		margin-top:44px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width:767px) {
	.navbar-wrapper-index {
		position:relative;
		background-color:#333333;
	}
	
	.logo {
		position:relative;
	}
	
	.logo img {
		right:auto;
	}
	
	.toolbar .header-phone,
	.toolbar .header-address {
		text-align:center;
	}
	
	.navbar {
		text-align:center;
		min-height:0px;
	}
	
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		position:absolute;
		right:0px;
		top:-68px;
		float:none;
		margin-bottom:16px;
		display:inline-block;
		background:rgba(0,0,0,0.4);
		border-color:rgba(0,0,0,0.4) !important;
	}
	
	.navbar-default .navbar-toggle .icon-bar,
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
		width:32px;
		background-color:#ffffff !important;
	}
	
	.nav.navbar-nav.pull-right {
		float:none !important;
		margin:0px;
	}
	
	header .bottom-header .navbar-default .navbar-nav > li > a {
		padding:4px 15px;
		text-align:left;
		text-transform:lowercase;
	}
	
	.open > .dropdown-menu {
		display:block !important;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu {
		border-radius:0px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: transparent;
		color: #ffffff;
	}
	
	header .navbar-default .navbar-nav > .dropdown > a .caret,
	header .navbar-default .navbar-nav .dropdown a .caret {
		display:inline-block;
	}
	
	.our-service-content-right {
		margin-top:10px;
	}
	
	.parallax-team-col > div {
		font-size:12px;
	}
	
	.parallax-team-col > div > span {
		line-height:25px;
	}
	
	.parallax-team-col > div > span.name-master {
		font-size:16px;
	}
	
	.footer-copy-right {
		font-size:10px;
		text-align:center;
	}

	.footer-copy-right a {
		font-size:11px;
	}
	
	.footer-logo {
		text-align:center;
	}
	
	.footer-logo img {
		display:block;
		margin:20px 0 0;
	}
	
	.question-title .form-control {
		width: 100%;
		margin-top:10px;
	}
	
	.btn-default {
		width:100%;
		margin-top:20px;
	}
}

/* Portrait phones and smaller */
@media (max-width:480px) {
	.navbar-wrapper-index {
		position:relative;
		background-color:#333333;
	}
	
	.logo {
		position:relative;
	}
	
	.logo img {
		right:auto;
		max-width:70%;
	}
	
	.toolbar .header-phone,
	.toolbar .header-address {
		text-align:center;
		padding:0px;
	}
	
	.toolbar .header-address a {
		margin-right:0px;
	}
	
	.navbar {
		text-align:center;
		min-height:0px;
	}
	
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		position:absolute;
		right:0px;
		top:-68px;
		float:none;
		margin-bottom:16px;
		display:inline-block;
		background:rgba(0,0,0,0.4);
		border-color:rgba(0,0,0,0.4) !important;
	}
	
	.navbar-default .navbar-toggle .icon-bar,
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
		width:32px;
		background-color:#ffffff !important;
	}
	
	.nav.navbar-nav.pull-right {
		float:none !important;
		margin:0px;
	}
	
	header .bottom-header .navbar-default .navbar-nav > li > a {
		padding:4px 15px;
		text-align:left;
		text-transform:lowercase;
	}
	
	.open > .dropdown-menu {
		display:block !important;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu {
		border-radius:0px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: transparent;
		color: #ffffff;
	}
	
	header .navbar-default .navbar-nav > .dropdown > a .caret,
	header .navbar-default .navbar-nav .dropdown a .caret {
		display:inline-block;
	}
	
	.our-service-content-right {
		margin-top:33px;
	}
	
	.parallax-team-title {
		font-size:24px;
	}
	
	.parallax-team-col > div {
		font-size:12px;
	}
	
	.parallax-team-col > div > span {
		line-height:25px;
	}
	
	.parallax-team-col > div > span.name-master {
		font-size:16px;
	}
	
	.footer-copy-right {
		font-size:10px;
		text-align:center;
	}

	.footer-copy-right a {
		font-size:11px;
	}
	
	.footer-logo {
		text-align:center;
	}
	
	.footer-logo img {
		display:block;
		margin:20px 0 0;
	}
}