/* ----------------------------------------------------------------
   Header-logo-center Styles
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
   Nav Top bar
-----------------------------------------------------------------*/

.header-logo-centered .nav-top {
  color: #ffffff;
  background-color: #2e2e2e;
  font-size: 12px;
  min-height: 28px;
}
.header-logo-centered .nav-top .text {
  padding: 5px;
  float: left;
  display: inline-block;
}
.header-logo-centered .nav-top .contacts {
  padding: 5px;
  float: right;
  display: inline-block;
}
.header-logo-centered .nav-top .contacts span {
  margin-right: 20px;
}
.header-logo-centered .nav-top .contacts span i {
  margin-right: 5px;
}
.header-logo-centered .nav-top .social,
.header-logo-centered .nav-top .button {
  float: right;
  display: inline-block;
}
.header-logo-centered .nav-top .social,
.header-logo-centered .nav-top .text {
  padding: 5px;
}
.header-logo-centered .nav-top .social span {
  margin-right: 5px;
}
.header-logo-centered .nav-top .social ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.header-logo-centered .nav-top .social ul li {
  display: inline-block;
  font-size: 13px;
  padding: 0 4px;
}
.header-logo-centered .nav-top .social ul li a {
  color: #f5f5f5;
}
.header-logo-centered .nav-top .button a {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #f34235;
  height: 19px;
  display: inline-table;
  padding: 2px 15px;
  line-height: 19px;
  font-weight: 700;
  margin: 3px 0 0 10px;
  font-size: 10px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header-logo-centered .nav-top .button a:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 13px;
  position: absolute;
  left: 0;
  text-align: center;
  top: -100%;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header-logo-centered .nav-top .button span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.header-logo-centered .nav-top .button a:hover,
.header-logo-centered .nav-top .button a:active,
.header-logo-centered .nav-top .button a:visited {
  color: #fff !important;
  text-decoration: none;
}
.header-logo-centered .nav-top .button a:hover span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.header-logo-centered .nav-top .button a:hover:before {
  top: 1.4px;
  color: #fff;
  text-decoration: none;
}
.header-logo-centered .nav-top .navbar-nav {
  float: left !important;
  display: inline-block;
  padding: 4px;
  margin-right: 30px;
}
.header-logo-centered .nav-top .navbar-nav li {
  margin-right: 10px;
}
.header-logo-centered .nav-top .navbar-nav li a {
  padding: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.header-logo-centered .nav-top .navbar-nav li a:hover {
  text-decoration: none;
}
.header-logo-centered.header-sticky .nav-top {
  display: none;
}
@media (max-width: 980px) {
  .header-logo-centered .nav-top {
    display: none;
  }
  .navbar-left {
    width: 100%;
  }
  .hkiddo-nav ul li a:hover,
  .hkiddo-nav ul li a.active:hover {
    background-color: #f34235 !important;
    color: #ffffff !important;
  }
  .navbar-collapse.collapse.in {
    max-height: 380px;
    overflow-y: auto !important;
  }
}

/* ----------------------------------------------------------------
   Header Sticky
-----------------------------------------------------------------*/

.header-logo-centered .header-top .sticky-logo {
  display: none;
}
.header-sticky .sticky-logo img {
  max-height: 45px;
  transition: all .6s ease;
}
.header-sticky .hkiddo-nav {
  top: 6px;
}
.header-sticky {
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(119, 119, 119, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(119, 119, 119, 0.2);
  box-shadow: 0 1px 3px rgba(119, 119, 119, 0.2);
  z-index: 10000;
  position: fixed;
  width: 100%;
  padding: 5px 0;
}
.header-sticky .header-top {
  background: 0 0;
}
.header-sticky .col-nav-section {
  float: right;
}
.header-sticky .col-links-section {
  float: left;
}
.header-sticky .header-top {
  border-bottom: 0 !important;
}
.header-sticky .header-top .sticky-logo {
  display: block;
  position: relative;
  top: 11px;
}
.header-sticky .header-top .socials {
  display: none;
}
.header-sticky .header-bottom {
  display: none;
}
.header-sticky .header-bottom .logo {
  display: block;
}
.header-sticky .hkiddo-nav .navbar-nav {
  float: right!important;
  width: 100%;
}
.header-sticky .hkiddo-nav ul li a {
  color: #303841;
}
.header-sticky .hkiddo-nav ul .dropdown-menu li a {
  color: #313131;
}
@media (max-width: 980px) {
  .header-sticky .hkiddo-nav .navbar-nav {
    float: left !important;
  }
  .header-logo-centered.header-sticky .sticky-logo {
    display: none;
  }
  .dropdown-menu {
    width: 100% !important;
  }
}
@media (max-width: 980px) {
  .header-sticky .header-top .sticky-logo {
    display: none;
  }
}

/* ----------------------------------------------------------------
  Header Social Links
-----------------------------------------------------------------*/

.header-logo-centered .header-top .socials {
  float: right;
}
.header-logo-centered .header-top .socials ul {
  padding-top: 12px;
  padding-left: 20px;
  margin: 0;
}
.header-logo-centered .header-top .socials ul li {
  display: inline;
  font-size: 17px;
  padding: 0;
}
.header-logo-centered .header-top .socials ul li a {
  width: 32px;
  height: 33px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header-logo-centered .header-top .socials ul li a.facebook {
  background: url(../images/happykiddo_social-links.png) -10px -7px no-repeat;
}
.header-logo-centered .header-top .socials ul li a.facebook:hover {
  background: url(../images/happykiddo_social-links.png) -10px -45px no-repeat;
}
.header-logo-centered .header-top .socials ul li a.twitter {
  background: url(../images/happykiddo_social-links.png) -49px -7px no-repeat;
}
.header-logo-centered .header-top .socials ul li a.twitter:hover {
  background: url(../images/happykiddo_social-links.png) -49px -45px no-repeat;
}
.header-logo-centered .header-top .socials ul li a.googleplus {
  background: url(../images/happykiddo_social-links.png) -88px -7px no-repeat;
}
.header-logo-centered .header-top .socials ul li a.googleplus:hover {
  background: url(../images/happykiddo_social-links.png) -88px -46px no-repeat;
}
@media (max-width: 980px) {
  .header-logo-centered .header-top .socials {
    position: absolute;
    top: 0;
    right: 20px;
  }
}

/* ----------------------------------------------------------------
   Header Top
-----------------------------------------------------------------*/

.header-logo-centered .header-top {
  position: relative;
  background: #ffffff;
  color: #313131;
  -webkit-box-shadow: 0 1px 3px rgba(119, 119, 119, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(119, 119, 119, 0.2);
  box-shadow: 0 1px 3px rgba(119, 119, 119, 0.2);
}
.header-logo-centered.header-sticky .header-top {
  box-shadow: none;
}

/* ----------------------------------------------------------------
  Header Bottom
-----------------------------------------------------------------*/

.header-logo-centered .header-bottom {
  padding: 15px 0;
  background: url(../images/happykiddo_header-logo-center-bg.png) top center repeat-y;
}
.header-logo-centered .header-bottom .navbar-brand {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .header-logo-centered .navbar-nav > li > a {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}
@media (max-width: 768px) {
  .header-logo-centered .navbar-nav > li > a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
.header-logo-centered .caret {
  margin-left: 5px;
}
@media (min-width: 981px) {
  .header-logo-centered nav li {
    position: relative;
  }
  .header-logo-centered nav ul li ul li .caret {
    display: inline-block;
    margin-left: 4px;
    color: #f34235;
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 13px;
    vertical-align: middle;
    background: url(../images/happykiddo_footer-list-style.png) -42px 0 no-repeat;
    border: 0;
    width: 14px;
    height: 17px;
  }
  .header-logo-centered nav ul li ul li:hover .caret {
    background: url(../images/happykiddo_footer-list-style.png) -69px 0 no-repeat;
  }
  .header-logo-centered nav li:hover > .dropdown-submenu {
    top: 0;
    left: 100%;
    margin-left: 0px;
    -webkit-border-radius: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .header-logo-centered .dropdown-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #303841;
    opacity: .95;
  }
  .header-logo-centered .dropdown-submenu li a {
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    padding: 3px 20px;
    white-space: nowrap;
  }
  .header-logo-centered .dropdown-menu {
    min-width: 190px;
  }
  .header-logo-centered .dropdown-menu,
  .header-logo-centered .dropdown-submenu {
    display: inherit !important;
  }
  .header-logo-centered .nav > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f34235;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .header-logo-centered .nav > li > a:hover::after,
  .header-logo-centered .nav > li > a:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hkiddo-nav ul li .dropdown-menu {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    background: #ffffff url(../images/happykiddo_menu-bg.png) top right repeat-y;
  }
  .hkiddo-nav ul li .dropdown-submenu {
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    background: #ffffff url(../images/happykiddo_menu-bg.png) top right repeat-y;
  }
  .header-logo-centered.header-sticky .navbar-nav > li > a {
    padding-bottom: 22px !important;
  }
}
.header-logo-centered .dropdown-submenu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.42857143;
}
.header-logo-centered .header-top .logo-box {
  text-align: center;
}
.hkiddo-nav {
  background: 0 0;
  position: relative;
  border: none;
  margin: 0;
  z-index: 1000;
}
.hkiddo-nav ul li a {
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #313131;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  z-index: 100;
}
.hkiddo-nav ul li .dropdown-menu li:last-child,
.hkiddo-nav ul li .dropdown-submenu li:last-child {
  border-bottom: 1px solid #f6f6f6;
  padding: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.hkiddo-nav ul li .dropdown-menu li:last-child,
.hkiddo-nav ul li .dropdown-submenu li:last-child {
  border-bottom: 0;
}
.hkiddo-nav ul li .dropdown-menu > li:last-child > a,
.hkiddo-nav ul li .dropdown-submenu > li:last-child > a {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.hkiddo-nav ul li .dropdown-menu li a,
.hkiddo-nav ul li .dropdown-submenu li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 30px 10px 15px;
  color: #313131;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  margin-top: -1px;
}
.hkiddo-nav ul li .dropdown-menu li a:hover,
.hkiddo-nav ul li .dropdown-submenu li a:hover {
  background-color: #f34235 !important;
  color: #ffffff;
}
.hkiddo-nav ul li .dropdown-menu li a:hover:before,
.hkiddo-nav ul li .dropdown-submenu li a:hover:before {
  /*background: url(../images/footer-list-style.png) -69px 0 no-repeat;*/
}
.header-logo-centered .navbar-brand {
  padding: 10px 0;
}
.header-logo-centered .navbar-default .navbar-nav > .active > a,
.header-logo-centered .navbar-default .navbar-nav > .active > a:hover,
.header-logo-centered .navbar-default .navbar-nav > .active > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
  color: #f34235;
  background-color: transparent;
}
.header-logo-centered .navbar-default .navbar-nav > .open > a,
.header-logo-centered .navbar-default .navbar-nav > .open > a:hover,
.header-logo-centered .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.header-logo-centered .nav > li:last-child > a {
  padding-right: 0;
}
.header-logo-centered.header-sticky .nav > li:last-child .dropdown-submenu {
  top: 0;
  left: auto;
  right: 100%;
}
@media (min-width: 768px) and (max-width: 980px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .vesteo-nav ul {
    margin: 0;
  }
  .vesteo-nav .nav {
    float: none;
    width: 100%;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
  }
}
@media (min-width: 981px) {
  .header-logo-centered nav li:hover > .dropdown-menu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1000;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
  .header-logo-centered .dropdown-menu {
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  }
  .header-logo-centered nav li:hover > .dropdown-submenu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 999;
    transform: translateX(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
  .header-logo-centered .dropdown-submenu {
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  }
}



.navbar-collapse {
    padding-left: 0;
}
.header-sticky .navbar-collapse {
    padding-right: 0;
}

@media (min-width: 981px) {
    .header-sticky .hkiddo-nav .navbar-nav {
        width: auto;
    }
    .nav>li:first-child>a {
        padding-left: 0;
    }
    .header-sticky .nav>li:first-child>a {
        padding-right: 0;
    }
}
@media (max-width: 980px) {
  .header-top .container {
    padding: 0;
  }
  .navbar-nav {
    margin: 7.5px 0;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 30px 10px 30px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #313131;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff !important;
  }
  .dropdown-submenu li {
    list-style-type: none;
  }
  
}