/* --/ Лого \--- */ 

body.fixed header .mainLogo {
  top: 20px;
  left: 25px;
}
body.fixed header .mainLogo img {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
body.fixed .chat-bar {
  top: 80px!important;
}
header .mainLogo {
  position: absolute;
  /* top: 24px; */
  /* left: 24px; */height: 100%;
  cursor: pointer;
}
header .mainLogo a{
/* height: 100%; */
padding: 15px 24px;
}
header .mainLogo img {
  width: 40px;
  height: auto;
  -webkit-transition: width 350ms ease-in-out, height 350ms ease-in-out;
  transition: width 350ms ease-in-out, height 350ms ease-in-out;
}
header .mainLogo img.small {
  width: 40px;
  height: auto;
}
header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  z-index: 1040;
  margin-bottom: 120px;
  height: 100px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  border-radius: none;
  left: 0;
  right: 0;
}
header.small {
  height: 80px;background: rgba(255, 255, 255, 0.7);

backdrop-filter: blur( 10.5px );
-webkit-backdrop-filter: blur( 10.5px );
/*border-radius: 10px;*/
border: 1px solid rgba( 255, 255, 255, 0.18 );


}

/* --/ Header Icons \--- */ 
header .row {
  height: 100%;
}
header .row .wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
header .row .wrapper #profileImg img {
	border-radius: 50%;
    opacity: 0.4;/* filter: grayscale(100%); */
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    /* -webkit-box-shadow: 0 0 1px 3px #d7d7d7, 0.5px 0.9px 0 0 rgba(255, 255, 255, 0.7), inset 0.7px 0.7px 3px 0 rgba(100, 100, 100, 0.3); */
    /* box-shadow: 0 0 0px 3px #d7d7d7, 0.5px 0.9px 0 0 rgba(255, 255, 255, 0.7), inset 0.7px 0.7px 3px 0 rgba(100, 100, 100, 0.3); */
}

header .row #profileImg img:hover {
    opacity: 1;filter: grayscale(0%);

}

header .row .wrapper #profileImg, header .row .wrapper #notifications,.dropdown-trigger, .header-icon.search-icon, #switch-chat {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
header .row .wrapper #notifications, .dropdown-open {
position: relative;
bottom: initial;
right: initial;
display: inline-block;
}
header .row #profileImg, .search-icon, .notification-wrap {
  display: inline-block;
  position: relative;
  width: auto;
  overflow: inherit !important;
  height: 30px;
  margin: 0px 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: box-shadow 350ms cubic-bezier(0.2, 0, 0.7, 1), border-width 350ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 350ms cubic-bezier(0.2, 0, 0.7, 1);
  transition: box-shadow 350ms cubic-bezier(0.2, 0, 0.7, 1), border-width 350ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 350ms cubic-bezier(0.2, 0, 0.7, 1);
  -webkit-transition: border-width 350ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-box-shadow 350ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 350ms cubic-bezier(0.2, 0, 0.7, 1);
  transition: border-width 350ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-box-shadow 350ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 350ms cubic-bezier(0.2, 0, 0.7, 1);
  transition: box-shadow 350ms cubic-bezier(0.2, 0, 0.7, 1), transform 350ms cubic-bezier(0.2, 0, 0.7, 1), border-width 350ms cubic-bezier(0.2, 0, 0.7, 1);
  transition: box-shadow 350ms cubic-bezier(0.2, 0, 0.7, 1), transform 350ms cubic-bezier(0.2, 0, 0.7, 1), border-width 350ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-box-shadow 350ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 350ms cubic-bezier(0.2, 0, 0.7, 1);
  transition: box-shadow 350ms cubic-bezier(0.2, 0, 0.7, 1), transform 350ms cubic-bezier(0.2, 0, 0.7, 1), border-width 350ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 350ms cubic-bezier(0.2, 0, 0.7, 1);
}
.dropdown-open .triangle {
    display:none;
  position: absolute;
  z-index: 4;
  top: 40px;
  left: 24px;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFF;
}

