﻿@font-face {
    font-family: 'Edosz';
    src: url('/fonts/edosz.ttf') format('truetype');
}

@font-face {
    font-family: 'AzoSansLight';
    src: url('/fonts/RuiAbreu-AzoSans-Light.otf') format('opentype');
}

@font-face {
    font-family: 'AzoSansMedium';
    src: url('/fonts/RuiAbreu-AzoSans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'AzoSansBlack';
    src: url('/fonts/RuiAbreu-AzoSans-Black.otf') format('opentype');
}

body {
    font-family: 'Edosz';
    font-size: 12px;
    margin: 0;
    line-height: initial;
}

    body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom{
        margin-right: 0!important;
    }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.table tbody > tr > td,
td {
    border-top: none;
}

a, a:hover, a:focus, a *, a *:hover, a *:focus{
    text-decoration: none;
}




/* ---------- LAYOUT ---------- */

.navbar-header {
    height: 100px;
}

#logo {
    width: 100px;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    margin-left: 50px;
    position: relative;
}

/*NAVBAR*/
#customNavbarNav {
    float: right;
    color: black;
    font-family: 'AzoSansLight';
    text-transform: uppercase;
    padding: 25px 35px 25px 50px;
}

    #customNavbarNav > li {
        margin-top: 0;
    }

#firstLanguageMenuItem {
    margin-left: 20px;
}

.languageMenuItem > a {
    padding: 0 15px !important;
    margin: 15px 0;
}

.languageMenuItem:not(#firstLanguageMenuItem) > a {
    border-left: 1px solid black;
}

.navbar a {
    color: black;
}

.selectedLanguage {
    color: black !important;
}

/* FOOTER */
#sponsorsRow {
    padding: 20px 0;
    height: 120px;
    /*display: flex;*/
}

    #sponsorsRow > div:first-child {
        padding-left: 0;
    }

    #sponsorsRow > div:last-child {
        padding-right: 0;
    }

.sponsorsTextContainer {
    line-height: 80px;
}

.sponsorsText {
    font-family: 'AzoSansLight';
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
}

.sponsorsImageContainer {
    height: 80px;
}

.sponsorsImage{
    cursor: pointer;
}

#partnersContainer {
    max-width: 80vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}

.partnersTextContainer {
    line-height: 80px;
    padding: 10px 0;
}

.partnersImageContainer {
    height: 100px;
    padding: 10px 0;
}

.partnersImage {
    width: auto;
    height: 100%;
}



.supertitle {
    font-size: 66px;
}

.title {
    font-size: 54px;
    margin-bottom: 60px;
}

.subtitle {
    font-size: 26px;
}

.presentation {
    font-size: 20px;
}

.text {
    font-size: 20px;
    font-family: 'AzoSansLight';
}

.urlText {
    color: white;
    /*text-decoration: none;*/
    transition: all ease-in-out 0.5s;
}

    .urlText:hover {
        color: #00C2F4 !important;
        transition: all ease-in-out 0.5s;
        /*text-decoration: none;*/
    }

    .urlText * {
        text-decoration: none;
        transition: all ease-in-out 0.5s;
    }

    .urlText:hover * {
        color: #00C2F4 !important;
        transition: all ease-in-out 0.5s;
        /*text-decoration: none;*/
    }

.fitImage {
    width: 100%;
    height: 100%;
}

