#slide-article {
    background-size: cover;
    height: 600px;
    background-position: center center;
}

#details {
    min-height: 600px;
    background-color: #f5f5f5;
    padding-top : 15px;
    padding-bottom: 30px;
}

#details h1 {
    color: #330000;
    font-family: abel, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

#details h2 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 36px;
}

#details h3 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 24px;
}

.article-description {
    position: relative;
    height: auto;
    margin-bottom: 10px;
    padding-top: 5px;
}

.article-description p {
    color: #330000;
    font-family: abel, sans-serif;
    text-align: justify;
    font-size: 14px;
}

.article-detail {
    position: relative;
    height: auto;
}

.more-text {
    max-height: 340px;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
}

.article-detail h1 {
    margin-bottom: 5px;
}

.article-detail h2 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 30px;
}

.article-detail p:first-child {
    margin-top: 10px;
}

.article-detail p {
    color:#363432;
    font-size:14px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

.article-detail li {
    color:#363432;
    font-size:14px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

.article-detail li:before {
    content: "- ";
}

.article-detail span {
    color:#363432;
    font-size:14px;
    font-weight:600;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

.article-detail #info {
    padding-top: 30px;
    padding-bottom: 10px;
}

.article-reference {

}

.article-reference h3 {
    margin-top: 10px;
}

.places {
    min-height: 200px;
    padding-bottom: 20px;
}

.places ul {
    padding-left: 0;
}

.place-image{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.place-image-thumbnail {
    width: 100%;
}

.place-description{

}

.place-name {
    margin-top: 0;
    margin-bottom: 2px;
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.place-description p{
    color: #363432;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    min-height: 60px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#gallery {
    margin-top: 15px;
}

/*
.articles {
}

.articles ul {
    padding-left: 0;
}

.article-image{
    width: 40%;
    float: left;
}

.article-image-thumbnail {
    width: 120px;
}

.article-description{
    width: 60%;
    float: left;
}

.article-title {
    margin-top: 0;
    margin-bottom: 2px;
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 16px;
    min-height: 90px;
}
*/

@media (max-width: 767px) {

    .article-detail {
        display: none;
    }

    #slide-article {
        display: none;
    }
    #details h1 {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .article-description {
        display: none ;
    }

    #slide-article {
        height: 600px;
    }
    #details h1 {
        font-size: 48px;
    }
}