/*@font-face {
	font-family: OswaldSemiBold;
	src: url(assets/fonts/Oswald-SemiBold.ttf);
}
@font-face {
	font-family: OswaldLight;
	src: url(assets/fonts/Oswald-ExtraLight.ttf);
}
@font-face {
	font-family: OpenSansBold;
	src: url(assets/fonts/OpenSans-SemiBold.ttf);
}
.font-oswald-bold {
	font-family: OswaldSemiBold !important;
}
.font-oswald-light {
	font-family: OswaldLight !important;
}
.font-opensans-bold {
	font-family: OpenSansBold !important;
}*/
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:400,500&subset=latin-ext'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700|Oswald:400,700&subset=latin-ext');

body {
    font-family: 'Open Sans', sans-serif;
    color: #222;
    background-color: #f7f7f7;
}

h1, h2, h3, h4, h5, h6, .secondfont {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: .0625em;
}

p {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #64a19d;
    outline: none;
}

a:focus, a:hover {
    text-decoration: none;
    color: #3c6360;
}

/*fonts*/
.secondfont {
    font-family: 'Oswald', sans-serif;
}

.thirdfont {
    font-family: sans-serif;
}

/*background colors*/
.bg-white {
    background-color: #fff;
}

.bg-red {
    background-color: #ff404c;
}

.bg-light {
    background-color: #efefef;
}

.bg-light.hoverable:hover {
    background-color: #f37121;
}

.bg-medium {
    background-color: #c8c8c8;
}

.bg-dark {
    background-color: #222;
}

.bg-highlight {
    background-color: #f5f5f5;
}

.bg-light {
    background-color: #efefef;
}

