html, body {
    color: #565a5c;
    background-color: #FBF9F3;
    font-family: 'Roboto', sans-serif;
}

main {
    min-height: 70vh;
}

.container {
    width: 100%;
    max-width: 980px;
}

@media screen and (max-width: 980px) {
    .container {
        max-width: 100vw;
    }
}

footer {
    background-color: #424242;
    text-align: left;
    color: #B0B0B0;
    padding: 10px 0;
    font-size: 0.8rem;
}

footer .container {
    padding: 0 15px;
}

h1 {
    font-size: 2.3em !important;
    font-weight: 600 !important;
    color: #59ae59;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em !important;
}

.navbar-fixed {
    height: 48px;
}

nav {
    background-color: #59ae59;
    height: 48px;
    line-height: 48px;
}

nav ul a {
    font-size: 1.18em;
}

nav img {
    vertical-align: middle;
}

nav i.icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    font-size: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
}

.nav-wrapper li a {
    text-shadow: rgba(0,0,0,0.65) 1px 1px 1px;
}

.brand-logo {
    position: relative !important;
}

.brand-logo img {
    height: 38px;
    margin-left: 10px;
    margin-top: -8px;
}

.brand-logo .title {
    font-size: 1.2rem;
    position: relative;
    top: -5px;
    font-weight: 500;
}

.home-icon {
  display: block;
  width: 30px;
  text-align: center;
  margin: 0 -2px 0 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65) ;
}
.home-icon:before {
  display: inline;
  font-size: 24px;
  font-family: FontAwesome;
  content: '\f015';

}


.parallax {
    z-index: 0 !important;
}

.parallax img {
    /*transform: translate3d(-50%, 400px, 0px) !important;*/
}

.parallax-container {
    display: block;
    width: 100%;
    height: 300px;
}

.slogan {
    font-size: 3em;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slogan-one {
    position: relative;
    left: -700px;
}

.slogan-two {
    position: relative;
    left: -1000px;
}

.slogan2 {
    font-size: 2em;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    font-weight: lighter;
    line-height: normal;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
    top: -50px;
}

.cookie-policy {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFFFFF;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.8);
    display: table;
    width: 100%;
    line-height: 150%;
    z-index: 99999999;
}

.cookie-policy div {
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
}

.cookie-policy a {
    text-decoration: none;
    color: #79a8c1;
    font-weight: 500;
}

.cookie-policy button {
    float: right;
    margin-left: 10px;
}

#tagscontainer img {
    width: 30%;
}

#tagscontainer canvas {
    width: 37%;
}

#tags li:nth-child(3n+3) a {
    color: #79a8c1;
}

#tags li:nth-child(3n+2) a {
    color: #f8992d;
}

#tags li:nth-child(3n+1) a {
    color: #59ae59;
}

.user-header {
    position: relative;
    background-color: #59AE59;
    height: 110px;
    color: #fff;
}

.user-header * {
    line-height: 1.2;
}

.user-pic > img {
    position: absolute;
    border-radius: 50%;
    left: 15px;
    top: 15px;
    width: 80px;
    height: 80px;
}

.user-info {
    text-align: left;
    position: absolute;
    top: 15px;
    left: 110px;
    right: 10px;
}

.user-info p {
    margin: 5px 0;
}

.user-info .name {
    font-weight: 500;
    font-size: 1.6em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.user-info .uid {
    user-select: all;
    font-weight: 300;
    font-size: 1em;
}

.user-group {
    position: absolute;
    bottom: 10px;
    left: 110px;
    right: 10px;
    font-size: 1em;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notification {
    color: #EF5350;
    background: transparent;
    font-size: inherit;
    position: static;
    float: right;
    line-height: inherit;
    padding: 0 25px 0 0;
    display: none;
}

.menu-item .notification {
    text-shadow: none;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 1px 5px;
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #EF5350;
    color: #FFFFFF;
    line-height: 150%;
    width: auto;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
}

.slick-slide {
    display: flex ! important;
}

.slick-slide > img {
    margin: 0 auto;
}

#promo {
    background-color: #EFEFEF;
    margin-top: -15px;
}

#promo-slick {
    margin: 15px auto 0 auto;
    max-width: 900px;
}

#promo .slick-list {
    padding: 20px 5px 0 5px;
}

#promo .slidelist-image img {
    margin-bottom: 10px;
}

#promo .table * {
    text-align: left;
}

#slide3 h1 {
    position: relative;
    top: 80px;
    left: 40%;
    width: 50%;
    color: #666;
    font-size: 1.6vw !important;
}

#slide4 {
    width: 100%;
}

#slide4 img {
    width: 100%;
}

#slide4 .slidelist p {
    font-weight: 300;
    font-size: 18px;
}

.slidelist {
    width: 55%;
    padding: 0 20px;
}

.slidelist h2 {
    margin-top: 0;
    margin-bottom: 2px;
    font-weight: 600;
    color: #666;
    text-align: center;
}

.slidelist h3 {
    margin: 10px 0;
    color: #039be5;
    text-align: center;
}

