html, body {
  height: 100%;
  margin: 0;
}

body{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  overflow-x: hidden;
}

h1 {
	margin: 30px 0;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}
h2 {
	margin: 15px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
}

.title {
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.title .btn.btn-icon {
	margin-left: 10px;
	width: auto;
	height: 24px!important;
	line-height: 24px!important;
}

/* HEADER */
#header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 76px;
	color: #fff;
	background-color: #002342;
}

/* LOGO */
#header-logo {
	margin-top: 19px;
	margin-left: 32px;
	width: 154px;
	height: auto;
}

/* USER SETTINGS */
.settings {
	margin-top: 16px;
}
.menu-settings {
	margin-left: 15px;
	margin-right: 45px;
	text-align: center;
}
.menu-settings .icon-settings {
	display: block;
	padding-bottom: 6px;
	font-size: 22px;
}
.menu-settings .menu-title {
	line-height: 13px;
	font-size: 10px;
	font-weight: 400;
}
#user-settings .user-photo {
	width: 44px;
	height: 44px;
	background: #334F68 0% 0% no-repeat padding-box;
	border-radius: 3px;
	position: relative;
    text-align: center;
}
#user-settings .user-photo .notifications-icon {
	position: absolute;
    right: 0;
    z-index: 1;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #F00000;
	border-radius: 3px;
	font-size: 10px;
	font-weight: bold;
}
span.icon-user {
    font-size: 32px;
    padding-top: 9px;
    position: relative;
    top: 12px;
}
#user-settings .user-photo img {
	width: 100%;
	height: 100%;
}

.full-screen-link {
	padding: 16px;
	color: #fff;
}
#full-screen-link {
	padding-top: 14px;
    padding-right: 14px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 224px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 10; /* Stay on top */
  top: 75px; /* Stay at the top */
  right: -224px;
  background-color: #012342; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 0;
  text-decoration: none;
  font-size: 12px;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
}

.settings-container {
	padding: 16px 32px;	
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 44px;
  top: 0;
  right: 0;
  font-size: 13px;
  text-align: center;
}

.sidenav .welcome {
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: 300;
}
.sidenav .username {
	line-height: 15px;
	color: #FFB100;
	font-size: 12px;
}

.sidenav .user-menu,
.sidenav .admin-menu,
.sidenav .logout-menu {
	padding: 1rem 0;
	border-top: 1px solid #344F68;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-right .5s;
}
.page-content {
	margin-bottom: 60px;
}

.page-title {
	color: #002342;
}
.page-header .btn-back {
	font-size: 13px;
	text-align: center;
	line-height: 44px;
	height: 44px;
    width: 44px;
    position: absolute;
}
.page-header .btn-back > .btn-link {
	color: #012342;
}
.page-header .btn-back > .btn-link:hover {
	text-decoration: none;
	opacity: .7;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  /* .sidenav a {font-size: 18px;} */
}

/* MENU TOP */
.horizontalMenu {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	display: block;
	
}
.horizontalMenu > .horizontalMenu-list {
	text-align: center;
	margin: 0 auto 0 auto;
	display: block;
	padding: 0;
}

.mega-menubg {
    border: 1px solid rgba(0,0,0,0.1);
    background: #261e38;
    font-size: 15px;
    padding: 14px 5px;
    box-shadow: 0 1px 15px 1px rgba(255,255,255,0.05) !important;
}
.horizontalMenu > .horizontalMenu-list > li {
	text-align: center;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.horizontalMenu > .horizontalMenu-list > li > a {
	display: block;
	padding: 28px 15px;
	text-decoration: none;
	position: relative;
	margin: 0 2px;
	color:#fff;
	text-transform: uppercase;
}
.horizontalMenu > .horizontalMenu-list > li:last-child > a {
	border-right: 0px;
}
.horizontalMenu > .horizontalMenu-list > li a.menuhomeicon {
	padding-left: 25px;
	padding-right: 25px;
}
.horizontalMenu > .horizontalMenu-list > li >a .fa {
	display: inline-block;
	font-size: 14px;
	line-height: inherit;
	margin-right: 12px;
	vertical-align: top;
}
.icon-in-play:before {
	background: transparent linear-gradient(72deg, #FFDC00 0%, #FF5584 100%) 0% 0% no-repeat padding-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.horizontalMenu > .horizontalMenu-list li a .menu-text {
	padding-left: 4px;
}
.horizontalMenu > .horizontalMenu-list li.active a .menu-text {
	color: 	#FFB100;
	text-decoration: underline;
}

/* USER - MSG UNVERIFIED */
#user-unverified {
	height: 44px;
	line-height: 44px;
	color: #F00000;
	text-align: center;
	background: rgba(240,0,0,0.14);
}
#user-link-verify {
	text-decoration: underline;
	cursor: pointer;
}

