@import url("css/reset.min.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext);

* {position: relative;}
html,body {
    font-family: "Open Sans";
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
html {
    background-color: rgba(255, 255, 255, 1) !important;
}

/*main design color: #f9f1dc */

body {
    margin: 0px;
    background-color: #fff;
    transition:all 0.8s ease, margin-right 1ms linear;
    -webkit-transition:all 0.8s ease, margin-right 1ms linear;
    -moz-transition:all 0.8s ease, margin-right 1ms linear;
    -ms-transition:all 0.8s ease, margin-right 1ms linear;
    -o-transition:all 0.8s ease, margin-right 1ms linear;
    overflow-x:hidden;
    overflow-y: scroll;
    color:#000;
}

body .all {
    opacity:0;
}
body .all.loaded {
    opacity:1;
}

body.no-scroll {
    overflow-y:hidden;
}

body:not(.loaded):after {
    content: "betöltés";
    background-image: url("media/page/logo.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 200px;
    position: absolute;
    height: 80px;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    top:28%;
    padding-top: 40px;
    color: rgba(0,0,0, 1);
    text-transform: uppercase;
    font-size: 14px;
    animation: loading 6s linear infinite;
    text-align: center;
}

button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    border-color: #ccc;
}

a {color: #000;text-decoration: none;}
a:visited {color: #000;}
input,select {
    padding:5px;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
}
select {
    -webkit-appearance: none;
    background: url(../media/page/down.png) no-repeat right #fff;
    outline: none;
    overflow-wrap: normal;
    text-rendering: auto;
    transform-style: flat;
    transition: 0.3 all;
    -webkit-transition: 0.3 all;
    z-index: 10;
    padding-right: 30px;
    border-radius: 3px;
}
input.error, select.error, .select2.error {
    background-color:rgba(221, 119, 119, 0.2) !important;
}
.checkbox.error {
    background-color: rgba(221, 119, 119, 0.3) !important;
}

.all {
    transition: 0.5s;
    overflow: hidden;
    transform-origin: center;
    background-color: #fff;
    backface-visibility: hidden;
}
.zoom {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.4;
    pointer-events: all;
}

textarea {
    resize: vertical;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

.hide {
    display:none !important;
}

.test {
    position: absolute;
    z-index: 1000;
    background: rgba(0,0,0,0.9);
}

.center-wrap {
    text-align: center;
}

input::-webkit-input-placeholder {
   color: #888 !important;
}
/* .popup-box::-webkit-scrollbar {
    display: none;
} */
/*.elofizetes-content::-webkit-scrollbar {
    display: none;
}*/
.popup-box {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255,255,255, 0.95);
    background-color: rgba(255,255,255, 1);
    width: 800px;
    height: calc(100vh - 30px);
    height: calc(100vh);
    z-index: 300;
    padding: 30px;
    padding-top: 0;
    padding: 0;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    font-size: 16px;
    box-shadow: 0 1px 10px 3px rgba(0,0,0, 0.15);
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    will-change: transform, opacity;
    overflow: hidden;
    overflow-y: auto;
}
.popup-box.active.half {
    height: 200px;
    transform: translateY(100%);
    top: 0;
    padding: 20px 0 20px 0;
}
.popup-box.active {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.popup-box .close.button {
    position: fixed;
    top: 0;
    right: 0;
    padding: 11px;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    z-index: 10;
    transition: 0.3s;
    border-top: none;
    border-right: none;
}
.popup-box .close.button:hover {
    background-color: #149473;
}
.popup-box .prod-box .form-group.contact .center-wrap a {
    text-decoration: underline;
}
.popup-box .prod-box .form-group.contact .center-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}
.popup-box .prod-box .form-group.contact {
    display: none;
}
.popup-box .prod-box .sum {
    text-align: center;
    margin-top: 30px;
}
.popup-box .prod-box .back {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 60px;
    text-align: center;
    background: #107c60;
    color: #fff;
    padding: 5px;
    display: none;
    cursor: pointer;
}
.popup-box .prod-box .amount {
    display: inline;
}
.popup-box .prod-box .issues {
    text-align: center;
    overflow: hidden;
    margin-top: 36px;
}
.popup-box .prod-box .issue .issue-content {
    font-weight: 600;
    width: 77px;
    background-color: #107c60;
    color: #fff;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    padding-bottom: 4px;
    cursor: pointer;
    transition: 0.3s;
}
.popup-box .prod-box .issue .title {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    width: 170px;
}
.popup-box .prod-box .issue:nth-child(1n+1){
    border-left: 1px solid #eee;
}
.popup-box .prod-box .issue:nth-child(-n+2){
    border-top: 1px solid #cecece;
}
.popup-box .prod-box .issue {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
    /*border-top: 1px solid #cecece;
    margin-bottom: 1px;*/
    width: calc(50% - 1px);
    float: left;
    transition: 0.3s;
    width: 100%;
}
.popup-box .prod-box.ppkom17 .issue {
    float: none;
    text-align: center;
}
.popup-box .prod-box.ppkom17 .issue .title {
    font-weight: bold;
    text-align: left;
    width: 290px;
    margin-left: 30px;
    font-size: 18px;
}
.popup-box .prod-box.ppkom17 .issue img {
    height: 250px;

}
.popup-box .prod-box .issue-content:hover {
    border: 1px solid #fff;
}
.popup-box .prod-box .issue:hover img {
    transform: scale(1.2);
}
.popup-box .prod-box .issue:hover {
    background-color: #107c60;
    color: #fff;
}
.popup-box .prod-box .issue * {
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 10px;
    margin-right: 10px;*/
}
.popup-box .prod-box input.filled {
    box-shadow: 0 0 0 1px #107c60;
}
.popup-box .prod-box input {
    border: 1px solid #cecece;
}
.popup-box .prod-box .issue input {
    width: 33px;
    text-align: right;
    padding-right: 0;
    margin-left: 20px;
}
.popup-box .prod-box input[type = 'number']:hover,
.popup-box .prod-box input[type = 'number']:focus {
    text-align: left;
}
.popup-box .prod-box .issue img {
    height: 55px;
    transition: 0.3s;
    filter: blur(0.01px);
    transform: translateZ(0);
}
.popup-box .prod-box .issue img {
    height: 150px;
    margin-left: 5px;
    margin-right: 5px;
}
.popup-box .prod-box .issue:hover img {
	transform: scale(1.1);
}
.popup-box .prod-box .order-all input,
.popup-box .prod-box .order-year input {
    width: 33px;
    padding-right: 0;
    text-align: right;
    vertical-align: 1px;
}
.popup-box .prod-box .order-next,
.popup-box .prod-box .order-end {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: block;
    width: 135px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    background-color: #107c60;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.3;
}
.popup-box .prod-box .order-next.ok,
.popup-box .prod-box .order-end {
    opacity: 1;
}
.popup-box .prod-box .order-all,
.popup-box .prod-box .order-year {
    width: 350px;
    margin: 30px auto 0 auto;
    background-color: #107c60;
    color: #fff;
    padding: 5px 10px 5px 15px;
}
.popup-box .prod-box .order-year {
    display: none;
    width: 360px;
}
.popup-box .prod-box {
    display: none;
    transition: 0.6s;
    will-change: transform;
}

.elofizetes {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f9f9f9;
    width: 95vw;
    height: calc(100vh);
    z-index: 300;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    font-size: 16px;
    box-shadow: 0 1px 10px 3px rgba(0,0,0, 0.15);
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    will-change: transform, opacity;
    overflow: hidden;
}
.elofizetes-end {
    display: none;
    text-align: center;
}
.elofizetes-end p {
    font-size: 20px;
    margin-top: 5px;
}
.elofizetes-end p span {
    font-style: italic;
    font-size: 14px;
}
.elofizetes-content {
    overflow-y: auto;
    padding: 30px;
    padding-top: 0;
    height: calc(100vh - 30px);
}
.elofizetes .close.button {
    position: absolute;
    top: -1px;
    right: -2px;
    margin: 0;
    z-index: 100;
    padding: 8px;
    width: 50px;
    text-align: center;
    background-color: #f9f9f9;
    border-right-color: transparent;
}
.elofizetes.active.end {
    width: 700px;
    height: 400px;
    bottom: 0;
}
.elofizetes.active {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.elofizetes .bevezetes {
    width: calc(100% - 106px);
    max-width: 900px;
    margin: 40px auto 20px auto;
    background: #fff;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
}
.elofizetes .bevezetes h2 {
    margin-bottom: 0px;
}
.elofizetes .bevezetes .decor-flag {
    margin: 20px 0 10px 0px;
}
.elofizetes .form .form-group-title {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}
.elofizetes .form {
    padding-bottom: 200px;
    display: none;
}
.elofizetes .form .back.button {
    padding: 10px;
    width: 100px;
    text-align: center;
    margin: 10px auto 0 auto;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
}
.elofizetes .form .back.button.bottom {
    border: none;
    border-bottom: 1px solid darkcyan;
}
.elofizetes .form .checkbox,
.popup-box .checkbox {
    float: none;
    display: inline-block;
}
.elofizetes .form .form-group.last a {
    text-decoration: underline;
}
.elofizetes .form .form-group.last {
    text-align: center;
}
.elofizetes .form .form-group,
.popup-box .form-group {
    line-height: 22px;
    background: #fff;
    padding: 20px 30px 20px 30px;
    margin: 20px auto 20px auto;
    width: 600px;
    box-shadow: 0 0 25px -11px rgba(0, 0, 0, 1);
}
.popup-box .form-group {
    margin-top: 30px;
}

.elofizetes .form .form-data .info {
    background: url("media/info.svg") no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 8px;
    opacity: 0.5;
    transition: 0.3s;
    z-index: 1;
    cursor: pointer;
}
.elofizetes .form .form-data .info:hover {
    opacity: 0.9;
}
.elofizetes .form .form-data .options,
.popup-box .form-data .options {
    float: left;
    width: 264px;
    text-align: center;
    margin-bottom: 5px;
}
.elofizetes .form .form-data,
.popup-box .form-data {
    margin: 5px 0 5px 0;
    padding: 1px 30px 1px 0px;
    overflow: hidden;
}
.elofizetes-end .button.success {
    transition: 0.3s;
    width: 50px;
    height: 50px;
    margin: 10px auto 0;
    border-radius: 50%;
    border-color: #4cd44c;
    background-color: #4cd44c;
    margin-bottom: 12px;
    margin-top: 31vh;
}
.elofizetes-end .button.success .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 37px;
    width: 37px;
    fill: #fff;
}
.elofizetes .form .form-data label small,
.popup-box .form-data label small {
    display: block;
    font-size: 11px;
    padding: 0;
    line-height: 10px;
    color: #333;
}

.elofizetes .form input,
.popup-box .form-data input {
    border: 1px solid #cecece;
    float: right;
    width: 240px;
    text-align: center;
}
.elofizetes .form .options label,
.popup-box .options label {
    display: inline-block;
    margin: 3px 2px 3px 0px;
    background-color:#efefef;
    border: 1px solid #d0d0d0;
    cursor: pointer;
}
input:disabled {
    background: #ededed;
}
.disabled {
    opacity: .65;
    cursor: default !important;
}
.elofizetes .form .options label input,
.popup-box .options label input {
    position: absolute;
    top: -20px;
    display: none;
}
.elofizetes .form .options label span,
.popup-box  .options label span {
    text-align: center;
    font-size: 14px;
    padding: 4px 5px 4px 5px;
    display: block;
    transition: 0.3s;
}
.elofizetes .form .options label input:checked + span,
.elofizetes .form .options label span:hover,
.popup-box .options label input:checked + span,
.popup-box .options label span:hover {
    background-color:#008b8b;
    color:#f7f7f7;
}
.elofizetes .form .form-data > label,
.popup-box  .form-data > label {
    width: 200px;
    width: 300px;
    padding: 5px 0 5px 0;
    float: left;
}

.elofizetes .items {
    overflow:hidden;
    text-align: center;
}
.elofizetes .item .data p {
    position: absolute;
    bottom: -3px;
    font-size: 13px;
}
.elofizetes .item .data {
    float: left;
    height: 100%;
    width: calc(100% - 210px);
}
.elofizetes .item:not(.cell):hover:after {
    opacity: 1;
}
.elofizetes .item:not(.cell):after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 25px -11px rgba(0, 0, 0, 1);
    transition: 0.8s;
    opacity: 0;
    will-change: opacity;
}
.elofizetes .item:not(.cell) {
    width: calc(100% / 2 - 62px);
    max-width: 500px;
    display: inline-block;
    padding: 15px;
    margin: 10px;
    height: 250px;
    border: 1px solid #e1e2e2;
    background: #fff;
    text-align: left;
}
.elofizetes .item .name {
    font-weight: 600;
}
.elofizetes .item .desc {
    margin-top: 8px;
    margin-bottom: 6px;
    font-size: 15px;
}
.elofizetes .item .type,
.elofizetes .item .tag {
    display: inline-block;
    padding: 4px 6px 4px 6px;
    margin-top: 7px;
    font-size: 11px;
    background: #e0e0e0;
    text-transform: uppercase;
}
.elofizetes .item .img {
    height: 250px;
    float: left;
    margin-right: 30px;
    border: 1px solid #cecece;
    max-width: 178px;
    width: 178px;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}
.elofizetes .item .img img {
    height: 100%;
}
.elofizetes .prices {
    width: 302px;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}
.elofizetes .prices .row {
    border: 1px solid #fff;
    border-bottom-color: #f1f2f2;
    overflow: hidden;
    transition: 0.2s;
    cursor: pointer;
}
.elofizetes .prices .row:hover {
    border: 1px solid #10795d;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 2%;
    padding-right: 2%;
}
.elofizetes .prices .row.selected {
    border: 1px solid #10795d;
    background-color: #10795d;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 15px;
}
.elofizetes .prices .cell {
    float: left;
    height: 22px;
    height: 23px;
    padding-top: 10px;
}
.elofizetes .prices .cell.multi {
    height: auto;
}
.elofizetes .prices .cell.item {
    width: 170px;
    width: 55%;
    font-size: 13px;
}
.elofizetes .prices .cell.price {
    text-align: right;
    float: right;
    width: 120px;
    width: 45%;
}
.elofizetes .prices .cell.price span {
    display: block;
}
.elofizetes .prices .cell.price small {
    font-size: 10px;
}
.elofizetes .prices .row .cell.price,
.elofizetes .prices .row .cell.item {
    transition: width 0.2s;
}
.elofizetes .prices .row:hover .cell.price,
.elofizetes .prices .row.selected .cell.price {
    width: 110px;
    width: 43%
}
.elofizetes .prices .row:hover .cell.item,
.elofizetes .prices .row.selected .cell.item {
    width: 160px;
    width: 53%;
}
.elofizetes .order.button {
    position: absolute;
    bottom: -11px;
    right: -1px;
    text-transform: uppercase;
    padding: 10px;
    width: 100px;
    text-align: center;
    border-left: none;
    border-top: none;
}
.order-sum {
    width: 100%;
}
.order-sum .sum small {
    display: block;
    font-size: 12px;
}
.order-sum .sum {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}
.order-sum .sum span,
.popup-box .sum span {
    font-family: sans-serif;
    font-size: 19px;
    top: -2px;
    margin-right: 10px;
}
.order-sum .row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
}
.order-sum .row div {
    vertical-align: middle;
    padding: 7px 0 7px 0;
}
.order-sum .row .name {
    flex: 1 60%;
    text-align: left;
}
.order-sum .row .price {
    flex: 1 40%;
    text-align: right;
}
.elofizetes .confirm.button {
    display: block;
    width: 220px;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    margin: 30px auto 15px auto;
    font-size: 18px;
}
/* ---- ÚJ ----- */

.promo-ppkom17 p.stroked {

    font-size: 26px;
    font-weight: bold;
    /* -webkit-text-stroke: 1px #fff;
    -moz-text-stroke: 1px #fff;
    text-stroke: 1px #fff; */
    text-transform: uppercase;
}
.promo-ppkom17 img {
    width: 251px;
    float: left;
}
.promo-ppkom17 .promo-text .middle {
    font-size: 28px;
    margin-top: 60px;
    text-align: left;
    margin-left: 35px;
    font-weight: 100;
}
.promo-ppkom17 .promo-text .bottom {
    position: absolute;
    bottom: 10px;
    font-size: 22px;
    text-align: center;
    width: 100%;
    left: 0;
}
.promo-ppkom17.opened .title {
    opacity: 0.8;
}
.promo-ppkom17 .promo-text p {
    cursor: pointer;
}
.promo-ppkom17 .promo-text {
    float: right;
    width: calc(100% - 251px - 20px);
    padding: 10px;
    text-align: center;
    height: calc(100% - 20px);

}
.promo-ppkom17 .close {
    position: absolute;
    top: 11px;
    right: 7px;
    text-transform: uppercase;
    transition: 0.3s;
    pointer-events: none;
    padding: 5px;
    font-size: 13px;
}
.promo-ppkom17.opened .close {
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
}
.promo-ppkom17 .title {
    background: #942a2e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    width: 100%;
    font-size: 24px;
    padding: 10px 0;
    transition: 0.3s;
    cursor: pointer;
}
.promo-ppkom17 .promo-content {
    height: 357px;
    width: 600px;
}
.promo-ppkom17.opened {
    transform: translate(0);
}
.promo-ppkom17 {
    background: #fff;
    box-shadow: 0 0 1px 3px rgba(0,0,0,0.1);
    position: fixed;
    height: 401px;
    width: 600px;
    overflow: hidden;
    z-index: 100;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    color: #942a2d;
    transition: 0.3s;
    transform: translateY(calc(100% - 44px));
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.promo-ppkom17:not(.opened) {
    animation: promo ease-out 10s;
    animation-iteration-count: infinite;
}

@keyframes promo {
    0% {
        transform: translateY(calc(100% - 44px));
    }
    45% {
        transform: translateY(calc(100% - 44px));
    }
    48% {
        transform: translateY(calc(100% - 54px));
    }
    51% {
        transform: translateY(calc(100% - 44px));
    }
    54% {
        transform: translateY(calc(100% - 54px));
    }
    57% {
        transform: translateY(calc(100% - 44px));
    }
    100% {
        transform: translateY(calc(100% - 44px));
    }
}


.checkbox {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #eee;
    box-shadow: inset 0px 0px 1px 1px rgba(100,100,100,0.5);
    cursor: pointer;
    color: rgba(30, 30, 30, 0.9);
}

.checkbox:before {
    content: " ";
    display: inline-block;
}
.checkbox.on:before {
    content: "\2716";
    color: rgba(30, 30, 30, 0.9);
}

.all .header.nyomda {
    background-position: center;
    background-image: url(media/nyomda/01_Nyomda_legi.jpg);
}
.all .header.udulo {
    background-position-y: center;
    background-image: url(media/bereny/hero.jpg);
    background-image: url(media/bereny/P4180668.JPG);
    background-image: url(media/bereny/P4250663.JPG);
    background-image: url(media/bereny/P4250662.JPG);
}
.all .header.bereny .logo {
    background-color: rgba(249, 241, 220, 0.5);
}
.all .header.lapkiado,
.all .header.elofizetes {
    background-image: url(media/hero.jpg);
}
.all .header {
    background-repeat: no-repeat;
    background-size: cover;
}
.logo {
    padding: 50px 0 50px 0;
    text-align: center;
    background-color: rgba(255,255,255, 0.8);
    background-color: rgba(255,255,255, 0.6);
    transition: 0.9s;
}
.logo-text {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.logo-text span {
    font-size: 28px;
    margin-bottom: 5px;
    display: block;
}
.logo img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.all .nav.fixed {
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    overflow: visible;
    position: fixed;
    box-shadow: 0 0 3px 1px rgba(0,0,0, 0.15);
    color: #fff;
    background-color: #333;
}
.all .nav .nav-block {
    height: 38px;
    width: 90%;
    width: 100%;
    margin: 0 auto 0 auto;
}
.all .nav .nav-block .navs {
    width: 100%;
    position: absolute;
    margin-top: 38px;
    opacity: 0;
    transition: margin-top 0.6s;
}
.all .nav .nav-block .navs.active {
    margin-top: 0px;
    opacity: 1;
}
.all .nav {
    background-color: rgba(249, 241, 220, 0.5);
    background-color: #f9f1dc;
    background-color: rgba(243, 243, 243, 1);
    background-color: #f6f6f6;
    transition: background-color 0.3s;
    overflow: hidden;
    overflow: visible;
}
.all .nav .menu {
    margin: 0px 0px 0px 0px;
    padding: 11px 0px 11px 0px;
    padding: 11px 24px 11px 24px;
    display: inline-block;
    margin-right: -4px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
}
.all .nav .menu span {
    font-family: monospace;
    vertical-align: 1px;
}
.all .nav .menu:hover,
.all .nav .menu.selected {
    background-color: #fff;
    color: #111;
}
.all .nav .menu:hover,
.all .nav .menu.selected {
    background-color: #f3ede2;
    color: #000;
}
.all .nav .menu:hover,
.all .nav .menu.selected {
    background-color: #333;
    color: #fff;
}
.all .nav.fixed .menu:hover,
.all .nav.fixed .menu.selected {
    background-color: #fff;
    color: #111;
}
.all .nav .menu.red:hover,
.all .nav .menu.red.selected {
    background-color: #d2161d;
    color: #fff;
}
.all .nav .menu.green:hover,
.all .nav .menu.green.selected {
    background-color: #107c60;
    color: #fff;
}

.decor-flag div,
.cmyk div {
    height: inherit;
    float: left;
}
.decor-flag,
.cmyk {
    width: 100%;
    height: 3px;
    overflow: hidden;
}

.decor-flag.break .red,
.decor-flag.break .green {
    z-index: 1;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3);
}
.decor-flag.break {
    overflow: visible;
    margin-top: 15px;
    margin-bottom: 15px;
}
.decor-flag .red {
    width: calc(100% / 3);
    width: 20%;
    background-color: #d2161d;
}
.nav .decor-flag .white {
    background-color: #fff;
}
.decor-flag .white {
    width: calc(100% / 3);
    width: 60%;
}
.decor-flag .green {
    width: calc(100% / 3);
    width: 20%;
    background-color: #107c60;
}

.cmyk .cyan {
    width: 25%;
    background-color: #00FFFF;
    background-color: #01aef0;
}
.cmyk .magenta {
    width: 25%;
    background-color: #FF00FF;
    background-color: #ed008c;
}
.cmyk .yellow {
    width: 25%;
    background-color: #FFFF00;
    background-color: #fff32b;
}
.cmyk .black {
    width: 25%;
    background-color: #000000;
    background-color: #242021;
}

.content {
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 80px;
}
.content:first-of-type {
    padding-top: 50px;
}
.content.bb {
    padding-bottom: 0;
}

h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    display: block;
    margin: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
h2 span {
    padding: 5px 16px 5px 16px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px 0px rgba(0,0,0,0.4);
}
.decor-flag.break {
    height: 30px;
}
.decor-flag h1,
.decor-flag h2 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 2px;
    top: 1px;
    font-size: 28px !important;
}
.content h2,
.content h1,
.contents-nyomda h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    display: block;
    margin: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
.contents-nyomda h1 {
    margin: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.contents-nyomda h2 {
    font-size: 20px;
}
.contents-nyomda h1 {
    margin: 0;
}
.content h2.first {
    font-size: 28px;
    margin-bottom: 40px;
}
.news {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
}
.all-news {
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.news-block {
    width: 40%;
    width: 21%;
    max-width: 486px;
    text-align: left;
    border: 1px solid #dedede;
    background-color: #f9f9f9;
    margin: 10px;
    padding: 12px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
    box-shadow: 0 2px 6px 0px rgba(0,0,0, 0.1);
}
.news-image {
    width: 100%;
    min-height: 190px;
    max-height: 220px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 15px;
}
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-block.wider {
    width: 42%;
    max-width: 550px;
}
.news-block .published {
    color: #777;
    font-style: italic;
    font-size: 14px;
}
.news-block .title {
    color: #111;
    font-size: 20px;
    margin-top: 5px;
    min-height: 75px;
}
.news-block p {
    margin-bottom: 10px;
}
.news-block ul, ul {
/*    margin: 0px 0 10px 30px; */
    margin: 0px 0px 10px 0px;
}
.news-block ul li {
    list-style: none;
    margin: 5px 0 5px 0;
}
.button:not(.more),
.news-block .button,
.cegismerteto .button {
    margin: 10px 0 10px 0;
    padding: 5px;
    border: 1px solid darkcyan;
    display: inline-block;
    cursor: pointer;
}
.paragraph {
    font-family: Arial;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 26px;
    margin-top: 5px;
}
.news-block .decor-flag {
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-block .button.inline {
    border: none;
    margin: 0;
    display: inline;
    padding: 0;
    color: #107c60;
}

.service-block {
    overflow: hidden;
}
.service {
    width: 32%;
    float: left;
    text-align: center;
    height: 300px;
    background-color: rgba(0,0,0, 0.4);
    cursor: pointer;
    background-size: cover;
    background-blend-mode: overlay;
}
.service.njt {
    width: 36%;
}
.service:hover .title {
    background-color: rgba(255,255,255, 0);
}
.service:hover .bg {
    filter: saturate(1.4) blur(1.5px);
    opacity: 0.6;
    box-shadow: inset 0 0 5px 0 rgba(0,0,0, 0);
}
.service .bg {
    width: calc(100% - 1px);
    height: 100%;
    opacity: 0.7;
    filter: saturate(0) blur(1.5px);
    transition: 0.3s;
    box-shadow: inset 0 0 5px 0 rgba(0,0,0, 1);
}
.service.ojsz .bg {
    background-image: url("media/kommentarok.png");
}
.service.impp .bg {
    background-image: url("media/impp.jpg");
}
.service.njt .bg {
    background-image: url("media/njt.jpg");
    float: right;
}
.service .divider {
    z-index: 1;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
}
.service.njt .divider.right {
    border-bottom: 300px solid #fff;
    border-left: 35px solid transparent;
    right: 0;
}
.service.njt .divider:not(.right),
.service.impp .divider {
    border-top: 300px solid #fff;
    border-right: 35px solid transparent;
}
.service.ojsz .divider {
    border-bottom: 300px solid #fff;
    border-left: 35px solid transparent;
    right: 0;
}
.service .title {
    font-size: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 22px;
    pointer-events: none;
    background-color: rgba(255,255,255, 0.7);
    padding: 5px;
    transition: 0.3s;
}
.service .more {
    position: absolute;
    text-align: center;
    font-size: 18px;
    width: 280px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: 0.3s;
    padding: 7px;
    background-color: rgba(0,0,0, 0.7);
    color: #fff;
}
.service:hover .more {
    transform: translateY(-80px);
}
.service .details p {
    text-align: left;
    max-width: 610px;
    margin: 0 auto;
}
.service.ojsz .details p {
    margin-top: 70px;
}
.service.njt .details p {
    margin-top: 90px;
}
.service.impp .details p {
    margin-top: 0px;
}
.service .details .back {
    border-bottom: 3px solid #107c60;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    width: 60px;
    text-transform: uppercase;
    padding-top: 3px;
}

.service .details .button {
    margin: 20px 0 10px 0;
    padding: 5px;
    border: 1px solid darkcyan;
    display: inline-block;
    cursor: pointer;
}

.service .details {
    position: absolute;
    background: rgba(255,255,255, 1);
    text-align: left;
    width: calc(100% - 70px);
    height: calc(100% - 15px);
    padding: 15px 35px 0px 35px;
    transition: 0.3s linear;
    transform: translateY(100%);
    font-size: 15px;
    line-height: 17px;
    top: 0;
    text-align: center;
}
.service .details.on {
    transform: translateY(0%);
    transition: 0.6s;
    cursor: initial;
}
.service.njt .details {
    text-align: center;
}

.publications {
    text-align: center;
}

.publication {
    width: calc(48% - 2px);
    max-width: 640px;
    display: inline-block;
    text-align: left;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 30px;
    border-top: 1px solid #cecece;
    margin-bottom: 30px;
/* TESZT */
    box-shadow: 0 2px 6px 0px rgba(0,0,0, 0.1);
}

.publication.full {
    width: 100%;
    max-width: initial;
    border-top: none;
    margin: 0;
    overflow: hidden;
    background-color: #f9f9f9;

    padding-top: 60px;
}
.publication.full .imgs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    max-height: 165px;
}
.publication.full .imgs .img {
    flex: 1 1 auto;
    text-align: center;
    box-shadow: 0 -3px 6px 0px rgba(0,0,0, 0.2);
    transition: 0.4s;
    transform: translateZ(0);
}
.publication.full .imgs .img:hover {
    transform: translateY(-20%);
}
.publication.full .imgs img {
    max-width:100%;
}
.publication.full .title {
    text-align: center;
    margin-bottom: 70px;
    font-size: 21px;
    font-weight: bold;
}
.publication .right .link {
    padding: 5px 3px 5px 3px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 11px;
    display: inline-block;
    margin: 6px 0 0px 0;
}
.publication .right {
    float: right;
    width: 50%;
    margin-bottom: 5px;
}
.publication .title {
    font-size: 18px;
    margin-bottom: 10px;
}
.publication .more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    text-align: center;
    padding: 8px 0 8px 0;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
}

.publication .desc {
    font-size: 15px;
    line-height: 18px;
    padding-right: 10px;
}
.publication:not(.full) .img {
    float: left;
    width: 45%;
    max-height: 202px;
    min-height: 200px;
    overflow: hidden;
    margin-right: 5%;
}
.publication:not(.full) .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.publications-content.on {
    transform: translateY(0%);
}
.publications-content {
    text-align: left;
    position: absolute;
    background-color: rgba(255,255,255, 0.95);
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: 0.9s;
    transform: translateY(100%);
}
.publications-content .wrap {
    width: 80%;
    max-width: 800px;
    margin: 10px auto 0 auto;
    font-size: 15px;
    line-height: 18px;
    display: none;
}
.publications-content .wrap.fontes-iuris {
    width: 100%;
    max-width: 100%;
}
.publications-content .wrap.fontes-iuris h3,
.publications-content .wrap.fontes-iuris p {
    width: 770px;
    margin: 30px auto 30px auto;
    text-align: center;
}
.publications-content .wrap.fontes-iuris .quote {
    font-size: 27px;
    line-height: 28px;
    font-weight: 300;
    width: 100%;
    max-width: 1100px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.publications-content .wrap.fontes-iuris .quote span {
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-left: 50px;
    text-align: left;
}
.wrap.fontes-iuris .pre p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 35px;
    font-weight: bold;
    width: 100%;
}
.wrap.fontes-iuris .pre {
    width: 700px;
    margin: 20px auto 20px auto;
    display: block;
    padding: 30px 50px 25px 50px;
    box-shadow: 0 0 25px -11px rgba(0, 0, 0, 1);
    line-height: 21px;
    background-color: rgba(255,255,255, 0.99);
}
.wrap.fontes-iuris ul {
    margin-bottom: 0;
}
.wrap.fontes-iuris ol {
    margin-left: 30px;
}
.wrap.fontes-iuris ol.spec {
    list-style-type: lower-roman;
}
.wrap.fontes-iuris h3 {
    text-align: center;
}
.wrap.fontes-iuris .price+.back.big {
    margin: 20px auto 35px auto
}
.wrap.fontes-iuris .prices {
    overflow: hidden;
    text-align: center;
}
.wrap.fontes-iuris .price {
    font-size: 22px;
    font-weight: 600;
    color: #107c60;
    display: inline-block;
    padding: 7px 5px 2px 5px;
    border: 1px solid #ccc;
    border: 1px solid #ddd;
    width: 148px;
    width: 215px;
    text-align: center;
    margin: 30px 10px 30px 10px;
    box-shadow: 0 0 25px -11px rgba(0, 0, 0, 1);
}
.wrap.fontes-iuris .price small {
    font-size: 10px;
    display: block;
}
.publications-content .wrap .fi-all {
    /*height: 190px;*/
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.publications-content .wrap .fi-all .seasons {
    width: calc(6 * 100%);
    overflow: hidden;
    transition: 1s;
    transform: translateZ(0);
    /* margin-left: -100%; */
}
.publications-content .wrap .fi-all .season2.s2017 .fi .btn.order:nth-child(-n+2) {
    position: relative;
    right: unset;
    display: block;
    margin: 0 auto;
}
.publications-content .wrap .fi-all .season2 .pre {
    font-size: 18px;
    line-height: 30px;
}
.wrap.fontes-iuris .season2 .pre a,
.wrap.fontes-iuris .season2 .pre span {
    font-weight: bold;
    font-size: 16px;
}
.publications-content .wrap .fi-all .season2 .annual {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    display: inline-block;
    font-weight: 600;
    width: 330px;
    background-color: #107c60;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    transition: 0.3s;
}
.publications-content .wrap .fi-all .season2 {
    float: left;
    width: calc(100% / 6);
    display: flex;
    flex: 1;
    margin-top: 40px;

}
.publications-content .wrap .fi-all .season {
    padding: 55px 0 0px 0;
    box-shadow: 0 -5px 14px -8px rgba(0,0,0,0.3);
    box-shadow: 0 -5px 5px -3px rgba(0,0,0,0.3);
    transition: 0.3s;
}
.publications-content .wrap .fi-all .season:hover {
    background: rgba(242, 242, 242, 0.7);
}
.publications-content .wrap .fi-all .years p {
    margin: 5px auto 20px auto;
    font-size: 21px;
    font-weight: 300;
    width: auto;
}
.publications-content .wrap .fi-all .years {
    padding: 10px 0 10px 0;
    width: calc(100% + 2px);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0, 0.3);
}
.publications-content .wrap .fi-all .season .year {
    position: absolute;
    background-color: #107c60;
    color: #fff;
    padding: 10px;
    margin: auto;
    left: 0;
    right: 0;
    top: -1px;
    width: 65px;
    font-size: 26px;
    text-align: center;
}
.publications-content .wrap .fi-all .year.active,
.publications-content .wrap .fi-all .year:hover{
    background-color: #107c60;
    color: #fff;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}
.publications-content .wrap .fi-all .year {
    color: #000;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 26px;
    text-align: center;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
}
.publications-content .wrap .fi-all .fi {
    width: 20%;
    max-width: 280px;
    margin-right: 2%;
    margin-left: 2%;
    display: inline-block;
    height: auto;
    /*background: #fff;
    box-shadow: 0 0 25px -11px rgba(0, 0, 0, 1);*/
    padding: 15px 0 15px 0;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 40px;
    transition: box-shadow 0.3s, background 0.6s;
}
.publications-content .wrap .fi-all .fi {
    width: 100%;
    max-width: 250px;
    margin: auto;
    display: inline-block;
    height: auto;
    padding: 15px 0 15px 0;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 60px;
}
.publications-content .wrap .fi-all .fi .desc {
    margin: 10px 0 10px 0;
}
.publications-content .wrap .fi-all .fi:hover {
    background: #fff;
    box-shadow: 0 0 25px -11px rgba(0, 0, 0, 1);
}
.publications-content .wrap .fi-all .fi:hover img {
    transform: scale(1.05);
}
.publications-content .wrap .fi-all .fi .btn {
    display: inline-block;
    font-weight: 600;
    position: absolute;
    width: 40%;
    background-color: #107c60;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.publications-content .wrap .fi-all .fi .btn:hover {
    color: #107c60;
    background-color: #fff;
}
.publications-content .wrap .fi-all .fi .btn.pdf {
    left: 5%;
}

.publications-content .wrap .btn.order {
    /*margin: 55px auto 35px auto;*/
    text-align: center;
    font-weight: 600;
    width: 210px;
    background-color: #107c60;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 8px 10px 8px;
    cursor: pointer;
    transition: 0.3s;
}


.publications-content .wrap .multibtn.bookorder {
	float: right;
	display: inline-box;	
    margin: 0px 10px 0px 0px;
    text-align: center;
    font-weight: 600;
    background-color: #107c60;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 8px 10px 8px;
    cursor: pointer;
    transition: 0.3s;
}



.publications-content .wrap.pp_kommentar_2017 .btn.order {
    margin: 55px auto 35px auto;
    text-align: center;
    font-weight: 600;
    width: 210px;
    background-color: #107c60;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 8px 10px 8px;
    cursor: pointer;
    transition: 0.3s;
}

.publications-content .wrap .fi-all .fi .btn.order {
    right: 5%;
}
.publications-content .wrap .fi-all .fi img {
    max-width: 200px;
    width: 70%;
    box-shadow: 0 0 25px -11px rgba(0, 0, 0, 1);
    box-shadow: 0 -3px 25px -11px rgba(0, 0, 0, 1);
    transform: translateZ(0);
    transition: 0.3s;
}
.publications-content .wrap h2 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.publications-content .wrap h3 {
    text-align: center;
    text-transform: uppercase;
}

.publications-content .wrap p img {
    height: 400px;
    float: left;
    margin-right: 30px;
}
.publications-content .wrap p {
    margin: 30px 0 30px 0;
}
.publications-content .wrap .img {
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.publications-content .wrap .img img {
    width: 100%;
}
.publications-content .wrap .prod {
    overflow: hidden;
    margin-top: 20px;
}
.publications-content .wrap .prod .desc {
    float: right;
    width: calc(100% - 230px);
}
.publications-content .wrap .prod .desc p {
    width: 500px;
    margin: 10px auto 10px auto;
    font-size: 13px;
}
.publications-content .wrap .prod .img {
    width: 200px;
    float: left;
    margin-right: 30px;
}
.publications-content .wrap .prod .title {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: left;
}
.publications-content .wrap .foot {
    font-size: 13px;
}
.publications-content .wrap .back {
    margin: 20px 0 0px 0;
    width: 178px;
    padding: 6px 6px 6px 5px;
    border-left: 2px solid #107c60;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}
.publications-content .wrap .back.big {
    margin: 20px auto 0 auto;
    border: none;
    background: #107c60;
    color: #fff;
    font-size: 16px;
    width: 202px;
    padding-left: 10px;
    padding-right: 10px;
}
.publications-content .wrap .prices.desc {
    width: 80%;
    margin-bottom: 50px;
}
.publications-content .wrap .prices.desc .row.spec {
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
    color: #107c60;
    font-weight: 600;
}
.publications-content .wrap .prices.desc .row {
    border: none;
    padding: 5px 0;
}
.publications-content .wrap .prices.desc .row .cell {
    width: 50%;
}
.publications-content .wrap .prices {
    width: 500px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}
.publications-content .wrap .prices .th {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.publications-content .wrap .prices .row {
    border-bottom: 1px solid #107c60;
    overflow: hidden;
}
.publications-content .wrap .prices .cell {
    float: left;
    height: 23px;
    padding-top: 7px;
}
.publications-content .wrap .prices .cell.multi {
    height: auto;
}
.publications-content .wrap .prices small {
    font-size: 11px;
    display: block;
    line-height: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.publications-content .wrap .prices .cell.item {
    width: 200px;
}
.publications-content .wrap .prices .cell.price {
    text-align: right;
    width: 300px;
}

.project-block {
    display: flex;
    justify-content: center;
}

.project {
    width: 300px;
    text-align: center;
    margin: 0px 30px 10px 30px;
    padding-top: 20px;
    border-top: 1px solid #cecece;
    box-shadow: 0 -2px 25px -11px rgba(0, 0, 0, 1);
}
.project .title {
    font-size: 16px;
    padding: 0px 10px 20px 10px;
    height: 50px;
}
.project .more {
    padding: 8px 0 8px 0;
    text-transform: uppercase;
    cursor: pointer;
}
/* IDEIGLENES */
.project .img p span {
    z-index: 10;
    text-shadow: 0 0 6px rgba(0,0,0, 0.2);
}
.project .img p {
    font-size: 50px;
    line-height: 140px;
    margin: 0 auto 0 auto;
    width: 140px;
    border-radius: 100%;
    border: 1px solid #3390ce;
    color: #fff;
    box-shadow: inset 0 0 3px 0px rgba(0,0,0, 0.3);
}
.project .img p:after {
    content: " ";
    position: absolute;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3390ce;
    box-shadow: inset 0 0 8px 0px rgba(0,0,0, 0.3)
}
.project .img {
    margin-bottom: 15px;
    height: 140px;
}
.project .img img {
    max-width: 200px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.project .status {
    position: absolute;
    bottom: -15px;
    text-align: center;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
}

.subnavs {
    display: flex;
    justify-content: center;
    margin: 30px auto 30px auto;
    width: 761px;
}
.subnavs {
    margin-top: 0;
}

.kozadat .sub-block.tevekenysegi .jog {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
}
.kozadat .sub-block.tevekenysegi .jog span {
    float: right;
    width: calc(100% - 350px);
}
.kozadat .sub-block.tevekenysegi .jog a {
    float: left;
    width: 300px;
    margin-left: 50px;
}
.kozadat .sub-block.tevekenysegi h4 {
    margin-top: 35px;
    margin-bottom: 40px;
}
.kozadat .sub-block.tevekenysegi p {
    width: 720px;
}
.kozadat .sub-block.gazdalkodasi {
    text-align: center;
}
.kozadat .sub-block .button {
    margin-right: 7px;
    margin-left: 7px;
}
.kozadat .subnavs.fixed {
    position: fixed;
    top: 14px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 101;
    overflow: hidden;
}
.kozadat .subnavs .subnav {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    width: calc(942px / 3);
    width: calc(1042px / 3);
    text-align: center;
}
.kozadat .subnavs {
    width: 100%;
    border: 1px solid #107c60;
    border-left: none;
    border-right: none;
}
.subnavs .subnav {
    padding: 8px 0px 6px 0px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid #107c60;
    font-size: 16px;
}
.mklk-block,
.kozadat-block {
    width: 721px;
    min-height: 280px;
    margin: 0px auto 0 auto;
    padding-bottom: 30px;
    transition: 0.6s;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px 1px rgba(0,0,0, 0.3);
    box-shadow: 0 0 25px -11px rgba(0, 0, 0, 1);
}
.mklk-block {
    width: 850px;
    padding: 40px 0 40px 0;
}
.kozadat-block {
    width: 900px;
    width: 100%;
    max-width: 1000px;
}
.sub-block {
    display: none;
    transition: 0.6s;
    opacity: 0;
}
.sub-block.active {
    display: block;
    opacity: 1;
}
.sub-block .contact-box {
    width: calc(50% - 2px);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sub-block .contact-box.center {
    width: 100%;
    display: block;
    margin: 20px auto 10px auto;
     border-top: 1px solid #107c60;
    padding-top: 15px;
}
.sub-block h4, .sub-block h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.sub-block p span {
    width: 280px;
    padding-right: 20px;
    line-height: 16px;
    display: inline-block;
}
.sub-block p.left {
    text-align: left;
}
.kozadat .sub-block p {
    width: 420px;
}
.sub-block.elerhetosegeink {
    text-align: center;
}
.sub-block.elerhetosegeink p {
    margin-top: 20px;
    margin-bottom: 10px;
}
/*
.sub-block.jobs {
    text-align: center;
}
*/
.sub-block p {
    width: 700px;
    margin: 0 auto 0 auto;
}
.mklk-block p,
.mklk-block ul,
.kozadat-block p {
    font-size: 15px;
    line-height: 20px;
}
.mklk-block ul {
    width: 640px;
    margin: 10px auto 0 auto;
}
.mklk-block h3,
.kozadat-block h3 {
    margin: 20px 0 30px 0;
    text-transform: uppercase;
    font-size: 15px;
}
.mklk .sub-block.gazdalkodas {
    text-align: center;
}
.mklk.rolunk .subnavs {
    width: 850px;
}
.mklk.rolunk .subnavs .subnav {
    flex: 1 1 auto;
    width: auto;
}
.jog-c1 {
    width: 300px;
    display: inline-block;
}
.sub-block .downloads p {
    font-weight: 600;
    margin-bottom: 10px;
}
.sub-block .downloads {
    text-align: center;
}
.kozadat .button.mdocs,
.kozadat .button.mmdocs {
    border: none;
}
.kozadat .more-docs,
.kozadat .more-more-docs  {
    display: none;
    margin-top: 15px;
}
.sub-block .button {
    margin: 10px 0 10px 0;
    padding: 5px 8px 5px 8px;
    border: 1px solid darkcyan;
    display: inline-block;
    cursor: pointer;
    line-height: 18px;
    text-align: center;
}
.workers-block {
    margin-bottom: 40px;
}
.workers-block .subnavs {
    width: calc(100% + 40px);
    margin-left: -20px;
    display: flex;
}
.workers-block .subnavs .subnav {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.workers-block .workers h4 {
    width: 100%;
}
.workers-block .workers {
    display: none;
    transition: 0.6s;
    opacity: 0;
}
.workers-block .workers.active {
    display: flex;
    opacity: 1;
}
.workers {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 116%;
    margin-left: -8%;
    width: 100%;
    margin-left: 0;
}
.worker .info {
    padding: 12px;
    padding-bottom: 20px;
}
.worker .info a:not(.masked):after {
    content:'';
    position:absolute;
    width: 100%;
    height: 0;
    left:0;
    bottom: -1px;
    border-bottom: 1px solid #767676;
    transition: 0.3s;
}
.worker .info a:not(.masked):hover:after {
    border-bottom: 1px solid #000;
}
.worker .info a.masked {
    font-style: italic;
    font-weight: 600;
}
.worker .info .name {
    font-size: 16px;
}
.worker .info .name span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
.worker {
    width: calc(25% - 12px);
    min-height: 160px;
    margin: 0 5px 10px 5px;
    line-height: 20px;
    border: 1px solid #dedede;
    background-color: #f9f9f9;
    font-size: 13px;
    box-shadow: 0 2px 6px 0px rgba(0,0,0, 0.1);
}
.worker.short {
    min-height: 80px;
}
.worker.spec {
    height: 177px;
}
.worker .decor-flag {
    position: absolute;
    bottom: 0;
}
.workers-block .ugyfelszolgalat p {
    text-align: center;
}

.unit-row {
    width: 100%;
    padding: 40px 0 40px 0;
    text-align: center;
    overflow: hidden;
}
.unit-row:not(.directorate) .unit {
    min-width: 147px;
}
.unit-row.directorate {
    display: flex;
    padding-top: 60px;
    padding-bottom: 0px;
}
.unit-row.directorate .unit {
    font-size: 13px;
    display: flex;
    align-items: center;
}
.units {
    margin-bottom: 15px;
}
.unit {
    padding: 5px 10px 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    max-width: 215px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #dedede;
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px 0px rgba(0,0,0, 0.1);
    transition: 0.3s;
    cursor: default;
}
.unit.ugyvez {
    background-color: #d9d9f9;
}
.unit:hover {
    border: 1px solid #bbb;
}
.unit-row.first {
    padding-top: 0;
}
.unit-row .left {
    text-align: right;
}
.unit-row .left .unit {
    width: 215px;
    /* display: block; */
}
.unit-row .left {
    float: left;
    width: calc(100% / 3);
}
.unit-row .center {
    float: left;
    width: calc(100% / 3);
}
.unit-row .center .unit {
    margin-top: 23px;
}
.unit-row .right {
    float: left;
    width: calc(100% / 3);
}
.unit.first {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.unit.spec {
    margin-right: 260px;
}
.unit-row .left .unit {
    margin-top: 35px;
}
.unit.dashed {
    border-style: dashed;
}
.unit.dashed sup {
    font-size: 10px;
    vertical-align: 4px;
}
.unit.dashed span sup {
    font-size: inherit;
    vertical-align: inherit;
}
.unit.dashed span {
    font-size: 9px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 34px;
}
.unit.ceo {
    padding: 35px 10px 35px 10px;
}
.unit-row.subs {
    font-size: 11px;
    padding-top: 10px;
}
.unit-row.subs .sub {
    width: 90px;
    float: left;
}
.unit-row.subs .sub.kekui {
    margin-left: 15px;
}
.unit-row.subs .sub.it {
    margin-left: 330px;
}
.unit-row.subs .sub.press {
    margin-left: 20px;
}
.unit-row.subs .sub .unit {
    width: calc(100% - 10px);
    min-width: unset;
    padding-left: 5px;
    padding-right: 5px;
}

div[class ^= "ls-"],
div[class ^= "le-"] {
    width: 0px;
    height: 0px;
    /* border: 3px solid red; */
    position: absolute;
    border-radius: 50%;
    z-index: 100;
}

/* szaggatott vonal */
.line3,
.line12 {
    stroke-dasharray: 4;
}
.ls-1,
.le-1 {
    top: 80px;
    left: 500px;
}
.le-1 {top: 280px;}
.ls-13 {top: 280px;left: 500px;}
.le-13 {top: 430px;left: 500px;}

.ls-2,
.le-2 {
    top: 280px;
    left: 300px;
}
.le-2 {left: 500px;}

.ls-3,
.le-3 {
    top: 132px;
    left: 250px;
}
.le-3 {left: 750px;}

.ls-4,
.le-4 {
    top: 385px;
    left: 70px;
}
.le-4 {left: 955px;}

.ls-5,
.le-5 {
    top: 385px;
    left: 70px;
}

.ls-6,
.le-6 {
    top: 385px;
    left: 226px;
}

.ls-7,
.le-7 {
    top: 385px;
    left: 360px;
}

.ls-8,
.le-8 {
    top: 385px;
    left: 591px;
}
.ls-9,
.le-9 {
    top: 385px;
    left: 708px;
}
.ls-10,
.le-10 {
    top: 385px;
    left: 834px;
}
.ls-11,
.le-11 {
    top: 385px;
    left: 955px;
}
.ls-12,
.le-12 {
    top: 132px;
    left: 279px;
}
.le-12 {
    top: 280px;
}

.le-5,
.le-6,
.le-7,
.le-8,
.le-9,
.le-10,
.le-11 {
    top: 430px;
}

.ls-14,
.le-14 {
    top: 480px;
    left: 10px;
}
.le-14 {
    top: 617px;
}
.ls-15,
.le-15 {
    top: 480px;
    left: 427px;
}
.le-15 {
    top: 617px;
}
.ls-16,
.le-16 {
    top: 480px;
    left: 540px;
}
.le-16 {
    top: 527px;
}

.ls-17,
.le-17 {
    top: 535px;
    left: 10px;
}
.le-17 {
    left: 50px;
}
.ls-18,
.le-18 {
    top: 576px;
    left: 10px;
}
.le-18 {
    left: 50px;
}
.ls-19,
.le-19 {
    top: 617px;
    left: 10px;
}
.le-19 {
    left: 50px;
}

.ls-20,
.le-20 {
    top: 543px;
    left: 427px;
}
.le-20 {
    left: 477px;
}
.ls-21,
.le-21 {
    top: 617px;
    left: 427px;
}
.le-21 {
    left: 477px;
}
.ls-22,
.le-22 {
    top: 527px;
    left: 540px;
}
.le-22 {
    left: 590px;
}

.partners {
    padding-top: 30px;
    padding-bottom: 40px;
}
.partners .partner-block,
.contents-nyomda .content .blocks,
.contents-udulo .content .blocks {
    width: 900px;
    margin: 0 auto 0 auto;
}
.elerhetosegek-block table {
    margin-top: 30px;
}
.elerhetosegek-block tr:first-child {
    text-align: left;
}
.contents-nyomda .elerhetosegek-block.blocks {
    width: 900px;
}
.partners ul {
    margin: 0;
}
.partners li {
    display: block;
    min-width: 240px;
    text-align: center;
    float: left;
    margin: 10px 30px;
    padding: 0;
    list-style-type: none;
}

.contents-nyomda,
.contents-udulo,
.contents {
    display: none;
}
.announcement {
    width: 800px;
    margin: 60px auto 30px auto;
    line-height: 20px;
    font-size: 16px;
    border: 3px solid #ff6868;
    padding: 30px;
}
.announcement span {
	width: 250px;
	display: inline-block;
}
.contents.announcements {
    display: block;
}
.contents-nyomda .content {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(255,255,255,0.6);
    background-color: rgba(255,255,255,0.7);
    background-color: rgba(255,255,255,0.95);
}
.contents-nyomda .content .blocks h1 {
    margin-top: 30px;
}
.contents-udulo .content .blocks h1 {
    margin-top: 60px;
    margin-bottom: 40px;
}
.contents-udulo .content .blocks h2 {
    margin: 0;
    font-size: 20px;
    text-align: left;
    margin-top: 30px;
}
.contents-nyomda .content .blocks p,
.contents-udulo .content .blocks p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.contents-udulo .cols-block.blocks {
    overflow: hidden;
    width: 100%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contents-udulo .column {
    float: left;
    width: calc(100% / 3 - 40px);
    padding: 20px;
    line-height: 18px;
}
.contents-udulo .column span {
    font-weight: 600;
}
.contents-udulo .column img {
    height: 100%;
}
.contents-udulo .column .img {
    height: 125px;
    margin: 0 auto;
    text-align: center;
}
.contents-udulo .column .title {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 20px 0;
}
.contents-udulo .content .blocks small {
    font-size: 12px;
}

.content.cegprofil {
    padding-bottom: 10px;
}
.content.cegismerteto {
    margin-bottom: 0;
    padding-bottom: 0;
}
.content.technologiak {
    overflow:visible;
}
.content.slideshow {
    padding-top: 0;
    padding-bottom: 0;
}
.content.galeria {
    padding-top: 0;
}
.content.slideshow2 {
    height: 200px;
    line-height: 200px;
    background: url(media/b1.jpg) no-repeat center;
    color: #fff !important;
    margin-top: 50px;
}
.content.slideshow {
    height: 250px;
    line-height: 250px;
    background: url(media/b4.jpg) no-repeat 0 -470px;
    color: #fff !important;
    margin-top: 50px;
    padding: 0;
}
.content.slideshow:after {
    content: " ";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
}
.content.slideshow:before {
    content: " ";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 9px 1px rgba(0,0,0,0.6);
    z-index: 0;
}
.content.slideshow h1 {
    z-index: 10;
    color: #fff;
}
.content.referenciak {
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
}

.gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    transition: 0.3s;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.gallery .img {
    width: calc(100vw / 6 - 3px);
    height: calc(100vw / 10 - 3px);
    overflow: hidden;
}
.contents-udulo .gallery {
    height: 250px;
    overflow: hidden;
    margin-top: 30px;
}
.contents-udulo .gallery .img:before {
    display: none;
}
.contents-udulo .gallery.slides .img {
    width: calc(100% / 1);
    height: 100%;
    will-change: transform;
    transition: 3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contents-udulo .gallery .img {
    width: calc(100% / 5);
    height: 50%;
    transition: 0.6s;
    transform: translateZ(0);
}
.contents-udulo .gallery:not(.slides):before {
    display: none;

}
.contents-udulo .gallery:not(.slides) {
    display: block;
    width: calc(11 * 340px);
}
.contents-udulo .galeria .arrow:not(.right) {
    left: 3px;
}
.contents-udulo .galeria .arrow.right {
    right: 3px;
}
.contents-udulo .galeria .arrow:hover {
    background: rgba(255,255,255,0.9);
}
.contents-udulo .galeria .arrow.hide {
    opacity: 0;
}
.contents-udulo .galeria .arrow {
    font-family: monospace;
    font-size: 30px;
    font-weight: 600;
    border-radius: 100%;
    position: absolute;
    z-index: 20;
    background: rgba(255,255,255,0.7);
    top: 135px;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
}
.contents-udulo .gallery:not(.slides) .img {
    height: 250px;
    width: 340px;
    float: left;
}

.gallery .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: sepia(0.5) contrast(1.4);
    transition: 0.3s;
}

.gallery:before {
    box-shadow: inset 0px 0px 14px 8px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.3);
    bottom: 0;
    left: 0;
    right: 0;
    top:0;
    margin:0;
    content: " ";
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.gallery .img:before {
    bottom: 0;
    left: 0;
    right: 0;
    top:0;
    margin:0;
    content: " ";
    position: absolute;
    transition: 0.3s;
    z-index: 2;
    pointer-events: none;
}
.gallery:hover .img:before {
    background: rgba(0,0,0, 0.1);
    pointer-events: none;
}
.gallery .img:hover:before {
    background: rgba(0,0,0, 0) !important;
}

.referenciak {
    overflow: visible;
    padding: 0;
    margin: 50px 0 50px 0;
}

.refs img {
    overflow: hidden;
    display: inline-block;
    max-width: calc(100% / 26);
    vertical-align: top;
    transition: 0.3s;
    will-change: transform, filter;
    filter: blur(0.1px);
    margin-top: -11px;
}

.refs img:nth-child(26n) {
    transform-origin: right;
}
.refs img:nth-child(26n+1) {
    transform-origin: left;
}
.refs img:hover {
    transform: scale(4) translateZ(0);
    z-index: 100;
    filter: none;
}
.content.referenciak:before {
    content: "referenciák";
    position: absolute;
    margin: auto;
    width: 260px;
    height: 38px;
    text-align: center;
    top: 25%;
    left: 0;
    right: 0;
    font-size: 40px;
    text-transform: uppercase;
    z-index: 20;
    padding: 20px;
    background: rgba(255,255,255,0.8);
    transition: 0.6s;
    pointer-events: none;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
    color: #111;
    will-change: opacity;
    border-radius: 3px;
    border: 1px solid #aaa;
}
.content.referenciak:hover:before {
    opacity: 0;
}
.content.referenciak:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -11px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.2);
    pointer-events: none;
    z-index: 1;
}
.contents-nyomda .blocks.technologiak-block {
    width: 100%;
    max-width: 1400px;
}
.technologiak .half {
    width: calc(50% - 100px);
    padding: 50px;
    float: left;
}
.technologiak .gepek {
    overflow: hidden;
    margin: 0 auto 30px auto;
}
.technologiak .gepnevek {
    width: calc(30%);
    float: left;
}
.technologiak .gepdesc {
    width: calc(70% - 100px);
    padding: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    background: #f1f1f1;
}
.technologiak .gepnev {
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #999;
    cursor: pointer;
}
.technologiak .gepnev:hover,
.technologiak .gepnev.selected {
    background: #f1f1f1;
}
.technologiak .ujgep {
    width: calc(100% / 3 - 66px);
    margin-left: 30px;
    margin-right: 30px;
    box-shadow: 0 0px 10px -2px rgba(0, 0, 0, 1);
    display: inline-block;
    margin-bottom: 30px;
}
.technologiak .ujgep img {
    width: 100%;
    height: 100%;
    transition: 3s;
    transform: translateZ(0);
    object-fit: cover;
}
.technologiak .ujgep .img {
    overflow:hidden;
    height: 230px;
    height: 180px;
    height: 210px;
}
.technologiak .ujgep .img:hover .name {
    top: 174px;
}
.technologiak .ujgep .img:hover img {
    transform: scale(1.2);
}
.technologiak .ujgep .name {
    text-align: center;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: rgba(255,255,255,0.6);
    background-color: rgba(255,255,255,0.8);
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    font-weight: 600;
    transition: 0.4s;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.technologiak .ujgep .specs {
    background-color: #f2f1f1;
    padding: 10px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s;
    transition-delay: 0.1s;
    position: absolute;
    top: 230px;
    top: 180px;
    top: 210px;
    z-index: 2;
    box-shadow: 0 0px 10px -2px rgba(0, 0, 0, 1);
    width: calc(100% - 20px);
}
.technologiak .ujgep:hover .specs {
    display: block;
    opacity: 1;
    visibility: visible;
}
.technologiak .ujgep .spec {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
    padding-top: 10px;
}
.technologiak .ujgep .spec:last-child {
    border: none;
}

/*SZÜRKE PRÓBA: #f2f1f1 */

.technologiak .ujgep .spec .title {
    float: left;
    max-width: 50%;
}
.technologiak .ujgep .spec .title.full {
    max-width: 100%;
    width: 100%;
}
.technologiak .ujgep .spec .datas {
    float: right;
    width: 50%;
}
.technologiak .ujgep .spec .datas.full {
    float: none;
    width: 100%;
}
.technologiak .ujgep .spec .data {
    margin-bottom: 4px;
    text-align: right;
}


.contents-nyomda table {
    width: 100%;
}
.contents-nyomda table td {
    padding: 10px;
}
.contents-nyomda table th {
    padding: 0px 10px 10px 10px;
}

.contents-udulo .elerhetosegek {
    padding-bottom: 100px;
    padding-top: 60px;
}
.elerhetosegek .address {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.content .button.back {
    padding: 18px;
    margin: 0 auto;
    width: 240px;
    overflow: hidden;
    font-size: 20px;
    border: 1px solid #000;
    border-bottom: none;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    display: block;
}
.content .button.back:hover {
    background-color: rgba(51, 51, 51, 1);
    padding: 18px 18px 10px 18px;
}
.content.footer {
    background-color: #333;
    color: #fff;
    padding-bottom: 0;
    box-shadow: inset 0 0 5px 0 rgba(255,255,255, 1);
    padding-top: 0;
    margin-bottom: 0;
}
.footer .decor-flag .white {
    background-color: #333;
}

.footer .logo {
    padding: 30px 0 30px 0;
    background-color: transparent;
}
.contents-udulo .footer .logo {
    padding: 40px 0 40px 0;
}
.footer .logo-text {
    font-size: 14px;
}
.footer .logo-text span {
    font-size: 20px;
    margin-bottom: 5px;
}
.footer .logo img {
    margin-right: 10px;
    height: 60px;
}
.footer .columns {
    margin: 0 auto;
    width: calc(100% - 20%);
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
    padding-bottom: 30px;
}
.footer .column {
    width: calc(100% / 3 - 60px);
    padding: 0 30px 0 30px;
    float: left;
    line-height: 18px;
    font-size: 12px;
}
.footer .column.contact {
    line-height: 20px;
}
.footer .paragraph {
    margin-bottom: 5px;
}
.footer .hr {
    max-width: 250px;
    height: 0px;
    display: block;
    border-top: 1px solid #aaa;
    margin: 10px 0 10px 0;

    border-top: 1px solid transparent;
    margin: 5px 0 5px 0;
}
.footer a {
    color: #fafafa;
    display: block;

}
.footer a:hover {
    text-decoration: underline;
}


.project-nav {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    z-index: 100;
    position: fixed;
    top: 0;
    box-shadow: 0 0px 10px 3px rgba(0,0,0, 0.15);
    box-shadow: 0 0px 4px 1px rgba(0,0,0, 0.1);
}
.project-nav .menu {
    float: left;
    padding: 11px;
    width: 100px;
    text-align: center;
    background-color: #107c60;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 300;
    font-size: 15px;
    transition: 0.3s;
}
.project-nav .menu:hover,
.project-nav .menu.selected {
    background-color: #149473;
}
.projects-desc {
    padding-bottom: 30px;
    padding: 30px;
    height: calc(100vh - 97px);
    margin-top: 37px;
    overflow-y: scroll;
}
.project-kkir2,
.project-njt,
.project-nah,
.project-ijr,
.project-kofop {
    display: none;
}
.projects-desc .esza {
    position: fixed;
    top: 70px;    /* 35px; */
    right: 40px;  /* 20px; */
    width: 310px; /* 260px; */
    z-index: 10;
}
.projects-desc .header {
    height: 105px;
    margin-bottom: 23px;
}
.projects-desc .header img {
    max-width: 200px;
    object-fit: contain;
    object-position: left;
    width: 100%;
    height: 100%;
}
.projects-desc .img {
    margin-right: 20px;
    width: 198px;
    height: 100%;
}
.projects-desc .img2 {
    height: 100%;
    margin-bottom: 50px;
}
.projects-desc .img,
.projects-desc .img2,
.projects-desc h3 {
    display: inline-block;
    vertical-align: middle;
}
.projects-desc .project-content {
    position: absolute;
    top: 100px;
    background-color: #fff;
    width: 100%;
    /* transition: opacity 0.3s; */
    opacity: 0;
    display: none;
}
.projects-desc .project-content.selected {
    display: block;
    opacity: 1;
}
.projects-desc .project-news-box .news-image {
    max-height: 280px;
}
.projects-desc .project-news-box {
    box-shadow: 0 0 25px -11px rgba(0, 0, 0, 1);
    padding: 20px 30px 20px 30px;
    width: 500px;
    margin: 20px auto 0 auto;
}
.projects-desc .project-news .published {
    color: #666;
    font-style: italic;
}
.projects-desc .project-news .button {
    margin: 10px 0 10px 0;
    padding: 5px;
    border: none;
    border-left: 2px solid #107c60;
    display: inline-block;
    cursor: pointer;
    padding-right: 30px;
}
.projects-desc .project-news .title {
    color: #111;
    font-size: 20px;
    margin: 5px 0 15px 0;
}
.projects-desc .project-news p {
    margin-bottom: 10px;
}
.projects-desc .project-content {
    margin-top: 60px;
    padding-bottom: 30px;
}
.projects-desc .project-content2 {
    margin-top: 115px;
}
.projects-desc .project-content3 {
    margin-top: 135px;
}
.projects-desc .row {
    margin: 20px 0 20px 0;
}
.projects-desc .label {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 20px;
    padding-top: 3px;
    line-height: 15px;
    color: black;
    text-align: left;
}
.projects-desc .data {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 250px);
    border-left: 1px solid #107c60;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
}
.projects-desc .program {
    text-align: center;
}
.projects-desc .program img {
    width: 150px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    vertical-align: middle;
}

.project-media .pmedia.file {
    /* background: rgba(243, 242, 241, 0.62); */
    padding: 12px 15px;
    line-height: 17px;
    font-size: 15px;
    background: #fff;
    border-bottom: 2px solid #149473;
    /* box-shadow: 0 2px 10px -3px rgba(0,0,0,0.7); */
}
.project-media .pmedia a span {
    vertical-align: -2px;
}
.project-media .pmedia a:hover {
    background: #149473;
}
.project-media .pmedia a {
    background: #149473;
    background: #107c60;
    color: #fff;
    display: block;
    /*width: 88px;*/
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 25px 5px 8px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
}
.project-media .pmedia {
    margin-top: 30px;
    box-shadow: 0 2px 10px -3px rgba(0,0,0,0.7);
    padding: 20px;
}
.project-media .pmedia img.icon {
    width: 30px;
    width: 22px;
    margin-left: 6px;
}
.project-media .pmedia img {
    width: 100%;
}
.project-media .day {
    padding: 23px;
    background-color: #f8f7f7;
    margin-top: 30px;
    box-shadow: 0 2px 10px -3px rgba(0,0,0,0.7);
}
.project-media .day .day-title {
    font-weight: 200;
    font-size: 22px;
}
.project-media .day .date {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}
.project-media .pmedia .caption {
    margin-top: -62px;
    padding: 12px 15px;
    background-color: rgba(255,255,255,0.92);
    line-height: 17px;
    font-size: 15px;
    border-bottom: 2px solid #149473;
    box-shadow: 0 -3px 6px -3px rgba(0,0,0,0.7);
}

.project-elearning .pmedia.file {
    /* background: rgba(243, 242, 241, 0.62); */
    padding: 15px 15px;
    line-height: 22px;
    font-size: 15px;
    background: #fff;
    border-bottom: 2px solid #149473;
    /* box-shadow: 0 2px 10px -3px rgba(0,0,0,0.7); */
}
.project-elearning .pmedia a span {
    vertical-align: -2px;
}
.project-elearning .pmedia a:hover {
    background: #149473;
}
.project-elearning .pmedia a {
    background: #149473;
    background: #107c60;
    color: #fff;
    display: block;
    /*width: 88px;*/
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 25px 5px 8px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
}
.project-elearning .pmedia {
    margin-top: 30px;
    box-shadow: 0 2px 10px -3px rgba(0,0,0,0.7);
    padding: 20px;
}
.project-elearning .pmedia img.icon {
    width: 30px;
    width: 22px;
    margin-left: 6px;
}
.project-media .pmedia img {
    width: 100%;
}
.project-elearning .day {
    padding: 23px;
    background-color: #f8f7f7;
/*    margin-top: 30px; */
    box-shadow: 0 2px 10px -3px rgba(0,0,0,0.7);
}
.project-elearning .day .day-title {
    font-size: 22px;
}
.project-elearning .day .day-subtitle {
    margin-top: 25px;
	margin-bottom: -15px;
	font-weight: bold;
	color: #666;
}
.project-elearning .day .date {
    font-size: 16px;
    color: #666;
    margin-top: 12px;
}
.project-elearning .day .smalltext {
    font-size: 13px;
    color: #666;
    margin-top: 12px;
}
.project-elearning .pmedia .caption {
    margin-top: -62px;
    padding: 12px 15px;
    background-color: rgba(255,255,255,0.92);
    line-height: 17px;
    font-size: 15px;
    border-bottom: 2px solid #149473;
    box-shadow: 0 -3px 6px -3px rgba(0,0,0,0.7);
}


.fontes-order-text {
    width: 90%;
    line-height: 18px;
    margin: 30px auto;
}

.freeze {
    will-change: opacity, filter;
    opacity: 0.05 !important;
    pointer-events: none;
    /*opacity: 0.2 !important;
    -webkit-filter:blur(10px);
    filter:blur(10px);*/
}
.freeze2 {
    will-change: opacity;
    opacity: 0.2 !important;
}
.button.fill {
    background: #107c60;
    color: #fff;
}
.button.pdf {
    padding-right: 30px;
    padding-top: 4px;
    border: none;
    border-left: 2px solid #107c60;
}
.button:hover .icons svg {
    fill:#fff;
    stroke: #fff;
    stroke-width: 0.8px;
}
.icons {
    width: 18px;
    position: absolute;
    top: 3px;
    right: 6px;
}
.icons svg {
    fill:#107c60;
    stroke: #107c60;
    stroke-width: 0.7px;
    width: 30px;
    height: 100%;
    transition: 0.3s;
}
.dfill {
    transition: 0.2s;
    z-index: 0;
}
.dfill.white {
    color: #fff;
}
.dfill:before {
    content: "";
    position: absolute;
    background: #107c60;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: top 0.2s;
}
.dfill:hover,
.dfill.selected,
.dfill.inline:hover {
    color: #fff;
}
.dfill.white:hover,
.dfill.white.selected {
    color: #000;
}
.dfill.white:before {
    background: #fff;
}
.dfill:hover:before,
.dfill.selected:before {
    top: 0;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.6);
}
.dfill.selected:before {
    transition: 0.2s;
}
.dfill.selected:hover:before {
    background: #0e6e55;
}
.dfill.selected:hover {
    text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

@media (min-width:1500px ){
    .publication {
        width: calc(46% - 2px);
        margin-left: 2%;
        margin-right: 2%;
    }
    .content.referenciak:before {
        width: 380px;
        height: 57px;
        font-size: 58px;
        padding: 30px;
    }
    .refs img:hover {
        transform: scale(3);
    }
    .contents-udulo .gallery.slides {
        height: 320px;
    }
    .publication.full .imgs {
        max-height: 220px;
    }
}
@media (min-width:1675px ){
    .all .nav .nav-block .navs {
        text-align: center;
    }
    .all .nav .menu {
        padding: 11px 35px 11px 35px;
    }
}
@media (max-width:1405px ){

}
@media (max-width:1335px ){
   .publication .desc {
        font-size: 14px;
        line-height: 15px;
        line-height: 17px;
    }

    .publication.full .imgs .img:hover {
        transform: translateY(-17%);
    }
}

@media (min-width: 500px) and (max-width: 900px) and (orientation: portrait) {

}

@media (max-width:350px ){

}

@media (min-width:340px ) and (max-width:900px ){

}

.form .button.success {
    transition: 0.3s !important;
    width: 54px !important;
    height: 54px !important;
    border-color: #4cd44c !important;
    margin: 10px auto 0 auto;
}
.form.update .button.success {
    margin-top: 30px;
}
.form .button .icon {
    transition: 0.3s;
    opacity: 0;
}
.form .button.success .icon {
    opacity: 1 !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 37px;
    width: 37px;
}
.form .button.success span {
    transition: 0.3s;
    opacity: 0;
}
.uploadbar.failed {
	background-color: rgba(210, 90, 90, 1) !important;
}
.form .icon {
	width: 20px;
	height: 20px;
	fill: #fff;
	margin: 5px auto 0 auto;
	display: none;
}
.uploadbar.success .icon, .uploadbar.failed .icon {
	display: block;
}

/* KEYFRAMES */

@-webkit-keyframes pulse {
    30% {
        -webkit-transform:scale( 1 , 1 ) translateX(-2px);
                transform:scale( 1 , 1 ) translateX(-2px);
    }

    40% {
        -webkit-transform:scale( 0.9 , 0.9 ) translateX(-2px);
                transform:scale( 0.9 , 0.9 ) translateX(-2px);
    }

    50% {
        -webkit-transform:scale( 1 , 1 ) translateX(-2px);
                transform:scale( 1 , 1 ) translateX(-2px);
    }

    60% {
        -webkit-transform:scale( 0.9 , 0.9 ) translateX(-2px);
                transform:scale( 0.9 , 0.9 ) translateX(-2px);
    }

    70% {
        -webkit-transform:scale( 1 , 1 ) translateX(-2px);
                transform:scale( 1 , 1 ) translateX(-2px);
    }
}

@-moz-keyframes pulse{
    30% {
        -webkit-transform:scale( 1 , 1 ) translateX(-2px);
                transform:scale( 1 , 1 ) translateX(-2px);
    }

    40%  {
        -webkit-transform:scale( 0.9 , 0.9 ) translateX(-2px);
                transform:scale( 0.9 , 0.9 ) translateX(-2px);
    }

    50%  {
        -webkit-transform:scale( 1 , 1 ) translateX(-2px);
                transform:scale( 1 , 1 ) translateX(-2px);
    }

    60%  {
        -webkit-transform:scale( 0.9 , 0.9 ) translateX(-2px);
                transform:scale( 0.9 , 0.9 ) translateX(-2px);
    }

    70% {
        -webkit-transform:scale( 1 , 1 ) translateX(-2px);
                transform:scale( 1 , 1 ) translateX(-2px);
    }
}

.item .data p {
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translateZ(0);
    filter: blur(0);
}
.attention {
    animation: attention ease-out 1s;
    animation-iteration-count: 2;
    transform-origin: 50% 50%;
    -webkit-animation: attention ease-out 1s;
    -webkit-animation-iteration-count: 2;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: attention ease-out 1s;
    -moz-animation-iteration-count: 2;
    -moz-transform-origin: 50% 50%;
}

@keyframes attention{
    0% {
        transform:  scale(1);
    }
    50% {
        transform:  scale(1.1);
        color: #008b8b;
    }
    100% {
        transform:  scale(1);
    }
}

@keyframes new {
    40% {
        opacity: 0.9;
    }

    50% {
        opacity: 0.4;
    }

    60% {
        opacity: 0.9;
    }
}
@keyframes loading {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.3;
    }
}
@keyframes pulse {
    30% {
        -webkit-transform:scale( 1 , 1 ) translateX(-2px);
                transform:scale( 1 , 1 ) translateX(-2px);
    }

    40% {
        -webkit-transform:scale( 0.9 , 0.9 ) translateX(-2px);
                transform:scale( 0.9 , 0.9 ) translateX(-2px);
    }

    50% {
        -webkit-transform:scale( 1 , 1 ) translateX(-2px);
                transform:scale( 1 , 1 ) translateX(-2px);
    }

    60% {
        -webkit-transform:scale( 0.9 , 0.9 ) translateX(-2px);
                transform:scale( 0.9 , 0.9 ) translateX(-2px);
    }

    70% {
        -webkit-transform:scale( 1 , 1 ) translateX(-2px);
                transform:scale( 1 , 1 ) translateX(-2px);
    }
}


.n2 {
    float: right;

    z-index: 50;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0 0 3px 1px rgba(0,0,0, 0.15);
}
.n2 .n {
    float: left;
    padding: 10px;
    padding: 12px 12px 12px 12px;
    transition: 0.3s;
    cursor: pointer;
}
.n2 img {
    height: 11px;
}
.n2 .n.red {
    background-color: #d2161d;
    color: #fff;
}
.n2 .n.green {
    background-color: rgb(16, 124, 96);
    color: #fff;
}
.n2 .n:hover, .n2 .n.selected {
    background: rgb(16, 124, 96);
    background: #d2161d;
    color: #fff;
    opacity: 1;
}

#tooltip {
  padding: 10px;
  border-radius: 4px;
  max-width: 270px;
  display: none;
  position: absolute;
  z-index: 1000;
  box-shadow: 0px 6px 15px -4px rgba(100,100,100,0.3) !important;
  box-shadow: 0px 17px 15px -13px rgba(100,100,100,0.25) !important;
  border: 1px solid #c4bfbf !important;
  font-size: 14px !important;
  font-family: "Open sans" !important;
  word-wrap: break-word;
  line-height: 16px;
}

#tooltip.black {
  background: rgba(0,0,0,0.95);
  color: #fff;
}

#tooltip.white {
  background: rgba(255,255,255,0.95);
  color: #222;
  background: #fdfdfd !important;
}

#tooltip .arrow {
  width: 11px;
  height: 11px;
  position: absolute;
  background-image: url('js/tooltip.png');
  background-repeat: no-repeat;
}

#tooltip.black.top .arrow {
  background-position: -6px -17px;
}

#tooltip.black.right .arrow {
  background-position: 5px -6px;
}

#tooltip.black.bottom .arrow {
  background-position: -6px 5px;
}

#tooltip.black.left .arrow {
  background-position: -17px -6px;
}

#tooltip.white.top .arrow {
  background-position: -39px -17px;
}

#tooltip.white.right .arrow {
  background-position: -28px -6px;
}

#tooltip.white.bottom .arrow {
  background-position: -39px 5px;
}

