﻿@import url('https://fonts.googleapis.com/css?family=Roboto');


body {
    font-family: 'Roboto', 'Century Gothic';
    font-size: 1vw;
    color: #00212f;
    margin: 0px;
    padding: 0px;
}









div {
    padding: 0px;
    margin: 0px;
}

a, a:visited {
    text-decoration: none;
}

.gradient_or {
}

.gradient_or_opac {
}

.gradient_blue {
}


.fixed {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 9000;
    background-color: #fffef5;
}

.normal{
    position:relative;
    display:block;
}


.over:hover {
    opacity: 0.8;
    cursor: pointer;
}

.blockNormal {
    position: relative;
    display: block;
}

.inlineMiddle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.inlineTop {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.inlineBottom {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.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;
}

.upspace {
    margin-top: 1vh;
}


/* COOKIES  */
.adbAoratiaCookieMessage {
    position: fixed;
    background-color: #c4c2c1;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 1.1vw;
    padding-left: 1vw;
    width: 97vw;
    z-index: 90000;
    left: -100vw;
    color: black;
    border-left: 0.5vw solid #4a4646;
    border-right: 0.5vw solid #4a4646;
    border-top: 1vh solid #4a4646;
    border-bottom: 1vh solid #4a4646;
}

.cook {
    margin-left: 2vw;
    margin-right: 2vw;
}


.btAoratiaCookieMessageClose {
    display: inline-block;
    border: 1px solid #fa9600;
    background-color: #fa9600;
    color: white;
    width: 3vw;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 9px;
}


    .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;
}
