/* blank */

html {
    scroll-behavior: auto;
}

.scrollbehavior {
    scroll-behavior: smooth !important;
}

:root {
    --MAJblue: #1CAFCF;
    --MAJminimalWidth: 1024px;
    --MAJnavHeight: 56px;
    --MAJmaincontentpaddingRIGHT: 11%;
    --MAJmaincontentpaddingLEFT: 11%;
}

.c_bl {
    color: var(--MAJblue) !important;
    cursor: pointer;
}

.c_bl2 {
    color: var(--MAJblue) !important;
    cursor: default;
}

.c_bl3 {
    color: black !important;
    cursor: default;
}

.c_bl3b {
    font-weight: 400 !important;
}

.c_bl3:hover {
    text-decoration: none !important;
    color: black !important;
}

.c_bl2:hover {
    text-decoration: none !important;
}

body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    min-width: var(--MAJminimalWidth);
}

.homebody {
    background: rgb(250, 250, 250);
    background: linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.cursorhand {
    cursor: hand;
}


/* //////////////////////// */


/* T O P - N A V */


/* //////////////////////// */

.top-nav {
    width: 100%;
    height: var(--MAJnavHeight);
    position: relative;
    background-color: white;
    margin: 0;
    padding: 0;
    min-width: var(--MAJminimalWidth);
    z-index: 1;
    cursor: default;
}

.top-nav-wrap {
    position: absolute !important;
    top: 18px;
    margin: 0;
    padding: 0;
    right: calc(var(--MAJmaincontentpaddingRIGHT) - 2%);
    z-index: 4 !important;
}

@media (max-width: 1300px) {
    .top-nav-wrap {
        right: 1%;
        word-spacing: 0em;
    }
	
		
}


@media (max-width: 1100px) {

.top-nav-title a {
		width: 115px;
		top: 11px !important;
	}
}


.top-nav-wrap a {
    font-size: 10pt;
    color: black;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 20px;
}

.top-nav-title a {
    font-size: 10pt;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    position: absolute !important;
    left: calc(var(--MAJmaincontentpaddingLEFT) - 2%);
    top: 18px ;
    color: black !important;
    color: var(--MAJblue) !important;
}

.top-nav-wrap a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    color: var(--MAJblue);
}

.top-nav-wrap-ACTIVE {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    color: var(--MAJblue) !important;
}

@media (max-width: 1300px) {
    .top-nav-title a {
        left: 1.8%;
    }
}


/* h o m e //////////////////////////////////////////////// */

.home-title {
    position: relative;
    width: 100%;
    height: auto;
    min-height: calc(100% - var(--MAJnavHeight));
    top: 0px;
    margin: 0;
    padding: 0;
    min-width: var(--MAJminimalWidth);
}






#home-title-bluesquare {
    position: absolute;
    width: calc(59% - var(--MAJmaincontentpaddingRIGHT)) !important;
    min-height: 50%;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    background-color: var(--MAJblue);
    z-index: 1;
}

#home-title-image {
    position: absolute;
    width: calc(59% - var(--MAJmaincontentpaddingRIGHT)) !important;
    min-height: 70%;
    top: 50%;
    right: calc(var(--MAJmaincontentpaddingRIGHT) + 1%);
    margin: 0;
    padding: 0;
    z-index: 2;
    background-size: cover !important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home-title-text {
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 49%;
    top: 50%;
    LEFT: calc(var(--MAJmaincontentpaddingLEFT) + 1%);
    margin: 0;
    padding: 0;
    z-index: 2;
    text-decoration: none;
    text-transform: uppercase;
}

#home-title-text h1 {
    margin: 0;
    padding: 0;
    font-size: 5vw;
    color: black;
    font-weight: 700;
}

#home-title-text p {
    margin: 0;
    padding: 0;
    font-size: 14pt;
    color: black;
    font-weight: 600;
    margin-top: 1em;
}


/* C O N T E N T //////////////////////////////////////////////// */

.content1 {
    position: relative;
    width: calc(100% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 2%));
    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 50%;
    top: 0px;
    padding: 0;
    min-width: var(--MAJminimalWidth);
}

.content1 a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}





.c-50 {
    width: 50%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


/* F o o t e r //////////////////////////////////////////////// */

.footer {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 50%;
    top: 0px;
    margin: 0;
    padding: 0;
    min-width: var(--MAJminimalWidth);
}

#footer-bluesquare {
    position: absolute;
    width: 65% !important;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    background-color: var(--MAJblue);
    z-index: 1;
}

