﻿@font-face {
    font-family: "Cardo regular";
    src: url('../fonts/Cardo-Regular.ttf') format("truetype"); /*font weight 400*/
}

@font-face {
    font-family: "Cardo italic";
    src: url('../fonts/Cardo-Italic.ttf') format("truetype"); /*font weight 700*/
}

@font-face {
    font-family: "Cardo bold";
    src: url('../fonts/Cardo-Bold.ttf') format("truetype"); /*font weight 400*/
}

.myForm {
    height: inherit;
    min-height: inherit;
    margin: 0 !important;
}
/*header*/
.headerContainer {
    width: 1140px !important;
    min-width: 1140px !important;
    max-width: 1140px !important;
    height: 165px;
    margin: 10px auto !important;
    background-image: url(_images/publicHeader_back.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-family: "Cardo regular";
    position: relative;
    z-index: 100;
    -webkit-user-select: none;
}

    .headerContainer h1 {
        font-family: "Cardo regular";
        font-size: 68px;
        position: relative;
        top: 33px;
        left: 10px;
        color: black;
        font-weight: 400;
        letter-spacing: -0.01em;
    }

    .headerContainer span {
        color: #ae0000;
    }

    .headerContainer h2 {
        font-family: "Cardo italic";
        width: auto;
        min-width: 525px;
        max-width: 525px;
        height: 30px !important;
        max-height: 30px !important;
        color: #a4a4a4;
        font-size: 30px;
        position: relative;
        top: 10px;
        padding: 0 10px;
        left: 110px;
        letter-spacing: -0.03em;
        background-color: white;
    }

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .headerContainer h2 {
            letter-spacing: -0.045em;
            top: -15px;
            left: 75px;
        }
    }
}


/*footer*/
.footerContainer {
    width: 100%;
    min-width: 1140px !important;
    height: 240px;
    border-top: solid 1px gray;
    position: static;
    bottom: 0;
    -webkit-user-select: none;
}

.publicFooter {
    width: 1140px;
    min-width: 1140px;
    max-width: 1140px;
    height: 165px;
    margin: 0 auto !important;
    display: block;
}

.footerTable {
    width: 1140px;
    min-width: 1140px;
    max-width: 1140px;
    display: table;
    color: #9b9b9b;
    font-family: "Cardo regular";
    font-weight: 400;
    font-size: 18px;
}

    .footerTable td {
        vertical-align: top;
        position: relative;
        padding-bottom: 30px;
    }

.titleRow td {
    text-transform: uppercase;
    padding: 10px 0;
}

.footLeft {
    width: 265px;
    min-width: 265px;
    max-width: 265px;
    text-align: left;
    border-right: gray 1px solid;
}

.footMidd {
    width: 550px;
    min-width: 550px;
    max-width: 550px;
    text-align: center;
}

.footRight {
    width: 265px;
    min-width: 265px;
    max-width: 265px;
    text-align: right;
    border-left: solid 1px gray;
}

    .footRight span, .footMidd span {
        color: #222222;
    }

.footerMenuItem {
    width: 270px;
    min-width: 270px;
    display: block;
    text-decoration: none;
    color: inherit;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}

    .footerMenuItem:hover {
        border-top: solid 1px #222222;
        border-bottom: solid 1px #222222;
        color: #222222;
        text-decoration: none;
    }

.selPage {
    text-decoration: underline;
}

.copyrightContact, .editorContact {
    width: inherit;
    position: absolute;
    bottom: 30px;
}

    .copyrightContact a, .editorContact a {
        color: inherit;
    }

        .copyrightContact a:hover, .editorContact a:hover {
            color: #222222;
        }
/*Public menu*/
.publicMenuContainer {
    width: 100% !important;
    min-width: 1140px !important;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    padding-top: 45px;
    border-bottom: solid 1px gray;
    border-top: solid 1px gray;
    position: relative;
    top: -45px;
    z-index: 50;
    display: inline-table;
}

.publicMenu {
    width: 1140px;
    min-width: 1140px;
    max-width: 1140px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: table;
    font-family: "Cardo regular";
    font-size: 24px;
}

    .publicMenu a {
        width: auto;
        min-width: 90px;
        height: inherit;
        border: 0;
        color: black;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        line-height:26px;
    }

