#menuTopbarContainer {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  position: fixed;
}
.ui.menu .item {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  display: inline-block;
  padding: .5em .95em;
  border-top: 0 solid transparent;
  background: 0 0;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.ui.menu .item:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
}
.menubar-container {
  background: inherit;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.menubar-container .menu {
  background: inherit;
}
.menubar-container .menu.left {
  float: left;
}
.menubar-container .menu.left .fa.fa-bars {
  font-size: 16px;
  opacity: .75;
  float: none;
  margin: 0 .25em 0 0;
}
.menubar-container .menu.right {
  float: right;
}
.menubar-container .menu .item {
  font-size: 1.125rem;
  transition: 0.2s;
}
.menubar-container .menu .item:hover {
  opacity: 0.65;
  background: transparent !important;
}
.ui.menu.fixed .item:first-child,
.ui.menu.fixed .item:last-child {
  border-radius: 0!important;
}
a.item.ui.image {
  padding: 4px 15px;
  position: relative;
  display: inline-block;
}
.ui.menu .right .item:before {
  left: 0;
  right: auto;
}
/*----------------------------------*\
    Menu Polygon
\*----------------------------------*/
.p-player-menubar-container, .polygon-menu {
  background: white;
}
.polygon-menu {
  position: fixed;
  width: 100%;
  height: 40px;
  box-sizing: content-box;
  box-shadow: 0 0 0 1px rgba(39,41,43,.15),0 1px 2px 0 rgba(0,0,0,.05);
}
.polygon-menu .polygon-menu-wraper{
  margin: auto;
  /*border: 1px solid #DDD;*/
  position: relative;
  box-sizing: content-box;
  height: 40px;
  overflow: hidden;
  display: inline-block;
}
.polygon-menu .logo {
  max-width: 158px;
  max-height: 20px;
  padding: 10px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  float: left;
  position: relative;
  margin-right: 20px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.polygon-menu .menu-item {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  padding: 2px 24px;
  color: #212121;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.polygon-menu .menu-item:hover,
.polygon-menu .menu-item:active {
  background: #32C4ED;
  color: white;
}
.polygon-menu .menu.right{
  float: right;
}    
.share-menu-container {
  /*float: left;*/
  /*display: inline-block;*/
  position: relative;
  /*top: 44%;*/
  /*right: 91px;*/
}
.share-menu-container ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.share-menu-container .share-icon-container {
  display: inline-block;
  opacity: 0.6;
  font-size: 18px;
  width: 44px;
  margin-bottom: 1px;
  /*margin-left: 1px;*/
  color: #808080;
  transition: 0.1s;
  /* background: */
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #ECECEC;
  /*background: white;*/
  /*border: solid 1px #f0f0f0;*/
}
.share-menu-container .share-icon-container i {
  line-height: 40px;
  text-align: center;
}
.share-menu-container .share-icon-container:hover,
.share-menu-container .share-icon-container:active {
  cursor: pointer;
  opacity: 1;
  /*border: solid 1px transparent;*/
  color: #fff;
}
.share-menu-container .share-icon-container:hover.facebook-color,
.share-menu-container .share-icon-container:active.facebook-color {
  background-color: #315195;
}
.share-menu-container .share-icon-container:hover.twitter-color,
.share-menu-container .share-icon-container:active.twitter-color {
  background-color: #33a7e0;
}
.share-menu-container .share-icon-container:hover.google-color,
.share-menu-container .share-icon-container:active.google-color {
  background-color: #dd4b39;
}
.share-menu-container .share-icon-container:active {
  opacity: 0.5;
}
.navbar-header img {
  margin-top: 5px;
  margin-right: 15px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #6D6D6D;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-text:hover {
  color: #32C4ED;
}
/* right menu */
.polygon-menu .menu.right .navigation-container{
  color: white;
  display: inline-block;
}
.polygon-menu .menu.right .share-slide-toolbar{
  display: inline-block;
}
.polygon-menu .menu-container{
  float: right;
  position: absolute;
  top: 0px;
  left: 100px;
  right: 0px;
}
.polygon-menu .submenu-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  padding: 15px;
  background: white;
  padding-left: 0px;
}
.polygon-menu .submenu-item:first-child {
    padding-left: 10px;
}
.polygon-menu .submenu-item .submenu-preview-thumbnail{
  background-size: 'cover';
  width: 100%;
  height: 100px;
}
.polygon-menu .submenu-item .submenu-preview-title{
  font-size: 20px;
  line-height: 16px;
  max-height: 48px;
  margin-top: 5px;
  overflow: hidden;
}
.polygon-menu .text-container{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  margin-right: 180px;
  margin-left: 110px;
}
.polygon-menu .text-container h3{
  margin: 0;
  line-height: 40px; /*menu height*/
  font-size: 1.575rem;
  font-weight: 800;
  color: #212121;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.polygon-menu .text-container p{
text-align: center;
}
.polygon-menu .category-submenu{
  padding: 5;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
  position: absolute;
  background: #eee;
  height: 180px;
  width: 100%; 
  z-index: 100;
  overflow: hidden;
}
.polygon-menu .category-submenu .category-submenu-container{
  width: 100%;
  background: white;
  height: 100%;
}

/* css for mobile */

.menubar {
  position: fixed; 
  width: 100%; 
  height: 36px; 
  left: 0; 
  top: 0; 
  background: rgba(255,255,255,0.9);
  z-index: 2;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.menubar.collapse {
  height: 22px;
  background: white;
}
.menubar .logo {
  height: 16px;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.menubar .status, .menubar .item, .menubar.collapse .collapse-item {
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menubar.collapse .status, .menubar.collapse .item, .menubar .collapse-item {
  opacity: 0;
  height: 0;
  font-size: 0;
}
.menubar.collapse .logo {
  height: 12px;
  padding: 5px;
}
.menu-page {
  position: fixed;
  left: 0;      
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  z-index: 3;
}    
.menu-page.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.menu-page .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  color: #444;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  background: white;
}
.menu-page .footer a {
  color: rgb(3, 156, 211);
  text-decoration: none;
}
.menu-page .item-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 30px;
  margin: 0;
  padding: 20px 5px;
  text-align: center;
  overflow: auto;
  list-style: none;
  border-bottom: 1px solid #eee;
}    
.categories-page .item-list>li {
  padding: 10px 0;
  font-size: 16px;
  color: #111;
}
.menubar .right, .menubar .left {
  position: absolute;
  width: 30px;
  height: 16px;
  line-height: 16px;
  top: 0px;
  padding: 10px;      
}
.menubar .right {
  right: 0px;
  text-align: right;
}
.menubar .left {
  left: 0px;
  text-align: left;
}
.menubar .fa-bars {
  font-size: 20px;
}
.menubar .item {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  font-size: 20px;
}
.menubar .collapse-item {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 100px;      
}
.menubar.collapse .collapse-item {
  font-size: 10px;
  padding: 5px;
  height: 12px;
  line-height: 12px;
}
.menubar .status {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.menubar .status span {
  text-decoration: underline;
  margin-right: 5px;
}
.quick-view .item-list {
  text-align: left;
}
.quick-view .item {
  line-height: 1;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;      
  display: table;
  table-layout: fixed;
  font-size: 16px;
  position: relative;
  width: 100%;
}
.quick-view .item.active { 
  background: #222;
  color: white;
}
.quick-view .content {
  display: block;
  margin: 0 5px 25px;
  position: absolute;
  right: 0;
  left: 100px;
}
.quick-view .title {
  font-weight: 600;
  margin: 15px 0 5px;
  font-size: 1.25em;
}
.quick-view .description {
  font-size: 1em;
  font-weight: 100;
  margin: 0;      
  line-height: 20px;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: absolute;
}
.quick-view .thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: table-cell;
  background-size: cover;
  background-position: center center;
  background-color: #eee;
  background-color: #eee;
  position: relative;
  vertical-align: middle;
}
.quick-view .menubar {
  height: 70px;
}
.quick-view .item-list {
  top: 70px;
  padding: 5px;
}
.quick-view .tab-list {
  top: 40px;
  height: 25px;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.quick-view .tab-group {
  margin: 0 9px;
}
.quick-view .tab-group button {
  height: 25px;
  border-radius: 2px;
  width: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #222;
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
}
.quick-view .tab-group button.active {
  background: rgba(34, 34, 34, 0.8);
  color: white;
}
.quick-view .tab-group button:nth-child(odd) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0;
}
.quick-view .tab-group button:nth-child(even) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0;
}
/*----------------------*\
player menubar
\*----------------------*/
.article__item-label {
  color: rgb(45,167,231);
}
.article__item.active {
  background: rgb(33,33,33);
  color: white;
}
.p-player-menubar-container {
  color: rgb(111,111,111);
}
.p_menu_float_item-label{
  color: rgb(25,187,241);
}



/*----------------------*\
hamburger
\*----------------------*/

nav.hamburger {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #3e3c3d;
    background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));
    background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c3d', endColorstr='#2d2c2d', GradientType=0);
}

/*
Style the navigation menu
*/
nav.hamburger ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

nav.hamburger li {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    padding: 9px 15px;
}

nav.hamburger li.hamburger-divider{
    padding: 0px;
    border-bottom: 1px solid #222222;
    border-top: 1px solid #444444;
}

nav.hamburger li.hamburger-heading{
    color: #fff;
    text-decoration: none;
}

nav.hamburger a li {
    color: #ddd;
    text-decoration: none;
}

nav.hamburger a li:hover {
    color: #999;
    text-decoration: none;
}
/*
The white stripes in the hamburger button
*/

#hamburger  {
    margin-top: 0.8em;
}
#hamburger div {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 2px 2px 2px 2px;
    height: 0.1px;
    margin-top: 3px;
    width: 1.5em;
}