/* Language Selector
================================================== */

.language-selector {
    width: 160px
}

.language-selector-width {
    width: 160px
}

.language-selector li {
    width: 124px;
    margin-bottom: 0px;
}

.dk_container {
    cursor: pointer;
    font-size: 14px;
    outline: none;
}

.dk_toggle:hover{text-decoration:none}
.dk_toggle {
    background-color: #df4135;
    /*change background color here*/
    color: white;
    border-radius: 6px;
    overflow: hidden;
    padding: 11px 45px 11px 13px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.dk_toggle:hover,
.dk_toggle:focus,
.dk_focus .dk_toggle {
    background-color: #f04639;
    color: white;
    outline: none;
}

.dk_toggle:active {
    background-color: #f04639;
    outline: none;
}

.dk_toggle:active .select-icon {
    border-left-color: transparent;
}

.select-icon {
    background: #df4135 url("../img/language-selector-arrow.png") no-repeat right center;
    border-left: 2px solid rgba(52, 73, 94, 0.1);
    border-radius: 0 6px 6px 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.dk_open {
    z-index: 10;
}

.dk_toggle {
    background-color: #f04639;
}

.dk_open .dk_toggle .select-icon {
    background-color: #f04639;
    border-left-color: transparent;
}

.dk_options {
    padding-top: 14px;
}

.dk_options:before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #34495E transparent transparent transparent;
    -webkit-transform: rotate(360deg);
}

.dk_options:before {
    left: auto;
    right: 12px;
}

.dk_options li {
    padding-bottom: 3px;
}

.dk_options a {
    border-radius: 3px;
    color: white;
    display: block;
    padding: 5px 9px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.dk_options a:hover {
    background-color: #f04639;
    color: #FFFFFF;
}

.dk_option_current a,
.dk_option_current a:hover {
    background-color: #f04639;
    color: #FFFFFF !important;
}

.dk_options_inner {
    background-color: #34495E;
    border-radius: 5px;
    margin: 0;
    max-height: 244px;
    padding: 3px 3px 0;
}

.dk_touch .dk_options {
    max-height: 250px;
}

.dk_container {
    display: none;
    position: relative;
    vertical-align: middle;
}

.dk_container.dk_shown {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.dk_container[class*="span"] {
    float: none;
    margin-left: 0;
}

.dk_toggle {
    display: block;
    position: relative;
}

.dk_open {
    position: relative;
}

.dk_open .dk_options {
    margin-top: -1px;
    opacity: 1;
    z-index: 10;
    display: block\9;
}

.dk_open .dk_label {
    color: inherit;
}

.dk_options {
    margin-top: -21px;
    position: absolute;
    right: 0;
    opacity: 0;
    width: 130px;
    z-index: -100;
    display: none\9;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

.select-right .dk_options {
    left: auto;
    right: 0;
}

.dk_options a {
    color:#FAF0CA !important;
    display: block;
}

.dk_options_inner {
    list-style: none;
    overflow: auto;
    outline: none;
    position: relative;
}