/* Sun country flag selector css for choose region and countries popup */
.country-popup,
.black_overlay {
    display: none; 
}
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
}
.country-popup {
    margin: 0 auto;
    background: #fff;
    z-index: 10002;
    opacity: 7;
    position: absolute;
    left: 0;
    right: 0;
    width:50%;
    display: none;
    padding:25px;

}

.country-popup h2 {
    font-weight: normal;
}

.select_region {
    background-image: url("../icons/flag_sprite_new.png");
    background-repeat: repeat-y;
    padding-left: 30px;
    padding-bottom: 2px;
    margin: 0 20px 0 0;
}

.select_region.us {
    background-position: 2px -355px;
}
.select_region.us:hover {
    background-position: 2px -145px;
}

.select_region.fr {
    background-position: 2px -281px;
}
.select_region.fr:hover {
    background-position: 2px -71px;
}

.select_region.it {
    background-position: 2px -317px;
}
.select_region.it:hover {
    background-position: 2px -70px;
}
.select_region.jp {
    background-position: 2px -376px;
}

.select_region.jp:hover {
    background-position: 2px -166px;
}
.select_region.in {
    background-position: 2px -299px;
}
.select_region.in:hover {
    background-position: 2px -89px;
}

.select_region.global {
    background-position: 2px -396px;
}
.select_region.global:hover{
    background-position: 2px -186px;
}

.select_region.uk {
    background-position: 2px -337px;
}
.select_region.uk:hover {
    background-position: 2px -127px;
}

.select_region.de {
    background-position: 2px -243px;
}
.select_region.de:hover {
    background-position: 2px -34px;
}

.select_region.au {
    background-position: 2px 214px;
}
.select_region.au:hover {
    background-position: 2px -416px;
}

.select_region.es {
    background-position: 2px 157px;
}
.select_region.es:hover {
    background-position: 2px -473px;
}

.select_region.be {
    background-position: 2px -225px;
}
.select_region.be:hover {
    background-position: 2px -15px;
}

h2 {
    font-weight: normal;
}

a.select_region {
    margin-left:4em;
}

#country-popup-wrapper a.first{
    margin-left: 0;
}

#country-popup-wrapper .close {
    background-image: url("../icons/close_btnactive.png");
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 36px;
    position: absolute;
    top: 13px;
    width: 36px;
    right: -3px;
    background-repeat: no-repeat
}

#country-popup-wrapper .close:hover{
    background-image: url("../icons/close_btnhover.png");
}

#country-popup-wrapper h2 {
    color: #444;
    font-size: 20px;
    font-weight: 100;
    font-family: "proxima-nova-1","proxima-nova-2","Lato",sans-serif;
    text-transform: uppercase;
    margin: 30px 0 10px;
    display: inline-block;
    clear: both;
    width: 100%;
}
#country-popup-wrapper .close + h2 {
    margin-top: 20px;
}

#country-popup-wrapper .country-names .country_record {
    width: 25%;
    float: left;
}

#country-popup-wrapper .country-names .country_record img {
    box-shadow: 2px 1px 3px -1px #000;
}


#country-popup-wrapper .country-names {
    display: inline-block;
    width: 100%;
}

#country-popup-wrapper .country-names a {
    height: 1.6em;
    text-decoration: none;
    display: inline-block;
    color: #666;
    margin: 0 0 0.8em 5px;
    font: 12px "proxima-nova-1","proxima-nova-2","Lato",sans-serif;
    font-weight: bold;
}
#country-popup-wrapper .country-names a:hover {
    text-decoration: underline;
}

#country-popup-wrapper .other-countries {
    border-top: 4px solid #666;
    margin-top: 1em;
    padding-top: 1em;
}

#country-popup-wrapper .other-countries div {
    padding-left: 1.6em;
    background: url("../icons/global.png") no-repeat scroll 0 1px transparent;
    height: 18px;
}
.select_region{
    color: #616375;
    cursor: pointer;
}
