.pos-logo-container{
padding: 30px 0;
overflow: hidden;}
/* title */
.pos-logo-container .title_block{
position: relative;
overflow: hidden;
border-bottom: 1px solid #ebebeb;
padding-bottom: 10px;
margin-bottom: 15px;}
.pos-logo-container .title_block h2{
display: inline-block;
font: bold 16px/26px 'Arial';
color: #3a3d42;
text-transform: uppercase;
margin: 0;}
.pos-logo-container .title_block a{
cursor: pointer;
display: inline-block;
float: right;
margin-left: 5px;
border: 1px solid #d8d8d8;
color: #d8d8d8;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
font-size: 15px;}
.pos-logo-container .title_block a:hover{
color: #ff6f46;
border-color: #ff6f46;}