﻿
/* TITLES QUOTES etc*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Metamorphous&display=swap');
*/
#form1 {
    opacity: 1;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: white;
    margin: 0px;
    padding: 0px;
}

.dvinnerscreen {
    width: 80%;
    margin: auto;
}


div {
    padding: 0px;
    margin: 0px;
}

a, a:visited {
    text-decoration: none;
}

.splang, splang:visited{
    color:white;
}

p {
    padding: 0;
    margin: 0;
}

.fixed {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 9000;
   
}

.normal{
    position:relative;
    display:block;
    box-sizing:border-box;
}

.over{
    opacity:0.8;
}

.over:hover {
    opacity: 1;
    cursor: pointer;
}


.inlineMiddle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
 }


.inlineTop {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.inlineBottom {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
}

.dvfixedback {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90000;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.upspace {
    margin-top: 1vh;
}





/* COOKIES  */
/* COOKIES  */

/*.dvcookfixed {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: rgba(255,255,255,0.5);
}

.adbAoratiaCookieMessage {
    position: fixed;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 1.1vw;
    padding-left: 1vw;
    width: 97vw;
    z-index: 90000;
    left: -100vw;
    color: black;
    background-color: #c4c2c1;
    border-left: 0.5vw solid #4a4646;
    border-right: 0.5vw solid #4a4646;
    border-top: 1vh solid #4a4646;
    border-bottom: 1vh solid #4a4646;
}



.spAoratiaCookieMessage {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-right: 2%;
}

.cook {
    margin-left: 2vw;
    margin-right: 2vw;
}


.btAoratiaCookieMessageClose {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 17%;
    border: 1px solid #fa9600;
    background-color: #fa9600;
    color: white;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
}


    .btAoratiaCookieMessageClose:hover {
        cursor: pointer;
        opacity: 0.8;
    }*/







.fixed {
    position: fixed;
}





/* AORATIA MESSAGE */


.adbAoratiaMessage {
    position: fixed;
    display: block;
    z-index: 1000000000000;
    top: 10%;
    width: 30vw;
    left: -30vw;
    opacity: 0;
    padding-top: 3vh;
    padding-bottom: 3vh;
    padding-left: 5vw;
    padding-right: 5vw;
    border: 2px solid gray;
    background-color: white;
}


.spAoratiaMessage {
    position: relative;
    display: block;
    text-align: center;
    color: #00212f;
    font-size: 1.1vw;
    line-height: 130%;
}

.btAoratiaMessageClose {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 2vh;
    width: 70%;
    background-color: #fa9600;
    color: white;
    padding-top: 1vh;
    padding-bottom: 1vh;
    text-align: center;
    font-size: 1.1vw;
    cursor: pointer;
}


    .btAoratiaMessageClose:hover {
        opacity: 0.8;
    }








.modal {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 500000000000;
}
