.top-social {text-align: right;}

.top-social li 
{display: inline-block}


.top-social li:first-child {margin-right: 11px}

.cb-top-bar-plugin-center, .cb-top-bar-plugin-left, .cb-top-bar-plugin-right {
    position: relative;
    z-index: 999;
    right: 58px;
	top: 6px;
	
}
.cb-top-bar-flex-container > div {
    margin: 1% 1% 0% 1%;
}

@media only screen and (max-width: 1024px) {
  .cb-top-bar-plugin-center, .cb-top-bar-plugin-left, .cb-top-bar-plugin-right {
    position:relative;
    z-index: 999;
    right: 22px;
}

@media only screen and (max-width: 600px) {
  .cb-top-bar-plugin-center, .cb-top-bar-plugin-left, .cb-top-bar-plugin-right {
    position:relative;
    z-index: 999;
    right: -21px !important;
}
	
	
	
	
	
}