.dropdown-open .dropdown-box#oranks-submenu {
    padding: 20px 20px 20px;
    font-weight: 300;
    line-height: 1.5em;
    width: 220px;border-radius: 20px;
    
}

.dropdown-open.opened .dropdown-box#oranks-submenu li{
    transition: all 0.35s ease-in-out;
}

.dropdown-open.opened .dropdown-box#oranks-submenu li:hover{
/* color: #333; */
}

.header-icon{
	color: #a9a9a9;
    opacity: .48;
    cursor: pointer;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.header-icon:hover{
    opacity: 1;
}

.search-icon{
    opacity: 0.2;
    height:26px;
}

#notifications-dialog .icon-alarm{
  color: black;
}

.header-icon:hover, header #notifications i:hover{
    opacity: 1;
}

.header-menu {
  text-align: right;
  display: block;
  width: 100%;
  padding-right: 10%;
}

/* ---/ Профилна Снимка \--- */

#profileImg .triangle {
  left: 10px;
}
header .row #profileImg .profile-dd {
  position: absolute;
  width: 230px;
  top: 80px;
  overflow: auto;
  border-radius: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 3px 23px 49px -4px rgba(0, 0, 0, 0.22);
  box-shadow: 3px 23px 49px -4px rgba(0, 0, 0, 0.22);
}
header .row #profileImg .profile-dd {
    right: -85px;
}
header .row #profileImg .profile-dd-header {
  background: #FFF;
  padding: 15px;
  position: relative;
  text-align: center;
  border-radius: 10px 10px 0 0;
  border: 0px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #e1e1e1;
}
header .row #profileImg .profile-dd-header .heading {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
header .row #profileImg .profile-dd-body .profile-dd-link:last-child {
  border-top: 1px solid;
  border-color: #e1e1e1;
  background-color: #e1e1e1;
}
header .row #profileImg .profile-dd-body .profile-dd-link p {
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  word-spacing: 2px;
  line-height: 21px;
  padding: 0;
}



/*--/ DROPDOWNS \--*/

.bootstrap-select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0;
}
.bootstrap-select .dropdown-toggle {
  border: 0;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active {
  outline: none !important;
}
.bootstrap-select .bs-searchbox,
.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
.bootstrap-select .bs-searchbox .form-control,
.bootstrap-select .bs-actionsbox .form-control,
.bootstrap-select .bs-donebutton .form-control {
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  margin-left: 30px;
}
.bootstrap-select .bs-searchbox {
  position: relative;
}
.bootstrap-select .bs-searchbox:after {
  content: '\E8B6';
  font-family: 'Material Icons';
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 25px;
}
.bootstrap-select ul.dropdown-menu {
  margin-top: 0 !important;
}
.bootstrap-select .dropdown-menu li.selected a {
  background-color: #eee !important;
  color: #555 !important;
}
.bootstrap-select .dropdown-menu .active a {
  background-color: transparent;
  color: #333 !important;
}
.bootstrap-select .dropdown-menu .notify {
  background-color: #F44336 !important;
  color: #fff !important;
  border: none !important;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.bootstrap-select.dropup .dropdown-menu {
  margin-top: 0 !important;
  margin-bottom: -35px !important;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 9px;
}
select.bs-select-hidden {
  display: none !important;
}
select.selectpicker {
  display: none !important;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn) {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group.dropdown-menu-right {
  float: right;
}
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.bootstrap-select.btn-group.disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 3px;
  font-size: 18px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bs-searchbox {
  padding: 4px 8px;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.bs-actionsbox {
  padding: 4px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  padding: 4px 8px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.animated {
  -webkit-animation-duration: 350ms ease-in-out;
          animation-duration: 350ms ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}


/* ---/ Нотификации \--- */

header #notifications {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
header #notifications:hover {
  cursor: pointer;
}
header #notifications i {
  font-size: 28px;
}
header #notifications .notification-wrap {
  position: relative;
  display: inline-block;
}

header #notifications .notification-wrap .badge {
  position: absolute;
  top: -10px;
  right: -5px;
  transform: none;
  left: initial;
}
header #notifications .notification-wrap .triangle {
  left: 8px;
}

