/**
 * General
 */

.oc-region-selector-regions li a.hover{
	color: #c6285f;
	text-decoration: underline;
}

.oc-ir-map-wrapper {
	float: left;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: .3em;
	vertical-align: top;
}

.oc-ir-map-wrapper svg {
	width: 100%;
	height: 100%;
}

/** color SVG's correctly */

svg g.hover path,
.oc-ir-map svg g.hover path {
	fill: #af164f !important;
}

svg g.hover rect {
	fill: rgba(255,255,255,0.9) !important;
	stroke: #133D8D !important;
}

svg g#Lines path {
	fill: white !important;
}

svg g#Blur,
svg g#Background,
svg g#Background_small {
	display: none;
}

.oc-region-selector-regions .active {
	font-weight: bold;
}

/**
 * Postcode search
 */

#oc-region-selector-postcode-search .field {
	clear: none;
}

#oc-region-selector-postcode-search input {
	padding: 9px 10px;
}

/** Postalcode Notices */

#oc-region-selector-postcode-search-notice.info,
#oc-region-selector-postcode-search-notice.success,
#oc-region-selector-postcode-search-notice.warning {
	position: relative;
	margin: 0 0 .5em;
	padding: 14px 48px 14px 18px;
	border-radius: 7px;
	color: #fff;
	background-color: #555;
}

#oc-region-selector-postcode-search-notice.info {
	background-color: #8fbfd5;
}

#oc-region-selector-postcode-search-notice.success {
	background-color: #00b29c;
}

#oc-region-selector-postcode-search-notice.warning {
	color: #000;
	background-color: #fec34b;
}

/**
 * Selector FAQ
 */

.oc-region-selector-faq {
	margin-top: 2em;
}

/**
 * Mobile
 */

.nav-mobileWrapper .oc-region-wrapper {
	position: relative;
	border-bottom: 1px solid #c7dfe9;
	background-color: #e9f2f7;
}

.nav-mobileWrapper .oc-ir-map-wrapper {
	margin-top: -5px;
}

.nav-mobileWrapper .region-current a {
	display: block;
	overflow: hidden;
	padding: 15px 47px 15px 20px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 30px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav-mobileWrapper .oc-region-selector {
	overflow: hidden;
	max-height: 0;
	margin-left: 20px;
	opacity: 0;
	transition: all .2s;
}

.regionSelector--show .nav-mobileWrapper .oc-region-selector {
	max-height: 1000px;
	opacity: 1;
}

/** Header */

.nav-mobileWrapper .oc-region-selector-header {
	border-top: 1px solid #c7dfe9;
	padding: 15px 20px;
}

.nav-mobileWrapper .oc-region-selector-title {
	margin-bottom: 0;
	color: #8fbfd5;
}

.nav-mobileWrapper .oc-region-selector-close {
	display: none;
}

/** Body */

.nav-mobileWrapper .oc-region-selector-body {
	padding: 0 20px 15px;
}

/** No large map on mobile */
.nav-mobileWrapper .oc-region-selector-map {
	display: none;
}

.nav-mobileWrapper .oc-region-selector-regions {
	margin: 0 -20px 1.5em;
	padding: 0;
	border-top: 1px solid #c7dfe9;
	list-style: none;
}

.nav-mobileWrapper .oc-region-selector-regions a {
	display: block;
	padding: 13px 20px;
	border-bottom: 1px solid #c7dfe9;
	line-height: 1.23;
	text-decoration: none;
}

.nav-mobileWrapper .oc-region-selector-body h3 {
	font-weight: bold;
}

.nav-mobileWrapper .oc-current-country {
	margin: 0 -20px -15px;
}

.nav-mobileWrapper .oc-current-country a {
	display: block;
	padding: 13px 20px;
	border-top: 1px solid #c7dfe9;
	line-height: 1.23;
	text-decoration: none;
}

/**
 * Postcode search
 */

.nav-mobileWrapper #oc-region-selector-postcode-search form {
	padding: 0;
}

