body {
   /* padding:0 30px;*/
   font-family: 'Open Sans', sans-serif;   background-color: #f9f9f9;
   }
.row {
    margin-left: 0px;
    margin-right: 0px;
} 

.container {
    padding-left: 0px ;
    padding-right: 0px ;
}
a:hover, a:focus{
	text-decoration: none ;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #666;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
/***** Navbar Menu  **********************************************************************************
****************************************************************************************************/


.navigation_menu{
	width:100%;
	position: relative; 

}


#header_shadow {
	background: url('../images/shadow.png') no-repeat top center;
	position: absolute;
	top:100%;
	left: 0;
	right: 0;
	height: 20px;
	z-index: 99;
	width:100%;
}
	.navbar-default {
	background-color: transparent;
	border:0;
	}

/*
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	-moz-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	color:#fff;
	font-family: 'Arimo',Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:15px;
}*/



.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	-moz-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	color:#fff;
}
.navbar-default .navbar-nav > li {
margin-right:7px;
}
.navbar-default .navbar-nav > li > a{
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-family: 'Arimo',Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:13px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:#fff;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	right: auto;
	left:0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 200px;
	padding: 0px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-clip: padding-box;
	border: 0px solid #fff;
	border: 0px solid rgba(0, 0, 0, .15);
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .3);
	text-transform: uppercase;
	font-family: 'Arimo',Arial, Helvetica, sans-serif;
}
 
.dropdown-menu > li > a {
  display: block;
  padding: 7px 32px 7px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  color:#fff;
 -webkit-transition: padding 400ms;
-moz-transition: padding 400ms;
transition: padding 400ms;
font-family: 'Arimo',Arial, Helvetica, sans-serif;
  background:#B22929;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #000;
  text-decoration: none;
  background-color: #ffffff;
  padding: 7px 20px 7px 22px;
  font-family: 'Arimo',Arial, Helvetica, sans-serif;
}
.dropdown-menu > li > a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  opacity: 0;
  font-size:16px;
}
.dropdown-menu > li > a:hover:before {
  opacity: 1;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333;
  text-decoration: none;
  background-color: #fff;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.navbar-nav > .open > a:after {
	content: "\f0d8";
	font-family: FontAwesome;
	position: absolute;
	z-index: 9999;
	bottom: -6px;
	left: 80%;
	margin-left: -10px;
	font-size: 26px;
}
 .navbar-nav > .open > a:after {
	color: #1fa67a;
	display:none;
}
.navbar-right .dropdown-menu {
	right: 0;
	right: auto;
}
.navbar-default .navbar-brand:hover {
	color: #999;
}
.navbar-default .navbar-brand {
color: #999;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 28px 20px;
	padding-left:50px;
	margin-bottom:30px;
	font-size: 18px;
	line-height: 20px;
	font-size: 30px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Lato';

}
.navbar-brand :hover{
	float: left;
	height: 50px;
	padding: 28px 20px;
	padding-left:50px;
	font-size: 18px;
	line-height: 20px;
	font-size: 30px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Lato';
}
.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 28px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #049CFD;
	background-image: none;
	border: 1px solid #049CFD;
	border-radius: 4px;
}
.navbar-toggle:hover {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 28px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #049CFD;
	background-image: none;
	border: 1px solid #049CFD;
	border-radius: 4px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #049CFD;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navber{
	border-top:none;
}
.fa-angle-down {
	font-size: 18px;
	margin-left: 6px;
}