#footer-text-LEFT {
    position: absolute;
    width: auto;
    top: 13.5%;
    right: 55%;
    margin: 0;
    padding: 0;
    z-index: 2;
    text-decoration: none;
    float: left;
}

#footer-text-RIGHT {
    position: absolute;
    width: auto;
    top: 13.5%;
    left: 55%;
    height: 300px;
    margin: 0;
    padding: 0;
    z-index: 2;
    text-decoration: none;
    float: right;
}

.fontstyle2 h1 {
    margin: 0;
    padding: 0;
    font-size: 18pt;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 1em;
}

.fontstyle2 p {
    margin: 0;
    padding: 0;
    font-size: 11pt;
    color: black;
    font-weight: 400;
    margin-top: 1em;
}


/* email formular //////////////////////////////////////////////// */

#kfi {
    width: 450px;
    height: 293px;
    overflow: hidden;
}

#kontakt-form {
    margin-top: 0px;
    color: black;
    width: 450px;
    height: 293px;
    position: relative;
    text-align: left;
}

#kontakt-form li {
    width: 100%;
    height: 60px;
    margin-top: 5px;
}

#fullname {
    float: left;
    width: 49%;
}

#email {
    float: right;
    width: 49%;
}

#fullname,
#email,
#Inputfield_scf-website {
    height: 45px;
    border: solid 3px white;
    background-color: #eeeeee;
    font-size: 11pt;
    padding-left: 8px;
    font-family: 'Raleway', sans-serif;
}

#comments {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
    height: 150px;
    border: solid 3px white;
    font-size: 11pt;
    padding-left: 12px;
    padding-top: 12px;
    margin-top: 12px;
    right: 40px;
    vertical-align: top;
    background-color: #eeeeee;
    font-family: 'Raleway', sans-serif;
}

#comments:focus {
    border-radius: 0px !important;
}

.label {
    position: absolute;
    left: 5px;
    text-align: right;
    height: 45px;
    width: 150px;
    padding-top: 23px;
    vertical-align: top;
}

#form1 {
    line-height: 2em;
}

#formsubmit2 {
    height: 30px;
    width: 120px;
    border: solid 0px lightgray;
    background-color: var(--MAJblue);
    color: white;
    float: right;
    font-family: 'Raleway', sans-serif;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    cursor: hand;
    padding-bottom: 2px;
}

#formsubmit2:hover {
    border: 2px black solid;
}

.Inputfields {
    list-style-type: none;
}

.InputfieldHidden {
    visibility: hidden;
}


/* Aktuality mini home //////////////////////////////////////////////// */

.flexxx {
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.wrap-cellformat1 {
    position: absolute;
    width: 90%;
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: flex;
    border: 1px solid pink;
}

.cell {
    height: auto;
    width: 20%;
    cursor: default;
}

.cell:hover>.cell-content h1 {
    text-decoration: underline;
}

.cell-date {
    width: 100%;
    height: 40px;
    background-color: var(--MAJblue);
}

.cell-date p {
    padding: 11px 0px 0px 14px;
    margin: 0;
    color: white !important;
    font-size: 11pt;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.cell-content h1 {
    margin: 0;
    padding: 16px 0px 16px 14px;
}

.cell-content a {
    color: var(--MAJblue);
    text-decoration: underline;
    font-size: 11pt;
    font-weight: 600;
    padding: 11px 0px 0px 14px;
}

.cell-content p {
    margin: 0px 0px 0px 14px;
    font-size: 11pt;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.cell-content {
    max-height: 198px;
    overflow: hidden;
    margin-bottom: 18px;
}

.cell a {
    color: var(--MAJblue);
    text-decoration: underline;
    font-size: 11pt;
    font-weight: 600;
    padding: 13px 0px 0px 14px;
}


/* Aktuality page //////////////////////////////////////////////// */

.aktuality-page {
    width: calc(70% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 2%));
    margin-left: auto;
    margin-right: auto;
    height: auto;
    top: 0px;
    padding: 0;
    text-align: center;
    min-height: calc(100% - var(--MAJnavHeight));
}

.edit_cell2 {
    width: 17px;
    height: 17px;
    background-image: url(../img/pencil.png);
    position: absolute;
    right: 32px;
    top: 72px;
    z-index: 334 !important;
    cursor: hand;
    background-size: cover;
}

.lockedicon2 {
    width: 17px;
    height: 17px;
    background-image: url(../img/padlock.png);
    position: absolute;
    right: 55px;
    top: 72px;
    z-index: 334 !important;
    background-size: cover;
}

.aktuality-page-nav {
    width: calc(70% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 2%));
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    top: 0px;
    margin-bottom: 30px;
    text-align: center;
    cursor: default;
}

.aktuality-page-nav a {
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    color: white;
}

.aktuality-page-nav a:hover {
    color: black;
}

.APG-active {
    color: white !important;
    padding: 11px 11px 11px 13px;
    margin: 6px;
    background-color: var(--MAJblue) !important;
    text-decoration: none;
}

.APG-active:hover {
    background-color: black !important;
}

.APG-active2 a {
    padding: 11px 13px 11px 13px;
    color: white !important;
    background-color: gray;
    text-decoration: none;
}

.APG-active3 {
    color: white !important;
}

@media (max-width: 1700px) {
    .aktuality-page {
        width: calc(85% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 0%)) !important;
    }
}

