#tpbr_calltoaction {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#tpbr_calltoaction:hover {opacity:0.9;}

#tpbr_topbar {
padding:0px !important;
font-family: 'scala', Raleway,sans-serif;
/*margin-top: 75px;*/
}

@media only screen and (max-width: 1000px){
#tpbr_topbar {
margin-top: 0px;
}
}

#tpbr_box {
width:80% !important
}
    
.tpbr_cleaner {
visibility:hidden;
}

.tpbr_opening {
height:30px; width:30px;
position:absolute; right:16px;
background:url('../images/open.png');
cursor:pointer;
z-index:9999;
}
#tpbr_box a:hover{
color:#edd14b;
}