.content-news .title-row{
    margin-top: 30px;
}

.page-thumbnail {
    border-right: solid 3px green;
    margin-right: 5px;
}

.page-title{
    color: #2E9B2F;
    font-family: "Montserrat-Bold", sans-serif;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
}

.page-title h1{
    font-size: 3em;
    font-weight: bold;
    line-height: 50px;
}

.page-title .entry-title.top-level-title{
    font-size: 3.5em;
}

.header-round-img{
    margin-bottom: 80px;
    margin-top: 90px;
}

.museum-round-img{
    margin-bottom: 10px;
}

.round-title{
    color: #1c4446;
    margin: 0;
}

.content-news .title-row .news-thumbnail{
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
}

.content-news .title-row .news-title{
    color: #1C4446;
}

hr.title-underline{
    background-color: #2E9B2F;
    height: 5px;
    margin: 10px auto;
    width: 85%;
}

.content-news .title-row .entry-header{
    margin-bottom: 0;
}

.content-news .news-date{
    color: #a4a4a4;
    font-size: 1em;
    font-weight: bold;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
}

.content-news .news-excerpt{
    height: 200px;
}

.content-news .news-excerpt .news-date{
    color: #040404;
    outline: none;
}

.content-news .news-excerpt .news-date:hover{
    color: #2E9B2F;
}

/*@media only screen and (max-width: 1024px){
    .page-title{
        margin-top: 40px;
    }
}*/

@media only screen and (min-width: 1025px){
/*    .page-title h1{
        margin: 60px 0 10px;
    }*/
    .content-page .title-row{
        margin-bottom: 20px;
    }
}

.header-img{
    background: #2E9B2F;
    height: 30px;
    padding-left: 10px;
    width: 100%;
}

/*@media only screen and (max-width: 767px){
    .header-img{
        height: auto;
    }
}*/

.header-img .round-img{
    background-color: #2E9B2F;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    border: 2px solid #2E9B2F;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 150px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%,-40%);
    -moz-transform: translate(-50%,-40%);
    -ms-transform: translate(-50%,-40%);
    -o-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    width: 150px;
}

.header-img .round-img i{
    color: white;
    font-size: 3em;
    line-height: 140px;
    text-shadow: 2px 2px 0 #848484;
}

.entry-content{
    color: #848484;
    font-size: 1.5em;
    margin: 0 !important;
    overflow: hidden;
}

.entry-content .page-thumbnail{
    float: left;
    padding-right: 1%;
    width: 50%;
    overflow: hidden;
}

@media only screen and (max-width: 767px){
    .entry-content .page-thumbnail{
        width: 100%;
    }
    .content-news .title-row .news-thumbnail {
        width: 100%;
    }
}

.entry-content .header-page-img{
    float: left;
    padding: 0 5px 0 0;
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .entry-content .header-page-img{
        max-width: 60%;
    }
}

