/* Palsma */

.plasma {
    width: 100%;
    background:
        linear-gradient(#fec33e77, #5a2a6677),
        url('../images/plasma01.jpg');
    background-size: cover;
    background-position: 50% 40%;
    padding: 8em 0;
}

.plasma .white {
    display: inline-block;
    background: rgba(255,255,255,0.85);
    font-size: 1.5em;
    padding: 3em 2em;
}

.plasma .logo {
    height: 6em;
}

.plasma .yellowDivider {
    width: 100%;
    height: 0.25em;
    margin: 1em auto;
    background: #fec33e;   
}

@media (max-width: 460px) {
    .plasma h1 {
        font-size: 100%;
    }
}
.plasma .side {
    display: inline-block;
}

.plasma h1 {
    line-height: 1.25em;
}

.plasma .join {
    color: #5a2a66;
    background: #fec33e;
    padding: 0 1em 0 2em;
    border-radius: 1em;
    position: relative;
    height: 1.5em;
    display: inline-block;
    line-height: 1.5em;
}

.plasma .fa-chevron-left {
    color: #fff;
    background: #5a2a66;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1.5em;
    line-height: 1.5em;
    border-radius: 50%;
    padding-right: 0.1em;
}

/* Icons */

.icons {
    padding: 3em 0;
    width: 100%;
    max-width: 420px;
}

.icons .icon {
    display: inline-block;
    width: 150px;
    margin: 1em auto;
    color: #333;
    vertical-align: top;
}

.icons .icon img {
    transform: scale(1);
    transition: all 0.1s;
}

.icons .icon:hover img {
    transform: scale(1.1);
}

/* contact */

.contact .top_out {
    width: 100%;
    background:
    linear-gradient(#0004, #0004),
    linear-gradient(#fec33e77, #5a2a6677),
    url('../images/contact-top.jpg');
    background-size: cover;
    background-position: center;
}

.contact .top_in {
    color: #fff;
    width: 100%;
    padding: 2em 0.5em;
    text-align: right;
}

.formCont_out {
    display: inline-block;
    text-align: right;
    margin: 3em auto;
    width: 90%;
    max-width: 30em;
}

.formCont_in {
    padding: 4em 2em;
    display: inline-block;
    background:
    linear-gradient(#aaa7, #aaa7),
    url('../images/contact-form.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;

}

.contact form {
    text-align: right;
    padding-bottom: 2em;
    border: solid #fff;
    border-width: 0 0 2px;
    width: 100%;
}

.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"] {
    font-family: 'Heebo', sans-serif;
    font-size: 100%;
    color: #5a2a66;   
    width: 100%;
    padding: 0.5em;
    margin: 0.25em;
}

.contact textarea {
    font-family: 'Heebo', sans-serif;
    font-size: 100%;
    color: #5a2a66;
    width: 100%;
    padding: 0.5em;
    margin: 0.25em;
    resize: none;
}

.contact .submit{
    padding: 0 0.5em;
    text-align: left;
}

.contact input[type="submit"] {
    font-family: 'Heebo', sans-serif;
    font-size: 100%;
    color: #5a2a66;
    border: none;
    background: none; 
}

.contact input[type="submit"]:hover {
    font-weight: bold;
}

.contact .join {
    background: #fff;
    padding: 0 1em 0 2em;
    border-radius: 1em;
    position: relative;
    height: 1.5em;
    display: inline-block;
    line-height: 1.5em;
    text-align: center;
}

.contact .fa-chevron-left {
    color: #5a2a66;
    background: #fec33e;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1.5em;
    line-height: 1.5em;
    border-radius: 50%;
    padding-right: 0.1em;
}

.contactRes {
    padding: 0 0.5em;
    color: #fff;
}

.contact .side {
    display: inline-block;
    width: 100%;
    padding-top: 2em;
}

.emailLine {
    position: relative;
    width: 100%;
    height: 4em;
    line-height: 2em;   
    text-align: right;
    margin-bottom: 1.5em;
}

.emailLineName {
    color: #fff;
    padding-right: 3.6em;
    font-size: 1.25em;
}

.emailLineEmail {
    background: #fff;
    width: calc(100% - 1em);
    padding-left: 1em;
    border-radius: 1em;
    position: relative;
    height: 2em;
    display: inline-block;
    line-height: 2em;
    margin: 0 1em 0 auto;
    text-align: left;
}

.emailLineImg {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.5em;
    height: 4.5em;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background-size: cover;
}

.emailLineImg[name="Moti"] {
    background-image: url('../images/moti.jpg');
}

.emailLineImg[name="Liat"] {
    background-image: url('../images/liat.jpg');
}

.contact .side .phoneLine {
    background: #fff;
    width: 100%;
    text-align: right;
    padding-right: 2.5em;
    border-radius: 1em;
    position: relative;
    height: 2em;
    display: inline-block;
    line-height: 2em;
}

.contact .side .phoneLine i {
    text-align: center;
    color: #fec33e;
    background: #5a2a66;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2em;
    line-height: 2em;
    border: solid 1px #fff;
    border-radius: 50%;
    padding-right: 0.1em;
}

.contact .navigate {
    background: #fff;
    box-shadow: 0 0 1em #777;
    width: 100%;
    text-align: right;
    padding-right: 3.5em;
    border-radius: 1.5em;
    position: relative;
    height: 3em;
    display: inline-block;
    line-height: 3em;
    margin: 1.5em auto;
}

.contact .navigate i {
    text-align: center;
    color: #fff;
    background: #fec33e;
    position: absolute;
    font-size: 2em;
    top: 0;
    right: 0;
    height: 100%;
    width: 1.5em;
    line-height: 1.5em;
    border-radius: 50%;
}

.contact .navigateWith {
    display: none;
}

.contact .navigateWithSml {
    text-align: center;
}

.contact .navigateWithSml a {
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 1em #777;
    border-radius: 1.5em;
    height: 3em;
    width: calc(50% - 0.5em);
    line-height: 3em;
}

.contact .navigateWithSml a:nth-child(1) {
    margin-left: 1em;
}

.contact .navigateWithSml img {
    height: 1em;
}

/* Palsma 2 */

.plasma2 {
    width: 100%;
    background:
        linear-gradient(#0007, #0007),
        linear-gradient(#fec33eaa, #5a2a66aa),
        url('../images/plasma02.jpg');
    background-size: cover;
    background-position: center;
    padding: 4em 0;
}

.plasma2 .white {
    display: inline-block;
    background: rgba(255,255,255,0.85);
    font-size: 1.5em;
    padding: 1em;
    max-width: 90%;
}

.plasma2 .side {
    display: block;
}

.plasma2 h1 {
    line-height: 1.25em;
}

.plasma2 .join {
    color: #5a2a66;
    background: #fec33e;
    padding: 0 1em 0 2em;
    border-radius: 1em;
    position: relative;
    height: 1.5em;
    display: inline-block;
    line-height: 1.5em;
}

.plasma2 .fa-chevron-left {
    color: #fff;
    background: #5a2a66;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1.5em;
    line-height: 1.5em;
    border-radius: 50%;
    padding-right: 0.1em;
}

.plasma2 .logo {
    height: 5em;
    margin-right: 2em;
}

.plasma2 .quotes {
    width: 90%;
    font-size: 2em;
    color: #fff;
    margin: 3em auto 1em;
    position: relative;
    transition: all 0.5s;
}

.plasma2 .quote {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 1;
    pointer-events: none;
    transition: all 0.5s;  
}

.plasma2 .quote.hide {
    opacity: 0;
}

.plasma2 .quotesNav i {
    color: #fff;
    vertical-align: middle;
    padding: 0.5em;
    cursor: pointer;
}

.plasma2 .quotesNav i.fa-circle {
    font-size: 0.75em;
    transition: all 0.5s;  
}

.plasma2 .quotesNav .fa-circle.on {
    color: #fec33e;
}