.bg-gradient-main {
    background: #ff6b6d;
    background: -moz-linear-gradient(top, #ff6b6d 0%, #ff404c 100%);
    background: -webkit-linear-gradient(top, #ff6b6d 0%, #ff404c 100%);
    background: linear-gradient(to bottom, #ff6b6d 0%, #ff404c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b6d', endColorstr='#ff404c', GradientType=0);
}

.bg-selector {
    background-color: #85af2c;
}

/*foreground colors*/
.color-default, .color-default a {
    color: #000;
}

.color-active, .color-active a {
    color: #85af2c;
}

.color-active-darker, .color-active-darker a {
    color: #6c8f24;
}

.color-white, .color-white a {
    color: #fff;
}

.color-light, .color-light a {
    color: #9eb4cb;
}

.color-light-2, .color-light-2 a {
    color: #848484;
}

.color-medium, .color-medium a {
    color: #000;
}

.color-dark, .color-dark a {
    color: #222;
}

.color-highlight, .color-highlight a {
    color: #f37121;
}

.color-red {
    color: #f00;
}

.color-green {
    color: #85af2c;
}

/*font size, weight, style*/
.font-normal {
    font-size: 14px;
}

.font-xs {
    font-size: 12px;
}

.font-sm {
    font-size: 13px;
}

.font-md {
    font-size: 16px;
}

.font-lg {
    font-size: 20px;
}

.font-lg-bigger {
    font-size: 24px;
    line-height: 1.6;
}

.font-xl {
    font-size: 24px;
}

.font-xxl {
    font-size: 32px;
    line-height: 1;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

/*buttons*/
.pointer {
    cursor: pointer;
}

.btn {
    color: white;
    border-radius: 0;
    border: 1px solid #bbb;
    background-color: #b9b9b9;
    font-family: 'BioRhyme';
    font-size: 12px;
    padding: 14px 26px !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.btn:hover {
    color: #fff;
    background-color: #818487;
}

.btn-submit {
    color: #fff;
    background-color: #e86d2f;
    border-color: #e86d2f;
    background: #e86d2f;
    background: -moz-linear-gradient(top, #e86d2f 0%, #ee9263 100%);
    background: -webkit-linear-gradient(top, #e86d2f 0%, #ee9263 100%);
    background: linear-gradient(to bottom, #e86d2f 0%, #ee9263 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e86d2f', endColorstr='#ee9263', GradientType=0);
    -webkit-box-shadow: 1px 1px 0 0 rgba(218, 218, 218, 1);
    box-shadow: 1px 1px 0 0 rgba(218, 218, 218, 1);
}

.btn-submit:hover {
    color: #e86d2f;
    background-color: #fff;
    background: #fff;
}

.btn-submit a {
    color: #e86d2f;
}

.btn-submit a:hover {
    color: #e86d2f;
}

/*tools*/
.hidden {
    display: none !important;
}

.uppercase {
    text-transform: uppercase;
}

/*wm-text-area-counter*/
.wm-text-area-visible-counter {
}

.wm-text-area-counter {
    position: absolute;
    bottom: -10px;
    left: 20px;
    background-color: rgba(210, 210, 210, 0.5);
    border: 1px solid #888;
    padding: 2px 5px;
    font-size: 0.7rem;
    border-radius: 5px;
}

.wm-text-area-current:after {
    content: "/";
    padding: 0 5px;
}

/*input*/
span.inputdelete {
    position: relative;
}

span.inputdelete .form-control {
    display: inline-block;
    border-radius: 2px;
    color: #85af2c;
    font-style: italic;
    border: solid 1px #ebebeb;
    -webkit-box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, .2), 1px 1px 0 0 rgba(218, 218, 218, 1);
    box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, .2), 1px 1px 0 0 rgba(218, 218, 218, 1);
}

span.inputdelete span.fas {
    position: absolute;
    display: inline-block;
    top: 6px;
    right: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #85af2c;
}

.selector-item {
    border-radius: 5px;
}

/*project specific*/
#mainNav {
    min-height: 80px;
    background-color: #000000;
}

.ma-top-au {
    margin-top: auto;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: .75rem;
    color: #64a19d;
    border: 1px solid #64a19d
}

#mainNav .navbar-toggler:focus {
    outline: 0
}

#mainNav .navbar-brand {
    color: #161616;
    font-weight: 700;
    padding: .9rem 0
}

#mainNav .navbar-title {
    color: white;
    display: flex !important;
    margin: auto;
    font-style: italic;
}

.nav-img {
    width: 225px;
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}

.opacity-white {
    background-color: #ffffffd9 !important;;
}

.bg-light {
    background-color: #f7f6f4 !important;
}

.anti-h1 {
    font-size: unset;
}

header .ma-top-au {
    margin-top: inherit;
}

header .ma-top-au.text-white h1 {
    margin: 0;
}

header .ma-top-au ul {
    margin: 0;
    padding: 0;
}

header .ma-top-au.text-white li {
    list-style-type: none;
    margin-left: -53px;
}



.form-group::-webkit-scrollbar {
    -webkit-appearance: none;
}

.form-group::-webkit-scrollbar:vertical {
    width: 12px;
}

.form-group::-webkit-scrollbar:horizontal {
    height: 12px;
}

.form-group::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px;
}

.form-group::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .5);
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: #000000ad;
        transition: background-color .3s ease-in-out
    }

    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgba(255, 255, 255, .5)
    }

    #mainNav .nav-link {
        transition: none;
        color: rgba(255, 255, 255, .5)
    }

    #mainNav .nav-link:hover {
        color: rgba(255, 255, 255, .75)
    }

    #mainNav .nav-link:active {
        color: #fff
    }

    #mainNav.navbar-shrink {
        background-color: #fff
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #161616
    }

    #mainNav.navbar-shrink .nav-link {
        color: #161616;
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: .25rem solid transparent
    }

    #mainNav.navbar-shrink .nav-link:hover {
        color: #64a19d
    }

    #mainNav.navbar-shrink .nav-link:active {
        color: #467370
    }

    #mainNav.navbar-shrink .nav-link.active {
        color: #64a19d;
        outline: 0;
        border-bottom: .25rem solid #64a19d
    }

    .masthead .container {
        padding-top: 50px;
    }
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: url(art/images/cover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.masthead h1 {
    font-family: 'Varela Round';
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: .8rem;
    background: -webkit-linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.masthead h2 {
    max-width: 20rem;
    font-size: 1rem
}

@media (min-width: 768px) {
    .masthead h1 {
        font-size: 4rem;
        line-height: 4rem
    }
}

@media (min-width: 992px) {
    .masthead {
        min-height: 97vh;
        padding: 0;
        padding-bottom: 20px;
    }

    .masthead h1 {
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: .8rem
    }

    .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem
    }
}

.btn {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    padding: 1.25rem 2rem;
    font-family: 'Varela Round';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0
}

.btn-primary {
    background-color: #64a19d
}

.btn-primary:hover {
    background-color: #4f837f
}

.btn-primary:focus {
    background-color: #4f837f;
    color: #fff
}

.btn-primary:active {
    background-color: #467370 !important
}

.about-section {
    padding-top: 10rem;
    background: linear-gradient(to bottom, #161616 0, rgba(22, 22, 22, .9) 75%, rgba(22, 22, 22, .8) 100%)
}

.about-section p {
    margin-bottom: 5rem
}

.projects-section {
    padding-top: 2rem;
}

.projects-section .featured-text {
    padding: 2rem
}

@media (min-width: 992px) {
    .projects-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: .5rem solid #64a19d
    }
}

.projects-section .project-text {
    padding: 3rem;
    font-size: 90%
}

@media (min-width: 992px) {
    .projects-section .project-text {
        padding: 5rem
    }

    .projects-section .project-text hr {
        border-color: #64a19d;
        border-width: .25rem;
        width: 30%
    }
}

.signup-section {
    padding: 10rem 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, .1) 0, rgba(22, 22, 22, .5) 75%, #161616 100%) no-repeat scroll center;
    background-size: cover
}

