section.wrapper_middle[data-cattype="507"]{
	 position:fixed; 
	 bottom:0;      
	-webkit-transition:all .25s linear;
	-moz-transition:   all .25s linear;
	transition:        all .25s linear;
	z-index:100;
	
}

section.wrapper_middle[data-cattype="507"] .sticky-btn{padding:0; border:1px solid #e5322c; }


section.wrapper_middle[data-cattype="507"] .sticky-btn:first-child{border-right:0;}

section.wrapper_middle[data-cattype="507"] .sticky-btn:last-child{border-left:0;}

section.wrapper_middle[data-cattype="507"] .stick-btn{ 
	font-size: 20px; 
	padding:5px 14px; 
	display:block; 
	text-transform:uppercase; 
	font-family: 'framd'; 
	font-weight:bold; 
	color:#fff; 
	background:#291a07;
}

section.wrapper_middle[data-cattype="507"] .stick-btn:hover{background:#e20004; 	-webkit-transition:all .25s linear;
	-moz-transition:   all .25s linear;
	transition:        all .25s linear;}

section.wrapper_middle[data-cattype="507"] .sticky-btn:last-child img{margin-right:10px;}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	section.wrapper_middle[data-cattype="507"] .stick-btn {
    font-size: 15px;
	}
}


/* Landscape phone  */
@media (max-width: 767px) {
    section.wrapper_middle[data-cattype="507"]{display:none;}
}

/* Potrait phone to below */
@media (max-width: 480px) {
    
    
}