.openx, .openx img {
    max-width: 100%;
}


		#sidebar-toggle {
			backkground: #DF314D;
			border-radius: 3px;
			display: inline-block;
			position: relative;
			padding: 1px 7px;
			floamjt: left;
		}
		#sidebar-toggle .bar{
			display: block;
			width: 10px;
			margin-bottom: 1px;
			height: 2px;
			background-color: #ffffff;
			border-radius: 1px;
		}
		#sidebar-toggle .bar:last-child{
			margin-bottom: 0;
		}
		.header_hamburguer {

			position: absolute;
			bottom: 10px;
			left: 0px;
			background-color: rgba(255, 255, 255, 0.2);
			color: white;
			padding: 7px 3px;
			border-radius: 2px;
		}
		.header_hamburguer span {
			background-color: #000000 !important;
        }
		.header_search {

			position:absolute;  bottom: 10px; right: 0px; color: #9c0b12; padding: 7px 3px;
		}

		.header_search span {
        color: #000000;
        }