::-moz-selection{
    background:#ff0000;
    color:#fff;
}
.newDivGrey {
	background: #f0f0f0; 
	padding: 5px;
	border: 1px solid #dcdcdc; 
	border-bottom: 1px solid #ff0000; 
	border-radius: 4px;
}

.animation {
	 animation: hello 0.5s ease-in-out infinite;
}
.textBold {
	font-weight: bold;
}
.divCordone {
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	padding: 7px;
}
.bottomBorderRed {
	border-bottom: 1px solid #ff0000;
}
@keyframes hello {
  0% {
    font-weight: 100;
  }
  50% {
    font-weight: 900;
  }
  100% {
    font-weight: 100;
  }
}
hr {
	color: #ff0000;
	border-color: #ff0000;
}
.notView {
	display: none;
}

.radius5 {
	border-radius: 5px;
}
.acenter {
	text-align: center;
}
.w100w {
	width: 100%;
}
.p10 {
	padding: 10px;
}
.font12 {
	font-size: 12px;
}
.contact-form{
	position:relative;
	font-size: 14px;	
}
.height10 {
	height: 10px;
}
.contact-form .sec-title{
	margin-bottom:30px;
}

.contact-form .msg-text{
	margin-bottom:40px;
	color:#565656;
}

.contact-form .form-group{
	position:relative;
	display:block;
	padding:0px 0px;
	margin-bottom:16px;	
}

.contact-form .form-group .form-label{
	display:block;
	margin-bottom:12px;
	font-weight:600;	
}
.contact-form .form-group .input-group-addon .fa {
	padding: 0px;
	width: 16px;
}
.redGrupButton .input-group-addon .fa {
	padding: 0px;
	width: 16px;
}
.redGrupButton input,.redGrupButton textarea {
	border-bottom: 1px solid #ff0000;
}
.redGrupButton select  {
	border-bottom: 1px solid #e8020c;
}
.redGrupButton select  {
	border-bottom: 1px solid #e8020c;
}
.redGrupButton select.form-control  {
	border-bottom: 1px solid #e8020c;
}
.redGrupButton input  {
	border-bottom: 1px solid #e8020c;
}
.redGrupButton input.form-control  {
	border-bottom: 1px solid #e8020c;
}
.redGrupButton .input-group input  {
	border-bottom: 1px solid #e8020c;
}
.redGrupButton .input-group   {
	border-bottom: 1px solid #e8020c;
}
.redGrupButton textarea  {
	border-bottom: 1px solid #e8020c;
}
.redGrupButton span.input-group-addon  {
	border-bottom: 1px solid #e8020c;
}
input.redGrupButton {
	border-bottom: 1px solid #ff4848;
}




.contact-form .form-group .input-group-addon {
	padding-left: 5px;
	padding-right: 5px;
}
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form input[type="file"],
.contact-form input[type="url"],
.contact-form select,
.contact-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:25px;
	height: 28px;
	padding:0px 4px 0px 4px;
	font-size:14px;
	color:#292929;
	border:1px solid #dddddd;
	background:#ffffff;
	border-radius: 0px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="file"],
input[type="url"],
select,
textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:25px;
	height: 28px;
	padding:0px 4px 0px 4px;
	font-size:14px;
	color:#292929;
	border:1px solid #dddddd;
	background:#ffffff;
	border-radius: 0px;
}
.contact-form select{
	height: 28px;
	padding:0px 4px 0px 4px;
	border-radius: 0px;
}
select{
	height: 28px;
	padding:0px 4px 0px 4px;
	border-radius: 0px;
}
.contact-form  input[type="text"] {

}
.contact-form input[type="text"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="file"]:focus,
.contact-form input[type="url"]:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border:1px solid #ff0000;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus{
	border:1px solid #ff0000;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border:1px solid #ff0000;
  
  outline: 0 none;
}

select option:hover, 
select option:focus, 
select option:active, 
select option:checked
{
    background: linear-gradient(#ff0000,#ff0000);
    background-color: #ff0000 !important; /* for IE */
    color: #fff;
    outline-color: #ff0000;
}

.contact-form input[type="radio"]{
	padding: 0px;
	border: 1px solid #dcdcdc;
}
.contact-form input.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
	background:rgba(252,90,27,0.05);
}

.contact-form label.error{
	display:none !important;	
}

.contact-form textarea{
	height:272px;
	resize:none;
	margin-bottom:20px;	
}

.contact-form button{
	background:#565656 ;
	border-radius: 4px;
}

.contact-form button:before{
	background:#6b7075;	
}

.form-control {
	
}
input[type="text"] {
   padding: 0px;
   line-height: 18px;
}
.spanRed {
	color: #ff4848;
}
.input-group .input-group-addon {
	border-radius: 0px;
}



