/*red*/
/*orange*/
* {
    box-sizing: border-box; }

body, html {
    font-family: "museo-sans";
    font-size: 18px;
    background: #000000;
    color: #ffffff;
    font-weight: 500; 
    -webkit-font-smoothing: antialiased; }

body.locked, html.locked {
    overflow: hidden; }

#language{
    color: #848484;
    padding-right: 10px;
    padding-bottom: 15px;
    text-align: right;
}
#language span{
    cursor: pointer;
}
body {
    padding-top: 160px;
    box-sizing: content-box; }


.video-mobile {

    display: block;
}
.picture-mobile {
    display: none;

}

h1 {
    font-size: 8rem;
    line-height: initial;
    color: #df296a;
    margin-bottom: 40px;
    background: linear-gradient(to right, #30CFD0 1%, #b80053 44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#hello {
    font-size: 11rem;
}

#intro h1 {
    margin-bottom: 0px; }

h2 {
    font-size: 2rem;
    color: #919195; }

h3 {
    font-size: 24px;
    color: #919195;
    margin: 50px 0 30px; }

a {
    color: #ffffff;
    text-decoration: none; }

.divider {
    position: relative;
    float: left;
    width: 100%;
    height: 2px;
    background-color: #525252;
    margin-top: 65px; }
.divider.header-underline {
    margin-top: 0; }
.divider.bottom {
    margin-top: 127px; }
.divider.grow {
    width: 0%;
    -webkit-transition: width 1s;
    -webkit-transition-delay: 0.5s;
    transition: width 1s;
    transition-delay: 0.5s; }
.divider.grow.shown {
    width: 100%; }

nav {
    z-index: 9999;
    background-color: #000000;
    padding-top: 80px;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transition: opacity 1s;
    transition-delay: 0.5s;
    -webkit-transition: opacity 1s;
    -webkit-transition-delay: 0.5s; }
nav.shown {
    opacity: 1; }
nav .navItems {
    float: right;
    padding: 0 -10px; }
nav .navItems a {
    padding: 10px; }
nav .divider {
    margin-top: 15px; }
nav .relativeContainer {
    position: relative;
    float: left;
    width: 100%; }
nav .relativeContainer a {
    cursor: pointer; }
nav .relativeContainer a.active {
    text-decoration: underline; }
nav #logo {
    position: absolute;
    bottom: 15px;
    height: 60px; }

.container {
    padding: 0 15px;
    margin: 0 auto; }



section {
    width: 100%;
    padding: 100px 0px 0;

    position: relative;
    float: left; }

#intro {
    padding: 60px 0px 0;
}
section .socialIcons {
    padding: 0 -6px; }
section .socialIcons .socialIcon {
    margin: 0 6px; }
section p {
    max-width: 100%;
    line-height: 26px; }
section#about p, section#contact p, section#footer {
    font-family: "museo-sans";
    font-weight: 300; }
section#footer {
    padding: 20px 0px 100px; }
section#footer #footerLogo {
    float: right;
    transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px); }
section#footer p {
    font-size: 14px;
    line-height: 16px; }
section#about p {
    padding-top: 50px; }
section p.intro {
    font-size: 30px;
    line-height: normal; }
section .col-md-4 {
    width: 33.33333%;
    float: left;
    padding-right: 50px; }
section.work {
    display: grid;
    height: 300px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: height 1s, transform 1s;
    -webkit-transition: height 1s, -webkit-transform 1s; }

section.work span.rn-carousel-control{
    display: none;
}
section.work.animating span.rn-carousel-control{
    display: block;
}

section.work .container {
    height: 100%; }
section.work .workBackgroundImage {
    position: absolute;
    transition: opacity 0.8s, -webkit-filter 1s, filter 1s, -webkit-transform 0s, transform 0s;
    -webkit-transition: opacity 0.8s, -webkit-filter 1s, filter 1s, -webkit-transform 0s, transform 0s;
    left: 0;
    z-index: -1; 
    width: 100%;
    bottom: -520px
}
section.work .relativeContainer {
    position: relative;
    width: 100%;
    height: 100%; }
section.work .projectDetails {
    bottom: 0%;
    position: absolute;
        width: 80%;
    text-shadow: none;
    color: #000000;
    padding: 25px;

}
section.work .projectDetails h3.clientName {
    margin: 0;
    color: #ffffff;
    font-size: 38px;}
