/*  Created by Olivier Jaouen. Copyright 2013 - Hit me up at twitter.com/ojaouen                   */

/* Body
================================================== */

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

.language-selector {
  width: 300px; /*change width here*/

  display: flex;
  margin-left: auto;
}
.language-selector-width {
  width: 300px; /*change width here*/
}
.language-selector li {
  width: 294px;
  margin-bottom: 0px;
}
.dk_container {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  outline: none;
}

.dk_toggle {
  background-color: #f2e9e9; /*change background color here*/
  color: black;
  border-radius: 6px;
  overflow: hidden;
  padding: 1px 37px 1px 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;
  border: 1px solid #9c9c9c;
}
.dk_toggle:hover,
.dk_toggle:focus,
.dk_focus .dk_toggle {
  background-color: #f2e9e9;
  color: black;
  outline: none;
}
.dk_toggle:active {
  background-color: #f2e9e9;
  outline: none;
}
.dk_toggle:active .select-icon {
  border-left-color: transparent;
}

.select-icon {
  background: #dcbaaaba url("../img/language-selector-arrow.png") no-repeat
    right center;

  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: #f2e9e9;
}
.dk_open .dk_toggle .select-icon {
  background-color: #f2e9e9;
  border-left-color: transparent;
}

.dk_options {
  padding-top: 14px;
}
.dk_options:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #d3b3a3 transparent;
  height: 0px;
  position: absolute;
  left: 15px;
  top: 5px;
  width: 0px;
  -webkit-transform: rotate(360deg);
}
.dk_options:before {
  left: auto;
  right: 12px;
}
.dk_options li {
  padding-bottom: 3px;
}
.dk_options a {
  border-radius: 3px;
  color: black;
  display: block;
  padding: 5px 9px;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dk_options a:hover {
  background-color: #d3b3a3;
  color: #ffffff;
}

.dk_option_current a,
.dk_option_current a:hover {
  background-color: #d3b3a3;
  color: #ffffff;
}

.dk_options_inner {
  background-color: #f2e9e9;
  border-radius: 5px;
  margin: 0;

  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;
  left: 0;
  opacity: 0;
  width: 300px;
  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 {
  display: flex;
  align-items: center;
}

.dk_options_inner {
  overflow: auto;
  outline: none;
  position: relative;
}
.lang-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