.filtreAvangeHome1 {
	float: left;
}
.filtreAvangeHome2 {
	float: left;
} 
.carLicense {
	background: #fff;
	border: 1px solid #a0a0a0;
	padding: 5px;
}
.carLicense {
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	padding: 7px;
	box-shadow: 0px 0px 3px #b0b0b0;
}
table.carLicenseTable {
	width: 100%;
	font-size: 11px;
	margin: 0px;
}
table.carLicenseTable td {
	border-bottom: 1px dotted #dfdfdf;
	border-right: 1px solid #f0f0f0;
	padding: 2px;
}
td.carLicenseTitleLeft {
	width: 115px;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
}
.selectdate option   {
	font-size: 11px;
}

td.carLicenseTitleLeft span {
	color: #ff0000;
	font-weight: bold;
	text-shadow: 0px 0px 3px #ff0000;
	float: right;
}
td.carLicenseTitleLeft2  {
	width: 110px;
	font-size: 10px;
}
td.carLicenseTitleLeft2 span {
	color: #ff0000;
	font-weight: bold;
	text-shadow: 0px 0px 3px #ff0000;
	float: right;
}
table.carLicenseTable td.noBottomBorder {
	border-bottom: 1px dotted #dfdfdf;
}
.fa-asterisk {
	
}
.legalDivTitle {
	padding: 12px 4px;
	margin: 0px 0px 10px 0px;
	background: #efefef;
	border: 1px solid #dedede;
	border-radius: 2px;
	font-size: 11px;
}
.legalDivTitle a {
	text-decoration: underline;
	color: #333;
	font-size: 13px;
}
.legalDivTitle p {
	font-size: 13px;
	line-height: 150%;
	height: 30px;
	overflow: hidden;
}
.legalDiv {
	font-size: 13px;
	line-height: 150%;
}
.legalDiv a {
	text-decoration: underline;
	color: #333;
}
.legalDiv a:hover {
	text-decoration: none;
}
.legalDiv h3 {
	color: #f23234;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 5px;
}
.legalDiv hr {
	padding: 8px;
	margin: 5px 0px;
}
.radio-inline {
	padding: 5px;
	padding-left: 20px;
	margin: 0px;
} 