.signup-section .form-inline input {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    padding: 1.25rem 2rem;
    font-family: 'Varela Round';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0
}

.contact-section {
    padding: 5rem 0 0
}

.contact-section .card {
    border: 0;
    border-bottom: .25rem solid #64a19d
}

.contact-section .card h4 {
    font-size: .8rem;
    font-family: 'Varela Round';
    text-transform: uppercase;
    letter-spacing: .15rem
}

.contact-section .card hr {
    border-color: #64a19d;
    border-width: .25rem;
    width: 3rem
}

.contact-section .social {
    margin-top: 5rem
}

.contact-section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, .1);
    border-radius: 100%;
    line-height: 3rem;
    color: rgba(255, 255, 255, .3)
}

.contact-section .social a:hover {
    color: rgba(255, 255, 255, .5)
}

.contact-section .social a:active {
    color: #fff
}

.bg-black {
    background-color: #161616 !important
}

.bg-primary {
    background-color: #64a19d !important
}

.text-primary {
    color: #64a19d !important
}

footer {
    padding: 5rem 0
}

.text-dark-green {
    color: #b1c81e !important;
}

.text-green {
    color: #85af2c;
}

.text-orange {
    color: #e86d2f;
}

.text-blue {
    color: #0097af;
}

.wm-card-text {
    font-size: 15px;
}

.card-head {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
}

.iniciale {
    width: 100px;
}

.smaller {
    font-size: smaller !important;
}

.wm-button {
    font-size: medium;
    font-weight: bold;
    width: auto;
    box-shadow: 0 0 1px #00000061;
    padding: 10px;
    color: white !important;
    text-transform: uppercase;
    border: none;
    transition: background-color linear 0.2s;

}
.button-green {
    background-color: #94bb2b !important;
}

.button-orange {
    background-color: #ef7619 !important;
}

.button-red {
    background-color: #ef401a !important;
}

.button-blue {
    background-color: #00b2cc !important;
}

.wm-button-disabled {
    background-color: #333333 !important;
}
#mainMenu {
    /*	position: fixed!important;*/
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 9888 !important;
    margin-top: 80px;
}

#mainMenu > nav {
    background-color: rgba(255, 255, 255, .95);
}

#mainMenu.isStuck > nav {
    background-color: rgba(255, 255, 255, 1);
}

#mainMenu ul {
    list-style-type: none;


    padding: 0;
}

#mainMenu ul a {
    padding: 15px;
    height: 100%;
    border-right: 1px solid rgba(128, 128, 128, 0.47);
    border-left: 1px solid rgba(211, 211, 211, 0.47);
    text-transform: uppercase;

    color: black;
}

#mainMenu ul a:hover {
    border-bottom: 1px solid green;
}

#mainMenu ul li:first-of-type a {
    border-left: none;
}

#mainMenu ul li:last-of-type a {
    border-right: none;
}

#mainMenu {
    /*	margin-top:80px; */
    position: relative;
    bottom: unset !important;
}

#mainNav {
    background-color: #1d1d1b !important;
}

#bottomMenu {
    background-color: rgba(29, 29, 27, 0.73);
    width: 100%;
}

#bottomMenu ul {
    list-style-type: none;
    display: inline-flex;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

