@charset "utf-8";
body {
	font-family:'museo_300regular', sans-serif;
	font-size:16px;
	line-height:1.428571429;
	color:#666666;
	background-color:#efefef;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.clear {
	clear: both;
	display: block;
}
h1, h2, h3, h4, h5, p{
	margin: 0px;
	font-weight: normal;
}
h1 {
	font-size: 28px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	font-family: 'museo_100regular', sans-serif;
	color: #900;
	background-image: url(../img/dot-grey.gif);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
}
h1 span {
	background-color: #EFEFEF;
	padding-right: 10px;
	padding-left: 10px;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 300;
}

p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
a.img {
	border: 0px;
}



strong {
	font-weight: 600;
}


a.btn-cta {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	display: block;
	border-radius: 3px;
	background-image: url(../img/bg-btn-blue.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 30px;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	padding-right: 10px;
	padding-left: 10px;
}
a.btn-cta:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.box-border {
	padding: 20px;
	border: 1px solid #CCC;
	margin-top: 30px;
}
.table-list th {
	background-color: #333;
	color: #FFF;
	padding: 5px;
}
.table-list td{
	padding: 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.table-status{
	border: 1px solid #ccc;
}
.table-status th {
	background-color: #333;
	color: #FFF;
	padding: 5px;
}
.table-status td{
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}
.table-status td.progress {
	background:#F60;
	color:#FFF;	
}
.table-status td.pending {
	background: #FF0;
	color: #333;	
}
.table-status td.done {
	background: #090;
	color:#FFF;	
}

header {
	height: 110px;
	background-image: url(../img/bg-header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
header .nav-profile {
	height: 35px;
	padding-top: 15px;
}
.nav-profile a {
	float: right;
	color: #333;
	margin-left: 20px;
}
.nav-profile a:hover {
	color: #C00;
}



header nav {
	height: 60px;
	background-image: url(../img/bg-nav-div.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
nav a {
	display: block;
	padding-top: 20px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	width: 140px;
	text-align: center;
	float: left;
	height: 40px;
	text-transform: uppercase;
	background-image: url(../img/bg-nav-div.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
nav a:hover , nav a.current{
	color: #FF0;
	background-color: rgba(0, 0, 0, 0.3);
}
nav .nav-logo  {
	float: left;
	width: 140px;
	height: 60px;
	background-image: url(../img/bg-nav-div.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.wrapper980 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.home-banner {
	height: 450px;
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 30px;
}
.home-banner .description {
	color: #FFF;
	position: absolute;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: 'museo_100regular', sans-serif;
	font-size: 48px;
	line-height: 45px;
	left: 896px;
	top: 63px;
	text-align: left;
}

.home-welcome {
	text-align: center;
	margin-bottom: 30px;

}
.home-services {
	text-align: center;
	margin-bottom: 30px;
}
.home-services .cars-list div{
	float: left;
	position:relative;
	width: 300px;
	height: 300px;
	text-align: left;
	font-size: 70px;
	line-height: 60px;
	letter-spacing: -5px;
	font-family:'museo_100regular', sans-serif;
	color: #CCC;

}
.home-services .cars-list div img{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
}

.home-services .cars-list .div-shadow {
	width: 40px;
	background-image: url(../img/shadow-services.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 300px;
}
.home-services .services-list {
	padding-right: 40px;
	padding-left: 40px;
}

.home-services .services-list div {
	float: left;
	width: 300px;
	font-size: 24px;
}
.home-services .services-list div img {
	-moz-border-radius: 150px;
	border-radius: 150px;
}
.inner-banner {
	height: 350px;
	background-position: center;
	margin-bottom: 30px;
	background-color: #000;
	background-repeat: no-repeat;
}
.inner-banner .description {
	color: #FFF;
	position: absolute;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: 'museo_100regular', sans-serif;
	font-size: 48px;
	line-height: 45px;
}
.inner-banner.about {
	background-image: url(../img/banner-about.jpg);
}
.inner-banner.about .description {
	left: 36px;
	top: 23px;
}
.inner-banner.services {
	background-image: url(../img/banner-services.jpg);
}
.inner-banner.services .description {
	left: 43px;
	top: 234px;
}

.inner-banner.location {
	background-image: url(../img/banner-location.jpg);
}
.inner-banner.location .description {
	left: 34px;
	top: 37px;
}
.inner-banner.career {
	background-image: url(../img/banner-career.jpg);
}
.inner-banner.career .description {
	left: 639px;
	top: 45px;
}

.inner-banner.faq {
	background-image: url(../img/banner-faq.jpg);
}
.inner-banner.faq .description {
	left: 639px;
	top: 45px;
}

.content {
	padding: 30px;
	background-color: #FFF;
}
.google-map {
	margin-bottom: 30px;
}
.google-map small  a{
	float: right;
	background-color: #39F;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
}


.news-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news-list  li {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.news-list  li .news-content {
	float: left;
	width: 600px;
	margin-right: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-bottom: 20px;
}
.news-list  li .news-content .news-posted {
	font-size: 12px;
	font-style: italic;
}

.news-list  li .news-category {
	float: left;
	width: 300px;
}
.services-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.services-list li a{
	border: 1px solid #CCC;
	margin: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	color: #333;
}
.services-list li a:hover {
	color: #FFF;
	background-color: #039;
}
.enquiry-form {
	padding: 20px;
	border: 1px solid #CCC;
	margin-top: 30px;
}
.enquiry-form table tr td {
	padding: 5px;
}
.enquiry-form form input, .enquiry-form form select, .enquiry-form form textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.enquiry-form form input, .enquiry-form form select {
	width: 300px;
	height: 35px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.enquiry-form form textarea {
	padding: 0 5px;
	width: 300px;
	height: 100px;
}

footer {
	background-color: rgba(18, 18, 18, 0.9);
	padding: 10px;
	margin-top: 200px;
	font-size: 14px;
	line-height: 25px;
	color: #999;
}
footer .footer-details {
	margin-top: 20px;
}


footer .footer-details div{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 20px;
	float: left;
	margin-right: 20px;
}
footer .footer-details div h4{
	font-size: 14px;
	color: #FFF;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
footer .footer-details div span{
	float: left;
	margin-right: 20px;
	display: block;
}
footer .footer-details  div a{
	color: #999;
	display: block;
}
footer .footer-details div a:hover {
	color: #FFF;
}

footer .copyright {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
	margin-top: 40px;
}
.copyright p {
	float: left;
}
.copyright .facebook {
	float: right;
}

.product-container { position: relative; width: 400px; }
.product-slides { width: 400px; margin: 20px auto; }
.product-slider { padding: 15px 30px; }
.product-slider .owl-item { opacity: .5; }
.product-slider .owl-item.active { opacity: 1; }
.product-slider .owl-controls, .product-slider .owl-buttons { position: absolute; top: 15px; left: 0; right: 0; }
.product-slider .owl-buttons { top: 0; }
.product-slider .owl-buttons .owl-prev, .product-slider .owl-buttons .owl-next { position: absolute; top: 0; display: block; width: 30px; height: 60px; background: url(../img/arrows.png) 0 0  no-repeat; text-indent: -9999em; opacity: .8; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; }
.product-slider .owl-buttons .owl-prev:hover, .product-slider .owl-buttons .owl-next:hover { opacity: 1; }
.product-slider .owl-buttons .owl-prev { left: 0; background-position: 0 0; }
.product-slider .owl-buttons .owl-next { right: 0; background-position: -30px 0; }
.product-slider .owl-item a { opacity: .6; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; }
.product-slider .owl-item .active a, .product-slider .owl-item:hover a { opacity: 1; }