.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.infoicon {
	width: 30px;
	height: 27px;
	display: block;
	float: left;
	margin: 13px 13px 0px 5px;
	position: relative;
}
.infoicon1 {
	background: url(../images/icon1.png) no-repeat;
}
.infoicon1:hover {
	background: url(../images/icon1h.png) no-repeat;
}
.infoicon2 {
	background: url(../images/icon2.png) no-repeat;
}
.infoicon2:hover {
	background: url(../images/icon2h.png) no-repeat;
}
.infoicon3 {
	background: url(../images/icon3.png) no-repeat;
}
.infoicon3:hover {
	background: url(../images/icon3h.png) no-repeat;
}
.links li.padding0 {
	padding: 0px;
}
.langHeaderMenu {
	text-align: right;
}
.dropdown-menu {
  min-width: 0px;
}
.dropdownSiteMenu li a:hover {
	background: #6b7075;
	color: #fff;
}
.dropdownSiteMenuVechule li a:hover {
	background:#565656;
	color: #fff;
}
.dropdownSiteMenuVechule li a:active {
	background:#565656;
	color: #fff;
}
.dropdownSiteMenu2 span {
	width: 100%; 
	padding: 2px 5px 2px 12px;
	display: block;
	cursor:pointer;
	min-width: 110px;
}
.dropdownSiteMenu2 span:hover {
	background: #6b7075;
	color: #fff;
}
.dropdownSiteMenu2 li span:hover {
	background:#565656;
	color: #fff;
}
.dropdownSiteMenu2 li span:active {
	background:#565656;
	color: #fff;
}
.btn-grey{color:#fff;background:#565656;border-color:#72787f}
a.btn-grey{color:#fff;background:#565656;border-color:#72787f}
.btn-grey.active,.btn-grey.focus,.btn-grey:active,.btn-grey:focus
.btn-grey.active,.btn-grey.focus,.btn-grey:active,.btn-grey:focus,.btn-grey:hover{color:#565656;background-color:#fff;border-color:#6b7075}
a.btn-grey.active,a.btn-grey.focus,a.btn-grey:active,a.btn-grey:focus,a.btn-grey:hover{color:#565656;background-color:#fff;border-color:#6b7075}

.btn-grey.active,.btn-grey:active{background-image:none}

.btn-red{color:#fff;background:#ff0000;border-color:#ff4848}
.btn-red.active,.btn-red.focus,.btn-red:active,.btn-red:focus,.btn-red:hover{color:#fff;background-color:#ff1111;border-color:#ff0000}
.btn-red.active,.btn-red:active{background-image:none}

.form-control {
	padding: 0px;
	margin: 0px;
}

.bottomInfo a {
	text-decoration: underline;
}
.info_content {
	border-bottom: 1px solid #dcdcdc;
}
.info_content p {
	line-height: 140%;
}
.info_content p span {
	width: 22px;
	display: block;
	float: left;
}
span.redSpan {
	color: #ff4848;
}

.div3020 {
	margin: 30px 20px;
}
.div30100 {
	margin: 30px 100px;
}
.div50100 {
	margin: 50px 100px;
}
.div47l {
	width: 47%; float: left;
}
.div47r {
	width: 47%; float: right;
}
.nav-tab-job { border-bottom: 2px solid #DDD; }
.nav-tab-job > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tab-job > li > a { border: none; color: #666; }
.nav-tab-job > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.nav-tab-job > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tab-job > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }

.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card-panel {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.carexpert {
	min-height: 330px;
}
.carexpert p {
	font-size: 13px;
	border-bottom: 1px solid #ededed;
}
.carexpert:hover {
	border: 1px solid #666;
}
.carexpert_contact {
	min-height: 230px;
	text-align: center;
}

.carexpert_contact:hover {
	border: 1px solid #666;
}
.redTick ul li {
    font-size: 14px;
    line-height: 27px;
}
.redTick ul li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 0px;
    margin-left: 6px;
    margin-right: 6px;
    color: #ff4848;
}

.update-nag{
  width: 100%;
  font-size: 14px;
  text-align: left;
  background-color: #efefef;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  margin-bottom: 10px;
}

.update-nag:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}

.update-nag > .update-split.update-danger{
  background: #d9534f!important;
}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}

.boxBrand {
  background:#fff;
  transition:all 0.2s ease;
  border:2px dashed #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 10px 10px 10px;
  min-height: 280px;
}

.boxBrand:hover {
  border:2px solid #525C7A;
}

.boxBrand-title{
    color: #333;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
}

.boxBrand .boxBrand-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.boxBrand .boxBrand-content p {
  color:#515c66;
  text-transform:none;
}



.update-nag > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 45px;
  padding-right: 20px;
}
.form1H { 
	min-height: 556px;
}
.form2H {
	min-height: 350px;
}
.form3H {
	min-height: 430px;
}
.form4H {
	min-height: 460px;
}
.form5H {
	min-height: 650px;
}
.form6H {
	min-height: 570px;
}
.form7H {
	min-height: 570px;
}
.form8H {
	min-height: 395px;
}
.form9H {
	min-height: 520px;
}
.form10H {
	min-height: 470px;
}
.form12H {
	min-height: 536px;
}
.form13H {
	min-height: 550px;
}

#us2 { 
	border: 3px solid #f29b1a;
	padding-left: 0px;
}
.mapus2 { 
	border: 3px solid #f29b1a;
}

#infoautoMap {
	border: 3px solid #f29b1a;
	margin: 3px 0px 10px 0px;
}

#custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
}
#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
}
.search-query:focus + button {
    z-index: 3;   
 }

.post-detail ul li {
	padding: 1px 0px 3px 0px;
	list-style-type: disc;
	margin-left: 20px;
}
.searchTopDiv {
	
}

.overlay-box .links li a {
	border: 1px solid #333; 
	border-radius: 5px;
	background: #565656;
	display: block;
	padding: 3px;
}

.btnRightDark {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.offerListInfo {
	font-size: 13px;
	line-height: 17px;
	padding: 7px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background: #f9f9f9;
	min-height: 76px;
}
.offerListInfo span {
	width: 110px;
	display: inline-block;
}
.offerListBottom {
	padding: 3px;
	background: #fff;
	border: 1px solid #e3e3e3;
	margin-top: 10px;
}
.offerListImage {
	width: 130px;
	height: 130px;
	float: left;
	margin-right: 5px;
}
.mtop20 {
	margin-top: 20px;
}
pre {
	white-space:pre-wrap;
}

span.counterRight {
	float: right;
	margin: 15px 0px -15px 0px;
}
span.counterRight2 {
	float: right;
	margin: 15px 0px -15px 0px;
}



.overlay-box .links li a:hover {
	color: #333;
	background: #fff;
	border: 1px solid #bc3131;
}
.overlay-box .links li.btn-HomeLink a:hover {
	color: #333;
}
.overlay-box .links li a {
	padding: 5px 2px 4px 12px;
	color: #fff;
}
#ContactformFdateDay {
	width: 50px; float: left;
}

#ContactformFdateMonth {
	width: 50px; float: left;
}

#ContactformFdateYear {
	width: 70px; float: left;
}
#ContactformLdateDay {
	width: 50px; float: left;
}

#ContactformLdateMonth {
	width: 50px; float: left;
}