@media screen and (max-width: 979px) {
	/** awesome + and - icons */

	.oc-region-wrapper .nav-openSub {
		position: absolute;
		display: block;
		top: 10px;
		right: 10px;
		width: 36px;
		height: 36px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 26px;
		line-height: 37px;
		text-align: center;
		color: #113d8d;
		background-color: #c7dfe9;
		transition: background .2s;
	}

	.regionSelector--show .oc-region-wrapper .nav-openSub {
		color: #fff;
		line-height: 33px;
		background-color: #8fbfd5;
	}

	/** add correct icon */

	.oc-region-wrapper .nav-openSub:after {
		content: "+";
	}

	.regionSelector--show .oc-region-wrapper .nav-openSub:after {
		content: "-";
	}
}

@media screen and (min-width: 980px) {
	.oc-ir-map-wrapper {
		width: 24px;
		height: 24px;
		margin-top: -3px;
		margin-left: -3px;
	}

	.oc-region-selector {
		position: absolute;
		left: 0;
		max-width: 1140px;
		max-height: 0;
		overflow: hidden;
		background-color: #fff;
	}

	/**
	 * Show region selector
	 */

	.regionSelector--show .oc-region-menu-item {
		background-color: #fff;
		z-index: 1010;
	}

	.no-js .oc-region-wrapper:hover .oc-region-selector,
	.regionSelector--show .oc-region-selector {
		max-height: 700px;
		z-index: 1010;
	}

	/**
	 * Region selector inner
	 */

	.region-current-name {
		display: inline-block;
        padding-left: 10px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.oc-region-selector {
		text-align: left;
	}

	.oc-region-selector-header {
		padding: 25px 20px 0;
		border-bottom: 1px solid #bcd7e5;
	}

	.oc-region-selector-body {
		padding: 0 20px 25px;
	}

	.oc-region-selector-map {
		float: left;
		width: 350px;
		height: 350px;
	}

	.oc-region-selector-map svg {
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.oc-region-selector-inner {
		margin-left: 420px;
	}

	.oc-region-selector-body a:hover {
		text-decoration: underline;
	}

	/** Regions */

	.oc-region-selector-regions {
		overflow: hidden;
		margin: 0 0 2em;
		padding: 20px 0;
		border-bottom: 1px solid #bcd7e5;
		list-style: none;
	}

	.oc-region-selector-regions li {
		float: left;
		width: 50%;
	}

	.oc-region-selector-regions a {
		display: block;
		padding: .7em 0;
		text-decoration: none;
	}

	/** Current country */

	.oc-current-country {
		padding-top: 20px;
		border-top: 1px solid #bcd7e5;
	}

	.oc-current-country a {
		text-decoration: none;
	}

	/** Close button */
	.oc-region-selector-close {
		position: absolute;
		top: 15px;
		right: 20px;
		line-height: 24px;
		text-decoration: none;
		cursor: pointer;
	}
}

.oc-region__currentRegion {
	clear: left;
}

@media screen and (min-width: 490px) and (max-width: 979px) {
	.oc-region__currentRegion {
		clear: none;
		margin: 1.3em 1em 1em 122px;
	}
}

.oc-region__currentRegion span {
	display: inline-block;
	line-height: 1;
	color: #af164f;
	font-style: italic;
}

.oc-region__currentRegion svg {
	float: left;
	height: 2.5em;
	width: 2.5em;
	margin-top: -.5em;
}

@media screen and (max-width: 560px) {
	.oc-region__currentRegion svg {
		display: none;
	}
}

@media screen and (min-width: 980px) {
	.oc-region__currentRegion {
		text-align: right;
	}

	/*.oc-region__currentRegion span {*/
		/*!* font-style: italic; *!*/
	/*}*/

	.oc-region__currentRegion svg {
		display: none;
	}
}

@media screen and (min-width: 1140px) {
	.oc-region-selector {
		left: 50%;
		margin-left: -570px;
	}
}