/* MENU TOP */
#menu-top {
	height: 76px;
	padding: 13px 0 8px;
	color: #012342;
	background: #F2F2F2;
}

#menu-top .menu-list {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 100%;
	display: block;
	padding: 0;
}

#menu-top .menu-list > li {
	text-align: center;
	display: inline-block;
	padding: 0;
	margin: 0 10px;
	min-width: 44px;
}

#menu-top .menu-list > li > a,
.menu-help-support > a {
	color: #012342;
	text-decoration: none;
}
#menu-top .menu-list > li > a {
	display: inline-block;
	position: relative;
}
#menu-top .menu-list > li > a.active::after {
	content: "";
    position: absolute;
    left: 0;
	right: 0;
	bottom: -19px;
	z-index: 4;
	width: 10px;
	height: 10px;
	margin: auto;
    border-top: 5px solid #002342;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
#menu-top .menu-list > li > a > span.ico,
.menu-help-support > a > span.ico {
	display: block;
	line-height: 36px;
}
.menu-list .icon-notifications {
	font-size: 25px;
}
.menu-list .icon-search {
	font-size: 24px;
}
.menu-list .icon-my-algorithms {
	font-size: 31px;	
}
.menu-list .icon-my-favourites {
	font-size: 22px;
}
.menu-list .icon-market-stats {
	font-size: 28px;
}
.menu-list .icon-status {
	font-size: 31px;
}
#menu-top .menu-list > li > a > span.menu-title,
.menu-help-support > a > span.menu-title {
	font-size: 10px;
	font-weight: 500;
	text-transform: capitalize;
}

#menu-top .menu-list > li:last-child > a {
	border-right: 0px;
}

