body
{
	padding:0;
	margin:0;
	 font-family: 'pt_sansregular';
	font-size:15px; color:#525252;
	line-height:24px;
	
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS55F-webfont.woff') format('woff'),
         url('../fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.top {
}
.desk-menu {
    clear: both;
    padding-top: 24px;
}
.flag {
    float: left;
    padding-top: 12px;
}
.pn-no {
    float: left;
    padding-left: 0px;
    padding-right: 17px;
    padding-top: 8px;
}
.enq-btn {
}
.enq-btn a {
   background-color: #118900;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding: 7px 12px;
    text-transform: uppercase;
}
.top-container {
    border-bottom: 8px solid #118900;
    border-top: 8px solid #118900;
    padding-bottom: 5px;
}


.desk-menu .navbar-nav li:last-child a{ padding-right:0px !important;}

.desk-menu .navbar-nav li:first-child a{/* padding-left:0px !important;*/}

.desk-menu .navbar-nav li ul.dropdown-menu li:first-child a {
    padding: 5px 20px !important;
}

.desk-menu .dropdown-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 4px;
    padding-top: 4px;
}

.desk-menu .dropdown-menu li:last-child{ border-bottom:none;}

.video-container {
    border-top: 5px solid #fff; padding-top:8px;
}

video{ width:100%;}


.product-hm-inner > ul {
    margin: 0;
    padding: 0;
}
.product-hm-inner li {
    display: inline-block;
    list-style: outside none none; margin:7px;
    position: relative;
}

.product-hm-inner li a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.7px;

}
.product-hm-inner li:first-child{ margin-left:0px; }

.product-hm-inner li:last-child{ margin-right:0px; }

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    left: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
}

.product-hm-container {
    padding-bottom: 65px;
    padding-top: 70px;
}

.product-hm-inner h1 {
    font-size: 36px;
    letter-spacing: 0.7px;
    padding-bottom: 25px; color:#444;
    text-align: center;
    text-transform: uppercase;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 1; /* show first slide */
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
}
.serch-box {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
}

.desk-menu ul li a:hover::after, .desk-menu ul li.active a::after {
    background: rgba(235, 100, 32, 1) none repeat scroll 0 0;
    margin: 2px auto 0;
    width: 70%;
}

.desk-menu a::after {
    background: transparent none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
   
    width: 0;
}

.desk-menu .dropdown-menu a:hover::after, .desk-menu .dropdown-menu li.active a::after {
    background: rgba(235, 100, 32, 0s) none repeat scroll 0 0;
    margin: 0px auto 0;
    width: 70%;
}

.desk-menu .dropdown-menu a::after {
    background: transparent none repeat scroll 0 0;
    content: "";
    display: block;
    height: 0px;
    width: 0;
}

.product-hm-inner > h1::after {
    border-top: 2px solid #118900;
    content: "";
    height: 5px;
    position: absolute;
    right: 29%;
    top: 38px;
    width: 8%;
}

.product-hm-inner > h1::before {
    border-bottom: 2px solid #118900;
    content: "";
    height: 5px;
    left: 29%;
    position: absolute;
    top: 38px;
    width: 8%;
}

.product-hm-inner h1 {
    color: #444;
    font-size: 36px;
    letter-spacing: 0.7px;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}


.news-event-container h2::after {
    border-top: 2px solid #118900;
    content: "";
    height: 5px;
    position: absolute;
    right: 29%;
    top: 38px;
    width: 8%;
}

.news-event-container h2::before {
    border-bottom: 2px solid #118900;
    content: "";
    height: 5px;
    left: 29%;
    position: absolute;
    top: 38px;
    width: 8%;
}


.news-event-container h2 {
    color: #444;
    font-size: 36px;
    letter-spacing: 0.7px;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}


.news-event-inner li {
    display: inline-block;
    list-style: outside none none;
    margin-left: 20px;
    margin-right: 20px;
    width: 30.7%;
	vertical-align:top;
}
.news-event-inner > ul {
    margin: 0;
    padding: 0;
}
.news-event-inner li:first-child {
    margin-left: 0;
}
.news-event-inner li:last-child {
    margin-right: 0;
}
.news-title {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 20px;
}
.dt-tm {
    background-color: #f9f9f9;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.4px;
    padding: 5px;
}
.news-desc {
    line-height: 25px;
    padding-top: 13px;
}
.news-event-container {
    padding-bottom: 55px;
    padding-top: 30px;
}


