﻿a.dropdown-item svg {
    width: 32px;
    height: 32px;
}

svg.cty {
    width: 16px;
    height: 16px;
    margin: 2px;
    margin-right: 10px;
    background: url('../../Content/images/svg/no-flag.svg') no-repeat; /*default to overright*/
}

svg.cty-en-uk {
    background: url('../../Content/images/svg/united-kingdom.svg') no-repeat;
}



svg.cty-en {
    background: url('../../Content/images/svg/united-kingdom.svg') no-repeat; /*ireland.svg*/ /*european-union.svg*/
}
svg.cty-en-ie {
    background: url('../../Content/images/svg/ireland.svg') no-repeat;
}
svg.cty-gb {
    background: url('../../Content/images/svg/united-kingdom.svg') no-repeat;
}

svg.cty-us, svg.cty-en-us {
    background: url('../../Content/images/svg/united-states-of-america.svg') no-repeat;
}

svg.cty-cs {
    background: url('../../Content/images/svg/czech-republic.svg') no-repeat;
}
svg.cty-cz {
    background: url('../../Content/images/svg/czech-republic.svg') no-repeat;
}
svg.cty-de, svg[class*="cty-de"] {
    background: url('../../Content/images/svg/germany.svg') no-repeat;
}

svg.cty-fr, svg[class*="cty-fr"] {
    background: url('../../Content/images/svg/france.svg') no-repeat;
}

svg.cty-jp {
    background: url('../../Content/images/svg/japan.svg') no-repeat;
}

svg.cty-da {
    background: url('../../Content/images/svg/denmark.svg') no-repeat;
}

svg.cty-ru {
    background: url('../../Content/images/svg/russia.svg') no-repeat;
}
svg.cty-aa {
    background: url('../../Content/images/svg/djibouti.svg') no-repeat;
}

svg.cty-agq {
    background: url('../../Content/images/svg/cameroon.svg') no-repeat;
}

svg.cty-ak {
    background: url('../../Content/images/svg/ghana.svg') no-repeat;
}

svg.cty-am {
    background: url('../../Content/images/svg/ethiopia.svg') no-repeat;
}

svg.cty-asa {
    background: url('../../Content/images/svg/nigeria.svg') no-repeat;
}

svg.cty-af {
    background: url('../../Content/images/svg/south-africa.svg') no-repeat;
}

svg.cty-sq {
    background: url('../../Content/images/svg/albania.svg') no-repeat;
}

svg.cty-ar {
    background: url('../../Content/images/svg/saudi-arabia.svg') no-repeat;
}

svg.cty-bg {
    background: url('../../Content/images/svg/bulgaria.svg') no-repeat;
}

svg.cty-zh, svg.cty-ug {
    background: url('../../Content/images/svg/china.svg') no-repeat;
}

svg.cty-hr {
    background: url('../../Content/images/svg/croatia.svg') no-repeat;
}

svg.cty-nl {
    background: url('../../Content/images/svg/netherlands.svg') no-repeat;
}

svg.cty-et {
    background: url('../../Content/images/svg/estonia.svg') no-repeat;
}

svg.cty-fi {
    background: url('../../Content/images/svg/finland.svg') no-repeat;
}

svg.cty-el {
    background: url('../../Content/images/svg/greece.svg') no-repeat;
}

svg.cty-id {
    background: url('../../Content/images/svg/indonesia.svg') no-repeat;
}

svg.cty-ga {
    background: url('../../Content/images/svg/ireland.svg') no-repeat;
}

svg.cty-it {
    background: url('../../Content/images/svg/italy.svg') no-repeat;
}

svg.cty-ja {
    background: url('../../Content/images/svg/japan.svg') no-repeat;
}

svg.cty-sw, svg.cty-mas, svg.cty-ki {
    background: url('../../Content/images/svg/kenya.svg') no-repeat;
}

svg.cty-ko {
    background: url('../../Content/images/svg/south-korea.svg') no-repeat;
}

svg.cty-lt {
    background: url('../../Content/images/svg/lithuania.svg') no-repeat;
}

svg.cty-sn, svg.cty-nd, svg.cty-nr {
    background: url('../../Content/images/svg/zimbabwe.svg') no-repeat;
}

svg.cty-th {
    background: url('../../Content/images/svg/thailand.svg') no-repeat;
}

svg.cty-rw {
    background: url('../../Content/images/svg/rwanda.svg') no-repeat;
}

svg.cty-ln {
    background: url('../../Content/images/svg/democratic-republic-of-congo.svg') no-repeat;
}

svg.cty-bo {
    background: url('../../Content/images/svg/tibet.svg') no-repeat;
}

svg.cty-uz {
    background: url('../../Content/images/svg/uzbekistn.svg') no-repeat;
}