/* menu second level */
.menu-dropdown {
	display: none;
	position: absolute;
	top: 100%;
    left: 50%;
	z-index: 3;
	width: 100vw;
	margin-top: 9px;
	background: #f2f2f2;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.menu-dropdown::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.menu-dropdown.open::after {
	opacity: .95;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.menu-second-level {
	padding-top: 15px;
	padding-bottom: 55px;
}
.menu-second-level  .closebtn {
	line-height: 44px;
    height: 44px;
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
}
.menu-second-level .closebtn:hover {
	text-decoration: none;
}
.menu-second-level  .closebtn .icon-close:before {
	color: #002342;	
}
.menu-second-level-list {
	display: inline-block;
	text-align: left;
	padding-left: 0;
	list-style-type: none;
	min-width: 16.666667%;
}
.menu-second-level-link a {
	color: #002342;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
}
.menu-second-level-link a:hover {
	text-decoration: none;
}
.menu-second-level-link .icon-seta-forward {
	font-size: 9px;
	display: inline-block;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.menu-second-level-link a:hover .icon-seta-forward {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.menu-help-support {
	text-align: center;
}
.menu-help-support .icon-help-support {
	font-size: 20px;
}

/* menu search */
.menu-search-wrapper .closebtn {
	text-align: center;
	line-height: 44px;
    height: 44px;
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
}
.menu-search-wrapper .closebtn:hover {
	text-decoration: none;
}
.menu-search-wrapper  .closebtn .icon-close:before {
	color: #002342;	
}
.menu-search-block {
	padding-top: 60px;
	padding-bottom: 60px;	
}
.menu-search-block .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
}
.menu-search-block .form-control:hover,
.menu-search-block .form-control:focus	{
	background-color: #fff;
}
.menu-search-block .btn {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

/* PUB */
.pub {
	padding: 30px 0;
	height: 294px;
	text-align: center;
	background: url('/img/sponsor.jpg') no-repeat center center;
	background-size: cover;
}
.pub-title {
	line-height: 22px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.pub-name {
	margin-bottom: 20px;	
	font-size: 52px;
	line-height: 46px;
}
.pub-text {
	line-height: 18px;
	margin-bottom: 30px;
	color: #D3B056;
	font-size: 14px;
	font-weight: 400;
}
.pub .btn.btn-default {
	line-height: 18px;
	padding: 13px 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #D3B056;
	border-color: #D3B056;
}

.pub-text span {
	color: #fff;
}

/* SUBSCRIBE */
.subscribe {
	height: 76px;
	margin-top: -1px; /* gradient bug */
	background: transparent linear-gradient(87deg, #FFDC00 0%, #FFAC2E 24%, #FF8653 47%, #FF6B6E 67%, #FF5A7E 86%, #FF5584 100%) 0% 0% no-repeat padding-box;
}
.form-subscribe .form-group {
	padding: 16px 0;
	margin: 0;
	width: 100%;
}
.form-subscribe input.form-control {
    -ms-flex-positive: 1;
    flex-grow: 1;
	padding: 15px 12px;
	height: 44px;
	line-height: 15px;
	font-size: 12px;
	color: #666666;
	font-weight: 300;
	border: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-subscribe .btn.btn-primary {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 0px 0px 6px #00000029;
}

.subscribe .social-area > div {
	line-height: 40px;
}
.subscribe .social-area span {
	line-height: 32px;
	vertical-align: middle;
}
.subscribe .social-link {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-left: 15px;
}
.subscribe .social-link:hover {
	text-decoration: none;
	opacity: 0.9;
}
.subscribe .icon-facebook {
	font-size: 21px;
}
.subscribe .icon-instagram {
	font-size: 21px;	
}
.subscribe .icon-telegram {
	font-size: 20px;	
}

/* SCROLL TO TOP */
#scroll-to-top {
	display: none;
	font-size: 15px;
	text-align: center;
	line-height: 44px;
    height: 44px;
    width: 44px;
    position: fixed;
    bottom: 16px;
	right: 16px;
	z-index: 10;
    border-radius: 3px;
    background: transparent linear-gradient(45deg, #FFDC00 0%, #FF5584 100%) 0% 0% no-repeat padding-box;
}
#scroll-to-top:hover {
	opacity: .8;
	text-decoration: none;
}

/* FOOTER */
footer {
	font-size: 12px;
	font-weight: var(--fw-normal);
	padding: 60px 0; 
	color: #666;
	background: #F2F2F2;
}
footer .copyright {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 10px;
	color: #666666;
}

footer .logo > .icon-logo-minimal {
	font-size: 32px;
}

footer .logo > .icon-logo-minimal .path1:before {
	color: #999999;
}

footer .logo > .icon-logo-minimal .path2:before {
	color: #000;
}

.footer-links {
	margin-bottom: 30px;
}
.footer-links li {
	margin: 0 15px;
}
.footer-links a {
	text-align: center;
	text-decoration: underline;
	font-weight: var(--fw-medium);
	letter-spacing: 0px;
	color: #666666; 
	text-transform: capitalize;
}


/*-----Back to Top-----*/
#back-to-top {
	background: transparent linear-gradient(72deg, #FFDC00 0%, #FF5584 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	display: none;
	text-align: center;
	border-radius: 3px;
	-o-border-radius: 3px;
	z-index: 10000;
	height: 50px;
	width: 50px;
	font-size: 18px;
	line-height: 51px;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
}
#back-to-top i {
	padding-top: 15px;
	font-size: 16px;
}
#back-to-top:hover {
	opacity: 0.8;
}

/* general */
.clearfix {
	clear: both;
}
.mt-20 {
	margin-top: 20px!important!
}
.mb-20 {
	margin-bottom: 20px!important;
}
.mt-30 {
	margin-top: 30px!important;
}
.mt-60 {
	margin-top: 60px!important;
}
.mb-30 {
	margin-bottom: 30px!important;
}
.mb-60 {
	margin-bottom: 60px!important;
}
.mv {
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}
.pt-30 {
	padding-top: 30px!important;
}
.pb-30 {
	padding-bottom: 30px!important;
}
.pv-30 {
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}
.no-padding {
	padding: 0!important;
}
.no-padding-x {
	padding-left: 0!important;
	padding-right: 0!important;
}
.col-px {
	padding-right: 13px;
	padding-left: 13px;
}
.col-py {
	padding-top: 13px;
	padding-left: 13px;
}

.text-size-10 {
	font-size: 10px;
}
.text-size-12 {
	font-size: 12px;
}
.text-size-13 {
	font-size: 13px;
	line-height: 16px;
}
.text-white {
	color: #666666;
}
.text-bold-300 {
	font-weight: 300;
}
.text-bold-400 {
	font-weight: 400;
}
.text-bold-500 {
	font-weight: 500;
}
.text-bold-700 {
	font-weight: 700;
}
.text-gray {
	color: #666666;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
	display: inline-block;
}
.label-indicator {
	display: block;
	margin-bottom: 8px;
	font-size: 	10px;
	color: #666;
}
.no-border {
	border: 0!important;	
}

/* button */
.btn {
	text-transform: uppercase;
}
.btn.btn-primary {
	padding: 13px 30px;
	line-height: 18px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: transparent linear-gradient(72deg, #FFDC00 0%, #FF5584 100%) 0% 0% no-repeat padding-box;
	border-radius: 3px;
	border: 0;
	transition: opacity var(--ease-in-out);
}
.btn.btn-primary:hover {
	opacity: 0.8;
}

.btn.btn-secondary {
	padding: 13px 30px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: #012342;
	border-radius: 3px;
	border: 0;
}
.btn.btn-secondary:hover {
	opacity: 0.8;
}

.btn.btn-default {
	padding: 13px 30px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #012342;
	background: transparent;
	border-radius: 3px;
	border: 1px solid #E5E8EB;
}
.btn.btn-default:hover {
	opacity: 0.8;
}

.btn.btn-icon {
	padding: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
	border-radius: 0;
	border: 0;
}
.btn.btn-icon:hover,
.btn.btn-icon:focus,
.btn.btn-icon:active {
	border-radius: 0;
	border: 0;
	opacity: 0.8;
}
.btn.btn-icon .icon-results {
	line-height: 44px;
}
.btn.btn-icon .icon-version {
	line-height: 44px;
}	
.btn.btn-icon .icon-edit {
	font-size: 16px;
}
.btn.btn-icon .icon-settings {
	font-size: 18px;
}
.btn.btn-icon .icon-thrash {
	font-size: 19px;
}
.page-content .icon-settings:before,
.col-btns-action .icon-settings:before {
	color: #002342
}

/* CARDS */
.card {
	border-radius: 3px;
    padding: 15px;
    border-color: #e5e5e5;
}

/* TABLES */
.table thead th,
.table td, .table th {
	border: 0;
}
.table th {
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	text-transform: capitalize;
}
.table td {
	font-size: 12px;
	font-weight: 500;
	color: #666666;
	border-right: 1px solid #E5E8EB;
}
.table td:last-child {
	border-right: 0;
}

.table td .btn.btn-icon .icon-tooltip,
.table td .btn.btn-icon .icon-more {
	font-size: 16px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background: #E5E8EB;
}
.table-striped tbody tr:nth-of-type(2n+1) td {
	border-color: #fff;
}
.wd-1p {
	width: 1%;
}
.col-desc > span {
	display: block;
	float: left;
	line-height: 44px;
}
.col-buttons {
	text-align: right;
}

/* data tables */
.dataTables_wrapper .btn:hover,
.dataTables_wrapper .btn:focus,
.dataTables_wrapper .btn:active {
	border: 0!important;
	box-shadow: none!important;
}

/* forms */
.form-control {
	height: 44px;
	padding: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #666666;
	background-color: #F2F2F2;
	border: 0;
	border-radius: 0;
}
.form-control:hover,
.form-control:active {
	background-color: #F2F2F2;
	border: 0;
	box-shadow: none;
	opacity: 0.8;
}
.form-control:focus {
	background-color: #F2F2F2;
	border: 0;
	box-shadow: none;
	opacity: 1;
}

.custom-control {
	line-height: 23px;
}
.custom-control-label::before {
	border-color: #E5E8EB;
}
.custom-control-input:checked ~ .custom-control-label::before {
	/*background: transparent linear-gradient(72deg, #FFDC00 0%, #FF5584 100%) 0% 0% no-repeat padding-box;*/
	background: #fff;
	border-color: #E5E8EB;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	content: "\e90c";
    font-family: 'fidelisbet' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #002342;
    font-size: 9px;
    text-align: center;
}
.custom-checkbox-gray .custom-control-label {
	color: #666666;
}
.custom-checkbox-gray.custom-checkbox .custom-control-label::before {
	background: #F2F2F2;
	border-color: #F2F2F2;
}
.custom-checkbox-gray .custom-control-input:checked ~ .custom-control-label::before {
	background: #F2F2F2;
}
.custom-checkbox .custom-control-label {
	line-height: 15px;
    padding-top: 4px;
}
.custom-checkbox .custom-control-label a {
	color: #666666;
	text-decoration: underline;
}
.input-group-text {
	border: 0;	
}
/* icons */
.ico-circle {
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 2px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}

/* bg colors */
.bg-dark {
	background: #002342!important;
}
.bg-green {
	color: #fff!important;
	background: #4AAF31!important;
}
.bg-green-1 {
	color: #fff!important;
	background: #16983C!important;
}
.bg-green-light {
	color: #fff!important;
	background: #BAB926!important;
}
.bg-green-light-1 {
	color: #fff!important;
	background: #7DC727!important;
}
.bg-yellow {
	color: #fff!important;
	background: #D8B227!important;
}
.bg-yellow-1 {
	color: #fff!important;
	background: #F6AA29!important;
}
.bg-orange {
	color: #fff!important;
	background: #F56920!important;
}
.bg-orange-1 {
	color: #fff!important;
	background: #F58A24!important;
}
.bg-red {
	color: #fff!important;
	background: #E80B18!important;
}
.bg-red-1 {
	color: #fff!important;
	background: #F0341B!important;
}

.ml-15 {
	margin-left: 15px!important;
}
.mr-15 {
	margin-right: 15px!important;
}

/* myprofile */
.userprofile .username {
	font-size: 20px;
	font-weight: 500;
}
.userprofile .user-photo {
	width: 100px;
	height: 100px;
	background: #334F68 0% 0% no-repeat padding-box;
	border-radius: 3px;
	position: relative;
    text-align: center;
}
.userprofile span.icon-user {
	top: 28px;
	font-size: 72px;
}
.form-fields {
	width: 290px;
	margin: auto;
}

.btn-order-by {
	cursor:pointer;
}

.menu-list li:not(:first-child) {
	position: relative;
	bottom: 15px
}

.search-results {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.search-results .result {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	cursor: pointer;
}

.search-results .result strong {
	color: #002342;
	padding-top: 10px;
}

.search-results .result .row {
	background: #F2F2F2;
	height: 70px;
}

.search-results .result:hover .row,
.search-results .result:hover strong {
	background: #e6e6e6;
}

.alerts-indicator {
	width: 14px;
	height: 14px;
	display: flex;
	position: relative;
	background: red;
	z-index: 1;
	bottom: 50px;
	font-size: .70rem;
	left: 1.2rem;
	justify-content: center;
	align-items: center;
	padding: 0;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.pub-top {
	height: 90px;
	width: 100%;
}
.pub-top > a {
	display: block;
	width: 100%;
	height: 100%;
}
.pub-top img.img-pub {
	height: 100%;
	width: auto;
}