.blog-csr-container{ background:url(../images/btm-back.png) repeat scroll 0% 0%; background-attachment:fixed; background-size:cover; padding-top:65px; padding-bottom:65px;}

.blog-con .item > img {
    width: auto !important;
}


.blog-csr-inner h3 {
    color: #fff;
    font-size: 19px;
    margin-top: 8px;
}

.blog-inner{
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: 60px;
    min-height: 420px;
    padding: 15px;
}

.presence-inner{
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: 30px;  margin-left: 30px;
    min-height: 420px;
    padding: 15px;
}

.csr-inner {
    background-color: rgba(0, 0, 0, 0.5);
   margin-left: 60px;
    min-height: 420px;
    padding: 15px;
}
.presence-txt, .csr-txt {
    color: #fff;
    letter-spacing: 0.4px;
    padding-top: 20px;
}

.csr-txt a{ color:#fff;}

.blog-inner .carousel-indicators {
   bottom: 0;
   margin: 0 auto;
   right: 0 !important;
   text-align: right !important;
   top: -32px;
   width: auto;
   height: 20px;
}

.blog-inner .carousel-caption {
    padding-bottom: 0 !important;
    position: static !important;
}

.blog-dt {
    font-size: 11px;
    text-align: right;
}
.blof-txt {
    padding-bottom: 0;
    padding-top: 10px;
    text-align: left;
}


.footer-inner h3 {
    color: #118900;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding-bottom: 1px;
}
.footer-container {
    padding-top: 20px; padding-bottom:25px;  border-top: 3px solid #118900;
}
.footer-inner .title {
    color: #000;
    font-size: 17px; padding-top:8px;
    padding-bottom: 10px;
}
.f-txt {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 13px;
}
.org-clr {
    color: #007300;
    font-size: 16px;
    padding-left: 9px;
}
.f-detail {
    color: #222;
    font-size: 14px;
    padding-bottom: 3px;
}

.footer-btm-container {
    background-color:#118900;
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.f-menu ul {
    margin: 0;
    padding: 0;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.f-menu li {
    list-style: outside none none;
}

.f-menu a {
    color: #666; line-height:28px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.f-menu {
    padding-right: 40px;
}


.dealer-con {
    background-color:#118900;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}

.newsletter-con {
    padding-top: 12px;
}
.dealer-con i.fa {
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 17px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    width: 40px;
}
.f-link > a {
    color: #fff;
}
.social-icon li {

    border-radius: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    width: 30px;
}
.social-icon > ul {
    margin: 0;
    /*padding: 0; */
    float:right;
}
.social-icon i.fa {
    color: #fff;
    line-height: 30px;
}
.social-icon a {
    display: block;
}


.fb {
    background-color: #3b5998 !important;
}
.tw {
    background-color: #00aced !important;
}
.gp {
    background-color: #dd4b39;
}
.pr {
    background-color: #cb2027;
}
.ig {
    background-color: #517fa4;
}
.ld {
    background-color: #007bb6;
}
.yb {
    background-color: #32506d;
}

.yt {
    background-color: #FFFFFF;
}

.fa.fa-youtube-play {
    color: red !important;
}


.banner-inner img {
    text-align: center;
    width: 100%; 
}

.banner-inner  {
    text-align: center; /*border-top:5px solid #000; */
   
}

.inner-pg-title.container {
    left: 0;
    position: absolute;
    right: 0;
    top: 121px;
}
.banner-container {
    position: relative;
}
.breadcrums-con {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    color: #fff;
    left: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    position: absolute;
    right: 0;
}
.breadcrums-con ul {
    margin: 0;
    padding: 0;
}
.breadcrums-con li {
    display: inline-block;
    list-style: outside none none;
}
.breadcrums-con a {
    color: #fff;
    font-weight: bold;
}

.hide-bullets {
    list-style: outside none none;
    padding-left: 14px;
}

.hide-bullets li {
    display: block;
    float: none !important;
}

.thumbnail {
    padding: 0;
}

.middle-box-inner .carousel-inner>.item>img, .middle-box-inner .carousel-inner>.item>a>img {
    width: 100%;
}


#main_area .item {
    /*background-color: #f4f4f4;*/
    padding: 0px;
}

#slider-thumbs .thumbnail {
     /*background-color: #f4f4f4;
    border: medium none;
    border-radius: 0;
    margin-bottom: 13px;
    padding: 12px;*/

   background-color: transparent;
    border: medium none;
    border-radius: 0;
    margin-bottom: 13px;
    padding: 0;

}

.main-container.in-pg {
    padding-top: 40px; padding-bottom:45px;
}


.slider-bar .right-menu ul {
    background-color: #f4f4f4;
    margin: 0;
    padding: 14px 0 15px !important;
}
.slider-bar .right-menu li {
    line-height: 31px;
    list-style: outside none none;
    padding: 0 20px !important;
}
.slider-bar .right-menu a {
    color: #545454;
    font-size: 15px;
}
.slider-bar .right-menu h3 {
    background-color: #118900;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 11px 11px 11px 20px;
}


.tab-inner .nav.nav-tabs > li {
    background-color: #f4f4f4; margin-right:1px;
}

.tab-inner .nav.nav-tabs li.active a, .tab-inner .nav.nav-tabs li:hover a{ color:#fff; background-color: #118900;}

.tab-inner .nav.nav-tabs li a{ color:#444; }

.tab-inner .nav > li > a{ padding:12px 25px !important;}

.tab-inner .tab-content {
    border: 1px solid #ddd;
    padding: 20px;
letter-spacing: 1px;
}

.tab-inner .tab-content h3 {
    margin-bottom: 13px;
    margin-top: 0;
}

.tab-inner {
    padding-top: 25px;
}

#main_area .enq-btn {
    padding-top: 12px;
    text-align: right;
}


.slider-icon > ul {
    margin: 0;
    padding: 0;
}
.slider-icon li {
    display: inline-block;
    list-style: outside none none;
    text-align: center;
    width: 19.7%;
}
.slider-icon {
    bottom: -56px;
    position: absolute;
    width: 100%;
}
.main-right-inner-pg h1 {
    margin-top: 0;
}

.main-right {
    padding-left: 35px;
}

.mob-menu .nav.navbar-nav {
    background-color: #fff;
    padding-left: 35px;
}

.mob-menu button.navbar-toggle {
    margin-bottom: 13px !important;
    margin-top: 13px !important;
}


.blog-img {
    margin: 0;
    padding: 0;
}
.blog-img > li {
    display: inline-block;
    list-style: outside none none;
    padding-bottom: 18px;
    padding-right: 13px;
    width: 33%;
}
.blog-img > li:first-child {
}

.es_textbox input{background-color: #fff;
    background-image: none;
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 24px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.es_button {
    float: left;
    width: 30%;
}

.es_textbox {
    float: left;
    padding-bottom: 10px;
    width: 68%;
}

.es_button {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

form.es_widget_form {
    overflow: hidden;
}

.es_lablebox{ display:none}

.es_textbox_button {
    background-color: #000 !important;
    border: medium none !important;
    color: #fff !important;
    font-size: 12px !important;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.es_textbox_button {
    width: 100px !important;
}
.blof-txt a {
    color: #fff;
}
.main-right-inner-pg h4 {
    font-size: 22px; color:#118900;
    margin-top: 5px;
    margin-top: 0;
}
.gallery ul {
    margin: 0;
    padding: 0;
}
.gallery-item {
    list-style: outside none none;
}
.news-txt {
    padding-left: 20px;
}
.news-txt > h2 {
    margin-top: 0; font-size:24px;
}
.news-event {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 25px;
}

.main-right-inner-pg h4 {
    /*border-bottom: 2px solid #d5d5d5;*/    
    display: table;    
    font-weight: normal !important;
    letter-spacing: 0.4px;
    margin-top: 0px;
    padding-top: 5px;
    position: relative;
    text-transform: uppercase;
}
.main-right-inner-pg h4::before {
    /*background:#118900 none repeat scroll 0 0;*/
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 30px;
}

.pro-cat > li {
   border: 1px solid #eee;
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 18px;
    margin-right: 15px;
    min-height: 180px;
    padding: 12px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 30%;
}
.pro-cat {
    margin: 0;
    padding: 0;
}
.pro-cat h5 {
   background-color: #f7f7f7;
    bottom: -10px;
    color: #222;
    left: 0;
    padding: 12px;
    position: absolute;
    right: 0;
}

.pro-cat a:hover h5{ text-decoration:none;}

.row.cat-main {
    border-bottom: 1px solid #eee;
    margin-bottom: 21px;
    padding-bottom: 13px;
}


.tpm-gallery ul {
    margin: 0;
    padding: 0;
}
.tpm-gallery #gallery-1 .gallery-item {
    border: 1px solid #ddd;
    margin: 0 10px 20px !important;
    min-height: 230px;
    padding: 10px;
    width: 31%;
}
.tpm-gallery img {
    border: medium none !important;
}

.vtour {
    margin: 0;
    padding: 0;
}
.vtour > li {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 16px;
    margin-right: 12px;   position: relative;
    width: 48%;
}

.vt-icon {
    bottom: 0;
   position: absolute;
   right: 0;
   z-index: 100;
}

.product-slider{
    padding-left: 35px;
}
.inner-pg-title.container > h1 {
   background-color: rgba(255, 255, 255, 0.5);
   color: #444;
   display: inline;
   font-size: 36px;
   letter-spacing: 1px;
   padding: 6px 30px;
   text-shadow: 1px 1px 1px #fff;
   text-transform: uppercase;
}
.org_row {
    background-color: rgba(235,100,35,0.7);
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    /*width: 100%;*/
}
.main-menu.fixed-header {
  position: fixed;
  top:0; left:0; z-index:1000;
  width: 100%; 
  background-color: #fff;
}
.main-menu.fixed-header .tp-icn {
    color: #000;
    top: 32px !important;
}

.main-menu.fixed-header .logo {
    display: block;
  
    padding-top: 10px;
}
.fixed-header .main-menu {
    background-color: #fff;
    box-shadow: 1px 1px 7px #ccc;
    padding-bottom: 6px;
    top: 0 !important;
}

.main-right > h1, .inner-left h1 {
    border-bottom: 1px solid #118900;
    color: #666;
    margin-bottom: 20px;
    font-size: 30px;
    margin-top: 7px;
    padding-bottom: 12px;
}

.inner-left {
    padding-bottom:35px;
    padding-top: 22px;
}


.fixed-header .desk-menu {
    clear: both;
    padding-top: 0 !important;
}

.fixed-header .logo img {
    width: 150px  !important;
}
.tpm-gallery li {
   display: inline-block;
   list-style: outside none none;
   margin-bottom: 5px;
   width: 49%;
}
#main_area > h1 {
   border-bottom: 1px solid #118900;
   color: #666;
   margin-bottom: 30px;
   font-size: 30px;
   margin-top: 7px;
   padding-bottom: 12px;
}

.gallery .gallery-item {
    border: 1px solid #ddd !important;
    float: left;
    margin-right: 18px;
    margin-top: 17px;
    padding: 13px;
    text-align: center;
    width: 30% !important;
}

.gallery  img {
    border: 0 solid #ddd !important;
}

.gallery {
    overflow: hidden;
}
table {
    text-align: center;
}
table th {
    text-align: center;
}


/*****************************************************/


/* To Dropdown navbar dropdown on hover */
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/*.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}*/

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.navbar-nav .dropdown-menu .caret {
   transform: rotate(-90deg);
}
 .product-slider .main-right {
   padding-left: 0 !important;
}
.table-bordered th {
    border-bottom: medium none !important;
}
.right-menu .accordian-sidebar-menu ul li:hover a, .right-menu .accordian-sidebar-menu ul li.current_page_item a {
    color: #eb3237;
}

.img-left {
    float: left;
    margin-right: 15px;
}


.read-txt > a {
    color: #fff !important;
    font-size: 12px;
}
.read-txt {
    text-align: right;
}
#map {
        height: 500px;
		width: 100%;
		/*opacity:0;*/
		/*display:none;*/
		
      }
	  

#frm_field_145_container .frm_checkbox {
    width: 32%;
}
input.error {
    border: 1px solid red;
}

label.error {
    font-weight: normal;
    color: red;
}
.tab-content h4 {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-weight: bold;
}

.news-event.news-box {
   background-color: #f9f9f9;
   padding: 12px;
}

.news-box .news-txt {
   padding-left: 0;
   padding-top: 10px;
}

 .news-event.news-box > h4 {
   padding-bottom: 6px;
   padding-top: 8px;
}


.slides li {
    position: relative;
}
.caption-flex {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-top: 6px;
    position: absolute;
    width: 100%;
	text-transform: initial;
}
.flexslider .slides > li {
	 cursor: pointer !important;
}
 .btn-don-bro a {
   background-color: #118900;
   color: #fff;
   line-height: 28px;
   padding: 10px 20px;
   text-transform: uppercase;
}
 .caption-vt {
   background-color: rgba(0, 0, 0, 0.26);
   bottom: 1px;
   color: #fff;
   left: 0;
   padding: 6px 20px;
   position: absolute;
   z-index: 10;
}
.milestone-data .carousel-inner > .item > img, .milestone-data .carousel-inner > .item > a > img {
    line-height: 1;
    text-align: center !important; 
}

.milestone-data .carousel-inner > .item.next.left, .milestone-data .carousel-inner > .item.prev.right, .milestone-data .carousel-inner > .item.active {
    left: 0;
    right: 0; 
    text-align: center;
    transform: translate3d(0px, 0px, 0px);
}
.milestone-data  .carousel-inner > .item {
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0s ease-in-out 0s !important;
	-moz-transition: transform 0s ease-in-out 0s !important;
	-webkit-transition: transform 0s ease-in-out 0s !important;
	-ms-transition: transform 0s ease-in-out 0s !important;
	  
}

.milestone-data {
    background: rgba(0, 0, 0, 0) url("../images/road-img-new.gif") repeat scroll 50% 0; background-size:cover; }

.milestone-data .img-responsive{ display:inline !important;}

.back-clr {
    background-color: rgba(255, 255, 250, 0.8); position:absolute; bottom:45%; left:0; right:0; text-align:center; border-radius:10px; width:450px; margin:0 auto;
    padding: 25px; border:10px #D8B503 solid; text-align:left;
}

.back-clr ul{ padding:0; margin:0; padding-left:25px;}

.back-clr li {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
}

#Succ {
    color: green;
    font-weight: bold;
    padding-bottom: 15px;
}
.presence-txt > a {
    color: #fff;
}
.title > h2 {
    color: #118900;
}
#DealerSearchForm .form-group.col-lg-6 {
    margin-bottom: -4px;
    min-height: 92px;
    padding-right: 27px;
}

