/*--- Choose Country Banner: ---*/
#country-bar {
	background-color:#333; 
	height:auto; 
	line-height:24px; 
	color:#fff; 
	text-align:center; 
	padding: 6px 0 4px;
	text-align: center;
    width: 100%;
	z-index: 9999;
	position: fixed;
	min-height: 60px;
	display: block;
}
#country-bar.fixed {position:fixed; top:0; left:0; right: 0; width:100%;}
#country-bar.fixed.bottom {bottom:0; top:auto;}
.country_selector_cnt .wrapper {
	position: relative;
}
.country_selector_cnt .row {
	margin-right: -20px;
    margin-left: -20px;
}
#country-bar p,
#country-bar .selection_txt {
	padding:0;
	margin: 0 auto;
    display: inline;
    position: relative;
    font-family: 'NunitoSans-Regular';
	font-size: 14px;
	line-height: 21px;
}
#country-bar .selection_txt {
	width: calc(100% - 494px);
	display: inline-block;
	text-align: left;
}
#country-bar .country_selection {
	margin: 5px 0 0 10px;
	border: 1px solid #ddd;
	border-radius: 30px;
	width: 230px;
	padding: 5px 5px 3px 5px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
/*    background: url(../images/btn_arrow.png) no-repeat 90% center #333;*/
}
#country-bar .country_selection .country_selection_countryname {
	padding-left: 40px;
	font-size: 14px;
}
#country-bar .country_selection img {
	position: absolute;
    top: 7px;
    left: 12px;
}
#country-bar .cb-disable {
	display: none;
}
#country-bar .CloseCountryChooserBanner {
  position: absolute;
  right: 16px;
  top: 10px;
  width: 30px;
  height: 30px;
  opacity: 0.7;
}
#country-bar .CloseCountryChooserBanner:hover {
  opacity: 1;
}
#country-bar .CloseCountryChooserBanner:before, .CloseCountryChooserBanner:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 2px;
  background-color: #fff;
}
#country-bar .CloseCountryChooserBanner:before {
  transform: rotate(45deg);
}
#country-bar .CloseCountryChooserBanner:after {
  transform: rotate(-45deg);
}
#country-bar a.CountryChooserBannerNext,
#country-bar a.CountryChooserBannerOk{
    display: inline-block;
    font-family: 'NunitoSans-Bold';
    color: #000000;
    font-size: 15px;
    border-radius: 20px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
