
.theo-header {
width:100%;text-align:center;
}
	.call {width:180px}
	.car {width:280px}
.btn-call {
position:fixed;
	top:57px;
	right:-4px;
	z-index:900;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color:#fff;
background-image: none;
background-color:#fba51a;
border: 2px solid #fba51a;
border-color: #fba51a;
border-width: 2px;
border-radius: 4px;
}
.btn-call:hover {
background-color:#0e6401;
border-color: #0e6401;
}
.top-bar {
	width:100%;
	background:#083e00;
	color:#fff;
}
.top-inside {
	max-width:1300px;
	margin:0 auto
}		

@media only screen and (max-width: 767px) {
    .theo-header{text-align:left;}
	.call {width:120px}
	.car {width:180px}
	}
	
	
	
	
	
	
	
	