/*
Template Name: VoiceX Admin - Responsive Admin Template
Author: Multipurpose Themes
File: horizontal menu scss
*/
/*@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");*/
/*Social Media Colors*/
/*Theme Colors*/
@media (min-width: 992px) {
  .layout-top-nav .content-wrapper, .layout-top-nav .main-footer, .layout-top-nav .main-header .inside-header, .layout-top-nav .main-nav > .navbar {
    width: 95%;
    margin: 0 auto; }
  .layout-top-nav .main-header .inside-header {
    padding: 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
.layout-top-nav.fixed .main-nav {
  position: fixed;
  width: 100%;
  z-index: 809;
  border-radius: 0; }
.layout-top-nav.fixed .main-header .inside-header {
  padding: 0; }
.layout-top-nav .main-nav {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  z-index: 9;
  position: relative;
  margin: 6px auto;
  border-radius: 5px; }
  .layout-top-nav .main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    overflow: hidden; }
  .layout-top-nav .main-nav .nav-brand {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0; }
    .layout-top-nav .main-nav .nav-brand a {
      color: #ffffff; }
.layout-top-nav #main-menu:before, .layout-top-nav .main-menu-btn-icon:after, .layout-top-nav .main-menu-btn-icon:before {
  content: ''; }
.layout-top-nav #main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .layout-top-nav.fixed .main-nav {
    position: fixed;
    width: 100%;
    margin: 6px auto; } }
.layout-top-nav #main-menu:before {
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden; }

@media (min-width: 992px) {
  .layout-top-nav #main-menu {
    float: none;
    clear: none;
    margin: 0 auto; }
    .layout-top-nav #main-menu:before {
      display: none; }
  .layout-top-nav.fixed #main-menu {
    width: 95%; }
  .layout-top-nav .main-nav {
    width: auto;
    float: left;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0; } }
@media (min-width: 768px) {
  .layout-top-nav .main-nav {
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0; } }
@media (max-width: 991px) {
  .layout-top-nav .main-nav {
    width: 100%;
    max-width: 100% !important; } }
@media (max-width: 991px) {
  .layout-top-nav .main-nav {
    z-index: 9999;
    position: relative;
    /*padding: 10px 30px 5px;*/
    margin: 0px 0px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0; }
    .layout-top-nav .main-nav .nav-brand {
      margin: 5px 20px 0 0; }
      .layout-top-nav .main-nav .nav-brand a {
        color: #2f363c; }
    .layout-top-nav .main-nav .topbar-toggler {
      color: #2f363c;
      cursor: pointer; }
      .layout-top-nav .main-nav .topbar-toggler:focus {
        outline: none; }
    .layout-top-nav .main-nav .main-menu-btn-icon {
      color: #2f363c;
      background-color: #fff; }
      .layout-top-nav .main-nav .main-menu-btn-icon:before, .layout-top-nav .main-nav .main-menu-btn-icon:after {
        background-color: #2f363c; }
  .layout-top-nav .main-header {
    max-height: 100%; }
  .layout-top-nav.fixed .main-nav {
    margin: 0px auto;
    z-index: 10000; } }
.layout-top-nav .topbar-toggler {
  float: right;
  position: absolute;
  right: 35px;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.714rem;
  line-height: initial;
  margin-top: 6px; }
.layout-top-nav .main-menu-btn {
  float: right;
  margin: 0px 10px 0 0px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  z-index: 9999; }
.layout-top-nav .main-menu-btn-icon {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #ffffff;
  -webkit-transition: all .25s;
  transition: all .25s; }
  .layout-top-nav .main-menu-btn-icon:before, .layout-top-nav .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #ffffff;
    -webkit-transition: all .25s;
    transition: all .25s; }
  .layout-top-nav .main-menu-btn-icon:before {
    top: -7px;
    left: 0; }
  .layout-top-nav .main-menu-btn-icon:after {
    top: 7px;
    left: 0; }
.layout-top-nav #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: 0 0; }
  .layout-top-nav #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .layout-top-nav #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.layout-top-nav #main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
.layout-top-nav #main-menu-state:not(:checked) ~ #main-menu, .layout-top-nav .main-menu-btn::after, .layout-top-nav .main-menu-btn::before {
  display: none; }
.layout-top-nav #main-menu-state:checked ~ #main-menu {
  display: block;
  /*background-color: #ffffff;*/ }
.layout-top-nav.dark-skin #main-menu-state:checked ~ #main-menu {
  background-color: #2f363c; }

@media (max-width: 767px) {
  .layout-top-nav .topbar-toggler {
    margin-top: 0px;
    position: relative;
    right: 0; }
  .layout-top-nav .main-nav .nav-brand {
    margin: 0px 20px 0 0; } }
