@import url("demo.css");

/* DEMO 5 */

.wrapper-dropdown-5 img{
	border:none;
	margin-right:5px;
	vertical-align:bottom;
}

.wrapper-dropdown-5 a{
	text-decoration: none;
    color:#FFF;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 122px;
	float:right;
    padding: 5px 9px;
	margin-left: 5px;
    margin-top: 6px;
	font-size:12px;

    /* Styles */
    background:url("../images/language_bar.png") no-repeat;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5 ul{
	margin:0;
	padding:0;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    /*border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;*/
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #200202;
    border-radius: 0 0 5px 5px;
    border: 1px solid #200202;
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 7px ;
    color: #FFF;

}

.wrapper-dropdown-5 .dropdown li img{
	border:none;
	margin-right:5px;
	vertical-align:bottom;
}
.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 5px 0;
    transition: all 0.3s ease-out;
	border-bottom:none;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    /*background: #4cbeff;*/
    box-shadow: none;
    border-bottom: none;

}

.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 480px;
}

/* No CSS3 support: none */

.icon-usa{
	width:20px;
	height:14px;
	background:url("../images/flag_usa.png");
}
