body {
  margin: 0;
  padding-top: 36px
}

#thestar-global-bar a {
  cursor: pointer
}

#thestar-global-bar .float-left {
  float: left
}

#thestar-global-bar .float-right {
  float: right
}

#thestar-global-bar .clearfix:after {
  clear: both;
  height: 0;
  line-height: 0;
  content: '.';
  display: block;
  visibility: hidden
}

#thestar-global-bar .global-bar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../image/overlay-bg.png) repeat scroll 0 0 transparent;
  z-index: 99990
}

#thestar-global-bar .global-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font: Bold 12px/15px Lato;
  z-index: 99999
}

#thestar-global-bar .global-bar-color {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  background: #000;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3);
  z-index: 99998
}

#thestar-global-bar .global-bar-container a {
  display: block;
  float: left;
  margin-top: 3px;
  padding: 5px 10px;
  text-decoration: none;
  color: #8f8f8f
}

#thestar-global-bar .global-bar-container a:hover {
  color: #fff
}

#thestar-global-bar .global-bar-container .float-left {
  margin-left: 4px
}

#thestar-global-bar .global-bar-container .float-left .float-left {
  margin-right: 18px
}

#thestar-global-bar .global-bar-container .float-left .float-left:last-child {
  margin-right: 0
}

#thestar-global-bar .global-bar-container .right {
  margin-right: 6px
}

#thestar-global-bar .global-bar-container a.btn-network-sites {
  color: #fff;
  background-color: #cd2e2e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px
}

#thestar-global-bar .global-bar-container a.btn-network-sites:hover {
  color: #333;
  background-color: #f2f2f2
}

#thestar-global-bar .global-bar-container a:hover span {
  background: transparent url(../image/toggle_down_dark.png) 100% 50% no-repeat
}

#thestar-global-bar .global-bar-container a span, #thestar-global-bar .global-bar-container a.btn-more:hover span {
  padding: 4px 0 6px 13px;
  margin: 0 0 0 5px;
  background: transparent url(../image/toggle_down_light.png) 100% 50% no-repeat
}

#thestar-global-bar .global-bar-container a.btn-selected {
  color: #333;
  background: #f3f1f1;
  border-bottom: 4px solid #f3f1f1;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0
}

#thestar-global-bar .global-bar-container a.btn-selected span, #thestar-global-bar .global-bar-container a.btn-selected:hover span {
  color: #789;
  background: transparent url(../image/toggle_up_dark.png) 100% 50% no-repeat
}

#thestar-global-bar .global-bar-container a.share span {
  background: transparent url(../image/share-nor.png) 100% 50% no-repeat
}

#thestar-global-bar .global-bar-container a:hover.share span {
  background: transparent url(../image/share-hover.png) 100% 50% no-repeat
}

#thestar-global-bar .global-bar-container .float-left .float-left .globalbar-dropdown {
  position: absolute;
  top: 31px;
  z-index: 1;
  width: 168px;
  padding: 8px 0;
  color: #789;
  background: #f3f1f1;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  display: none
}

#thestar-global-bar .global-bar-container .float-left .float-left .globalbar-dropdown a {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #2b2a29
}

#thestar-global-bar .global-bar-container .float-left .float-left .globalbar-dropdown a span {
  display: block;
  padding: 10px 0 10px 10px;
  margin: 0;
  background: 0 0;
  border-left: 5px solid #e30504
}

#thestar-global-bar .global-bar-container .float-left .float-left .globalbar-dropdown a:hover span {
  color: #e30504;
  background-color: #fff;
  border-left: 5px solid #ff5f07
}

#thestar-global-bar .global-bar-container #tagline {
  font: 300 16px sans-serif;
  color: #ffc200;
  font-size: 12px;
  margin: 6px 20px 0 0
}

#thestar-global-bar .global-bar-container #tagline b {
  font-weight: 400;
  font-size: 15px
}

#globar-message-container {
  position: absolute;
  top: -300px;
  left: 50%;
  width: 500px;
  padding: 25px;
  margin-top: 30px;
  margin-left: -275px;
  color: #333;
  font: 300 16px sans-serif;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  z-index: 99997
}

#globar-message-container .close-notification {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/close.png) center center no-repeat;
  opacity: .45;
  cursor: pointer
}

#globar-message-container .close-notification:hover {
  opacity: .85
}

#globar-message-container a {
  color: #3686d7
}

#globar-message-container a:hover {
  color: #397cbb
}

#globar-message-container .starlogo {
  display: block;
  width: 135px;
  height: 42px;
  margin: 25px auto 0;
  background: url(../image/star-inbox-logo.png) center center no-repeat
}

#globar-message-container .title {
  font-size: 120%;
  margin-bottom: 13px
}

#globar-message-container .desc {
  font-size: 83%;
  line-height: 150%
}

.global-bar-powered {
  padding: 12px 12px
}

@media only screen and (max-width :767px) {
  body {
    padding-top: 0
  }

  #thestar-global-bar {
    display: none
  }
}

@media screen and (max-width: 1328px) {
  #thestar-global-bar {
    display: none
  }

  body {
    padding-top: 0 !important
  }

  #navbar-main.affix {
    top: 0 !important
  }
}