svg.cty-az {
    background: url('../../Content/images/svg/azerbaijan.svg') no-repeat;
}

svg.cty-be {
    background: url('../../Content/images/svg/belarus.svg') no-repeat;
}

svg.cty-fil {
    background: url('../../Content/images/svg/philippines.svg') no-repeat;
}
svg.cty-fl {
    background: url('../../Content/images/svg/belgium.svg') no-repeat;
}

svg.cty-kl {
    background: url('../../Content/images/svg/greenland.svg') no-repeat;
}

svg.cty-hu {
    background: url('../../Content/images/svg/hungary.svg') no-repeat;
}

svg.cty-gsw {
    background: url('../../Content/images/svg/switzerland.svg') no-repeat;
}

svg.cty-ro {
    background: url('../../Content/images/svg/romania.svg') no-repeat;
}
/*Spanish*/
svg.cty-es, svg[class*="cty-es"] {
    background: url('../../Content/images/svg/spain.svg') no-repeat;
}

svg.cty-ast {
    background: url('../../Content/images/svg/spain.svg') no-repeat;
}
/*end spain*/
svg.cty-sl {
    background: url('../../Content/images/svg/slovenia.svg') no-repeat;
}

svg.cty-eu {
    background: url('../../Content/images/svg/basque-country.svg') no-repeat;
}

svg.cty-bs {
    background: url('../../Content/images/svg/bosnia-and-herzegovina.svg') no-repeat;
}

svg.cty-lo {
    background: url('../../Content/images/svg/laos.svg') no-repeat;
}

svg.cty-mn {
    background: url('../../Content/images/svg/mongolia.svg') no-repeat;
}

svg.cty-ms {
    background: url('../../Content/images/svg/malaysia.svg') no-repeat;
}

svg.cty-nb, svg.cty-nn {
    background: url('../../Content/images/svg/norway.svg') no-repeat;
}

svg.cty-lv {
    background: url('../../Content/images/svg/latvia.svg') no-repeat;
}

svg.cty-mk {
    background: url('../../Content/images/svg/republic-of-macedonia.svg') no-repeat;
}

svg.cty-mi {
    background: url('../../Content/images/svg/new-zealand.svg') no-repeat;
}

svg.cty-sr {
    background: url('../../Content/images/svg/serbia.svg') no-repeat;
}

svg.cty-sk {
    background: url('../../Content/images/svg/slovakia.svg') no-repeat;
}

svg.cty-kk {
    background: url('../../Content/images/svg/kazakhstan.svg') no-repeat;
}

svg.cty-co {
    background: url('../../Content/images/svg/corsica.svg') no-repeat;
}

svg.cty-so {
    background: url('../../Content/images/svg/somalia.svg') no-repeat;
}

svg.cty-sv {
    background: url('../../Content/images/svg/sweden.svg') no-repeat;
}

svg.cty-tr {
    background: url('../../Content/images/svg/turkey.svg') no-repeat;
}

svg.cty-uk {
    background: url('../../Content/images/svg/ukraine.svg') no-repeat;
}

svg.cty-vi {
    background: url('../../Content/images/svg/vietnam.svg') no-repeat;
}

svg.cty-cy {
    background: url('../../Content/images/svg/wales.svg') no-repeat;
}

svg.cty-he {
    background: url('../../Content/images/svg/israel.svg') no-repeat;
}

svg.cty-is {
    background: url('../../Content/images/svg/iceland.svg') no-repeat;
}

svg.cty-lb {
    background: url('../../Content/images/svg/luxembourg.svg') no-repeat;
}

svg.cty-pl {
    background: url('../../Content/images/svg/republic-of-poland.svg') no-repeat;
}

svg.cty-pt {
    background: url('../../Content/images/svg/portugal.svg') no-repeat;
}

svg.cty-hy {
    background: url('../../Content/images/svg/armenia.svg') no-repeat;
}

svg.cty-mt {
    background: url('../../Content/images/svg/malta.svg') no-repeat;
}

svg.cty-ne {
    background: url('../../Content/images/svg/nepal.svg') no-repeat;
}

svg.cty-gd {
    background: url('../../Content/images/svg/scotland.svg') no-repeat;
}

svg.cty-ta {
    background: url('../../Content/images/svg/sri-lanka.svg') no-repeat;
}
/*india section*/
svg.cty-hi {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-as {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-brx {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-gu {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-kn {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-ks {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-kok {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-ml {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-mni {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-or {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-pa {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-sa {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-sd {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-te {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}

svg.cty-ur {
    background: url('../../Content/images/svg/india.svg') no-repeat;
}
svg.cty-ka {
    background: url('../../Content/images/svg/georgia.svg') no-repeat;
}
/*End Indian section*/