#ContactformLdateYear {
	width: 70px; float: left;
}
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}
.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{ padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.leftBtn {
	width: 120px;
	float: left;
	color:#fff;
}
.leftBtn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 9px 2px 9px;
	color: #fff;
	text-align: center;
}
.leftBtn .disabled {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px 9px 1px 9px;
	background-color:#ffffff;
	color: #2c333b;
	border-bottom:1px solid #1c232a; 
	text-align: center;
	background: #ff0000;
	color: #fff;
	border-radius: 7px;
}
.rightBtn {
	width: 120px;
	float: right;
	color:#fff;
}
.rightBtn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px 9px 1px 9px;
	border-bottom:1px solid #1c232a;
	color: #fff;
	text-align: center;
}
.rightBtn .disabled {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 9px 2px 9px;
	text-align: center;
	border-bottom:1px solid #1c232a;
	background: #ff0000;
	color: #fff;
	border-radius: 7px;
}
#tnt_pagination {
	display:block;
	text-align:left;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#tnt_pagination span a:link, #tnt_pagination a:visited{
	padding: 7px 12px 5px 12px;
	border:1px solid #1c232a;
	margin-left:10px;
	text-decoration:none;
	width:30px;
	font-weight:normal;
	font-size: 13px;
	border-bottom:1px solid #1c232a;
	background: #ff0000;
	color: #fff;
	border-radius: 7px;
}

#tnt_pagination a:hover {
	background-color:#ffffff;
	color: #2c333b;
	border-bottom:1px solid #ff0000;
}

#tnt_pagination .current {
	padding: 7px 12px 5px 12px;
	border:1px solid #1c232a;
	margin-left:10px;
	text-decoration:none;
	background-color:#ffffff;
	color:#2c333b;
	width:30px;
	font-weight:normal;
	font-size: 13px;
	cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:0px;
	padding-bottom:0px;
	border:1px solid #EBEBEB;
	margin:0px 10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
.filterResult { 
	text-align: center;
	font-size: 15px;
	clear: both;
	
}
.filterResult span { 
	border-bottom: 1px solid #000;
	background: #ff0000;
	padding: 3px 10px;
	width: 100%;
	display: block;
	color: #fff;
}
.w100 {
	width: 100%;
}


.searchDiv {
	background: #e5e5ed;
	width: 100%;
	margin: 0px;
	padding: 5px;
	min-height: 300px;
}
span.basketListSpan {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0px;
	margin: 0px -3px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #dcdcdc;
}
.text12 {
	font-size: 13px;
	line-height: 17px;
	padding: 3px;
	margin: 0px;
}
.text12 hr {
	margin: 5px 0px;
}
#progressbox {
border: 1px solid #0099CC;
padding: 1px;
position:relative;
width:400px;
border-radius: 3px;
margin: 10px;
display:none;
text-align:left;
}
#progressbar {
height:20px;
border-radius: 3px;
background-color: #003333;
width:1%;
}
#statustxt {
top:3px;
left:50%;
position:absolute;
display:inline-block;
color: #000000;
}
img {border-width: 0}

.car_icon img {
	padding: 0px 5px; margin: 0px 3px;
}
.inneboxH3 {
	font-size: 19px; 
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
	display: block;
	border-bottom: 1px solid #fff;
}
.inneboxH3top {
	font-size: 18px; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	display: block;
	border-bottom: 1px solid #dfdfdf;
	line-height: 25px;
}
.userNavbar {
	font-family: 'Droid Sans', sans-serif;
}

@media only screen and (max-width: 1023px){
	.form1H,.form2H,.form3H ,.form4H ,.form5H ,.form6H ,.form7H ,.form8H ,.form9H  {
		height: 100%;
	}
	.searchTopDiv2 {
		margin-top: 100px;
	}
}
@media only screen and (max-width: 767px){

	.social-outer {
		text-align: left;
	}
	.langHeaderMenu {
		text-align: center;
	}
	.infoicon {
		float: left;
		z-index: 9999;
	}
	.dropdownSiteMenu {
		z-index: 9999999999;
	}
	.div3020 {
	margin: 30px 20px;
	}
	.div30100 {
		margin: 30px 0px;
	}
	.div50100 {
		margin: 50px 0px;
	}
	.div47l {
		width: 100%;
	}
	.div47r {
		width: 100%;
	}
	.searchTopDiv2 {
		margin-top: 100px;
	}
}
@media only screen and (max-width: 599px){
	
	.social-outer {
		text-align: left;		
	}
	.langHeaderMenu {
		text-align: center;
	}
	.infoicon {
		float: left;
		z-index: 9999;
	}
	.dropdownSiteMenu {
		z-index: 9999999999;
	}
	.searchTopDiv2 {
		margin-top: 100px;
	}

}
.margin0 {
	margin: 0px;
}
.theme-btn {
	border-radius: 6px;
}

