.front .home-section-2.america,
.front .home-section-4.america,
.front .home-section-6.america{
	    background: #d4d4d4;
} 

#ns-country-selct{
	width: auto !important;
}

@media (max-width:340px) {
	header.site-header{
		padding-left: 0.5em;
	}
}

.ns-switcher {
   position: absolute;
   top: 0;
   right: 0;
   text-align: right;
   z-index: 9999;
   font-size: 1.8em;
}

.ns-switcher input {
  display: none;
}

.ns-switcher label {
  cursor: pointer;
  display: inline-block;
  padding: 3px 23px 3px 10px;
  border: 1px solid;
  background: #c1002b;
  color: #FFF;
  font-family: Unit, Arial, sans-serif;
  -webkit-transition: background-color 0.1s, color 0.1s;
}

.ns-switcher label:hover {
  background: #e20119;
}

.ns-switcher_close {
  -webkit-transition: height .3s ease;
  height: 0;
  overflow: hidden;
}

.ns-switcher input:checked + .ns-switcher_close {
  height: 41px;
}

.ns-switcher_selected {
  position: relative;
}

.ns-switcher_selected:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    clear: both;
    transition: .5s;
}

.ns-switcher--is-open:after {
  transform: rotate(-180deg);
  transition: .5s;
}

.america_selected {
	background: #27447d !important;
}

.site-header-top .ns-switcher {
    right: 11em;
    margin-top: 0.2em;
    font-size: 2em;
}

@media (min-width: 813px) {
	.america_mobile {
		display: none;
	}
	.america_desktop {
		display: block;
	}
}
@media (max-width: 813px) {
	.america_desktop {
		display: none;
	}
	.america_mobile {
		display: block;
	}
	.uk_edition {
		display: none;
	}
}

.site-header-top .ns-switcher label b {
		display: none;
	}
.site-header-top .ns-switcher label small {
    display: block;
    font-size: 100%;
}
.site-header-top .ns-switcher_selected:after {
    top: 13px;
}
.site-header-top .ns-switcher_selected:after {
    top: 13px;
}

.site-header-top .uk_edition{
	display:none;
}

@media (min-width: 410px ) and (max-width: 600px) {
	.header-america .site-logo{
		width: 5em;
	}
}

@media (max-width: 340px){
	.site-header .site-logo{
		width: 3.2em;
	}
}

@media (min-width: 900px){
	.header-america .site-logo{
		width: 13em;
	}
}

@media (min-width: 1100px){
	.header-america .site-logo{
		width: 14em;
	}
}



