/* Enter Your Custom CSS Here */

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

.COLIST ol ol, .COLIST ul ol {
    margin-left: 0!important;
}

/* TOGGLE */

.mk-toggle.fancy-style .mk-toggle-title {
    position: relative;
    display: block;
    padding: 15px 30px;
    color: #6f625a;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    cursor: pointer;
    background-color: #fdfdfd;
    text-align: center;
}

.mk-toggle.fancy-style .mk-toggle-title > .mk-svg-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    padding: 20px 20px;
    fill: #adadad;
}

/**/

.INFOSECTION span.mk-toggle-title {
    background: #6f625a!important;
    color: white!important;
}

.INFOSECTION span.mk-toggle-title:hover {
    background: #7d6e66!important;    
}

/**/

a.CBUTTON {
    background: #1ecece;
    padding: 15px;
    color: white;
    display: block;
    transition: 1s;
}

a.CBUTTON:hover {
    background: #3ae3e3;
    color: white;
}

/* MAPS */

#mk-advanced-gmaps-58cac24f63a48 .gm-style-iw, #mk-advanced-gmaps-58cac24f63a48 .gm-style-iw .poi-info-window *:not(.renderable-component-text-box-content) {
    background-color: #ffffff;
}

#mk-advanced-gmaps-58cac24f63a48 .gm-style-iw .info_content p, #mk-advanced-gmaps-58cac24f63a48 .gm-style-iw .info_content p strong {
    color: #424242;
}