.redWhite {
	background: #ff4848;
	color: #fff;
	padding: 7px 10px;
	border: 1px solid #333;
}

.btn-info.checked {
  background-color: limegreen;
}
.input-group span span {
	color: #ff0000;
}
.form-group {
	margin-bottom: 5px;
}




.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
  font-size: 14px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 1.8em;
  text-indent: 2.7em;
  margin-top: 0.2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.2em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
 
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}
.funkyradio-grey input[type="radio"]:checked ~ label:before,
.funkyradio-grey input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #565656;
}
.funkyradio span {
	text-indent: 0.1em;
	margin: 2px 2px 0px 0px;
}


.pagi {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.pagi a {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.pagi  div.disabled {
	display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #f9f9f9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.pagi a:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.pagi span.current {
	display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}



.chat-window{
}
.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}
.icon_minim{
    padding:2px 10px;
}
.msg_container_base{
  background: #e5e5e5;
  margin: 0;
  padding: 0;
  max-height:400px;
  overflow-x:hidden;
}
.msg_container_base2{
  background: #e5e5e5;
  margin: 0;
  padding: 0;
}
.top-bar {
  background: #666;
  color: white;
  padding: 5px;
  position: relative;
  overflow: hidden;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
  
  border: 1px solid #ff0000;
}
.messages > p {
    font-size: 13px;
    margin: 0 0 0.1rem 0;
    line-height: 18px;
  }
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}
.chat-window img {
    display: block;
    
}
.avatar {
    position: relative;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2); // not quite perfect but close
}




.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.msg_container_base2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}
.msg_container_base2::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}
.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.msg_container_base2::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}





.cd-breadcrumb, .cd-multi-steps {
  width: 100%;
  max-width: 768px;
  
  
  background-color: #edeff0;
  border-radius: .25em;
}
.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #ff0000;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #ff0000;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../images/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1em .8em 1em 2.5em;
    color:#fff;
    background:#565656;
    border-color:#565656 ;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background: #ff0000;
    border-color: #ff0000;
  }
  .cd-breadcrumb.triangle li.search > * {
    /* selected step */
    color: #ffffff;
    background-color: #666;
    border-color: #444;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
    /* 
        li > *::after is the colored triangle after each item
        li::after is the white separator between two items
    */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}

.border-red {
	border: 1px solid #ff0000;
}
/* -------------------------------- 


.color-red {
	color: #ff0000;
}


.toggle-button {
  position: relative;
  display: inline-block;
  color: #fff; }
  .toggle-button label {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left; }
  .toggle-button input {
    display: none; }
  .toggle-button__icon {
    cursor: pointer;
    pointer-events: none; }
    .toggle-button__icon:before, .toggle-button__icon:after {
      content: "";
      position: absolute;
      top: 45%;
      left: 35%;
      transition: 0.2s ease-out; }

/*
 * Toggle button variables
 */
/*
 * Toggle button styles
 */
.toggle-button--aava label {
  height: 30px;
  line-height:30px;
  transition: all 0.2s;
  border-radius: 2rem; }
  .toggle-button--aava label:before, .toggle-button--aava label:after {
    position: absolute;
    right: 1.5rem;
    transition: all 0.2s .1s ease-out; }
  .toggle-button--aava label:before {
    content: attr(data-on-text); }
  .toggle-button--aava label:after {
    content: attr(data-off-text); }