.dropdown-submenu{
    position:relative;
}
.dropdown-submenu > .dropdown-menu
{
    top:6px;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
  
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
.dropdown-submenu > a:after {
	display: block;
	content: "\f105";
	float: right;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	width: 10px;
	height: 10px;
	margin-top: 0px;
	font-size: 16px;
	margin-right: -15px;
	
}
.dropdown-submenu .pull-left{
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/** slider css ***/

.carousel-indicators li{
	width:19px;
	height:19px;
}

.carousel-indicators .active{
	width:19px;
	height:19px;
}

/*** page Header Breadcrum Title ******************************************************************************************************
**************************************************************************************************************************/

.enigma_header_breadcrum_title{
	margin-bottom:70px;
	background:#edf0f2;
	opacity:1;
	padding-top:8px;
	padding-bottom:8px;
	
}
.enigma_header_breadcrum_title h1{
	color:#777777;
}
.breadcrumb {
	font-size: 17px;
	padding: 0;
	position: relative;
	display: inline-block;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	list-style: none;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a{
	color:#31A3DD;
}
.breadcrumb > .active {
	color: #000;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #000;
	content: "/\00a0";
}
/** about us css ********/
.progress {
	height: 25px;
	margin-bottom: 12px;
	border-radius:0px;
}
.progress-bar {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	background-color: #31A3DD;
	padding-left:20px;
}

/*** blog css **/
.enigma_blog_right_side{
	float:right;
}
.enigma_sidebar_left_side{

float:left;

}
/* search btn css **/
.btn-search{
	color:#fff;
	background:#31A3DD;
	border-radius:0px;
	font-size: 14px;
}

.input-group{
	margin-top:10px;
	margin-bottom:30px;	

}
.form-control {
	border-radius:0px;
}
/** portfolio css **/
.nav-pills{
	margin-bottom:50px;
}
.nav-pills > li  > a{
	background: #ffffff;
	color: #3b3b3b;
	border: 3px solid #31A3DD;
	margin-right:15px;
	margin-bottom:15px;
	border-radius: 0px;
	padding: 9px 27px;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
	font-family: 'Open Sans', sans-serif;

}
.nav-pills > li  > a:hover{
	color: #fff;
	background-position: 0 -100%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-image: linear-gradient(to bottom, #31A3DD 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.nav-stacked{
	margin-bottom:50px;
}
.nav-stacked > li  > a
{
	background: #ffffff;
	color: #3b3b3b;
	border: 3px solid #31A3DD;
	margin-bottom:12px;
	border-width:3px !important;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
	font-family: 'Open Sans', sans-serif;
	
}

.nav-stacked > li  > a:hover{
color: #fff;
background-position: 0 -100%;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover, .nav-stacked > li.active > a:focus {
	color: #fff;
	background-image: linear-gradient(to bottom, #31A3DD 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

/*Accordion & Tabs Styles for shortcode*/

.nav-tabs li a {
	background: #F5F5F5;
	color: #666666;
	border: 1px solid #e8e8e8;
	border-radius:0px;
	margin-right:0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; 
}
.nav-tabs li.active > a{
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #555;
	border-bottom-color:transparent;
}
.nav-tabs li > a:hover {
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #555;
	
}
/** panels style **/
.panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px; 
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
}
.panel-default {
	border-color: #e9e9e9;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f6f6f6;
	border-color: #e9e9e9;
}
.enigma_panel-pink {
	border-color: #F22853;
}
.enigma_panel-pink > .panel-heading {
	color: #fff;
	background-color: #F22853;
	border-color: #F22853;
}
.enigma_panel-green {
	border-color: #1FA67A;
}
.enigma_panel-green > .panel-heading {
	color: #fff;
	background-color: #1FA67A;
	border-color: #1FA67A;
}
.enigma_panel-black {
	border-color: #000000;
}
.enigma_panel-black > .panel-heading {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}
.enigma_panel-orange{
	border-color: #ff8300;
}
.enigma_panel-orange > .panel-heading {
	color: #fff;
	background-color: #ff8300;
	border-color: #ff8300;
}
.enigma_panel-blue {
	border-color: #31A3DD;
}
.enigma_panel-blue > .panel-heading {
	color: #fff;
	background-color: #31A3DD;
	border-color: #31A3DD;
}
.enigma_panel-red {
	border-color: #db2723;
}
.enigma_panel-red > .panel-heading {
	color: #fff;
	background-color: #db2723;
	border-color: #db2723;
}
.enigma_panel-purple {
	border-color: #800080;
}
.enigma_panel-purple > .panel-heading {
	color: #fff;
	background-color: #800080;
	border-color: #800080;
}
.enigma_panel-brown {
	border-color: #555555;
}
.enigma_panel-brown > .panel-heading {
	color: #fff;
	background-color: #555555;
	border-color: #555555;
}

/*** search button css ***/

.input-group-btn {
display: inherit;
}
#searchform  .btn { 

font-size: 18px;
font-weight: normal;
height: 45px;
width: 62px;

}

#searchform  .form-control {
display: block;
width: 100%;
height: 45px;
padding: 6px 12px;
font-size: 13px;

}
  .input-group {
margin-top: 15px;
margin-bottom: 15px;
}

/* extras */
.hr {
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  border-width: 1px 0 0 0;
  border-top: 1px solid #E3E3E3;
  margin: 12px 0;
  border-top-color: rgba(0, 0, 0, 0.15);
}
.hr-noline{border:0}
.hr-double {
  height: 3px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.hr.dotted,
.hr-dotted {
  border-style: dotted;
}
.hr.dashed,
.hr-dashed {
  border-style: dashed;
}
.hr-double-dashed {
  height: 5px;
  border-top: 1px dashed #E3E3E3;
  border-bottom: 1px dashed #E3E3E3;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.hr-30,
.hr30 {
  margin: 30px 0;
}
.hr-25,
.hr25 {
  margin: 25px 0;
}
.hr-20,
.hr20 {
  margin: 20px 0;
}
.hr-15,
.hr15 {
  margin: 14px 0;
}
.hr-10,
.hr10 {
  margin: 10px 0;
}
.hr-5,
.hr5 {
  margin: 5px 0;
}
.clearfix{clear:both}
p{color:#666}

.text-red{color:#bd0000}
.text-darkred{color:#8b1b1b}
.uppercase{text-transform:uppercase}
.centered {text-align:center;margin-right:auto;margin-left:auto}

.navbar{min-height:40px}

.click-call {text-align:right;}
.click-call li a{border-radius:5px;display:block; text-align:left;}
.click-call li a:hover{background:#ddd}
.click-call .navbar-nav{float:none;}
.click-call .dropdown-menu{top:100%;left:30px;background:transparent;}
.click-call .dropdown-menu li a{border-radius:0;border-bottom:1px solid rgba(255,255,255,.5);}
.click-call .dropdown-menu li a:hover{background:#fff}
.click-call .dropdown-menu > li > a:before{ /* content:"\f095"; */ display:none;}
#click-freecall .callimg{padding:0}
.click-call .dropdown-menu > li > a div{text-align:center}
.click-call .textbig{font-size:1.7em}

@media (min-width: 768px){
	.click-call  .navbar-nav > li {float:none}
}
@media (max-width: 767px){
	.navbar-nav .open .dropdown-menu{margin-top:-20px;}
}
	
.honda-logo img{margin-top:23px}
.bold {font-weight:bold}
.txt-red{color:#c40405}
.metaslider{position:relative}
.metaslider .nivo-controlNav{position:absolute; bottom:0}
.services-thumb {margin:5px auto;}
.services-thumb img{border:7px solid #cbcbcb; border-radius:50%}

#isotope-service-container {text-align:center;}

.enigma_project_section .enigma_heading_title h3{
	color:#fff;text-transform:uppercase;font-size:30px;font-weight:600; border-bottom:1px dashed #99cffc;
}
.enigma_project_section .enigma_heading_title{ text-align:left; margin-bottom:35px}
.enigma_project_section .enigma_heading_title img{margin-right:10px;}

.latest-news{padding:0 0 7px;margin:17px 0;border-bottom:1px dashed #aaa}
.latest-news h4{text-align:left;padding:0;margin:0 0 4px;}
.latest-news h4 a{color:#555;font-weight:600;font-size:15px;}
.latest-news h4 a:hover{color:#ca0202}
.latest-news .date{background:#cf2020;padding:10px 0;text-align:center}
.latest-news .date p{line-height:18px;font-size:15px;margin:0;color:#fff;}
.latest-news .date p.day{font-size:20px;font-weight:600;color:#fff;}
.latest-news .year{background:#404040;color:#fff;padding:3px 0;text-align:center}
.latest-news .read-more{color:#ca0202;font-size:13px;font-style:italic;font-weight:700}
.latest-news .read-more:hover{color:#333;}

.enigma_blog_area .enigma_heading_title{
	text-align:left;  
}
.enigma_blog_area .enigma_heading_title h3{
	font-size:30px; background:url(../images/logo-honda-35.png) no-repeat 0 7px; padding:0 0 0 45px; color:#ca0202;
}
.view-all{text-align:right;font-style:italic;}
.view-all a{color:#333;}
.view-all a:hover {color:#cf2020;}

.enigma_footer_widget_area {color:#ddd;-moz-box-shadow:0 -1px 6px rgba(0,0,0,.7);-webkit-box-shadow:0 -1px 6px rgba(0,0,0,.7);box-shadow:0 -1px 6px rgba(0,0,0,.7);}
.enigma_footer_widget_area p {color:#adacac;text-align:justify;}
.enigma_footer_widget_area h3{color:#b6b6b6;font-size:18px;text-align:center;border-bottom:1px dashed #666; 
padding:0 0 10px;font-weight:600;text-transform:uppercase;}
.enigma_footer_widget_area h1{font-size:30px; text-transform:uppercase; color:#aaa; border-bottom:1px dashed #666; 
padding:0 0 20px;margin:0 0 30px;font-weight:500;text-align:center}
.enigma_footer_widget_area img{width:100%;}
.enigma_footer_widget_area img.border{border:4px solid rgba(255,255,255,.3);}
.enigma_footer_widget_area .textbig{font-size:23px;}
.enigma_footer_widget_area .textsmall{font-size:18px;}
.enigma_footer_widget_area .fa-map-marker{font-size:55px;color:#8b1b1b;}
.enigma_footer_widget_area td{text-align:left;border:0;padding:0;color:#999}
.enigma_footer_widget_area h5{font-size:18px;font-weight:500;text-transform:uppercase;border-bottom:1px dashed #666; padding:0 0 5px; margin-bottom:5px;}
.enigma_footer_widget_area .tel{font-size:18px;font-weight:600}
.enigma_footer_area{background: #202020 url(../images/bg-binding-dark.png) repeat 0 0;}
.enigma_footer_area .container, .enigma_footer_area .container .col-md-12{border-top:1px dashed #555}
.enigma_footer_area .container, .enigma_footer_area .container .col-md-12{padding-top:3px}
.enigma_footer_area p{color:#888;font-size:13px;}
.enigma_footer_area p a{color:#9A1313}
.enigma_footer_area p a:hover{color:#BD0C0C}

/* Car Model Page */
.carmodel {}
.carmodel .header-banner{background:#b2d3e2}
.carmodel .header-banner img{margin:0 auto;}
.carmodel .desc p{text-align:justify}
.carmodel .avail-colors  {text-align:center;background:#fff}
.carmodel .avail-colors img{margin:0 auto;}
.carmodel .col-md-4, .carmodel .col-md-8{padding:0;background:#eeeeee}
.carmodel .title{font-size:25px; color:#555;text-transform:uppercase;margin:50px 0 10px;}
.carmodel i{color:#b60000;font-size:30px}
.carmodel .spec p{font-size:14px; float:left;margin:10px 10px 10px 0;padding:5px 0 0}
.carmodel a.specs{background:#be3030;display:inline-block;font-size:18px;text-transform:uppercase;color:#fff;padding:5px 10px;
	margin:10px 0;border-radius:5px;box-shadow:0 1px 2px rgba(0,0,0,.5)}
.carmodel a.specs:hover {background:#333}
.carmodel a.specs i{color:#999;font-size:18px}
.carmodel a.specs i:hover{color:#fff}
.carmodel .desc{padding:50px 0; background:url(../images/bg-diamond1.png) repeat 0 0;}


.pricing{background:#dcdbdb;padding:20px 0 50px}
.pricing .row{background:#eee}
.pricing .price-note{padding:0 20px;font-size:13px}
.pricing .price-note h3{font-size:14px;text-transform:uppercase;}
.pricing .price-note img{margin:20px auto}
.pricing .price-desc{margin-top:10px;}
#pricing_table td, #pricing_table th{font-size:12px;background:#eee;}
#pricing_table .pricing_table, #pricing_table  h2{font-size:14px;}
#pricing_table  h2{margin:0;}
#pricing_table tr .even_row{background:#f6f6f6}
#pricing_table tr .main_subrow{background:#000;color:#fff}

.gallery{padding: 0 0 20px;}

#our-services ul{list-style-type:none; padding:10px}
#our-services h3{text-align:center;}
#our-services li{font-size:20px; color:#c80000; border-bottom:2px dashed rgba(0,0,0,.1);margin:0;padding:10px 0}
#our-services li:hover{background:#eee}
#our-services li div{font-size:16px; color:#555;margin:0 0 0 25px}

#contactus {color:#333;}
#contactus h3{text-align:center;font-weight:500;margin:15px auto 25px;}
#contactus h2{background:#c80000;text-align:center;font-size:25px;padding:11px 0;margin:0 0 20px;color:#fff}
#contactus .textbig{font-size:17px;}
#contactus .fa-map-marker{font-size:30px;color:#c80000;margin-top:-7px;}
#contactus .text-red{font-size:18px;}
#contactus .tel{font-size:18px;font-weight:600;}
#contactus a{color:#c80000}
#contactus a:hover{color:#000}
#contactus .url{text-align:center}
#contactus .url .fa{margin-right:10px;}
