﻿/* =================================================================================== 
        Copyright (c) 2019 Hadar Ribak Design - www.hadaribak.co.il - all rights reserved.
   =================================================================================== */
body {
    background-image: url("../Images/General/karnil-bkg.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #efeff0;
    font-family: 'Alef', Helvetica, Arial, sans-serif;
    font-size: 1.5em;

}
.textArea {
    padding: 15px;
}
.navbar-default {
    background-color: transparent;
}
ul.navbar-nav a {
    color: #313a81 !important;
    border-radius: 10px;
}
ul.navbar-nav a:hover {
    color: #ffffff !important;
    background-color: #456eaa !important;
}
.vericalPad {
    padding: 15px 0;
}
div.mainAreaBkg {
    background-image: url('../Images/General/main-area-bkg.png');
}
.slide {
    display: none;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
img.slide {
    width: 100%;
    border-bottom: 5px solid #313a81;
}
h1 {
    color: #313a81;
}
h1 span {
    color: #456eaa;
}
div#switchingHeader {
    /*width: 100%;*/
    /*height:333px;*/
    padding-bottom: 17.34% !important;
}
div#switchingHeader img {
    width: 100%;
}
div .icons a {
    padding: 15px 0;
    font-size: 1.2em;
}
div .icons a img {
    width: 100%;
}
div .icons a div {
    text-align: center;
}
.lang input[type=image] {
    width: 76px;
    height: 20px;
    margin: 5px;
}
.transBkg {
    background-image: url('../Images/General/trans-bkg.png');
    background-repeat: repeat;
    margin: 15px 0;
}
.box {
    margin-top: 15px;
}
.noFloat {
    float: none;
}
div.responsiveBox {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
}
ul.testi {
    list-style-type: none;
    padding: 0;
}

ul.testi li {
    padding-bottom: 15px;
    text-align: center;
}
ul.testi li img {
    max-width: 100%;
}
div.box img.proj {
    width: 100%;
    display: none;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.otherProjects {
    padding: 15px 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
}
div.otherProjects h3 {
    padding: 0 15px;
}
footer {
    background-color: #bababa;
    border-top: 2px solid #313a81;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer li {
    border-bottom: 1px dotted #313a81;
    line-height: 3em;
}
footer li:first-child {
    border-bottom: 2px solid #000000;
}
footer li:last-child {
    border-bottom: 0;
}
footer .credit {
    background-color: #bababa;
    border-top: 2px solid #555555;
    padding: 15px 0;
}
footer .credit div {
    font-size: 0.85em;
}
@media (min-width: 768px) {

    div.flex {
        display: flex;
        flex-flow: row wrap;
    }

    footer div.BDi img {
        padding-top: 15px;
    }
}
@media (min-width: 1170px) {
    .max800 {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
}
