@font-face {
    font-family: 'Lostar';
    src: url('../fonts/lostar-webfont.woff2') format('woff2'),
    url('../fonts/lostar-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

body {
    background: url("../images/background.jpg") no-repeat top center;
    background-size: cover;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.header_body {
    width: 90%;
    max-width: 1200px;
    height: 169px;
    margin: 65px auto auto;
    text-align: center;
}

.titoli_poliritmica {
    display: inline-block;
    vertical-align: middle;
}

.titolo_poliritmica {
    width: 486px;
    color: rgba(0, 0, 0, 1);
    font-family: Lostar, sans-serif;
    font-size: 84px;
    text-align: left;
    display: block;
}

.sottotitolo_poliritmica {
    width: 527px;
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    display: block;
}

.logo_header_poliritmica {
    width: 236px;
    height: 169px;
    background: url("../images/logo_header_poliritmica.png") no-repeat center center;
    background-size: cover;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
}

.main_container {
    width: 90%;

    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.main_content {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 13px;
    padding: 45px;
}

h1 {
    color: rgba(29, 29, 27, 1);
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 30px;
}

h2 {
    color: rgba(29, 29, 27, 1);
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 24px;
}

h3 {
    color: rgba(29, 29, 27, 1);
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

h3 {
    color: rgba(29, 29, 27, 1);
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

p {
    color: rgba(29, 29, 27, 1);
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
}

.header_container {
    width: 100%;
    height: 149px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.header_first_row {
    border-bottom: rgba(46, 96, 170, 1) solid 1px;
    color: rgba(46, 96, 170, 1);
    font-family: Montserrat, sans-serif;
    font-weight: Bold;
    font-size: 16px;
}

.header_first_row_content {
    display: flex;
    width: 90%;

    max-width: 1200px;
    margin: auto;
}

.header_search input[type=submit] {
    border: none;
    background: none;
}

.header_search input[type=text] {
    border: none;
    border-left: rgba(46, 96, 170, 1) solid 1px;
    padding: 20px;
    background: none;
    font-family: Montserrat, serif;
    font-weight: Bold;
    font-size: 16px;
    color: rgba(46, 96, 170, 1);
    text-transform: uppercase;
}

.header_search input[type=text]::placeholder {
    color: rgba(46, 96, 170, 1);
}

.header_menu {
    padding: 20px;
    margin-left: auto;
}

.header_menu .menu-top {
    margin: 0;
}

.header_menu .menu-top li {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    display: inline-block;
}

.header_menu .menu-top li a {
    border-right: rgba(46, 96, 170, 1) solid 1px;
    padding: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(46, 96, 170, 1);
}

.v44_75 {
    width: 39px;
    height: 37px;
    position: absolute;
    top: 113px;
    left: 228px;
    overflow: hidden;
}

.v44_76 {
    width: 39px;
    height: 37px;
    background: rgba(46, 96, 170, 1);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.v44_77 {
    width: 39px;
    height: 37px;
    opacity: 1;
    position: absolute;
    top: 113px;
    left: 290px;
    overflow: hidden;
}

.v44_78 {
    width: 39px;
    height: 37px;
    background: rgba(46, 96, 170, 1);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.v44_79 {
    width: 39px;
    height: 37px;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 113px;
    left: 166px;
    overflow: hidden;
}

.v44_80 {
    width: 39px;
    height: 37px;
    background: rgba(46, 96, 170, 1);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.footer_container {
    margin: 50px 0 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.footer_content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 45px;
}

.footer_sponsor {
    color: rgba(46, 96, 170, 1);
    font-family: Montserrat, sans-serif;
    font-weight: Bold;
    font-size: 16px;
    text-align: left;
    padding: 20px;
}

.footer_sponsors {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.footer_sponsors div {
    width: 400px;
}

.footer_sponsors div img {
    padding: 10px;
    width: 100%;
}

.galthumbnails .categories {
    border-radius: 13px;
    border: 1px solid;
    display: inline-block;
}

.galthumbnails .categories img {
    width: 148px !important;
    border-radius: 13px;
}

.foldergallery-wrapper ul.photostyle, .foldergallery-wrapper ul.fg_pages_nav {
    list-style-type: none;
}

.foldergallery-wrapper ul.photostyle li, .foldergallery-wrapper ul.fg_pages_nav li {
    display: inline-block;
}