.toggle-button--aava input[type=checkbox] + label {
  width: 120px;
  background: #FF5335; }
  .toggle-button--aava input[type=checkbox] + label:before {
    opacity: 0;
    transform: translate(0, 20px); }
  .toggle-button--aava input[type=checkbox] + label:after {
    opacity: 1;
    transform: translate(0, 0); }

.toggle-button--aava input[type=checkbox]:checked ~ label {
  width: 120px;
  background: #61B136; }
  .toggle-button--aava input[type=checkbox]:checked ~ label:before {
    opacity: 1;
    transform: translate(0, 0); }
  .toggle-button--aava input[type=checkbox]:checked ~ label:after {
    opacity: 0;
    transform: translate(0, -20px); }

.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:before {
  transform: translate(-10%, 100%) rotate(45deg);
  width: 16.66667px; }

.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:after {
  transform: translate(30%) rotate(-45deg); }

.toggle-button--aava .toggle-button__icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 50px; }
  .toggle-button--aava .toggle-button__icon:before, .toggle-button--aava .toggle-button__icon:after {
    height: 3px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .toggle-button--aava .toggle-button__icon:before {
    width: 25px;
    transform: rotate(45deg); }
  .toggle-button--aava .toggle-button__icon:after {
    width: 25px;
    transform: rotate(-45deg); }
.forumLogo {
	text-align: center;
	
}
.forumLogo a {
	display: block;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #ff0000;
	margin: 7px 0px;
	color: #333;
}
.forumLogo a:hover {
	border: 1px solid #f0f0f0;
	color: #ff0000;
}
.forumLogo img {
	margin: 0 auto;
	max-width: 60%;
}
input.inputSingle {
	width: 100%;
	margin: 5px 0px;
}
textarea.inputSingle {
	width: 100%;
	height: 60px;
	margin: 5px 0px;
}
p.box11 {
	font-size: 11px;
	border-bottom: 1px solid #dcdcdc;
	background: #efefef;
	padding: 5px 7px 4px 7px;
	line-height: 16px;
}

.memberCarList {
	border-bottom: 1px dotted #ff0000;
	border-left: 1px dotted #ff0000;
	font-size: 13px;
}
.memberCarList span {
	width: 150px;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0px;
	
}
.well {
	background: #fff;
	border: 1px solid #ff0000;
	padding: 10px;
	margin-bottom: 10px;
}
.well p {
	padding: 3px 0px;
	margin: 1px;
	line-height: 140%;
}
.well .modal-header {
	padding: 0px 0px 0px 10px; 
	margin: -10px -10px 0px -10px;
	background: #efefef;
	border-bottom: 1px solid #d0d0d0; 
	height: 23px;
	line-height: 22px;
	font-size: 14px;
	border-radius: 3px;
}
.wellLight {
	background: #f9f9f9; 
	margin-right: 20px; 
	border-left: 5px solid #ff0000;
	padding: 4px; 
	line-height: 17px; 
	font-size: 13px;
}
.wellLight img {
	float: left;
	height: 35px;
	padding: 1px 3px 0px 1px;
}
.wellLight span {
	
	border-bottom: 1px solid #ff0000;
}
.wellDark {
	background: #f9f9f9; 
	text-align: right; 
	border-right: 5px solid #ff0000;
	margin-left: 20px; 
	padding: 5px; 
	line-height: 17px; 
	font-size: 13px;
}
.wellDark img {
	float: right;
	height: 35px;
	padding: 1px 3px 0px 1px;
}
.wellDark span {
	float: left;
	border-bottom: 1px solid #ff0000;
}






.no-mobile {
	
}
.only-mobile {
	display: none;
}
.homeText19 {
	font-size: 17px;
	padding: 4px;
}
.homeText17 {
	font-size: 17px;
	padding: 4px;
}
.homeDiv {
	text-align: center; 
	font-weight: bold; 
	line-height: 140%;
}

.btnRightLeft {
	float: right;
	padding: 2px 4px;
}
.wellRed {
		min-height:20px;padding:10px;
		margin-bottom:10px;
		background-color:#f9f9f9;
		border-radius:4px;
		-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
		border:1px solid #ff0000;
	}
.wellRedWhite {
		min-height:20px;padding:10px;
		margin-bottom:10px;
		background-color:#fcfcfc;
		border-radius:4px;
		-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
		border:1px solid #ff0000;
	}
.height160{
	height: 160px;
}
@media (max-width:760px) {
	.height160{
		height: 200px;
	}
	.offerListInfo {
		clear: both;
		width: 100%;
	}
	.offerListImage {
		float: none;
	} 
	.no-mobile {
		display: none;
	}
	.only-mobile {
		display: block;
	}
	.memberCarList span {
		width: 90px;
		display: block;
		float: left;
		font-weight: bold;
		font-size: 10px;
	}
	.well {
		padding: 4px;
	}
	
	.well .modal-header {
		padding: 0px 0px 0px 3px; 
		margin: -4px -4px 0px -4px;
		background: #efefef;
		border-bottom: 1px solid #d0d0d0; 
	}
	.homeText19, .homeText17 {
		font-size: 12px;
		padding: 2px;
	}
	.homeDiv {
		text-align: center; 
		font-weight: normal; 
		line-height: 110%;
	}
	
	.homeDiv .title-box h3 {
		font-size: 20px;
	}
	.btnRightLeft {
		float: left;
		
	}
	.mt10 {
		margin-top: 5px;
	}
}
.floatLeft {
	float: left;
}

.btnRight {
	float: right;
	padding: 2px 4px;
}
.offerNot {
	padding: 4px 3px 3px 7px;
	margin: 4px 0px 0px 0px;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	background: #f9f9f9;
}
.preDiv {
	white-space: pre-line;
	font-size: 13px;
	line-height: 17px;
}
.carexpert_contact:hover {
	border: 1px solid #ff0000;
}
.carexpert:hover {
	border: 1px solid #ff0000;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
.uneditable-input:focus,
.uneditable-input:hover {   
  border-color: rgba(255, 0, 0, 1);
  
  outline: 0 none;
}
.imgUploadAjax {
	background: #fff; text-align: center; border: 1px dotted #dcdcdc; border-bottom: 2px solid #dcdcdc; padding-bottom: 5px; padding-top: 10px;
}
.imgUploadAjax img {
	width: 100%;
	height: 120px;
}
.imgUploadAjax a  {
	margin-top: 4px;
}
.footerButtonDiv {
	text-align: center;
}
.footerButton{
    display:inline-block;
    height:48px;
    width:48px;
    background:url("../images/btn_plus.png");
    margin-top: -148px;
}
.footerButton:after{
    content:"";
    display:block;
    height:48px;
    line-height:48px;
    width:88px;
    margin-left:48px;
}
.footerButton.expanded:after{
     content:"";
    margin-top: -8px;
} 
.footerButton.expanded {
    background:url("../images/btn_minus.png");
}



.toggle-button {
  margin: 0 20px; }

/*
 * Toggle button styles
 */
.toggle-button {
  position: relative;
  display: inline-block;
  color: #fff; }
  .toggle-button label {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left; }
  .toggle-button input {
    display: none; }
  .toggle-button__icon {
    cursor: pointer;
    pointer-events: none; }
    .toggle-button__icon:before, .toggle-button__icon:after {
      content: "";
      position: absolute;
      top: 45%;
      left: 35%;
      transition: 0.2s ease-out; }

/*
 * Toggle button variables
 */
/*
 * Toggle button styles
 */
.toggle-button--aava label {
  height: 30px;
  line-height: 30px;
  transition: all 0.2s;
  border-radius: 2rem; }
  .toggle-button--aava label:before, .toggle-button--aava label:after {
    position: absolute;
    right: 1.5rem;
    transition: all 0.2s .1s ease-out; }
  .toggle-button--aava label:before {
    content: attr(data-on-text); }
  .toggle-button--aava label:after {
    content: attr(data-off-text); }

.toggle-button--aava input[type=checkbox] + label {
  width: 120px;
  background: #222; }
  .toggle-button--aava input[type=checkbox] + label:before {
    opacity: 0;
    transform: translate(0, 20px); }
  .toggle-button--aava input[type=checkbox] + label:after {
    opacity: 1;
    transform: translate(0, 0); }

.toggle-button--aava input[type=checkbox]:checked ~ label {
  width: 120px;
  background: #ff0000; }
  .toggle-button--aava input[type=checkbox]:checked ~ label:before {
    opacity: 1;
    transform: translate(0, 0); }
  .toggle-button--aava input[type=checkbox]:checked ~ label:after {
    opacity: 0;
    transform: translate(0, -20px); }

.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:before {
  transform: translate(-10%, 100%) rotate(45deg);
  width: 16.66667px; }

.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:after {
  transform: translate(30%) rotate(-45deg); }

.toggle-button--aava .toggle-button__icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 50px; }
  .toggle-button--aava .toggle-button__icon:before, .toggle-button--aava .toggle-button__icon:after {
    height: 3px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .toggle-button--aava .toggle-button__icon:before {
    width: 25px;
    transform: rotate(45deg); }
  .toggle-button--aava .toggle-button__icon:after {
    width: 25px;
    transform: rotate(-45deg); }

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
   
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}
.padding100 {
	padding: 100px;
}
.memberProductImage {
	width: 120px; height: 70px;
	padding: 2px;
	border: 1px solid #dcdcdc;
	margin: 7px 3px;
}
.memberProductImage:hover {
	border-bottom: 1px solid #ff0000;
}
.hoverBottomRed:hover {
	border-bottom: 1px solid #ff0000;
}
.forumPhotoItem {
	width: 106px;
	height: 120px;
	padding: 2px;
	margin: 2px;
	float: left;
	border: 1px solid #dcdcdc;
	background: #fff;
	text-align: center;
}
.forumPhotoItem img {
	width: 100px;
	height: 80px;
}

img.forumImage {
	height: 80px;
	width: none;
	padding: 5px;
	margin: 5px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	float: left;
}
.offerListImageNew {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 7px;
}
table.tableOffer {
	font-size: 13px;
}
table.tableOffer td {
	padding: 2px;
	border-bottom: 1px dotted #dcdcdc;
	line-height: 110%;
}
table.tableOffer tr {
	padding: 0px;
}
table.tableOffer td span {
	padding: 0px;
}

table.tableOfferSamll {
	font-size: 12px;
}
table.tableOfferSamll td {
	padding: 1px;
	border-bottom: 1px dotted #dcdcdc;
	line-height: 115%;
}
table.tableOfferSamll tr {
	padding: 0px;
}
table.tableOfferSamll td span {
	padding: 0px;
}

.offerImage {
	height: 120px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #dcdcdc;
	float: left;
}
.chatPanelImgLeft {
	max-width: 90px;
	float: left;
	padding-right: 7px;
}
.chatPanelImgRight {
	max-width: 90px;
	float: right;
	padding-left: 7px;
}
.features-section {
	padding-top: 30px;
}
.sidebar-page {
	padding-top: 30px;
}
.side-bar .search-form { padding: 0px;  margin: 0px; }
.apportTitleSearch {
	clear: both; 
	background: #efefef; 
	padding: 4px 10px 0px 10px;
	 margin: 0px -10px 5px -10px;
}
.imgMobile100 {
	max-width: 250px; float: left; padding: 5px;
}
img.infoautoLogo {
	width: 82px;
	padding-left: 14px;
}
.main-header .logo img{
	position:relative;
	display:inline-block;
	width: 309px;
}
iframe.homeVideo {
	width: 680px; 
	height: 400px; 
	margin: 0 auto;
}
.divSummery {
	padding: 0px; 
	margin: 0px 0px 0px -10px; 
	border-bottom: 1px solid #dcdcdc;
}
.divSummeryImg {
	width: 100px; 
	float: left; 
	margin: 0px 5px 0px 0px;
}
p.notNote {
	text-align: center; padding: 100px 50px; font-size: 30px;
}
div.notNote {
	text-align: center; padding: 100px 50px; font-size: 30px;
}
@media (max-width:760px) {
	.main-header .logo img{
		position:relative;
		display:inline-block;
		width:90%;	
	}
	iframe.homeVideo {
		width: 270px;  
		height: 250px; 
		margin: 0 auto;
	}
	img.infoautoLogo {
		max-width: 90%;
		padding-left: 0px;
	}
	img.forumImage {
		height: 50px;
		width: none;
		padding: 2px;
		margin: 2px;
		border: 1px solid #dcdcdc;
		border-radius: 5px;
		float: left;
	}
	.offerListImageNew {
		width: 70px;
		height: 70px;
		float: left;
		margin-right: 5px;
	}
	.offerImage {
		height: 70px;
		padding: 2px;
		margin: 2px;
		border: 1px solid #dcdcdc;
		float: left;
	}
	.features-section {
		padding-top: 10px;
	}
	.sidebar-page {
		padding-top: 10px;
	}
	.mobilTopMinus20 {
		margin-top: -40px;
	}
	.side-bar .search-form { margin-top: -25px; margin-bottom: -20px; }
	.map-availability-status {
		
	}
	.apportTitleSearch {
		 margin: 0px -4px 5px -4px;
	}
	.imgMobile100 {
		max-width: 100%;
	}
	.divSummery {
		padding: 0px; 
		margin: 0px 0px 0px -4px; 
		border-bottom: 1px solid #dcdcdc;
	}
	.divSummery h4 {
		font-size: 12px;
	}
	.divSummeryImg {
		width: 50px; 
		float: left; 
		margin: 0px 5px 0px 0px;
	}
	p.notNote {
		padding: 30px 30px; font-size: 18px;
	}
	div.notNote {
		padding: 30px 30px; font-size: 18px;
	}
}
.titleCompanyDiv {
	font-size: 18px;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
}
#progressbox {
border: 1px solid #0099CC;
padding: 1px;
position:relative;
width:90%;
border-radius: 3px;
margin: 10px;
display:none;
text-align:left;
}
#progressbar {
height:20px;
border-radius: 3px;
background-color: #003333;
width:1%;
}
#statustxt {
top:3px;
left:50%;
position:absolute;
display:inline-block;
color: #000000;
}
img {border-width: 0}

.lightbox { display: none; }
.padding10 {
	padding: 10px;
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	min-height: 140px;
}
.color-red{
	color: #ff0000;
}
.background-red {
	background: #ff0000;
}
@media only screen and (max-width: 1199px){
	
	.btn {
		
		padding-left: 5px;
		padding-right: 6px;
		font-size: 80%;
	}
	.btn-group>.btn+.dropdown-toggle {
		padding-left: 5px;
		padding-right: 5px;
	}
	.modal-header {
		font-size: 85%;
		word-spacing: normal;
	}
	.funkyradio label {
		font-size: 12px;
	}
}

img.banner_top_w {
	width: 100%;
	margin: 10px 0px 20px 0px;
	max-width: 1230px;
}
img.banner_top_m {
	width: 100%;
	margin: 10px 0px 20px 0px;
	max-width: 767px;
	display: none;
}
.only-mobile{display:none}
.h3MainTitle {
	font-size:2.5rem !important;font-weight:bold;margin-bottom:1.5rem;
}
@media (max-width:767px) {
	.h3MainTitle {
		font-size:1.8rem !important;font-weight:bold;margin-bottom:1rem;
	}
	.homeText19 {
		font-size: 11px;
	}
	img.banner_top_w {
	display:none
	}
	img.banner_top_m {
		width: 100%;
		margin: 10px 0px 20px 0px;
		max-width: 767px;
		display: block;
	}
	.only-mobile{display:block}
	.no-mobile{display:none}
}

