/*
Theme Name:     Denpop 2023
Template:	eventbell

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hestia is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
body, button, input, select, textarea {
    color: #000000;

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
body, button, input, select, textarea {
    color: #000000;
}
a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
  /*  color: #fd2d55;*/
    color: #fedf4f;
}

input:focus,
button:focus,
textarea:focus {
  /*  outline: dotted;*/
  outline: inherit;
    color:#000000;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #fff;
color: #000000;

}


#top-bar {
    padding: 10px 0;
    background: rgb(67,89,90);
    background: linear-gradient(0deg, rgba(67,89,90,1) 0%, rgba(67,151,153,1) 59%, rgba(83,188,190,1) 100%);
}
#top-bar.col-2 {
    padding: 4px 0;
}
#top-bar .widget {
    text-align: center;
    margin-bottom: 0;
}
#top-bar .widget + .widget {
    margin-top: 15px;
}
.widget.widget_search_form ul {
    padding: 0;
}
.widget.widget_search_form form.search-form input[type="search"] {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    height: 36px;
    padding: 0 40px 0 15px;
    font-size: 14px;
}


/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#custom-header-image {
    background-color: #343434;
}
#page-site-header {
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    position: relative;
    text-align: center;
    padding: 280px 0;
}
#page-site-header:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
#page-site-header .page-title {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    background: rgb(67,89,90);
    background: linear-gradient(0deg, rgba(67,89,90,1) 0%, rgba(67,151,153,1) 59%, rgba(83,188,190,1) 100%);
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 30px;
    min-width: 200px;
}
#page-site-header .page-header {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    background-color: #222;
    padding: 20px 0;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.trail-items li a {
    color: rgba(255, 255, 255, 0.30);
}
.trail-items li a:hover,
.trail-items li a:focus {
    color: #fff;
}
.trail-items .separator {
    color: rgba(255, 255, 255, 0.30);
    padding: 0 2px;
}


/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
    position: relative;
}
.relative {
    display: block;
    position: relative;
}
.relative:before,
.relative:after {
    content: "";
    display: table;
    clear: both;
}
.entry-content {
    margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.entry-title {
    font-size: 30px;
    word-wrap: break-word;
}

.section-header .section-title::before{
    right: 100%;
    margin-right: 10px;
}

.section-header .section-title::after{
    left: 100%;
    margin-left: 10px;
}
.section-header {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.section-title {
    background: transparent;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    vertical-align: middle;
     font-size: 30px;
    margin: 0 0 15px;
    word-wrap: break-word;
}
.section-subtitle {
    margin: 0 auto;
    color: #f9f9f9;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    max-width: 600px;
    line-height: 24px;
}
.overlay {
    background-image: linear-gradient(rgba(253, 45, 85, 0.4), rgba(26, 26, 55, 0.4));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    border-radius: 2px;
    color: #fff;
    color: #f8a033;
    display: inline-block;
    font-weight: 600;
    padding: 7px 25px;
    font-size: 14px;
    position: relative;
    border: 2px solid;
    background-color: #fd2d55;
    background-color: #439799;
    border-color: #fd2d55;
    border-color: #439799;
    border-radius: 20px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
    background-color: transparent;
    border-color: #fd2d55;
    color: #fff;
}

/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
.slick-item {
    outline: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-next:before,
.slick-prev:before {
    opacity: 1;
    content: "\f104";
    font-family: "FontAwesome";
}
.slick-next:before {
    content: "\f105";
}
.slick-prev,
.slick-next {
    left: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #fd2d55;
    border-radius: 0;
    line-height: 52px;
}
.slick-next {
    left: auto;
    right: 0;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: #000;
}
.slick-dots li button:before {
    content: "";
    opacity: 1;
  /*  background-color: #fd2d55; */
    background-color: #fedf4f;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}
.slick-dots li.slick-active button:before {
    background-color: #000;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-dots li {
    margin: 0 2px;
}
#featured-slider .wrapper {
    position: relative;
    z-index: 1;
}
#featured-slider article {
    padding: 225px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
    background-color: #111;
}
.image-overlay.featured-content-wrapper {
    padding: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    max-width: 950px;
    width: 100%;
    left: 0;
    top: 50%;
    right:0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-content-wrapper::after {
  /*  border: 1px solid rgba(255, 255, 255, 0.2);*/
    border: 1px solid #439799;
    bottom: 11px;
    content: "";
    display: block;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 11px;
    z-index: -1;
}
.featured-content-wrapper::before {
  /*  border: 1px solid rgba(255, 255, 255, 0.2);*/
    border: 1px solid #439799;
    bottom: 15px;
    content: "";
    display: block;
    left: 11px;
    position: absolute;
    right: 11px;
    top: 15px;
    z-index: -1;
}
.content-overlay.featured-content-wrapper {
  /*  background-image: linear-gradient(rgba(253, 45, 85, 0.5), rgba(26, 26, 55, 0.5));*/
  background: rgb(67,89,90);
  background: linear-gradient(0deg, rgba(67,89,90,1) 0%, rgba(67,151,153,1) 59%, rgba(83,188,190,1) 100%);

    padding: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    max-width: 750px;
    width: 100%;
    left: 0;
    top: 50%;
    right:0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.image-overlay.featured-content-wrapper .entry-title:hover{
    opacity: 0.7;
}

.content-overlay.featured-content-wrapper .entry-title:hover,
.content-overlay.featured-content-wrapper .entry-title:focus{
    color: #f5f5f5;
}
.featured-content-wrapper .more-link,
.featured-content-wrapper .entry-meta a,
.featured-content-wrapper .entry-title a,
.featured-content-wrapper .entry-meta,
#featured-slider .image-overlay .entry-meta .cat-links a  {
    color: #fff;
    color: #f8a033;
}
#featured-slider .image-overlay .entry-meta .cat-links a {
    text-transform: uppercase;
}

.featured-content-wrapper .entry-meta a:hover,
.featured-content-wrapper .entry-title a:hover,
.featured-content-wrapper .entry-meta a:focus,
.featured-content-wrapper .entry-title a:focus {
    color: #fff;

    opacity: 0.8;
    background-color: transparent;
}
.featured-content-wrapper .entry-meta {
    margin-bottom: 5px;
}
#featured-slider .separator {
    margin-bottom: 15px;
    width: 70px;
    background-color: #fd2d55;
    height: 3px;
    margin: auto;
    margin: 20px auto;
}
.content-overlay.featured-content-wrapper .entry-title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.image-overlay.featured-content-wrapper .entry-title{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.featured-content-wrapper .entry-content p,
#featured-slider article .entry-content {
    color: #222;
    font-size: 17px;
    margin: 0;
}
.featured-content-wrapper .read-more {
    margin-top: 21px;
}
.featured-content-wrapper .read-more a{
    color: #fff;
      color: #f8a033;
}
#featured-slider .slick-dots {
    bottom: 25px;
}
#featured-slider button.slick-arrow {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#featured-slider:hover button.slick-arrow {
    visibility: visible;
    opacity: 1;
}
#featured-slider:hover button.slick-arrow.slick-prev {
    left: 25px;
}
#featured-slider:hover button.slick-arrow.slick-next {
    right: 25px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.single .byline,