header .chat-heads {
    font-size: 26px;
    top: 3px;
    position: relative;
    /* margin-left: 3px; */
/*    display: none;*/
}


.dropdown-open .dropdown-trigger {
	display: block;
}
.dropdown-open.opened .dropdown-trigger .header-icon {
    /* opacity: 1; */
}
.dropdown-open .dropdown-box {
	visibility: hidden;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 270px;
    background-color: white;
    position: absolute;color: #737373;
    z-index: 3;
    top: 70px;
    overflow: hidden;-webkit-box-shadow: 0px 13px 70px -4px rgba(0, 0, 0, 0.37)!important;

    
    box-shadow: 0px 13px 70px -4px rgba(0, 0, 0, 0.37)!important;
    left: 50%;
    transform: translateX(-50%);
}
.dropdown-open.opened .dropdown-box {
	opacity: 1;
	border-radius:20px;
    top: 40px !important;
    visibility: visible !important;
}


header #notifications .notification-wrap .bell-drop-down .dropdown-header {
  padding: 15px;
  text-align: center;
  border-bottom-width: 1px;
  -o-border-image: ease-in-out-gradient(to right, #ffffff 0%, #cedae0 40%, #cedae0 60%, #ffffff 100%) 1 20%;
     border-image: -webkit-gradient(ease-in-out, left top, right top, from(#ffffff), color-stop(40%, #cedae0), color-stop(60%, #cedae0), to(#ffffff)) 1 20%;
     border-image: ease-in-out-gradient(to right, #ffffff 0%, #cedae0 40%, #cedae0 60%, #ffffff 100%) 1 20%;
  -webkit-box-shadow: 0px 2px 10px -2px #cedae0;
          box-shadow: 0px 2px 10px -2px #cedae0;
}
header #notifications .notification-wrap .bell-drop-down .dropdown-ntf:hover, .profile-dd-link:hover{
    background-color: #ffc107!important;
    box-shadow: inset 0 0 3px #e3e3e3;
}
header #notifications .notification-wrap .bell-drop-down .dropdown-ntf:hover span , .profile-dd-link:hover a, .profile-dd-link:hover span a, .profile-dd-link:hover span a {
color: white!important;
}
header #notifications .notification-wrap .bell-drop-down .dropdown-header .heading {
  font-weight: bold;
  font-size: 16px;
}
header #notifications .notification-wrap .bell-drop-down .dropdown-header .count {
  position: static;
  height: 25px;
  width: 25px;
  display: inline-block;
  line-height: 24px;
  margin-left: 8px;
  font-size: 12px;
  vertical-align: middle;
  overflow: hidden;
  background: #21B7B7;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
}
header #notifications .notification-wrap .bell-drop-down .dropdown-body {
  max-height: 270px;
  overflow: auto;
}
header #notifications .notification-wrap .bell-drop-down .dropdown-ntf, .profile-dd-link {
  display: block;
  cursor:default;
  width: 100%;border-bottom: 1px solid #e1e1e1;
  padding: 15px;
  text-align: left;
  -webkit-transition: all 250ms ease;
  transition: all 350ms ease;
  /* border: 0px; */
}
header #notifications .notification-wrap .bell-drop-down .dropdown-ntf.new {
  background: #e2e2e2;
}
header #notifications .notification-wrap .bell-drop-down .dropdown-ntf .notification-image-wrapper {
  display: table-cell;
  vertical-align: middle;
}
header #notifications .notification-wrap .bell-drop-down .dropdown-ntf .notification-image {
  display: inline-block;
  height: 32px;
  width: 32px;
  overflow: hidden;
  border-radius: 100%;
}
header #notifications .notification-wrap .bell-drop-down .dropdown-ntf .notification-text {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  font-size: 14px;
  word-spacing: 2px;
  line-height: 21px;
}
header #notifications .notification-wrap .bell-drop-down .dropdown-ntf .highlight {
  font-weight: bold;
}