@media (max-width: 1300px) {
    .aktuality-page {
        width: calc(95% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 0%)) !important;
    }
}

@media (max-width: 1100px) {
    .aktuality-page {
        width: calc(100% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 0%)) !important;
    }
}

.aktuality-page {
    width: calc(70% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 2%));
    margin-left: auto;
    margin-right: auto;
    height: auto;
    top: 0px;
    padding: 0;
    text-align: center;
    min-height: calc(100% - var(--MAJnavHeight));
}

.aktuality-page h1 {
    margin: 7% 0px 7% 0px;
    font-size: 2vw;
}

@media (max-width: 1500px) {
    .aktuality-page h1 {
        font-size: 3vw;
    }
}

.cell2 {
    height: auto;
    min-height: 30%;
    width: 100%;
    background-color: white;
    position: relative;
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: 4%;
}

.cell2-img {
    width: 25%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    float: left;
    height: 96%;
    max-height: 300px;
    box-shadow: 14px 12px var(--MAJblue);
    background-size: cover !important;
    background-position: center center !important;
}

.cell2-date {
    width: 70.2%;
    margin: 12px 14px 10px 9px;
    float: right;
    height: 35px;
    background-color: var(--MAJblue);
}

.cell2-date p {
    padding: 8px 19px 0px 14px;
    margin: 0;
    color: white !important;
    font-size: 11pt;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: left;
}

.cell2-content {
    float: right;
    height: auto;
    width: 70.2%;
    margin: 0px 14px 10px 9px;
    text-align: left;
}

.c2-p1 {
    float: left !important;
}

.c2-p2 {
    float: right !important;
}

.cell2-content h1 {
    text-align: left;
    margin: 0;
    padding: 10px 0px 16px 14px;
    font-size: 17pt;
}

.cell2-login {
    color: var(--MAJblue);
    text-decoration: underline;
    font-size: 11pt;
    font-weight: 600;
    position: absolute !important;
    padding: 11px 0px 0px 14px !important;
    cursor: hand !important;
}

.cell2-content a {
    color: var(--MAJblue);
    text-decoration: underline;
    font-size: 11pt;
    font-weight: 600;
    /* position: absolute; */
    padding: 0px 0px 0px 0px;
}

.cell2-content img {
    text-decoration: underline;
    font-size: 11pt;
    font-weight: 600;
    /* position: absolute; */
    padding: 18px 5px 0px 15px;
}

.cell2-content p {
    /* margin: 11px 0px 14px 14px; */
    margin: 0px 0px 0px 14px;
    font-size: 11pt;
    font-weight: 400;
    letter-spacing: 0.01em;
}


/* DOKUMENTYS page //////////////////////////////////////////////// */

.dokumenty-page-nav {
    width: calc(70% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 2%));
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    top: 0px;
    margin-bottom: 30px;
    text-align: center;
    cursor: default;
}

.dokumenty-page-nav a {
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

.dokumenty-page-nav a:hover {
    text-decoration: underline;
}

.edit_cell {
    width: 3px;
    height: 6px;
    background-image: url(../img/pencil.png);
    position: absolute;
    right: 18px;
    top: 0px;
    z-index: 3334 !important;
    cursor: hand;
    background-size: cover;
}

.lockedicon {
    width: 3px;
    height: 6px;
    background-image: url(../img/padlock.png);
    position: absolute;
    right: 43px;
    top: 0px;
    z-index: 3334 !important;
    background-size: cover;
}

.APG-active {
    color: var(--MAJblue);
}

@media (max-width: 1700px) {
    .dokumenty-page {
        width: calc(85% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 0%)) !important;
    }
}

