/* ----------------------------------------------------------------
   Header-regular Styles
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
   Nav Top bar
-----------------------------------------------------------------*/

.header-regular .nav-top {
  color: #ffffff;
  position: relative;
  padding-bottom: 6px;
  background-color: #1c717a;
  font-size: 12px;
  min-height: 28px;
}
.header-regular .nav-top .text {
  padding: 5px;
  float: left;
  display: inline-block;
}
.header-regular .nav-top .contacts {
  padding: 5px;
  float: right;
  display: inline-block;
}
.header-regular .nav-top .contacts span {
  margin-left: 20px;
}
.header-regular .nav-top .contacts span i {
  margin-right: 5px;
}
.header-regular .nav-top .social {
  float: right;
  display: inline-block;
}
.header-regular .nav-top .button {
  float: left;
}
.header-regular .nav-top .social,
.header-regular .nav-top .text {
  padding: 5px;
}
.header-regular .nav-top div.social {
  margin-left: 20px;
}
.header-regular .nav-top .social span {
  margin-right: 5px;
}
.header-regular .nav-top .social ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.header-regular .nav-top .social ul li {
  display: inline-block;
  font-size: 13px;
  padding: 0 4px;
}
.header-regular .nav-top .social ul li a {
  color: #f5f5f5;
}
.header-regular .nav-top .social ul li a i {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.header-regular .nav-top .social ul li a i.fa-facebook:hover {
  color: #3d5b99;
}
.header-regular .nav-top .social ul li a i.fa-linkedin:hover {
  color: #0073a4;
}
.header-regular .nav-top .social ul li a i.fa-twitter:hover {
  color: #00aced;
}
.header-regular .nav-top .social ul li a i.fa-google-plus:hover {
  color: #e25714;
}
.header-regular .nav-top .social ul li span {
  font-weight: 600;
  font-size: 11px;
}
.header-regular .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-regular .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-regular .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-regular .nav-top .button a:hover,
.header-regular .nav-top .button a:active,
.header-regular .nav-top .button a:visited {
  color: #fff !important;
  text-decoration: none;
}
.header-regular .nav-top .button a:hover span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.header-regular .nav-top .button a:hover:before {
  top: 1.4px;
  color: #fff;
  text-decoration: none;
}
.header-regular .nav-top .navbar-nav {
  float: left !important;
  display: inline-block;
  padding: 4px;
  margin-right: 30px;
}
.header-regular .nav-top .navbar-nav li {
  margin-right: 10px;
}
.header-regular .nav-top .navbar-nav li a {
  padding: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.header-regular .nav-top .navbar-nav li a:hover {
  text-decoration: none;
}
.header-regular.header-sticky .nav-top {
  display: none;
}
.header-regular .nav-top .decor {
  background: #6EAF8D;
  background: -webkit-linear-gradient(left, #51b2bc 50%, #77cfd8 50%);
  background: -moz-linear-gradient(left, #51b2bc 50%, #77cfd8 50%);
  background: -o-linear-gradient(left, #51b2bc 50%, #77cfd8 50%);
  background: linear-gradient(left, white 50%, #77cfd8 50%);
  background-size: 50px 25%;
  padding: 2px;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.header-regular .caret {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .header-regular .nav-top {
    display: none;
  }
  .dropdown-menu li {
    padding-left: 15px !important;
  }
  .dropdown-submenu li {
    padding-left: 0;
  }
  .hkiddo-nav ul li .dropdown-submenu {
    box-shadow: none;
    padding-left: 10px;
    list-style-type: none;
  }
  .hkiddo-nav ul li .dropdown-menu li:last-child,
  .hkiddo-nav ul li .dropdown-submenu li:last-child {
    padding-left: 10px;
  }
}
.header-regular .col-nav {
  vertical-align: bottom;
}
@media (min-width: 980px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-regular nav li {
    position: relative;
  }
  .header-regular 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-regular nav ul li ul li:hover .caret {
    background: url(../images/happykiddo_footer-list-style.png) -12px 0 no-repeat;
  }
  .header-regular 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-regular .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-regular .dropdown-submenu li a {
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    padding: 3px 20px;
    white-space: nowrap;
  }
  .header-regular .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-regular .nav > li > a:hover::after,
  .header-regular .nav > li > a:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.header-regular .dropdown-submenu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.42857143;
}
.hkiddo-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
.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 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: #f34235;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.hkiddo-nav ul li a:hover,
.hkiddo-nav ul li a:focus {
  color: #ffffff;
}
.hkiddo-nav ul li a:hover:before,
.hkiddo-nav ul li a:focus:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hkiddo-nav ul li .dropdown-menu li:last-child,
.hkiddo-nav ul li .dropdown-submenu li:last-child {
  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;
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 30px 12px 38px;
  color: #313131;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  margin-top: -1px;
}
.hkiddo-nav ul li .dropdown-menu li:last-child a,
.hkiddo-nav ul li .dropdown-submenu li:last-child a {
  border-bottom: 0;
}
.hkiddo-nav ul li .dropdown-menu li a:hover:before,
.hkiddo-nav ul li .dropdown-submenu li a:hover:before {
  display: none;
}
.hkiddo-nav ul li .dropdown-menu li a:after {
  width: 23px;
  height: 23px;
  content: '';
  background: url(../images/happykiddo_menu-flower.png) top left no-repeat;
  position: absolute;
  left: 10px;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.hkiddo-nav ul li .dropdown-menu li a:hover:after {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.header-regular .navbar-brand {
  padding: 10px 0;
}
.header-regular .navbar-default .navbar-nav > .active > a,
.header-regular .navbar-default .navbar-nav > .active > a:hover,
.header-regular .navbar-default .navbar-nav > .active > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.header-regular .navbar-default .navbar-nav > .active > a:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.header-regular .navbar-default .navbar-nav > .open > a,
.header-regular .navbar-default .navbar-nav > .open > a:hover,
.header-regular .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-collapse {
    padding-right: 0;
  }
}

/* ----------------------------------------------------------------
   Header Sticky
-----------------------------------------------------------------*/

.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%;
}
.header-sticky .hkiddo-logo img {
  max-height: 45px;
  transition: all .6s ease;
}
.header-sticky .hkiddo-logo {
  padding: 13px 0;
}
@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;
  }
  .navbar-right {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .hkiddo-nav ul li .dropdown-submenu {
    box-shadow: none;
    padding-left: 20px;
    list-style-type: none;
  }
  .hkiddo-nav ul li .dropdown-menu li:last-child,
  .hkiddo-nav ul li .dropdown-submenu li:last-child {
    padding-left: 20px;
  }
}
@media (min-width: 981px) {
  .header-regular nav li:hover > .dropdown-menu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1000;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
  .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;
    border-bottom: 1px solid #f6f6f6;
    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;
    border-bottom: 1px solid #f6f6f6;
    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-regular .dropdown-menu,
  .header-regular .dropdown-submenu {
    display: inherit !important;
  }
  .header-regular .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-regular 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-regular .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;
  }
}
@media (max-width: 980px) {
  .navbar-collapse.collapse.in {
    max-height: 380px;
    overflow-y: auto !important;
  }
  .dropdown-menu {
    width: 100% !important;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff !important;
  }
  .hkiddo-nav ul li .dropdown-submenu li a::after {
    left: 30px;
  }
  .hkiddo-logo {
    position: absolute;
  }
  .hkiddo-logo,
  .col-nav {
    display: block;
  }
  .col-nav {
    padding: 20px 0;
  }
  .logo {
    float: left;
    margin-left: 20px;
  }
  .hkiddo-nav ul li .dropdown-menu li a, .hkiddo-nav ul li .dropdown-submenu li a {
    padding-left: 20px !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #313131;
  }
}