/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* CUSTOM CSS (ADD YOUR CSS HERE!) */
/*//////////////////////////////////////////////////////////////////////////////////////////*/
.option-with-flag{
	color: black;
	font-size: 10px;
}
.dropdown-menu-header > li > a {
    display: block;
    padding: 9px 78px 0px 33px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
}
.dropdown-menu-header{
	width: 140px !important;
}
.dropdown-toggle-header{
	margin-top: 4px;
    margin-bottom: 4px;
    width: 140px;
    height: 20px;
}
.btn-default:hover {
    color: #333;
     background-color: white; 
    border-color: white;
}
.country_fix_name{
	position: relative;
	top: -4px;
	left: -9px;
	font-size: 12px;
	float:left;
}
.drop_down_arrow{
	position: relative;
	top: 1px;
	left: 4px;
	float: right;
}
.btn-default:hover {
    color: #333;
    background-color: white;
     border-color: white !important; 
}
.dorp_down_fix_image{
	height: 15px;
	position: relative;
	top: -4px;
	left: -10px;
	float:left;

}
.country_name{
	position: relative;
	top: 0px;
    left:11px;
    font-size: 12px;
}
.img-thumbnail {
 
  border-radius: 0px !important;
 
}

.open > .dropdown-menu{
    min-width: 140px;
}


.b-info__aside-article ul li a{
	color: #999
}

.frontinputforms{
    background-color:#ffffff; 
    padding:30px; 
    border-radius: 5px; 
    margin-top: 60px; 
    margin-bottom:60px;
    color:#FFF;
}

.frontinputforms a{
    color:#000000;
}


