.colorBanners .row.\31\35\30\25{
    margin-left: 0;
}
@media (min-width: 981px) {
    body.default-beneficii section + section:nth-child(2n+1) .row.\31\35\30\25 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: right;
    }
    body.default-termeni-si-conditii section + section:nth-child(2n+1) .row.\31\35\30\25 {
        text-align: left!important;
        display: block;
    }
}

#header input[type="submit"], #header input[type="reset"], #header input[type="button"], #header button, #header .button {
    box-shadow: inset 0 0 0 1px rgba(90, 99, 43, 0.5);
    color: rgb(122, 156, 62);
}
#header input[type="submit"]:hover, #header input[type="reset"]:hover, #header input[type="button"]:hover, #header button:hover, #header .button:hover {
    background-color: rgba(135, 204, 13, 0.125);
}
#header input[type="submit"]:active, #header input[type="reset"]:active, #header input[type="button"]:active, #header button:active, #header .button:active {
    background-color: rgba(135, 204, 13, 0.25);
}
.button.white {
    background-color: rgba(255,255,255,.21);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    color: #888;
}
.button.white:hover, .yellow .button.white:hover {
    background-color: rgba(255,255,255,1);
}
.yellow .button.white {
    background-color: rgba(255,255,255,.42);
}
.button.white:focus, .yellow .button.white:focus {
    background-color: rgba(255,255,255,.65);
}
.logoContainer {
    position: fixed;
    overflow: visible;
    box-sizing: border-box;
    height: 42px;
    width: 100%;
    display: block;
    background-color: rgba(121, 153, 0, 0.12);
    z-index: 2;
}
#logo {
    position: fixed;
    top: 0;
    left: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-color: #78A22F;
    background-size: cover;
    display: block;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.55, 0, 0.55, 0.2), box-shadow .3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: transform .3s cubic-bezier(0.55, 0, 0.55, 0.2), box-shadow .3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transform: scale(.75) translateY(-17.5%) translateX(-50%);
    transform: scale(.75) translateY(-17.5%) translateX(-50%);
    border-radius: 0 0 3px 3px;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.logoContainer:hover #logo{
    cursor: pointer;
    -webkit-transform: scale(1) translateY(0) translateX(-50%);
    transform: scale(1) translateY(0) translateX(-50%);
}
.xs-align-c {
    text-align: center;
}
@media (min-width: 737px) {
    .md-align-r {
        text-align: right;
    }
}
@media (min-width: 981px){
    .lg-align-r {
        text-align: right;
    }
}

#header {
    color: rgba(0, 0, 0, 0.75);
    background: white;
    min-height: 100vh;
    padding: 7em 0 7em;
}
.default-beneficii #header {
    padding: 2em 0 7em;
}
.default-despre-program #header {
    padding: 4em 0 2em;
    min-height: inherit;
}
.default-beneficii .main h2 {
    font-weight: 700;
}

.default-beneficii .row {
    color: #212121;
}
#header .actions:after {
    background: rgba(122, 156, 62, .8);
    content: '';
    height: 100vh;
    left: 50%;
    position: absolute;
    top: calc(100% + 6px);
    width: 1px;
}
#header .actions>li {
    position: relative;
}
#header .actions>li:before {
    background-color: rgba(122, 156, 62, .8);
    content: '';
    width: 50%;
    left: 25%;
    height: 1px;
    position: absolute;
    top: calc(100% + 6px);
}
.logoContainer nav {
    height: inherit;
    line-height: inherit;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

.logoContainer nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.logoContainer nav > ul > li {
    display: inline-block;
    padding: 0;
}

.logoContainer nav > ul > li > a {
    border: 0;
    color: #fff;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    padding: 0;
    text-transform: uppercase;
}

.logoContainer nav > ul > li > a.menuToggle {
    outline: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.logoContainer nav > ul > li > a.menuToggle span {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.logoContainer nav > ul > li > a.menuToggle:after {
    background: url("images/bars.svg") no-repeat center center;
    content: '';
    display: inline-block;
    height: 2.6rem;
    vertical-align: top;
    width: 2.6rem;
}

#footer {
    padding: 3em 0;
    background: white;
    color: rgba(122, 156, 62, .65);
}
#footer a:hover {
    color: rgb(122, 156, 62);
}
#footer a {
    border-bottom-color: rgba(122, 156, 62, 0.5);
}
@media screen and (max-width: 736px) {

    .logoContainer nav > ul > li > a.menuToggle {
        padding: 0 1.5em;
    }

    .logoContainer nav > ul > li > a.menuToggle span {
        display: none;
    }

}

