/**
 *
 *	=Structure
 *
 *	================================================================ */
/**
 *	=General
 *	---------------------------------------------------------------- */
.new-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.5;
}
.new-dropdown a {
  text-decoration: none;
}
/**
 *	=Toggle
 *	---------------------------------------------------------------- */
.new-dropdown-toggle {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  padding: 5px 20px;
  margin: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.new-dropdown-toggle .new-dropdown-icon {
  height: 2px;
  width: 8px;
  opacity: .6;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.new-dropdown-toggle .new-dropdown-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid;
}
.new-dropdown-toggle .new-dropdown-text {
  display: inline-block;
  vertical-align: middle;
}
.new-dropdown-toggle img {
  vertical-align: middle;
}
/**
 *	=Containers
 *	---------------------------------------------------------------- */
.new-dropdown-menu-wrapper {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.new-dropdown-menu-container {
  position: relative;
  width: 300px;
  max-width: 100%;
}
.new-dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: inherit;
}
.new-dropdown-menu-main,
.new-dropdown-menu-open {
  display: block;
}
.new-dropdown-menu-open {
  position: relative;
}
.new-dropdown-menu-wrapper {
  position: absolute;
  z-index: 999;
  display: none;
  opacity: 0;
}
.new-dropdown-below .new-dropdown-menu-wrapper {
  top: 100%;
  bottom: auto;
  margin: 3px 0 0;
}
.new-dropdown-above .new-dropdown-menu-wrapper {
  bottom: 100%;
  top: auto;
  margin: 0 0 3px;
}
.new-dropdown-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.new-dropdown-animating .new-dropdown-mask {
  display: block;
}
.new-dropdown-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  opacity: 0;
}
/**
 *
 *	=Menu styles
 *
 *	================================================================ */
/**
 *	=Header
 *	---------------------------------------------------------------- */
.new-dropdown-header {
  position: relative;
  min-height: 45px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
.new-dropdown-menu-main .new-dropdown-header {
  display: none;
}
.new-dropdown-title {
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  padding: 0;
  margin: 0;
}
/**
 *	=Buttons
 *	---------------------------------------------------------------- */
.new-dropdown-close,
.new-dropdown-back {
  position: absolute;
  text-decoration: none;
  top: 0;
  color: #444444;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.new-dropdown-close .new-dropdown-text,
.new-dropdown-back .new-dropdown-text {
  display: none;
}
.new-dropdown-back {
  right: 0;
}
.new-dropdown-back .new-dropdown-icon:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
}
.new-dropdown-menu-main .new-dropdown-back {
  display: none;
}
.new-dropdown-close {
  display: none;
  left: 0;
}
.new-dropdown-close .new-dropdown-icon:after {
  font-family: sans-serif;
  content: '\00d7';
}
/**
 *	=List
 *	---------------------------------------------------------------- */
.new-dropdown-list,
.new-dropdown-item {
  list-style-type: none;
  font-size: inherit;
}
.new-dropdown-list {
  overflow: hidden;
  text-align: right;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0 0 10px;
}
.new-dropdown-item {
  padding: 0;
  margin: 0 0 1px;
}
.new-dropdown-item:last-child {
  margin-bottom: 0;
}
/**
 *	=Labels
 *	---------------------------------------------------------------- */
.new-dropdown-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  margin: 20px 0 0;
}
.new-dropdown-label:first-child {
  margin-top: 0;
}
/**
 *	=Dividers
 *	---------------------------------------------------------------- */
.new-dropdown-divider {
  border-bottom: 1px solid #e0e0e0;
  margin: 10px 0;
}
.new-dropdown-divider:first-child,
.new-dropdown-divider:last-child {
  display: none;
}
.new-dropdown-divider + .new-dropdown-label {
  margin-top: 10px;
}
.new-dropdown-divider:first-child + .new-dropdown-label {
  margin-top: 0;
}
/**
 *	=Items
 *	---------------------------------------------------------------- */
.new-dropdown-link {
  display: block;
  position: relative;
  font-size: 15px;
  text-decoration: none;
  padding: 10px 20px;
}
.new-dropdown-parent .new-dropdown-link:after {
  content: '';
  opacity: .6;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  border-right: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.new-dropdown-link:hover {
  background: rgba(0, 0, 0, 0.03);
  color: #0d659b;
}
.new-dropdown-focused .new-dropdown-link {
  background: rgba(0, 0, 0, 0.03);
  color: #0d659b;
}
.new-dropdown-selected .new-dropdown-link {
  background: #1d81c0;
  color: #ffffff;
}
.new-dropdown-link a{
  color: #444444;
}
/**
 *
 *	=Mobile styles
 *
 *	================================================================ */
@media screen and (max-width: 600px) {
  /**
	 *	=Overlays
	 *	---------------------------------------------------------------- */
  .new-dropdown-overlay {
    z-index: -1;
    transition: opacity .2s linear;
  }
  .new-dropdown-opening .new-dropdown-overlay,
  .new-dropdown-open .new-dropdown-overlay {
    z-index: 101;
    opacity: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  /**
	 *	=Containers
	 *	---------------------------------------------------------------- */
  .new-dropdown-menu-wrapper {
    width: auto !important;
    height: auto !important;
    position: fixed !important;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    margin: 0;
    border: 0;
    z-index: 1111111111;
  }
  .new-dropdown-above .new-dropdown-menu-wrapper,
  .new-dropdown-below .new-dropdown-menu-wrapper {
    top: 10px;
    bottom: 10px;
    margin: 0;
  }
  .new-dropdown-menu-container {
    width: 100%;
  }
  /**
	 *	=Header
	 *	---------------------------------------------------------------- */
  .new-dropdown-menu-main .new-dropdown-header {
    display: block;
  }
  .new-dropdown-close {
    display: block;
    width: auto !important;
  }
}
@media all and (min-width: 601px) {
  .new-dropdown-overlay {
    display: none !important;
  }
}



/*custom*/
.new-dropdown,.new-dropdown-toggle {
  display: block;
}
.new-dropdown-toggle .new-dropdown-icon {
  position: absolute;
  left: 10px;
  top: 18px;
}
.new-dropdown-title{
  display: none;
}
.new-dropdown-close{
  position: absolute;
  width: 100%;
  text-align: left;
  margin-right: 12px;
  margin-top: 5px;
}
.new-dropdown-close .new-dropdown-text, .new-dropdown-back .new-dropdown-text {
  display: inline-block;
}

a.new-dropdown-back {
  display: block;
  width: 100%;
  text-align: right;
}
i.new-dropdown-icon {
  display: inline-block;
}

.new-dropdown-icon,.new-dropdown-icon + span.new-dropdown-text {
  margin-right: 10px;
}

.new-dropdown-list>li:first-child{
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.new-dropdown-menu-main .new-dropdown-list>li:first-child{
  text-align: right;
  border-bottom: 0px solid #cccccc;
}