.location > span,
.location > a {
    vertical-align: middle;
}

.location > a i {
    margin-left: 4px;
}

.location > span {
	color: #f0f0f0;
	font-size: 13px;
}

.location .your_reg_wrapper {
    display: none;
    position: absolute;
    z-index: 21;
    top: 8px;
    left: 50px;
    width: 270px;
}

.location .your_reg_wrapper .rect_reg {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 16px solid #ff0;
    border-color: transparent transparent #ff0;
}
.location .your_reg_wrapper .rect_reg div {
    position: relative;
    left: -16px;
    top: -13px;
    width: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 16px solid #141414;
    border-color: transparent transparent #141414;
}
.location .your_reg_wrapper .rect_reg {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 16px solid #ff0;
    border-color: transparent transparent #ff0;
}

.location .your_reg_wrapper .your_region {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    color: #000;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #ff0;
}

.location .your_reg_wrapper .your_region strong {
    color: #fff;
}

.location .your_reg_wrapper .your_region strong span {
    margin: 0;
    color: #ff9;
}

.location .your_reg_wrapper .your_region a {
    display: inline-block;
    margin: 0 4px;
    padding: 4px 8px 0;
    font-size: 16px;
}


.page_id_176 .text_content {
	width: 938px;
}

.mytown {
	position: relative;
}
.mytown .clear {
    clear: both;
}
.mytown-search {
    position: absolute;
	right: 9px;
	top: -82px;
}
.mytown-search form {
	margin: 0;
	border: none;
	background: #fff;
}
.mytown-search .container {
    position: relative;
    width: 340px;
    height: 35px;
    background: #fff;
    border: 1px solid #232323;
	border-radius: 0 5px 5px 0;
	background: #fff;
}
.mytown-search .container input {
    width: 300px;
    margin: 0;
    padding: 0 0 0 4px;
	height: 35px;
    line-height: 35px;
    color: #292929;
    font-size: 16px;
    font-family: Arial;
    border: 0;
    outline-width: 0!important;
    background: #fff;
}
.mytown-search .container button {
    position: absolute;
    top: 0;
    right: 5px;
    width: 27px;
    height: 33px;
    background-position: -112px -28px;
    border: 0;
    cursor: pointer;
	font-size: 20px;
	color: #383838;
	background-color: #fff;
	vertical-align: middle;
}
/*
.mytown-column {
    float: left;
    width: 230px;
    margin-right: 9px;
}
*/
.mytown-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    height: auto;
}
.mytown-item {
    position: relative;
    /*float: left;*/
    margin-bottom: 20px;
    padding-left: 20px;
}
.mytown-item-letter {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    padding: 3px 0 2px 0;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #232323;
	border-radius: 5px 0 0 0;
	font-weight: bold;
}
.mytown-item-list {
    width: 310px;
    list-style-type: none;
    border-left: 2px solid #232323;
}
.mytown-item-list li {
    margin-bottom: 3px;
    padding-left: 8px;
}
.mytown-item-list li:first-child {
    padding-top: 5px;
}
.mytown-item-list li a {
    color: #444;
}
.mytown-item-list li.lit a {
    opacity: 0.75;
}
.mytown-item-list li.big a {
    font-weight: bold;
    color: #000;
}