@media (max-width: 1300px) {
    .dokumenty-page {
        width: calc(95% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 0%)) !important;
    }
}

@media (max-width: 1100px) {
    .dokumenty-page {
        width: calc(100% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 0%)) !important;
    }
}

.dokumenty-page {
    width: calc(75% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 2%));
    margin-left: auto;
    margin-right: auto;
    height: auto;
    top: 0px;
    padding: 0;
    text-align: center;
    min-height: calc(60% - var(--MAJnavHeight));
    display: flex;
    flex-wrap: wrap;
}

.dokumenty-page-title {
    width: calc(75% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 2%));
    margin-left: auto;
    margin-right: auto;
    height: 5%;
    top: 0px;
    padding-bottom: 8vh;
    text-align: center;
}

.dokumenty-page-title h1 {
    margin: 7% 0px 7% 0px;
    font-size: 2vw;
    text-transform: uppercase !important;
}

@media (max-width: 1500px) {
    .dokumenty-page h1 {
        font-size: 3vw;
    }
}

.cell3 {
    list-style: none;
    flex: 0 0 29%;
    height: fit-content;
    width: 29%;
    background-color: white;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 4%;
    margin-right: 2%;
    margin-left: 2%;
    box-shadow: 14px 12px var(--MAJblue);
}

.cell3-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    height: 200px;
    max-height: 200px;
    background-size: cover !important;
    background-position: center center !important;
}

.cell3-date {
    width: 70.2%;
    margin: 12px 14px 10px 9px;
    float: right;
    height: 35px;
    background-color: var(--MAJblue);
}

.cell3-date p {
    padding: 8px 19px 0px 14px;
    margin: 0;
    color: white !important;
    font-size: 11pt;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: left;
}

.cell3-content {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0px 14px 17px 0px;
    text-align: left;
}

.c3-p1 {
    position: relative;
    margin: 12px 8px 0px 15px !important;
    color: var(--MAJblue);
    font-size: 10pt !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.cell3-content h1 {
    text-align: left;
    margin: 0;
    padding: 8px 8px 0px 14px;
    font-size: 15pt;
}

.cell3-content a {
    color: var(--MAJblue);
    text-decoration: underline;
    font-size: 11pt;
    font-weight: 600;
    padding: 11px 0px 0px 14px;
}

.cell3-content p {
    margin: 11px 11px 14px 14px;
    font-size: 11pt;
    font-weight: 400;
    letter-spacing: 0.01em;
}


/* KONTAKTY page //////////////////////////////////////////////// */
.edit_cell4 {
    width: 17px;
    height: 6px;
    background-image: url(../img/pencil.png);
    position: absolute;
    right: 0px;
    top: 19px;
    z-index: 3334 !important;
    cursor: hand;
    background-size: cover;

}


.edit_cell5 {
 width: 18px;
    height: 18px;
    background-image: url(../img/pencil.png);
    position: relative;
    right: 11px;
    top: 0px;
    left: 14px;
    z-index: 3334 !important;
    cursor: hand;
    background-size: cover;
    display: inline-block;
}



.edit_cell6 {
width: 18px;
    height: 18px;
    background-image: url(../img/pencil.png);
    position: absolute;
    right: 11px;
    top: 6px;
    right: 0px;
    z-index: 3334 !important;
    cursor: hand;
    background-size: cover;
    
}

.kontakty-page-nav {
    width: calc(70% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 2%));
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    top: 0px;
    margin-bottom: 30px;
    text-align: center;
    cursor: default;
}

.kontakty-page-nav a {
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

.kontakty-page-nav a:hover {
    text-decoration: underline;
}

@media (max-width: 1700px) {
    .kontakty-page {
        width: calc(85% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 0%)) !important;
    }
}

@media (max-width: 1300px) {
    .kontakty-page {
        width: calc(95% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 0%)) !important;
    }
}

@media (max-width: 1100px) {
    .kontakty-page {
        width: calc(100% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 0%)) !important;
    }
}