.selectedPage {
    background-image: url(_images/menuSelectedPage_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
/*Hlavní prvky stránky*/
.mainContainer {
    width: 1140px;
    min-width: 1140px;
    max-width: 1140px;
    padding: 30px;
    height: auto;
    min-height: 150px;
    margin: 0 auto;
    position: relative;
    top: -45px;
    display: table;
    font-family: "Cardo regular";
    font-weight: 400;
    font-size: 21px;
    line-height: 36px;
}

    .mainContainer a {
        color: inherit;
        text-decoration: none;
    }
/*.mainContainer a:hover {
	text-decoration: underline;
}*/
/*Homepage*/
.homeLC {
    width: 57%;
    min-width: 57%;
    max-width: 57%;
    min-height: 100px;
    padding-right: 3%;
    float: left;
    display:inline-table;
    /*display: table-cell;*/
    vertical-align: top;
    position: relative;
}

.homeRC {
    width: 100%;
    min-height: 100px;
    /*padding-left: 3%;*/
    /*float: right;*/
    /*display: table-cell;*/
    vertical-align: top;
    position: relative;
    display:inline-table;
    padding-bottom:30px;
}

.homeSection {
    margin-bottom: 80px;
}

    .homeSection p {
        margin: 40px 0;
    }

.homeTitle {
    width: 100%;
    clear: both;
    display: table;
}

.iniciale {
    background-color: #ae0000;
    border-radius: 68px;
    width: 115px;
    min-width: 115px;
    max-width: 115px;
    height: 115px;
    min-height: 115px;
    max-height: 115px;
    overflow: visible;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 50px;
    color: white;
    font-variant: normal !important;
    font-style: normal !important;
}

.htitleCont {
    width: auto;
    height: 50px;
    padding: 30px 0 0 5px;
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    font-variant: normal !important;
    font-style: normal !important;
}

    .htitleCont p {
        font-family: "Cardo italic";
        font-size: 27px;
        color: #9b9b9b;
        padding: 0;
        margin: 0 !important;
        position: relative;
        top: 13px;
    }

.orange {
    background-color: #ff4900;
    font-size: 110px;
}
.orange2 {
    background-color: #ffa400;
    font-size: 110px;
    color:black;
}

.blue {
    background-color: #3c62a8;
    font-size: 110px;
    letter-spacing: 0.09em;
}
/*lines of today*/
.linesCont {
    padding-bottom: 54px;
}

.green {
    background-color: #009f00;
    font-size: 110px;
    letter-spacing: -0.1em;
}

.today {
    font-size: 30px;
    text-transform: uppercase;
    padding: 36px 0;
}

.lines {
    font-family: "Cardo italic";
}

.linesDesc {
    display: inline-table;
    width: 100%;
    font-family: "Cardo bold";
    font-style: normal;
    text-align: right;
    padding-top: 36px;
}
/*Buy books*/
.buyBooksCont {
    padding-bottom: 42px;
    width:100%;
    max-width:100%;
    /*float:right;*/
    display:inline-table;
}

.green2 {
    background-color: #8dab38;
    font-size: 110px;
    letter-spacing: -0.1em;
}

.buyText a {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #ae0000;
    text-decoration: none;
    cursor: pointer;
    font-size: 28px;
    margin-bottom: 42px;
}

.books {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    font-size: 25px;
    color: #9b9b9b;
}

    .books p {
        margin: 0 !important;
    }

    .books a {
        text-decoration: none;
        color: #9b9b9b;
        cursor: pointer;
    }
/*About the Poetry*/
.aboutTab {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    letter-spacing: normal;
    font-size: 22px;
    font-weight: normal;
}

    .aboutTab td {
        vertical-align: top;
    }

    .aboutTab i {
        color: #808080;
    }

.aboutTitle {
    text-align: center;
    color: #ae0000;
}


.col2left {
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    padding-right: 2%;
}

.col2right {
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    padding-left: 2%;
}
/*editorial conventions*/
.conventTab {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

    .conventTab td {
        vertical-align: top;
    }

    .conventTab h2 {
        margin-bottom: 5px;
        padding-bottom: 0;
        border-bottom: solid 1px gray;
        font-size: 39px;
    }

    .conventTab h3 {
        margin-bottom: 5px;
        padding-bottom: 0;
        border-bottom: solid 1px gray;
        font-size: 22px;
        text-transform: uppercase;
    }

    .conventTab p {
        margin-top: 0;
        margin-bottom: 2em;
    }

    .conventTab .nomargbot {
        margin-top: 0;
        margin-bottom: 0;
    }

.convLeft {
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    padding-right: 2%;
    position: relative;
}

.convRight {
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    padding-left: 2%;
}

.convLeft span {
    position: absolute;
    left: 70px;
}

.subPar {
    padding-left: 20px;
}
/*kontakty*/
.contactTab {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

    .contactTab td {
        vertical-align: top;
    }

    .contactTab p {
        margin: 0 0 30px;
    }

    .contactTab span, .contactTab a {
        color: #808080;
        font-weight: 400;
        text-decoration: none;
    }

        .contactTab a:hover {
            text-decoration: underline;
        }

.contactLeft {
    width: 32%;
    padding-top: 20px;
    text-align: right;
}

.davidPhoto {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    padding: 0 10% 0 0;
    padding-top: 20px;
    height: 309px;
    min-height: 309px;
    max-height: 309px;
    background-image: url(_images/profDavidCrystal.png);
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-table;
}

.contactMid {
    width: 31%;
    padding: 0 1%;
}

.contactRight {
    width: 31%;
    padding: 0 1%;
}

.contactTab h2 {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: solid 1px gray;
    font-size: 39px;
}

.contactTab h3 {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: solid 1px gray;
    font-size: 22px;
    text-transform: uppercase;
}

.contactTab .htitleCont p {
    position: relative;
    top: 3px;
}
/*Where to Start*/
.whereTab {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
}

    .whereTab td {
        width: 47%;
        max-width: 47%;
        min-width: 47%;
        vertical-align: top;
    }

.whereLeft {
    padding-right: 3%;
}

.whereRight {
    padding-left: 3%;
}

.whereTitle h1 {
    color: #ae0000;
    text-align: center;
}


.whereTab h3 {
    margin-top: 40px;
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: solid 1px gray;
    font-size: 22px;
    text-transform: uppercase;
}

.col2left a span {
    font-weight: 600;
    color: #ae0000;
}

.rightPanHome {
    width: 37%;
    min-width: 37%;
    max-width: 37%;
    padding-left:3%;
    min-height: 210px;
    height:auto;
    display:inline-table;
    float:right;
    padding-bottom:30px;
}
