@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }

  to {
    top: 58px;
    opacity: 1;
  }
}

.calendar-icon {
  display: inline-block;
  background: url("../images/calendar-icon.png") no-repeat 0 0/cover;
  width: 15px;
  height: 16px;
}

.list-icon {
  display: inline-block;
  background: url("../images/list.svg") no-repeat 0 0/cover;
  width: 22px;
  height: 22px;
}

.grid-icon {
  display: inline-block;
  background: url("../images/grid.svg") no-repeat 0 0/cover;
  width: 20px;
  height: 20px;
}

.calendar-icon {
  display: inline-block;
  background: url("../images/calendar.svg") no-repeat 0 0/cover;
  width: 18px;
  height: 18px;
}

.news-icon {
  display: inline-block;
  background: url("../images/icon-news.svg") no-repeat 0 0/cover;
  width: 18px;
  height: 16px;
}

.secondary-arrow {
  display: inline-block;
  background: url("../images/arrow-2nd-right.svg") no-repeat 0 0/cover;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.secondary-arrow:hover {
  background: url("../images/arrow-2nd-right-hover.svg") no-repeat 0 0/cover;
}

a.btn .secondary-arrow {
  display: inline-block;
  background: url("../images/arrow-2nd-right.svg") no-repeat 0 0/cover;
  width: 14px;
  height: 14px;
  transition: 0.2s ease-in;
  position: relative;
}

a.btn:hover .secondary-arrow {
  background: url("../images/arrow-2nd-right-hover.svg") no-repeat 0 0/cover;
  margin-left: 15px;
}

.twitter-icon {
  display: inline-block;
  background: url("../images/icon-x-black.svg") no-repeat 0 0/cover;
  width: 20px;
  height: 16px;
}

.facebook-icon {
  display: inline-block;
  background: url("../images/facebook-icon.svg") no-repeat 0 0/cover;
  width: 12px;
  height: 22px;
}

.instagram-icon {
  display: inline-block;
  background: url("../images/instagram-icon.svg") no-repeat 0 0/cover;
  width: 20px;
  height: 20px;
}

.extrenal-link-icon {
  display: inline-block;
  background: url("../images/extrenal-link-icon.svg") no-repeat 0 0/cover;
  width: 14px;
  height: 14px;
}

.extrenal-link-black-icon {
  display: inline-block;
  background: url("../images/extrenal-link-black-icon.svg") no-repeat 0 0/cover;
  width: 15px;
  height: 15px;
}

.girl-icon {
  display: inline-block;
  background: url("../images/girl-icon.svg") no-repeat 0 0/cover;
  width: 36px;
  height: 75px;
}

.boy-icon {
  display: inline-block;
  background: url("../images/boy-icon.svg") no-repeat 0 0/cover;
  width: 36px;
  height: 75px;
}

.left-arrow-custom {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 2px solid #f96000;
}

.left-arrow-custom::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #f96000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.left-arrow-custom::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 2px solid #f96000;
  border-left: 2px solid #f96000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.list-view {
  display: inline-block;
  width: 22px;
  height: 15px;
  background: url("../images/list-view-icon.svg") no-repeat 0 0/cover;
}

.calendar-view {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/calendar-view-icon.svg") no-repeat 0 0/cover;
}

@media (min-width:980px) {
  .cntct {
    padding-right: 64px;
  }
}

@media (min-width:980px) {
  .cntct .rows {
    margin-left: -16px;
  }
}

.cntct .form-group {
  margin: 0;
  min-height: 58px;
}

@media (min-width:980px) {
  .cntct .form-group {
    margin: 16px 0;
  }
}

.cntct .form-group .selectdropdown,
.cntct .form-group textarea {
  width: 100%;
}

.cntct .form-group textarea {
  min-height: 120px;
}

.checkgroup {
  min-height: 32px !important;
}

.social-icons {
  display: flex;
  margin: 32px 0 32px 0;
  justify-content: center;
  max-width: 160px;
}

@media (min-width:980px) {
  .social-icons {
    justify-content: flex-start;
  }
}

.social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
}

.social-icons a:hover {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  transition: all ease 0.2s;
}

.social-icons a:last-child {
  margin: 0;
}

.cntct .select-dropdown {
  position: relative;
}

.cntct .select-dropdown select {
  display: block !important;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: -52px;
}

.cntct .select-dropdown .form-group .selectdropdown {
  margin-top: -2px;
}