#tow{
    cursor: pointer;
    text-decoration: underline;
    font-size: 16px;
}


@font-face {
	font-family: 'PT Sans';
	src: url("../fonts/PT_Sans.ttf"); 
}


.cityselect {
	position: absolute;
	display:none;
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
	font-size: 16px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000; 
}


.cityselect h2{
	font-size: 20px;
	line-height: 50px;
	margin:0;
	text-align:center;
}


.cityselect > .transparency {
	opacity:0.2;
	width: 100%; 
	height: 100%;
	background-color:#000;
} 

.cityselect > .container{
	border-radius: 8px;
	position: absolute;
	margin: 40px auto;
	left: 0;
	right: 0;
	padding: 0px;
	top: 0;
	background: #fff;
	/* width:1000px; */
	min-width: 360px;
	max-width: 100%;
	min-height: 100px;
	box-shadow: 0 16px 24px 0 rgba(0,0,0,0.32);
} 


@media (min-width:960px){
	.cityselect > .container{ width:1000px;}
}


@media (max-width:760px){	
	.cityselect > .container{ width:360px;}
}

 




.cityselect > .container > div{
	width:100%;
}


.cityselect .header{
	height: 50px;
	line-height: 50px;
	background:#f5f5f5;
	vertical-align:middle;
}


.cityselect .close {
	position: absolute;
    right: 10px;
    top: 19px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
.cityselect .close:hover {
	opacity: 1;
}
.cityselect .close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 15px;
	width: 1px;
	background-color: #333;
}
.cityselect .close:before {
	transform: rotate(45deg);
}
.cityselect .close:after {
	transform: rotate(-45deg);
}




.cityselect .search_box{
	position: relative;
	height: 50px;
    margin: 10px 18px;
	overflow: hidden;
	overf
}

.cityselect input{
	width: 100%;
	height:100%;
	font-size: 16px;
	padding: 0 40px 0 10px;
	outline: 0;
    outline-offset: 0;
	border-radius: 5px;
    border: 1px solid #c8c8c8;
	box-sizing: border-box;
/*	box-shadow: inset 0px 0px 3px #3300ff; */
}

.cityselect input:focus{
		border: 1px solid #a8c4fb;
	box-shadow: inset 0px 0px 7px #a8c4fb; 
}


.cityselect .s_button{
	position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    fill: #a8c4fb;
}

.cityselect .favorite_list{
    width: 100%;
    padding: 0px 15px 10px 15px;
}

@media (max-width:760px){
	
	.cityselect .favorite_list{
	display: none;
    width: 100%;
    padding: 0px 15px 10px 15px;
	}

}




.cityselect .favorite_list div {
    display: inline;
    float: left;
    margin: 3px 5px 0;
    border: solid 1px #c8c8c8;
    padding: 8px 15px;
    border-radius: 10px;
    background: #f5f5f5;
    font-size: 13px;
	cursor:pointer;
}

.cityselect .favorite_list div:hover{
	background: #3a3a3a;
	border: solid 1px #3a3a3a;
	color:#fff;
}





.cityselect .content{
    display: contents;
    padding: 0px 20px 10px 20px;
/*	text-align: center;*/
	box-sizing: border-box;
}


.cityselect .content::before{
	content: '';
    display: inline-block;
    position: relative;
    top: 50px;
	width:94%;
	left: 3%;
    right: 3%;
    box-shadow: 0 0 35px 10px #fff;
}
.cityselect .content::after{
	content: '';
    display: inline-block;
    position: relative;
    bottom: 30px;
    width: 94%;
    left: 3%;
    right: 3%;
    box-shadow: 0 0 35px 25px #fff;
}


.cityselect > .container > .content > div {
    float: left;
    width: 33%;

}

.cityselect > .container > .content span{
	color:grey;
	font-size: 18px;
	margin-left: 20px;
}



.cityselect > .container > .content > .district, .cityselect > .container > .content > .region {display: none;}


.cityselect > .container > .content > .district.show, .cityselect > .container > .content > .region.show{display: inline-block;}


@media (max-width:760px){

	.cityselect > .container > .content span{display:none;}

	.cityselect > .container > .content > div  { width: 100%;}

	.cityselect > .container > .content > .district.show, .cityselect > .container > .content > .region.show{display:none;} 

}


.cityselect ul {
    margin-top: 10px;
    height: 400px;
    overflow: auto;
	border-left: 1px solid #d8d8d8;
	padding-inline-start: 0;
	list-style-type:none;
	list-style: none;
}


.cityselect li {
	list-style-type:none;
	list-style: none;
    margin-left: -30px;
    font-size: 14px;
	color:#000;
    cursor: pointer;
    padding: 10px 1em 10px 50px;
	text-align: left;
	cursor:pointer;
}

.cityselect li::before{
content:" ";
}

.cityselect li:hover {
	background:#f3f9f4;
	font-weight:bold;
}

.cityselect li.selected {
	font-weight:bold;
	background:#e4fbe5;
}



@media (max-width:760px){

	.cityselect li {
	    font-size: 16px;
		border-top: solid 1px #ccc;
		padding: 15px 1em 15px 50px;
	}
	

}












.dropdown-city {
	display:none;
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #3a3a3a;
	border-radius: 10px;
	padding: 20px;
	position: absolute;
	width: 200px;
	top: 50px;
	box-sizing: content-box;
	right: 20%;
	background: #fff;
	z-index: 9999;
}
.dropdown-city::before, .dropdown-city::after {content: '';position: absolute;left: 20px;top: -20px;border: 10px solid transparent;border-bottom: 10px solid #3a3a3a;}
.dropdown-city::after {
border-bottom: 10px solid white;
top: -19px; 
}

.dropdown-city p{
margin-bottom: 30px;
text-align:center;
font-size: 14px;
}


.dropdown-city a {
font-size: 12px
}

.dropdown-city .set-town-link{padding: 8px 25px;border: solid 1px #3a3a3a;border-radius: 5px;background: #3a3a3a;color: #fff;cursor:pointer;}

.dropdown-city .open-selector{border-bottom: 1px dotted #f4a51c;color: #f4a51c;text-decoration: none;padding: 8px 0;margin-left: 40px;}