.menu-reponsive {
	float:left;
	width:54%;}
.logo-reponsive{
	float: left;
	width: 44%;
	margin-top:1%;
	background: #fff;
    padding: 5px;
}
a.toogle-ico {
    float: left;
}
.banner-rps{
	width:100%;
	display:inline-block;
	background:#000;
	padding: 10px 0 10px 0;}
.menu-reponsive .menu_bt{
	background: #000;
	width: 100%;
	overflow: hidden;
	padding:5px 0;}
.menu-sub{
	display:none;
	position:relative;
	top: 0px;
	right: 0;
	z-index: 9999;
	padding: 5px;}
.menu-reponsive ul li{
	width:100%;
	line-height:28px;}
.menu-sub a {
     color: #1C973D;
    font-size: 15px;
    padding: 0px 13px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease 0s;
    transition: all 0.25s ease-out 0s;
    font-weight: bold;
}
.menu-sub a:hover{
	color:#fff;
	text-decoration:none}
.img-logo img {
    width: 100%;
    height: auto;
    padding: 0 5px 0 0;}
