	/********************* fonts ********************/
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/DroidKufi-Regular.eot');
  src: url('../../fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/DroidKufi-Regular.woff2') format('woff2'),
       url('../../fonts/DroidKufi-Regular.woff') format('woff'),
       url('../../fonts/DroidKufi-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/DroidKufi-Bold.eot');
  src: url('../../fonts/DroidKufi-Bold.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/DroidKufi-Bold.woff2') format('woff2'),
       url('../../fonts/DroidKufi-Bold.woff') format('woff'),
       url('../../fonts/DroidKufi-Bold.ttf') format('truetype');
}
/********************* fonts ********************/

body{overflow-x: hidden;}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.container, .container-fluid, .container > .row {
	clear: both;
}
p, .op-hlr .int-over a span, span.tech, .ext-wrp span {
	font-size: 16px;
}
.bnrtxt {
    top: auto !important;
    bottom: 15%;
    left: auto;
    color: #FFF;
    width: 100%;
    right: 30%;
}
.bnrtxt-inner {
	float: left;
	width: min-content;
}
.bnrtxt-left {
	border-left: 0px;
	border-bottom: solid 3px #eb212e;
	padding-bottom:  15px;
	margin-bottom: 15px;
	padding-left: 0;
	white-space: nowrap;
}
.bnrtxt-right {
	padding-right:  0;
	width: 100%;
}
.bnrtxt-right h4 {
	position: relative;
}
.grey-bg {
	background: #d1d3d4;
}
.red-bg {
	background: #ee1c23;
}
.blue-bg {
	background: #007494;
}
section, .full-width {
	width: 100%;
	float:right;
}
.pad-b-40 {
	padding-bottom: 40px;
}
.pad-b-70 {
	padding-bottom: 70px;
}
.width_100, img.full-image {
	width: 100%;
	float:right;
}
.width_50 {
	width: 50%;
	float:right;
}
.width_32 {
	width: 32%;
	float:right;
}
.width_31 {
	width: 32%;
	float:right;
}
.width_18 {
	width: 18.6%;
	float:right;
}
.width_17 {
	width: 17.4%;
	float:right;
}
.full-width-menu {
	padding: 30px 0 25px 0;
}
.full-width-menu a {
	color:#220001;
	font-size: 18px;
	padding:0 15px;
	font-family: 'Droid Arabic Kufi Bold';
}
.full-width-menu a:hover {
	text-decoration: none;
}
.full-width-menu .menu-hlr, .full-width-menu .menu-hlr a, .full-width-menu .menu-hlr h1 {
	display: inline-block;
}
.full-width-menu .menu-hlr {
	padding: 0 70px;
	position:relative;
	z-index: 2;
}
.full-width-menu h1 {
	color:#010003;
	font-size: 32px;
	padding:22px 0 0 0;
	font-family: 'Droid Arabic Kufi Bold';
}
#sec_overview .full-width-menu {
	padding-bottom: 10px;
}
.over-bg {
	background: #3c3f42;
}
#sec_overview .overview_cnt {
	position: relative;
	z-index: 5;
}
.curve-btm {
	-webkit-mask-image: radial-gradient(110% 150px at bottom, transparent 50%, #FFF 51%);
	mask-image: radial-gradient(110% 150px at bottom, transparent 50%, #FFF 51%);
}
.xpress-wrp-outer {
	position: absolute;
	top:8%;
	right:0;
	width:100%;
}
.xpress-wrp-outer .container {
	position: relative;
}
.xpress-wrp {
	position: absolute;
	top: 0%;
	left: 2%;
	max-width: 370px;
	padding: 35px 0 25px 10px;
	color:#FFF;
}
.xpress-wrp h2 {
	font-family: 'Droid Arabic Kufi Bold';
	font-size: 27px;
	margin-top: 25px;
}
.xpress-wrp p {
	width: 100%;
	margin:15px 0 0 0;
	text-align:justify;
}
.full-width-menu .menu-hlr.v-02 h1 {
	margin: 0;
	padding:0 0 20px 0;
}
#features {
	background-color: #FFF;
	margin-top:-130px;
	position:relative;
}
.fet-menu {
	position: absolute;
	top: 70px;
	z-index: 5;
}
#features .full-width-menu h1, #features .full-width-menu a {
	color: #220001
}
.flex-item {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: stretch;
}
.flex-row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.op-hlr {
	position: relative;
}
.op-hlr .over-con {
	max-width: 330px;
	position: absolute;
	right: 0;
	bottom: 0;/*background: rgba(255,255,255,0.7);*/
	padding: 50px 35px 40px 20px;
	color:#fff;
}
.op-hlr .over-con h2 {
	font-family: 'Droid Arabic Kufi Bold';
	font-size: 32px;
}
.op-hlr .over-con h4 {
	font-family: 'Droid Arabic Kufi Bold';
	font-size: 18px;
}
.op-hlr .over-con p {
	width: 100%;
	margin:15px 0 0 0;
}
.op-hlr .int-over {
	width: 1024px;
	position: absolute;
	right: calc(50% - 512px);
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	height: 160px;
	text-align: center;
	padding: 30px 0 0 0;
}
.op-hlr .int-over a {
	width: auto;
	display: inline-block;
	text-align: center;
	padding:0 60px;
}
.op-hlr .int-over a i {
	width: 100px;
	height:90px;
	display: inline-block;
	background: url('../../images/sprite_image.png') right top no-repeat;
}
.op-hlr .int-over a i.auto-air {
	background-position: -18px -22px;
}
.op-hlr .int-over a i.display {
	background-position: -220px -27px;
}
.op-hlr .int-over a span {
	width: auto;
	float: right;
	display: inline-block;
	color:#fff;
}
.op-hlr .int-over a:first-child {
	border-left: 1px solid #fff;
}
.hybrid {
	margin-bottom: 10px;
}
#exterior {
	background-color: #FFF;
}
.ext-wrp {
	width: 100%;
	float:right;
	margin-bottom: 20px;
	background-color: #c1c6cb;
	height: 100%;
}
.safe-wrap img, .ext-wrp img {
	border-bottom: solid 10px #FFF;
}
.safe-wrap span, .ext-wrp span {
	width: 100%;
	float:right;
	color:#220001;
	padding: 15px 10px 20px;
	text-align: center;
}
.safe-wrap span.last, .ext-wrp span.last {
	padding: 10px 15px 20px;
}
.safe-wrap {
	width: 100%;
	float:right;
	margin-bottom: 20px;
	background-color: #c1c6cb;
	height: 100%;
}
.safe-wrap .img-disclaimer {
	bottom: 10px;
}
#interior {
	background-color:#000;
	position:relative;
	padding-bottom: 70px;
}
.int-menu {
	position: absolute;
	top: 0;
}
.int-top {
	position: relative;
	padding-bottom: 30px;
}
.int-top p {
	color:#FFF;
	padding: 10px 15px 20px;
	text-align: center;
	position:absolute;
	bottom: 20px;
	right: 60%;
}
.int_cnt .col-lg-4 {
	padding-right:0;
	padding-left:0;
}
.int_cnt span, .ext-wrp-hlr span {
	width: 100%;
	float:right;
	color:#FFF;
	padding: 10px 15px 20px;
	text-align: center;
}
#technical {
	background-color: #c1c6cb;
}
span.tech {
	padding: 10px 15px 20px;
}
#safety {
	background-color: #FFF;
}
.sep {
	width: 100%;
	float:right;
	height: 10px;
}
.gal-bg {
	background: #231f20;
}
.gal-bg .full-width-menu a, .gal-bg .full-width-menu h1 {
	color: #fff;
}
.sel-col {
	width: auto;
	display: inline-block;
	padding: 20px 0 0 0;/*border-top: 1px solid #eb212e;*/
}
.sel-col a {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 5px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	border: 1px solid #bfbfbf;
}
.sel-col a:after {
	position: absolute;
	right: 4px;
	top:4px;
	width: 38px;
	height: 38px;
	background: url('../../images/sprite_image.png') right top no-repeat;
	border-radius: 50%;
	content: "";
}
.sel-col a:hover, .sel-col a.seltd {
	border: 1px solid #070707;
}
.sel-col a.cl_01:after {
	background-position: -27px -188px;
}
.sel-col a.cl_02:after {
	background-position: -93px -188px;
}
.sel-col a.cl_03:after {
	background-position: -159px -188px;
}
.sel-col a.cl_04:after {
	background-position: -225px -188px;
}
.sel-col a.cl_05:after {
	background-position: -291px -188px;
}
.sel-col a.cl_06:after {
	background-position: -357px -188px;
}
.sel-col a.cl_07:after {
	background-position: -423px -188px;
}
.sel-col a.cl_08:after {
	background: #006400;
}
a.view-gal {
	display: inline-block;
	background: #ee1c23;
	padding: 5px 10px;
	color: #fff;
	margin-top: 10px;
}
a.gal {
	width: 100%;
	float:right;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
a.gal:after {
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	left:0;
	background: rgba(255, 255, 255, 0.1);
	z-index:99;
	content:"";
	display:none;
}
a.gal img {
transition: all .5s;
}
a.gal:hover:after {
	display: block;
}
a.gal:hover img {
	transform: scale(1.05);
}
.row.gutter-xs .gutter-ad {
	padding-right: 5px;
	padding-left: 5px;
}
.ft-menu a {
	display: inline-block;
	padding:5px 32px 8px 30px;
	font-size: 16px;
	color:#ffffff;
	position: relative;
	margin: 10px 0 10px 0;
}
.ft-menu a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.ft-menu a:before {
	width: 29px;
	height:29px;
	position: absolute;
	background:url('../../images/icons.png') right top no-repeat;
	content:"";
	right:0;
	top:4px;
}
.ft-menu a.brochure:before {
	background-position: -10px -10px;
}
.ft-menu a.testdrive:before {
	background-position: -40px -9px;
}
.ft-menu a.enq:before {
	background-position: -76px -9px;
}
.ft-menu a.showroom:before {
	background-position: -111px -11px;
	top: 7px;
}

.prefer-wrp {
	width:100%;
	float:right;
	padding: 30px;
}
.prefer-wrp h2 {
	font-family: 'Droid Arabic Kufi Bold';
	font-size: 30px;
	color: #231f20;
}
.prefer-wrp a {
	float:right;
	margin-top:15px;
	background: #fff;
	padding: 10px 40px;
}
.prefer-wrp a span {
	font-size: 17px;
	color:#000;
}
.prefer-wrp a span:last-child {
	font-family: 'Droid Arabic Kufi Bold';
	margin-right: 10px;
}
.prefer-wrp a:hover {
	text-decoration: none;
}
#spec {
	background-color: #d1d3d4;
}
#spec h4 {
	color: #231f20;
	font-size: 16px;
}
#spec .container {
	padding-right: 5px;
	padding-left: 5px;
}
.btn-gall {
	margin-top: 15px;
	margin-bottom: 15px;
}
.menu_over .sub-menu:hover {
	opacity: 0.6;
}
.hybridlogo{
width: 170px !important;
margin-top: 10px;
position: absolute;
left: 5%;
top: 5%;
}
@media (max-width: 1350px) {
 .op-hlr .over-con {
top: 70px;
}
}
 @media (max-width: 991.98px) {
 .curve-btm {
 -webkit-mask-image: radial-gradient(110% 50px at bottom, transparent 50%, #FFF 51%);
 mask-image: radial-gradient(110% 50px at bottom, transparent 50%, #FFF 51%);
}
 .xpress-wrp {
padding-top: 10px;
padding-right: 50px;
padding-left: 50px;
max-width: 100%;
}
 .full-width-menu .menu-hlr {
padding:0;
}
 .full-width-menu h1 {
padding-top:12px
}
 .full-width-menu .menu-hlr.v-02 h1 {
padding-bottom: 10px;
}
 .op-hlr .over-con {
position: static;
width: 100%;
float:right;
background: rgba(255, 255, 255, 1);
max-width:100%;
padding:20px 50px;
}
 .pad-container {
width: 90%;
}
 .full-width-menu .menu-hlr {
padding:0;
width: 95%;
}
 #safety .tech-wrap {
padding-top: 25px;
}
 #safety .tech-wrap .pad-b-70, #technical .tech-wrap .pad-b-40 {
padding-bottom: 25px;
}
 .full-width-menu {
padding-top: 20px;
}
 .sel-col {
zoom: 0.6;
}
 .bnrtxt-left {
padding-bottom: 0px;
margin-bottom: 0px;
}
 .xpress-wrp-outer, .xpress-wrp {
position: relative;
right: 0;
color: #231f20;
}
 #features {
margin-top: 0px;
}
 #exterior {
