.mid-content {
	margin-top:20px;
}
.toolSearch {
 border-bottom:1px dotted #bfbfbf;
 padding:10px 0px;
 margin-bottom:10px;
}


.filter-left { padding-top:10px;}
	.filter-text { margin-right:10px; padding-top:3px;}
	.filter-select { margin-right:10px;}

.location-search {
	background-color: #D7D7D7;
  border: 1px solid #D7D7D7;
  height: 33px;
	width: 453px;
}

.location-search input
{
	border:0;
	border-radius:0;
	box-shadow:none;
	height:33px
}
.location-search .search-input
{
	background-color:#fff;
	float:left;
	color:#999;
	width:320px;
	padding:0px 10px;
}
.location-search .search-submit
{
	background-color:#f8f8f8;
	background-image:url(../images/icon-search-17x17.png);
	background-position:7px 9px;
	background-repeat:no-repeat;
	float:right;
	color:#666;
	padding-left:28px;
	width:112px
}

.map-wrapper {}
	.map-placeholder { 
		width:580px;
		height:510px;	
	}
	.loading_maps { text-align:center; padding-top:200px; font-size:18px;}
	
	.list-wrapper {
		width:300px;		
	}
		.mess_result {
			
		}
		.result-wrapper  {
		}

	.result-wrapper ul { list-style:none; }
	.result-wrapper li { 
		cursor: pointer; 
		border-bottom:#dddddd solid 1px;
		
	}
	.result-wrapper li a {
		display:block;
   /* background-color: #FAFAFA;*/
    color: #444444; 
    line-height: 18px; 
		text-decoration:none;
		padding:10px 0px;
	}
	
	.result-wrapper li.active a { 
    background-color: #fafafa;    
	}
	.info .fl{
		width:74px;
	}
	.info .fl .img{
		border:#d0d0d0 solid 1px;
		padding:1px;
		background:#FFF;
	}
	.info .fr{
		width:200px;
	}
	.info span{
		display:block;
		padding-left:23px;
	}
	.info span.icon_address{
		background:url(../images/icon_address.png) 0px 2px no-repeat;
	}
	.info span.icon_phone{
		background:url(../images/icon_phone.png) 0px 2px no-repeat;
	}
	.info span.icon_fax{
		background:url(../images/icon_fax.png) 0px 2px no-repeat;
	}
	.info span.icon_email{
		background:url(../images/icon_email.png) 0px 2px no-repeat;
	}
	.info span.icon_web{
		background:url(../images/icon_web.png) 0px 2px no-repeat;
	}
	.noItem { text-align:center; padding:5px; color:#F00}
	
	.dealer_info { width:400px; position:relative}
	.dealer_info .img { float:left; width:150px; height:100px; margin-right:10px; overflow:hidden;}
	.dealer_info .img img { width:100%; height:100%;}
	.dealer_info .info {  float:left; width:230px; margin-bottom:20px; } 
	.dealer_info .view_all{
		position:absolute;
		bottom:0px;
		right:0px; 
	}

#List_View {   }

/*----------------- VIEW 1 ----------------*/
#List_View .View1 {
	float: left; 
	border-bottom:1px solid #ececec; 
}

#List_View .View1 div {
	float: left; 
	padding:10px 0px;
	padding-right:20px;
	margin-right: 20px; 
	width: 420px;
}

#List_View .View1 .last {
	border:none;
	padding-right:0px;
	margin-right: 0px;
}

#List_View .View1 ul {list-style:none;}
#List_View .View1 li {border-top:1px solid #ececec; padding:3px 0px;}

#List_View .img {
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
}

#List_View .View1 h3 {
	padding:3px 0px;
}

#List_View .View1 h3 a {
 	font-weight: bold;
}

#List_View .View1 h3 a:hover {
 	text-decoration: none;
}



#List_View .viewMore {
	text-align: right;
	padding-right: 10px;
}

#List_View .noItem {
	padding: 50px;
	text-align: center;
	color: #ff0000;
}

/*----------------- VIEW 2 ----------------*/
.box-item {
	padding: 5px 0px 0px;
	width:100%;
	overflow:hidden;
}