@media screen and (max-width: 736px) {

    .logoContainer nav > ul > li > a {
        padding: 0 0 0 1.5em;
    }

}

.logoContainer nav > ul > li:first-child {
    margin-left: 0;
}
#header a:hover {
    color: rgb(122, 156, 62);
}

#header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header strong, #header b {
    color: rgba(0,0,0,.75);
}
#header .splash p {
    margin: 0;
}

.colorized.portocaliu, #header .colorized.portocaliu strong {
    color: #f90;
}
.colorized.mov, #header .colorized.mov strong {
    color: #a29ac8;
}
.colorized.verde, #header .colorized.verde strong {
    color: #779a0b;
}
#header .colorized strong {
    margin: 0;
    font-weight: 900;
}

.logoContainer nav > ul > li > a {
    color: rgba(122, 156, 62,.75);
}
.logoContainer:hover nav > ul > li > a {
    color: rgba(122, 156, 62,1);
}

.logoContainer nav > ul > li > a.menuToggle:after {
    background-color: rgba(122, 156, 62, 0.5);
    -webkit-transition: background-color .21s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color .21s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.logoContainer:hover nav > ul > li > a.menuToggle:after {
    background-color: rgba(122, 156, 62, 1);
}
#menu {
    background-color: rgba(122, 156, 62, 1);
}
.colorBanners {
    padding: 40px 0;
    border-top: 1px solid rgba(122, 156, 62, 0.5);
    background-color: rgba(122, 156, 62, 0.2);
    overflow: hidden;
}
.colorBanners h2 {
    font-weight: 900;
    font-size: 1.8em;
    white-space: nowrap;
    margin-bottom: 0;
}

