
/*================================================ MENU BASIC STYLE */
.mash-menu {
  padding: 0;
  display: block;
  position: relative;
  z-index: 999;
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  font-size: 16px;
}

@media screen and (max-width: 969px) {
  .mash-menu {
    float: left;
    width: 100%;
  }
}

.mash-menu * {
  /*=========================================== CSS FOR ALL ELEMENTS */
  outline: none !important;
  text-decoration: none !important;
  box-sizing: border-box;
  list-style: none;
  text-align: left;
  -webkit-tap-highlight-color: transparent !important;
}

.mash-menu i.fa {
  /*===================================== FONT AWESOME ICONS */
  font-family: FontAwesome;
}

.mash-menu section.mash-menu-inner-container {
  /*=========================================== SECTION */
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  min-height: 50px;
  background: #FFF;
}

@media screen and (max-width: 969px) {
  .mash-menu section.mash-menu-inner-container {
    min-height: 1px;
  }
}

.mash-menu .mash-brand, .mash-menu .mash-list-items {
  /*=========================================== MENU BRAND */
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  text-align: center;
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-brand, .mash-menu .mash-list-items {
    width: 100%;
  }
}

.mash-menu .mash-brand > li, .mash-menu .mash-list-items > li {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 57px;
}

@media screen and (min-width: 970px) {
  .mash-menu .mash-list-items > li:hover > a {
    color: white;
    background: #3f6ab2;
    position: relative;
  }
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-brand > li, .mash-menu .mash-list-items > li {
    width: 100%;
    text-align: left;
    line-height: normal;
    cursor: pointer;
    position: relative;
  }
}

.mash-menu .mash-brand > li > a, .mash-menu .mash-list-items > li > a {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 1.125em;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  color: #222;
  position: relative;
  overflow: hidden;
  -webkit-transition: background 200ms ease;
          transition: background 200ms ease;
  text-transform:uppercase;
  font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-brand > li > a, .mash-menu .mash-list-items > li > a {
    line-height: normal;
    word-wrap: break-word;
    padding-top: 15px;
    padding-bottom: 15px;
    width:40%;
  }
  .mash-menu .mash-brand > li > a img, .mash-menu .mash-list-items > li > a img {margin:0!important;}
}

.mash-menu .mash-brand > li > a img, .mash-menu .mash-list-items > li > a img {
  position: relative;
  margin: 40px 0;
  padding: 0;
  display: inline-block;
}

.mash-menu .mash-list-items {
  /*============================================== LIST ITEMS  */
  margin-top:45px;margin-left:120px;
}


@media screen and (min-width: 970px) {
  .mash-menu .mash-list-items {
    display: block !important;
  }
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-list-items {
    padding-top: 44px;
    display: none;
  }
}

.mash-menu .mash-list-items > li {
  line-height: normal;
  cursor: default;
}

.mash-menu .mash-list-items > li:after {
  display: none;
}

.mash-menu .mash-list-items > li.active {
  /*=========================================== LIST ITEMS ACTIVE */
}

.mash-menu .mash-list-items > li.active > a {
  background: #3f6ab2;
  position: relative;
}

.mash-menu .mash-list-items > li:hover {
  /*============================================ LIST ITEMS HOVER */
}

.mash-menu .mash-list-items > li:hover > a {
  color: white;
  background: #3f6ab2;
  position: relative;
}

.mash-menu .mash-list-items > li > a {
    color:#1A235C;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 10;
  width: 100%;
  -webkit-transition: background 200ms ease;
          transition: background 200ms ease;
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-list-items > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .mash-menu .mash-list-items > li > a:after {
    display: none;
  }
}

.mash-menu .mash-list-items.right {
  /*=============================================== RIGHT CLASS */
  float: right;margin-left:0px;margin-right: 15px;margin: 0 auto;
}

@media screen and (max-width: 969px) {

  .mash-menu .mash-list-items.right {
    padding-top: 0;
  }
}

.mash-menu .mash-list-items.right > li > .drop-down {
  right: 0;
}

.mash-menu .withripple {
  /*================================================= RIPPLE CSS EFFECT  */
  position: relative;
}

.mash-menu .ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.mash-menu .ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
}

.mash-menu .ripple.ripple-on {
  -webkit-transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
          transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: .2;
}

.mash-menu .ripple.ripple-out {
  -webkit-transition: opacity 0.1s linear 0s !important;
          transition: opacity 0.1s linear 0s !important;
  opacity: 0;
}

