#group .block {
	border:1px solid #ECECEC;
	padding:20px;
	margin:20px;
}

#group ul.child {
	margin-left:20px;
}

#listcity li .li-inner {
	padding:50px 20px;
	margin:10px 0;
	background:#ECECEC;
	border:1px solid #CCC;
	text-align: center;
}

#listcity li .li-inner a {
	color:white;
	position: relative;
	z-index: 1;
	font-size:2em;
	font-weight: bold;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}

#listcity-more {
	text-align: center;
	margin-top:20px;
}

#search .title {
	font-family: "Mst Black";
    text-align: center;
    text-transform: uppercase;
    font-size: 37px;
    color: black;
    padding: 10px 0 0px;
}

#search .subtitle {
	text-align: center;
    font-size: 24px;
    font-family: "Mst Light";
    text-transform: uppercase;
    padding: 5px 0 0;
    color: black;
        margin-bottom: 30px;
}

#search .tsline {
    margin: auto;
    display: block;
}

.main2 {
	    margin-bottom: 75px;
}

	#search .listing_items {
	    width: 100% !important;
	    margin-left: 0% !important;
    }

@media screen and (max-width: 1000px) {
	#search .main2 .listing_items .listing_item {
        width: 48% !important;
	}
	#search .listing_items .listing_item .img {
        padding-bottom: 38% !important;
	}
}

@media screen and (max-width: 800px) {
    #search .main2 .listing_items .listing_item {
        width: 100% !important;
    }
    #search .listing_items .listing_item .img {
        padding-bottom: 24% !important;
    }
}

@media screen and (max-width: 800px) {
	#search .listing_items .listing_item .img {
	    padding-bottom: 165px !important;
	}
}