.drawer-handlers button .icon {
  height: 28px;
  width: 28px; }

#drawer_submenu li a {
  padding-left: 40px; }

#drawer_submenu li.separator a {
  padding-left: 18px; }

.drwr-search {
  background: #FFF;
  padding-top: 15px; }

.drwr-search .form-row {
  padding: 0 15px; }

.drwr-profile {
  background-color: #FFF; }

.drwr-profile .scroll-content {
  padding: 0 18px; }

.scroll-content {
  padding-bottom: 80px; }

.drawer-toggler .icon {
  width: 12px;
  height: 12px;
  margin-right: 2px; }

.drawer-toggler span {
  vertical-align: middle; }

.mobile-menu ul li a:hover {
  background-color: transparent; }

.profile-role {
  min-height: 0;
  border-bottom: 1px solid #374454;
  position: relative;
  background: #E3E7EA;
  padding: 6px 10px 10px 15px;
  font-size: 18px;
  margin-top: 20px;
  display: block;
  text-decoration: none; }

.profile-role-name {
  padding: 8px 0 2px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333; }

.profile-role span {
  color: #34B233;
  text-decoration: none; }

.profile-links {
  margin: 10px 0 50px 0;
  padding: 0; }

.profile-links li {
  border-top: 1px solid #34B233;
  padding: 10px 0;
  position: relative; }

.profile-links li a {
  color: #374454;
  text-decoration: none;
  text-transform: uppercase;
  display: block; }

.drwr-profile .notif-count {
  top: 10px;
  background: #D54226;
  min-width: 2em;
  height: 24px;
  padding-top: 4px;
  font-size: 12px;
  font-weight: bold; }

.main-container {
  padding-top: 52px; }

.mobile-lang {
  margin-top: 15px;
  padding-left: 18px; }

.mobile-lang li {
  display: inline-block; }

.mobile-lang li a {
  padding: 5px 20px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none; }

.mobile-lang li.active a {
  background: #FFF;
  color: #34B233; }

@media only screen and (max-width: 979px) {
  .content {
    padding-top: 52px;
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    -ms-transition-property: none;
    transition-property: none; } }

