@charset "utf-8";
/* CSS Document */

/************* MISC ***************/
/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

@font-face {
    font-family: 'Migdal-Regular';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Migdal-Regular.eot);
    src: url(../fonts/Migdal-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Migdal-Regular.woff2) format('woff2'),
    url(../fonts/Migdal-Regular.woff) format('woff'),
    url(../fonts/Migdal-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Migdal-Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Migdal-Bold.eot);
    src: url(../fonts/Migdal-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Migdal-Bold.woff2) format('woff2'),
    url(../fonts/Migdal-Bold.woff) format('woff'),
    url(../fonts/Migdal-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Migdal-Light';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Migdal-Light.eot);
    src: url(../fonts/Migdal-Light.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Migdal-Light.woff2) format('woff2'),
    url(../fonts/Migdal-Light.woff) format('woff'),
    url(../fonts/Migdal-Light.ttf) format('truetype');
}
.font-light
{
    font-family: 'Migdal-Light', 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
}
.font-regular
{
    font-family: 'Migdal-Regular', 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
}
.font-bold
{
    font-family: 'Migdal-Bold', 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: right;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: right;
    }
}

.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}
.parallax {
    height:auto;
}
@media (max-width: 768px) {

    .clear-padding-xs {
        padding-left: 0px;
        padding-right: 0px;
    }
}
body {
    font-family: 'Migdal-Regular', 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
}
* {
    margin: 0 auto;
    padding: 0;
    direction: rtl;
}
img {
    max-width: 100%;
}
.clear-20 {
    clear: both;
    height: 20px;
}
.clear-30 {
    clear: both;
    height: 30px;
}
.clear-50 {
    clear: both;
    height: 50px;
}
a {
    color: #2477B2;
}
a:focus {
    border: 1px dotted #ffffff!important;
}
a:focus, a:hover {
    color: #25438d;
}


.radius-15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.radius-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.transition-20 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.transition-30 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
span.ltr {
    direction: ltr!important;
    display: inline-block;
}

h2, h3, h4, h5, h6 {
    color: #0f2f6c;
}

h2 {
    font-size: 32px;
}

::-webkit-input-placeholder {
    color: #ffffff!important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ffffff!important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff!important;
}

:-ms-input-placeholder {
    color: #ffffff!important;
}
@media (max-width: 768px) {
    .row-eq-height {
        display: block;
    }
}
div.checkbox {
    font-size: 16px;
    display: block!important;
}
@media (max-width: 768px) {
/*    div.checkbox {
        font-size: 16px;
        margin-top: -30px;
    }

    .checkbox label {
        padding-right: 0px;
        padding-left: 10px;
        max-width: 262px;
    }*/
}
div.checkbox label input {
    float: right;
    margin-left: 7px!important;
    margin-top: 5px;
}
div.checkbox label a {
    text-decoration: underline;
    color: inherit;
}

.nav>li {
    position: static;
}
.dropdown-menu {
    width: 100%;
    top: auto;
    border: 0px;

}

/*only for the post items*/
.owl-item > .item > .migdal-over-effect-wrapper figure {
    cursor: move;
}

.migdal-over-effect-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.migdal-over-effect-wrapper figure {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.migdal-over-effect-wrapper > figure {
    cursor: default !important;
}
.migdal-over-effect-wrapper figure > img::after {
    background: blue;
    width: 100%;
    height: 100%;
}
.migdal-over-effect-wrapper figure > .overlay {
    width: 100%;
    height: 100%;
    background: rgba(15,47,108,0.6);
    position: absolute;
    top: 0;
}
.migdal-over-effect-wrapper figure >  figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(7,20,50,0) 0%, rgba(7,20,50,0.8) 75%);
    content: '';
    opacity: 0;
    transform: translate3d(0,50%,0);
}

.migdal-over-effect-wrapper figure > figcaption > h3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #ffffff;
    transition: transform 0.35s, color 0.35s;
    transform: translate3d(0,-50%,0);
    margin: 0;
    font-size: 28px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 22px;
}

.migdal-over-effect-wrapper figure > figcaption::before,
.migdal-over-effect-wrapper figure > figcaption > p,
.migdal-over-effect-wrapper figure > figcaption > .midgal-button-container {
    transition: opacity 0.35s, transform 0.35s;
}

