.selectric-wrapper
{
    position: relative;

    cursor: pointer;
}

.selectric-responsive
{
    width: 100%;
}

.selectric
{
    position: relative;

    overflow: hidden;

    -webkit-transition: .2s;
            transition: .2s; 

    border: .06667rem solid #eee;
    -webkit-border-radius: .1333rem;
            border-radius: .1333rem;
}
.selectric .label
{
    font-size: .9333rem;
    line-height: 3.19966rem;

    display: block;
    overflow: hidden;

    height: 3.19966rem;
    margin: 0 1.067rem 0 1.067rem;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #000;
}
.selectric .button
{
    font-family: 'icomoon';
    font-size: 0;
    line-height: 3.19966rem;

    position: absolute;
    top: 0;
    right: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 3.19966rem;
    height: 3.19966rem;

    border-left: .06667rem solid #eee; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.selectric .button:after
{
    font-family: 'icomoon';
    font-size: .6667rem;

    content: '\e915';

    color: #848484;
}

.selectric-focus .selectric
{
    border: .06667rem solid #1583e8;
}

.selectric-hover .selectric
{
    border: .06667rem solid #1583e8;
}

.selectric-scroll span
{
    display: inline-block;

    width: 1.467rem;
    height: 1.133rem;
    margin-right: .9333rem;

    background-repeat: no-repeat; 
    background-position: center;
    background-size: cover;
}

.select-lang li
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.ico-lang-ru
{
    background-image: url('../images/lang_ru.png');
}

.ico-lang-en
{
    background-image: url('../images/lang_en.png');
}

.ico-lang-gr
{
    background-image: url('../images/lang_gr.png');
}

.selectric-open
{
    z-index: 99;
}
.selectric-open .selectric-items
{
    display: block;
}
.selectric-open .button:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.selectric-disabled
{
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 

    opacity: .5;

    filter: alpha(opacity=50);
}

.selectric-hide-select
{
    position: relative;

    overflow: hidden;

    width: 0;
    height: 0;
}
.selectric-hide-select select
{
    position: absolute;
    left: -100%;
}
.selectric-hide-select.selectric-is-native
{
    position: absolute;
    z-index: 10; 

    width: 100%;
    height: 100%;
}
.selectric-hide-select.selectric-is-native select
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;

    opacity: 0; 
    border: none;
}

.selectric-input
{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;

    width: .06667rem !important;
    height: .06667rem !important;
    margin: 0 !important;
    padding: 0 !important;

    border: none !important;
    outline: none !important;
    background: none !important; 

    *font: 0/0 a !important;
}

.selectric-temp-show
{
    position: absolute !important;

    display: block !important; 
    visibility: hidden !important;
}

.default-select .label
{
    color: #b2b1b1;
}

.selectric-items .default
{
    display: none;
}

/* Items box */
.selectric-items
{
    position: absolute;
    z-index: -1; 
    top: 100%;
    left: 0;

    display: none;

    margin: -.06667rem 0;

    border: .06667rem solid #eee;
    background: white;
}
.selectric-items .selectric-scroll
{
    overflow: auto; 

    height: 100%;
}
.selectric-above .selectric-items
{
    top: auto;
    bottom: 100%;

    margin: -.06667rem 0; 
    margin-top: 0;
}
.selectric-items ul,
.selectric-items li
{
    font-size: .9333rem; 

    margin: 0;
    padding: 0;

    list-style: none;
}
.selectric-items li
{
    font-size: .9333rem;
    font-weight: 300;

    display: block;

    padding: 1.267rem 1.933rem;

    cursor: pointer;

    color: #666;
    border-bottom: .06667rem solid #eee;
}
.selectric-items li.selected
{
    color: #1583e8;
}
.selectric-items li.highlighted
{
    color: #1583e8;
}
.selectric-items li:hover
{
    color: #1583e8;
}
.selectric-items .disabled
{
    cursor: default !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 

    opacity: .5;
    color: #666 !important;
    background: none !important;

    filter: alpha(opacity=50);
}
.selectric-items .selectric-group .selectric-group-label
{
    font-weight: bold;

    padding-left: .6667rem;

    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    color: #444; 
    background: none;
}
.selectric-items .selectric-group.disabled li
{
    opacity: 1; 

    filter: alpha(opacity=100);
}
.selectric-items .selectric-group li
{
    padding-left: 1.667rem;
}
