/* fonts */
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.ttf?mc9yrf') format('truetype'), url('../fonts/icons.woff?mc9yrf') format('woff'), url('../fonts/icons.svg?mc9yrf#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* vars */
/* mobile menu */
@media (min-width: 993px) {
  li.service {
    display: none;
  }
  .navbar-toggle {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 992px) {
  .navbar-toggle {
    display: block;
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 7px;
    height: auto;
    border: 0;
    background: none;
    padding: 7px 10px 7px 10px;
    cursor: pointer;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 0px;
    background: #ffffff;
    margin-bottom: 4px;
  }
  #navmenu {
    position: absolute;
    top: 0;
    z-index: 99999;
    height: 100%;
    min-height: 3000px;
    background: #7c616e;
    -webkit-box-shadow: 0 1px 8px #555555;
    -moz-box-shadow: 0 1px 8px #555555;
    -o-box-shadow: 0 1px 8px #555555;
    box-shadow: 0 1px 8px #555555;
    display: none;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    border-right: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 1.42857;
  }
  .mobile-menu {
    background: #876d79;
    list-style-type: none;
    margin: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile-menu li.service {
    display: block;
    height: 60px;
  }
  .mobile-menu li.service span.icon-close {
    display: block;
    float: right;
    cursor: pointer;
    padding: 20px;
    color: #ffffff;
  }
  .mobile-menu > li:first-child {
    border-top: 0;
  }
  .mobile-menu ul {
    margin-left: 0;
    padding-left: 0;
  }
  .mobile-menu .expand {
    right: 0;
    position: absolute;
    border-left: 1px solid #9e161a;
    padding: 0 22px;
    color: #ffffff;
    margin-left: 100px;
  }
  .mobile-menu .expand:hover {
    cursor: pointer;
  }
  .mobile-menu li.service {
    display: block;
  }
  .mobile-menu li {
    position: initial;
    display: block;
    border-top: 1px solid #9e161a;
    width: 100% !important;
    float: left;
    margin-left: 0;
    padding-left: 0;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
    -webkit-transition: background-color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out;
    transition: background-color 0.6s ease-out;
  }
  .mobile-menu li#menusegment3,
  .mobile-menu li#menusegment1 {
    border-bottom: 0;
    border-left: 0;
    background: none !important;
  }
  .mobile-menu li#menusegment3 a,
  .mobile-menu li#menusegment1 a {
    border: 0 !important;
  }
  .mobile-menu li a {
    display: block;
    overflow: hidden;
    white-space: normal;
    color: #9e161a;
    text-decoration: none;
    padding: 10px;
    padding-left: 10px;
    font-size: 15px !important;
  }
  .mobile-menu li a.active {
    color: #ffffff;
  }
  .mobile-menu li ul.dropdown-menu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    float: none;
  }
  .mobile-menu li li {
    background: #ffffff;
  }
  .mobile-menu li li a {
    padding-left: 30px;
    font-size: 14px !important;
  }
  .mobile-menu li li li {
    background: #ffffff;
  }
  .mobile-menu li li li a {
    padding-left: 55px;
  }
  .mobile-menu .social a {
    float: left;
    padding: 0;
    margin: 10px 0 10px 15px;
  }
  .mobile-menu .social i {
    font-size: 22px;
    color: #ffffff;
  }
  .mobile-menu input.simple:focus {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .mobile-menu [class^="icon-"]:before {
    margin-right: 0;
    margin-left: 0;
  }
  .mobile-menu [class*=" icon-"]:before {
    margin-right: 0;
    margin-left: 0;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-info:before {
  content: "\e90c";
}
.icon-person:before {
  content: "\e90b";
}
.icon-close:before {
  content: "\e909";
}
.icon-print:before {
  content: "\e90a";
}
.icon-arrow-right:before {
  content: "\e907";
}
.icon-pdf:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e906";
}
.icon-baby:before {
  content: "\e900";
}
.icon-career:before {
  content: "\e901";
}
.icon-contact:before {
  content: "\e902";
}
.icon-logo:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e905";
}
.icon-pencil:before {
  content: "\e90d";
}
.icon-spinner6:before {
  content: "\e97f";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