.migdal-over-effect-wrapper figure > figcaption > p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 25px;
    width: 100%;
    opacity: 0;
    transform: translate3d(0,10px,0);
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
}
.migdal-over-effect-wrapper figure > figcaption > .midgal-button-container {
    position: absolute;
    bottom: 0;
    right: 25px;
    opacity: 0;
    transform: translate3d(0,10px,0);
}
.migdal-over-effect-wrapper > a {
    display: inline-block;
    width: 100%;
}
.migdal-over-effect-wrapper > a:hover h3,
.migdal-over-effect-wrapper > a:focus h3 {
    color: #fff;
    transform: translate3d(0,-50%,0) translate3d(0,-20px,0);
}

.migdal-over-effect-wrapper > a:hover figcaption::before,
.migdal-over-effect-wrapper > a:hover p,
.migdal-over-effect-wrapper > a:focus figcaption::before,
.migdal-over-effect-wrapper > a:focus p,
.migdal-over-effect-wrapper.moneytalks:hover figcaption::before,
.migdal-over-effect-wrapper.moneytalks:focus figcaption::before,
.migdal-over-effect-wrapper.moneytalks.focused figcaption::before {
    opacity: 1;
    transform: translate3d(0,0,0);
}

.migdal-over-effect-wrapper.moneytalks:hover h3,
.migdal-over-effect-wrapper.moneytalks:focus h3,
.migdal-over-effect-wrapper.moneytalks.focused h3 {
    color: #fff;
    transform: translate3d(0,-125px,0);
}
.migdal-over-effect-wrapper.moneytalks:hover p,
.migdal-over-effect-wrapper.moneytalks:focus p,
.migdal-over-effect-wrapper.moneytalks.focused p {
    opacity: 1;
    transform: translate3d(0,-70px,0);

}
.migdal-over-effect-wrapper.moneytalks:hover .midgal-button-container,
.migdal-over-effect-wrapper.moneytalks:focus .midgal-button-container,
.migdal-over-effect-wrapper.moneytalks.focused .midgal-button-container {
    opacity: 1;
    transform: translate3d(0,-40px,0);

}

.migdal-over-effect-wrapper.moneytalks figure {
    text-align: right;
}
.migdal-over-effect-wrapper.moneytalks figure > img {
    width: 100%;
}
.migdal-over-effect-wrapper.moneytalks figure > figcaption > h3 {
    top: auto;
    bottom: 18px;
    padding-left: 20%;
    transform: none;
    line-height: 26px;
}
html.touch .migdal-over-effect-wrapper figure > .overlay {
    display: none;
}
html.touch .migdal-over-effect-wrapper figure > figcaption::before {
    display: none;
}
html.touch .migdal-over-effect-wrapper figure > figcaption > h3 {
    position: static;
    transform: none!important;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1!important;
}
html.touch .migdal-over-effect-wrapper figure > figcaption > p {
    opacity: 1;
    position: static;
    padding-top: 0;
    padding-bottom: 30px;
    transform: none!important;
    text-decoration: none;
}

html.touch .migdal-over-effect-wrapper figure > figcaption > .midgal-button-container {
    position: static;
    opacity: 1;
    float: right;
    transform: none!important;
    margin-right: 25px;
}

/******** Migdal Input Start */
.migdal_input_wrapper {
    position: relative!important;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 185px;
}

@media (max-width: 768px) {
    .migdal_input_wrapper {
        width: 80%;
    }
}

.migdal_input_wrapper  input,
.migdal_input_wrapper  select,
.migdal_input_wrapper  textarea {
    position: relative;
    display: block;
    float: right;
    padding: 0 0.6em;
    border-radius: 0;
    /*color: #aaa;*/
    -webkit-appearance: none; /* for box shadows to show on iOS */
    width: 100%;
    background-color: #f3f4f7;
    border: 2px solid transparent;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 41px;
}
.migdal_input_wrapper  select::-ms-expand {
    display: none;
}

.migdal_input_wrapper  input:focus,
.migdal_input_wrapper  select:focus,
.migdal_input_wrapper  textarea:focus {
    outline: none;
}
.migdal_input_wrapper select {
    background: #f3f4f7 url(../images/down-arrow.png) no-repeat 10px center;
}