.colorBanners p {
    margin: 0 0 .5em 0;
}
.yellowGreen, .blueOrange {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 9em;
}
.yellowGreen > div, .blueOrange > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.yellowGreen > div:nth-child(2n), .blueOrange > div:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
}
.yellowGreen > div, .blueOrange > div {
    -webkit-transition: background-color .2s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color .2s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.yellowGreen > div:nth-child(1) {
    background-color: rgba(255, 228, 0, 0.75);
}
.main.yellow,
.yellowGreen > div:nth-child(1):hover,
.yellow .image.fit .eticheta
{
    background-color: rgba(255, 228, 0, 1);
}
.yellowGreen > div:nth-child(2) {
    background-color: rgba(154, 223, 0, 0.75);
}
.main.green,
.yellowGreen > div:nth-child(2):hover,
.green .image.fit .eticheta
{
    background-color: #9adf00;
}
.blueOrange > div:nth-child(1) {
    background-color: rgba(30, 204, 243, 0.75);
}
.main.blue,
.blueOrange > div:nth-child(1):hover,
.blue .image.fit .eticheta{
    background-color: #1eccf3;
}
.blueOrange > div:nth-child(2) {
    background-color: rgba(255, 153, 0, 0.75);
}
.main.orange,
.blueOrange > div:nth-child(2):hover,
.orange .image.fit .eticheta {
    background-color: #f90;
}
.main.blue h2,
.main.blue .button.white,
.blue .contact-method .icon { color: rgb(21, 153, 183); }
.main.yellow h2,
.main.yellow .button.white,
.yellow .contact-method .icon{ color: rgb(189, 170, 0); }
.main.orange h2,
.main.orange .button.white,
.orange .contact-method .icon { color: rgb(194, 116, 0); }
.green .contact-method .icon { color: rgb(154, 223, 0) }
.main.style2 h2 {
    color: rgba(255,255,255,.65);
    /*text-shadow: 1px 1px 1px rgba(255,255,255,.65);*/
}
.eticheta {
    position: absolute;
    top: -1.2rem;
    right: 1.2rem;
    height: 7rem;
    width: 7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12);
    border: 1px solid rgba(255,255,255,.21);
}
.eticheta span {
    font-size: 3.2rem;
}
.eticheta .small {
    font-size: 1.8rem;
}
.letter-b {
    background: transparent url('images/letter-b.png') no-repeat center center;
}
.letter-u {
    background: transparent url('images/letter-u.png') no-repeat center center;
}
.letter-n {
    background: transparent url('images/letter-n.png') no-repeat center center;
}
.letter-a {
    background: transparent url('images/letter-a.png') no-repeat center center;
}
.letter {
    position: relative;
}
.letter > * {
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all .3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.colorBanners .text > * {
    -webkit-transition: color .2s cubic-bezier(0.55, 0, 0.55, 0.2), border-color .2s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: color .2s cubic-bezier(0.55, 0, 0.55, 0.2), border-color .2s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 100%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1 0 auto;          /* Chrome */
    -ms-flex: 1 0 auto;              /* IE 10 */
    -webkit-box-flex: 1;
    flex: 1;
}
.colorBanners .text {
    -webkit-flex-basis: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.colorBanners .letter {
    pointer-events: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: -1em;
}
.colorBanners .letter-u {
    -webkit-transition: all .5s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all .5s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.colorBanners .letter-n {
    -webkit-transition: all .6s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all .6s cubic-bezier(0.55, 0, 0.55, 0.2);
}
a.wrapMe {
    border-bottom: 1px solid transparent;
}
a.wrapMe .text > * {
    border-bottom: 1px solid transparent;
}
.colorBanners a.wrapMe:hover .text > * {
    color: black;
}
.colorBanners>div>div:hover .letter-b {
    -webkit-transform: scale(1.125) rotateZ(-6deg) translate3d(2%, -4%, 0);
    transform: scale(1.125) rotateZ(-6deg) translate3d(2%, -4%, 0);
}
.colorBanners>div>div:hover .letter-u {
    -webkit-transform: scale(1.15) rotateZ(5deg) translateY(-6%);
    transform: scale(1.15) rotateZ(5deg) translateY(-6%);
}
.colorBanners>div>div:hover .letter-n {
    -webkit-transform: scale(1.175) rotateZ(-5deg) translateX(3%);
    transform: scale(1.175) rotateZ(-5deg) translateX(3%);
}
.colorBanners>div>div:hover .letter-a {
    -webkit-transform: scale(1.2) rotateZ(2deg) translateX(-5%);
    transform: scale(1.2) rotateZ(2deg) translateX(-5%);
}
.colorBanners .letter {
    background-size: contain !important;
}
.colorBanners > div > div .wrapMe {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.colorBanners > div > div:nth-child(2) .wrapMe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#header .inner {
    width: 80%;
}
#header .inner > div {
    text-align: left;
}
#header h4 {
    margin: .5rem 0;;
    font-weight: 100;
    color: rgba(0,0,0,.65);
}
#header p {
    margin-bottom: .5rem;
    line-height: 100%;
}
.bdc-front, .bdc-back {
    position: relative;
    width: 252px;
    height: 400px;
    background: transparent no-repeat center center;
    background-size: cover;
    border-radius: .5em;
    z-index: 1;
    -webkit-transition: width .2s cubic-bezier(0.55, 0, 0.55, 0.2), height .2s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: width .2s cubic-bezier(0.55, 0, 0.55, 0.2), height .2s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.bdc-front {
    background-image: url('images/bdc_front.png');
    z-index: 1;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);
    -webkit-transform: translateX(-15%) scale(.75);
    transform: translateX(-15%) scale(.75);
}
.bdc-back {
    position: absolute;
    top: 0; z-index: 0;
    background-image: url('images/bdc_back.png');
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);
    -webkit-transform: rotateZ(12deg) translateY(-18%) translateX(50%) scale(.75);
    transform: rotateZ(12deg) translateY(-18%) translateX(50%) scale(.75);
}
div#yii-debug-toolbar {background: rgba(255,255,255,.35);}

.main.style2 {
    background-color: #999;
    background-image: url("images/overlay1.png");
}
[class^="moveMe"] {
    position: absolute;
}

#header .splash h4 {
    font-size: 6em;
}
#header .splash .colorized {
    font-size: 4.2em;
}
#header .splash p {
    font-size: 4.5em;
}


#header h1 {
    font-weight: bold;
}
#header header p {
    color: #424242;
}
.default-beneficii #header h1 {
    margin-top: -1em;
}
.default-despre-program #header h1 {
    margin-top: 0;
}
.main {
    padding: 4em 0 2em 0;
}

.main .image.fit>img {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12), 1px 3px 6px rgba(0,0,0,.1);
    border: 1px solid rgba(255, 255, 255, .5);
}
ul.actions li>a {
    margin: 6px 3px 0;
}

.auth-link .material-icons {
    font-size: 58px;
    vertical-align: middle;
    overflow: hidden;
}
.auth-link.google .material-icons{
    background-color: #DC4E41;
}
.auth-link.facebook .material-icons{
    background-color: #3b5998;
}
.auth-clients  {
    overflow-y: hidden;
    text-align: center;
}
.auth-clients>.auth-client {
    float: none;
    display: inline-block;
}