section.work .projectDetails .divider {
    margin: 20px 0 20px;
    background: #ffffff; }
section.work .projectDetails .projectName {
    color: #000000; 
    margin: 20px 0 20px; }
section.work .projectDetails .projectDescription {
    font-family: "museo-sans";
    font-weight: 300;
    -webkit-font-smoothing: antialiased; 
    display: none;
}

section.work.animating .projectDetails .projectDescription {
    display: block;
    padding-bottom: 20px;
   } 
section.work .grower {
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*      position: absolute;*/
    left: 0px; }


section.work.animating {
    height: 100%;
    background: #000;
    z-index: 9999;
    opacity: 1 !important; }
section.work.animating .workBackgroundImage {
    -webkit-filter: grayscale(0%) brightness(100%) sepia(0%);
    filter: rayscale(0%) brightness(100%) sepia(0%);
    transform: translate3d(0px, 0px, 1px);
    -webkit-transform: translate3d(0px, 0px, 1px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    width: 100%;
    bottom: auto;
}



section.work.animating-leave {
    z-index: 9999; }

section.animating div.arrowRight,
section.animating div.arrowLeft{
    display: block;
}

section#araink h3{
    margin-bottom: 5px;
}
section#araink div.price{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #df296a;
}
section#araink div.price span{
    color: #aaa;
    padding-left: 2px;
}
section#araink h4.includes,
section#araink h4.options{
    
    padding-top: 14px;
    padding-bottom: 6px;
}
section#araink ul.includes li{
    list-style: none;
    line-height: initial;
}
section#araink ul.options li{
    list-style: none;
    line-height: initial;
}
section#araink p{
    line-height: 20px;
    font-size: 18px;
}
section#araink p.comment{
    line-height: 18px;
    font-size: 13px;
    padding-top: 12px;
    color: #919195;
    font-weight: 300;
}
section#araink p.quote{
    margin-top: 30px;
    font-size: 16px;
}
section#araink p.quote a{     
    background: #df296a;
    width: 120px;
    text-align: center;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 0px;
}
section#araink ul span.price{
    color: #919195;
    font-size: 15px;
}
div.arrowRight,
div.arrowLeft{
    width: 100px;
    background: red;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: auto 0;
    display: none;
}
div.arrowLeft{
    left: 0;
}
div.arrowRight{
    right: 0;
}
div.grower img.slide-left{
    margin-left: -1920px !important;
}

.anchor {
    width: 100%;
    position: relative;
    float: left; }

@keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }
@-webkit-keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }
@keyframes goTop {
    to {
        top: 0; } }
@keyframes comeFromTop {
    from {
        transform: translate3d(0px, -90px, 1px);
        opacity: 0; }
    to {
        transform: translate3d(0px, 0px, 1px);
        opacity: 1; } }
@-webkit-keyframes comeFromTop {
    from {
        -webkit-transform: translate3d(0px, -90px, 1px);
        opacity: 0; }
    to {
        -webkit-transform: translate3d(0px, 0px, 1px);
        opacity: 1; } }
@keyframes comeFromBottom {
    from {
        transform: translate3d(0px, 90px, 0px);
        opacity: 0; }
    to {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1; } }
@-webkit-keyframes comeFromBottom {
    from {
        -webkit-transform: translate3d(0px, 90px, 0px);
        opacity: 0; }
    to {
        -webkit-transform: translate3d(0px, 0px, 0px);
        opacity: 1; } }
.letter {
    display: inline-block;
    float: left;
    opacity: 1; }
.letter.ng-enter {
    animation: comeFromTop 0.7s;
    animation-fill-mode: backwards;
    -webkit-animation: comeFromTop 0.7s;
    -webkit-animation-fill-mode: backwards; }

.fadeIn {
    opacity: 0; }
.fadeIn.shown-add {
    animation: fadeIn 1s;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
    -webkit-animation: fadeIn 1s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: backwards; }
.fadeIn.shown {
    opacity: 1; }

.fadeOnScroll {
    opacity: 0;
    transition: opacity 1s, transform 1s;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transform: translateY(110px);
    -webkit-transform: translateY(110px); }