.migdal_input_wrapper > label {
    display: inline-block;
    float: right;
    color: #6a7989;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    text-align: right;
    position: absolute;
    top: -27px;
    pointer-events: none;
    overflow: hidden;
    /*padding: 12px 0 0;*/
    -webkit-transform:  translate3d(0, 3em, 0);
    -ms-transform:  translate3d(0, 3em, 0);
    transform: translate3d(0, 2.1em, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    right: 0.8em;
}

.migdal_input_wrapper > label > span {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    padding: 0;
}
.migdal_input_wrapper > label > span::after {
    content: attr(data-content);
    position: absolute;
    font-weight: 800;
    bottom: 105%;
    right: 0;
    height: 70%;
    width: 100%;
    color: #f3f4f7;
    padding: 0em 0;
    letter-spacing: 1px;
    font-size: 16px;
}
.migdal_input_wrapper:not(.input--filled) > label {
    padding-top: 0;
    padding-right: 0;
    padding-left: initial;
}

.migdal_input_wrapper input:focus + label,
.migdal_input_wrapper textarea:focus + label,
.migdal_input_wrapper.input--filled > label {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#kranotinside-menu .migdal_input_wrapper input:focus + label,
#kranotinside-menu .migdal_input_wrapper textarea:focus + label,
#kranotinside-menu .migdal_input_wrapper.input--filled > label {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}

.migdal_input_wrapper input:focus + label > span,
.migdal_input_wrapper textarea:focus + label > span,
.migdal_input_wrapper.input--filled > label > span {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.migdal_input_wrapper input:focus /* + input */,
.migdal_input_wrapper.input--filled > input,
.migdal_input_wrapper select:focus,
.migdal_input_wrapper textarea:focus{
    background-color: rgba(255,255,255,0.8);
    border-color: #f3f4f7;
}

@media (max-width: 991px) {
    .migdal_input_wrapper input:focus + label,
    .migdal_input_wrapper.input--filled > label {
        display: none;
    }
}

/******** Migdal Input End */


/******** Migdal Buttons Start */
.midgal-button-container.inline {
    display: inline;
}
.midgal-button {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.46, 0.13, 0.63, 0.99);
    -o-transition-timing-function: cubic-bezier(0.46, 0.13, 0.63, 0.99);
    -webkit-transition-timing-function: cubic-bezier(0.46, 0.13, 0.63, 0.99);
    transition-timing-function: cubic-bezier(0.46, 0.13, 0.63, 0.99);
    cursor: pointer;
    display: inline-block;
    height: 10px;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1;
    background: transparent;
    font-weight: normal;
    font-size: 17px;
    text-decoration: none!important;
    position: relative;
}

.midgal-button::before {
    -moz-transition-property: height;
    -o-transition-property: height;
    -webkit-transition-property: height;
    transition-property: height;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -moz-transition: height 0.3s ease-in,top 0.3s ease-in;
    -o-transition: height 0.3s ease-in,top 0.3s ease-in;
    -webkit-transition: height 0.3s ease-in,top 0.3s ease-in;
    transition: height 0.3s ease-in,top 0.3s ease-in;
    content: '';
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    bottom: -10px;
    z-index: -1;
    background-color: #222;
    width: 100%;
}
.midgal-button::after {
    border-top: 0;
    content: '';
    display: block;
    height: 100%;
    position: relative;
    bottom: -10px;
    border: 2px solid #fff;
    border-top: 0;
}
.midgal-button:hover::before,
.midgal-button:focus::before {
    height: 400%;
}
.midgal-button span {
    padding: 0px 25px;
}

.midgal-button-boardmembers {
    margin-top: 65px;
}

.midgal-button-boardmembers span  {
    padding: 0 25px !important;
}

@media (max-width: 768px) {
    .midgal-button-boardmembers {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.midgal-button.white,
.midgal-button.white::after {
    color: #ffffff;
    border-color: #ffffff;
}
.midgal-button.white::before {
    background-color: #ffffff;
}
.midgal-button.primary,
.midgal-button.primary::after,
html.touch .midgal-button.color-primary-touch,
html.touch .midgal-button.color-primary-touch::after {
    color: #0f2f6c;
    border-color: #0f2f6c;
}
.midgal-button.primary::before,
html.touch .midgal-button.color-primary-touch::before  {
    background-color: #0f2f6c;
}
.midgal-form-button {
    background: #357BA7;
    cursor: pointer;
    padding: 7px 25px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    color: #fff;
    font-size: 17px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.midgal-form-button-aside {
    background: #357BA7;
    cursor: pointer;
    padding: 7px 25px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    color: #fff;
    font-size: 17px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

input.midgal-form-button {
    height: 41px;
    margin: 10px auto;
    display: block;
    padding: 0 40px;
}

input.midgal-form-button-footer {
    margin: 20px auto;
}

input.midgal-form-button-no-block {
    display: inline-block;
}

/* submit btn in the cf7 form*/
.cf7-btn-custom {
    margin-bottom: 10px !important;
}

/* cf7 alerts */
div.wpcf7-mail-sent-ok {
    color: #398f14;
}

.wpcf7-form-control-wrap {
    position: static;
    margin: 0;
}

div.wpcf7-validation-errors {
    color: #f7e700;
}

@media (max-width: 768px) {
    .midgal-form-button {
        width: 80%;
        padding-left: 0;
        padding-right: 0;
    }
}
.midgal-form-button::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.midgal-form-button:hover, .midgal-form-button:active, .midgal-form-button:focus {
    color: #357BA7;
    background: #fff;
}
/******** Migdal Buttons End */

svg {
    fill: currentColor;
}

/*table*/

.migdal-table
{
    overflow:hidden;
    border-collapse:separate;
    border: solid #e2e5ec 1px;
    border-radius: 10px;
    font-size: 18px;
    border-top: none;
    box-shadow: 0px 7px 10px #f1f1f1;
}


.migdal-table.alignright {
	float: right;
}

.migdal-table.alignleft {
	float: left;
}

.migdal-table th,
.migdal-table thead td
{
    border-left: 1px solid #e2e5ec;
    background: #12306a;
    width: 33%;
    color: #fff;
    padding: 15px;
    font-size: 17px;
    border-bottom: none;
}

.migdal-table th {
    line-height: 17px;
    vertical-align: middle;
}

.migdal-table thead td {
    line-height: 20px;
}
.migdal-table th:last-child,
.migdal-table thead td:last-child
{
    border-left:none;
    background: #12306a;
    border-bottom: none;
}
.migdal-table tbody td
{
    border-left: 1px solid #e2e5ec;
    padding: 15px;
}
.migdal-table tbody td:last-child
{
    border-left:none;
    background-color: #fafafa;
}
.migdal-table tbody td:first-child
{
    border-right:none;
    background-color: #fafafa;
}
.migdal-table tbody th:first-child
{
    border-right:none;
    border-bottom: none;
}

legend {
    display: inline-block;
    color: inherit;
    width: inherit;
    padding: initial;
    margin: initial;
    line-height: initial;
    font-size: inherit;
    border: 0;
}
/*@media print {
  a[href]:after {
    content: none;
  }
}*/
span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
    bottom: -20px;
}
@media (max-width: 768px) {
	span.wpcf7-not-valid-tip {
		position: static;
	}
}
body.acp-dark .boardmembers-major img {
	background-color: white!important;
}

/* for the accessible-poetry plugin */
#acp-toggle-toolbar {
    bottom: 30px;
    top: auto!important;
}

.color-white,
.color-white-hover:hover,
.color-white-hover:focus {
    color: #ffffff!important;
}
.color-red,
.color-red-hover:hover,
.color-red-hover:focus {
    color: #ff1414!important;
}
.color-green,
.color-green-hover:hover,
.color-green-hover:focus {
    color: #109a21!important;
}
.color-primary-hover:hover,
.color-primary-hover:focus,
.color-primary,
.dropdown-menu>li>a.color-primary,
html.touch .color-primary-touch{
    color: #0f2f6c;
}


.form-group-required-fields {
    display: block !important;
    font-size: 13px !important;
    margin: 10px auto !important;
}

.ajax-loader {
    display: none;
}

.wpcf7-validation-errors {
    display: none !important;
}
.content-arrangement .wpcf7 form .wpcf7-response-output {
    color: #000000;
}