#bottomMenu ul a {
    padding: 10px;
    height: 100%;
    border-right: 1px solid rgba(128, 128, 128, 0.47);
    border-left: 1px solid rgba(211, 211, 211, 0.47);
    text-transform: uppercase;
    font-weight: bold;
    font-size: smaller;
    color: #edd188;
}

#bottomMenu ul a:first-of-type {
    border-left: none;
}

#bottomMenu ul a:last-of-type {
    border-right: none;
}

#cover {
    min-height: 92%;
    /*	margin-bottom:150px;*/
}

.projects-section {
}

.poster {
    min-height: 500px;
    background-color: #1c7430;
}

.poster-title {
    font-size: 37px;
    line-height: 1.5;
}

.long-box {
    min-height: 95px;
    width: 100%;
    background: #ffffff9e;
    display: flex;
    margin: auto auto 15px;
    padding-left: 0;
}

.long-box .left {
    padding-left: 0;
}

.bold {
    font-weight: bold !important;
}

.mbt-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.mlr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.bg-blue {
    background-color: #00b2cc;
}

.bg-brown {
    background-color: saddlebrown;
}

.title {
    text-transform: uppercase;
    font-size: 3.5rem;
}

.drop-box {
    border: dashed 4px #8e8e8e;
    border-image-source: url(/art/icons/border.png);
    border-image-slice: 2;
    border-image-repeat: round;
    border-image: url(/art/icons/border.png) 2 round;
    padding: 5px;
    background: #e8e8e5;
}

.padding-10 {
    padding: 10px;
}

.analysis-form input[type=text] {
    border-radius: 0;
    padding: 10px;
    text-align: center;
}

.analysis-form .gray {
    background-color: #e9e8e6;
    text-align: left;
}

.analysis-form .sv-1 {
    width: 135px;
}

.analysis-form .sv-2 {
    width: 135px;
}

.row-template {
    background-color: #e9e8e6;
}

.row-template select {
    background: white;
    padding: 14px;
}

footer {
    background: #11100f;
    padding-bottom: 0;
    padding-top: 0;
}

footer .text-bottom {
    display: flex;
    margin-top: auto;
}

@media screen and (max-width: 1200px ) {
    .navbar-expand-lg .navbar-nav {
        flex-wrap: wrap;
    }

    header .ma-top-au.text-white li {
        margin-left: 0;
    }

    .title {
        font-size: 3rem;
    }

    #mainMenu {
        margin-top: 102px;
    }

    #mainMenu ul a {
        padding: 12px;
    }
}

@media screen and (max-width: 992px ) {
    #mainMenu ul a {
        padding: 10px;
    }

    .title {
        font-size: 2.5rem;
    }

    /*#mainMenu > nav { margin-top:22px; }*/
}

@media screen and (max-width: 768px ) {
    #mainMenu {
        /*position: relative;*/
    }

    #mainMenu ul {
        display: block;
    }

    #mainMenu ul a {
        border: none;
    }

    #bottomMenu {
        position: relative;
    }

    #bottomMenu ul {
        display: block;
    }

    #bottomMenu ul a {
        border: none;
    }

    #cover {
        margin-bottom: 50px;
    }

    .masthead {
        padding: 10rem 0 0 0;
    }

    .poster {
        padding: 10px;
    }

    .long-box .icon {
        width: 128px;
    }

    .long-box .icon, .long-box .text, .long-box .arrow {
        width: auto !important;
    }

    footer .text-bottom {
        display: block;
    }

    ul {
        padding: 0
    }

    .title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 576px ) {
    .title {
        font-size: 1.5rem;
    }

    header .ma-top-au.text-white h1 {
        font-size: 14px;
        padding-top: 3px;
    }
}

.flex-dir-no {
    flex-direction: unset;
}

.op-0 {
    opacity: 0 !important;
}

.link, .szerkeszt{cursor: pointer}

.LoginBox { text-align: center; margin-top: 30px;}
.LoginBox .title {color: #64a19d;}
.LoginBox .field {margin: 10px auto; min-width: 140px;}
.LoginBox .signin {color: #64a19d;; text-transform: uppercase; border: 1px solid #64a19d; -webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; padding: 5px 20px; margin: 10px auto;}

table#partners tr:not(.bold):nth-child(odd) {background-color: rgba(100,161,157,0.15);}
table#partners td:not(.bold) {padding: 3px 5px;}
