.box2 ul li:before {
 content: "\0BB \020";
}

.box2 ul {
  margin-left:5px;
  list-style: none;
  margin-left: 0;
  padding: 0.5em 0 0.5em 1em;
  text-indent: -0.7em;
}

.box2 li {
  padding-top: 10px;
}


#high .container {
    background: none repeat scroll 0 0  rgba(237, 237, 237, 0.8);
    display:table;
    min-height: 50px;
}

#center-content .box2 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    padding: 14px 20px;
    font-size: 1.2em;
}

.genericbox .image-left, .genericbox .image-right {
    padding-top: 5px;
}

.image-caption {
    text-align: center;
    font-size: 0.8em;
    max-width: 100%;
    padding: 5px 0;
}

.genericbox {
    margin:0 0 15px 0;
}


.box2 h1 {
    margin:0 0 5px 0;
}

.box2 h2 {
    color:#9c3482;
    margin-bottom: 15px;
}


#high .container {
    background: none repeat scroll 0 0 rgba(237, 237, 237, 0.8);
    display: table;
    min-height: 50px;
    margin-bottom: 15px;
}


#high .col-sm-4 {
    padding: 0 15px 0 12px;
}

#high .col-sm-8{
    padding-left: 5px;
}


@media (max-width: 990px) {

#high {
    display: none;
}

}



/* -- MENU LATERAL MENU LATERAL MENU LATERAL -- */

.menu-accordion, .menu-accordion ul, .menu-accordion li {
    list-style: none;
}

.menu-accordion, .menu-accordion ul {
    padding: 0;
    margin: 0;
}

.menu-accordion > li {
    margin: 2px 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.menu-accordion > li li {
    margin: 2px 0;
}

.menu-accordion a {
    color: #333;
    display: block;
    outline: none;
    text-decoration: none;
}

.menu-accordion li > a > span {
    float: right;
    font-size: 17px;
    font-weight: bolder;
}

.menu-accordion li > a:hover > span {
    color: #fff;
}

.menu-accordion li > a > span:after {
    content: '\25be';
}
.menu-accordion li > a.active > span:after {
    content: '\25b4';
}

.menu-accordion a:hover  {
    background: none repeat scroll 0 0 rgba(132, 2, 100, 0.8);
    color: #FFF;
}


.menu-accordion li > a.active {
    background: none repeat scroll 0 0 rgba(132, 2, 100, 1);
    color: #f5f5f5;
}


.menu-accordion > li.active > a  {
    background: none repeat scroll 0 0 rgba(132, 2, 100, 1);
}

.menu-accordion li a {
    font-size: 1.1em;
    line-height: 18px;
    padding: 2px 14px 3px 22px;
}

.menu-accordion > li > a {
    font-size: 1.2em;
    line-height: 18px;
    padding: 4px 14px 5px 14px;
}

.menu-accordion li li li > a {
    font-size: 1.1em;
    line-height: 16px;
    padding: 2px 14px 3px 30px;
}

.menu-accordion li li li li > a {
    font-size: 1em;
    line-height: 16px;
    padding: 2px 14px 3px 36px;
}









/* -- MENU ATAS -- */

.clist {
    height: auto;
    overflow: auto;
}


.clist h1 {
    background: none repeat scroll 0 0 #e9e9e9;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #333333;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 2.5em;
    line-height: 2.5em;
    padding-right: 10px;
    position: relative;
    text-align: right;
    width: 10em;
}


.clist .clist-item {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 2.5em;
    padding: 0 1em;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    font-size: 12px;
    height: 2.5em;
    line-height: 2.5em;
    text-decoration: none;
    width: 5em;
    text-align: center;
}

.clist .clist-item:last-child {
    border-right: 1px solid #e5e5e5;
}

.clist .clist-item a {
    font-weight: 600;
}


/* ÁLBUM GALERIA */

.album-galery {display: table;}

.single-album-item {
    box-shadow: 0 0 8px 
    rgba(34, 30, 31, 0.3);
    margin: 20px 10px;
}

.single-album-image {
    text-align: center;
    display: block;
    height: 130px;
    overflow: hidden;
}

.single-album-image img {
    min-width: 140%;
}

.single-album-image img {
   -webkit-filter: brightness(70%);
   filter: brightness(70%);
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
}

.single-album-image img:hover {
   -webkit-filter: brightness(100%);
   filter: brightness(100%);
}

.single-album-text {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 3px solid #9c3482;
    border-bottom-color: rgba(132, 2, 100, 0.8);
    padding: 10px 12px 0 12px;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}

.single-album-item h4 {
    font-weight: 600;
}