@import url('https://fonts.googleapis.com/css?family=Assistant:400,700&subset=hebrew');

html, body {
    color: #404040;
    font-family: 'Assistant', 'arial';
    font-size: 18px;
}

a {
    color: #11ABCF;
}

a:hover {
    color: white;
}

.header {
    padding: 15px 0px;
    background-color: #11ABCF;
}

#logo {
    float: right;
}

#logo img {
    display: block;
}

.wrap {
    margin: 0px auto;
    width: 1200px;
}

.menubar {
    background-color: white;
    z-index: 150;
    transition:0.5s;
    top: -100px;
}

.fixed {
    position: fixed;
    top: 0px;
}

.menu {
    float: right;
    width: 100%;
    list-style-type: none;
    padding: 0px;
    float: left;
    margin: 0px;
}

.menu li {
    float: right;
    position: relative;
}

.menu li:hover > a {
    color: #11ABCF;
    text-decoration: underline;
}

.menu > li:nth-child(1) a {
    padding-right: 0px;
}

.menu li a {
    text-decoration: none;
    float: right;
    padding: 10px 18px;
    font-size: 18px;
    transition: 0.2s;
    color: #404040;
}

.menu li ul {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    width: 250px;
    padding: 0px 10px;
    margin: 0px;
    list-style-type: none;
    top: 100%;
    transition:0.2s;
    right: 15px;
    position: absolute;
    overflow: hidden;
}

.menu-open a {
    background-color: white !important;
}

.menu-open ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
    right: 0px !important;
}

.menu li:hover > ul, .menu li:focus > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    right: 0px;
}

.menu li ul li {
    float: right;
    width: 100%;
    background-color: white;
}

.menu li ul li a {
    padding: 4px 15px !important;
    float: right;
    width: 100%;
}

.menu li ul li a:hover {
    text-decoration: underline;
}


.menu li ul li ul {
    right: 100% !important;
    top: 0px !important;
}

.cover img, .cover-inside img {
    width: 100%;
    display: block;
}

.slogan {
    position: absolute;
    z-index: 99;
    top: 15px;
    font-size: 42px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #404040;
    bottom: 15px;
}

.typed {
    color:#11ABCF;
}

.slogantext {
    background-color: white;
    padding: 10px;
}