.box-item .infoL {
	width:67%	;
	border-right:1px dotted #bfbfbf;
	padding-right:15px;
}
.box-item .infoR {
	width:30%	; 
}
.box-item p {
	margin: 0px;
	padding: 5px 0px;
}

.box-item h3 {

	font-weight: bold;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left
}

.box-item h3 a {
	text-align: left;	  
	text-decoration:none;
}
  
.box-item .img_left {
	border: 1px solid #d4d4d4;
	padding: 2px;
	text-align: center;
	float:left;
	margin-right:5px;	
}
.box-item .img_right {
	border: 1px solid #d4d4d4;
	padding: 2px;
	text-align: center;
	float:right;
	margin-left:5px;	
}

.box-item .short {
	text-align: justify;
}

.box-item p.more {
	margin: 0px;
	padding: 2px 0px;
	text-align: right;
}

.hr {
	background: url(../images/hr.gif) repeat-x center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/* DETAIL*/  
#boxDetail  {
	 
}
#boxDetail .title {
	font-family: "Times New Roman";
	color: #c00007;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom:10px;
}

#boxDetail .imgDetail_left {
	display: block;
	float: left;
	margin-right: 7px;
	border:1px solid #ccc;
	padding:1px;
}

#boxDetail .imgDetail_right {
	display: block;
	float: right;
	margin-left: 7px;
	border:1px solid #ccc;
	padding:1px;
}

#boxDetail .fDespic {
	font-size: 9px;
	color: #999999;
	text-align: center;
}

#boxDetail .note {
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #e8e8e8;
	text-align: justify;
}


#boxDetail .poster {
	color:#CC0000;
}

#boxDetail .tools {
	background:#f8f8f8;
	padding:5px;
}

.maps {
	border: 1px solid #313131;
	text-align: center;
	padding: 3px;
}


/* CSS box */
#box_search {
	padding:10px 10px;
}
#box_search select {
	width: 100%;
}
#box_search .textfiled {
	width: 100%;
}

