/* GOOGLE FONT */

/* FONT AWESOME ICONS CSS */
@import url(font-awesome.min.css);
@import url(bootstrapmash.min.css);
/* BOOTSTRAP CSS ONLY FOR MENU
@import url(../css/bootstrap.min.css);*/
/*================================================ 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: 18px;
}

@media screen and (max-width: 767px) {
  .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 div.mash-menu-inner-container {
  /*=========================================== SECTION */
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  min-height: 50px;
  background: #1f7ea7;
}

@media screen and (max-width: 767px) {
  .mash-menu div.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: 767px) {
  .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: 768px) {
  .mash-menu .mash-brand > li:hover > a, .mash-menu .mash-list-items > li:hover > a {
    color: white;
    background: #11719c;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .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,.mash-menu .mash-brand > li > span, .mash-menu .mash-list-items > li > span  {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  overflow: hidden;
  transition: background 200ms ease;
}

@media screen and (max-width: 767px) {
  .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;
  }
}

.mash-menu .mash-brand > li > a img, .mash-menu .mash-list-items > li > a img {
  max-height: 20px;
  top: -3px;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}













.mash-menu .mash-list-items {
  /*============================================== LIST ITEMS  */
}

@media screen and (min-width: 768px) {
  .mash-menu .mash-list-items {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .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: #11719c;
  position: relative;
}

.mash-menu .mash-list-items > li:hover {
  /*============================================ LIST ITEMS HOVER */
}

.mash-menu .mash-list-items > li:hover > a {
  color: white;
  background: #11719c;
  position: relative;
}

.mash-menu .mash-list-items > li > a, .mash-menu .mash-list-items > li > span  {
  font-size: 0.875em;
  padding: 20px 15px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 10;
  width: 100%;
  transition: background 200ms ease;
}

@media screen and (max-width: 767px) {
  .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;
}

@media screen and (max-width: 767px) {
  .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 {
  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;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: .2;
}

.mash-menu .ripple.ripple-out {
  transition: opacity .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, .mash-menu.separator .mash-brand > li > span, .mash-menu.separator .mash-list-items > li > span  {
  border-right: 1px solid #11719c;
  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: 767px) {
  .mash-menu.separator .mash-brand > li > a, .mash-menu.separator .mash-list-items > li > a, .mash-menu.separator .mash-brand > li > span, .mash-menu.separator .mash-list-items > li > span {
    border-right: none;
    border-bottom: 1px solid #039fe5;
    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 #039fe5;
  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: 767px) {
  .mash-menu.separator .mash-list-items.right > li > a {
    border-left: none;
    border-bottom: 1px solid #039fe5;
    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: 767px) {
  .mash-menu.separator .mash-search-bar {
    border: 1px solid #039fe5;
    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: white;
  z-index: 999;
  min-width: 180px;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .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: 768px) {
  .mash-menu .drop-down li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.mash-menu .drop-down li:last-child a {
  padding-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mash-menu .drop-down li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.mash-menu .drop-down a {
  width: 100%;
  margin: 0;
  display: block;
  color: #505050;
  font-size: 0.8125em;
  padding: 6px 15px;
  position: relative;
  z-index: 999;
  transition: color 200ms ease;
}

.mash-menu .drop-down li:hover > a {
  color: #1f7ea7;
  position: relative;
}

.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: 768px) {
  .mash-menu .drop-down .drop-down {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

@media screen and (min-width: 768px) {
  .mash-menu .drop-down .drop-down li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.mash-menu .drop-down .drop-down li:first-child a {
  padding-top: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mash-menu .drop-down .drop-down li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.mash-menu .drop-down .drop-down li:last-child a {
  padding-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .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: 767px) {
  .mash-menu .drop-down .drop-down.left {
    left: 0;
  }
}



.mash-menu .mash-list-items > li > a i.fa,.mash-menu .mash-list-items > li > span 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,.mash-menu .mash-list-items > li > span i.fa.fa-indicator {
  float: right;
  padding-right: 0;
  padding-left: 5px;
}

.mash-menu .drop-down li a i.fa,.mash-menu .drop-down li span 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,.mash-menu .drop-down li span i.fa.fa-indicator {
  float: right;
  padding-right: 0;
  padding-left: 6px;
}

@media screen and (max-width: 767px) {
  .mash-menu .drop-down li a i.fa.fa-indicator, .mash-menu .drop-down li span i.fa.fa-indicator {
    padding-right: 1px;
  }
}

.mash-menu .divider {
  /*=========================================== DIVIDER */
  margin: 8px 0 !important;
  padding: 0;
  display: block;
  height: 1px;
  background: rgba(230, 230, 230, 0.86) !important;
  width: 100%;
}

.mash-menu .mash-search-bar {
  /*============================================= SEARCH BAR */
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}

@media screen and (min-width: 768px) {
  .mash-menu .mash-search-bar {
    display: block !important;
  }
  .mash-menu .mash-search-bar.search-bar-hide {
    /*=============================================== SEARCH BAR HIDE ON DESKTOP CLASS */
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mash-menu .mash-search-bar {
    display: none;
  }
  .mash-menu .mash-search-bar.search-bar-hide {
    /*=============================================== SEARCH BAR HIDE ON MOBILE CLASS */
    display: none !important;
  }
  .mash-menu .mash-list-items.search-bar-hide {
    padding-top: 0;
  }
}

.mash-menu .mash-search-bar li {
  margin: 0;
  padding: 15px 15px;
  display: block;
  float: left;
}

@media screen and (max-width: 767px) {
  .mash-menu .mash-search-bar li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.mash-menu .mash-search-bar form {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

.mash-menu .mash-search-bar label {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  position: relative;
}

.mash-menu .mash-search-bar input {
  margin: 0;
  display: block;
  float: left;
  max-width: 160px;
  width: 100%;
  
  font-size: 0.875em;
  padding: 0;
  height: 25px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  opacity: 1 !important;
  font-weight: normal;
}

.mash-menu .mash-search-bar :-moz-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar ::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar .mash-search-bar-border {
  margin: 0;
  padding: 0;
  display: block;
  height: 0;
  width: 100%;
}

.mash-menu .mash-search-bar .mash-search-bar-border:after, .mash-menu .mash-search-bar .mash-search-bar-border:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.36);
  height: 1px;
  width: 100%;
  transition: width 400ms ease;
}

.mash-menu .mash-search-bar .mash-search-bar-border:before {
  right: 0;
  left: auto;
}

.mash-menu .mash-search-bar input:focus + .mash-search-bar-border:after, .mash-menu .mash-search-bar input:focus + .mash-search-bar-border:before,
.mash-menu .mash-search-bar input:focus + .mash-search-bar-border:before {
  width: 0;
}

.mash-menu .mash-search-bar i.fa.fa-search {
  display: none;
}

@media screen and (max-width: 767px) {
  .mash-menu .mash-search-bar {
    width: 100%;
    position: absolute;
    top: 52px;
    background: #1f7ea7;
    z-index: 999;
    border-left: none;
    border-right: none;
  }
  .mash-menu .mash-search-bar li, .mash-menu .mash-search-bar form, .mash-menu .mash-search-bar label, .mash-menu .mash-search-bar input {
    width: 100% !important;
    max-width: 100%;
  }
  .mash-menu .mash-search-bar i.fa.fa-search {
    display: block;
    position: absolute;
    top: -60px;
    right: 44px;
    color: rgba(255, 255, 255, 0.86);
    height: 44px;
    width: 44px;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    font-size: 1em;
    z-index: 999;
  }
}

.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: 5px;
  border-bottom-right-radius: 5px;
  font-size: 0.8125em;
  z-index: 999;
  background: white;
  line-height: 18px;
  padding: 20px 5px 15px;
  overflow: hidden;
}


.mash-menu .mash-mobile-button {
  /*=========================================== mobile trigger button */
  border: none;
  background: #1f7ea7;
  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: 768px) {
  .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;
  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: 767px) {
  .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;
}


@media screen and (min-width: 768px) {
  .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;
  }
}


.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;
  }
}