.fadeOnScroll .relativeContainer {
    width: 100%;
    position: relative;
    float: left; }
.fadeOnScroll .divider {
    transition: width 1s;
    -webkit-transition: width 1s;
    width: 0%; }
.fadeOnScroll.shown {
    opacity: 1;
    /*animation: comeFromBottom 1s;
    -webkit-animation: comeFromBottom 1s;*/
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
.fadeOnScroll.shown .divider {
    width: 100%; }

#top {
    position: absolute;
    top: 0; }

#hello {
    display: block;
    position: relative;
    float: left;
    width: 100%; }

ul[rn-carousel]{
    overflow: visible !important;
}

div.team-member img{
    padding-top: 50px;padding-bottom: 14px;
}

div.team-member-2 img{
    padding-top: 50px;padding-bottom: 14px;
}

div.team-member{
    font-size: 20px;
    text-align: center;
}

div.team-member-2{
    font-size: 16px;
    text-align: center;
    line-height: normal;
}



div.team-member > span{
    color: #7d8a86;
    font-size: 16px;
}

div.team-member-2 > span{
    color: #7d8a86;
    font-size: 16px;
}

.cd-member-bio{
    width: 800px;
    -webkit-transform: translateX(800px);
    -moz-transform: translateX(800px);
    -ms-transform: translateX(800px);
    -o-transform: translateX(800px);
    transform: translateX(800px);

    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #5c4b51;
    z-index: 1;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-member-bio.slide-in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 999999;
}
.cd-member-bio-pict{
    text-align: center;
}
.cd-member-bio{
    padding: 20px;
    background: WHITE;
    color: #3e4543;
    text-align: center;
    font-family: "museo-sans";
}

.cd-bio-content h2,
.cd-bio-content h1{
    color: #3e4543;
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.cd-bio-content h1{
    margin: 20px 0 5px;
}
.cd-bio-content h2{
    margin-bottom: 45px;
}
.cd-bio-content p,
.cd-bio-content h2
{
    color: #7d8a86;
}
.cd-bio-content p{
    line-height: 1.3em;
    font-weight: 300;
    padding: 5px 0;
}
.cd-member-bio-close {
    width: 39px;
    height: 39px;
    border-radius: 39px;
    overflow: hidden;
    position: fixed;
    top: 30px;
    right: 30px;
    background: url(/img/x.svg) no-repeat center center;
    background-size: 13px;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 99999999;
    cursor: pointer;
    background-color: #aeaeae;
}
div.cd-bio-pd-logo img{
    width: 53px;
    height: 48px;
    margin: 10px 0 60px;
}

p.clients{
    font-size: 80%;
}

.remedi-img {
    width: 100%;
    max-width: 1170px;
}

.team {
    display: flex;
    justify-content: center;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    
    section.work {
        height: 150px;
    }
    
    .moreDetailsArrow{
        top: -10px;
        position: relative;
        margin-left: 0 !important;
    }
    
    section.work .workBackgroundImage {
        bottom: auto;
    }
    #intro h2{
        font-size: 2.5rem !important;
    }
    .projectDescription {
        font-size: 0.8rem;
        line-height: initial;
        padding-bottom: 20px;
    }
    
    section.work .projectDetails {
        width: 100%;
        margin: 0;
        padding-bottom: 10px;
    }

    .video-mobile {
        display: none;

    }
    .picture-mobile {
        display: block;

    }
    #language{
        padding: 5px;
        padding-bottom: 15px;
        text-align: right;
        font-size: 14px;
    }

    nav #logo {
        display: block;
        position: relative;
        margin: auto;
    } 

    .navItems {
        font-size: 16px;
        float: none !important;
        text-align: center;

    }

    nav .navItems a {
        padding: 3px;
    }

    .container {
        max-width: 100%; }

    h1 {
        font-size: 3rem; }
    
    #hello {
        font-size: 6rem;}

    h2 {
        font-size: 1.3rem; }

    h3 {
        font-size: 24px; }

    body {
        font-size: 18px; }

    section .col-md-4 {
        width: 100%; }
    
    section.work .projectDetails h3.clientName {
        font-size: 20px;
        width: 90%;
    }

    section#footer #footerLogo {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        float: right;
        position: relative;
        margin-top: 20px; } }