.single .date,
.single .cat-links{
    margin-right: 15px;
}
.single .fa.fa-clock-o{
    margin-right: 3px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
    padding: 10px 0;
}
.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-content .search-submit i {
    font-size: 16px;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #111;
}
.page-header small {
    font-size: 12px;
    color: #f5f5f5;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.posts-wrapper.blog-posts .featured-image {
    position: relative;
}
.posts-wrapper.col-3 article:nth-child(3n) {
    border-right: 1px solid #e4e4e4;
}
.blog-posts .post-categories {
    padding: 0 15px;
    color: #fff;
}
.blog-posts .post-categories a {
    color: #fff;
}
.post-categories a{
    margin-right:5px;
}
.blog-posts .post-categories a:hover,
.blog-posts .post-categories a:focus {
    color: #eee;
}
.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}
.post-categories li {
    display: inline-block;
    margin-bottom: 5px;
}
.entry-meta a:hover,
.entry-meta a:focus {
    color: #f5f5f5;
}
.tags-links {
    margin-bottom: 50px;
    display: inline-block;
}
.tags-links span {
    margin: 0 8px 8px 0;
}
.tags-links a {
    border: 1px solid;
    border-color:#f5f5f5;
    display: inline-block;
    padding: 0px 7px;
    color: #f5f5f5;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.tags-links a:hover,
.tags-links a:focus {
    border-color: #f5f5f5;
    background-color: #000;
    color: #fff;
}
.single-post .site-main .comment-navigation,
.single-post .site-main .posts-navigation,
.single-post .site-main .post-navigation {
    margin-bottom: 0;
}
.navigation.post-navigation {
    padding: 15px;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.single #primary article.post,
.single #primary .navigation,
.single #primary #comments,
.page #primary article {
  background: rgb(67,89,90);
  background: linear-gradient(0deg, rgba(67,89,90,1) 0%, rgba(67,151,153,1) 59%, rgba(83,188,190,1) 100%);

    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    padding: 40px;
}
.single #primary .site-main > article {
    margin-bottom: 50px;
}
.single #primary .navigation {
    padding: 0;
}
.single #primary .navigation a {
    padding: 25px;
}
.single #primary .navigation .nav-previous a {
    border-right: 1px solid #eee;
}
.error-404.not-found,
.no-results.not-found {
    max-width: 600px;
    margin: 0 auto;
}
.error-404.not-found .page-title {
    font-size: 38px;
}

