.browser-notify {
    position: absolute;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    color: white;
    zoom: 1;
    filter: alpha(opacity=95);
    opacity: .95;
    z-index: 1000;
    text-align: center;
}
.browser-notify img {
    padding-top: 100px;
}
.browser-notify__message {
    font-size: 20px;
    max-width: 500px;
    padding-top: 100px;
    margin: 0 auto;
    text-align: center;
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html {
    font-family: Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
    line-height: 1.3;
    font-size: 14px;
}
@media (min-width:1000px) {
    body {
    line-height: 1.8;
}
}@media (min-width:790px) {
    body {
    font-size: 16px;
}
}article, footer, header, main, nav, section {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
strong {
    font-weight: bold;
}
h1 {
    margin: .67em 0;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
.container {
    max-width: 1180px;
    margin: auto;
}
.site-header {
    text-align: center;
}
.site-header--reversed {
    background-color: #253746;
    padding-bottom: 1px;
}
.site-header--reversed .site-nav>ul>li>a:hover {
    color: white;
}
.site-nav>ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 7% 30px;
    margin: 0;
}
@media (min-width:790px) {
    .site-nav>ul {
    padding: 35px 7% 0;
}
}.site-nav>ul>li:nth-of-type(2) {
    margin-left: auto;
    margin-right: 20px;
}
.site-nav>ul>li>a {
    text-decoration: none;
    color: #aeaeae;
}
.site-nav>ul>li>a:hover {
    color: #2d3e50;
}
.site-logo {
    width: 260px;
    max-width: 50%}
.logo-motto {
    color: #ea4965;
    font-size: 20px;
    margin-top: -10px;
    line-height: 1.8;
}
.hp-section__bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 39.24vw;
}
@media (min-width:790px) {
    .hp-section__bg {
    height: 310px;
}
}@media (min-width:1250px) {
    .hp-section__bg {
    height: 410px;
}
}@media (min-width:1550px) {
    .hp-section__bg {
    height: 506px;
}
}.hp-section__bg--stock {
    background-image: url('/img/stock.jpg');
}
.hp-section__bg--optician {
    background-image: url('/img/optician-new.jpg');
}
.hp-section__bg--joinus {
    background-image: url('/img/join-us.jpg');
}
.section {
    padding: 30px 10px 30px;
    text-align: center;
}
.section>h2, .section>.punchline {
    margin: 0;
    font-weight: bold;
    font-size: 1.6em;
    color: #304153;
}
@media (min-width:790px) {
    .section>h2, .section>.punchline {
    font-size: 2em;
}
}.section>p, .section>h1 {
    margin-bottom: 32px;
    font-size: 1em;
    font-weight: normal;
    color: #a8acb2;
}
.section__chooseCountryLink, .section__goToJobOffers {
    display: inline-block;
    text-decoration: none;
    margin: 0 0 12px;
    padding: 10px 33px;
    background-color: #00b388;
    color: #fff;
    font-size: 18px;
    border: 0;
    outline: 0;
}
.section__chooseCountryLink:hover, .section__goToJobOffers:hover {
    background-color: #17b191;
}
.section__joinUs {
    color: #00b388 !important;
    font-size: 18px !important;
}
.section--stock>p {
    margin-bottom: 20px;
}
.site-footer {
    text-align: center;
    padding: 10px 0 30px;
    color: #2d3e50;
}
.site-footer>small {
    font-size: 15px;
}
.slider div {
    width: 100% !important;
}
.slider:after {
    content: '';
    display: block;
    clear: both;
}
.eshop-map {
    position: relative;
    margin-top: 30px;
}
@media (min-width:790px) {
    .eshop-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 50px;
}
}@media (max-width:790px) {
    .eshop-map: :after {
    background-size: 100% auto;
}
}@media (max-width:1000px) {
    .eshop-map: :after {
    content: '';
    z-index: 4;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/just-pins.png');
    background-repeat: no-repeat;
    background-position: top right;
}
}@media (min-width:790px) and (max-width:1000px) {
    .eshop-map: :after {
    background-size: auto 310px;
}
}.eshop-map__logo {
    z-index: 6;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #e0dfe8;
}
.eshop-map__logo>img {
    display: none;
    position: absolute;
    top: 50%;
    left: 32%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    width: 15vw;
    max-height: 318px;
}
@media (min-width:930px) {
    .eshop-map__logo>img {
    display: block;
}
}.eshop-map__image {
    z-index: 3;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    height: auto;
}
@media (min-width:790px) {
    .eshop-map__image {
    height: 310px;
}
}@media (min-width:1250px) {
    .eshop-map__image {
    height: 410px;
}
}@media (min-width:1550px) {
}
.country-links {
    display: none;
}
@media (min-width:1000px) {
    .country-links {
    z-index: 5;
    display: block;
    height: 310px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
}@media (min-width:1250px) {
    .country-links {
    height: 410px;
}
}@media (min-width:1550px) {
    .country-links {
    height: 506px;
}
}.country-link>.pin {
    position: absolute;
    display: block;
    height: 75px;
    width: 54px;
    -webkit-transform: scale(.38);
    transform: scale(.38);
    -webkit-transform-origin: 47% 100%;
    transform-origin: 47% 100%;
    background-image: url('/img/kapka_54x75.svg');
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.country-link>.pin::after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #e74c67;
    background-image: url('/img/flags-beta.svg');
    background-repeat: no-repeat;
    background-size: 230px 274px;
    -webkit-transition: opacity 80ms linear;
    transition: opacity 80ms linear;
}
.country-link>.pin:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s cubic-bezier(.42,  0,  0,  2.23);
    transition: all .3s cubic-bezier(.42,  0,  0,  2.23);
}
.country-link>.pin:hover::after {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.country-link>.pin:hover+span {
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translate(-100%,  0);
    transform: translate(-100%,  0);
}
.country-link>span {
    z-index: 2;
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%,  0);
    transform: translate(-100%,  0);
    -webkit-transform-origin: top;
    transform-origin: top;
    padding: 10px 30px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: #ea4a66;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
@media (min-width:1000px) {
    .country-link .pin-Czech::after {
    background-position: -48px -2px;
}
.country-link .pin-Austria::after {
    background-position: -3px -183px;
}
.country-link .pin-Belgium::after {
    background-position: -48px -93px;
}
.country-link .pin-Germany::after {
    background-position: -3px -138px;
}
.country-link .pin-Denmark::after {
    background-position: -139px -48px;
}
.country-link .pin-Finland::after {
    background-position: -48px -48px;
}
.country-link .pin-France::after {
    background-position: -138px -93px;
}
.country-link .pin-Greece::after {
    background-position: -3px -48px;
}
.country-link .pin-Hungary::after {
    background-position: -93px -138px;
}
.country-link .pin-Ireland::after {
    background-position: -3px -93px;
}
.country-link .pin-Malta::after {
    background-position:  -138px -228px;
}
.country-link .pin-Italy::after {
    background-position: -183px -93px;
}
.country-link .pin-Netherlands::after {
    background-position: -183px -48px;
}
.country-link .pin-Poland::after {
    background-position: -138px -138px;
}
.country-link .pin-Portugal::after {
    background-position: -183px -2px;
}
.country-link .pin-Romania::after {
    background-position: -93px -93px;
}
.country-link .pin-Slovakia::after {
    background-position: -93px -2px;
}
.country-link .pin-Spain::after {
    background-position: -138px -2px;
}
.country-link .pin-Sweden::after {
    background-position: -93px -48px;
}
.country-link .pin-Switzerland::after {
    background-position: -48px -183px;
}
.country-link .pin-Ukraine::after {
    background-position: -183px -138px;
}
.country-link .pin-UnitedKingdom::after {
    background-position: -3px -2px;
}
.country-link .pin-Slovenia::after {
    background-position: -138px -183px;
}
.country-link .pin-Croatia::after {
    background-position: -93px -183px;
}
.country-link .pin-Bulgaria::after {
    background-position: -48px -138px;
}
.country-link .pin-Estonia::after {
    background-position: -183px -183px;
}
.country-link .pin-Norway::after {
    background-position: -3px -228px;
}
.country-link .pin-Latvia::after {
    background-position: -48px -228px;
}
.country-link .pin-Lithuania::after {
    background-position: -93px -228px;
}
}@media (min-width:1000px) {
    .country-link .pin-Czech {
    right: 260px;
    top: 109px;
}
.country-link .pin-Austria {
    right: 239px;
    top: 132px;
}
.country-link .pin-Belgium {
    right: 435px;
    top: 97px;
}
.country-link .pin-Germany {
    right: 344px;
    top: 99px;
}
.country-link .pin-Denmark {
    right: 351px;
    top: 41px;
}
.country-link .pin-Finland {
    right: 140px;
    top: -38px;
}
.country-link .pin-France {
    right: 483px;
    top: 143px;
}
.country-link .pin-Greece {
    right: 102px;
    top: 216px;
}
.country-link .pin-Hungary {
    right: 190px;
    top: 140px;
}
.country-link .pin-Ireland {
    right: 620px;
    top: 59px;
}
.country-link .pin-Malta {
    right: 695px;
    top: -17px;
}
.country-link .pin-Italy {
    right: 294px;
    top: 191px;
}
.country-link .pin-Netherlands {
    right: 409px;
    top: 81px;
}
.country-link .pin-Poland {
    right: 196px;
    top: 82px;
}
.country-link .pin-Portugal {
    right: 721px;
    top: 208px;
}
.country-link .pin-Romania {
    right: 74px;
    top: 144px;
}
.country-link .pin-Slovakia {
    right: 172px;
    top: 116px;
}
.country-link .pin-Spain {
    right: 629px;
    top: 208px;
}
.country-link .pin-Sweden {
    right: 274px;
    top: -2px;
}
.country-link .pin-Switzerland {
    right: 379px;
    top: 143px;
}
.country-link .pin-Ukraine {
    right: 43px;
    top: 90px;
}
.country-link .pin-UnitedKingdom {
    right: 520px;
    top: 76px;
}
.country-link .pin-Slovenia {
    right: 258px;
    top: 151px;
}
.country-link .pin-Croatia {
    right: 222px;
    top: 154px;
}
.country-link .pin-Bulgaria {
    right: 50px;
    top: 180px;
}
.country-link .pin-Estonia {
    right: 117px;
    top: -3px;
}
.country-link .pin-Norway {
    right: 344px;
    top: -16px;
}
.country-link .pin-Latvia {
    right: 100px;
    top: 20px;
}
.country-link .pin-Lithuania {
    right: 130px;
    top: 40px;
}
}@media (min-width:1250px) {
    .country-link .pin-Czech {
    right: 352px;
    top: 167px;
}
.country-link .pin-Austria {
    right: 374px;
    top: 202px;
}
.country-link .pin-Belgium {
    right: 584px;
    top: 153px;
}
.country-link .pin-Germany {
    right: 465px;
    top: 155px;
}
.country-link .pin-Denmark {
    right: 473px;
    top: 78px;
}
.country-link .pin-Finland {
    right: 194px;
    top: -26px;
}
.country-link .pin-France {
    right: 648px;
    top: 212px;
}
.country-link .pin-Greece {
    right: 145px;
    top: 309px;
}
.country-link .pin-Hungary {
    right: 255px;
    top: 209px;
}
.country-link .pin-Malta {
    right: 925px;
    top: -2px;
}
.country-link .pin-Ireland {
    right: 830px;
    top: 102px;
}
.country-link .pin-Italy {
    right: 399px;
    top: 278px;
}
.country-link .pin-Netherlands {
    right: 548px;
    top: 133px;
}
.country-link .pin-Poland {
    right: 269px;
    top: 133px;
}
.country-link .pin-Portugal {
    right: 962px;
    top: 299px;
}
.country-link .pin-Romania {
    right: 106px;
    top: 215px;
}
.country-link .pin-Slovakia {
    right: 237px;
    top: 176px;
}
.country-link .pin-Spain {
    right: 842px;
    top: 300px;
}
.country-link .pin-Sweden {
    right: 370px;
    top: 4px;
}
.country-link .pin-Switzerland {
    right: 510px;
    top: 215px;
}
.country-link .pin-Ukraine {
    right: 66px;
    top: 143px;
}
.country-link .pin-UnitedKingdom {
    right: 704px;
    top: 120px;
}
.country-link .pin-Slovenia {
    right: 342px;
    top: 223px;
}
.country-link .pin-Croatia {
    right: 307px;
    top: 228px;
}
.country-link .pin-Bulgaria {
    right: 76px;
    top: 262px;
}
.country-link .pin-Estonia {
    right: 167px;
    top: 22px;
}
.country-link .pin-Norway {
    right: 463px;
    top: 3px;
}
.country-link .pin-Latvia {
    right: 145px;
    top: 50px;
}
.country-link .pin-Lithuania {
    right: 180px;
    top: 75px;
}
}@media (min-width:1550px) {
}
.country-buttons {
    max-width: 1154px;
    margin: 0 auto;
    padding: 0 15px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.country-button {
    width: 100%;
    padding: 15px 25px;
}
.flag {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding: 22px 0 22px 90px;
    text-decoration: none;
    color: #2d3e50;
}
.flag::before {
    content: '';
    position: absolute;
    width: 66px;
    height: 66px;
    top: 0;
    left: 0;
    background-image: url('/img/flags-beta.svg');
    background-repeat: no-repeat;
    background-size: 344px 412px;
    border: 2px solid #f5f5f5;
    border-radius: 50%}
.flag-Czech::before {
    background-position: -74px -4px;
}
.flag-Austria::before {
    background-position: -5px -276px;
}
.flag-Belgium::before {
    background-position: -74px -141px;
}
.flag-Germany::before {
    background-position: -5px -209px;
}
.flag-Denmark::before {
    background-position: -209px -72px;
}
.flag-Finland::before {
    background-position: -73px -72px;
}
.flag-France::before {
    background-position: -209px -141px;
}
.flag-Greece::before {
    background-position: -5px -72px;
}
.flag-Hungary::before {
    background-position: -141px -209px;
}
.flag-Ireland::before {
    background-position: -5px -141px;
}
.flag-Italy::before {
    background-position: -276px -141px;
}
.flag-Netherlands::before {
    background-position: -276px -72px;
}
.flag-Poland::before {
    background-position: -209px -209px;
}
.flag-Portugal::before {
    background-position: -276px -4px;
}
.flag-Romania::before {
    background-position: -141px -141px;
}
.flag-Slovakia::before {
    background-position: -141px -4px;
}
.flag-Spain::before {
    background-position: -209px -4px;
}
.flag-Sweden::before {
    background-position: -141px -72px;
}
.flag-Switzerland::before {
    background-position: -74px -276px;
}
.flag-Ukraine::before {
    background-position: -276px -209px;
}
.flag-UnitedKingdom::before {
    background-position: -5px -4px;
}
.flag-Slovenia::before {
    background-position: -209px -276px;
}
.flag-Croatia::before {
    background-position: -141px -276px;
}
.flag-Malta::before {
    background-position: -208px -343px;
}
.flag-Bulgaria::before {
    background-position: -74px -209px;
}
.flag-Estonia::before {
    background-position: -276px -276px;
}
.flag-Norway::before {
    background-position: -5px -343px;
}
.flag-Latvia::before {
    background-position: -74px -344px;
}
.flag-Lithuania::before {
    background-position: -141px -344px;
}
.section--contactUs {
    margin-top: 100px;
    margin-bottom: 0;
}
.contact-form {
    background-color: #2d3e50;
    padding: 35px 0;
}
.contact-form>form {
    text-align: center;
    font-size: 18px;
}
.contact-form>form>label {
    display: block;
    color: #a8acb2;
    font-style: italic;
}
.contact-form>form>input, .contact-form>form>textarea {
    max-width: 95%;
    width: 410px;
    margin-bottom: 1.5em;
    color: #666;
    border: none;
    border-radius: 0;
    padding: 6px;
    font-style: normal;
}
.contact-form>form>textarea {
    height: 150px;
    line-height: 1.5;
}
.contact-form>form>button {
    display: inline-block;
    background-color: #1bbc9b;
    border: 0;
    outline: 0;
    color: white;
    font-style: italic;
    padding: 2px 28px;
}
.popup-belgium {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 410px;
    max-width: 90%;
    padding: 25px 10px;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 10px black;
}
.popup-holder>strong {
    display: block;
    margin: 20px 0 10px;
}
.popup-holder>a {
    display: inline-block;
    margin: 10px 5px;
    padding: 8px 20px;
    text-decoration: none;
    color: white;
    background-color: #ea4965;
    border-radius: 5px;
}
.popup-holder>a:hover {
    background-color: #dc435e;
}
.popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
}
.popup-close>span {
    position: absolute;
    top: 49%;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #ea4965;
}
.popup-close>span:first-of-type {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.popup-close>span:last-of-type {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.job-offers-wrapper {
    max-width: 1200px;
    height: 600px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.job-listing {
    width: 70%;
    border: 1px solid lightgrey;
    border-right: 0;
}
.our-offices {
    width: 30%;
    border: 1px solid lightgrey;
}
.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    height: auto;
    max-height: 100%}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    -webkit-transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('img/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
.bx-wrapper .bx-prev {
    left: 30px;
    background: url('img/arrow-left.png') no-repeat center center;
}
.bx-wrapper .bx-next {
    right: 30px;
    background: url('img/arrow-right.png') no-repeat center center;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 40px;
    height: 61px;
    text-indent: -9999px;
    z-index: 9999;
    opacity: .9;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('img/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('img/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
@media (max-width:790px) {
    .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.bx-wrapper .bx-prev {
    left: 10px;
}
.bx-wrapper .bx-next {
    right: 10px;
}
}.ajax-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99999999;
}
.ajax-spinner .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    margin-top: -32.5px;
    margin-left: -32.5px;
    background: url('/img/spinner.svg') center center no-repeat;
}


@media only screen and (min-width: 500px) {

    .country-button{
        width: 50%;
    }

}

@media only screen and (min-width: 790px) {

    .country-button{
        width: 33.33333%;
    }

}