.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: black;
	font-size: large;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.upTriangle {
	background-image: url('http://www.yp.com.hk/Images/icon/up_triangle.svg');
	width: 8.6px;
	height: 4px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 11.7px;
}

.downTriangle {
	background-image: url('http://www.yp.com.hk/Images/icon/up_triangle.svg');
	width: 8.6px;
	height: 4px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 11.7px;
	transform: rotate(-180deg);
}

.aSelected {
	color: #4a4a4a !important;
}

.mainContainer {
	display: flex;
	flex-direction: column;
}

.downloadAppSection {
	display: flex;
	background-color: #4a4a4a;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
}

.downloadAppContainer {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}

.downloadAppClose {
	background-image: url('http://www.yp.com.hk/Images/icon/cancel.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.downloadAppButton {
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: white;
	border-radius: 20px;
	border: solid 1px white;
	margin-left: auto;
	margin-right: auto;
}

.searchBarContainer {
	display: flex;
	flex-direction: column;
}

.navBarSection {
	background-color: #ffcb00;
	width: 100%;
	justify-content: center;
	align-content: center;
	display: flex;
	z-index: 777689;
}

.blocker {
	z-index: 777 !important;
}

.close-modal {
	display: none !important;
}

.navContent {
	max-width: 1024px;
	width: 100%;
	margin: auto;
}

.fbLogo {
	width: 40px;
	height: 40px;
	background-size: contain;
	background-image: url('http://www.yp.com.hk/Images/icon/facebookLogo.svg');
	margin-top: auto;
	margin-bottom: auto;
	cursor: pointer;
}

.navRow0 {
	height: 65px;
	display: flex;
	margin-left: 5px;
	margin-right: 5px;
	justify-content: space-between;
}


.mainLogo {
	width: 30%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url('http://www.yp.com.hk/Images/icon/logo.svg');
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.langSocial {
	height: 65px;
	display: flex;
	justify-content: flex-end;
	width: 210px;
}

.divLang {
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 12px;
	color: #9b9b9b;
	font-family: PingFangHK, Arial;
	font-size: 14px;
	font-weight: 500;
}



.mainSearchSection {
	width: 100%;
	height: 290px;
	background-image: url('http://www.yp.com.hk/Images/mHero_092019.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: local;
	background-position: center;
	display: flex;
}

.searchContent {
	padding-top: 130px;
	height: 70px;
	width: 80%;
	max-width: 1000px;
	min-width: 400px;
	margin: auto;
	flex-direction: column;
}


@media only screen and (max-height: 768px) {

	.mainSearchSection {
		height: 290px;
	}
}

.searchField {
	flex: 1;
	display: flex;
	height: 35px;
}

.genericSearchField {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

.searchField0 {
	width: 90px;
	margin-top: auto;
	margin-bottom: auto;
	color: white;
	min-width: 90px;
	/*text-shadow: 0px 2px rgba(0, 0, 0, 0.5);*/
}

.searchField1 {
	width: auto;
	flex: 1;
	margin-top: auto;
	margin-bottom: auto;
	color: white;
	/*text-shadow: 0px 2px rgba(0, 0, 0, 0.5);*/
}

	.searchField1 a {
		color: white !important;
	}

.searchTextFieldContainer {
	width: 60%;
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex: 1;
	background-color: white;
	border-radius: 10px;
}


.searchFieldTextFieldDecoration {
	flex: 1;
	display: flex;
}

.searchFieldButton {
	background-image: url('http://www.yp.com.hk/Images/icon/search.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 52px;
}

.genericSearchFieldButton {
	cursor: pointer;
	width: 35px;
	height: 35px;
	border-radius: 8px;
	margin-left: 5px;
	background-color: rgb(74, 74, 74);
	background-image: url('http://www.yp.com.hk/Images/icon/search-white.svg');
	background-repeat: no-repeat;
	background-size: 23px 23px;
	background-position: center;
}

.searchFieldSearchIcon {
	width: 21px;
	height: 21px;
	background-image: url('http://www.yp.com.hk/Images/icon/fill-1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 20px;
	margin-top: auto;
	margin-bottom: auto;
}

.searchInput {
	border: none;
	outline: none;
	max-width: inherit;
	padding-left: 17px;
	flex: 1;
	color: #9b9b9b;
	font-family: PingFangHK, Arial;
	font-size: 15px;
}

.genericSearchInput {
	width: auto !important;
	background-color: transparent;
}

.searchWhat {
	font-size: 18px;
}

.searchKeywords {
	padding-top: 13px;
	display: flex !important;
	font-size: 15px;
}

#btnSearch {
	cursor: pointer;
}

#srh_top{
	display:none;
}

#searchbox{
	width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.divLang a{
	color: #9b9b9b ;
}