@media (min-width: 768px) {
  .layout-top-nav .main-menu-btn {
    position: absolute;
    top: -99999px;
    display: none !important; }
  .layout-top-nav #main-menu-state:not(:checked) ~ #main-menu {
    display: inline-block; } }
@media (min-width: 992px) {
  .layout-top-nav #main-menu-state:not(:checked) ~ #main-menu {
    display: block; }
  .layout-top-nav .topbar-toggler {
    display: none; } }
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left; }
  .sm ul, .sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left; }
  .sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0; }
  .sm ul {
    display: none; }
  .sm li, .sm a {
    position: relative; }
  .sm a {
    display: block; }
    .sm a.disabled {
      cursor: default; }
  .sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden; }
  .sm *, .sm *::before, .sm *::after {
    box-sizing: inherit; }

.sm-rtl {
  direction: rtl;
  text-align: right; }
  .sm-rtl ul, .sm-rtl li {
    direction: rtl;
    text-align: right; }

.sm-blue {
  background: transparent;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
  .sm-blue a {
    padding: 10px 20px;
    border-radius: 4px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: #2f363c;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none; }
    .sm-blue a:hover, .sm-blue a:active, .sm-blue a:focus {
      padding: 10px 20px;
      /* make room for the toggle button (sub indicator) */
      padding-right: 58px;
      background: #2f363c;
      color: #ffffff;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 1rem;
      font-weight: normal;
      line-height: inherit;
      text-decoration: none;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
    .sm-blue a.current {
      background: #2f363c;
      color: #ffffff; }
    .sm-blue a.disabled {
      color: #455059; }
    .sm-blue a .sub-arrow {
      position: absolute;
      top: 50%;
      margin-top: -17px;
      left: auto;
      right: 4px;
      width: 34px;
      height: 34px;
      overflow: hidden;
      font: bold 16px/34px monospace !important;
      text-align: center;
      text-shadow: none;
      border-radius: 4px; }
      .sm-blue a .sub-arrow::before {
        content: '+'; }
  .sm-blue.highlighted .sub-arrow::before {
    content: '-'; }
  .sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
    border-radius: 4px; }
  .sm-blue > li:last-child > a, .sm-blue > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    border-radius: 0 0 8px 8px; }
  .sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0; }
  .sm-blue ul {
    background: #ffffff; }
    .sm-blue ul a {
      background: transparent;
      color: #2f363c;
      font-size: 1rem;
      text-shadow: none;
      border-left: 8px solid transparent; }
      .sm-blue ul a:hover, .sm-blue ul a:active, .sm-blue ul a:focus {
        background: transparent;
        color: #2f363c;
        font-size: 1rem;
        text-shadow: none;
        border-left: 8px solid transparent; }
      .sm-blue ul a.current {
        background: #2f363c;
        color: #ffffff; }
      .sm-blue ul a.disabled {
        color: gray; }
    .sm-blue ul ul {
      background: rgba(128, 128, 128, 0.1); }
    .sm-blue ul ul a,
    .sm-blue ul ul a:hover,
    .sm-blue ul ul a:focus,
    .sm-blue ul ul a:active {
      border-left: 16px solid transparent; }
    .sm-blue ul ul ul a,
    .sm-blue ul ul ul a:hover,
    .sm-blue ul ul ul a:focus,
    .sm-blue ul ul ul a:active {
      border-left: 24px solid transparent; }
    .sm-blue ul ul ul ul a,
    .sm-blue ul ul ul ul a:hover,
    .sm-blue ul ul ul ul a:focus,
    .sm-blue ul ul ul ul a:active {
      border-left: 32px solid transparent; }
    .sm-blue ul ul ul ul ul a,
    .sm-blue ul ul ul ul ul a:hover,
    .sm-blue ul ul ul ul ul a:focus,
    .sm-blue ul ul ul ul ul a:active {
      border-left: 40px solid transparent; }
  .sm-blue li:first-child {
    border-top: 0; }

@media (min-width: 768px) {
  .sm-blue {
    background-color: transparent;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
    .sm-blue ul {
      position: absolute;
      width: 12em;
      border: 1px solid #8c8c8c;
      padding: 10px 10px;
      background: #fff;
      border-radius: 5px 5px 5px 5px !important;
      box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2); }
      .sm-blue ul li {
        float: none; }
      .sm-blue ul a {
        white-space: nowrap;
        border: 0 !important;
        padding: 9px 30px 9px 10px;
        background: transparent;
        color: #2f363c;
        border-radius: 5px !important; }
        .sm-blue ul a.highlighted {
          white-space: nowrap;
          border: 0 !important;
          padding: 9px 30px 9px 10px;
          background: transparent;
          color: #2f363c;
          border-radius: 5px !important; }
        .sm-blue ul a:hover, .sm-blue ul a:active, .sm-blue ul a:focus {
          border: 0 !important;
          padding: 9px 30px 9px 10px;
          background: transparent;
          color: #2f363c;
          border-radius: 5px !important; }
        .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
          background: #2f363c;
          color: #ffffff; }
        .sm-blue ul a.current {
          background: #2f363c;
          color: #ffffff; }
        .sm-blue ul a.disabled {
          background: #ffffff;
          color: #cccccc; }
        .sm-blue ul a .sub-arrow {
          top: 50%;
          margin-top: -5px;
          bottom: auto;
          left: auto;
          margin-left: 0;
          right: 10px;
          border-style: dashed dashed dashed solid;
          border-color: transparent transparent transparent #2f363c; }
      .sm-blue ul ul {
        border-radius: 10px !important;
        background: #ffffff; }
      .sm-blue ul li {
        border: 0; }
    .sm-blue li {
      float: left; }
    .sm-blue.sm-rtl li {
      float: right; }
    .sm-blue.sm-rtl ul li {
      float: none; }
    .sm-blue a {
      white-space: nowrap;
      padding: 10px 35px 10px 14px;
      margin-left: 2px;
      margin-right: 2px;
      border-radius: 5px; }
      .sm-blue a:hover, .sm-blue a:active, .sm-blue a:focus {
        padding: 10px 35px 10px 14px;
        background: #2f363c;
        color: #ffffff; }
      .sm-blue a.highlighted {
        padding: 10px 35px 10px 14px;
        background: #2f363c;
        color: #ffffff; }
      .sm-blue a.current {
        background: #2f363c;
        color: #ffffff; }
      .sm-blue a.disabled {
        background: #738391;
        color: #2f363c; }
      .sm-blue a .sub-arrow {
        margin-top: -3px;
        bottom: 2px;
        margin-left: -5px;
        right: 10px;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #ffffff transparent transparent transparent;
        background: transparent;
        border-radius: 0; }
        .sm-blue a .sub-arrow::before {
          display: none; }
    .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
      white-space: nowrap; }
    .sm-blue > li:first-child {
      border-left: 0; }
      .sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
        border-radius: 5px; }
    .sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a {
      border-radius: 5px !important; }
    .sm-blue > li {
      border-left: 0px solid #2f363c; }
    .sm-blue.sm-rtl ul a {
      padding: 9px 25px 9px 30px; }
      .sm-blue.sm-rtl ul a:hover, .sm-blue.sm-rtl ul a:active, .sm-blue.sm-rtl ul a:focus {
        padding: 9px 25px 9px 30px; }
      .sm-blue.sm-rtl ul a.highlighted {
        padding: 9px 25px 9px 30px; }
    .sm-blue .scroll-up, .sm-blue .scroll-down {
      position: absolute;
      display: none;
      visibility: hidden;
      overflow: hidden;
      background: #ffffff;
      height: 20px; }
    .sm-blue .scroll-up-arrow, .sm-blue .scroll-down-arrow {
      position: absolute;
      top: -2px;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 8px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent #2f363c transparent; }
    .sm-blue .scroll-down-arrow {
      top: 6px;
      border-style: solid dashed dashed dashed;
      border-color: #2f363c transparent transparent transparent; }
    .sm-blue.sm-rtl > li:first-child {
      border-left: 0px solid #2f363c; }
      .sm-blue.sm-rtl > li:first-child > a, .sm-blue.sm-rtl > li:first-child > :not(ul) a {
        border-radius: 5px; }
    .sm-blue.sm-rtl > li:last-child {
      border-left: 0; }
      .sm-blue.sm-rtl > li:last-child > a, .sm-blue.sm-rtl > li:last-child > :not(ul) a {
        border-radius: 5px !important; }
    .sm-blue.sm-rtl ul a .sub-arrow {
      right: auto;
      left: 10px;
      border-style: dashed solid dashed dashed;
      border-color: transparent #2f363c transparent transparent; } }
@media (min-width: 992px) {
  .sm-blue a {
    color: #ffffff; } }
@media (max-width: 991px) {
  .sm-blue a {
    color: #ffffff; }
    .sm-blue a .sub-arrow {
      border-color: #2f363c transparent transparent transparent; }

  .layout-top-nav .main-nav .nav-brand a {
    color: #2f363c; } }
.dark-skin .main-nav {
  background: transparent; }
.dark-skin .sm-blue ul {
  background: #333333; }
  .dark-skin .sm-blue ul a {
    color: rgba(255, 255, 255, 0.7); }
    .dark-skin .sm-blue ul a:hover, .dark-skin .sm-blue ul a:active, .dark-skin .sm-blue ul a:focus {
      color: rgba(255, 255, 255, 0.7); }
.dark-skin .sm-blue a.current .sub-arrow, .dark-skin .sm-blue a.highlighted .sub-arrow {
  border-color: #fff transparent transparent transparent; }
.dark-skin .sm-blue a:hover .sub-arrow, .dark-skin .sm-blue a:active .sub-arrow, .dark-skin .sm-blue a:focus .sub-arrow {
  border-color: #fff transparent transparent transparent; }
.dark-skin .sm-blue a .sub-arrow {
  border-color: #ffffff transparent transparent transparent; }

@media (max-width: 991px) {
  .layout-top-nav.dark-skin .main-nav {
    background: #333333; }
    .layout-top-nav.dark-skin .main-nav .nav-brand a {
      color: #ffffff; }
    .layout-top-nav.dark-skin .main-nav .topbar-toggler {
      color: #ffffff; }
    .layout-top-nav.dark-skin .main-nav .main-menu-btn-icon {
      color: #ffffff;
      background-color: #ffffff; }
      .layout-top-nav.dark-skin .main-nav .main-menu-btn-icon:before, .layout-top-nav.dark-skin .main-nav .main-menu-btn-icon:after {
        background-color: #ffffff; } }
@media (min-width: 768px) {
  .dark-skin .sm-blue ul {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #333333; }
    .dark-skin .sm-blue ul a {
      color: rgba(255, 255, 255, 0.7); }
      .dark-skin .sm-blue ul a:hover, .dark-skin .sm-blue ul a:active, .dark-skin .sm-blue ul a:focus {
        color: rgba(255, 255, 255, 0.7); }
      .dark-skin .sm-blue ul a.highlighted {
        color: rgba(255, 255, 255, 0.7); } }
.light-skin .sm-blue a.current .sub-arrow, .light-skin .sm-blue a.highlighted .sub-arrow {
  border-color: #fff transparent transparent transparent; }
.light-skin .sm-blue a:hover .sub-arrow, .light-skin .sm-blue a:active .sub-arrow, .light-skin .sm-blue a:focus .sub-arrow {
  border-color: #fff transparent transparent transparent; }

@media (min-width: 1251px) {
  .layout-boxed .sm-blue li:last-child ul {
    right: 0;
    left: auto !important; }

  .layout-boxed .sm-blue li:last-child ul ul {
    right: 100%;
    left: auto !important; } }
.layout-top-nav .main-header .navbar {
  margin-left: 0;
  width: auto;
  display: inline-block;
  float: right; }
.layout-top-nav .main-header .navbar-custom-menu {
  padding-right: 0px; }

@media (max-width: 991px) {
  .layout-top-nav .main-header .navbar {
    width: 100%;
    padding-right: 25px;
    margin-top: -70px;
    -moz-transition: margin-top 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out;
    -webkit-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out; }
  .layout-top-nav .main-header .navbar.icon-topbar.smobile {
    margin-top: 0px;
    -moz-transition: margin-top 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out;
    -webkit-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out; }
    .layout-top-nav .main-header .navbar.icon-topbar.smobile .nav > li > a {
      color: #2f363c; }
  .layout-top-nav .main-header .navbar {
    background-color: #ffffff; }
  .layout-top-nav .main-header .navbar-nav .search-bar .lookup::before {
    color: rgba(0, 0, 0, 0.5); }
  .layout-top-nav .main-header .navbar-nav .search-bar .lookup-circle input {
    background-color: rgba(0, 0, 0, 0.1); }
  .layout-top-nav.fixed .main-header .navbar {
    margin-top: -10px;
    -moz-transition: margin-top 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out;
    -webkit-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out; }
  .layout-top-nav.fixed .main-header .navbar.icon-topbar.smobile {
    margin-top: 50px;
    -moz-transition: margin-top 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out;
    -webkit-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out; } }
@media (max-width: 1199px) {
  .layout-top-nav .main-nav {
    max-width: 600px; }
  .layout-top-nav.layout-boxed .main-nav {
    max-width: 600px; } }
@media (min-width: 1200px) {
  .layout-top-nav .main-nav {
    max-width: 900px; }
  .layout-top-nav.layout-boxed .main-nav {
    max-width: 600px; } }
@media (min-width: 1600px) {
  .layout-top-nav .main-nav {
    max-width: 1024px; }
  .layout-top-nav.layout-boxed .main-nav {
    max-width: 600px; } }

/*# sourceMappingURL=horizontal-menu.css.map */