.header-left-box {
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.topleftbold {
    color: white;
    padding: 2px 10px;
    transition: 0.2s;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    float: right;
}

.topleftbold:hover {
    background-color: white;
    color: #11ABCF;
}

.topleftbold:nth-child(1) {
    border: 0px;
}

.what {
    background-color: #f5f5f5;
}

.secondary-title {
    color: #11ABCF;
    position: relative;
}

.secondary-title:after {
    content: "";
    height: 2px;
    width: 50px;
    right: 0px;
    background-color: #FF860E;
    position: absolute;
    top: 140%;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.flex {
    display: inline-block;
    border-radius: 5px;
    background-color: white;
    margin-bottom: 25px;
    width: calc(20% - 25px);
}

.joined .flex {
    width: calc(25% - 25px);
}

.half-big .flex {
    width: calc(33.33% - 25px);
}

.whatwedo {
    padding: 20px;
    text-align: center;
    transition: 0.2s;
}

.whatwedo i {
    border-radius: 50%;
    border: 2px solid #11ABCF;
    padding: 20px;
    color:#FF860E;
    font-size: 24px;
}

.boxes {
    padding: 25px 0px;
}

.whatwedo h3 {
    font-size: 20px;
    margin-bottom: 0px;
    color:#404040;
}

.flex:hover {
    box-shadow: 0 2px 14px rgba(0,0,0,0.15), 0 2px 14px rgba(0,0,0,0.15);
}

.card {
    padding: 20px;
    transition: 0.2s;
    border: 1px solid #e0e0e0;
}

.c-right {
    width: 80px;
    float: right;
}

.c-left {
    padding-right: 15px;
    float: right;
    width: calc(100% - 80px);
}

.c-left > * {
    clear:both;
    float: right;
    width: 100%;
}

.c-image {
    float: right;
}

.c-name {
    color:#FF860E;
    font-weight: bold;
    margin-bottom: 10px;
    float: right;
    width: 100%;
}

.c-name:hover {
    color: #404040;
}

.c-image img {
    width: 100%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.c-link {
    color: white;
    background-color: #11ABCF;
    padding: 4px;
    border-radius: 5px;
    clear:both;
    float: right;
    text-align: center;
    transition: 0.2s;
    width: 120px;
    font-size: 16px;
    margin-right: calc(50% - 60px);
}

.c-link:hover {
    background-color: #FF860E;
}

.c-top {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}

.c-cat {
    background-color: #e0e0e0;
    color: #404040;
    border-radius: 3px;
    font-size: 16px;
    margin-left: 10px;
    padding: 2px 5px;
    float: right;
    margin-bottom: 10px;
}

.c-cat:hover {
    color: #11ABCF;
}

.c-phone {
    font-size: 16px;
    cursor: pointer;
}

.c-phone:hover {
    color: #11ABCF;
}

.c-phone a {
    display: none;
}

.card i {
    font-size: 12px;
    margin-left: 10px;
    margin-top: 7px;
    float: right;
}

.c-mail  {
    margin-top: 5px;
    color: #404040;
    font-size: 16px;
}

.c-mail:hover {
    color: #11ABCF;
}

.footertop {
    background-color: #404040;
    padding: 25px 0px;
    color:white;
}

.footer-row {
    float:right;
    width:25%;
    font-size: 16px;
    padding-left: 20px;
}

.footer-row-double {
    float:right;
    width: 50%;
    padding-left: 20px;
    padding-bottom: 50px;
}

.footer-row-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.menu-footer {
    padding:0px;
    margin:0px;
    list-style-type: none;
    font-size: 16px;
}

.menu-footer li {
    float:right;
    width:100%;
    padding: 4px 0px;
}

.menu-footer li a {
    color:white;
    float:right;
    clear:right;
}

.menu-footer li a:hover {
    color: #FF860E;
}

.footer {
    padding: 25px 0px;
    background-color: #404040;
    font-weight: bold;
    color:white;
}

.footer a {
    color: #11ABCF;
    text-decoration: underline;
}

.laki {
    float:left;
}

.slogan-inside {
    font-size: 18px;
    font-weight: normal;
    max-width: 600px;
}

.slogan-inside p {
    margin: 5px 0px !important;
}

.cat-title {
    color: rgb(36, 192, 44);
    font-size: 42px;
    margin: 0px;
}

.slogan-profile {
    padding-right: 100px;
}

.card-profile-avatar {
    border-radius: 50% !important;
    position: absolute;
    right: 0px;
    margin-top: 5px;
    width: 80px !important;
    height: 80px;
}

.card-basic {
    background-color: white !important;
}

.card-art-full {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.card-art-full a:hover {
    color: #FF860E;
}

.card-art-full:nth-last-child(1) {
    border-bottom: 0px;
}

.card-art {
    font-size: 15px;
}

.card-right .card-basic {
    margin-top: 0px;
}

.graybg {
    background-color: #f5f5f5;
}

.login-title {
    color: #FF860E;
    padding: 10px;
    text-align: center;
    margin: 0px;
    font-size: 22px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.half-big {
    width: 72%;
    margin-bottom: 25px;
    float: right;
}

.half-small {
    width: 28%;
    float: left;
    padding-right: 25px;
    margin-bottom: 25px;
}

.the-content {
    padding: 0px 20px;
}

.the-content h2 {
    border-bottom: 1px solid #e0e0e0 !important;
    border-radius: 5px !important;
}

.half-small .flex {
    width: 100%;
}

.article {
    padding-top: 25px;
}

.itfree {
    background-color: #11ABCF;
    color: white;
    padding: 5px;
    text-align: center;
}

.itfree a {
    color: white;
}


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

.wrap {
    width: 100%;
    padding: 0px 20px;
}

}

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

.mobile {
    display: block !important;
}

.cover img, .cover-inside > div >  img {
    min-height: 100px;
}

.footer-row, .footer-row-double {
    width: 100%;
    margin-bottom: 25px;
}

.flex {
    width: 100% !important;
}

.slogan {
    font-size: 25px;
    margin-right: 25px;
}

.menubar {
    display: none;
}

.header-left-box {
    display: none;
}

.cat-title {
    font-size: 26px;
}

}