#w-content{
    width: 100%;
}
.showresult{
    margin-bottom: 20px;
	/*border: 5px solid #282828;*/
}
.showresult::after {
	content:"";
	display:block;
	clear:both;
}
.formSystem{
    width: 100%;
    margin-bottom: 20px;
}
.formSystem::after {
	content:'';
	display:block;
	clear:both;
}
.formSystem .formSystem-l{
    width: 100%;
    float: left;
}
.formSystem .formSystem-r{
    width: 66.5%;
    float: right;
}
.formSystem .formSystem-r .form-control{
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.formSystem .formSystem-r .btn{
    padding-left: 45px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    background: url(../images/icon-search.png) no-repeat 15px #106bad; 
    border:1px solid #106bad;
}
.formSystem .formSystem-r .btn:active,
.formSystem .formSystem-r .btn:hover{
    background: url(../images/icon-search-hover.png) no-repeat 15px #ffffff; 
    color: #106bad;
}
.formSystem .formSystem-r .btn:focus,
.formSystem .formSystem-r .btn:active{
    outline: 0px;
}
.showresult .showmap{
    width: 870px;
    float: left;
    text-align: center;
}

.showresult .showmap img.picture_detail{
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: initial;
}


.showresult .result{
    width: 280px;
    float: right;
}
.result .r-count{
        font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    border-bottom: 1px solid #dedede;
    background: #fbf8f1;
}
.result .show-result{
    max-height: 600px;
    overflow-y: auto;
}
.result .show-result .item{
/*	padding: 10px 20px 10px 20px;
  border-bottom:  1px solid #282828;
	font-size:12px;
	cursor: pointer;*/
	    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px 50px 15px 12px;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.result .show-result .item:nth-child(even){
    /*background-color: #fbf8f1;*/
}

.result .show-result .item:hover  {
	    /*background: #fbf8f1;*/
/*	background: #1a1a1a;
	text-decoration:none;*/
}


.result .show-result .item


.result .show-result .item .i-images{
    width: 95px;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 2px;
    float: left ;
}
.result .show-result .item .i-description{
    color:#666666;
    position: relative;
}


.result .show-result .item .i-description:after{
	    position: absolute;
       top: 68%;
    right: -29px;
    width: 30px;
    height: 30px;
    background: #cf9e38;
    text-align: center;
    font-family: fontawesome;
    content: '\f105';
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: none;
}

.result .show-result .item .i-description .name{
	    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    font-weight: bold;
    margin-bottom: 5px;
}
.result .show-result .item .i-description .address{
    font-size: 13px;
    line-height: 18px;
    display: block;
    color: #666666;
}

.result .show-result .item .i-description .phone{
    
    
    position: relative;
}
.result .show-result .item .i-description .email{
    
    
    position: relative;
}
.result .show-result .item .i-description .website{
    
    position: relative;
}
.table-system{
    display: table; width: 100%;
}
.table-system .title-system{
    display: table-cell; width: 1%;white-space: nowrap; padding-right:10px; vertical-align: middle;
}
.table-system .row-input{
    display: table-cell; width: 100%;
}
.table-system .row-input .fl,
.table-system .row-input .fr{
    width: 48.5%;
}
.table-system .row-input .form-control{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}







 
.slimScrollBar {
    opacity: 1 !important;
    height: 90px !important;
    right: 5px !important;
 }
 .formSystem .formSystem-r select.form-control {
	width: auto;
    height: 29px;
    background: #4d4d4d;
    border: none;
    border-radius: 0;
    padding: 0 39px 0 10px;
    color: #ccc;
    font-size: 12px;
	display:inline-block;
	margin:0 5px;
 }
 .input-group .form-control {
/*	width: 100%;
    height: 29px;
    background: #4d4d4d;
    border: none;
    border-radius: 0;
    padding: 0 39px 0 10px;
    color: #ccc;
    font-size: 12px;
	position:absolute;
	top:0;
	right:0;
	width:245px;*/
}
.input-group-btn {
	position:inherit;
}
.input-group {
	/*display:block;*/
}
button.btn-submit-search {
	/*width: 29px;
    height: 29px;
    background: #d69a28;
    border: none;
    box-shadow: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
	z-index:9999;
	border-radius:0;*/
}


.input-group {
    width: 100%;
}



.dealer_search .input-group .input-group-text {
    padding-right: 10px;
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    color: #000000;
}


.dealer_search .input-group .input-group-select {
    padding-right: 10px;
    width: 1%;
    white-space: nowrap;
    display: table-cell;
}

.dealer_search .input-group .form-control {
    background: #f3f3f3;
    border: none;
    border-top: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    height: 36px;
}



.dealer_search .input-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="12" height="8" viewBox="0 0 10 6"><polygon points="0,0 12,0 5,6" style="fill: rgb(51, 51, 51)"></polygon></svg>');
    background-size: 10px 6px;
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
}

.dealer_search .input-group .input-group-select .form-control {
    width: 190px;
}

.dealer_search .input-group button.btn {
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    height: 36px;
    border: none;
    z-index: 1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    line-height: 24px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #00ab52;
}

.dealer_search .input-group button.btn:before {
   /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;*/
}

.dealer_search .input-group button.btn span {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
}


.dealer_search .input-group button.btn span:after {
    position: absolute;
    top: 50%;
    left: 0;
    font-family: fontawesome;
    content: '\f002';
    font-size: 20px;
    line-height: 20px;
    padding: 1px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.dealer_search .input-group button.btn:hover:before {
    opacity: 1;
    background-color: rgba(0,0,0,0.1);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}








.toggle-filter {
    display: inline-block;
    float: right;
	position:relative;
}
.toggle-filter a#btn_list {
    font-size: 15px;
    height: 28px;
    color: #d69a28;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
    display: block;
}
.toggle-filter a#btn_list span {
    padding-top: 6px;
    display: inline-block;
}
.toggle-filter a#btn_list:after {
    content: url(../images/icon-plus.png);
    float: right;
	padding:0 30px 0 60px;
}
.list-filters {
    background: #1a1a1a;
    border: 5px solid #3e3e3e;
    display: none;
	position:absolute;
	right:-1px;
	z-index:999;
	min-width:290px;
	top:150%;
}
.list-filters li {
    display: block;
    border-top: 1px solid #282828;
    padding: 10px 30px;
}
.list-filters li span {
    width: 32px;
    display: inline-block;
    font-size: 18px;
    color: #999;
    vertical-align: middle;
}
.list-filters li label {
    width: 155px;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #999;
    margin: 0;
}
.list-filters li input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
}
.list-filters li:after {
    content: '';
    display: block;
    clear: both;
}
.toggle-filter a#btn_list.active:after {
    content: url(../images/icon-minus.png);
    float: right;
}
.input-group label {
    font-size: 18px;
    color: #ccc;
    text-transform: uppercase;
    /*font-family: 'Roboto Condensed';*/
    display: inline-block;
    margin-right: 15px;
}




