body,
html,
ul,
li,
h1,
h2,
h3 {
  margin: 0;
  padding: 0; }

body {
  font-family: Arial, Helvetica, sans-serif; }

ul {
  list-style-type: none; }

a {
  text-decoration: none; }

a:active,
a:focus {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

button {
  outline: none; }

.no-image {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-top: 45px;
  background-color: #0d8f37;
  color: #ffffff;
  font-size: 20px;
  text-align: center; }

.add-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  color: #a0a0a0;
  font-size: 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .add-link .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.width-100 {
  width: 100%; }

.action-box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  z-index: 3000; }
  .action-box form {
    min-width: 300px; }
    .action-box form .btn-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 10px; }

.login-box {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 4000;
  width: 290px;
  min-height: 330px;
  overflow-y: auto;
  max-height: 100vh; }
  .login-box .reset-pass-link {
    display: block;
    font-size: 14px; }
  .login-box .btn-bottom-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000; }

.actions {
  display: inline-block;
  text-align: center; }
  .actions .action {
    display: inline-block;
    color: gray;
    height: 100%; }

.add-branch {
  display: inline-block;
  width: 80px;
  height: 22px;
  font-size: 20px;
  background-image: url("/img/button1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  color: #000000; }
  .add-branch:hover {
    background-image: url("/img/button2.jpg"); }
  .add-branch:active {
    background-image: url("/img/button3.jpg"); }

.search-bar {
  background-color: transparent;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .search-bar input {
    margin-right: 5px;
    padding: 3px 15px;
    width: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-color: #8c8874;
    border-style: solid;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    border-width: 1px;
    color: #878787;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3); }
    .search-bar input:focus {
      outline: none; }
  .search-bar button {
    padding: 4px 12px; }
  .search-bar .buttons {
    padding-right: 5px; }
    @media only screen and (max-width: 1070px) {
      .search-bar .buttons {
        margin: 0 auto; } }
    .search-bar .buttons ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .search-bar .buttons ul li button {
        width: 20px;
        height: 20px;
        border: 0;
        -webkit-border-radius: 0;
                border-radius: 0;
        background-color: transparent;
        color: #3dc6e8;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat; }
        .search-bar .buttons ul li button.active {
          width: 26px;
          height: 26px; }
      .search-bar .buttons ul li:nth-child(1) button {
        background-image: url("../img/0.png"); }
      .search-bar .buttons ul li:nth-child(2) button {
        background-image: url("../img/1.png"); }
      .search-bar .buttons ul li:nth-child(3) button {
        background-image: url("../img/2.png"); }
      .search-bar .buttons ul li:nth-child(4) button {
        background-image: url("../img/3.png"); }
      .search-bar .buttons ul li:nth-child(5) button {
        background-image: url("../img/4.png"); }
      .search-bar .buttons ul li:nth-child(1) button.active {
        background-image: url("../img/0_a.png"); }
      .search-bar .buttons ul li:nth-child(2) button.active {
        background-image: url("../img/1_a.png"); }
      .search-bar .buttons ul li:nth-child(3) button.active {
        background-image: url("../img/2_a.png"); }
      .search-bar .buttons ul li:nth-child(4) button.active {
        background-image: url("../img/3_a.png"); }
      .search-bar .buttons ul li:nth-child(5) button.active {
        background-image: url("../img/4_a.png"); }

.tabs-header {
  position: relative; }
  .tabs-header > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto; }
    .tabs-header > ul::-webkit-scrollbar-button {
      background-image: url("");
      background-repeat: no-repeat;
      width: 2px;
      height: 0px; }
    .tabs-header > ul::-webkit-scrollbar-track {
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 3px #000 inset;
              box-shadow: 0px 0px 3px #000 inset; }
    .tabs-header > ul::-webkit-scrollbar-thumb {
      background-color: #00a3c1;
      -webkit-box-shadow: 0px 1px 1px #fff inset;
              box-shadow: 0px 1px 1px #fff inset; }
    .tabs-header > ul::-webkit-resizer {
      background-image: url("");
      background-repeat: no-repeat;
      width: 2px;
      height: 0px; }
    .tabs-header > ul::-webkit-scrollbar {
      width: 2px;
      height: 8px; }
    .tabs-header > ul > li {
      position: relative; }
      @media only screen and (max-width: 620px) {
        .tabs-header > ul > li {
          width: 90%;
          margin-left: auto;
          margin-right: auto; } }
      .tabs-header > ul > li > a {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        white-space: nowrap; }
        @media only screen and (max-width: 620px) {
          .tabs-header > ul > li > a {
            width: 100%; } }
        .tabs-header > ul > li > a::after {
          position: relative;
          top: -2px;
          content: '\25CF';
          padding-left: 10px;
          padding-right: 10px;
          color: #000000; }
      .tabs-header > ul > li > a.active {
        color: #3dc6e8; }
        @media only screen and (max-width: 1070px) {
          .tabs-header > ul > li > a.active::before {
            display: none; } }
      .tabs-header > ul > li:last-child {
        position: relative; }
        .tabs-header > ul > li:last-child > a::after {
          content: unset; }
        @media only screen and (max-width: 620px) {
          .tabs-header > ul > li:last-child {
            padding-top: 0;
            text-align: center; } }
      .tabs-header > ul > li:last-child:hover .dropdown {
        display: block !important;
        position: absolute;
        padding: 20px 10px;
        z-index: 1000;
        background-color: #ffffff; }
        .tabs-header > ul > li:last-child:hover .dropdown a {
          display: inline-block;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: bold;
          color: #000000; }
          @media only screen and (max-width: 620px) {
            .tabs-header > ul > li:last-child:hover .dropdown a {
              width: 100%; } }
        .tabs-header > ul > li:last-child:hover .dropdown a.active {
          color: #3dc6e8; }
          @media only screen and (max-width: 1070px) {
            .tabs-header > ul > li:last-child:hover .dropdown a.active {
              color: #000000; } }
  .tabs-header > .actions {
    position: absolute;
    top: 12px;
    right: 20px; }
    .tabs-header > .actions .actions-wrapper {
      display: inline-block; }

.wrapper {
  width: 1070px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1070px) {
    .wrapper {
      width: 100%; } }

.tabs {
  position: relative; }
  .tabs .tab {
    display: none; }
    .tabs .tab .section-actions {
      display: block;
      text-align: center; }
  .tabs .tab.active {
    display: block; }
  .tabs > ul:last-child {
    background-color: rgba(255, 255, 255, 0.5); }

.widget {
  margin-bottom: 20px; }
  @media only screen and (max-width: 620px) {
    .widget {
      text-align: center; } }
  .widget .widget-header {
    margin-bottom: 20px; }
    .widget .widget-header h3 {
      display: inline-block;
      font-size: 20px; }
  .widget .widget-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .widget:last-child {
    margin-bottom: 0; }

.links {
  width: 100%; }
  .links > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media only screen and (max-width: 1070px) {
      .links > ul {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    .links > ul li {
      width: 20%;
      margin-bottom: 20px; }
      .links > ul li .item-offer-link {
        display: block;
        margin: 0 auto;
        width: 160px;
        height: 160px;
        -webkit-border-radius: 15px;
                border-radius: 15px;
        border: 1px solid #dcdcdc;
        overflow: hidden; }
        @media only screen and (max-width: 1070px) {
          .links > ul li .item-offer-link {
            width: 100%; } }
      .links > ul li .link-wrapper {
        position: relative; }
        .links > ul li .link-wrapper .link-actions {
          display: none;
          position: absolute;
          top: 5px;
          left: 50%;
          z-index: 5;
          padding: 5px;
          -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          background-color: rgba(255, 255, 255, 0.7); }
          .links > ul li .link-wrapper .link-actions .action:first-child {
            margin-right: 10px; }
        .links > ul li .link-wrapper:hover .link-actions {
          display: inline-block; }
        .links > ul li .link-wrapper .link {
          display: inline-block;
          height: 100%;
          width: 100%; }
          .links > ul li .link-wrapper .link img {
            position: absolute;
            left: 50%;
            top: 50%;
            min-height: 100%;
            min-width: 100%;
            max-width: 100%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
        .links > ul li .link-wrapper .link-title {
          padding: 5px;
          position: absolute;
          left: 0;
          bottom: 0;
          display: inline-block;
          width: 100%;
          text-align: center;
          background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
          background: -webkit-linear-gradient(top, #ffffff, #dfdfdf);
          background: -o-linear-gradient(top, #ffffff, #dfdfdf);
          background: linear-gradient(to bottom, #ffffff, #dfdfdf);
          color: #000; }
    .links > ul li:nth-child(5n) {
      margin-right: 0; }

.canvas-wrapper {
  position: relative;
  width: 200px; }
  .canvas-wrapper .canvas {
    width: 200px;
    height: 150px;
    background-color: #c1c1c1; }

#link_form_image_file {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer; }

body,
html {
  font-family: Arial, Helvetica, sans-serif; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff; }
  header .top .wrap {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    border: 2px;
    border-color: #c1c1c1;
    border-style: solid;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    border-top: 0; }
    header .top .wrap .logo-box img {
      max-height: 60px; }
    header .top .wrap .user-box {
      font-size: 20px; }
      header .top .wrap .user-box label {
        color: #000; }
      header .top .wrap .user-box .login-box {
        font-size: 16px; }
        header .top .wrap .user-box .login-box .box-header {
          position: relative;
          height: 15px; }
          header .top .wrap .user-box .login-box .box-header .box-close {
            position: absolute;
            right: 0;
            top: -10px;
            color: #575757; }
            header .top .wrap .user-box .login-box .box-header .box-close:hover {
              color: #717171; }
      header .top .wrap .user-box .login-box.error {
        border: 2px solid #d5141e; }
        header .top .wrap .user-box .login-box.error #username, header .top .wrap .user-box .login-box.error #password {
          color: #d5141e;
          -webkit-text-fill-color: #d5141e; }
  header .bottom {
    margin-top: 30px; }
    header .bottom .wrap {
      position: relative;
      height: 50px;
      width: 1070px;
      margin-left: auto;
      margin-right: auto;
      color: #ffffff;
      border: 2px;
      border-color: #c1c1c1;
      border-style: solid;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      -webkit-border-bottom-left-radius: 0;
              border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 0;
              border-bottom-right-radius: 0; }
      @media only screen and (max-width: 1070px) {
        header .bottom .wrap {
          width: 100%; } }

.tabs-header {
  padding: 12px 70px 12px 30px; }

.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 170px;
  margin-bottom: 50px; }
  .wrapper .main {
    position: relative;
    border: 2px;
    border-color: #c1c1c1;
    border-style: solid;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    border-top-width: 0;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 22px;
    padding-bottom: 22px; }
    @media only screen and (max-width: 620px) {
      .wrapper .main {
        padding-left: 15px;
        padding-right: 15px; } }

.widget .widget-header {
  text-align: center; }
  .widget .widget-header h3 {
    text-transform: uppercase;
    font-weight: bold; }

footer {
  width: 100%;
  font-size: 12px; }
  @media only screen and (max-width: 1070px) {
    footer {
      width: 100%; } }
  footer .wrap {
    position: relative;
    height: 60px;
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px;
    border-color: #c1c1c1;
    border-style: solid;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    border-bottom-width: 0; }
    footer .wrap .footer-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 10px; }
      footer .wrap .footer-menu li {
        margin-left: 7px; }
        footer .wrap .footer-menu li a {
          color: #757575; }
    footer .wrap .copyright {
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      color: #757575; }
    footer .wrap .regulations {
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      color: #757575;
      cursor: pointer; }
    @media only screen and (max-width: 1070px) {
      footer .wrap {
        width: 100%; } }
    footer .wrap .bottom-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 20px 30px 10px; }

.title-section {
  padding: 0; }
  .title-section:hover .action {
    display: inline-block; }
  .title-section .action {
    display: none;
    color: gray; }

.logo-modal-box .login-box {
  width: 460px; }
  .logo-modal-box .login-box .box-header {
    position: relative;
    height: 15px; }
  .logo-modal-box .login-box .box-close {
    position: absolute;
    right: 0;
    top: -10px;
    color: #575757; }
  .logo-modal-box .login-box h2 {
    margin-bottom: 15px; }

.wrap-login {
  position: relative; }
  .wrap-login:hover .user-log-box {
    top: 100%;
    opacity: 1;
    visibility: visible; }

.user-log-box {
  padding: 20px;
  position: absolute;
  right: -17px;
  top: 0;
  min-width: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
  background: -webkit-linear-gradient(top, #ffffff, #dfdfdf);
  background: -o-linear-gradient(top, #ffffff, #dfdfdf);
  background: linear-gradient(to bottom, #ffffff, #dfdfdf);
  z-index: 100;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 2px solid #c1c1c1;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: top .3s, opacity .3s;
  -o-transition: top .3s, opacity .3s;
  transition: top .3s, opacity .3s; }
  .user-log-box p {
    color: #000; }
  .user-log-box a {
    display: block;
    font-size: 16px;
    color: #337ab7; }

.wrapper .page-section {
  -webkit-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  border-top-width: 2px; }
  .wrapper .page-section .title {
    margin-bottom: 30px; }
  .wrapper .page-section .flash-notice {
    padding: 15px;
    background: #73b973;
    color: #fff; }

.mask-load {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.3); }
  .mask-load .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 50px;
    color: #337ab7; }
    .mask-load .loader i {
      -webkit-animation: loader-img 2s linear infinite;
              animation: loader-img 2s linear infinite; }

@-webkit-keyframes loader-img {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-img {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media only screen and (max-width: 1070px) {
  .wrapper,
  header .top .wrap,
  header .bottom .wrap,
  footer .wrap {
    width: 768px; } }

@media only screen and (max-width: 768px) {
  .wrapper,
  header .top .wrap,
  header .bottom .wrap,
  footer .wrap {
    width: 100%; }
  header .top .wrap {
    padding: 10px; }
  header, .wrapper, footer {
    padding: 0 15px; }
  .search-bar {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .search-bar .buttons {
    margin-bottom: 5px;
    width: 100%; }
  .search-bar .buttons ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .search-bar input {
    width: auto; }
  header .bottom {
    margin-top: 10px; }
  .wrapper {
    margin-top: 140px; }
  .action-box {
    width: 460px; }
  .title-section .action {
    display: inline-block; } }

@media only screen and (max-width: 480px) {
  .logo-modal-box .login-box,
  .action-box {
    width: 280px; }
  header {
    position: static; }
  .wrapper {
    margin-top: 0; }
  header .top .wrap .logo-box img {
    max-height: 30px; }
  .action-box form {
    min-width: 0; }
  .logo-modal-box .login-box h2 {
    font-size: 22px; }
  .widget .widget-header h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .widget .widget-header h3 a {
      margin: 0 5px; }
  header .top .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  header .top .wrap .logo-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .search-bar {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%; }
  header .top .wrap .user-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }
