      /*Header*/
      /*Navigation*/
      
      .headerNav {
          position: relative;
          margin: -70px 0 0;
          z-index: 1000;
          background-color: rgba(255, 255, 255, .85);
          width: 100%;
          border-bottom: 1px solid rgba(0, 0, 0, .05);
      }
      /*Tamtay logo*/
      
      .headerNav .logo h1,
      .headerNav .logoCenter h1 {
          display: inline-block;
          text-align: center;
            line-height: 60px;

            position: absolute;
              left: 50%;
              width: 35px;
              margin: 0 0 0 -17px;
      }
      
      .headerNav .logoCenter {
          position: absolute;
          z-index: 1;
          left: 0;
          right: 0;
          visibility: hidden;
      }
      
      .headerNav .logoCenter a {
          font-size: 30px;
          color: #666;
      }
      
      .headerNav .logoCenter a:hover {
          color: #f9a41e;
      }
      .header.header-defaultPage .headerWrap .logo {
        margin: 50px 0 0;

      }
      /*End Tamtay logo*/
      
      .mainNav {
          position: relative;
          width: 100%;
      }
      
      .mainNav > ul li {
          display: inline-block;
          position: relative;
          font-size: 0;
          vertical-align: top
      }
      
      .mainNav > ul li a {
          color: #333;
          display: inline-block;
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase;
          padding-top: 16px;
          padding-bottom: 14px;
          line-height: 40px;
          letter-spacing: 1.5px;
      }
      
      .mainNav > ul li a i {
          /*vertical-align: middle;*/
      }
      
      .mainNav ul.leftNav > li a {
          padding-right: 15px;
          padding-left: 15px;
      }
      
      .mainNav ul.leftNav {
          float: left;
      }
      
      .mainNav ul.rightNav {
          float: right;
          margin: 0 50px 0 0;
      }
      
      .mainNav ul.rightNav > li {
          text-align: left;
      }
      
      .mainNav ul.rightNav > li a {
          padding-left: 15px;
          padding-right: 15px;
          font-size: 20px;
      }
      
      ul.rightNav > li a.notification {
          position: relative;
      }
      
      ul.rightNav > li a.notification:before {
          content: '';
          position: absolute;
          top: 14px;
          right: 5px;
          width: 8px;
          height: 8px;
          display: block;
          /*background: #279ee1;*/
          
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%;
      }
      
      .mobileBtn {
          display: inline-block;
          position: absolute;
          top: 13px;
          right: 20px;
          left: inherit;
          padding: 0;
          text-align: center;
          z-index: 1000;
          display: none;
      }
      
      .mobileBtn i {
          font-size: 26px;
          color: #333;
          vertical-align: middle;
      }
      
      .mobileBtn:hover i {
          color: #999;
      }
      /*Right Navigation Button */
      
      .signinBox {
          position: absolute;
          top: 0;
          right: 0;
          left: inherit;
          padding: 0;
      }
      
      .signinBox li {
          display: inline-block;
      }
      
      .signinBox li a {
          color: #333;
          display: inline-block;
          font-size: 16px;
          font-weight: 400;
          padding-left: 30px;
          line-height: 35px;
      }
      
      .signinBox li a:hover {
          /*color: #279ee1;*/
      }
      
      .avatarBox {
          position: absolute;
          top: 15px;
          right: 15px;
          left: inherit;
          padding: 0;
      }
      
      .avatarBox.open .avatarImg {
          opacity: 0.8;
      }
      
      .avatarImg {
          display: inline-block;
          height: 40px;
          width: 40px;
          overflow: hidden;
          background-size: cover;
          background-position: center;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          -webkit-transition: transform .2s ease-in-out;
          transition: transform .2s ease-in-out;
      }
      
      .avatarBox .loginBtn {
          display: block;
          height: 40px;
          height: 40px;
          line-height: 40px;
          width: 40px;
          color: #fff;
          text-align: center;
          vertical-align: middle;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          -webkit-transition: transform .2s ease-in-out;
          transition: transform .2s ease-in-out;
      }
      
      ul.navBtn-mobile {
          font-size: 0;
      }
      
      ul.navBtn-mobile li {
          display: inline-block;
          width: 50%;
      }
      
      ul.navBtn-mobile li a {
          display: inline-block;
          color: #fff;
          font-size: 16px;
          width: 100%;
          text-align: center;
          line-height: 45px;
      }
      
      ul.navBtn-mobile li:first-child a {
          background: #333;
      }
      
      ul.navBtn-mobile li:first-child a:active,
      ul.navBtn-mobile li:first-child a:hover {
          background: #444;
      }
      
      .pushRight-header {
          /*background: #279ee1;*/
      }
      
      a.nav-user {
          display: block;
          position: relative;
          height: auto;
          text-align: left;
          padding: 15px 20px;
          font-size: 0;
          overflow: hidden;
      }
      
      a.nav-user:hover {
          background: rgba(0, 0, 0, 0.3);
      }
      
      a.nav-user:after {
          content: '\f015';
          font-family: "FontAwesome";
          font-size: 110px;
          color: #fff;
          height: 120px;
          line-height: 120px;
          width: 120px;
          position: absolute;
          right: -30px;
          top: -20px;
          opacity: 0.3;
          z-index: 0;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
      }
      
      a.nav-user:hover:after {
          -webkit-transform: scale(1.4);
          transform: scale(1.4);
      }
      
      a.nav-user .avatarImg {
          position: relative;
          z-index: 1;
          height: 50px;
          width: 50px;
          margin: auto;
          vertical-align: middle;
      }
      
      a.nav-user:hover .avatarImg {
          /* -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);*/
      }
      
      .nav-user-name {
          position: relative;
          z-index: 1;
          display: inline-block;
          vertical-align: middle;
          font-size: 17px;
          font-weight: 500;
          color: #fff;
          padding-left: 15px;
          width: 70%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          letter-spacing: 0.7px;
      }
      
      .nav-mobile {}
      
      .nav-mobile li {
          
      }
      
      .nav-mobile li a {
          display: block;
          padding: 9px 20px 7px;
          font-size: 16px;
          color: #666;
          border-bottom: 1px solid #f0f0f0;
      }
      
      .nav-mobile li a:hover {
          background: #f5f5f5;
          color: #333;
      }
      
      .rightNav-mobile {
          font-size: 0;
          display: none;
      }
      
      .rightNav-mobile li {
          display: inline-block;
          width: 33.33333333%;
          text-align: center;
      }
      
      .rightNav-mobile li a {
          display: block;
          font-size: 20px;
          color: #fff;
          padding: 8px 0;
          background: rgba(0, 0, 0, .15);
      }
      
      .rightNav-mobile li a:hover,
      .rightNav-mobile li a.activated {
          background: rgba(0, 0, 0, .3);
      }
      
      ul.rightNav.rightNav-mobile > li a.notification:before {
          background: #fff;
          background: #fff;
          right: 14px;
          width: 6px;
          height: 6px;
      }
      /*End Right Navigation Button */
      /*End Navigation*/
      /*----------------------------------------------------------------*/
      /* MOBILE MENU*/
      /*----------------------------------------------------------------*/
      /*LEFT*/
      
      .pushLeft {
          float: left;
          position: fixed;
          background: #ffffff;
          top: 0;
          bottom: 0;
          left: -260px;
          width: 260px;
          z-index: 9999;
          overflow-y: auto;
          margin: 0;
          -webkit-transition: all .35s ease;
          transition: all .35s ease;
      }
      
      .pushLeft.opened {
          left: 0;
      }
      
      .pushLeft::-webkit-scrollbar {
          display: none;
      }
      /*RIGHT*/
      
      .pushRight {
          height: 100%;
          position: fixed;
          background: #ffffff;
          top: 0;
          bottom: 0;
          right: -260px;
          width: 260px;
          z-index: 9999;
          overflow-y: auto;
          -webkit-transition: all .35s ease;
          transition: all .35s ease;
      }
      
      .pushRight.opened {
          right: 0;
      }
      
      .mask {
          display: none;
          background: rgba(52, 56, 60, 0.9);
          width: 100%;
          height: 100%;
          z-index: 9998;
          position: fixed;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          cursor: pointer;
      }
      /*----------------------------------------------------------------*/
      /* END: MOBILE MENU*/
      /*----------------------------------------------------------------*/
      
      @media only screen and (max-width: 1200px) {}
      /* Medium Devices, Desktops */
      
      @media only screen and (max-width: 992px) {
          /* Small Devices, Tablets */
      }
      
      @media only screen and (max-width: 767px) {
          .headerNav,
          .headerNav.switchedHeader {
              position: fixed;
              top: 0;
              margin-top: 0;
              background-color: rgba(255, 255, 255, .98);
              min-height: 65px;
          }
          .headerNav .logo {
              
              visibility: visible;
          }
          .mobileBtn {
              display: inline-block;
          }
          .avatarBox {
              top: 12px;
          }
          .fixedNav ul.navBtn {
              margin-right: 0;
          }
          .rightNav-mobile {
              display: block;
          }
      }
      /* Extra Small Devices, Phones */
      
      @media only screen and (max-width: 480px) {
          .mainNav ul.leftNav > li a {
              padding: 14px 15px 11px;
              font-size: 18px;
          }
          .mainNav ul.rightNav > li a {
              padding: 11px 15px 14px;
              font-size: 18px;
          }
      }
      /* Custom, iPhone Retina */
      
      @media only screen and (max-width: 320px) {}
