﻿
.main-banner {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    margin-top:-4px;
}

.main-banner img {
    width:100%;
}

.country-bar {background-color:#283891; padding:10px 0;}
    .country-bar select {
        background-color: #FFF;
        color: #283891;
        border-radius: 15px;
        font-size: 16px;
        padding: 3px 30px 3px 10px;
        outline: none;
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none; /* Safari and Chrome */
        appearance: none;
    }

select option {
    margin: 40px;
    background: rgba(255, 255, 255, 1.0);
    color: #283891;
    font-weight: bold;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    float: right;
}

    .select-wrapper:after {
        font-family: FontAwesome;
        content: '\f105';
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        top: 0px;
        right: 10px;
        color: #283891;
        pointer-events: none;
    }

.select:after {
    content:"\f0dc";
    font-family: FontAwesome;
    color: #000;
    padding: 12px 8px;
    position: absolute; right: 0; top: 0;
    background: red;
    z-index: 100;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
}