.search-dropdown {
    text-align: center;
    padding: 15px;
    min-height: 100px;
    max-height: 240px;
    line-height: 21px;
    display: table-cell;
    font-weight: bold;
}

/* ---/ Tърсене \--- */

.search-container{ 
    display: inline-block;
  margin: 0 auto;
  width: 100%;/* width: 200px; *//* overflow: visible; */
}

input#search-bar{
  margin: 20px auto 25px;
  width: 90%;font-weight: normal;
  height: 40px;
  padding: 0 20px;
  /* font-size: 17px; */
  border: 1px solid #D0CFCE;
  outline: none;
  border-radius: 20px;
  &:focus{
    border: 1px solid #008ABF;
    transition: 0.35s ease;
    color: #008ABF;
    -webkit-box-shadow: 0 -2px 0 #c7c7c7, 1px 3px 0 #ffffff, inset 0 1px 6px rgba(0, 0, 0, 0.62);
    box-shadow: 0 -2px 0 #c7c7c7, 1px 3px 0 #ffffff, inset 0 1px 6px rgba(0, 0, 0, 0.62);
    &::-webkit-input-placeholder{
      transition: opacity 0.35s ease; 
  	  opacity: 0;
     }
    &::-moz-placeholder {
      transition: opacity 0.35s ease; 
  	  opacity: 0;
     }
    &:-ms-placeholder {
     transition: opacity 0.35s ease; 
  	 opacity: 0;
     }    
   }
 }
 
 #searchDropdownResults {
     width:100%;
     text-align:left; 
     padding-top: 30px;
     transition:all 350ms ease;
 }

#searchDropdownResults img{
    width: 30px;
    border-radius: 50%;
    margin: 0 10px 4px 0px;
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}

#searchDropdownResults div{
    margin-bottom: 10px!important;
height: 37px;
overflow: hidden;
}

/* ---/ ТЕЛЕФОНИ \--- */

@media screen and (max-width: 767px) {
	.dropdown-open .dropdown-box {
		width: 220px;
		border-radius: 20px;
		box-shadow: 0px 10px 27px 3px rgba(68, 68, 68, 0.2);
		background-color: #ffffff;
	}
	.dropdown-open.opened .dropdown-box {
		opacity: 1;left: 0px;
	    top: 60px !important;
	}
	.dropdown-open .dropdown-box .dropdown-body {
		max-height: 200px!important;
	}
	header {
	    opacity: 0.95;
	    border-radius: 35px;
	    box-shadow: 0px 10px 27px 3px rgba(68, 68, 68, 0.2);
	    left: 17px;
	    right: 17px;
	    top: 20px;
	    height: 70px;
	}
	header.small {
		height: 70px;
	}
	header .mainLogo {
		top: 50%;
		transform: translateY(-50%);
	}
    header .mainLogo a {
        padding: 15px 24px;
}
	header .chat-heads {
		/*display: inline-block;*/
		top: 3px;
	}
    .dropdown-open.opened .dropdown-box#oranks-submenu {
		text-align: left;
        width: 200px;
	    border-top-left-radius: 0;
	    top: 45px!important;
	    transform: none;
	}
}


/* ---/ МАЛКИ ТЕЛЕФОНИ \--- */

@media screen and (max-width: 490px) {
    
    header .row #profileImg, .search-icon, .notification-wrap,header .chat-heads{
        margin: 0px 3px;
    }

}

.posted_in{
    padding-bottom: 3rem;
}