/*

/* Single Event
================================================== */
#singleevent {
    margin-top: 0;
    /*background-image: linear-gradient(rgba(253, 45, 85, 0.2), rgba(26, 26, 55, 0.2));*/
    background: rgb(67,89,90);
    background: linear-gradient(0deg, rgba(67,89,90,1) 0%, rgba(67,151,153,1) 59%, rgba(83,188,190,1) 100%);
    padding: 20px 0;
    border-bottom: 1px solid #613a3f;
}
.date-info {
    float: left;
    margin-left: -15px;
}
#singleevent .date-info .event-header  h2.event-title{
    margin:7px 0;
    font-size: 32px;
}
#singleevent .date-info .event-header .event-address{
    font-size: 16px;
}
#singleevent .date-info .event-header li.event-img img{
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
#singleevent .date-info .event-header li.event-img{
    padding-right: 15px;
}
#singleevent .date-info .event-header li.event-detail{
    padding-left: 0;
}
#singleevent .date-info .event-header ul{
    margin-left: 0;
    padding-left: 15px;
}

#singleevent .date-info .event-time {
/*    color: #fd2d55;*/
    color: #fedf4f;
    font-size: 20px;
}
#singleevent .date-info .event-date,
#singleevent .date-info .event-date .fa {
  /*    color: #fd2d55;*/
      color: #fedf4f;
    font-size: 30px;
}
.single-event-info .read-more {
    float: right;
    padding: 30px 0;
}
.event-address,
.event-time {
  /*    color: #fd2d55;*/
      color: #fedf4f;
}

.date-info li:first-child {
    margin-left: 0;
    font-weight: 700;
    padding-left: 0;
}
#singleevent .date-info li i.fa{
  /*    color: #fd2d55;*/
      color: #fedf4f;
    font-size: 18px;
}
.date-info li:last-child {
    margin-right: 0;
}

.date-info li {
    color: #f5f5f5;
    font-weight: 400;
    display: inline-block;
    padding: 0 15px;
    font-size: 22px;
    vertical-align: middle;
}

.date-info li i {
    font-size: 14px;
    padding-right: 10px;
}
#event-timer {
    color: #fff;
    font-size: 42px;
}
#event-timer span {
  background: rgb(67,89,90);
  background: linear-gradient(0deg, rgba(67,89,90,1) 0%, rgba(67,151,153,1) 59%, rgba(83,188,190,1) 100%);
    min-width: 100px;
    min-height: 100px;
    display: inline-block;
    text-align: center;
    max-width: 100px;
    font-weight: 700;
    margin-right: 20px;
    border-radius: 10px;
    padding: 8px 0;
}
#event-timer small {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
#singleevent .event-starting-time {
    position: absolute;
    right: 0%;
    bottom: 147px;
    background-color: rgba(0, 0, 0, 0.5);
    min-width: 100px;
    width: 100%;
    text-align: center;
}



/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/
#colophon {
  background: rgb(67,89,90);
  background: linear-gradient(0deg, rgba(67,89,90,1) 0%, rgba(67,151,153,1) 59%, rgba(83,188,190,1) 100%);
    color: rgba(255, 255, 255, 0.50);;
}
#colophon .page-section{
    padding: 50px 0;
    }
#colophon p,
#colophon li {
    /*color: #888;*/
    color: #fff;
}
#colophon a {
    color: rgba(255, 255, 255, 0.50);
    color: #fedf4f;
}
#colophon a:hover,
#colophon a:focus {
  /*    color: #fd2d55;*/
      color: #fedf4f;
}
#colophon .widget li a,
#secondary .widget li a {
    display: table-row;
}
#colophon .widget li:before,
#secondary .widget li:before {
    content: "\f101";
    font-family: "FontAwesome";
    float: left;
    margin-right: 15px;
}
.site-info {
    background-color: #111;
    color: rgba(255, 255, 255, 0.50);
    padding: 18px 0;
    line-height: 1.5;
}
.site-info span {
    display: block;
    text-align: center;
    margin: 10px 0;
}
#colophon .site-info a {
    color: #fff;
}
#colophon .site-info a:hover,
#colophon .site-info a:focus {
    color: #fff;
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area .widget ul li,
#secondary .widget ul li {
    width: 100%;
    padding-bottom: 10px;
}

.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
    margin-bottom: 0;
}
.footer-widgets-area .hentry {
    margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
    margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.widget_recent_entries ul li span {
    font-size: 12px;
    display: block;
}
.widget_archive li a,
.widget_categories li a {
    float: left;
}
.widget_archive li ,
.widget_categories li {
    text-align: right;
}
.footer-widgets-area th {
    color: #fff;
}
#colophon #wp-calendar caption {
    font-weight: 600;
    color: #fff;
}
.widget_nav_menu ul ul {
    padding-left: 25px;
    margin-top: 15px;
}
.widget_archive li,
.widget_categories li {
    clear: both;
    display: table;
    width: 100%;
}
#colophon .widget_recent_comments li a {
    color: #fff;
}
#colophon .widget_search form.search-form button.search-submit {
    background-color: #000;
}
.backtotop {
    background-color: #000;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}
.backtotop:hover {
    background-color: #333;
}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #f8a033;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #000000;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 3px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #f8a033;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff;
  }

  .woocommerce-privacy-policy-text p{
color: #000000;

  }
input[type="number"] {
  color: #000000;
  background-color:#ffffff;

}
  input[type=text]:focus{
  outline: 2px solid orange;     /* oranges! yey */
  color: #000000;
}