padding-bottom: 20px !important;
}
 #interior {
padding-bottom: 20px;
}
 .row.gutter-xs .gutter-ad, .int_cnt .col-lg-4 {
padding-right: 15px;
padding-left: 15px;
}
 .int-menu, .fet-menu {
position: relative;
top:0;
}
 .int-menu {
background-color: #FFF;
}
 .hybrid img {
height: 50px;
margin: 0px auto;
}
 .safe-wrap span, .ext-wrp span {
padding: 10px 15px 20px;
}
.int-menu{padding-bottom: 0;}

}
 @media (max-width: 767.98px) {
.mobbanner .bannerbottomlink{position:relative !important; bottom: 0 !important;}
.bnrtxt h1{font-size: 1.3rem !important; line-height: 30px !important;}
.bnrtxt h4 {
    font-size: 0.8rem !important;
    float: right;
    margin-left: 15px;
}
 .bnrtxt {
bottom: 3%;
left: auto;
color: #FFF;
right: 30%;
}
 .op-hlr .int-over {
position: static;
width: 100%;
float:right;
background: rgba(0, 0, 0, .5);
max-width:100%;
height: auto;
}
 .op-hlr .int-over a {
width: 50%;
float:right;
padding: 0;
}
 .op-hlr .int-over a span {
width: 100%;
text-align: center;
padding: 0 15px 15px;
}
 #spec .container {
padding-right: 0;
padding-left: 0;
}
 .full-width-menu a {
font-size: 14px;
}
 .lb-nav a.lb-prev, .lb-nav a.lb-next {
opacity: 0.8;
zoom: 0.7;
}
 .op-hlr .over-con {
color:#000;
}
.bnrtxt-right img{
	    width: 20%;
    margin-top: -10px;
}
}
@media (max-width: 575.98px) {
 .xpress-wrp {
padding-top: 10px;
width:100%;
}
 .ext-wrp-hlr {
padding: 0 30px;
}
 .full-width-menu a {
padding: 0 12px;
}
 .bnrtxt {zoom: 0.8;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
 .op-hlr .over-con {
top: 10px;
padding:25px 20px 25px 20px;
}
 .full-width-menu .menu-hlr {
max-width: 44%;
}
}
@media only screen and (min-width: 992px) {
 .full-width-menu .menu-hlr {
max-width: 80%;
width: 80%;
}
 #exterior .full-width-menu {
padding-top: 0;
}
.offset-lg-2 {
    margin-right: 16.666667%;
    margin-left: 0;
}
}
#colortxt {
	margin-bottom:10px;
	text-transform:uppercase;
	margin-top: 30px;
	font-size: 20px;
}