@media (min-width: 768px) {

    .container {
        width: 720px; } }
@media (min-width: 992px) {

    .container {
        width: 920px; } }
@media (min-width: 1200px) {

    .container {
        width: 1150px; } }
@media (min-width: 1440px) {

    .container {
        width: 1200px; } }



.arrow {
    position: absolute;
    z-index: 9999;
    display: block;
    top: 50%;
    margin-top: -35px;
    width: 36px;
    height: 71px;
    outline: none;
    cursor: pointer;
    background: url(../img/blank.gif) no-repeat;

}

.arrow.prev {
    opacity: 0.2;
    left: 20px;
    background-image: url(../img/paddle_prev_999.png);
    transition: 0.2s linear all;
}

.arrow.next {
    opacity: 0.2;
    right: 20px;
    background-image: url(../img/paddle_next_999.png);
    transition: 0.2s linear all;
}

.arrow.prev:hover {
    opacity: 1;
    background-image: url(../img/paddle_prev_fff.png);
}

.arrow.next:hover {
    opacity: 1;
    background-image: url(../img/paddle_next_fff.png);
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
}

.ng-enter, 
.ng-leave
{ 
    -webkit-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
} 

.ng-enter {
    left: 100%;
}
.ng-enter.ng-enter-active {
    left: 0;
}

.ng-leave {
    left: 0;
}

section#contact a,
div#language a,
nav .navItems a{
    color: WHITE;
}

.clientName {
    color: #df296a;
}

.clientNameUnderline {
    background: lightgrey !important;
}

.animating .projectDetails{
    background: #ffffff;
    color: #000000 !important;
}

.animating .clientName {
    color: #df296a !important; 
}

.animating .projectName {
    color: #000000 !important;
}

.moreDetails {
    background: #df296a;
    width: 120px;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    border-radius: 0px;
}

.animating .moreDetails {
    display: none;
}

.close {
    visibility: hidden;
}

.animating .close {
   visibility: visible;
    font-weight: 300;
    opacity: 1 !important;
    text-decoration: underline;
    color: #df296a;
    font-size: 18px;
}


#footerLogo {
    width: 256px;
    margin-top: -26px;
}

#ugyfeleink a:focus, a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#araink ul {
    margin: 10px 20px;
}  

section#araink h3 {
    color: #ffffff;
    font-weight: bold;
}

#araink ul li::before {
  content: "\2022";
  color: #df296a;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.price {
    font-weight: 300;
}

#kapcsolat a:hover {
    text-decoration: none;
}

#rolunk .relativeContainer {
    margin-bottom: 50px;
}

section#araink p.quote a:hover {
    text-decoration: none;
}

#intro h2 {
    font-size: 5rem;
}

.mt-5{
    margin-top: 40px;
}

#szolgaltatasaink .relativeContainer {
    margin-bottom: 50px;
}

strong { 
  font-weight: bold;
}

#growVpTV {
    background: #f5f5f5;
}

#growLESZ {
    background: #c89b25;
}

#growMediaPeers{
    background: #b21726;
}

#growSioVital {
    background: #242426;
}

#growSzironta {
    background: #000000;
}

#growStJulians {
    background: #0f3a2e !important;
}

#growVEMAFIKC {
    background: #ffffff !important;
}

#growZeneTorteneti {
    background: #838399 !important;
}

.projectName {
    display: none;
}

.animating .projectName {
    display: block;
}

.clientNameUnderline {
    display: none;
}

.moreDetails {
    display: none;
}

section.work::before {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 4%, #000000 138%);
    z-index: 1 !important;
    content: ' ' !important;
    cursor: auto;
}

.clientName::after {

}

section.work .projectDetails {
    z-index: 1 !important;
}

.moreDetailsArrow {
    width: 50px;
    padding-right: 10px;
    margin-left: 10px;
}

.projectDetails {
    display: -webkit-inline-box;
}

.animating .projectDetails {
    display: block;
}

.animating .moreDetailsArrow {
    display: none;
}

.animating .clientName {

    font-size: 24px !important;
    
}

body {
    overflow-x: hidden !important;
}

::-webkit-scrollbar { 
   
}

#growENEA {
    background: #1b5692 !important;
}