/*======== FONTS ========*/

@font-face {
    font-family: 'ExplorerScript-Regular';
    src: url('ceska_chut/fonts/ExplorerScript/ExplorerScript-Regular.eot');
    src: url('ceska_chut/fonts/ExplorerScript/fonts/ExplorerScript/fonts/ExplorerScript/fonts/ExplorerScript/ExplorerScript-Regular.eot?#iefix') format('embedded-opentype'),
        url('ceska_chut/fonts/ExplorerScript/fonts/ExplorerScript/fonts/ExplorerScript/ExplorerScript-Regular.woff2') format('woff2'),
        url('ceska_chut/fonts/ExplorerScript/fonts/ExplorerScript/ExplorerScript-Regular.woff') format('woff'),
        url('ceska_chut/fonts/ExplorerScript/ExplorerScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corinthian Pro';
    src: url('../ceska_chut/fonts/Corinthian/CorinthianPro-Bold.eot');
    src: url('../ceska_chut/fonts/Corinthian/CorinthianPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../ceska_chut/fonts/Corinthian/CorinthianPro-Bold.woff2') format('woff2'),
        url('../ceska_chut/fonts/Corinthian/CorinthianPro-Bold.woff') format('woff'),
        url('../ceska_chut/fonts/Corinthian/CorinthianPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corinthian';
    src: url('../ceska_chut/fonts/Corinthian/CorinthianTOT-Light.eot');
    src: url('../ceska_chut/fonts/Corinthian/CorinthianTOT-Light.eot?#iefix') format('embedded-opentype'),
        url('../ceska_chut/fonts/Corinthian/CorinthianTOT-Light.woff2') format('woff2'),
        url('../ceska_chut/fonts/Corinthian/CorinthianTOT-Light.woff') format('woff'),
        url('../ceska_chut/fonts/Corinthian/CorinthianTOT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*======== GENERAL ========*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/*-- INPUT GENERAL --*/

input {
    border: solid 1px #EBEBEB;
    outline: none;
    text-align: left;
    color: #002755;
    padding: 15px;
    background-color: #ffffff;
    width: 100%;
    border-radius: 12px;
    font-size: 14px;
    -webkit-box-shadow: 0px 8px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 10px rgba(0,0,0,0.2);
}

input:focus,
input:active {
    opacity: 1;
}

form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

table {
    min-width: 250px;
}

tr,
td {
    width: 100% !important;
}

td p {
    font-family: 'Corinthian';
    font-weight: 300;
    font-size: 14px;
    color: #002755;
    padding: 20px 0px 0px 0px;
    margin: 0;
}

td p {
    opacity: 0.6
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Corinthian';
    color: #002755;
    margin: 0;
}

.login_button {
    background-color: #002755;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
    color: #EBEBEB;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.login_button:hover {
    opacity: 1;
}

/*======== LAYOUT ========*/

#app {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#left {
    width: 50%;
    background-color: #EBEBEB;
    background-image: url("/images/login_background.png");
    background-size: cover;
    overflow-x: hidden;
    padding: 20px 20px 20px 20px;
}

#right {
    position: relative;
    width: 50%;
    background-color: #FFFFFF;
    overflow: hidden;
    -webkit-box-shadow: -20px 0 80px rgba(0, 0, 0, 0.4);
    box-shadow: -20px 0 80px rgba(0, 0, 0, 0.4);
}

.container {
    width: 100vw;
    place-items: normal start;
    padding-top: 40px;
}

h1 {
    font-family: 'Corinthian';
    font-size: 36px;
    text-align: center;
    font-weight: 100;
    color: #002755;
    opacity: 0.5;
}

h3 {
    font-family: 'Corinthian';
    font-size: 16px;
    text-align: center;
    font-weight: 100;
    color: #002755;
    padding: 0;
    margin: 0;
}

.LA_logo {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 240px;
}

.copyright {
    position: fixed;
    bottom: 10px;
    font-family: 'Corinthian';
    font-weight: 300;
    font-size: 12px;
    color: #002755;
    opacity: 0.6;
}


/*======== HEADER ========*/

#item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#item a {
    font-family: 'Corinthian Pro';
    font-weight: bold;
    color: #002755;
}

#item a:visited {
    color: #002755;
}

#item a:hover {
    text-decoration: none;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 50%);
}



/*======== WELCOME ========*/

#welcome {
    background-color: #EBEBEB;
}

#header {
    background-color: #FFFFFF;
    padding: 20px 20px 10px;
    -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4);
}

.menu {
    position: relative;
    float: right;
}

.LA_logo_2 {
    position: relative;
    width: 100px;
}

#welcome .copyright {
    left: 20px;
}

.tilt {
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    cursor: pointer !important;
}

.tilt-position {
    position: relative;
    padding: 0 80px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.item {
    width: 180px;
    -webkit-filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.2));
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.2));
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.item:hover {
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0,0,0,0.4));
    filter: drop-shadow(0px 0px 30px rgba(0,0,0,0.4));
}

.item img {
    width: 100%;
}

.uzenarstvi img {
    opacity: 0.4;
    -webkit-filter: grayscale();
    filter: grayscale();
}

.tilt {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tilt h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(120px);
    transform: translate(-50%, -50%) translateZ(120px);
    font-size: 48px;
    color: #1C1C1C;
    pointer-events: none;
}

.albert_brand {
    border-radius: 4px;
    overflow: hidden;
}