@media only screen and (min-width: 1200px){
    .entry-content .header-page-img{
        max-width: 50%;
    }
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5{
    clear: none;
    margin-top: 0;
}

.entry-content p, .entry-content ul>li, .entry-content ol>li{
    font-family: "Montserrat-light", sans-serif;
}

.entry-content a, .entry-content a:visited{
    color: #a4a4a4;
    font-family: "Montserrat-bold", sans-serif;
    text-decoration: none;
}

.entry-content a:hover{
    color: #2E9B2F;
}

.entry-content ul, .entry-content ol{
    margin-left: 0;
}

.entry-content iframe{
    height: 300px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%;
}

@media only screen and (max-width: 767px){
    .entry-content iframe{
        width: 100%;
    }
}

.form-page{
    margin-top: 20px;
}

.form-title{
    margin-bottom: 20px;
    margin-top: 0;
}

.form-title h1.entry-title{
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
    text-align: right;
}

.form-text{
    text-align: right;
}

.page-sidebar .widget-title{
    color: #1C4446;
    font-family: "Montserrat-bold", sans-serif;
    font-size: 2em;
    margin-bottom: 1em;
}

.page-sidebar ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.page-sidebar ul li{
    font-family: "Montserrat-regular", sans-serif;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.page-sidebar ul>li>a,.page-sidebar ul>li>a:visited{
    color: #a4a4a4;
    font-family: "Montserrat-bold", sans-serif;
}

.page-sidebar ul>li>a:hover{
    color: #2E9B2F;
    text-decoration: none;
}

.page-sidebar .hover-menu{
    border: 1px solid #A4A4A4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #A4A4A4;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 5px;
    text-align: center;
    width: 30px;
}

.page-sidebar .hover-menu:hover{
    background-color: #2E9B2F;
    border-color: #2E9B2F;
}

.page-sidebar .hover-menu a{
    color: #A4A4A4;
}

.page-sidebar .hover-menu:hover a{
    color: white;
}

.page-sidebar .widget_nav_menu .current-menu-item a{
    color: #2E9B2F;
}

.search-page .title-row h1.entry-title,
.content-page .title-row h1.entry-title,
.content-post .title-row h1.entry-title {
    overflow: hidden;
    text-align: center;
}

.search-page .title-row h1.entry-title:before, .search-page .title-row h1.entry-title:after,
.content-page .title-row h1.entry-title:before, .content-page .title-row h1.entry-title:after,
.content-post .title-row h1.entry-title:before, .content-post .title-row h1.entry-title:after {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 1px;
    content: '';
    background-color: #2E9B2F;
    vertical-align: middle;
}

.search-page .title-row h1.entry-title:before,
.content-page .title-row h1.entry-title:before,
.content-post .title-row h1.entry-title:before {
    margin-left: -20%;
    right: 0.5em;
}

.search-page .title-row h1.entry-title:after,
.content-page .title-row h1.entry-title:after,
.content-post .title-row h1.entry-title:after {
    margin-right: -20%;
    left: 0.5em;
}

.child-pages .head-title a{
    color: #404040;
}

.child-pages .head-title a:hover, .child-pages .head-title a:focus, .child-pages .head-title a:visited{
    color: #404040;
    outline: none;
    text-decoration: none;
}

.child-pages .head-title a:hover{
    color: #2E9B2F;
}

.child-pages .text-center{
    margin-bottom: 30px;
    max-height: 200px;
    overflow: hidden;
}

.child-posts .text-center{
    max-height: 300px;
}

.child-posts .head-image{
    overflow: auto;
}

.child-posts .round-img, .child-pages .round-img{
    background-color: #2E9B2F;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    border: 2px solid #2E9B2F;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 150px;
    margin-left: 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
}

.child-posts .round-img a, .child-pages .round-img a{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.related-news .square-img{
    background-color: #2E9B2F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 150px;
    margin: 0 auto;
    width: auto;
}

.child-pages .head-image .round-img i,
.child-posts .head-image .round-img i{
    color: white;
    font-size: 3em;
    text-shadow: 2px 2px 0 #848484;
    line-height: 150px;
}

.child-pages .head-image .round-img i:hover,
.child-posts .head-image .round-img i:hover{
    color: #2E9B2F;
    text-shadow: 2px 2px 0 #848484;
}

.pagination{
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pagination .page-numbers{
    list-style: none;
    margin: 0;
}

.pagination .page-numbers.current{
    color: #2E9B2F;
}

.pagination .page-numbers li{
    color: #a4a4a4;
    float: left;
    font-family: "Montserrat-bold", sans-serif;
    padding: 5px;
}

.pagination .page-numbers li a, .pagination .page-numbers li a:hover, .pagination .page-numbers li a:visited, .pagination .page-numbers li a:focus{
    color: #a4a4a4;
    text-decoration: none;
}

.pagination .page-numbers li a:hover{
    color: #2E9B2F;
}

.agenda-page .main-events-term-list, .event-type-page .main-events-term-list{
    margin-bottom: 30px;
}

.events-list-button, .events-list-button:visited, .events-list-button:focus, .events-list-button:hover{
    background: none no-repeat #2E9B2F;
    border-color: #2E9B2F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    text-decoration: none;
}

.events-list-button:hover{
    background-color: transparent;
    color: #2E9B2F;
}

@media only screen and (min-width: 768px){
    .related-row.margin-5>div.col-xs-12:nth-child(4){
        margin-left: 16%;
    }
    .related-row.margin-7>div.col-xs-12:nth-child(7){
        margin-left: 33%;
    }
    .related-row.margin-8>div.col-xs-12:nth-child(7){
        margin-left: 16%;
    }
    .related-row.margin-10>div.col-xs-12:nth-child(10){
        margin-left: 33%;
    }
    .related-row.margin-11>div.col-xs-12:nth-child(10){
        margin-left: 16%;
    }
    .related-row.margin-13>div.col-xs-12:nth-child(13){
        margin-left: 33%;
    }
    .related-row.margin-14>div.col-xs-12:nth-child(13){
        margin-left: 16%;
    }
    .related-row.margin-16>div.col-xs-12:nth-child(16){
        margin-left: 33%;
    }
    .related-row.margin-17>div.col-xs-12:nth-child(16){
        margin-left: 16%;
    }
}

/** Modal **/
.modal.in .modal-dialog{
    width: 80%;
}

.ejercicio-modal .modal-header{
    padding: 5px 15px;
}

.ejercicio-modal .modal-footer .btn{
    background-image: none;
    background-color: #2E9B2F;
    border: 1px solid #2E9B2F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}