@media only screen and (max-width:320px) {
	.orbyoWrapLocDropDown .ddOrbyoPlaces {
		width: 70% !important;
	}
}

@media only screen and (max-width:470px) {
	.orbyoWrapLocDropDown.textOrientationRight .nppTextPart {
		width: 70%;
	}
}

.orbyoWrapLocDropDown .hidden {
	display: none;
}

.orbyoWrapLocDropDown.defaultColor {
	color: #fff;
}

.orbyoWrapLocDropDown select.ddOrbyoPlaces {
	background: #fff;
	border-radius: 6px;
	color: #757575 !important;
	cursor: pointer;
	float: left;
	font-family: inherit;
	font-size: inherit;
	height: auto;
	padding: 7px 2px;
	width: 30% !important;
}

.orbyoWrapLocDropDown .ddOrbyoPlaces.disabled:after, .orbyoWrapLocDropDown select.ddOrbyoPlaces.disabled {
	opacity: .9;
}

.orbyoWrapLocDropDown span.orbyoSpanLocShareText {
	display: inline-block;
	padding: 5px 10px;
}

.orbyoWrapLocDropDown span.orbyoSpanLocShareText.hidden {
	display: none;
}

.orbyoWrapLocDropDown span.orbyoClick {
	cursor: pointer;
}

.orbyoWrapLocDropDown span.spn-click {
	color: #188cef;
	text-decoration: underline;
}

.orbyoWrapLocDropDown span.spn-text {
	margin-left: 5px;
}

.orbyoWrapLocDropDown .disabled {
	opacity: .7;
}

.orbyoWrapLocDropDown .orbyoNpwLoaderWrap, .orbyoWrapLocDropDown .orbyoNpwLoaderWrap:after {
	border-radius: 50% !important;
	width: 10em;
	height: 10em;
}

.orbyoWrapLocDropDown .orbyoNpwLoaderWrap {
	font-size: 2px;
	position: absolute;
	text-indent: -9999em;
	border-top: 1.1em solid;
	border-right: 1.1em solid;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	margin-left: 12px;
}

.orbyoWrapLocDropDown .orbyoWrapperLoader {
	display: table;
	padding: 5px 10px;
	position: relative;
	margin: 0;
}

.orbyoWrapLocDropDown .orbyoLoadWrapText {
	font-size: inherit;
	left: 39px;
	position: relative;
	text-align: center;
}

.orbyoWrapLocDropDown .nppTextPart {
	display: inline-block;
}

.orbyoWrapLocDropDown .orbyoWrapperLoader.hidden {
	display: none;
}

.orbyoWrapLocDropDown.textOrientationRight {
	float: right;
	direction: rtl;
	width: 100%;
}

.orbyoWrapLocDropDown.textOrientationRight .nppTextPart {
	float: right;
	direction: rtl;
}

.orbyoWrapLocDropDown.textOrientationRight .orbyoLoadWrapText {
	left: -30px;
}

.orbyoWrapLocDropDown.textOrientationRight select.ddOrbyoPlaces {
	float: right;
}

.orbyoWrapLocDropDown.textOrientationRight span.spn-text {
	margin-right: 7px;
}