





/* SubMenu */

.dropdown {
    position: relative;
}

.dropdown-content {
padding: 20px 0;
    width: 100%;
    min-width: 1270px;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: absolute !important;
}

/*.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	margin-top:30px;
	height:350px;
}*/

.dropdown-content a {
    color: #06314a;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
	font-size:15px;
}

.dropdown-content a:hover {background-color: #ffc107; color:#fff;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #ffc107;}






.ct-btn--scroll-up {
  position: fixed;
  bottom: 0;
  border-radius: 0 50% 0 0;
  border: none;
  background: #47A7EA;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: white;
  padding: 2px 3px 0 0;
  text-align: center;
  width: 38px;
  height: 38px;
  -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
          transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 99;
  left: -45px; }
  .ct-btn--scroll-up:hover {
    background: #47A7EA; }
    .ct-btn--scroll-up:hover:active {
      background: #47A7EA;
      box-shadow: 0; }
  .ct-btn--scroll-up.visible {
    bottom: 0;
    left: 0; }


.ct-section-header {
  position: relative;
  padding-top: 17px;
  margin-top: 1.35em;
  margin-bottom: 1.35em;
  color: #47A7EA;
  text-align: center; }
  .ct-section-header i {
    padding-right: 10px; }
  .ct-section-header small {
    color: #4a4a4a;
    display: block;
    margin-top: 1.35em;
    font-size: 15px; }
  .ct-section-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 47px;
    height: 6px;
    background-color: #e8e8e8;
    border-radius: 30px; }
  .ct-section-header + p {
    margin-top: -1.645em;
    margin-bottom: 45px;
    line-height: 2; }
  .ct-section-header.ct-section-header--white {
    color: #fff;
    padding-top: 25px;
    margin-bottom: 2em; }
    .ct-section-header.ct-section-header--white small {
      color: #fff; }
    .ct-section-header.ct-section-header--white:before {
      opacity: 0.65; }



.ct-search {
  position: relative;
  color: #ababab; }
  .ct-search .form-control {
    background-color: #f8f8f8;
    border: none;
    color: inherit;
    padding: 0 47px 0 20px;
    border-radius: 30px; }
  .ct-search button {
    background: transparent;
    position: absolute;
    top: 0;
    right: 14px;
    height: 45px;
    border: none;
    color: #c4c4c4; }


.selectize-dropdown [data-selectable] .highlight {
  background: rgba(252, 106, 156, 0.6);
  color: white; }

.ct-range-slider {
  width: 100%;
  position: relative;
  height: 5px;
  border-radius: 5px;
  background: whitesmoke; }
  .ct-range-slider__wrapper {
    padding-top: 15px;
    padding-bottom: 55px; }
  .ct-range-slider__left-grip,
  .ct-range-slider__right-grip {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    display: block;
    cursor: hand;
    cursor: pointer; }
    .ct-range-slider__left-grip:before,
    .ct-range-slider__right-grip:before {
      content: '';
      position: absolute;
      background-color: #47A7EA;
      width: 16px;
      height: 16px;
      top: 0;
      left: 0;
      border-radius: 50%;
      -webkit-transition: -webkit-transform 250ms cubic-bezier(0.55, 0, 0.1, 1);
              transition: transform 250ms cubic-bezier(0.55, 0, 0.1, 1);
      -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
              transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-range-slider__left-grip:active:before,
    .ct-range-slider__left-grip:focus:before,
    .ct-range-slider__right-grip:active:before,
    .ct-range-slider__right-grip:focus:before {
      background-color: #fda6c4; }
  .ct-range-slider__label {
    position: absolute;
    top: calc(100% + 5px);
    cursor: text;
    font-size: 14px;
    color: #a4a4a4;
    left: 0;
    background: #fff;
    border: none;
    width: 45px; }
    .ct-range-slider__right-grip .ct-range-slider__label {
      left: auto;
      right: 0;
      text-align: right; }
    .ct-range-slider__label:before {
      content: "$"; }
  .ct-range-slider__bar {
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: lightgray; }
  .ct-range-slider .slider-selection {
    box-shadow: none; }

.checkbox-group {
  margin-bottom: 8px; }
  .checkbox-group label {
    position: relative;
    padding-left: 26px;
    color: darkgray;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: color 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: color 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .checkbox-group label:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 13px;
      height: 13px;
      line-height: 10px;
      font-size: 8px;
      color: #47A7EA;
      margin-top: -7px;
      border: 2px solid #47A7EA;
      border-radius: 4px;
      font-family: 'FontAwesome';
      text-align: center;
      padding-left: 1px;
      -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
              transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
      overflow: hidden; }
    .checkbox-group label:hover {
      color: #4a4a4a; }
  .checkbox-group input:checked + label:before {
    content: '\f00c'; }

.successMessage,
.errorMessage {
  display: none;
  margin-top: 35px; }

.ct-form-section {
  margin: 65px auto 35px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  max-width: 920px; }
  @media only screen and (min-width: 768px) {
    .ct-form-section {
      margin: 87px auto 67px; } }
  .ct-form-section__title {
    color: #47A7EA;
    text-align: center; }
    .ct-form-section__title a {
      font-weight: 700; }
    .ct-form-section__title.text-left {
      text-align: left; }
  .ct-form-section__header {
    display: block;
    margin-bottom: 12px; }
  .ct-form-section__form {
    border-top: 2px solid #f8f8f8;
    margin-top: 20px;
    padding-top: 50px; }
  .ct-form-section button[type="submit"] {
    margin-top: 17px; }
  .ct-form-section--type2 {
    max-width: none; }
    .ct-form-section--type2 .ct-form-section__title {
      font-weight: 700; }
    @media only screen and (min-width: 992px) {
      .ct-form-section--type2 {
        margin-bottom: 87px; } }
    .ct-form-section--type2 .ct-form-section__form {
      padding-top: 35px; }

.ct-address__box {
  display: block; }
  .ct-address__box + .ct-address__box {
    margin-top: 10px; }

@media only screen and (min-width: 992px) {
  .topbar__address {
    display: table; }
    .topbar__address .ct-address__box {
      display: table-cell; }
      .topbar__address .ct-address__box + .ct-address__box {
        margin-top: 0;
        padding-left: 28px; }
      .topbar__address .ct-address__box .media-body {
        width: auto; } }

@media only screen and (max-width: 991px) {
  .ct-mobile-menu__address {
    font-size: 16px;
    padding: 0 0 25px; }
    .ct-mobile-menu__address .ct-address__box {
      display: block; }
      .ct-mobile-menu__address .ct-address__box + .ct-address__box {
        margin-top: 10px; } }

.ct-footer .ct-address {
  padding-top: 5px;
  font-size: 15px; }
  .ct-footer .ct-address .ct-address__box .media-left {
    min-width: 25px; }
  .ct-footer .ct-address .ct-address__box + .ct-address__box {
    margin-top: 10px; }

.ct-address--with-hovers {
  max-width: 420px;
  width: 100%;
  display: inline-block; }
  .ct-address--with-hovers:before,
  .ct-address--with-hovers:after {
    content: " ";
    display: table; }
  .ct-address--with-hovers:after {
    clear: both; }
  .ct-address--with-hovers .ct-address__box {
    display: inline-block;
    border-radius: 30px;
    background: #47A7EA;
    height: 30px;
    width: 30px;
    line-height: 28px;
    color: white;
    overflow: hidden;
    margin: 0 5px;
    font-size: 13.5px; }
    .ct-address--with-hovers .ct-address__box .media-left {
      display: inline-block;
      width: 30px;
      text-align: center;
      padding: 0;
      float: left; }
    .ct-address--with-hovers .ct-address__box .media-body {
      width: calc(100% - 30px);
      display: inline-block;
      float: left; }
    .ct-address--with-hovers .ct-address__box:hover {
      width: calc(100% - 90px); }
    .ct-address--with-hovers .ct-address__box + .ct-address__box {
      margin-top: 0; }

.ct-socials__item, .ct-socials--inverse .ct-socials__item:hover {
  background: url("../images/social-bg.png") center no-repeat;
  background-size: contain;
  color: #47A7EA;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 !important; }
  .ct-socials__item a, .ct-socials--inverse .ct-socials__item:hover a {
    display: block; }
  .ct-socials__item:before, .ct-socials--inverse .ct-socials__item:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 35%;
    width: 35%;
    background: white;
    z-index: -1;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 30px; }

.ct-socials__item:hover:before, .ct-socials--inverse .ct-socials__item:before {
  width: 100%;
  height: 100%; }

.topbar .ct-socials {
  text-align: right; }
  .topbar .ct-socials__item {
    color: #47A7EA; }

.ct-socials__item + .ct-socials__item {
  margin-left: 7px; }

.ct-mobile-menu .ct-socials {
  text-align: center;
  padding-bottom: 20px; }
  .ct-mobile-menu .ct-socials li {
    color: #47A7EA;
    margin: 0 5px; }

.ct-socials.ct-socials--type2 .ct-socials__item {
  color: #cbc0b6; }

.ct-pagination:before,
.ct-pagination:after {
  content: " ";
  display: table; }

.ct-pagination:after {
  clear: both; }

.ct-blog__pagination {
  border-top: 2px solid #f8f8f8;
  margin-top: 20px;
  padding: 20px 0; }
  @media only screen and (min-width: 480px) {
    .ct-blog__pagination {
      margin-top: 50px; } }
  @media only screen and (min-width: 768px) {
    .ct-blog__pagination {
      padding-bottom: 87px; } }

.ct-icon-box,
.ct-event-box {
  text-align: center;
  display: block;
  padding: 0 0 0 0; }
  .ct-icon-box__inner,
  .ct-event-box__inner {
    max-width: 230px;
    display: inline-block; }
  .ct-icon-box__content,
  .ct-event-box__content {
    margin-bottom: 0; }
  .ct-icon-box__icon,
  .ct-event-box__icon {
    border: 2px solid #47A7EA;
    background: white;
    border-radius: 50%;
    width: 97px;
    height: 97px;
    display: inline-table;
    -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
    margin-bottom: 20px; }
    .ct-icon-box__icon .ct-icon,
    .ct-event-box__icon .ct-icon {
      fill: #47A7EA;
      -webkit-transition: fill 250ms cubic-bezier(0.55, 0, 0.1, 1);
              transition: fill 250ms cubic-bezier(0.55, 0, 0.1, 1);
      position: relative; }
      .ct-icon-box__icon .ct-icon--heart,
      .ct-event-box__icon .ct-icon--heart {
        top: 4px; }
    .ct-icon-box__icon .inner,
    .ct-event-box__icon .inner {
      display: table-cell;
      vertical-align: middle; }
  .ct-icon-box__header,
  .ct-event-box__header {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px; }
  .ct-icon-box:hover .ct-icon-box__icon,
  .ct-event-box:hover .ct-icon-box__icon {
    background: #47A7EA; }
    .ct-icon-box:hover .ct-icon-box__icon svg,
    .ct-event-box:hover .ct-icon-box__icon svg {
      fill: white; }

.ct-image-box,
.ct-isotope-item {
  display: block;
  padding: 0 10px 75px; }
  .ct-image-box__media,
  .ct-isotope-item__media {
    height: 270px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 5px; }
    .ct-image-box__media .inner,
    .ct-isotope-item__media .inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
  .ct-image-box__media img,
  .ct-isotope-item__media img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%; }
  .ct-image-box__content,
  .ct-isotope-item__content {
    padding: 0 20px;
    margin-bottom: 24px;
    position: relative;
    top: 45px;
    opacity: 0; }
  .ct-image-box__hover,
  .ct-isotope-item__hover {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 303px;
    border-radius: 5px;
    opacity: 0;
    background-color: #FFD700;
    color: white;
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-image-box__hover:after,
    .ct-isotope-item__hover:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .ct-image-box__hover .btn,
    .ct-isotope-item__hover .btn {
      position: relative;
      top: 15px;
      opacity: 0; }
  .ct-image-box__inner,
  .ct-isotope-item__inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
  .ct-image-box:hover .ct-image-box__hover,
  .ct-image-box:hover .ct-isotope-item__hover,
  .ct-isotope-item:hover .ct-image-box__hover,
  .ct-isotope-item:hover .ct-isotope-item__hover {
    opacity: 0.7; }
    .ct-image-box:hover .ct-image-box__hover .btn,
    .ct-image-box:hover .ct-image-box__hover .ct-image-box__content,
    .ct-image-box:hover .ct-image-box__hover .ct-isotope-item__content,
    .ct-image-box:hover .ct-isotope-item__hover .btn,
    .ct-image-box:hover .ct-isotope-item__hover .ct-image-box__content,
    .ct-image-box:hover .ct-isotope-item__hover .ct-isotope-item__content,
    .ct-isotope-item:hover .ct-image-box__hover .btn,
    .ct-isotope-item:hover .ct-image-box__hover .ct-image-box__content,
    .ct-isotope-item:hover .ct-image-box__hover .ct-isotope-item__content,
    .ct-isotope-item:hover .ct-isotope-item__hover .btn, .ct-isotope-item:hover .ct-isotope-item__hover .ct-image-box__content, .ct-isotope-item:hover .ct-isotope-item__hover .ct-isotope-item__content {
      opacity: 1;
      top: 0;
      -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
              transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
  .ct-image-box .ct-isotope-item__hover .btn + .btn,
  .ct-isotope-item .ct-isotope-item__hover .btn + .btn {
    margin: 12px 24px 0; }
  .ct-image-box__title,
  .ct-isotope-item__title {
    font-size: 17px;
    font-weight: 700;
    padding: 20px 1px 0;
    text-transform: uppercase; }
  .ct-image-box__colored,
  .ct-isotope-item__colored {
    color: #47A7EA; }

.ct-pricing-box {
  padding: 70px 15px 100px;
  display: inline-block;
  width: 100%;
  max-width: 367px; }
  .ct-pricing-box__inner {
    background: #47a3ff;
    color: white;
    padding: 0 11px 30px;
    border-radius: 0 0 30px 30px; }
  .ct-pricing-box__content {
    text-align: center; }
  .ct-pricing-box__header {
    background: #47a3ff;
    color: #47A7EA;
    position: relative; }
  .ct-pricing-box__title {
    font-weight: bold;
    text-align: right;
    padding: 0 15px 19px;
    z-index: 9;
    position: relative;
    text-transform: uppercase;
    top: -10px; }
  .ct-pricing-box__svg {
    fill: #47a3ff;
    height: 82px;
    width: calc(100% + 22px);
    left: -11px;
    position: absolute;
    top: -82px; }
  .ct-pricing-box .ct-pricing-box__skew-outer, .ct-pricing-box .ct-pricing-box__skew-inner {
    overflow: hidden;
    height: 111px;
    width: calc(100% + 22px);
    left: -11px;
    position: absolute;
    top: -85px;
    border-radius: 0 0 20px 20px;
    z-index: 1; }
    .ct-pricing-box .ct-pricing-box__skew-outer:before, .ct-pricing-box .ct-pricing-box__skew-inner:before {
      content: '';
      position: absolute;
      top: 50%;
      right: -4px;
      width: 100%;
      height: 80px;
      background: #47a3ff;
      border-radius: 20px;
      -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
              transform: rotate(-10deg); }
    .ct-pricing-box .ct-pricing-box__skew-outer:after, .ct-pricing-box .ct-pricing-box__skew-inner:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 50%;
      height: 50%;
      right: 0;
      background: #47a3ff; }
    .browser-mozilla .ct-pricing-box .ct-pricing-box__skew-outer, .browser-mozilla .ct-pricing-box .ct-pricing-box__skew-inner {
      left: -11px; }
  .ct-pricing-box .ct-pricing-box__skew-inner {
    z-index: 2;
    -webkit-transform: scale(0.94);
        -ms-transform: scale(0.94);
            transform: scale(0.94);
    top: -74px; }
    .ct-pricing-box .ct-pricing-box__skew-inner:before, .ct-pricing-box .ct-pricing-box__skew-inner:after {
      background: white; }
  .ct-pricing-box__price {
    position: absolute;
    top: -40px;
    left: -20px;
    border: 5px solid #47A7EA;
    display: table;
    width: 91px;
    height: 91px;
    overflow: hidden;
    background: white;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 5; }
    .ct-pricing-box__price span {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
  .ct-pricing-box__list {
    display: inline-block;
    text-align: left;
    padding: 10px 20px 30px 40px; }
    .ct-pricing-box__list li + li {
      margin-top: 20px; }

.ct-party-box {
  text-align: center;
  padding: 12px;
  width: 100%;
  max-width: 322px;
  display: inline-block;
  margin-bottom: 35px;
  margin-bottom: 70px; }
  .ct-party-box__content {
    background-color: #f8f8f8;
    padding: 22px 11px; }
    @media only screen and (min-width: 480px) {
      .ct-party-box__content {
        padding: 30px 22px; } }
  .ct-party-box__media {
    position: relative; }
    .ct-party-box__media img {
      width: 100%;
      -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
              transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-party-box__media .btn {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: auto;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1;
      -webkit-backface-visibility: hidden;
      opacity: 0; }
    html:not(.mobile):not(.tablet) .ct-party-box__media:hover img {
      opacity: 0.4; }
    html:not(.mobile):not(.tablet) .ct-party-box__media:hover .btn {
      opacity: 1; }
    .mobile .ct-party-box__media .btn,
    .tablet .ct-party-box__media .btn {
      top: auto;
      bottom: 10px;
      left: 0;
      right: 0;
      width: 100px;
      opacity: 1;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .ct-party-box__header {
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    padding: 0 15px;
    line-height: 21px;
    display: table;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .ct-party-box__header {
        min-height: 42px; } }
    .ct-party-box__header span {
      display: table-cell;
      vertical-align: bottom;
      width: 100%; }
  .ct-party-box__price {
    color: #47A7EA;
    font-size: 22px;
    font-weight: 700; }
  .ct-party-box__price-old {
    color: #c7c7c7;
    text-decoration: line-through;
    padding-right: 5px; }
  .ct-party-box__price, .ct-party-box p {
    padding-bottom: 9px; }
  .ct-party-box__hidden {
    overflow: hidden;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-party-box__hidden .inner, .ct-party-box__hidden p {
      float: left; }
  .ct-party-box button:after {
    content: attr(data-alternate-text);
    opacity: 0;
    }
  .ct-party-box:not(.active) .ct-party-box__hidden {
    max-height: 0 !important; }
  .ct-party-box.active button {
    color: transparent; }
    .ct-party-box.active button:after {
      opacity: 1; }

.ct-party-box.ct-party-box--simple .ct-party-box__content {
  padding: 15px 11px; }
  @media only screen and (min-width: 480px) {
    .ct-party-box.ct-party-box--simple .ct-party-box__content {
      padding: 22px 22px 30px; } }

.ct-party-box.ct-party-box--simple p {
  margin-bottom: 20px; }

html:not(.mobile):not(.tablet) .ct-party-box.ct-party-box--simple .ct-party-box__media:hover img {
  opacity: 1; }

.ct-party-box.ct-party-box--simple .ct-party-box__header span {
  vertical-align: middle; }

.ct-address-box {
  max-width: 284px;
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 20px 0; }
  .ct-address-box__container {
    background: #47A7EA;
    color: white;
    text-align: center;
    padding: 0 0; }
    .ct-address-box__container:before,
    .ct-address-box__container:after {
      content: " ";
      display: table; }
    .ct-address-box__container:after {
      clear: both; }
  .ct-address-box__list {
    list-style: none;
    padding-left: 0; }
    .ct-address-box__list li {
      display: table;
      width: 100%; }
    .ct-address-box__list i, .ct-address-box__list span {
      display: table-cell;
      vertical-align: top;
      line-height: 27.3px; }
    .ct-address-box__list i {
      width: 25px; }
    .ct-address-box__list a:hover span {
      text-decoration: underline; }
  .ct-address-box__header {
    font-size: 35px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    .ct-address-box__header b {
      display: block;
      font-weight: 400; }

.ct-theme-box {
  border-right: 1px solid #fff;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .ct-theme-box__media img {
    width: 100%; }
  .ct-theme-box__title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: white; }
  .ct-theme-box__date {
    display: block;
    color: #47A7EA;
    font-size: 15px; }
  .ct-theme-box__content {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-theme-box__content .outer {
      -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
              transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
      height: 100%;
      padding-bottom: 30px;
      display: table;
      width: 100%; }
      .ct-theme-box__content .outer > .ct-theme-box__content .outer__inner, .ct-theme-box__content .outer > .inner {
        display: table-cell;
        width: 100%;
        vertical-align: bottom; }
      .browser-mozilla .ct-theme-box__content .outer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .browser-mozilla .ct-theme-box__content .outer > .ct-theme-box__content .outer__inner, .browser-mozilla .ct-theme-box__content .outer > .inner {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .ct-theme-box__content .outer .inner {
        position: relative; }
      .ct-theme-box__content .outer:before {
        content: '';
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.49) 60%, rgba(0, 0, 0, 0.67) 80%, rgba(0, 0, 0, 0.79) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.49) 60%, rgba(0, 0, 0, 0.67) 80%, rgba(0, 0, 0, 0.79) 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
                transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .ct-theme-box:hover .ct-theme-box__content {
    height: 100%; }
    .ct-theme-box:hover .ct-theme-box__content .outer {
      padding-bottom: 60px; }
      .ct-theme-box:hover .ct-theme-box__content .outer:before {
        height: 200%;
        top: -100%; }

.ct-testimonial {
  text-align: center;
  padding-top: 64px; }
  .ct-testimonial__image {
    position: absolute;
    top: -64px;
    left: 0;
    right: 0; }
    .ct-testimonial__image img {
      border-radius: 50%;
      margin: auto;
      height: 128px; }
  .ct-testimonial__inner {
    padding: 64px 54px 100px;
    position: relative;
    z-index: 1; }
  .ct-testimonial__name {
    margin-top: 30px;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 5px; }
  .ct-testimonial__job {
    color: #47A7EA; }
  .ct-testimonial__content {
    padding-top: 15px;
    font-style: italic; }
  .ct-testimonial:after {
    content: '';
    background-color: #f8f8f8;
    top: 64px;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute; }

.ct-feature-box {
  margin-bottom: 40px; }
  .ct-feature-box__hidden {
    overflow: hidden;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-feature-box__hidden .inner {
      float: left; }
  .ct-feature-box:after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8; }
  .ct-feature-box__header,
  .ct-feature-box__inner {
    position: relative;
    z-index: 1; }
  .ct-feature-box__heading {
    font-size: 34px; }
  .ct-feature-box__header {
    background: #47A7EA;
    color: white;
    padding: 40px 39px 36px; }
    .ct-feature-box__header b {
      display: block; }
  .ct-feature-box__inner {
    padding: 43px 40px; }
  .ct-feature-box__number {
    color: #bababa;
    font-size: 18px; }
  .ct-feature-box__image {
    padding: 40px 0 40px;
    display: table;
    width: 100%;
    min-height: 270px; }
    .ct-feature-box__image > .ct-feature-box__image__inner, .ct-feature-box__image > .inner {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }
    .browser-mozilla .ct-feature-box__image {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .browser-mozilla .ct-feature-box__image > .ct-feature-box__image__inner, .browser-mozilla .ct-feature-box__image > .inner {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .ct-feature-box__title {
    font-weight: 700;
    color: inherit;
    margin-bottom: 22px; }
  .ct-feature-box__content p {
    margin-bottom: 30px; }
  .ct-feature-box button:after {
    content: attr(data-alternate-text);
    opacity: 0;
    }
  .ct-feature-box:not(.active) .ct-feature-box__hidden {
    max-height: 0 !important; }
  .ct-feature-box.active button:after {
    opacity: 1; }
  @media only screen and (min-width: 992px) {
    .ct-feature-box {
      margin-bottom: 87px; }
      .ct-feature-box:after {
        bottom: 87px; } }

.ct-event-box {
  padding: 12px 12px 72px;
  position: relative;
  float: left;
  width: 50%; }
  .ct-event-box > .ct-event-box__inner > .ct-event-box__header {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 0;
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0; }
  .ct-event-box__hover {
    background: rgba(252, 106, 156, 0.9);
    color: white;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 24px);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
    overflow: hidden; }
    .ct-event-box__hover .ct-event-box__header {
      padding: 0;
      margin-bottom: 20px; }
  .ct-event-box:hover .ct-event-box__icon {
    background: #47A7EA; }
    .ct-event-box:hover .ct-event-box__icon .ct-icon {
      fill: white; }
  .ct-event-box:hover .ct-event-box__hover {
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .ct-event-box {
      width: 33.333%; } }
  @media only screen and (min-width: 1200px) {
    .ct-event-box {
      width: 25%; } }
  @media (min-width: 1500px) {
    .ct-event-box {
      width: 20%; } }

.ct-blog__sidebar .ct-sidebar__inner {
  padding-bottom: 233px; }

.ct-sidebar {
  position: relative;
  right: 0; }

.ct-sidebar__mobile-toggle {
  display: none;
  z-index: 1010;
  background: #47A7EA;
  color: #fff;
  border: 2px solid #fff;
  border-right: none;
  border-radius: 5px 0 0 5px;
  font-size: 15px;
  padding: 7px 15px 7px 8px;
  -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
          transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .ct-sidebar__mobile-toggle:before {
    content: '\f053';
    font-family: 'FontAwesome'; }

@media only screen and (max-width: 991px) {
  .mobile .ct-sidebar, .tablet .ct-sidebar {
    position: fixed;
    top: 0;
    right: -233px;
    width: 258px;
    height: 100%;
    z-index: 1010;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .mobile .ct-sidebar__inner, .tablet .ct-sidebar__inner {
      background-color: #fff;
      padding: 20px;
      position: absolute;
      top: 0;
      right: 0;
      width: 233px;
      height: 100%;
      overflow-y: auto; }
    .mobile .ct-sidebar__mobile-toggle, .tablet .ct-sidebar__mobile-toggle {
      display: block;
      position: fixed;
      top: 27%;
      right: 0; } }
    @media only screen and (max-width: 991px) and (min-width: 480px) {
      .mobile .ct-sidebar__mobile-toggle, .tablet .ct-sidebar__mobile-toggle {
        top: 20%; } }

.sidebar-open {
  overflow: hidden; }
  .sidebar-open .ct-sidebar {
    right: 0; }
  .sidebar-open .ct-sidebar__mobile-toggle {
    right: 233px;
    background: #fff;
    color: #47A7EA;
    padding-right: 8px;
    margin-right: -1px; }
    .sidebar-open .ct-sidebar__mobile-toggle:before {
      content: '\f054'; }
  .sidebar-open .ct-page-wrapper {
    overflow: hidden; }
    .sidebar-open .ct-page-wrapper:after {
      height: 100%;
      width: 100%;
      opacity: 0.6;
      z-index: 1000; }

.ct-blog-post {
  padding-bottom: 37px;
  padding-left: 12px;
  padding-right: 12px; }
  .ct-blog-post__date {
    padding: 10px 0 0; }
  .ct-blog-post__description {
    padding-top: 20px; }
  .ct-blog-post__day, .ct-blog-post__month {
    display: block;
    color: #47A7EA; }
  .ct-blog-post__day {
    font-size: 40px;
    line-height: 1; }
  .ct-blog-post__month {
    font-size: 24px;
    text-transform: uppercase; }
  .ct-blog-post__author {
    color: #4a4a4a; }
    .ct-blog-post__author:hover {
      text-decoration: underline; }
  .ct-blog-post__category, .ct-blog-post__comments {
    color: #47A7EA; }
    .ct-blog-post__category:before, .ct-blog-post__comments:before {
      content: '/';
      padding: 0 5px; }
    .ct-blog-post__category:hover, .ct-blog-post__comments:hover {
      color: #47A7EA; }
      .ct-blog-post__category:hover span, .ct-blog-post__comments:hover span {
        text-decoration: underline; }
  .ct-blog-post__category:before {
    color: #4a4a4a; }
  .ct-blog-post__comments:before {
    color: #bbbbbb; }
  .ct-blog-post__title {
    font-weight: 700;
    padding-top: 10px; }
  .ct-blog-post__content {
    margin-bottom: 25px; }
    .ct-blog-post__content p + p {
      margin-top: 30px; }
    .ct-blog--single .ct-blog-post__content {
      margin-top: 30px;
      line-height: 2; }
  .ct-blog-post__media {
    width: 220px; }
    .ct-blog-post__media img {
      border-radius: 50%; }
  .ct-blog-post__quote {
    background: #eee;
    height: 220px;
    width: 100%;
    border-radius: 50%;
    display: inline-table;
    text-align: center; }
    .ct-blog-post__quote-inner {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
    .ct-blog-post__quote-content {
      font-style: italic;
      font-weight: 600; }
  .ct-blog-post + .ct-blog-post {
    border-top: 2px solid #f8f8f8;
    padding-top: 33px; }
  @media only screen and (max-width: 767px) {
    .ct-blog-post {
      text-align: left; } }
  .ct-blog-post.ct-blog-post--slider .ct-blog-post__media {
    padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .ct-blog-post {
      padding-left: 0; }
      .ct-blog-post__media {
        width: 245px; }
      .ct-blog-post__media {
        padding-right: 25px; }
      .ct-blog-post:not(.ct-blog-post--slider) {
        display: table;
        width: 100%; }
        .ct-blog-post:not(.ct-blog-post--slider) .ct-blog-post__media, .ct-blog-post:not(.ct-blog-post--slider) .ct-blog-post__body {
          display: table-cell;
          vertical-align: top; }
        .ct-blog-post:not(.ct-blog-post--slider) .ct-blog-post__media {
          padding-right: 25px; }
          .ct-blog-post:not(.ct-blog-post--slider) .ct-blog-post__media img {
            min-width: 220px; }
      .ct-blog-post.ct-blog-post--slider:before,
      .ct-blog-post.ct-blog-post--slider:after {
        content: " ";
        display: table; }
      .ct-blog-post.ct-blog-post--slider:after {
        clear: both; }
      .ct-blog-post.ct-blog-post--slider .ct-blog-post__media, .ct-blog-post.ct-blog-post--slider .ct-blog-post__body {
        display: inline-block;
        float: left; }
      .ct-blog-post.ct-blog-post--slider .ct-blog-post__body {
        width: calc(100% - 245px); } }
  @media only screen and (max-width: 767px) {
    .ct-blog-post {
      text-align: center; }
      .ct-blog-post .ct-blog-post__media {
        margin: auto; } }

@media only screen and (min-width: 992px) {
  .ct-blog {
    padding-top: 30px; } }

@media only screen and (max-width: 991px) {
  .ct-blog__content {
    padding-top: 23px; } }

@media only screen and (max-width: 767px) {
  .ct-blog__content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px; } }

.ct-comment {
  padding: 30px 0;
  position: relative; }
  .ct-comment + .ct-comment {
    border-top: 2px solid #f8f8f8; }
  .ct-comment__inner {
    position: relative;
    z-index: 5; }
  .ct-comment__title, .ct-comment-form__title {
    color: #47A7EA;
    font-weight: 700;
    padding-bottom: 14px;
    margin-bottom: 0;
    border-bottom: 2px solid #f8f8f8; }
  .ct-comment__reply {
    color: #4a4a4a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2;
    position: absolute;
    right: 0;
    top: 0px; }
    .ct-comment__reply span {
      padding-left: 5px; }
  .ct-comment__heading {
    padding-bottom: 10px; }
  .ct-comment__body {
    padding-top: 15px;
    line-height: 1.6; }
  .ct-comment__heading {
    color: #47A7EA;
    font-weight: 700;
    padding-right: 60px;
    position: relative; }
    .ct-comment__heading small {
      color: inherit;
      font-size: 0.9em; }
  .ct-comment__avatar {
    padding-right: 18px; }
    .ct-comment__avatar img {
      width: 108px;
      border-radius: 50%; }
  .ct-comment--spaced {
    margin-left: 45px; }
  .ct-comment--featured {
    color: white;
    margin-bottom: 40px; }
    .ct-comment--featured:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 3333px;
      height: 100%;
      background: #47A7EA;
      border-radius: 5px; }
    .ct-comment--featured .ct-comment__heading {
      color: white; }
    @media only screen and (min-width: 992px) {
      .ct-comment--featured {
        margin-bottom: 86px; } }
  @media only screen and (max-width: 767px) {
    .ct-comment__avatar {
      display: block; } }
  @media only screen and (max-width: 479px) {
    .ct-comment__heading small {
      display: block;
      padding-top: 3px; } }

.ct-comment-form {
  margin: 40px 0; }
  .ct-comment-form__title {
    margin-bottom: 30px; }
  .ct-comment-form button {
    margin-top: 20px; }
  @media only screen and (min-width: 992px) {
    .ct-comment-form {
      margin: 86px 0; } }

.ct-newsletter {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  padding: 37px 0 25px; }
  @media only screen and (min-width: 480px) {
    .ct-newsletter {
      padding: 67px 0 64px; } }
  .ct-newsletter__heading span {
    font-size: 0.93em; }
  .ct-newsletter__heading small {
    color: inherit;
    display: block;
    font-size: 15px; }
  .ct-newsletter__form {
    position: relative;
    width: calc(100% - 20px);
    margin-top: 16px; }
  .ct-newsletter__button {
    position: absolute;
    bottom: 0;
    right: -20px;
    margin-right: 0;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    overflow: hidden; }
  .ct-newsletter__content {
    padding-top: 18px; }
  .ct-newsletter__submit {
    position: relative;
    right: 0;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .ct-newsletter__wait {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 34px;
    opacity: 0;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-animation: rotate 1.5s infinite;
            animation: rotate 1.5s infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    font-size: 20px; }
    @media only screen and (min-width: 480px) {
      .ct-newsletter__wait {
        line-height: 40px; } }
  .ct-newsletter__subscribed {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 10px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1; }
  .ct-newsletter__input {
    background: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 5px;
    height: 37px;
    color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    @media only screen and (min-width: 768px) {
      .ct-newsletter__input {
        height: 43px; } }
    .ct-newsletter__input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.75); }
    .ct-newsletter__input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.75); }
    .ct-newsletter__input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.75); }
  .ct-newsletter__form.newsletter-subscribed .ct-newsletter__button {
    margin-right: calc(50% - 45px);
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .ct-newsletter__form.newsletter-subscribed .ct-newsletter__input {
    width: 0;
    padding: 0;
    margin-left: 50%; }
  .ct-newsletter__form.newsletter-subscribed .ct-newsletter__wait {
    opacity: 1; }
  .ct-newsletter__form.newsletter-subscribed .ct-newsletter__submit {
    opacity: 0; }
  .ct-newsletter__form.newsletter-subscribed .ct-newsletter__label {
    opacity: 0; }
  .ct-newsletter__form.newsletter-subscribed .ct-newsletter__subscribed {
    opacity: 1;
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
    z-index: 1; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media only screen and (min-width: 480px) {
  .ct-shop-filters {
    display: table; }
    .ct-shop-filters > * {
      display: table-cell;
      vertical-align: middle;
      width: auto; }
    .ct-shop-filters .selectize-control {
      min-width: 196px;
      padding-right: 24px; } }

@media only screen and (max-width: 479px) {
  .ct-shop-filters {
    text-align: center; }
    .ct-shop-filters .form-control {
      text-align: left; }
    .ct-shop-filters .btn {
      margin-top: 15px; } }

.ct-party-detailed {
  background: #fff;
  border-radius: 5px;
  padding: 25px; }
  .ct-party-detailed__container {
    position: relative; }
  .ct-party-detailed__title {
    font-weight: 700;
    color: #4a4a4a; }
  .ct-party-detailed__price {
    font-size: 22px;
    font-weight: 700;
    color: #47A7EA;
    padding: 5px 0 10px; }
  .ct-party-detailed__price-old {
    color: #c7c7c7;
    text-decoration: line-through;
    padding-right: 5px; }
  .ct-party-detailed .btn {
    margin-top: 24px; }
  .ct-party-detailed__time {
    border-radius: 50%;
    background: #47A7EA;
    color: #fff;
    width: 75px;
    height: 75px;
    padding: 12px 10px 10px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px; }
  .ct-party-detailed__number {
    font-size: 30px;
    line-height: 1;
    font-weight: 700; }
  .ct-party-detailed__media {
    line-height: 1; }
  .ct-party-detailed__media {
    position: relative;
    padding-bottom: 24px; }
    .ct-party-detailed__media img {
      width: 100%;
      border-radius: 5px; }
  .ct-party-detailed + .mfp-close {
    color: #4a4a4a;
    font-size: 40px;
    top: -9px;
    right: 5px;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
    .ct-party-detailed + .mfp-close:hover {
      color: black; }
      .ct-party-detailed + .mfp-close:hover:active {
        color: black; }
  @media only screen and (min-width: 480px) {
    .ct-party-detailed.ct-party-detailed--popup {
      padding: 45px; }
    .ct-party-detailed__time {
      width: 94px;
      height: 94px;
      padding: 22px 10px 10px; }
    .ct-party-detailed .btn {
      margin-top: 40px; }
    .ct-party-detailed + .mfp-close {
      font-size: 60px;
      top: 2px;
      right: 17px; } }
  @media only screen and (max-width: 479px) {
    .ct-party-detailed.ct-party-detailed--default .ct-party-detailed__time {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7);
      top: -5px;
      left: -5px; } }

.widget {
  padding-top: 50px;
  font-size: 15px; }
  .widget ul {
    padding-left: 0;
    margin-top: -22px;
    list-style: none; }
  .widget li {
    display: block;
    -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
    padding: 14px 0;
    position: relative; }
    .widget li:before,
    .widget li:after {
      content: " ";
      display: table; }
    .widget li:after {
      clear: both; }
    .widget li + li {
       }
    @media only screen and (min-width: 768px) {
      .widget li {
        padding-right: 30px; } }
  .widget li img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 63px;
    border-radius: 50%; }
  .widget a {
    color: #47A7EA; }
    .widget a:hover, .widget a.hover,
    .widget a:active, .widget a.active,
    .widget a:focus, .widget a.focus {
      color: #47A7EA; }
    .widget a:hover {
      text-decoration: underline; }
  .widget p {
    text-align: justify; 
	line-height:24px;}
  .widget .widget-title {
    color: #47A7EA;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative; 
	}
    .widget .widget-title:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #f8f8f8; }

.widget_search + .widget {
  padding-top: 20px; }

.widget_recent_entries .widget-li-image,
.widget_recent_entries .widget-li-content {
  display: inline-block;
  float: left; }

.widget_recent_entries .widget-li-content {
  max-width: 100%; }

.widget_recent_entries .widget-li-image + .widget-li-content {
  max-width: calc(100% - 80px); }

.widget_recent_entries h5 {
  display: inline-block;
  margin-top: 0;
  font-weight: 400; }

.widget_recent_entries span {
  display: block;
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.widget_archive li {
  padding-right: 0; }

.widget_archive .pull-left {
  color: #4a4a4a; }

.tagcloud {
  margin: -4px; }
  .tagcloud a {
    color: #47A7EA;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #47A7EA;
    padding: 3px 15px;
    margin: 5px 4px;
    font-size: 14px; }
    .tagcloud a:hover, .tagcloud a:active {
      color: #fff;
      text-decoration: none; }

.ct-footer .widget {
  padding-top: 40px;
  font-size: 15px; }
  .ct-footer .widget ul {
    margin-top: 0; }
  .ct-footer .widget li + li {
    border-top-color: rgba(248, 248, 248, 0.3); }
  .ct-footer .widget a {
    color: #fff; }
    .ct-footer .widget a:hover, .ct-footer .widget a.hover,
    .ct-footer .widget a:active, .ct-footer .widget a.active,
    .ct-footer .widget a:focus, .ct-footer .widget a.focus {
      color: #fff; }
  .ct-footer .widget .widget-title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 15px; }
    .ct-footer .widget .widget-title:after {
      max-width: 66px;
      height: 3px; }
  .ct-footer .widget li img {
    border-radius: 0;
    width: 75px; }
  .ct-footer .widget .tagcloud {
    margin: -4px; }
    .ct-footer .widget .tagcloud a {
      color: #fff;
      border-radius: 30px;
      border: 2px solid #fff;
      margin: 5px 4px; }
      .ct-footer .widget .tagcloud a:hover, .ct-footer .widget .tagcloud a:active {
        color: #47A7EA;
        text-decoration: none;
        background-color: #fff; }

.ct-footer .widget_recent_entries li {
  padding-top: 10px;
  padding-bottom: 10px; 
  line-height:24px;}

.ct-footer .widget_recent_entries .widget-li-content {
  max-width: calc(100% - 92px);
  padding-bottom: 5px; }

.ct-footer .widget_recent_entries a {
  padding-top: 7px;
  display: block;
  font-style: italic;
  font-size: 13px; }

.ct-footer .widget_recent_entries span {
  text-overflow: inherit;
  white-space: normal;
  color: rgba(255, 255, 255, 0.75); }

.ct-footer .widget_archive .pull-left {
  color: #fff; }

.ct-footer .widget_archive .pull-right {
  color: #fff; }

.ct-footer .widget_search + .widget {
  padding-top: 20px; }

.widget_flickr {
  margin-left: -9px;
  margin-right: -9px; }
  .widget_flickr .widget-title {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 27px; }

.flickr_badge_image {
  display: inline-block;
  padding: 9px;
  position: relative;
  background: #47A7EA; }
  .flickr_badge_image a:after {
    content: '\f08e';
    font-family: 'FontAwesome';
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
    pointer-events: none; }
  .flickr_badge_image img {
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  html:not(.mobile):not(.tablet) .flickr_badge_image:hover a:after {
    opacity: 1; }
  html:not(.mobile):not(.tablet) .flickr_badge_image:hover img {
    opacity: 0.3; }
  @media only screen and (min-width: 480px) {
    .flickr_badge_image img {
      width: 91px;
      height: 91px; } }

.ct-slick {
  margin-bottom: 0; }
  .ct-slick .slick-prev,
  .ct-slick .slick-next {
    position: absolute; }
  .ct-slick .ct-slick__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px; }
    .ct-slick .ct-slick__footer .inner {
      padding: 10px 0;
      text-align: center; }
      .ct-slick .ct-slick__footer .inner .btn {
        margin-top: 4px; }
    @media only screen and (min-width: 768px) {
      .ct-slick .ct-slick__footer {
        padding: 30px 50px;
        display: table;
        width: 100%; }
        .ct-slick .ct-slick__footer > .inner, .ct-slick .ct-slick__footer > .ct-slick .ct-slick__footer__inner {
          display: table-cell;
          vertical-align: middle;
          width: 100%; }
        .ct-slick .ct-slick__footer .inner {
          padding: 0 15px;
          text-align: left; } }
  .ct-slick--main {
    z-index: 99;
    min-height: 350px;
    margin-top: -20vh; }
    .ct-slick--main .item {
      position: relative; }
    @media only screen and (min-width: 480px) {
      .ct-slick--main {
        min-height: 45vh; } }
    @media only screen and (min-height: 800px) {
      .ct-slick--main {
        margin-top: -200px; } }

.slick-nav {
  background: white;
  height: 61px;
  width: 61px;
  min-width: 0; }
  .slick-nav .btn-arrow__svg {
    top: 2px; }
  .slick-nav.slick-disabled {
    opacity: 0.5; }
  .slick-nav:hover, .slick-nav:focus, .slick-nav:active {
    background: #47A7EA; }
    .slick-nav:hover .btn-arrow__svg, .slick-nav:focus .btn-arrow__svg, .slick-nav:active .btn-arrow__svg {
      fill: white; }
  @media only screen and (max-width: 479px) {
    .slick-nav {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }

@media only screen and (max-width: 767px) {
  .ct-slick--arrows1 .slick-nav {
    top: auto;
    bottom: 15px; } }

.ct-slick--arrows2 .slick-nav, .ct-slick--arrows3 .slick-nav, .ct-slick--arrows4 .slick-nav {
  background: transparent;
  top: -25px;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
  .ct-slick--arrows2 .slick-nav .btn-arrow__svg, .ct-slick--arrows3 .slick-nav .btn-arrow__svg, .ct-slick--arrows4 .slick-nav .btn-arrow__svg {
    fill: #969696; }
  .ct-slick--arrows2 .slick-nav.slick-disabled .btn-arrow__svg, .ct-slick--arrows3 .slick-nav.slick-disabled .btn-arrow__svg, .ct-slick--arrows4 .slick-nav.slick-disabled .btn-arrow__svg {
    fill: #969696 !important; }
  .ct-slick--arrows2 .slick-nav:hover .btn-arrow__svg, .ct-slick--arrows2 .slick-nav:focus .btn-arrow__svg, .ct-slick--arrows2 .slick-nav:active .btn-arrow__svg, .ct-slick--arrows3 .slick-nav:hover .btn-arrow__svg, .ct-slick--arrows3 .slick-nav:focus .btn-arrow__svg, .ct-slick--arrows3 .slick-nav:active .btn-arrow__svg, .ct-slick--arrows4 .slick-nav:hover .btn-arrow__svg, .ct-slick--arrows4 .slick-nav:focus .btn-arrow__svg, .ct-slick--arrows4 .slick-nav:active .btn-arrow__svg {
    fill: #47A7EA; }
  .ct-slick--arrows2 .slick-nav.slick-prev, .ct-slick--arrows3 .slick-nav.slick-prev, .ct-slick--arrows4 .slick-nav.slick-prev {
    left: 50%;
    margin-left: -38px; }
  .ct-slick--arrows2 .slick-nav.slick-next, .ct-slick--arrows3 .slick-nav.slick-next, .ct-slick--arrows4 .slick-nav.slick-next {
    right: 50%;
    margin-right: -38px; }

.ct-slick--arrows2.ct-slick-activated {
  padding-top: 30px; }

.ct-slick--arrows3 {
  padding-top: 20px; }
  @media only screen and (max-width: 991px) {
    .ct-slick--arrows3.ct-slick-activated {
      padding-top: 50px; }
      .ct-slick--arrows3.ct-slick-activated .slick-nav.slick-prev, .ct-slick--arrows3.ct-slick-activated .slick-nav.slick-next {
        top: 25px; } }
  @media only screen and (min-width: 992px) {
    .ct-slick--arrows3 .slick-nav.slick-prev, .ct-slick--arrows3 .slick-nav.slick-next {
      top: -30px; }
    .ct-slick--arrows3 .slick-nav.slick-prev {
      right: 58px;
      left: auto; }
    .ct-slick--arrows3 .slick-nav.slick-next {
      right: 48px; } }

.ct-slick--arrows4 .slick-nav {
  top: auto;
  bottom: 45px; }

@media only screen and (min-width: 992px) {
  /*nav*/
.ct-menu {
    width: 100%;
    z-index: 999;
    color: white;
    font-size: 16px;
    font-weight: 400;
}
  .topbar {
    display: table;
    height: 47px;
    width: calc(100% + 48px);
    background-color: #47A7EA;
    border-radius: 30px;
    padding: 0 14px 0 28px;
    margin: 0 -24px; }
    .topbar__inner {
      display: table-cell;
      vertical-align: middle; }
  .midbar {
    height: 25px;
    display: table;
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 33px; }
    .midbar > .inner, .midbar > .midbar__inner {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
  .midbar-nav a:hover {
    color: #47A7EA; }
  .midbar-nav .nav-item.active > a {
    color: #47A7EA; }
  .midbar-nav li + li {
    padding-left: 28px; } }

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .midbar-nav li + li {
    padding-left: 34px; } }

@media only screen and (min-width: 992px) {
  .midbar__search-toggle {
    font-size: 20px; }
  .midbar__search {
    display: none; }
    .midbar__search .form-group {
      width: 100%;
      height: 64px;
      margin: 0; }
      .midbar__search .form-group button {
        height: 64px;
        font-size: 20px; }
    .midbar__search .form-control {
      height: inherit;
      font-size: 30px;
      font-weight: 300;
      line-height: 64px; }
    .midbar__search--transparent .form-group button {
      right: 0;
      padding-right: 0;
      color: white; }
    .midbar__search--transparent .form-control {
      background-color: transparent;
      padding: 0 34px 0 0;
      color: white; }
      .midbar__search--transparent .form-control:focus {
        outline: none;
        box-shadow: none; }
    .midbar__search--transparent ::-webkit-input-placeholder {
      color: white; }
    .midbar__search--transparent ::-moz-placeholder {
      color: white; }
    .midbar__search--transparent :-ms-input-placeholder {
      color: white; }
    .midbar__search--default {
      position: relative;
      top: 2px;
      left: -24px;
      width: calc(100% + 48px); } }
    @media only screen and (min-width: 992px) and (min-width: 1200px) {
      .midbar__search--default {
        left: -42px;
        width: calc(100% + 84px); } }

@media only screen and (min-width: 992px) {
  .search-open .midbar__inner {
    display: none; }
  .search-open .midbar__search {
    display: block; }
  .navbar {
    font-size: 16px;
    border: none; }
    .navbar .navbar-brand {
      padding-top: 0px; } }
  @media only screen and (min-width: 992px) and (min-width: 1200px) {
    .navbar .navbar-nav li a {
      padding-left: 19px;
      padding-right: 19px; } }

@media only screen and (min-width: 992px) {
    .navbar .navbar-nav > li:last-child a {
      padding-right: 34px; }
    .navbar.navbar-fixed:before {
      top: 33px; }
    .navbar .dropdown-menu > li > .active {
      color: #47A7EA; }


    .page-scrolled .navbar.navbar-fixed {
         /* -webkit-transform: translateZ(0); */
    position: fixed;
    padding-top: 0px;
    padding-bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1188px;
    margin: auto;
    z-index: 999;
    -webkit-animation-name: navbar-animation-1;
    animation-name: navbar-animation-1;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    min-height: 84px;
}

.page-scrolled .navbar.navbar-fixed #navigation {
    position: absolute;
    right: 145px;
}

.page-scrolled .navbar.navbar-fixed .btn3{
margin-top: 18px;
}

.page-scrolled .navbar.navbar-fixed .navbar-brand>img {
    width: 70%;
    padding: 25px 0px 0px 0px;
}

      .page-scrolled .navbar.navbar-fixed:before {
        content: '';
        position: absolute;
        top: 0;
        left: -3333px;
        height: 85px;
        width: 9999px;
        background: #fff;
        z-index: -1;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } }

@media only screen and (max-width: 991px) {
  .ct-menu {
    display: none !important; } }

@-webkit-keyframes navbar-animation-1 {
  0% {
    top: -100%; }
  70% {
    top: -5%; }
  100% {
    top: 0%; } }

@keyframes navbar-animation-1 {
  0% {
    top: -100%; }
  70% {
    top: -5%; }
  100% {
    top: 0%; } }

/*.dropdown:after {
  width: 10px;
  height: 10px;
  background: transparent;
  bottom: 0;
  left: -10px;
  position: absolute;
  content: '';
  border-bottom-right-radius: 100%;
  box-shadow: 50px 0px 0px 50px white;
  clip: rect(0px, 60px, 50px, 0px);
  display: block;
  opacity: 0; }

.dropdown:hover {
  background: white;
  border-radius: 15px 15px 0 0; }
  .navbar-default .navbar-nav > .dropdown:hover > a {
    color: #fbeba4; }
  .dropdown:hover:after {
    opacity: 1; }

.navbar-nav > li > .dropdown-menu,
.dropdown-menu {
  border: none;
  border-radius: 15px 0 15px 15px; }
  .navbar-nav > li > .dropdown-menu > li > a,
  .dropdown-menu > li > a {
    padding: 8px 24px; }
    .navbar-nav > li > .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:hover {
      background: transparent;
      text-decoration: underline; }*/

.submenu {
  position: relative; }
  .submenu i {
    padding-left: 5px;
    font-size: 13.5px;
    color: #575757; }
  .submenu:after {
    width: 10px;
    height: 10px;
    background: transparent;
    top: -7px;
    right: -9px;
    position: absolute;
    content: '';
    border-bottom-right-radius: 100%;
    box-shadow: -25px 0px 0px 50px white;
    clip: rect(0px, 60px, 50px, 0px);
    display: block;
    opacity: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .submenu:before {
    width: 10px;
    height: 10px;
    background: transparent;
    right: 26px;
    position: absolute;
    content: '';
    border-bottom-right-radius: 100%;
    box-shadow: -25px 0px 0px 50px white;
    clip: rect(0px, 60px, 50px, 0px);
    display: block;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: -15px;
    opacity: 0; }
  .submenu > .dropdown-menu {
    top: 0;
    left: calc(100% - 26px);
    border-radius: 0 15px 15px 15px; }
    .submenu > .dropdown-menu a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .submenu:hover:before, .submenu:hover:after {
    opacity: 1; }
  .submenu:hover > .dropdown-menu {
    padding-top: 7px;
    display: block;
    box-shadow: 10px 6px 12px rgba(0, 0, 0, 0.175); }

li:last-child.submenu {
  border-radius: 0 0 0 15px; }
  li:last-child.submenu:hover {
    background: white; }
  li:last-child.submenu > a {
    padding-bottom: 13px; }

/* Logo Disable */
.page-scrolled .navbar.navbar-fixed .fixNavLogo {
display: block;
}
.page-scrolled .navbar.navbar-fixed .fixNavLogo img{
width: 90%;
height: auto;
}
.page-scrolled .navbar.navbar-fixed #main-menu {
    float: right;
    margin-top: 25px;
}
  .fixNavLogo {
display: none;

}

.navbar-brand{
  margin: 0px;
  padding: 0px;
}