.fitImageCover {
    /*object-fit: cover;*/
    /*position: relative !important;*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.fitImageContain {
    /*object-fit: contain;*/
    /*position: relative !important;*/
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/*.fitImageSponsor{
	background-size: cover!important;
	background-repeat: no-repeat!important;
	height: 200px;
}*/

.fitImageLeft {
    background-position: left center !important;
}

.fitImageCenter {
    background-position: center center !important;
}

.fitImageRight {
    background-position: right center !important;
}

.fitImageTop {
    background-position: center top !important;
}



.photoContainer .zoomImage {
    transition: .3s ease-out all;
}

    .photoContainer:hover .zoomImage {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }




.textCenter {
    text-align: center;
}

.alignright {
    float: right;
}


/* ======================================================================*/
/*                                                                       */
/* --------------------------- RESPONSIVE -------------------------------*/
/*                                                                       */
/* ======================================================================*/

/* --- MD ---*/
@media (max-width: 1199px) {
}

@media (min-width: 992px) {
}
/* --- SM ---*/
@media (max-width: 991px) {
    /*NAVBAR*/
    .navbar-toggle {
        display: block;
    }

    .navbar-nav > li {
        float: initial;
    }

    .navbar-collapse.collapse {
        display: none !important;
        /*height: auto!important;*/
        padding-bottom: initial;
        overflow: visible;
    }

    .navbar-collapse {
        width: auto;
        max-height: 340px;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        -webkit-overflow-scrolling: touch;
    }

    .navbar-header {
        /*float: initial;*/
        float: none;
    }

    #customNavbarNav {
        float: none;
        text-align: center;
    }

    #firstLanguageMenuItem {
        margin-left: 0px;
    }

    #languageMenuItemSeparator {
        display: none;
    }

    .languageMenuItem {
        display: inline-block !important;
    }



    .collapse {
        display: none;
    }



    .title {
        font-size: 40px;
        margin-bottom: 34px;
    }

    .subtitle {
        font-size: 20px;
    }

    .presentation {
        font-size: 16px;
    }

    .text {
        font-size: 14px;
        line-height: 20px;
    }

    /*.col {
		width: 50% !important;
	}*/

    #sponsorsRow {
        height: auto;
    }

        #sponsorsRow > div:first-child {
            padding-left: 15px;
        }

        #sponsorsRow > div:last-child {
            padding-right: 15px;
        }

        #sponsorsRow > div:not(:first-child) {
            margin-top: 20px;
        }

        #sponsorsRow > div.sponsorsTextContainer {
            height: auto;
            line-height: normal;
            text-align: center;
        }

        #sponsorsRow > div:not(.sponsorsTextContainer) {
            height: 80px;
        }

    .sponsorsImageContainer {
        height: 80px;
        width: 80% !important;
        margin: 0 auto;
    }

    #partnersContainer {
        height: auto;
    }

    .partnersTextContainer {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/* --- XS ---*/
@media (max-width: 767px) {
}

@media(max-width: 500px) {
    #partnersContainer {
        display: block;
    }

    .partnersImageContainer {
        padding: 0;
    }

    .partnersImage {
        width: auto;
        max-width: 100%;
        max-height: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 0;
    }
}



@media (min-width: 2000px) {
    body {
        font-size: 1vw;
    }
}

@media (min-height: 1400px) {
    .navbar-header {
        height: 200px;
    }

    #logo {
        width: 200px;
    }

    #customNavbarNav {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .navbar-nav > li > a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .navigationMenuItem {
        font-size: 40px;
        line-height: 40px !important;
    }

    .languageMenuItem:not(#firstLanguageMenuItem) > a {
        border-left: 5px solid black;
    }

    #sponsorsRow {
        height: 200px !important;
    }

    .sponsorsTextContainer {
        line-height: 160px !important;
    }

    .sponsorsText {
        font-size: 1vw !important;
    }

    .sponsorsImageContainer {
        height: 160px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .partnersTextContainer {
        line-height: 140px;
        padding: 20px 0;
    }

    .partnersImageContainer{
        height: 180px;
    }
}

@media (min-height: 3000px) {
    .navbar-header {
        height: 300px;
    }

    #logo {
        width: 300px;
    }

    #customNavbarNav {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .navbar-nav > li > a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .navigationMenuItem {
        font-size: 50px;
        line-height: 50px !important;
    }

    #sponsorsRow {
        height: 300px !important;
        padding: 40px 0 !important;
    }

    .sponsorsTextContainer {
        line-height: 220px !important;
    }

    .sponsorsText {
        font-size: 1vw !important;
    }

    .sponsorsImageContainer {
        height: 220px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .partnersTextContainer {
        line-height: 220px;
        padding: 40px 0;
    }

    .partnersImageContainer {
        height: 300px;
        padding: 40px 0 !important;
    }
}