.mash-menu.separator {
  /*================================================ SEPARATOR */
}

.mash-menu.separator .mash-brand > li > a, .mash-menu.separator .mash-list-items > li > a {
  border-right: 1px solid #3f6ab2;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);
  position: relative;
}

@media screen and (max-width: 969px) {
  .mash-menu.separator .mash-brand > li > a, .mash-menu.separator .mash-list-items > li > a {
    border-right: none;
    border-bottom: 1px solid #3f6ab2;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}

.mash-menu.separator .mash-list-items.right {
  padding-top: 0;
}

.mash-menu.separator .mash-list-items.right > li > a {
  border-left: 1px solid #3f6ab2;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);
  position: relative;
}

@media screen and (max-width: 969px) {
  .mash-menu.separator .mash-list-items.right > li > a {
    border-left: none;
    border-bottom: 1px solid #3f6ab2;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 969px) {
  .mash-menu.separator .mash-search-bar {
    border: 1px solid #3f6ab2;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}

.mash-menu .drop-down {
  /*=============================================== DROP DOWN */
  margin: 0;
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  background: #3f6ab2;
  z-index: 999;
  min-width: 180px;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: left;
}

@media screen and (max-width: 969px) {
  .mash-menu .drop-down {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    min-width: 10px;
    word-wrap: break-word;
    border-radius: 0;
    z-index: 9999;
  }
}

.mash-menu .drop-down li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 999;
}

.mash-menu .drop-down li:first-child .drop-down {
  top: 0;
}

.mash-menu .drop-down li:first-child a {
  padding-top: 10px;
  position: relative;
}

@media screen and (min-width: 970px) {
  .mash-menu .drop-down li:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.mash-menu .drop-down li:last-child a {
  padding-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 970px) {
  .mash-menu .drop-down li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.mash-menu .drop-down a {
  width: 100%;
  margin: 0;
  display: block;
  color: #fff;
  font-size: 0.8125em;
  padding: 15px;
  position: relative;
  z-index: 999;
  border-top:1px solid #5177b9;
  -webkit-transition: background 200ms ease, color 200ms ease;
          transition: background 200ms ease, color 200ms ease;
}

.mash-menu .drop-down li:hover > a {
  color: #bad0f4;
  position: relative;
  background-color: #2f5496;
}

.mash-menu .drop-down .drop-down {
  /*========================================== SECOND LEVEL DROP DOWN */
  left: 100%;
  top: -8px;
  z-index: -1;
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 970px) {
  .mash-menu .drop-down .drop-down {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media screen and (min-width: 970px) {
  .mash-menu .drop-down .drop-down li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.mash-menu .drop-down .drop-down li:first-child a {
  padding-top: 15px;
  position: relative;
}

@media screen and (min-width: 970px) {
  .mash-menu .drop-down .drop-down li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.mash-menu .drop-down .drop-down li:last-child a {
  padding-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 969px) {
  .mash-menu .drop-down .drop-down {
    left: 0;
    top: 0;
    z-index: 10;
    position: relative;
    display: none;
    border-top: 1px solid rgba(242, 242, 242, 0.86);
    border-bottom: 1px solid rgba(242, 242, 242, 0.86);
    box-shadow: none;
  }
  .mash-menu .drop-down .drop-down a {
    padding-left: 30px;
  }
  .mash-menu .drop-down .drop-down .drop-down a {
    padding-left: 50px;
  }
  .mash-menu .drop-down .drop-down .drop-down .drop-down a {
    padding-left: 70px;
  }
}

.mash-menu .drop-down .drop-down.left {
  /*======================================== ALIGN DROP DOWN LEFT SIDE */
  left: -100%;
}

@media screen and (max-width: 969px) {
  .mash-menu .drop-down .drop-down.left {
    left: 0;
  }
}

.mash-menu .mash-list-items > li > a i.fa {
  /*========================================== FONT AWESOME ICONS */
  font-size: 0.875em;
  float: left;
  display: inline-block;
  margin: 0;
  line-height: 16px;
  padding: 0 5px 0 0;
}

.mash-menu .mash-list-items > li > a i.fa.fa-indicator {
  float: right;
  padding-right: 0;
  padding-left: 5px;
}

.mash-menu .drop-down li a i.fa {
  float: left;
  margin: 0;
  display: inline-block;
  padding: 0 6px 0 0;
  line-height: 16px;
  font-size: 0.8125em;
}

.mash-menu .drop-down li a i.fa.fa-indicator {
  float: right;
  padding-right: 0;
  padding-left: 6px;
}

@media screen and (max-width: 969px) {
  .mash-menu .drop-down li a i.fa.fa-indicator {
    padding-right: 1px;
  }
}


.mash-menu .drop-down-large,
.mash-menu .drop-down-medium {
  /*============================================= FULL SIZE DROP DOWN */
  margin: 0;
  display: none;
  float: left;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  min-height: 100px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.8125em;
  z-index: 999;
  background: #365d9f;
  line-height: 18px;
  padding: 20px 5px 15px;
  overflow: hidden;
}
.vertical-tabs-content-mobile {
    font-size: 0.94em;
}

.mash-menu .drop-down-large > .vertical-tabs-container,
.mash-menu .drop-down-medium > .vertical-tabs-container {
  /*============================================= vertical tabs container */
  position: relative;
  top: 15px;
  margin-top: -35px;
  margin-right: -5px;
  margin-left: -5px;
}

@media screen and (max-width: 969px) {
  .mash-menu .drop-down-large,
  .mash-menu .drop-down-medium {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    display: none;
    border-radius: 0;
    z-index: 999;
  }
}

.mash-menu .drop-down-medium {
  /*========================================== DROP DOWN MEDIUM */
  left: 0;
  width: 100%;
  max-width: 600px;
  right: 0;
  margin: 0 auto;
}

.mash-menu .drop-down-medium.float-left {
  margin: 0;
  right: auto;
}

.mash-menu .drop-down-medium.float-right {
  margin: 0;
  left: auto;
  right: 0;
}

@media screen and (max-width: 991px) {
  .mash-menu .drop-down-medium {
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
}

.mash-menu .vertical-tabs {
  /*=========================================== VERTICAL TABS */
  margin: 0;
  width: 100%;
  float: left;
  display: block;
  padding: 20px 0;
  background: #2f5496;
}

@media screen and (max-width: 969px) {
  .mash-menu .vertical-tabs {
    display: none;
  }
}

.mash-menu .vertical-tabs a {
  float: left;
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  margin:0;
  font-weight: 500;
  color: #bad0f4;
  position: relative;
  text-transform:uppercase;
   border-bottom: 1px solid #365d9f;
  -webkit-transition: background 200ms ease, color 200ms ease;
          transition: background 200ms ease, color 200ms ease;
}

.mash-menu .vertical-tabs a .menuicona::before{
	font-size:0.9em;
	margin-right:5px;
	color:#6c96dc;
}

@media screen and (max-width: 969px) {
  .mash-menu .vertical-tabs a {
    text-align: left;
  }
}

.mash-menu .vertical-tabs a:hover,
.mash-menu .vertical-tabs a.active {
  background: #365d9f;
  color: #fff;
}

.mash-menu .vertical-tabs i.fa {
  font-weight: bold;
  padding-left: 5px;
}

@media screen and (max-width: 969px) {
  .mash-menu .vertical-tabs i.fa {
    float: right;
    top: 2px;
    position: relative;
  }
}

.mash-menu .vertical-tabs-content {
  /*========================================= VERTICAL TABS CONTENT */
  background: white;
  display: none;
  float: left;
  width: 100%;
  padding: 20px 5px 15px;
  position: relative;
  z-index: 10;
}

.mash-menu .vertical-tabs-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150%;
  background: #365d9f;
  z-index: -1;
}

@media screen and (max-width: 969px) {
  .mash-menu .vertical-tabs-content {
    border-top: 1px solid rgba(242, 242, 242, 0.86);
  }
}

.mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile {
  display: none;
}

@media screen and (max-width: 969px) {
  .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile {
    display: block;
    color: #fff;
    width: 100%;
    margin: 0px;
    font-size: 1em;
    padding: 10px 15px;
    -webkit-transition: color 200ms ease 0s;
            transition: color 200ms ease 0s;
  }
  .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #3f6ab2;
  }
  .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile i.fa {
    float: right;
  }
}

.mash-menu .space-0 {
  /*===================================== SPACE 0 CLASS USED FOR REMOVE THE BOOTSTRAP COLUMNS SPACE */
  padding: 0 !important;
  margin: 0 !important;
}

.mash-menu img {
  max-width: 100%;
  margin-bottom: 10px;
}

.mash-menu p {
  color: #fff;
  font-weight: 400;
  line-height: 18px;
}

.mash-menu h1, .mash-menu h2, .mash-menu h3, .mash-menu h4, .mash-menu h5, .mash-menu h6 {
  color: #6c96dc;
  font-weight: 400;
  font-size: 2.25em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mash-menu h2 {
  font-size: 1.875em;
}

.mash-menu h3 {
  font-size: 1.625em;
}

.mash-menu h4 {
  font-size: 1.375em;
}

.mash-menu h5 {
  font-size: 1.125em;
}

.mash-menu h6 {
  font-size: 0.9375em;
}

.mash-menu .list-items, .mash-menu .order-items {
  /*===================================== LIST ITEMS */
  padding: 0;
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.mash-menu .list-items li, .mash-menu .order-items li {
  width: 30%;
  display: block;
  margin: 0 0 0 3%;
  padding: 0;
  list-style: decimal;
  float:left
}

.mash-menu .list-items li:first-child a, .mash-menu .order-items li:first-child a {
  /*border-bottom: none;*/
  position: relative;
}

.mash-menu .list-items a, .mash-menu .order-items a {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #5177b9;
  color: #fff;
  font-weight: 400;
  position: relative;
  -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
}

.mash-menu .list-items a:hover, .mash-menu .order-items a:hover {
  color: #bad0f4;
}

.mash-menu .list-items i.fa, .mash-menu .order-items i.fa {
  margin-right: 5px;
}

.mash-menu .list-items i.fa.fa-indicator, .mash-menu .order-items i.fa.fa-indicator {
  float: right;
  margin-left: 5px;
  margin-right: 10px;
}

.mash-menu .order-items li {
  /*============================================ ORDER LIST */
  position: relative;
}

.mash-menu .order-items li a {
  padding-left: 20px;
  position: relative;
}

.mash-menu .order-items li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  color: #fff;
  bottom: 0;
  line-height: 40px;
  text-align: left;
  list-style-type: inside !important;
  display: list-item !important;
}

.mash-menu .list-items-group {
  /*========================================= LIST GROUP ITEM */
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: block;
  position: relative;
}

.mash-menu .list-items-group .list-group-image {
  float: left;
  width: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.86);
}

.mash-menu .list-items-group .list-group-image img {
  max-width: 100%;
  float: left;
  margin-top: 10px;
  width: 100%;
}

.mash-menu .list-items-group .list-group-heading, .mash-menu .list-items-group .list-group-text {
  padding-left: 65px;
}

.mash-menu .list-items-group .divider {
  background: rgba(80, 80, 80, 0.1) !important;
}


.mash-menu .collapsible {
  /*=============================================== collapsible */
  padding: 0;
  display: block;
  position: relative;
  margin: 0 0 10px;
  color: #fff;
  overflow: visible;
  background-color: rgba(248, 248, 248, 0.7);
  border-radius: 0;
  border: 1px solid #ddd;
  border-bottom: 5px solid #E5E6E6;
}

.mash-menu .collapsible .collapsible-header {
  padding: 10px;
  font-size: 1.125em;
  border-top: 1px solid #ddd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 10;
  overflow: hidden !important;
}

.mash-menu .collapsible > li:first-child .collapsible-header {
  border-top: none;
}

.mash-menu .collapsible > li.active .collapsible-body {
  display: block;
}

.mash-menu .collapsible .collapsible-body {
  background-color: rgba(255, 255, 255, 0.86);
  padding: 20px;
  display: none;
  border-top: 1px solid #ddd;
  line-height: 18px;
}

.mash-menu .collapsible i.fa {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}



.mash-menu [class*='col-'] {
  margin-bottom: 10px;
  position: static;
}

@media screen and (max-width: 969px) {
  .mash-menu [class*='col-'] {
    margin-bottom: 30px;
  }
}


.mash-menu .mash-mobile-button {
  /*=========================================== mobile trigger button */
  border: none;
  background: #3f6ab2;
  width: 50%;
  height: 51px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  display: block;
}

.mash-menu .mash-mobile-button:hover span:before {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 970px) {
  .mash-menu .mash-mobile-button {
    display: none;
  }
}

.mash-menu .mash-mobile-button span {
  width: 60px;
  height: 52px;
  float: right;
  line-height: 54px;
  position: absolute;
  top: 0;
  text-align: center;
  margin: 0;
  right: 0;
  display: block;
  cursor: pointer;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEWdnZ3///////9yOLbWAAAAAnRSTlMA32D/An0AAAABYktHRAH/Ai3eAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC") no-repeat center;
}

.mash-menu .mash-mobile-button span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  -webkit-transition: background 200ms ease;
          transition: background 200ms ease;
}

.mash-menu.mash-top-fixed .mash-menu-inner-container {
  /* ================================================ MENU FIXED ON TOP */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 969px) {
  .mash-menu.mash-top-fixed .mash-menu-inner-container {
    max-width: 100%;
    margin: 0;
  }
  .mash-menu.mash-top-fixed .mash-menu-inner-container .mash-list-items {
    max-height: 400px !important;
    overflow: hidden !important;
    overflow-y: auto !important;
  }
}

.mash-menu.mash-full-width {
  /* ==================================================== MENU FULL WIDTH */
  max-width: 100%;
}

.mash-menu.mash-full-width .mash-menu-inner-container {
  max-width: 100%;
  margin: 0;
}

.mash-menu .lead {
  -webkit-text-stroke-width: 0.025em;
}

.mash-menu .vertical-tabs-horizontal {
  /*======================================================= tabs */
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading li.active a {
  background: white;
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading a {
  padding: 12px 15px;
  font-size: 1.125em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  display: inline-block;
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading i.fa {
  margin-right: 5px;
  display: inline-block;
}

.mash-menu .vertical-tabs-horizontal .horizontal-tab-content {
  display: block;
  margin: 0;
  float: left;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 10;
  background: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16), 0 1px 0 0 rgba(0, 0, 0, 0.12);
}

.mash-menu .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel {
  display: none;
}

.mash-menu .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel.active {
  display: block;
}

.mash-menu .dropdownjs {
  /*=================================================== select input element */
  position: relative;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}

.mash-menu .dropdownjs:before {
  content: "\f0d7";
  position: absolute;
  font-family: "FontAwesome";
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.mash-menu .dropdownjs > input {
  width: 100%;
  text-overflow: ellipsis;
  padding: 10px;
  font-size: 1.0625em;
}

.mash-menu .dropdownjs > input.focus ~ ul {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mash-menu .dropdownjs > ul {
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 200px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 10000;
}

.mash-menu .dropdownjs > ul[placement=top-left] {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  bottom: 0;
  left: 0;
}

.mash-menu .dropdownjs > ul[placement=bottom-left] {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  bottom: 0;
  left: 0;
}

.mash-menu .dropdownjs > ul > li {
  list-style: none;
  padding: 5px 10px;
}

.mash-menu .dropdownjs > ul > li.dropdownjs-add {
  padding: 0;
}

.mash-menu .dropdownjs > ul > li.dropdownjs-add > input {
  border: 0;
  padding: 10px 20px;
  width: 100%;
}

.mash-menu .dropdownjs > input[readonly] {
  cursor: pointer;
}

.mash-menu .dropdownjs select[data-dropdownjs][disabled] ~ input[readonly] {
  cursor: default;
}

.mash-menu .dropdownjs > ul {
  background: #FFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.2s ease-out;
          transition: transform 0.2s ease-out;
  padding: 10px;
  overflow: auto;
  max-width: 500px;
}

.mash-menu .dropdownjs > ul > li {
  cursor: pointer;
  word-wrap: break-word;
}

.mash-menu .dropdownjs > ul > li.selected,
.mash-menu .dropdownjs > ul > li:active {
  background-color: #eaeaea;
}

.mash-menu .dropdownjs > ul > li:focus {
  outline: 0;
}

.mash-menu .dropdownjs > ul > li > .close:before {
  content: "\00d7";
  display: block;
  position: absolute;
  right: 15px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .6;
}

.mash-menu .dropdownjs > ul > li > .close:hover:before {
  opacity: .9;
}

.mash-menu .mash-tabs-container {
  /*===================================================== mash tabs container */
  padding: 0;
  float: left;
  width: 100%;
  display: block;
  border-bottom: 5px solid #E5E6E6;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 0 10px;
}


.menu-clients{background: #1EC6C7;text-align:center;
border-radius: 20px;
color: #fff!important;}


@media screen and (max-width: 969px) {
  .mash-menu .mash-tabs-container {
    float: none;
  }
}

.mash-menu .mash-tabs-container .mash-tabs {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px 0;
  width: 100%;
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-tabs-container .mash-tabs {
    display: none;
    border-collapse: collapse;
    border-spacing: 0;
  }
}

.mash-menu .mash-tabs-container .mash-tabs a {
  background: #ECECEC;
  padding: 10px 2px;
  display: table-cell;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-tabs-container .mash-tabs a {
    display: inline-block;
    width: 100%;
    border-radius: 0;
  }
}

.mash-menu .mash-tabs-container .mash-tabs a.active {
  background: white;
}

.mash-menu .mash-tabs-container .mash-tabs a.active:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
}

.mash-menu .mash-tabs-container .mash-tabs-content {
  float: left;
  width: 100%;
  background-color: white;
  padding: 20px 0 0;
  display: block;
  border: 1px solid #ddd;
  border-radius: 0;
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-tabs-container .mash-tabs-content {
    padding-top: 0;
  }
}

.mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
  display: none;
  background: #ECECEC;
  padding: 10px 2px;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
    display: inline-block;
    width: 100%;
    border-radius: 0;
  }
}

.mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile.active {
  background: white;
}

.mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile.active:before {
  display: none;
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
    display: block;
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
  }
}

.mash-menu .mash-tabs-container .mash-tabs-content > div[id*="tab-"] {
  display: none;
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-tabs-container .mash-tabs-content > div[id*="tab-"] {
    padding-top: 20px;
  }
}

@media screen and (max-width: 969px) {
  .mash-menu .mash-tabs-container .mash-tabs-content {
    border-radius: 0;
    float: none;
  }
}



@media screen and (min-width: 970px) {
  .mash-menu.right-to-left .mash-list-items > li, .mash-menu.right-to-left .mash-brand, .mash-menu.right-to-left .mash-list-items {
    /* ================================= menu link align right to left */
    float: right;
  }
  .mash-menu.right-to-left .mash-list-items.right,
  .mash-menu.right-to-left .mash-search-bar,
  .mash-menu.right-to-left .mash-social-icons {
    float: left;
  }
  .mash-menu.right-to-left .mash-list-items.right > li > .drop-down {
    right: auto;
  }
}


















.openBtn {
background: transparent;
border: none;
padding: 0px 37px;
font-size: 33px;
cursor: pointer;
color: #1EC6C7;
}


.overlay-buscador {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content-buscador {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay-buscador .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay-buscador .closebtn:hover {
  color: #ccc;
}

.overlay-buscador input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay-buscador input[type=text]:hover {
  background: #f1f1f1;
}

.overlay-buscador button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay-buscador button:hover {
  background: #bbb;
}

.cont-menu {
border-bottom: 4px solid #000e79;}

.botobuscador {
font-size: 30px;
background: #369;
padding: 12px 15px;
float: left;
color: #fff !important;}






@media screen and (max-width: 1735px) {
.mash-menu .mash-list-items > li > a {
    padding: 10px 15px;
}
    .img_cataleg_home {
   width: 410px;
height: 450px;}
}
@media screen and (max-width: 1655px) {

         .img_cataleg_home {
   width: 310px;
height: 450px;}
.mash-menu .mash-list-items {
    margin-left:20px;
}
    .openBtn {
    padding:0px 10px;}

.mash-menu .mash-list-items > li > a {
    font-size: 14px;}

    .mash-brand {
    width:100px;}
    .mash-menu .mash-list-items {
    margin-top: 25px !important;
}
    .openBtn {
        font-size: 24px;
        margin-top: 4px;
    }.mt-100 {
    margin-top: 80px;
}

}


@media screen and (max-width: 1275px) {
.mash-menu .mash-list-items > li > a {
    font-size: 12px;}
}

.mash-menu .mash-mobile-button {
    margin-top: 15px;
}


@media screen and (max-width: 970px) {


         .img_cataleg_home {
   display: none;
}}





@media screen and (max-width: 540px) {
    .mash-menu .mash-mobile-button {
        width: 60px;
    }
    .mash-menu .mash-brand > li > a, .mash-menu .mash-list-items > li > a {
    width: 100%;
}
.mash-menu img {
    width: 166px!important;
    max-width:166px;
    }

}

@media screen and (max-width: 969px) {
    .openBtn {
        background: #1ec6c7;
        border: none;
        padding: 0px 37px;
        cursor: pointer;
        color: #FFF;
        width: 100%;
        border-radius: 20px;
        padding: 5px 10px !important;
        text-align: center;
        margin: 5px auto;
    }

    .mash-menu .mash-list-items {
    margin-left: 0px;
    }

}