#tooltip.white.left .arrow {
  background-position: -50px -6px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.disabledtext {
    color: #b3b3b3;
}
.disabledtext .prices .row {
    border-bottom: 1px solid #b3b3b3 !important;
}
.disabledtext .name .type p {
    color: #000000;
}

.importanttext {
    color: #000000;
    font-weight: bold;
    text-align: justify;
    font-size: 14px !important;
}

.rowout {
    border-bottom: 1px solid #b3b3b3 !important;
    overflow: hidden;
}

.multibutton {
    float: right;
    margin: 0px 10px 0px 0px;
    text-align: center;
    font-weight: 600;
    background-color: #107c60;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 8px 10px 8px;
    cursor: pointer;
    transition: 0.3s;
}

/*     -------      */
.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute !important;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 3px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.sticky{
  position: fixed;
}
.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.red{background: #e43;}

.banner {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}


.job-nav {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    z-index: 100;
    position: fixed;
    top: 0;
    box-shadow: 0 0px 10px 3px rgba(0,0,0, 0.15);
    box-shadow: 0 0px 4px 1px rgba(0,0,0, 0.1);
}
.job-nav .menu {
    float: left;
    padding: 11px;
    width: 100px;
    text-align: center;
    background-color: #107c60;
    color: #fff;
    text-transform: uppercase;
    /* cursor: pointer; */
    font-weight: 300;
    font-size: 15px;
    transition: 0.3s;
}
/*
.job-nav .menu:hover,
.job-nav .menu.selected {
    background-color: #149473;
}
*/

.jobs-desc {
    padding-bottom: 30px;
    padding: 30px;
    height: calc(100vh - 97px);
    margin-top: 37px;
    overflow-y: scroll;
}
.job-java,
.job-test {
    display: none;
}
.jobs-desc .header {
    height: 105px;
    margin-bottom: 23px;
}
.jobs-desc .header img {
    max-width: 200px;
    object-fit: contain;
    object-position: left;
    width: 100%;
    height: 100%;
}
.jobs-desc .img {
    margin-right: 20px;
    width: 198px;
    height: 100%;
}
.jobs-desc .img,
.jobs-desc h3 {
    display: inline-block;
    vertical-align: middle;
}
.jobs-desc .job-content {
    position: absolute;
    top: 100px;
    background-color: #fff;
    width: 100%;
    /* transition: opacity 0.3s; */
    opacity: 0;
    display: none;
}
.jobs-desc .job-content.selected {
    display: block;
    opacity: 1;
}
.jobs-desc .job-news-box .news-image {
    max-height: 280px;
}
.jobs-desc .job-news-box {
    box-shadow: 0 0 25px -11px rgba(0, 0, 0, 1);
    padding: 20px 30px 20px 30px;
    width: 500px;
    margin: 20px auto 0 auto;
}
.jobs-desc .job-news .published {
    color: #666;
    font-style: italic;
}
.jobs-desc .job-news .button {
    margin: 10px 0 10px 0;
    padding: 5px;
    border: none;
    border-left: 2px solid #107c60;
    display: inline-block;
    cursor: pointer;
    padding-right: 30px;
}
.jobs-desc .job-news .title {
    color: #111;
    font-size: 20px;
    margin: 5px 0 15px 0;
}
.jobs-desc .job-news p {
    margin-bottom: 10px;
}
.jobs-desc .job-content {
    margin-top: 60px;
    padding-bottom: 30px;
}
.jobs-desc .job-content2 {
    margin-top: 115px;
}
.jobs-desc .job-content3 {
    margin-top: 135px;
}
.jobs-desc .row {
    margin: 20px 0 20px 0;
}
.jobs-desc .label {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    font-size: 13px;
    text-transform: uppercase;
/*    padding-right: 20px; */
    padding-top: 3px;
    line-height: 15px;
    text-align: left;
    color: #000;
}
.jobs-desc .data {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 250px);
    border-left: 1px solid #107c60;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    border: none;
}
.jobs-desc .program {
    text-align: center;
}
.jobs-desc .program img {
    width: 150px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    vertical-align: middle;
}


