/* Add here all your css styles (customizations) */

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

#access_map {
    height: 350px;
    width: 100%;
}

@media (min-width: 992px) {
.li-contact-lg {
    padding: 20px 15px 0px 15px;
    height: 48px;
}
.btn-bg-green-lg {
    background-color: rgba(71, 156, 38, 0.95);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
}

.animated-active .menuzord-brand img {
    max-height: 130px;
}

.menuzord-brand img {
    max-height: 70px;
}

ul.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    color: red;
}

li.parsley-length, li.parsley-required, li.parsley-type {
    color: red;
}

.text-center ul {
    text-align: left !important;
    list-style: circle;
    margin-left: 40px;
}

.text-center ul {
    text-align: left;
    list-style: circle;
}

.pt0 {
    padding-top: 0 !important;
}

.breadcrumb-title-active {
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}