#content {
    background-color: #ff9933;
    padding: 20px;
    font-family: Verdana;
    color: #3a547a;
}

h1, h2, h3, h4 {
    font-family: Verdana;
}

h1 {
    font-size: 14pt;
    font-weight: normal;
}

h2 {
    font-size: 13pt;
    font-weight: normal;
}

a:link, a:visited {
    color: #3a547a;
    text-decoration: none;
}

a:active, a:hover {
    color: #3a547a;
    text-decoration: underline;
}


/*modal*/
.modal-xl {
    max-width: 1000px
}

.modal-content {
    background: #ff9933;
}

.modal-header {
    padding: 0.5rem 1rem;
    border-bottom: none;
}

.modal-body {
    padding: 0.5rem 1rem;
}

.modal-footer {
    border-top: none;
}

.modal-body caption {
    text-align: center;
}

/*-------------------------*/

/* galéria */
.galeria {
    border: 1px solid;
    /*bottom: 0;*/
    display: inline-block;
    height: 350px;
    /*left: 50px;*/
    /*position: relative;*/
    text-align: center;
    /*top: 120px;*/
    width: 350px;
}

.galeriavideo {
    border: 1px solid;
    /*bottom: 0;*/
    display: inline-block;
    height: 350px;
    /*left: 160px;*/
    /*position: relative;*/
    text-align: center;
    /*top: 120px;*/
    width: 350px;
}

a:hover {
    text-decoration: none;
}

#galleria img {
    max-width: 100%;
    margin-bottom: 5px;
}

.galleria-stage {
    bottom: 85px !important;
}

.galleria-stage .galleria-image {
    height: 420px !important;
}

/*ie hack    */
.galleria-stage .galleria-image img {
    top: 0 !important;
}

.galleria-stage .galleria-image img {
    height: 100% !important;
}

.galleria-thumbnails-container {
    height: 90px !important;
}

.galleria-thumbnails-container .galleria-image {
    width: 100px !important;
    height: 80px !important;
}

/*-------------------------*/

/*lang*/
#language_list_table {
    width: 100%;
}

#language_list_table td {
    text-align: center;
    padding: 1em;
}

#language_list_table td img.flag {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    min-width: 10%;
}

.title {
    text-align: center;
}

/*-------------------------*/


/* no-more-table*/
#no-more-tables, #no-more-tables table, #no-more-tables img {
    max-width: 100%;
    height: auto !important;
}

/*-------------------------*/
