.dk_container {
  /* background-color: #dde7f1; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  }
  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
	text-transform:none;
	}

.dk_container .dk_toggle {
  color:#fff;
  font-size:17px;
}
.dk_toggle {
  color: #333; 
  padding: 6px 0px 5px 10px;
  position: relative; 
  text-align:left;
  border-radius: 5px;
  border: 1px solid #2c7670;
  color: #fff;
  background: #4ed8cc;
background: linear-gradient(top, #4ed8cc ,#30827b );
background: -moz-linear-gradient(top, #4ed8cc , #30827b );
background: -ms-linear-gradient(top, #4ed8cc ,#30827b );
background: -o-linear-gradient(top, #4ed8cc ,#30827b );
background: -webkit-gradient(linear, left top, left bottom, color-stop(#4ed8cc), color-stop(#30827b));
background: -webkit-linear-gradient(top, #4ed8cc ,#30827b );
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ed8cc', endColorstr='#30827b',GradientType=0 );
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(110,213,204,1.0);
-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(110,213,204,1.0);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(110,213,204,1.0);
text-shadow: 0px 1px 1px rgba(75, 100, 35, 1);
-moz-text-shadow: 0px 1px 1px rgba(75, 100, 35, 1);
-webkit-text-shadow: 0px 1px 1px rgba(75, 100, 35, 1);
}
  
  .dk_toggle:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
	height:31px;
	width:23px;
    background: url("../../images/arrow-down.png") no-repeat center center transparent;
	}
	.dk_container.dk_open .dk_toggle:after{ transform: rotate(180deg);	}

/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
  /* border-color: #40b5e2; */
  background: #6dece1;
background: linear-gradient(top, #6dece1 ,#449d95 );
background: -moz-linear-gradient(top, #6dece1 , #449d95 );
background: -ms-linear-gradient(top, #6dece1 ,#449d95 );
background: -o-linear-gradient(top, #6dece1 ,#449d95 );
background: -webkit-gradient(linear, left top, left bottom, color-stop(#6dece1), color-stop(#449d95));
background: -webkit-linear-gradient(top, #6dece1 ,#449d95 );
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dece1', endColorstr='#449d95',GradientType=0 );

}

/* Applied whenever the dropdown is open */
.dk_open {
  z-index: 10; }
  

/* The outer container of the options */
.dk_options {
  /* background: #fefefe; */
  /* Removes transparent background on iOS5+ scroll */
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }
  .dk_options a {
    background-color: #fff;
	color:#000;
    padding: 4px 13px 3px;
	text-align:ledt;
	}
  .dk_options a:hover,
  .dk_options .dk_option_current a {
    background-color: #b4deda;
    text-decoration: none;	}
  .dk_options .dk_option_current a {
	background-color: #30827b;
	color:#fff;
   }
  .dk_options li:last-child a {
    border-bottom: none; }
  .dk_options .disabled {
    cursor: default; }
    .dk_options .disabled a {
      color: #aaa; }
    .dk_options .disabled:hover, .dk_options .disabled:hover a {
      cursor: default;
      background-color: #fff;
      border-bottom-color: #999;
      text-shadow: none; }

.dk_options li a{
	border-bottom: 1px solid #30827b; 
}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  max-height: 360px;
  color: #333;
border: 1px solid #30827b;  }

/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  float: left;
  font-family: 'rubl-regular', Helvetica, Arial, sans-serif;  }
  .dk_container a {
    outline: 0; }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; }
  .dk_open .dk_options {
    display: block; }
  .dk_open .dk_label {
    color: inherit; }

.dk_options {
  display: none;
  position: absolute;
  right: 0;
  width: 100%; }
  .dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block; }

.dk_options_inner {
  overflow: auto;
  position: relative;
  top:1px;
  -webkit-overflow-scrolling: touch; }

/* Hides only dropkick <select> instances */
.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

/*  nativeMobile override */ 
.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    visibility: visible;
    opacity: 0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none; }
/***** End Critical to the continued enjoyment of working dropdowns ******/