.default-inscrie-te .bdc-front {
    transform: translateX(0%) scale(.75);
}

#login-form .input-group-addon {
    min-width: 6rem;
    text-align: right;
}
.field-loginform-rememberme>.form-group {
    display: inline-block;
    margin-left: 2rem;
}
.field-loginform-rememberme>label {
    display: inline-block;
}
button[data-dismiss="alert"] {
    height: initial;
}
.alert {
    top: 57px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
/*
 * X-Large
 */
@media screen and (max-width: 1680px) {
    #header .splash h4 {
        font-size: 7.2vw;
    }
    #header .splash .colorized {
        font-size: 4.8vw;
    }
    #header .splash p {
        font-size: 5.4vw;
    }
    #header .inner {
        width: 80%;
    }
}

/*
 * Large
 */
@media screen and (max-width: 1140px) {
    .colorBanners > div > div .wrapMe {
        -webkit-flex-basis: 85%;
        -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    }
    #header .inner {
        width: 100%;
    }
}

/*
 * Medium
 */
@media screen and (max-width: 980px) {
    .default-beneficii #header h1 {
        margin-top: 0;
    }
    section#header + section + section .row.\31\35\30\25 {
        text-align: initial;
    }
    .main .actions.uniform {
        text-align: center;
    }
}

/*
 * Small
 */
@media screen and (max-width: 736px) {
    ul.actions li>a {
        margin-top: 3px !important;
    }
    .colorBanners > div > div .wrapMe {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .bdc-front, .bdc-back{
        margin-left: 25%;
    }
}

/*
 * X-Small
 */
@media screen and (max-width: 480px) {
    .row>* {
        min-width: 100%;
    }
    ul.actions li {
        width: 80%;
        left: 10%;
        position: relative;
        margin-top: 10px;
    }
    #header .splash h4 {
        font-size: 3em;
    }
    #header .splash .colorized {
        font-size: 1.8rem;
    }
    #header .splash  p {
        font-size: 2.4rem;
    }
}

/*
 * XX-Small
 */
@media screen and (max-width: 320px) {

}

@media (max-width: 736px) {
    .default-inscrie-te .bdc-back {
        transform: rotateZ(12deg) translateY(-21%) translateX(90%) scale(.75);
    }
    .default-inscrie-te .bdc-front {
        transform: translateX(42%) scale(.75);
    }
}
@media (max-width: 980px) {
    .row.\31\35\30\25>*>* {
        padding: 0 1rem;
    }
    .image.fit {
        padding: 0;
    }
    .main .image.fit>img{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
    }
}
.site-login {
    min-height: calc(100vh - 25em);
    border-bottom: 1px solid rgba(122, 156, 62, 0.5);
    position: relative;
}
.centered-title {
    text-align: center;
}
.fullBackground {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: transparent 50% 50% no-repeat /cover;
}
.fullBackground+.container {
    min-height: calc(100vh - 15em);
    margin-top: 5em;
    background-color: rgba(255,255,255,.95);
    padding: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);
}
@media(min-width: 992px) {
    .fullBackground+.container,
    #header .fullOverlay + .container.inner>.splash {
        border-radius: 6px;
    }
}
.fullBackground~* {
    position: relative;
    z-index: 1;
}
.fullBackground~#footer {
    background-color: transparent;
    color: white;
    padding: 1.5em 0;
}
.fullBackground~#footer a:before {
    color: rgba(122, 156, 62, 0.5);
}
.fullBackground~#footer a:hover:before {
    color: rgba(122, 156, 62, 1);
}
.fullOverlay~* { position: relative;z-index: 1; }
.fullOverlay {
    display: block;
    z-index: 0;
    background-color: rgba(33,33,33,.33);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#header .fullOverlay+.container .button {
    color:rgba(255,255,255,.8);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5)
}
#header .fullOverlay+.container .actions>li:before {
    background-color: rgba(255, 255, 255, .8);
}
#header .fullOverlay+.container .button:hover {
    background-color: rgba(255, 255, 255, 0.125);
}
#header .fullOverlay+.container .actions:after {
    background: rgba(255,255,255, .8);
}
#header .fullOverlay + .container.inner>.splash {
    background-color: rgba(255,255,255,.95);
    padding-top: 3em;
    margin: 0;
    box-shadow: 0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);
}