.job-block {
    display: flex;
    justify-content: center;
}
.job {
    width: 300px;
    text-align: center;
    margin: 0px 30px 10px 30px;
    padding-top: 20px;
    border-top: 1px solid #cecece;
    box-shadow: 0 -2px 25px -11px rgba(0, 0, 0, 1);
}
.job .title {
    font-size: 16px;
    padding: 0px 10px 20px 10px;
    height: 50px;
}
.job .more {
    padding: 8px 0 8px 0;
    text-transform: uppercase;
    cursor: pointer;
}
/* IDEIGLENES */
.job .img p span {
    z-index: 10;
    text-shadow: 0 0 6px rgba(0,0,0, 0.2);
}
.job .img p {
    font-size: 50px;
    line-height: 140px;
    margin: 0 auto 0 auto;
    width: 140px;
    border-radius: 100%;
    border: 1px solid #3390ce;
    color: #fff;
    box-shadow: inset 0 0 3px 0px rgba(0,0,0, 0.3);
}
.job .img p:after {
    content: " ";
    position: absolute;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3390ce;
    box-shadow: inset 0 0 8px 0px rgba(0,0,0, 0.3)
}
.job .img {
    margin-bottom: 15px;
    height: 140px;
}
.job .img img {
    max-width: 200px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.job .status {
    position: absolute;
    bottom: -15px;
    text-align: center;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
}


.popup-box2 {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255,255,255, 0.95);
    background-color: rgba(255,255,255, 1);
    width: 800px;
    height: calc(100vh - 30px);
    height: calc(100vh);
    z-index: 300;
    padding: 30px;
    padding-top: 0;
    padding: 0;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    font-size: 16px;
    box-shadow: 0 1px 10px 3px rgba(0,0,0, 0.15);
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    will-change: transform, opacity;
    overflow: hidden;
    overflow-y: auto;
}
.popup-box2.active.half {
    height: 200px;
    transform: translateY(100%);
    top: 0;
    padding: 20px 0 20px 0;
}
.popup-box2.active {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.popup-box2 .close.button {
    position: fixed;
    top: 0;
    right: 0;
    padding: 11px;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    z-index: 10;
    transition: 0.3s;
    border-top: none;
    border-right: none;
}
.popup-box2 .close.button:hover {
    background-color: #149473;
}