.kontakty-page {
    width: calc(75% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 2%));
    margin-left: auto;
    margin-right: auto;
    height: auto;
    top: 0px;
    padding: 0;
    text-align: center;
    min-height: calc(40% - var(--MAJnavHeight));
    display: flex;
    flex-wrap: wrap;
}

.kontakty-page-title {
    width: calc(75% - ((var(--MAJmaincontentpaddingLEFT) + var(--MAJmaincontentpaddingRIGHT)) + 2%));
    margin-left: auto;
    margin-right: auto;
    height: 5%;
    top: 0px;
    padding-bottom: 8vh;
    text-align: center;
}

.kontakty-page-title h1 {
    margin: 7% 0px 7% 0px;
    font-size: 2vw;
}

@media (max-width: 1500px) {
    .kontakty-page h1 {
        font-size: 3vw;
    }
}

.cell4 {
    list-style: none;
    flex: 0 0 29%;
    height: fit-content;
    width: 29%;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 4%;
    margin-right: 2%;
    margin-left: 2%;
}

.cell4-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    height: 35px;
    background-color: var(--MAJblue);
    text-align: left !important;
}

.cell4-date {
    width: 70.2%;
    margin: 12px 14px 10px 9px;
    float: right;
    height: 35px;
    background-color: var(--MAJblue);
}

.cell4-date p {
    padding: 8px 19px 0px 14px;
    margin: 0;
    color: white !important;
    font-size: 11pt;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: left;
}

.cell4-content {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0px 14px 17px 0px;
    text-align: left;
}

.c4-p1 {
    position: relative;
    margin: 9px 8px 0px 15px !important;
    color: white;
    font-size: 10pt !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.cell4-content h1 {
    text-align: left;
    margin: 0;
    padding: 17px 12px 4px 14px;
    font-size: 15pt;
    text-transform: uppercase;
}

.cell4-content a {
    color: var(--MAJblue);
    text-decoration: underline;
    font-size: 11pt;
    font-weight: 60 0;
    padding: 11px 0px 0px 0px;
}

.cell4-content p {
    margin: 11px 11px 14px 14px;
    font-size: 11pt;
    font-weight: 400;
    letter-spacing: 0.01em;
}


/* login popup //////////////////////////////////////////////// */

.show {
    display: block !important;
}

.overflow_hidden {
    overflow: scroll !important;
    position: fixed;
}

#loginpopup {
    position: fixed;
    left: 0px;
    top: 56px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 333 !important;
}

#login-background {
    position: fixed;
    left: 0px;
    top: 56px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.92);
    z-index: 334 !important;
}

#login-input {
    width: 400px;
    height: 400px;
    background-color: var(--MAJblue);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3334 !important;
}

#login-x {
    width: 24px;
    height: 24px;
    background-image: url('../img/x-mark.png');
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3334 !important;
    cursor: hand;
}

#login-input h2 {
    margin-top: 40px;
    padding: 0;
    font-size: 18pt;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0;
    text-align: center;
}

#login-input h3 {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    color: #eeeeee;
    text-transform: uppercase;
    font-weight: 700;
    /* padding-bottom: 0.5em; */
    text-align: center;
    min-height: 7px;
}

#login-input p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin: 20px 10px 11px 10px;
}

#userrr,
#passs {
    height: 45px;
    border: solid 3px white;
    background-color: #eeeeee;
    font-size: 11pt;
    margin-left: 10%;
    position: relative;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    width: 80%;
}

#userrr:focus {
    border-radius: 0px !important;
}

.label {
    text-align: center;
    height: 45px;
    padding-top: 23px;
    vertical-align: top;
}

#form1 {
    line-height: 2em;
}

#formsubmit2pass {
    height: 37px;
    width: 140px;
    border: solid 3px white;
    color: black;
    font-family: 'Raleway', sans-serif;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    cursor: hand;
    padding-bottom: 2px;
}

#formsubmit2pass:hover {
    border: 2px black solid;
}

.Inputcfields {
    list-style-type: none;
}

.InputcfieldHidden {
    visibility: hidden;
}





/* FIREFOX */


@-moz-document url-prefix() { 
  .home-title {
     height: 100% !important;
  }
  
  
}



@-moz-document url-prefix() { 

.content1 {
	  
	  padding-bottom: 8% !important;
  }
}



@-moz-document url-prefix() { 

.footer {
	  
	  height: 1% !important;
  }
}