.slidelist p {
    margin-top: 1px;
    font-weight: 300;
    line-height: 180%;
    font-family: Roboto, sans-serif;
    text-align: justify;
}

.slidelist-image {
    text-align: center;
    position: relative;
}

.slidelist-image a {

    /*position: absolute;*/
}

.invitation form, .login form {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    position: relative;
}

.invitation {
    position: absolute;
    top: 280px;
    left: 8.3333333333%;
    width: 400px;
}

.invitation form > div {
    padding: 10px;
    display: table;
    width: 100%;
    table-layout: auto;
}

.invitation form > div > div {
    display: table-cell;
}

.login {
    position: absolute;
    top: 80px;
    right: 20px;
    width: 300px;
}

@media screen and (max-width: 1000px) {
    .login {
        top: 200px;
    }

    .login form {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .login {
        display: none;
    }

}

.login form {
    padding: 1px 10px;
    position: relative;
}

.invitation input, .login input {
    border: 0px !important;
    background-color: white !important;
    border-radius: 5px !important;
    text-indent: 10px !important;
    margin: 0 !important;
    height: 2.2rem !important;
}

.login input, .login button {
    display: block;
    margin: 10px 0 !important;
}

.login button {
    width: 100%;
}

.invitation input::-webkit-input-placeholder,
.login input::-webkit-input-placeholder {
    color: #565a5c;
}

.invitation button, .login button {
    padding: 0 1rem !important;
    border-radius: 3px;
}


.offer p {
    font-weight: 300;
    font-size: 1.3rem;
}

.btn {
    background-color: #59ae59;
}

.preview_img {
    position: relative;
    display: inline-block;
    background-color: transparent;
}

.preview_img i {
    position: absolute;
    color: rgba(248, 153, 45, .75);
    cursor: pointer;
}

video {
    width: 700px;
    height: 400px;
}

#playbtn {
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
}

.responsive-img {
    position: relative;
    width: 770px !important;
    height: auto;
}

.whatoffer li {
    font-size: 26px;
    color: #565a5c;
    font-weight: 300 !important;
    line-height: 60px;
}

.whatoffer-img {
    width: 350px;
}

.footer {
    margin-bottom: 0px;
}

.kapcsolat form {
    display: grid;
    color: #B0B0B0;
    margin-right: 20px;
}

.kapcsolat h2 {
    font-weight: 600;
    color: #B0B0B0;
}

.kapcsolat label {
    display: grid;
    font-size: 1rem;
}

.kapcsolat input {
    border: 2px solid #424242 !important;
    max-width: 100%;
    height: 25px !important;
    margin-bottom: 5px !important;
    background-color: #666 !important;
    color: #fff;
    border-radius: 5px !important;
}

.kapcsolat input:focus {
    border: 2px solid #4769a0 !important;
    box-shadow: none !important;
}

.kapcsolat textarea {
    max-width: 550px;
    border: 2px solid #424242 !important;
    height: 40px;
    background-color: #666 !important;
    color: #fff;
    border-radius: 5px !important;
}

.kapcsolat textarea:focus {
    border: 2px solid #4769a0 !important;
    box-shadow: none !important;
}

.kapcsolat button {
    margin: 10px 20px 10px 0px;
    width: 140px;
    padding: 0 1rem;
}

.info {
    color: #B0B0B0;
}

.info img {
    height: 30px;
    position: relative;
    top: 5px;
}

.btn {
    text-transform: none;
}

.btn:hover {
    background-color: #54a354;
}

.btn:active {
    background-color: #4b8c4b;
}

.btn:focus {
    background-color: #59AE59;
}

.side-nav {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    z-index: 999;
}

.side-nav li {
    margin: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 0.9em;
}

.side-nav li a {
    text-decoration: none;
    font-weight: 500;
    color: #616161;
}

.side-nav .glyph::before {
    font-size: 16px;
    margin: 0 20px 0 10px;
}

.side-nav li > a, .side-nav .glyph {
    line-height: 44px;
    height: 44px;
}

.side-nav li.opt {
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-transform: uppercase;
    color: #909090;
    font-weight: 500;
    margin: 15px 15px 5px 25px;
 }

#sidenav-overlay {
    z-index: 998;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.digita-books {
    background-image: url('/welcome/markets/digita/img/digita-books.png');
}

.digita-courses {
    background-image: url('/welcome/markets/digita/img/digita-courses.png');
}

.digita-magazines {
    background-image: url('/welcome/markets/digita/img/digita-magazines.png');
}

.digita-videos {
    background-image: url('/welcome/markets/digita/img/digita-videos.png');
}

.digita-chat {
    background-image: url('/welcome/markets/digita/img/digita-chat.png');
}

.digita-streaming {
    background-image: url('/welcome/markets/digita/img/digita-streaming.png');
}

.circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    background-color: #79a8c1;
    line-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.circle-image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tools-text {
    font-weight: 300;
    line-height: 180%;
    font-size: large;
}