#country-bar a.CountryChooserBannerNext {
    margin: 5px 0 0;
    padding: 6px 35px 5px 20px;
    background: url(../images/btn_arrow.png) no-repeat 90% center #ffa500;
}
#country-bar a.CountryChooserBannerNext:hover {
    background: url(../images/btn_arrow.png) no-repeat 90% center #febb40;
}
#country-bar a.CountryChooserBannerOk {
    margin: 5px 12px 0;
    padding: 6px 25px 5px;
    background:#ffa500;
	width: 105px;
}
#country-bar a.CountryChooserBannerOk:hover {
    background: #febb40;
}
/*--- Choose Country List Page: ---*/
.regionlist-item {
    display: inline-block;
    width: 100%;
	margin-bottom: 50px;
}
.regionlist-item h5 {
	/*font-family: 'NunitoSans-Light';*/
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 3px;
    padding-bottom: 12px;
}
.countrylist-item {
    float: left;
    width: 20%;
    height: 30px;
    margin: 15px 0;
}
.countrylist-item .country-selector-flag {
    float: left;
	width: 35px;
	outline: 1px solid #ddd;
}
.countrylist-item a.country-selector-link {
    font-size: 14px;
	font-family: 'NunitoSans-Regular', sans-serif;
	padding: 1px 14px 0px 10px;
	vertical-align: text-top;
	float: left;
    overflow: hidden;
    width: calc(100% - 36px);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.countrylist-item a.country-selector-link:hover {
    color: #ffa500;
}
.selector_options_cnt {
	display: inline-block;
}
/*
.country_footer_link img {
	border: 1px solid #6e6e6e;
    border-radius: 100px;
    height: 46px;
    width: 48px;
    object-fit: cover;
} 
.country_footer_link a:hover img {
    border: 1px solid #333333;
}
*/
/*
.country_footer_link a {
	height: 48px;
    width: 48px;
    border: 1px solid #6e6e6e;
    border-radius: 100px;
	background: url("https://contitech.com-on.local/getmedia/4c981c3b-e7e7-4149-a290-86ecf4392e04/Greece_el-GR.png.aspx") no-repeat;
	background-position: -15px -2px;
    background-size: 85px;
}
, 
.country_footer_link a:hover {
    border: 1px solid #333333;
}
*/
/*--- Choose Country Banner DropDown: ---*/
#country-bar .country_selection .dd .ddArrow {
	top: -5px;
    right: 4px;
}
#country-bar .country_selection .dd .ddArrow:after {
    content: "\f107";
    font-family: FontAwesome;
	font-size: 30px;
	color: #fff;
}
#country-bar .country_selection .ddlabel {
	font-size: 14px;
	line-height: 18px;
    font-family: 'NunitoSans-Bold';
	color: #fff;
	background: transparent;
}
#country-bar .country_selection select::-ms-expand {
  display: none;
}
#country-bar .country_selection select:focus {
	outline: none;
}
#country-bar .country_selection select option {
	background: #333;
	border: #ddd;
	padding: 5px;
}
#country-bar .country_selection .dd .ddChild li,
#country-bar .country_selection .dd .ddChild li.selected {
	background: #333;
}
#country-bar .dd.ddcommon {
	display: inline-block;
	float: left;
	box-shadow: none;
	width: 100% !important;
}
#country-bar .dd.ddcommon .shadow {
	box-shadow: none;
}
#country-bar .dd .ddTitle {
	vertical-align: sub;
	padding: 0 22px 0 42px;
}
#country-bar .dd .ddTitle .ddTitleText {
	background: #333;
    font-family: 'NunitoSans-Bold';
    font-size: 16px;
}
#country-bar .dd .ddChild,
#country-bar .ddcommon .ddChild {
	top: -7px !important;
    width: 260px !important;
    left: -6px !important;
	border: 0;
	border-radius: 0;
}
#country-bar .dd .ddChild ul,
#country-bar .ddcommon .ddChild ul {
	border: 1px solid #ddd;
	border-radius: 0;
}
#country-bar .dd .ddChild li {
	padding: 9px 5px 5px 9px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#country-bar .dd .ddChild li.selected .ddlabel:before {
	content: "\f00c";
    font-family: FontAwesome;
	font-size: 16px;
	color: #aaa;
	float: left;
}
#country-bar .dd .ddChild li.selected {
	border-bottom: 1px solid #ddd;
	color: #aaa;
}
#country-bar .dd .ddChild li:hover {
	color: #aaa;
}
#country-bar .dd .ddChild li.selected .ddlabel {
	color: #aaa;
}
#country-bar .borderRadiusTp .ddChild ul li:last-child {
	border-radius: 0;
}

/*--- Responsive (Media Queries): ---*/
@media only screen and (max-width:1100px){	
	.country_selector_cnt .row {
		margin-right: -5px;
		margin-left: -5px;
	}
}
@media only screen and (max-width:1023px){		
	.countrylist-item {
		width: 25%;
	}
}
@media only screen and (max-width:991px) {
	#country-bar {
		padding: 5px 0 10px 0;
	}
	#country-bar .selection_txt {
		width: 100%;
		padding-right: 35px;
		text-align: center;
	}
}
@media only screen and (max-width:859px) {		
	.countrylist-item {
		width: 33.3%;
	}
}
@media only screen and (max-width:550px) {		
	.countrylist-item {
		width: 50%;
	}
	#country-bar {
		padding: 8px 0;
	}
	#country-bar .CloseCountryChooserBanner {
		right: 15px;
		top: 0;
	}
	.selector_options_cnt {
		width: 100%;
		margin-top: 10px;
	}
	#country-bar .country_selection {
    	margin: 5px 0 0 0;
/*		width: calc(100% - 280px);*/
	}
	#country-bar a.CountryChooserBannerNext {
/*
		max-width: 140px;
		padding: 6px 30px 5px 12px;
		width: 40%;
*/
	}
	#country-bar a.CountryChooserBannerOk {
		margin: 5px 5px 0;
		padding: 6px 15px 5px;
	}
	#country-bar .dd .ddTitle .ddTitleText {
		overflow:hidden; 
		white-space:nowrap; 
		text-overflow: ellipsis;
	}
	.country_selector_cnt .row {
		margin-right: 0;
		margin-left: 0;

	}
}
@media only screen and (max-width:479px) {	
	#country-bar .selection_txt {
		padding-right: 40px;
		float: left;
	}
	#country-bar .country_selection {
		width: 100%;
	}
	#country-bar a.CountryChooserBannerNext,
	#country-bar a.CountryChooserBannerOk {
		width: calc(50% - 8px);
	}
	#country-bar a.CountryChooserBannerNext {
		margin: 7px 0 2px 0;
	}
	#country-bar a.CountryChooserBannerOk {
		margin: 7px 10px 2px 0;
	}
}
@media only screen and (max-width:400px) {	
	.countrylist-item {
		width: 100%;
	}
}
