/* Custom dropdown */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.custom-sel a {
  text-decoration: none;
  text-transform: lowercase;
  font-variant: small-caps;
  margin: 0;
  padding: 4px 6px;
  text-align: left;
  font-weight: 700;
  line-height: 24px;
  display: block;
  background: #fff;
  width: 100%;
}

@media only screen and (min-width:768px){
	.custom-sel.menu-shrink{
		transition: 0.5s;
		top: 0.75em;
	}
}
.custom-sel a img{
  width: 24px;
  display: inline-block;
  margin-right: 10px;
}

.custom-sel a:hover {
  text-decoration: underline;
  background-color: #2597F5;
  color: #ffffff;
}

.custom-sel a.selected {
  background-color: transparent;
  color: #fff;
}

.custom-sel a.selected:hover {
  background-color: transparent;
  /*color: #546e7a;*/
}

.hidden {
  display: none;
}

.lightblue {
  color: #03a9f4;
  margin-left: -4px;
}

.show-sel {
  /*box-shadow: -5px 0px 65px 0px rgba(0, 0, 0, 0.18);*/
  background-color: transparent;
}

.custom-sel {
  display: inline-block;
  width: 115px;
  margin-top: 8px;
  margin-right : 10px;
  margin-left: 10px;
  position: absolute;
  top: 1.33em;
  /*top: -10px;*/
  right: 0;
  transition: 0.5s;
}

.custom-sel a.selected:hover::before {
    content: none;
}
i.down {
  border: solid white;
  border-width: 0 2px 2px 0;
  padding: 3px;
  position: absolute;
  left: 65px;
  top: 12px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*change lang pos */
@media only screen and (max-width:767px){
.custom-sel {top: -2px;right: 60px;}
}
/* bootstrap nav bar mod */
@media (min-width: 768px) {
.navbar-right {
    float: right!important;
    margin-right: 65px!important;
}
}
