
#main-nav{
	margin-right: 10% !important;
}

#main-nav a{
    font-size: 22px !important;
}

#social_links{
	position: absolute;
	top: -3px;
	right: 0px;
}
#languages{
    position: absolute;
    top: 25px;
    right: 120px;
}

#section-background{
    width: 90%;
    margin-left: auto;
    opacity: 1;
    margin: 0 auto !important;
    font-size: 15px;
    color:#fff;
    padding: 15px;
    padding-top: 40px;
    text-align: center;
}

.section-content {
    /*background: rgba(0, 1, 0, 1);*/
    margin-left: auto;
    margin-right: auto;
}
#black {
    background: rgba(0, 1, 0, 1);
    margin-left: auto;
    margin-right: auto;
}
/* Hide image title from gallery*/
.post-content .post-title {
    display: none;
    visibility: hidden;
}
#footer-partners {
    margin-top: 30px;
}
.sidebar-none.list-post .section-inner {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.portfolio-multiple {
    width: 100%;
    margin: 0 auto;
}

/* Exibitions*/
table.tftable 
    {
    font-size:34px;
    color:#fff;
    width:100%;
    border-width: 0px;
    border-color: #fff;
    border-collapse: collapse;
    margin:0 auto;
    }
table.tftable th {
    text-align: center;
    font-size:34px; 
    padding: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
}
table.tftable tr {
    background-color:#000;
    border-bottom: 2px solid #fff;
}
table.tftable td {
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-width: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    /*border-style: solid;
    border-color: #fff;*/
}