.distance{
  color: #00ab52;
  font-size: 11px;
  /*font-family: 'Roboto Slab';*/
  font-weight: 400;
  padding: 5px 0px;
}



.house{
  color: #666666;
  font-size: 12px;
  /*font-family: 'Roboto Slab';*/
  font-weight: 400;

}



.house .open{
    display: inline-block;
    color: #fff;
    width: 49px;
    height: 19px;
    background-color: #00ab52;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
    line-height: 19px;
}



#vnt-main 
{
    width: 100%;
    float: right;
}



.schedule ul li:nth-child(even){
    background: #fff;
    padding:3px 0px 3px 10px;
}



.schedule ul li:nth-child(odd){
    background: #ededed;
    padding:3px 0px 3px 10px;
}


.list_social_network ul{
    padding: 10px 0px;
}

.list_social_network ul li{
    display: inline-block;
}




/*






@media screen and (max-width: 1199px){

    .agency-img{
            width: 100%;
        float: left;
    }


    .agency-info {
        width: 100%;
        float: right;
        padding-left:0px; 
    }

    .result_dealer{
        border: none;
    }
    .result_dealer .result_map{
        padding: 9px 9px 9px 9px;
        height: 550px;
        float: none;
        overflow: hidden;
        width: 100%;
        border: 1px solid #eee5d3;
        margin-bottom: 20px;
    }
    .result_dealer .result_info{
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 1024px){

    .showresult .showmap{
        width: 100%;
        margin-bottom: 20px;
    }
    .showresult .result{
        width: 100%;
    }

    .dealer_search .input-group .input-group-text{
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    .dealer_search .input-group{
        display: block;
    }
    .dealer_search .input-group .form-control{
        float: none;
        margin-bottom: 10px;
    }
    .dealer_search .input-group .input-group-select .form-control{
        width: 100%;
    }
    .dealer_search .input-group .input-group-select {
        padding-right: 0;
        width: 100%;
        white-space: normal;
        display: block;
    }
    .dealer_search .input-group .input-group-btn{
        display: block;
        text-align: center;
        width: 100%;
        white-space: nowrap;
    }
    .dealer_search .input-group button.btn{
        display: inline-block;
    }
}
@media screen and (max-width: 800px){
    .grid_dealer .item{
        width: 50%;
    }
    .grid_dealer .item:nth-child(3n+1){
        clear: none;
    }
    .grid_dealer .item:nth-child(2n+1){
        clear: left;
    }
}





@media screen and (max-width: 768px)
{
    .box_mid .mid-title .titleL{
        margin-top: 20px;
    }
    .showresult .showmap{
        width: 100%;
        margin-bottom: 20px;
    }
    .showresult .result{
        width: 100%;
    }
    .formSystem .formSystem-l{
        width: 100%;
        margin-bottom: 20px;
    }
    .formSystem .formSystem-r{
        width: 100%;
    }
    .table-system .title-system{
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

    .table-system .row-input{
        display: block;
    }
}





@media screen and (max-width: 479px){
    .grid_dealer .item{
        width: 100%;
    }
    .grid_dealer .item .i-desc .i-date{
        height: auto;
    }
    .grid_dealer .item .i-desc .i-title{
        height: auto;
    }
    .grid_dealer .item .i-desc .i-content{
        height: auto;
    }
}

*/