#DealerSearchForm .form-group {
    margin-bottom: 20px;

    padding-right: 27px;
}
.product-txt {
    padding-top: 25px;
}
.brochure-down {
    background-color: #118900;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
font-size: 17px;
}
.brochure-down i.fa {
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    width: 31px;
}
.brochure-down > a {
    color: #fff;
}


.screen-reader-text {
    display: none;
}
.enq-btn {
    float: left;
    padding-right: 14px;
        margin-top: 5px;
}
.search-field {
    border: 1px solid #ddd;
    font-size: 13px;
    padding-left: 7px;
}
.search-submit {
    background-color: #118900;
    border: medium none;
    color: #fff;
    font-size: 13px;
    padding: 2px 12px;
    text-transform: uppercase;
}
.search-data {
    float: left;
    margin-top: 5px;
}
.owl-prev {
    background: rgba(0, 0, 0, 0) url("../images/prv.png") no-repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 0;
    height: 30px;
    width: 30px;
}
.owl-next {
    background: rgba(0, 0, 0, 0) url("../images/nxt.png") no-repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 0;
    height: 30px;
    margin-left: 1px;
    width: 30px;
}
.owl-buttons {
    position: absolute;
    right: 15px;
    top: -40px;
}
.owl-item .item {
    padding-right: 15px;
}

.news-title > a {
    font-size: 15px;
}

.page-list li {
    float: left;
    width: 49%;
}
#flags ul
{
padding:0;
}


.page-list-ext-item {
    clear: none !important;
    float: left;
    margin: 0 !important;
    width: 50%;
}
.page-list-ext-title a {
    font-size: 15px;
}
.page-list {
    overflow: hidden;
    padding-bottom: 15px;
}
.page-list-ext .page-list-ext-title {
    clear: none;
    margin: 0;
    padding-bottom: 10px;
}
.App-icon li {
width: 100px !important;
margin-top: 7px;
}

button.frm_button_submit.frm_final_submit {
    background: #000 !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
background-color: #000000 !important;
}

/**********Dealer locator Page Contact Number CSS***************/

input#contact:invalid, input#field_eguxg:invalid {
    color: red;
}
input#contact:valid, input#field_eguxg:valid {
    color: green;
}

/*********06-04-2018***********/
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    color: #118900;
}
ul.App-icon.text-end {
    text-align: right !important;
}


@media (max-width: 420px){
.top-container { display: block !important; }
.top { display: block !important; }	
.search-data {display: none; }	
.col-xs-9.top-right { width: initial;	}
}


.sa_mega-menu .accordion-body { background: #f29760; }