section h2 {
    font-weight: 600;
    font-size: 1.7rem;
}

section h4 {
    font-weight: 600;
    font-size: 1.5rem;
}

section p {
    font-size: 18px;
    line-height: 180%;
    font-weight: 300;
}

section .square li {
    margin-left: 40px;
    list-style-type: square !important;
}

.divider {
    margin: 0px !important;
}

/*Tablet*/
@media only screen and (max-width: 1024px) and (min-width: 481px) {
    .preview_img img, video {
        width: 100%;
        height: auto;
    }

    h1 {
        font-size: 3rem !important;
    }

    .parallax img {
        /*transform: translate3d(-65%, 350px, 0px) !important;*/
    }

    .med-inv input {
        height: 40px;
        padding: 15px;
        font-size: 1.2rem;
    }

    .med-inv button {
        width: 150px;
        height: 45px;
        font-size: 1.5rem;
        padding: 0 1rem;
        position: relative;
        top: 7px;
    }

    .offer p {
        font-size: 1.6rem;
    }

    #slide4 img {
        width: 70%;
        margin-left: 15%;
    }

    .slick-slide {
        display: block !important;
    }

    .slick-body {
    }

    .slidelist {
        width: 100%;
        display: table-footer-group;
    }

    .slidelist-image {
        display: table-header-group;
    }

    .preview_img i {
        top: 220px;
        font-size: 5rem;
    }

    .kapcsolat h2 {
        font-size: 1.6rem;
    }

    .kapcsolat label {
        margin-left: 10px;
    }

    .kapcsolat input {
        max-width: 95%;
        height: 40px;
        font-size: 1.2rem;
    }

    .kapcsolat textarea {
        max-width: 95%;
        height: 70px;
    }

    .kapcsolat label {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .kapcsolat button {
        width: 150px;
        height: 50px;
        font-size: 1.2rem;
    }

    .kapcsolat a {
        font-size: 1.3rem;
    }

    .info {
        text-align: center;
        font-size: 1.2rem;
    }

    .info img {
        position: relative;
        top: 10px;
        height: 40px;
    }
}

/*Mobile*/
@media screen and (max-width: 480px) {
    h1 {
        font-size: 2rem !important;
    }

    .slogan {
        font-size: 2rem;
    }

    .slogan2 {
        font-size: 1.8rem;
        top: -25px;
    }

    .register {
        width: 105px;
        padding-left: 10px;
    }

    .kapcsolat label {
        margin-left: 10px;
    }

    .kapcsolat input {
        width: 95% !important;
    }

    .kapcsolat textarea {
        width: 96% !important;
    }

    .info {
        text-align: center;
    }

    .med-inv button {
        width: 110px;
        height: 35px;
        font-size: 0.9rem;
        padding: 0 0rem;
    }

    #slide4 img {
        width: 100%;
    }

    .slick-slide {
        display: block !important;
    }

    .slidelist {
        width: 100%;
        display: table-footer-group;
    }

    .slidelist h2 {
        margin-top: 10px !important;
    }

    .slidelist-image {
        display: table-header-group;
    }

    .slidelist p {
        text-align: left;
    }

    .preview_img img, video {
        width: 100% !important;
        height: auto;
    }

    .preview_img i {
        font-size: 3rem;
    }

    .contactus {
        margin-top: 35px;
    }

    .invitation {
        left: 5px;
        right: 5px;
        width: inherit;
    }
}

/* Scrollbar */
/*::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: white;
    outline: 0;
    border-radius: 50px 0px 0px 50px;
    box-shadow: 0px 4px 10px rgba(89, 100, 89, 0.5);
}

::-webkit-scrollbar-track {
    background: #59AE59;
}*/

.glyph {
    display: block;
    line-height: 48px;
    cursor: pointer;
}

.glyph:before {
    content: '';
    display: inline-block;
    width: 48px;
    font-family: FontAwesome;
    font-size: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.glyph.icon-cart:before { content: "\f07a"; }
.glyph.icon-home:before { content: "\f015"; }
.glyph.icon-notifications:before { content: '\f0f3'; }
.glyph.icon-profile:before { content: "\f2bb"; }
.glyph.icon-publications:before { content: "\f02d"; }
.glyph.icon-instructor:before { content: "\f19d"; }
.glyph.icon-economic:before { content: "\f19c"; }
.glyph.icon-chat:before { content: 'chat'; font-family: 'Material Icons';}
.glyph.icon-welcome:before {
    content: '\f112';
}

.glyph.icon-newpublication:before {
    content: '\f055';
}

.glyph.icon-store:before {
    content: '\f112';
}

.glyph.icon-office:before {
    content: '\f0b1';
}

.glyph.icon-policies:before {
    content: '\f129';
}

.glyph.icon-version:before {
    content: '\f1ea';
}

.glyph.icon-logout:before {
    content: '\f08b';
}

.contact-info {
    margin-left: 10px;
}

.contact-info i.fa {
    width: 40px;
}

.contact-info > div {
    margin: 5px 0;
}