/*
Name: 			theme.css
Written by: 	Avihay Bitton
*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,600,700&display=swap&subset=hebrew');

html {
    direction: rtl;
    overflow-x: hidden;
}
.fullPaged{height: 100%;}
body {
    background-color: #fff;
    font-family: "rubik", Arial, sans-serif;
    color: #292a2a;
    line-height: 22px;
    margin: 0;
    font-size: 18px;    
    position: relative;
}
    body a {
        outline: none !important;
    }
        body a:hover {
            text-decoration: none;
        }
p{
    text-align: justify;
}
a,a:focus{ text-decoration: none; color: inherit;}
a[href^="#"] {
    font-size: 14px;
    color: #f4ae23;
    vertical-align: super;
}
a[href^="#"] sup{ font-size: inherit; position: initial; top: initial; vertical-align: initial; }
h1,.h1look {
    margin-top: 15px;
    padding-bottom: 0;
    color: #c6c6c6;
    font-size: 70px;
    line-height: 1.1;
}
h1:after,.h1look:after {
        content: '';
        display: block;
        background-color: #f4ae23;
        width: 150px;
        height: 10px;
        margin: 15px auto 40px auto;    
    }
h2 {
    font-size: 25px;   
    font-weight: bold; 
    color: #23438f;
}
h2.subTitled{font-size: 21px; color: #999}
h3 {
    font-size: 19px;
    color: #16446f;
    font-weight: 600;
    margin: 5px 0;
}
h4 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
}
h5 {
    font-size: 16px;
    font-weight: 600;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    /* fix wiered display: block img's  */
    display: inline;
}
/*.row-eq-height .row-eq-height { height: 100%;}*/
.vertical-align {
    display: flex;
    align-items: center;
}
header {
    background-color: #f4ae23;
    overflow: visible;    
    position: absolute;
    width: 100%;
}
.logoBlock{ 
    background-color: #fff;
    /*height: 100px;*/
    text-align: center;
}
.logoBlock img{ height: 80px;}
.logoNote {
    display: block;
    position: absolute;
    bottom: -3px;
    font-size: 11px;
    width: 100%;
    color: #264293;
    font-weight: 600;
}
.fb-like-wrap{
    position: absolute !important;
    height: 30px;
    top: 100px;
    right: 0;
    left: 0;
    padding: 5px 0 7px 0;
    background-color: rgba(255,255,255,.5);
    transition: all .2s ease-in-out;
}
.fb-like{display: inline-block;}
.fb-like i{font-size: 14px;}
.fbBtn{
    background: #4c69ba;
    background: linear-gradient(#4c69ba, #3b55a0);
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 15px;
    text-shadow: 0 -1px 0 #354c8c;
    white-space: nowrap;
    font-size: 11px;
    font-family: arial;
    padding: 3px 4px 1px 4px;
    display: inline-block;
}
.fbBtn:active ,.fbBtn:focus { color: #fff;}
#fp-nav ul li a span{
	box-sizing: content-box;
	border: 2px solid #f4ae23;
	height: 7px;
    width: 7px;
    margin: -4px 0 0 -4px;
}
.innerFB{
    background-color: rgba(255,255,255,.99);
}
header .col-md-10 {background-color: #f4ae23;}
.mainNavWrap{
    max-width: 1100px;
}
.mainNav {
    margin: 0 auto;
    float: none;
    width: 100%;
    list-style: none;
    color: #fff;
    font-weight: bold;
}
.mainNav>li {
    display: table-cell;
    float: none;
    text-align: center;
    width: auto !important;
}
.mainNav>li a {
    padding: 30px 10px;
    font-size: 17px;
    font-weight: 400;
}
.mainNav>li:first-child a {
    padding-right: 30px;
    /*border-right: 1px solid #f4ae23;*/
}
.mainNav li a:hover,.mainNav li a:focus,.mainNav li a:active{background-color: #fff; color:  #f4ae23;}
.mainNav>li.current{
    color: #22438f;
}
.breadcrumbs{
	list-style: none;
    padding-right:0;
    padding-top: 5px;
    font-size: 13px;
}
.breadcrumbs li{
	float:right;
}
.breadcrumbs a{
	text-decoration: none;
	color: #00008B;
}
.breadcrumbs a:hover{color:#0056b6}

.breadcrumbs .divider{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAgMAAABSCwRDAAAACVBMVEUAVrb///8AVrZtye/BAAAAAnRSTlMAAHaTzTgAAAAeSURBVHheDcMxEQAABADAH+UQRQgnktgMr420L9QBDiIBxVqpkmkAAAAASUVORK5CYII=') /*/img/BCarrow.png*/ center no-repeat;
	padding: 0 3px;
}
.SocialNetworks {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.SocialNetworks ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: left;
}
.SocialNetworks i {
    font-family: 'FontAwesome';
    font-size: 24px;
    font-style: normal;
    color: #fff;
}
.SocialNetworks li {
    display: inline-block;
    margin-right: 10px;
}
footer {
    padding: 25px 0 35px 0;
    font-size: 15px;
}
footer.section h3 {
    color: #fff;
    text-align: right;
    margin-bottom: 20px;
}
    footer .footerCol{
        display: inline-block;
        position: relative;
    }
    footer .footerCol:nth-child(n+2) {padding-right: 35px;}
    /*footer .footerCol:nth-child(n+2):before {
        content: '|';
        position: absolute;
        right: 10px;
    }*/
    footer img{
        display: block;
    }
    footer .container{ margin-top: 12px; position: relative;}
    footer .credit{
        position: absolute;
        left: 0;
        font-size: 14px;
    }
    footer ul {
        list-style: none;
        padding: 0;
        text-align: right;
    }
    footer li {
        font-size: 17px;
        line-height: 33px;
    }
    footer i {
        font-family: 'FontAwesome';
        font-size: 17px;
        font-style: normal;
        margin-left: 7px;
    }
    .socialFooter {
        margin-top: 20px;
    }
    .socialFooter li {
        display: inline-block;
    }
    .socialFooter i {
        font-size: 25px;
        margin-left: 20px;
    }
    
.main {
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}
.Error,.sbEmptyField {
    display: none;
}
.btn{
    color: #fff;
    background-color: #f4ae23;
    border-color: #f4ae23;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 0;
    font-size: 1.2em;
}
.btn:hover,.btn:focus {
    background-color: #d2900c;
    border-color: #d2900c;
}
.btn:hover {color: white;}
.btn:active, .btn:focus {box-shadow: inset 0 3px 5px rgba(0,0,0,.125);}
a.btn:after,.btn>a:after {
    content: '\f100';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    transition: all .1s ease-in-out;
}
a.btn:hover::after,.btn>a:hover:after {padding-right: 15px;}
a.btn.ltr:after {
    content: '\f101';
    padding-left: 10px;
    padding-right: 0;
}
a.btn.ltr:hover::after,.btn.ltr>a:hover:after {
    padding-left: 15px;
    padding-right: 0;
}
.ltr { direction: ltr;}
*:not(a).btn{ padding: 0; position: relative;}
*:not(a).btn>a { display: inline-block; padding: 6px 12px; width: 100%;}
.mainContent { float: none; margin: 0 auto;}
.mainContent a{border-bottom: 1px dashed #aaa; color: #23438f;}
.mainContent a:hover{border-bottom: 1px solid #aaa;}
.joinNLBox .form-control {
    border: 0;
    border-radius: 0;
}
.ezsearch-result {
    display: flex;
    justify-content: space-between;
}
.searchResultImg {
  padding: 20px 30px 20px 0;
}
.searchResultImg img {
  display: block;
  max-width: 150px;
  min-width: 150px;
  object-fit: contain;
}
/* Home */
    .homeTitle{width: 600px; margin-bottom: 50px;}
    .homeNav{
        position: absolute;
        top: 0;
        width: 100%;
        margin-right: 0;
        max-height: 100px;
    }
    .sectionsNav{
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
    .fa-arrow-down{ 
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 30px;
        color: #fff;
        text-shadow: 0 0 3px black;
        background-color: rgba(0,0,0,0.7);
        padding: 20px;
    }
    .fa-arrow-up{ 
        position: absolute;
        top: 0;
        font-size: 30px;
        color: #fff;
        text-shadow: 0 0 3px black;
        background-color: rgba(0,0,0,0.7);
        padding: 20px;
    }
    .section{
        text-align: center;
    }
    .section h2 {
        font-size: 48px;
        color: #23438f;
        margin: 0;
    }
    .section h2:after {
        content: '';
        display: block;
        background-color: #23438f;
        width: 150px;
        height: 10px;
        margin: 20px auto 30px auto;    
    }
    .section h3{
        color: #23438f;
        font-size: 25px;
    }
    .section .actBlock{
        background-color: #fff;
        padding: 15px;
        text-align: justify;
    }
    .orangeSection{
        background-color: #f4ae23;
        color: White;
    }
    .orangeSection h2 {
        font-size: 60px;
        color: #fff;
    }
    .orangeSection h2:after {
        background-color: #fff;  
    }
    .orangeSection .btn{
        color: #fff;
        background-color: #23438f;
        border-color: #23438f;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        border-radius: 0;
        font-size: 1.2em;
    }
	.orangeSection .moreActivities{
        margin-top: 10px;
		margin-bottom:30px;
	}
    .mainBanner {
        margin-bottom: -200px;
        height: 200px;
        background-color: rgba(0,0,0,0.3); 
        padding: 10px;
        font-size: 19px;
        position: relative;
        text-align: center;
    }
    .mainBanner .mainBannerBG{
        position: absolute;
        top: 10px; left: 10px;
        max-width: 1020px;
        max-height: 180px;
    }
    .mainBanner .mainBannerText{ 
        position: relative;
        z-index: 9;
        width: 1020px;
        color: #fff;        
        text-shadow: 0 0 5px black;
    }
    .mainBanner .mainBannerText h2 {
        font-size: 33px;
        font-weight: bold;
        color: #fff;
    }
    .mainBanner .mainBannerText h2:after { display:none;}
    .mainBanner .closeBtn{ 
        position: absolute;
        right: -15px;
        top: -15px;
        z-index: 99;
        font-size: 15px;
        cursor: pointer;
    }
    .SederHayom {
        background: #eee;
    }
    .SederHayom .btn.btn-primary, .plansSection .btn {
        font-size: 20px;
        background: #23438f;
        border: 0;
        font-weight: bold;
        padding: 10px 20px;
    }
    .actuality {
        margin-bottom: 30px;
    }

    /* Top Frame */
    #heroSlider {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        z-index: -1;
    }
    #heroSlider .slideItem {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-size: cover;
        transition: all .5s ease-in-out;
    }
    .TFtitle{ 
        font-size: 200px; 
        font-weight: bold;
        color: #f4ae23;
        text-align: center;
        text-shadow: 0 0 25px rgba(0,0,0,.9);
    }
    .TFtitle span {
        display: block;
        font-size: 90px;
    }
    .joinNLBox{
        padding: 20px;
        text-align: center;
        background-color: rgb(35 68 144 / 90%);
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
    }
        .joinNLBox h3 {
            color: #fff;
            font-size: 21px !important;
            margin-top: 0;
        }
        .joinNLBox span {
            border-bottom: 1px solid #f4ae23;
            margin-bottom: 20px;
            padding-bottom: 10px;
            display: block;
            font-size: 19px;
        }
        .joinNLBox input[type="text"],.joinNLBox input[type="email"] {
            border-radius: 0;
        }
        .joinNLBox label {
            margin: 5px 0 0 0;
            text-align: left;
        }
        .joinNLBox label.error {text-shadow: 0 0 5px black;}
        .form-group.checkboxGroup {
            display: flex;
            padding-top: 0;
        }
        .checkboxGroup input {
            margin: 0 10px;
            width: 20px;
            height: 20px;
        }
        .checkboxGroup label {
            margin: 0;
            text-align: right;
            font-size: 13.5px;
            font-weight: normal;
        }
    /* specFields */
    .specFields{
        width: 1000px;
        overflow: auto;
        margin: 0 auto;
    }
    .specFields .col-md-4{
        margin-bottom: 30px;
    }
    /* actuality */
    .actuality .col-md-7{ margin-bottom: 25px; text-align: center;}
    .actuality .col-md-4>.actBlock>h3{height: 60px;}
	.actuality .col-md-4>.actBlock{  min-height: 200px; text-align: center;}
    .actuality .col-md-4 .col-md-6 img{ height: 181px;}
    /* knesset */
    .knesset,.knessetBG{ height: 100% !important;}
    .knessetContent{ 
        width: 500px;
        position: absolute;
        left: 35px;
        text-align: right;
    }
    .knessetBottomText{
        font-size: 17px;
        padding-top: 20px;
    }
    .knessetBottomText h3 {
        font-size: 41px;
        color: #fff;
    }
    .knesset .btn {
        display: block;
        margin-bottom: 5px;
        box-shadow: none;
    }
    .knesset .btn:after {
        position: absolute;
        left: 20px;
    }

    .knesset .btn:hover::after {
        left: 15px;
    }
    .actuality img {
        width: 100%;
    }
    /* Plans */
    .planBlock{
        background-color: #f4f4f4;
        padding: 15px;
        text-align: center;
        margin-bottom: 30px;
    }
    .planBlock h3 {
        color: #23438f;
        font-size: 21px;
    }
    .plans img { width: 100%;}
	.plans .btn {
		position: absolute;
        left: 15px;
        top: 54px;
        box-shadow: none;
        padding: 6px 20px;
	}
    .plans h2 {
        color: #f3ae23;
    }
    .plans h2:after {
        background-color: #f3ae23;
    }
    .plans p{
        text-align: center;
        margin-bottom: 30px;
    }

/* in-pages */
    .underlinedTitle{margin: 20px -15px 30px -15px;}
    .underlinedTitle:after{ 
        content: '';
        border-bottom: 1px solid #c6c6c6;
        width: 100%;
        display: block;
        margin-top: -16px;
    }
    .underlinedTitle img{
        width: 46px;
        margin-top: -4px;
    }
    .underlinedTitle span{
        background: white;
        padding: 10px 0 10px 10px;
        font-weight: bold;
    }
    .articleBlock{ margin-bottom: 20px;}
    .articleBlockContent{
        background: #f4f4f4;
        padding: 0px 30px;
    }
    .articleBlockImg img{width: 100%;}
    .articleBlockContent h2,.articleBlockContent h3 { 
        color: #23438f; 
        font-weight: bold;
        text-align: right;
    }
    .articleBlockContent h2 p,.articleBlockContent h3 p{text-align: center;}
    .moreOfLink{
        border-bottom: 1px solid #f4ae23;
        color: #f4ae23;
        font-weight: bold;
        text-align: left;
        margin: 0 -15px 30px -15px;
    }
    .moreOfLink a{ padding: 5px 5px 5px 0; display: block;}
    .pagingPages{
        border-bottom: 1px solid #f4ae23;
        color: #f4ae23;
        font-weight: bold;
        text-align: center;
        margin: 0 -15px 30px -15px;
        padding-bottom: 5px;
    }
    .pagingPages a{ padding: 5px 5px 5px 0; display: inline-block;}
    .pagingDisabled{ color: rgba(0,0,0,0.3);}
    .pagingPages strong{color: #23438f;}
    .dafBlock{ 
        background: #173374;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
        padding: 20px 0 30px 0;
    }
    .dafBlock h3{ color: #fff;}
    .dafBlock h3 p{text-align: center;}
    .readMore{
        color: #f4ae23;
        font-weight: bold;
        padding-right: 10px;
    }
    .titleImg{ margin-top: 7px;}
    .catImg img{width: 100%;}
/* TextPage */
    .textPage {padding-top: 20px;}
    .textPage h2{ 
        color: #173374; 
        font-size: 30px;
        font-weight: bold; 
        border-bottom: 1px solid #173374;
        padding-bottom: 7px;
    }
    .textPage h3{ 
        color: #f4ae23; 
        font-size: 26px;
        font-weight: bold; 
    }
    .textPage h3 em{ font-weight: normal;}
    .textPage .btn{
        color: #fff;
        background-color: #23438f;
        border-color: #23438f;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        border-radius: 0;
        font-size: 1.2em;
        outline: none;
    }
    .textPage .btn:hover{
        color: #fff;
        background-color: #23438f;
    }
    .textPage a{
        color: #23438f;
        border-bottom: 1px dashed #999;
    }
    .textPage a.image_link { border-bottom: none; }
    .textPage a:hover{
        background-color: #eee;
        border-bottom: 1px solid #999;
    }
    .textPage a.image_link:hover { border-bottom: none; background-color: transparent; }
    /*
    .textPage a:hover:after{
        content: '\f100';
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        padding: 0 5px;
        transition: all .5s;
    }*/
    .orange{
        background-color: #f4ae23;
        color: White;
        padding: 15px 0;
        margin-bottom: 30px;
    }
    .orange h2 {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 7px;
        border-bottom: 1px solid #fff;
        margin: 0 0 15px 0;
    }
    .orange h2:after {
        background-color: #fff;  
    }
    .orange .btn{
        color: #fff;
        background-color: #173374;
        border-color: #173374;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        border-radius: 0;
        font-size: 1.2em;
    }
    .blue{
        background-color: #173374;
        color: White;
        padding: 15px 0;
        margin-bottom: 30px;
    }
    .blue h2 {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 7px;
        border-bottom: 1px solid #fff;
        margin: 0 0 15px 0;
    }
    .blue h2:after {
        background-color: #fff;  
    }
    .blue h3 {color: #f4ae23;}
    .blue .btn{
        color: #fff;
        background-color: #f4ae23;
        border-color: #f4ae23;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        border-radius: 0;
        font-size: 1.2em;
    }
	.blue a{
		color: #fff;
	}
	.blue a:hover{
		background-color: transparent;
		border-bottom: 1px solid;
	}
	.textPage h3 a,.textPage h3 a:hover {
		color: #f4ae23;
		font-size: 26px;
		font-weight: bold;
		border-bottom: 0;
		background-color: transparent;
	}
/* Subject Page */
.InPagesTopHeader{
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #f4f4f4;
    padding-top: 110px;
    margin-bottom: 22px;
}
.InPagesTopHeader h1 { margin: 0; padding-top: 25px;}
.InPagesTopHeader h1 p{ text-align: center;}
.InPagesTopHeader h3{ 
    margin: -20px -15px 20px -15px; 
    text-align: center;
} 
.col-md-9.articleBlockContent h3 {
    text-align: right;
}
.subMenu{
    margin-top: -112px;
    text-align: center;
    color: #fff;
    font-size: 19px;
}
.subMenuCat{ 
    display: inline-block;
    vertical-align: top;
    background: url(/img/menuSep.png) left center no-repeat; 
    margin-right: -4px;
	position: relative;
}
.subMenuCat a{
    padding: 15px; 
    display: block;
    line-height: 53px;
}
.subMenuCat span {
    position: absolute;
    top: 44px;
    right: 0;
    left: 0;
    font-size: 14px;
}
.searchForm{
    display: inline-block;
    vertical-align: top;
}
.searchForm input[type="text"] { 
    outline: 0;
    padding: 5px 10px 5px 0;
    width: 110px;
    background-color: transparent;
    color: white;
    border: 1px solid #fff;
}
.searchForm input[type="text"]::placeholder { 
    color: white;
    opacity: 1; /* Firefox */
}
.searchForm input[type="submit"] {
    font-family: FontAwesome;
    font-size: 16px;
    outline: 0;
    margin-right: -5px;
    padding: 5px 12px 5px 10px;
    background-color: transparent;
    color: white;
    border: 1px solid #fff;
    box-shadow: none;
    vertical-align: 0;
}
.searchForm input:hover[type="submit"] {
    background-color: #fff;
    color: #f4ae23;
}
form.ezsearch-form {
    display: flex;
    margin-bottom: 20px;
}
form.ezsearch-form .form-control {
    border-radius: 0 4px 4px 0;
}
form.ezsearch-form input[type="submit"] {
    padding: 0 10px;
    border-radius: 4px 0 0 4px;
}
.ezsearch-result {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.ezSearchWrap {
    float: none;
}
.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
/* alSederHayom */
.topHeaderMenu{padding-top: 0;}
/*חלוקה ל-5 טורים*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
/* חלוקה ל5 טורים */
.col-xs-5ths {
    width: 20%;
    float: right;
}
.resSent {
    background-color: #f4ae23;
    padding: 5px;
    margin: 0 -15px 15px -15px;
    color: white;
}
/* HomeTeam */
.teamSection{
    background-color: #23438f;
    position: relative;
    color: #fff;
}
.teamSection h2{
    color: #fff;
}
.teamSection h2:after {
    background-color: #fff;
}

.teamSection .teamMember {
    margin: 0 17px;
}
.teamSection .teamMember h4{
    color: #fff;
    font-size: 19px;
}
.teamSection .tmImg {
    padding-top: 55%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.teamSection .teamMember .tmImg .spoiler {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #23438fbd;
    color: white;
    transition: all .1s ease-in-out;
    opacity: 0;
}
.teamSection p {
    margin: -5px -5px 20px -5px;
    text-align: center;
}
.teamSection .btn {
    font-size: 20px;
    background: #f4ae23;
    border: 0;
    font-weight: bold;
    padding: 10px 20px;
    color: #23438f;
    margin-top: 10px;
}
.teamMember {
    border-top: 4px solid #152D65;
}

.teamSection .teamMember:hover .tmImg .spoiler {
    opacity: 1;
}

.inlineForm .umbraco-forms-container{
    display: flex;
}
.inlineForm .umbraco-forms-container .form-group{
    flex: 1 1 auto!important;
    padding: 0 10px;
}
.inlineForm .umbraco-forms-container .form-group .form-control{
    width: 100%;
}
.inlineForm .umbraco-forms-navigation{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.inlineForm .umbraco-forms-navigation .btn-primary{
    padding: 5px 15px;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: right;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: right;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: right;
    }
 
}
/* Publications Item*/
.mainArt img{ width: 100%;}
.pubItemImg{width: 100%; margin-top: 27px;}
.articleTitle {
    padding-bottom: 15px;
}
.articleTitleText {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.articleSpoiler{ 
    text-align: justify; 
    font-weight: normal;
    margin-bottom: 20px;
}
/*.publicationsItemHeader{
    background-color: #f4f4f4;
    border-bottom: 1px solid #f4ae23;
}
.publicationsItemHeader h1{
    text-align: center;
    font-size: 41px;
}
.publicationsItemHeader h3{
    margin: -20px 0 10px 0;
    text-align: justify;
}*/
.specBlockTitle{
    background: url(/img/topHeaderBG.png) no-repeat;
    background-position: center 0px;
    background-size: 1500px;
    padding: 3px 20px 6px 10px;
    margin: 15px 0;
}
.galleryCol{
    border-bottom: 0 !important;    
    padding: 0 10px 10px 0;
}
/* KnessetUpdates */
.dafContent .grayscale{ float: right; margin-top: -12px;}
.pdfLink{ 
    text-align: center;
    display: block;
    background-color: #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
}
.dafContent iframe.pdframe,.mainContent iframe.pdframe{
    width: 100%;
    height: 1000px;
    border: 0;
    overflow-x: hidden !important;
}
.dafContent .col-md-4 h2{ margin-bottom: 30px}
.dafContent .updateBlockContent{ 
    margin-top: 15px;
    padding: 10px;
}
.dafContent .dafBlock{
    margin-top: 15px;
    padding: 10px;    
}
.dafContent .dafBlock p{ text-align: center;}
/* Knesset */
.wideBanner img{
    max-width: 1170px;
    margin-right: -15px !important;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.updateBlockContent{
        background: #f4f4f4;
        padding: 24px 30px;
    }
    .updateBlockContent h3,.updateBlockContent h4 { 
        color: #23438f; 
        font-weight: bold;
        text-align: center;
    }
    .updateBlockContent h3 p, .updateBlockContent h4 p { text-align: center;}
/* plansPage */
.plansPage{
    position: relative;
    border-top: 1px solid #f4ae23;
    min-height: 1254px;
    overflow: hidden;
}
.plansPage:before {
    content: '';
    background: url(/img/plansBgTop.jpg) center top repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.plansPage:after {
    content: '';
    background: url(/img/plansBgTop.jpg) repeat-x;
    position: absolute;
    bottom: -300px;
    right: 0;
    height: 100%;
    width: 100%;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.plansPage .container{ z-index: 9; position: relative;}
.sideNav ul{ 
    list-style: none; 
    padding: 0;
    margin: 0 0 30px 0;
}
.sideNav ul li{
    background-color: #f4f4f4;
    margin-bottom: 10px;
    background: url(/img/topHeaderBG.png) no-repeat;
    background-position: center 0px;
    background-size: 1500px;
}
.sideNav ul li a {
    display: block;    
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    border-bottom: 0;
}
.sideNav ul li a:after {
    content: '\f100';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    transition: all .1s ease-in-out;
    position: absolute;
    left: 30px;
}
.sideNav ul li a:hover::after {left: 25px; color: #f4ae23;}
.planSubTitle{
    padding: 5px 15px 30px 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.planSubTitle .btn { 
    float: left;
    background-color: #f4ae23;
    border-color: #f4ae23;
    font-size: 1em;
    transform: translate(-15px, -10px);
}
.planSubTitle .btn:hover { 
    background-color: #d6981d;
    border-bottom: 1px solid #f4ae23;
}
.planSubTitle h3 {
    color: #23438f;
}
.planJoin{
    background-color: #f4ae23;
    color: White;
    text-align: center;
    font-weight: bold;
    font-size: 41px;
    line-height: 41px;
    padding: 0;
}
.planJoin a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 100px 30px 30px 50px;
}
.planJoin a span{
    position: absolute;
    left: 40px;
    margin-top: -15px;
    transition: all .2s;
}
.planJoin a:hover span { left: 30px;}
.planJoin img{padding-top: 10px;}
.planPageSubTitle{ text-align: justify}
/* Grid Text Page */
    /*.gridContent{}
    .gridContent h2{ 
        color: #04335d;
        font-size: 21px;
        font-weight: bold;
    }
    .navbar{
        list-style: none;
        padding-right: 0;
    }
    .navbar li {
        background: #fff;
        background: -webkit-gradient(linear, right top, left top, color-stop(0%,#fff), color-stop(100%,#f0f2f1));
        background: -webkit-linear-gradient(right, #fff 0%,#f0f2f1 100%);
        background: -ms-linear-gradient(right, #fff 0%,#f0f2f1 100%);
        background: linear-gradient(to left, #fff 0%,#f0f2f1 100%);
        margin-bottom: 10px;
        border: 1px solid #d8d8d8;
        position: relative;
    }
    .navbar li a{
        display: block;
        padding: 10px 40px 10px 20px;
        color: #16446f;
        font-weight: bold;
        font-size: 17px;
    }
    .navbar li a:before {
        content: '\f100';    
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #16446f;
        position: absolute;
        right: 20px;
    }
    .returningBtn{
        background: #fff;
        background: -webkit-gradient(linear, right top, left top, color-stop(0%,#fff), color-stop(100%,#f0f2f1));
        background: -webkit-linear-gradient(right, #fff 0%,#f0f2f1 100%);
        background: -ms-linear-gradient(right, #fff 0%,#f0f2f1 100%);
        background: linear-gradient(to left, #fff 0%,#f0f2f1 100%);
        margin-bottom: 10px;
        border: 1px solid #d8d8d8;
        position: relative;
    }
    .returningBtn a{
        display: block;
        padding: 10px 40px 10px 20px;
        color: #16446f;
        font-weight: bold;
        font-size: 17px;
    }
    .returningBtn a:before {
        content: '«';
        color: #16446f;
        position: absolute;
        right: 20px;
    }*/
    .recArticle{
        padding-bottom: 20px;
        position: relative;
        overflow: hidden;
    }
    .recArticle h4{
        color: #04335d;
    }
    .recPlan{
        padding-bottom: 20px;
        position: relative;
        overflow: hidden;
    }
    .recPlan h4{
        position: relative;
        margin-top: -37px;
        color: white;
        background: rgba(0,0,0,.5);
        text-shadow: 0 0 10px black;
        padding: 10px;
        text-align: center;
    }
    .spoiler_image{margin-bottom: 20px;}
    .spoiler_image h2{margin: 0;font-size: 25px}

/* Contact Us */
    .form-group{ padding-top: 10px;}
    .Error{
        font-weight: normal;
        font-style: italic;
        color: rgb(227, 81, 82);
    }
    .asterisk{color: rgb(227, 81, 82);}
    .form-control.Error {
        border: 1px solid rgba(170, 18, 18, 0.999);
        box-shadow: 0 0 7px rgba(170, 18, 18, 0.30);
    }
    .form-control.valid{
        border: 1px solid #688c0e ;
        outline-color: #688c0e;
    }
    .btn-lg{ font-size: 19px;}
    textarea.form-control {margin-bottom: 20px;}
    .joinNL {
        padding-top: 30px;
    }
    .joinNL input{
        height: 20px;
        width: 20px;
        margin: 20px 0 0;
        vertical-align: top;    
    }
    .contactIcons{list-style: none; padding-right: 0;}
    .contactIcons i {
        display: inline-block;
        width: 35px;
        text-align: center;
        font-size: 20px;    
        margin-bottom: 10px;
        color: #033462;
    }
    .asteriskNote{ 
        margin: -20px 0 20px 0;        
    }
    /*.google-map{
        display: block;
        width: 100%;
        height: 300px;
    }*/
    .contactPage .checkbox {
        display: flex;
    }
    .contactPage .checkbox > div {
        order: 1;
        width: 20%;
    }
    .contactPage .checkbox > div > input {
        box-shadow: none;
    }
    .contactPage .field-validation-error {
        color: red;
        font-size: 16px;
    }
    .contactPage .checkbox > div > .field-validation-error {
        width: 320px;
        display: block;
        margin-top: 50px;
    }
    .contactPage .checkbox > label {
        order: 2;
    }
    .contactPage textarea {
        min-height: 100px;
    }
    .textPage.contactPage .btn {
        margin-right: 30px;
        padding: 5px 15px;
    }

/* FAQs */
    .panel-default>.panel-heading {
        background: #fff;
        background: -webkit-gradient(linear, right top, left top, color-stop(0%,#fff), color-stop(100%,#f0f2f1));
        background: -webkit-linear-gradient(right, #fff 0%,#f0f2f1 100%);
        background: -ms-linear-gradient(right, #fff 0%,#f0f2f1 100%);
        background: linear-gradient(to left, #fff 0%,#f0f2f1 100%);
        color: #033462;
        padding: 0;
    }
    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px 25px 15px;
        position: relative;
    }
    .panel-default > .panel-heading a:not(.collapsed) {
        background-color: #033462;
        color: white;
    }
    .panel-default > .panel-heading a p { margin: 0 20px 0 0;}
    .panel-default > .panel-heading i {
        position: absolute;
        right: 9px;
        top: 11px;
    }
    /*.collapse {
        display: block;
        height: 64px;
        overflow: hidden;
    }
    .collapse.in {height: auto;}*/
    .panel-group .panel:hover{
        box-shadow: 1px 1px 5px rgba(0,0,0,.2)
    }
    .panel-title{ position: relative; }
    .panel-title:after {
        content: '\f100';    
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #033462;
        position: absolute;
        right: 50%;
        bottom: 2px;    
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .sideBar img{
        box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    }
/* Plans */
    .joinBtn {
        display: block;
        color: #fff;
        border-radius: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        font-size: 30px;
        background-color: #96ca41;
        margin-left: 10px;
        padding: 6px 12px;
        margin-bottom: 0;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        margin: 0 0 15px 0;
    }
    .joinBtn:hover,.joinBtn:focus {color: #fff;}
    .joinBtn .fa-stack{
        display: block;
        margin: 0 auto;
        font-size: 20px;
    }
    .joinBtn .fa-stack .fa-angle-double-left{font-size: 32px;}
    .joinBtn .fa-stack {transition: all .2s ease-in-out;}
    .joinBtn:hover .fa-stack {transform: translateX(-10px);}
    .joinBtn .fa-angle-double-left{color: #96ca41;padding-right: 3px;}
/* Join Page */
    /*.checkbox label,.radio label,label.error{
        margin-top: 0;
        margin-top: 0;
        color: darkred;
        font-style: italic;
        padding: 1px 7px;
        background: rgba(255,255,255,.7);
        text-align: right;
        display: block;
        font-weight: normal;
    }
    #education-error,#employmentStatus-error,#purpose-error{
        position: absolute;
        top: -19px;
        font-size: 14px;
        right: -20px;
    }*/
    .homeSuccess{
        border-radius: 0;
        margin: 0;
    } 

    .fluid-containers .container{
        width: 100%;    
    }
.donationFrame {
    width: 100%;
    height: 2150px;
    border: 6px solid #f4ae23;
    border-radius: 8px;
}
/* Umbraco Forms */
.contourMessageOnSubmit{
    background-color: #caffc9;
    border: 1px solid #37c037;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: green;
}
.contour .checkbox input {
    top: -20px;
    right: -20px;
}
.contour .checkbox .contourIndicator{
    right: -15px;
}
#contour span.checkboxlist, #contour span.radiobuttonlist, #contour span.checkbox, .contour span.checkboxlist, .contour span.radiobuttonlist, .contour span.checkbox{ 
    float: right !important;
    width: 100%;
}
.bigText{font-size: 20px;}
.contourPageName {
    font-size: 26px !important;
    line-height: 26px !important;
    color: #23438f;
}
.contour .btn{
    margin-right: 160px; 
    margin-bottom: 30px;
    padding: 6px 25px;
}
.contourIndicator {
    position: absolute;
    right: 0;
    color: #f4ae23;
}
.dropup, .dropdown{
    position: initial;
}
/*.contour .checkbox label.fieldLabel{ font-weight: normal;}*/
/* SHOP */
.shopCategory{
    background-color: #00008B;
    color: #fff;
    padding: 7px 15px;
    margin-bottom: 5px;
    transition: all .1s ease-in-out;
}
.shopCategory:hover{
    padding-right: 20px;
}
.sideNav h3 {
    border-bottom: 3px solid #f4ae23;
    font-size: 21px;
}
.bookBlock{ 
    position: relative; 
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 15px 15px 15px 15px;
    height: calc(100% - 30px);
    font-size: 16px;
} 
.bookDet{ 
    display: flex;
    overflow: hidden;
}
.bookBlock .bookDet{ 
    display: flex;
    justify-content: space-between;
}

.bookDet dt{
    padding-left: 5px;
} 
.bookDet dd {
    padding-left: 30px;
}
.bookBlock .bookDet dt, 
.bookBlock .bookDet dd{
    flex: 1 1 auto!important; 
    padding-left: 0; 
}
.bookDet dd{
    text-align: right;
}
.bookDet dt{ clear: right;}
.bookBlock .productLabel {
    position: absolute;
    left: -5px;
    top: 7px;
    background-color: #23438f;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.productPage .productLabel {
    display: inline-block;
    background-color: #23438f;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    margin-bottom: 15px;
}
#lightgallery {margin-bottom: 15px;}
#lightgallery a{ cursor: zoom-in;}
.umbraco-forms-field.checkbox {
    width: 100%;
}
.umbraco-forms-field.checkbox div{
    position: relative;
}
/* giyus */
.giyuscatImg{
    background-color: #f4f4f4;
    padding-top: 20px;
    margin-top: -40px;
}
.giyusSubMenu {
    display: inline-block;
    float: none;
}
.giyusSubMenu.nav>li>a:hover, .giyusSubMenu.nav>li>a:focus {background-color: transparent;}
.giyusSubMenu.nav > li > a { padding: 30px;}
.giyusSubMenu.nav > li > a i { color: #f4ae23; padding-left: 10px; font-size: 30px; vertical-align: middle; }
.giyusPage .updates{ padding: 30px 0;}
.giyusPage .btn {font-weight: bold;}
.giyusPage h2{ border-bottom: 1px solid #23438f; padding-bottom: 5px; margin: 15px 0; }
.giyusPage .blue h2 {border-bottom: 1px solid #fff;}
.giyusPage h2 i { color: #f4ae23;}
.giyusPage .articleBlockContent {padding: 15px 30px;}
.giyusPage .planBlock {background-color: rgba(0,0,0,.2); margin-bottom: 30px;}
.giyusPage .moreOfLink {margin: 0 0 30px 0;}
.giyusPage .blue { margin-bottom: 0;}
.giyusPage .gray{ background-color: #f4f4f4; padding: 30px 0;}
.giyusPage .pirsumim{ margin-bottom: 15px;}
.giyusPage .pirsumBlock{ background-color: #fff; height: 100%; margin-bottom: 30px;}
.giyusPage .pirsumBlock h3,.giyusPage .pirsumBlock p{ margin: 10px; text-align: center;}
.giyusPage .orange { padding: 30px 0; margin-bottom: 0;}
.giyusPage .orange h2,.giyusPage .orange i { color: #173374;}
.giyusPage .videoBlock { text-align: center; margin-bottom: 15px;}
.giyusPage .videoBlock i{
    position: absolute;
    top: 130px;
    right: 50%;
    transform: translateX(50%);
    font-size: 50px;
    color: #173374;
    background-color: #fff;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    line-height: 40px;
}
.giyusPage .videoBlock i:before{ top: -2px; left: -2px; position: absolute;}
.matsInfo{ 
    background-image: url(/img/gius.jpg); 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: left center;
}
.gpt{ text-align: center; font-size: 1.4em;}
.giyusPage .movies {padding: 30px 0;}
.wideHeader{
    max-width: 1920px;
    width: 100vw;
    margin-right: calc((100vw - 1124px)/2*(-1))
}
.onAim{
    background: url(/img/aim/flagBG.png) left -90px no-repeat, 
                url(/img/aim/targetBG.jpg) center 350px no-repeat;
    padding-top: 10px;
}
.onAim .container {width: 100%; max-width: 1890px; }
.onAim .btn {
    background-color: #de0101;
    border-color: #de0000;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.onAim .stickyElement .btn{
    width: 80%;
}
.onAim .btn:hover, .onAim .btn:focus {
    background-color: #ce0000;
    border-color: #ce0000;
}
.onAim:before {
    content: '';
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    position: absolute;
    background: #df0000;
    clip-path: polygon(0 0, 100% 0, 100% 10px, 0 50px);
}
.onAim:after {
    content: '';
    display: inline-block;
    bottom: 0;
    right: 0;
    left: 0;
    height: 70px;
    position: absolute;
    background: #0d4c9b;
    clip-path: polygon(0 60px, 100% 20px, 100% 100%, 0px 100%);
}
.onAim .umb-grid:after {    
    content: '';
    display: inline-block;
    width: 200px;
    height: 75px;
    background: url(/img/logo.png) no-repeat;
    position: absolute;
    bottom: 65px;
    right: 0px;
}
.onAim .proccess div.col-md-4 {text-align: center; font-size: 22px;}
.onAim .proccess div.col-md-4 h3{text-align: center; font-size: 30px; padding-top: 30px;}
.onAim .proccess div.col-md-4:nth-child(n+2):before{
    content: '';
    display: inline-block;
    width: 108px;
    height: 52px;
    background: url(/img/aim/arrow.png) no-repeat right 53%;
    position: absolute;
    top: 100px;
    right: -11%;
    
}
.relativi:before {
    content: '';
    display: inline-block;
    background-color: rgba(232, 232, 232, 0.75);
    position: absolute;
    top: 120px;
    right: 0; left: 0;
    height: 290px;
}
.aimTitle {
    padding-top: 120px;
    text-align: center;
}
.aimBlocksRow {padding-bottom: 30px;}
.aimBlocksRow h3 {
    color: #fff !important;
    background-color: #333;
    padding: 15px 0;
    margin-top: -10px;
} 
.aimTitle p{
    font-size: 21px;
    line-height: 30px;
    padding-top: 15px;
}
.aimTitle h3{
    font-size: 30px;
    line-height: 26px;
}
.updatesInlistWrap {
    background-color: #ececec;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.updatesInlistWrap h2 {font-size: 30px;}
.updatesInlist .btn {
    background-color: #0d4c9b;
    border-color: #0d4c9b;
    font-weight: bold;
    padding: 2px 25px;
    font-size: 25px;
}
.updatesInlist .btn:hover {
    background-color: #0a4186;
    border-color: #0a4186;
}
.updatesInlist {
    padding: 10px 60px 10px 60px;
    text-align: center;
}
.updatesInlist .umbraco-forms-field-wrapper,
.updatesInlist .umbraco-forms-fieldset,
.updatesInlist .umbraco-forms-field {display: inline-block;}
.updatesInlist .field-validation-error {
    display: block;
    position: absolute;
    top: 50px;
    color: #de0101;
}
.updatesInlist label {
    min-width: 80px;
    text-align: left;
    margin-left: 5px;
    color: #0d4c9b;
    font-weight: normal;
}
.updatesInlist .umbraco-forms-indicator {
    color: #de0101;
    position: absolute;
    top: 0;
    transform: translate(8px,-3px);
}
.updatesInlist .umbraco-forms-field input{
    border: 0;
    height: 41px;
    width: 240px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 0 15px;
}
.updatesInlist .umbraco-forms-navigation {
    display: inline-block;
    height: 41px;
    border: 0;
}
.onAim.onAimInternal { padding-bottom: 120px; padding-top: 0;}
.onAim.onAimInternal .container { width: 1170px;}
.onAim a[href^="#"] {color: #de0101;}
.onAim span.btn a[href^="#"] {
    font-size: inherit;
    color: #fff;
    vertical-align: initial;
}
.onAim.onAimInternal .btn {font-size: 22px;}
.onAim a {word-wrap: break-word;}
.onAim2{ background: none; }
a.onAim2btn {
    position: relative;
    display: block;
    width: 100%;
    background-image: url(/img/aim/onAim2btn.jpg);
    background-size: cover;
    color: #fff !important;
    text-align: center;
    font-size: 2vw;
    line-height: 4.65vw;
    margin-bottom: 30px;
}
.onAim2Title {
    background-color: #0f50a2;
    margin: 0px 0 15px 0;
    padding-top: 60px;
}
.grayBG{background-color: #f1f1f1;}
.onAim2Content{ 
    padding: 0 120px;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px;
}
.onAim2Content h3{ font-size: 30px;}
.onAim2Content .col-md-8>div{ max-width: 700px;}
.onAim2footer {margin: 30px 15px 0px 15px;}
.onAim2.onAimInternal:before {
    height: 70px;
    clip-path: polygon(0 0, 100% 0, 100% 12px, 0 68px);
}
.onAim2 .mobileBanner img{
    max-width: calc(100% + 30px);
    margin-right: -15px;
}
.onAim2.onAimInternal.kolEzrahea:before {
    height: 288px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: linear-gradient(to right, rgb(21, 82, 163) 0%, rgb(21, 82, 163) 50%, rgb(224, 30, 38) 50%, rgb(224, 30, 38) 100%);
}
.kolEzrahea img{ margin-bottom: 25px;}
.kolEzrahea .col-md-4 { margin-top: 30px;}
.kolEzrahea .col-md-4 img {margin-top: 63px;}
.kolEzrahea .col-md-4 h3{ margin: 15px auto 10px;}
.blueRedSides{ margin-top: 30px;}
a[href^="#"] {
  color: #ffffff;
}
/*shop page*/
.shopCategory {
    background-color: #23438f;
    padding: 12px 15px;
}
.sideNav h3 {
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.bookBlock .btn {
  color: #193372;
  background: #fff;
  border: 2px solid #193372;
  box-shadow: none;
  margin-top: 15px;
}
.shopCategory:hover {
    background: #f4ae23;
}
ul.nav.sideBarLinks a {
    color: #23438f;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 10px;
}
fieldset input.btn {
    background: #234490;
    padding: 7px 10px;
    border: 0;
    display: block;
    float: left;
    box-shadow: none;
}
p.bookSpoiler {
    text-align: center;
    height: 70px;
    overflow: hidden;
}
.titleMesayaat {
    padding-top: 30px;
}
.blueMesayaat {
    background: #23438f;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
}
.grayMesayaat {
    background: #eee;
    padding: 28px 0 20px;
}
.grayMesayaat span.btn {
    background: #23438f;
    padding: 7px 15px;
    border: 0;
}
.whiteMesayaat {
    padding: 10px;
}
.updatesInlist .umbraco-forms-field input {
    border-radius: 0;
}
.updatesInlist .umbraco-forms-field input {
  width: 100%;
}
.blueMesayaat .updatesInlist label {
  color: #ffffff;
}
.blueMesayaat .form-group {
    margin-bottom: 0;
}
.blueMesayaat .updatesInlist .umbraco-forms-navigation {
  height: auto;
}
.blueMesayaat .updatesInlist .btn {
  background-color: #f4ae23;
  color: #23438f;
  padding: 4px 25px;
  margin-bottom: 2px;
}
.blueMesayaat .updatesInlist .btn:hover {
    background-color: #d6930c;
}
.blueMesayaat .col-sm-10.col-sm-offset-2 {
    margin: 0;
    padding: 0;
}
.blueMesayaat .col-sm-10 {
    width: 90%;
}
.bannerMesayaatM {
    display: none;
}
.loveShabat .textShabbat1, .loveShabat .textShabbat3 {
    font-size: 30px;
    line-height: 34px;
    color: black;
    padding-top: 30px;
}
.loveShabat .shabbat1  {
    padding-top: 30px;
}
.loveShabat .textShabbat2 {
    background: #35bce9;
    color: #fff;
    padding: 50px;
}
.loveShabat .textShabbat2 h3 {
    color: #fff;
    font-size: 32px;
}
.loveShabat .textShabbat2 h2 {
    color: #fff;
    font-size: 70px;
    line-height: 85px;
}
.loveShabat .textShabbat3 a.btn-primary.btn {
  background: #ed1d50;
  border: 0;
  margin-top: 20px;
}
.textShabbat3 p {
    text-align: center!important;
    line-height: 35px;
}
.loveShabat .rabanimTitle {
    padding: 40px;
}
.loveShabat p {
    font-size: 20px;
}
.loveShabat .bigText {
    font-size: 30px;
     color: black;
}
.loveShabat .textShabbat3 p {
    font-size: 26px;
    line-height: 38px;
}
.loveShabat {
    background: url(/media/61626/shabbat22.png);
    background-position-y: 600px;
    background-repeat: no-repeat;
    font-family: 'Rubik', sans-serif;
}
.loveShabat .rabanim {
    background: url(/media/61618/shabbat3.png);
    background-position: bottom;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}
.loveShabat .pratim {
    padding: 25px;
}
.loveShabat .pratim p {
    margin: 0;
}
.loveShabat .shabbat2 .row.clearfix {
    background: rgba(255, 255, 255, 0.55);
}
.loveShabat .shabbatForm {
    background: #35bce9;
    
}
.loveShabat .shabbatForm h4{
  color: #fff;
  font-size: 34px;
}
.loveShabat .shabbatForm .form-group input {
    background: #35bce9;
    border: 2px solid #fff!important;
    box-shadow: none!important;   
}
.loveShabat .shabbatForm .form-group label {
    color: #fff;
}
.loveShabat .updatesInlist .btn {
  background-color: #ed1d50;
  border-color: #ed1d50;
  margin-top: -5px;
}
.loveShabat .updatesInlist .btn:hover {
    background: #c71944;
    border-color: #c71944;
}
.loveShabat .form-group {
    margin-bottom: 0;
}
.loveShabat .shabbatForm .col-sm-10.col-sm-offset-2 {
  margin: 0;
}
.loveShabat .shabbatForm .col-sm-10 {
    width: 93.333333%;
}
.loveShabat .logosShabat .container {
    width: 1200px;
}
.loveShabat .logosShabat {
    padding: 20px 0;
}
.loveShabat .logosShabat img {
  filter: grayscale(100%);
}
.loveShabat .logosShabat img:hover {
    filter: none;
}
.loveShabat .shabbat2 .col-md-9.column {
    padding-right: 0;
}
.shabbatBanner{
    min-height: 70vh;
    background-attachment: fixed;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.shabbatBanner h1{
    color: #fff;
    font-size: 90px;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}
.shabbatBanner h1:after{
    content: none;
}
.shabbatBanner h2{
    color: #fff;
    font-weight: normal;
    font-size: 58px;
    margin: 0 0 30px 0;
    text-shadow: 2px 2px 10px black;
}
.loveShabat .container {
    width: 90%;
    max-width: 90%;
}
.loveShabat .shabbatBanner:before {
    content: '';
    background: url(/media/61627/shabbatnerot.png);
    bottom: 0;
    width: 700px;
    height: 600px;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
}
.loveShabat .btn:hover {
    background:#c71944;
}
.rabanimButton{
    margin-top: -60px;
}
.loveShabat .btn {
    font-size: 24px;
    background: #ec1d50;
    border: 0;
    padding: 5px 22px;
    box-shadow: none;
}
.loveShabat .kredit img {
    width: 46px;
    padding: 5px;
}
.loveShabat .kredit{
 border-top: 1px solid #eaeaea;
 }
.loveShabat .kredit p {
  text-align: left;
  margin: 0;
}
.loveShabat .kredit .col-md-2.column {
    padding: 0;
}
.loveShabat .shabbat1 h2, .loveShabat .shabbat1 h3 {
    color: #000000;
}
.loveShabat .michtavRabanim {
    width: 80%;
    margin: auto;
}
.loveShabat .infoShabat .btn {
  background: #35bce9;
}
.loveShabat .infoShabat .btn:hover {
    background: #22aad8;
}
/* product Page */
.productPage{
    padding: 30px 0;
}
.productPage h1{
    font-size: 30px;
    font-weight: bold;
    color: #23438f;
}
.productPage h1::after{
    content: none;
}
.productPage h2{
    font-size: 24px;
    font-weight: normal;
    color: #000;
}
.outOfStock {
    color: #f4ae23;
    font-size: 21px;
    font-weight: bold;
}
.bookBlock .outOfStock {
    position: absolute;
    bottom: 25px;
    right: 50%;
    transform: translateX(50%);
}
/* cart */
.cartPage .Delete{
    color: #f4ae23;
    background: none;
    border: none;
}
.cartPage th{
    background: #f6f6f6;
    color: #234490;
    border-bottom: 0 !important;
}
.quantityForm {
    width: 102px;
}
.quantityForm input[type=number] {
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 2px;
}
.quantityForm input[type=submit] {
    width: 40px;
    margin-right: -5px;
    background: #f6f6f6;
    border: 1px solid #ccc;
    padding: 2px;
    color: #234490;
    text-align: center;
}
.cartPage td{
    padding: 5px;
}
.cartPage td:first-child{
    text-align: center;
    padding: 5px;
}
.cartPage .payActions{
    text-align: center;
}
.cartPage .payPhoneBtn{
    padding: 5px 15px;
    margin-bottom: 15px;
}
label.error{
    color: #ff4949;
    font-size: 14px;
}
#trnz_iframe{
    /*display: none;*/
    border: 0;
    width: 100%;
    height: 1000px;
}

.accordion {
  padding: 45px 0;
  max-width: 100%;
  width: 1170px;
  margin: 0 auto;
}

  .accordion .card {
    background-color: #f4f4f4;
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
  }
    .accordion .card:hover {
        background-color: #eeeeee;
    }
    .accordion .card .card-body {
      background-color: #fafafa;
      padding: 15px;
      font-size: 16px;
    }
    .accordion .card .card-header {
      background-color: transparent;
      border-bottom: 0;
      padding: 0;
      font-size: 22px;
      color: #23438f;
    }

      .accordion .card .card-header a.card-link {
        display: block;
        padding: .75rem 1.25rem .75rem 2.25rem;
        font-weight: bold;
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        position: relative;
        color: #23438f;
        font-size: 19px;
      }

      .accordion .card .card-header a[aria-expanded=true] {
        font-weight: bold;
      }

      .accordion .card .card-header i {
        position: absolute;
        left: 15px;
        color: #23438f;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
      }

/* popUpBanner */
.popUpBanner .modal-content{
    min-height: 200px;
  }
  .popUpBanner .close{
    position: absolute;
    right: -44px;
    top: 0;
    padding: 7px 14px;
    font-size: 30px;
    color: white;
    opacity: .8;
  }
  .popUpBanner .close:not(:disabled):not(.disabled):focus, 
  .popUpBanner .close:not(:disabled):not(.disabled):hover{
    opacity: 1;
  }
  .popUpBanner img{
    max-width: 100%;
    height: auto !important;
  }
  .popUpBanner p:last-child{
    margin-bottom: 0;
  }
	.popupMobile{
    	display: none;
  }
	.popupdesk{
    	display: inline-block;
  }
.popUp {
    background: #164d8a;
}
  .nachon .form2 {
    background-color: #2fa6d2;
    padding: 8px 0;
  }

  /*movilot basheirut*/  
    .movilot .navbar-collapse.collapse {
        display: flex !important;
        justify-content: center;
    }
    .movilot .container {
        width: 100%;
        max-width: 1700px;
    }
    .movilot .logoMovilot img {
        position: absolute;
        left: 0px;
        top: 20px;
        width: 150px;
    }
    .movilot h2 {
        color: #2766C0;
        font-size: 4.5rem;
        padding-bottom: 20px;
    }
    .movilot h1 {
        color: #EB7723;
        font-weight: bold;
        font-size: 6rem;
    }
    .movilot h1:after {
        content: none;
    }
    .movilotTitle {
        background: url(/media/61783/rectangle-9.png);
        background-repeat: no-repeat;
        background-position: right top;
        padding-top: 50px;
    }
    .movilotTitle .col-md-5 {
        min-height: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 6rem
    }
    .movilot .titleText {
        padding-top: 220px;
        padding-right: 70px;
    }
    .movilot p {
        color: #1C498A;
        font-size: 26px;
        line-height: 36px;
        text-align: right;
    }
    .infoMovilot {
        padding-top: 30px;
    }
    .movilot .imgMovila {
        position: absolute;
        top: -160px;
        z-index: -1;
    }
    .mitochYellow .textMitoch {
        background: url();
    }
    .matarotTitle:before {
        background: url(/media/61780/rectangle-1.png);
        content: '';
        width: 100%;
        position: absolute;
        height: 900px;
        background-repeat: no-repeat;
        top: -75px;
        background-position-x: right;
    }
    .matarotTitle {
        position: relative;
        color: #fff;
        padding-bottom: 70px;
    }
    .matarotTitle h2 {
        color: #fff;
    }
    .movilot .number {
        font-weight: bold;
        color: rgb(235, 119, 35);
        font-size: 85px;
        background: rgb(255, 255, 255);
        width: 100px;
        display: block;
        height: 100px;
        padding: 30px;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 30px;
        position: relative;
    }
    .movilot .number:before {
        content: '';
        background: url(/media/61785/ellipse-12.png);
        width: 128px;
        height: 128px;
        position: absolute;
        background-repeat: no-repeat;
        top: -17px;
        right: -6px;
    }
    .movilot h4 {
        font-size: 30px;
    }
    .matarotNumber p {
        color: #fff;
        font-size: 24px;
        line-height: 35px;
    }
    .movilot .Special {
        padding-top: 120px;
    }
    .movilot .SpecialIcons h4 {
        color: #1C498A;
    }
    .movilot .joinUpForm:before {
        background: url(/media/61787/rectangle-5.png);
        content: '';
        width: 100%;
        position: absolute;
        height: 775px;
        background-repeat: no-repeat;
        top: -240px;
        left: 0;
        z-index: -1;
    }
    .movilot .joinUpForm {
        position: relative;
    }
    .movilot .joinUpForm H2 {
        color: #fff;
    }
    .movilot .rabaniot img {
        border: 8px solid #fff;
    }
    .mitochYellow {
        position: relative;
        pointer-events: none;
    }
    .mitochYellow {
        position: relative;
    }
    .mitochYellow:before {
        background: url(/media/61781/rectangle-2.png);
        content: '';
        width: 100%;
        position: absolute;
        height: 930px;
        background-repeat: no-repeat;
        top: -192px;
    }
    .mitochYellow h4 {
        color:#07306b;
    }
    .movilotImg {
        position: relative;
        max-width: 350px;
        margin: 0 auto;
    }
    .movilotImg.movilotImgHome {
        max-width: 500px;
    }
    .movilotImg:before {
        content: "";
        position: absolute;
        right: -5%;
        top: -5%;
        width: 110%;
        height: 110%;
        border: 3px solid #f0af30;
        border-radius: 50%;
    }
    .movilot .titleGallery{
        padding-top: 30px!important;
        padding-right:0 !important;
        position: absolute;
    }
    .movilot .titleGallery h2{
        color: #fff;
        padding: 0;
    }
    .movilot .titleGallery h1 {
        padding-top: 15rem;
    }    
    .infoMovilot img {
        margin-top: -120px;
        z-index: -1;
        position: relative;
    }
    .movilot .joinUpForm .updatesInlist label {
        color: #ffffff;
    }
    .movilot .joinUpForm .updatesInlist .umbraco-forms-navigation {
        display: block;
    }
    .movilot .joinUpForm .updatesInlist .btn {
        background-color: rgb(241, 176, 48);
        border: none;
        font-weight: bold;
        padding: 9px 28px;
        font-size: 30px;
        margin-top: 20px;
        border-radius: 30px;
    }
    .movilot .joinUpForm .updatesInlist .umbraco-forms-field input {
        width: 250px;
    }
    .movilot .updatesInlist .field-validation-error {
        top: 49px;
        color: rgb(241 155 48);
    }
    .movilotHarshama .movilotImg img {
        margin: auto;
        display: block;
        width: 400px;
    }
    .movilotHarshama .updatesInlist .btn {
        display: block;
        margin: auto;
        border-radius: 20px;
    }
    .movilotHarshama .updatesInlist .umbraco-forms-navigation {
        display: block;
        height: 41px;
        border: 0;
        margin-top: 20px;
    }
    .movilotHarshama .umbraco-forms-page.form-inline {
        margin-top: 20px;
    }
    .movilotHarshama .updatesInlist {
        background: #eeeeee;
        margin-top: 30px;
        padding-bottom: 30px;
    }


/*youtube items section*/
.youtubeVid{
    background: #f4f4f4; 
    padding: 0px;
    margin-bottom: 30px;
    height: 93%;
}
.youtubeVid h3{
	color: #23438f;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin-bottom: 7px;
	min-height: 48px;
}
.youtubeVid .youtubeVidInner{
	padding: 10px 10px;
    text-align: center;
}
.youtubeVid .author{
	color: #23438f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.youtubeVid .spoiler{
    text-align: center;
    font-size: 18px;
    line-height: 25px;
	min-height: 75px;
}
.youtubeVid .youtubeVidInner a.btn {
	margin-top: 20px;
    font-size: 18px;
    margin-bottom: 15px;
}
.youtubeVid .vidItemContainer{
	position:relative;
	width:100%; /*TEMP*/
	height:150px; /*TEMP*/
	/*border: 1px solid red; */
}
.youtubeVid .play-button-outer {
    width: 60px;
    height: 35px;
    cursor: pointer;
    border-radius: 25%;
    opacity: .65;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all .2s ease;
    /* border: solid 2px #FFF; */
    background-color: #1f1f1f;
}

.youtubeVid .play-button {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 7px 12px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 2px), -50%);
}

.youtubeVid:hover .play-button-outer {
    opacity: 1;
    box-shadow: 0 0 10px black;
}
.youtubeVid .img-responsive {
    height: 100%;
    background-size: cover;
	display:block;
}
.youtubeCategs {
    padding: 1px 7px;
    border: 1px solid #f4f4f4;
}
.youtubeVid  .btn {
    box-shadow: 0 0 12px rgb(0 0 0 / 18%);
}
.youtubeVidsInPagesTopHeader {
    width: 100%;
    background-size: contain!important;
}
.fluid-width-video-wrapper {
    margin-bottom: 20px;
}

.shopCategory.active {
    background: #f4ae23;
}
.shopCategory.active:after{
    position: absolute;
    left: 35px;
    content: "\f0a8";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    animation: pointing .8s infinite ease-in-out;

}
#modalVideo .close{
	z-index:20;
}
#modalVideo .modal-body{
	z-index:1;
	position:inherit;
	margin:15px;
}
.whatsupJoin{
	margin: 15px 10px 0px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
}
.whatsupJoin a{
    display: block;
    background-color: #36b9eb;
    color: #fff;
    padding: 15px 7px;
    margin-top: 15px;
}
.whatsupJoin a:hover {
    background-color: #27a8da;
}
/*.youtubeVid .container.main.inPages {
    width: 1680px;
}/*

/*Must speak*/
.Mustspeak {
    font-family: 'Rubik';
}
.Mustspeak .logo {
    position: absolute;
    left: 0;
    z-index: 9;
}
.Mustspeak {
    content: "";
        background: url(/media/61802/depositphotos_30964979_original-2.png) no-repeat;
        background-size: contain;
}
.mastTitle{
    background: url(/media/61816/mask-group.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 88% auto;
    padding-top: 50px;
    height: 730px;
    top: 0;
}
.mastTitle{
    position: relative;
}
.mastTitle h1{
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
    font-size:67px;
    position: relative;
    z-index: 1;
}
.mastTitle h1:after {
    content: "";
        background: url(/media/61810/frame-2.png) no-repeat;
        width: 700px;
        height: 141px;
        position: absolute;
        top: -50px;
        right: -128px;
        z-index: -1;
}
.mastTitle h3 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    margin-top: 50px;
}
    .Mustspeak .titleText {
        margin-right: -140px;
        max-width: 50vw;
    }
    .Mustspeak .logo img{
        max-width: 160px;
        float: left;
        margin: 10px 0 0 -5px;
    }
.Mustspeak p{
line-height:30px;
font-size: 20px;
}
.titleimportant {
    margin-top: -350px;
    margin-bottom: 0;
}
.titleimportant h2 {
    color: #F1B030!important;
    font-size: 48px!important;
    margin-top: -20px;
}
.Mustspeak .bagatz a:before {
    font-family: 'chotam' !important;
    content: "\e900";    
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1C498A;
    font-size: 85px;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.Mustspeak .family a:before {
    font-family: 'chotam' !important;
    content: "\e901";    
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1C498A;
    font-size: 85px;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.Mustspeak .marriage a:before {
    font-family: 'chotam' !important;
    content: "\e902";    
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1C498A;
    font-size: 85px;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.Mustspeak .shabat a:before {
    font-family: 'chotam' !important;
    content: "\e903";    
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1C498A;
    font-size: 85px;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.Mustspeak .allicons p{
    font-size: 24px;
    color: #1C498A;
    font-weight: 600
}
.Mustspeak .allicons{
    padding: 80px 0;
}
.Mustspeak .religious h2{
    padding: 46px 0;
    color: #1C498A;
    font-size: 50px;
}
.Mustspeak .religious strong{
    background-color: #34B8ED;
    padding: 5px;
}
.Mustspeak h2{
    font-size: 55px;
    color: #34B8ED;
}
.sabatinfo{
    padding: 40px 0;
    background-color: #34B8ED;
}
.sabatinfo h2::before{
    font-family: 'chotam' !important;
    content: "\e903";    
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 54px;
    padding-left: 10px;
}
.sabatinfo h2{
    color: #fff;
}
.sabatinfo p{
    color: #fff;
}
.striphayavim h3 strong {
    font-size: 45px;
    z-index: 9;
    position: relative;
    color: #fff;
}

.striphayavim h3:before{
    content: "";
    background: url(/media/61818/frame-3.png) no-repeat;
    width: 400px;
    height: 120px;
    position: absolute;
    z-index: 0;
    transform: translate(50%);
    right: 50%;
    top: -33px;
}
.striphayavim h3 {
    position: relative;
    margin-top: 40px;
}
.itemsmust{
    background: #fff;
    box-shadow: 3px 2px 6px #cec9c9;
    padding: 20px;
}
.itemsmust img{
justify-items: center;
display: flex;
margin: auto;
}
.bagatzitem {
    max-width: 600px;
    margin: auto;
}
.marriaginfo .itemsmust {
    height: 405px!important;
}
.marriaginfo{
    padding: 0 0 30px 0;
}
.marriaginfo h2::before{
    font-family: 'chotam' !important;
    content: "\e902";    
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1C498A;
    font-size: 54px;
    padding-left: 10px;
}
.marriaginfo h2{
    color: #1C498A;
}
.marriaginfo p{
    color: #1C498A;
}
.marriaginfo strong{
    font-size: 24px;
}
.marriaginfo h3::before{
    content: "";
    background: url(/media/61818/frame-3.png) no-repeat;
    width: 400px;
    height: 120px;
    position: absolute;
    z-index: 0;
}
.familyinfo{
    padding: 0 0 40px 0;
    background-color: #34B8ED;
}
.familyinfo h2::before{
    font-family: 'chotam' !important;
    content: "\e901";    
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 54px;
    padding-left: 10px;
}
.familyinfo h2{
    color: #fff;
}
.familyinfo p{
    color: #fff;
}
.familyinfo strong{
    font-size: 24px;
}
.familyinfo h3::before{
    content: "";
    background: url(/media/61818/frame-3.png) no-repeat;
    width: 400px;
    height: 120px;
    position: absolute;
    z-index: 0;
}
.bagatzinfo:before {
    background: url(/media/61802/depositphotos_30964979_original-2.png);
    position: absolute;
    height: 1360px;
    content: '';
    width: 100%;
    left: 0;
}
.bagatzinfo{
    padding: 0 0 30px 0;
}
.bagatzinfo h2::before{
    font-family: 'chotam' !important;
    content: "\e900";    
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1C498A;
    font-size: 54px;
    padding-left: 10px;
}
.bagatzinfo h2{
    color: #1C498A;
}
.bagatzinfo p{
    color: #1C498A;
}
.bagatzinfo strong{
    font-size: 24px;
}
.bagatzinfo h3::before{
    content: "";
    background: url(/media/61818/frame-3.png) no-repeat;
    width: 400px;
    height: 120px;
    position: absolute;
    z-index: 0;
}
.joinUpFormust{
    background-color: #1C498A;
    margin: 0 auto;
    max-width: 1171px;
    border-radius: 60px;
    margin-top: 40px;
    position: relative;
}
.joinUpFormust p{
    color: #fff;
}
.joinUpFormust input.btn.btn-primary{
    color: #1C498A;
}
.joinUpFormust .updatesInlist .btn {
    background-color: rgb(241, 176, 48);
    border: none;
    font-weight: bold;
    padding: 9px 28px;
    font-size: 30px;
    margin-top: 20px;
    border-radius: 30px;
}
.joinUpFormust:before {
    background: url(/media/61803/group-74.png);
    content: '';
    width: 100vw;
    position: absolute;
    height: 212px;
    background-repeat: no-repeat;
    top: 308px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.joinUpFormust .updatesInlist label {
    color: #f5f5f5;
}
.Survey img{
    max-width: 100%;
    height: auto;
    margin: 0;
}
.Survey .container {
    width: 100%;
}
.Survey .container .row {
    display: flex;
    justify-content: center;
}
.Survey .col-md-2:last-child{
    display: none;
}
#videoPlayModal .close {
    position: absolute;
    right: -50px;
    top: 0;
    opacity: 1;
    color: white;
    font-size: 40px;
}
/* ChooseRight */
.ChooseRight .container.main.inPages {
    width: 100%;
    padding: 0;
}
.ChooseRight .livchorNav {
    margin-top: 20px;
    margin-bottom: 40px;
}
.ChooseRight .livchorNav .nav>li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ChooseRight .livchorNav .nav>li>a {
    font-size: 16px;
    color: #fff;
    padding: 10px 8px;
}
.ChooseRight .livchorNav .nav>li>a.active {
    color: #f3ae23;
}
.ChooseRight .livchorNav .nav>li>a:hover,
.ChooseRight .livchorNav .nav>li>a:focus{
    background-color: transparent;
}
.ChooseRight .dropdown>.dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
    transition: all .2s ease-in-out;
    background: linear-gradient(90deg, #325e9b, #4172a8);
}
.ChooseRight .dropdown > .dropdown-toggle[aria-expanded="true"]~.dropdown-menu {
    pointer-events: all;
    opacity: 1;
}
.ChooseRight .dropdown>.dropdown-menu a{
    color: #fff;
    background-color: transparent;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    padding: 8px 15px;
}
.ChooseRight .dropdown>.dropdown-menu a:hover {
    color:  #f4ae23;
}
.ChooseRight .livchorNav .navbar-left img[src="/media/62424/group-7.png"] {
    margin-top: -14px;
}
.hasbara+div{
    position: relative;
}
.hasbara+div::before {
    content: '';
    width: 313px;
    height: 356px;
    background-image: url(/media/62427/triangles.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.bannerLivchorNachon {
    background: url(/media/62458/bannerlivchor-new2-copy.jpg);
    margin-top: 80px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.bannerLivchor h1 {
    color: #fff;
    text-align: center;
    margin-top: 60px;
}
.bannerLivchor {
    background: url(/media/62269/hedersherut-copy.jpg);
    padding: 50px;
    background-size: cover;
    background-position: center;
}
.HowTalk .bannerLivchor {
    background: url(/media/62253/הדר-מה-ואיך-לדבר-copy.jpg);
    padding: 50px;
    background-size: cover;
    background-position: center;
}
.NotGold .bannerLivchor {
    background: url(/media/62266/hederchads-copy.jpg);
    padding: 50px;
    background-size: cover;
    background-position: center;
}
.Impossible .bannerLivchor {
    background: url(/media/62251/הדר-אוירה-בלתי-אפשרית-copy.jpg);
    padding: 50px;
    background-size: cover;
    background-position: center;
}
.SpiritualGirls .bannerLivchor {
    background: url(/media/61930/livchorbanner.jpg);
    padding: 50px;
    background-size: cover;
    background-position: center;
}
.importantGirl .bannerLivchor {
    background: url(/media/62272/hederq-copy.jpg);
    padding: 50px;
    background-size: cover;
    background-position: center;
}
.exclusiveGirls .bannerLivchor {
    background: url(/media/62250/הדר-עמידה-רוחינית-של-הבנות-copy.jpg);
    padding: 50px;
    background-size: cover;
    background-position: center;
}
.healthGirls .bannerLivchor {
    background: url(/media/62274/hedergirl-copy.jpg);
    padding: 50px;
    background-size: cover;
    background-position: center;
}
.bannerLivchor h3 {
    color: #fff;
    font-size: 42px;
    padding-top: 10px;
}
.bannerLivchor h4 {
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
}
.ChooseRight .avira {
    background: #f4ae23;
    font-size: 45px;
    color: #33589c;
    font-weight: bold;
    line-height: 62px;
}
.chooseRightBackBtn {
    position: absolute;
    top: 120px;
    right: 20px;
    background-color: transparent;
    border-color: #fff;
    font-size: 1.8rem;
}
.chooseRightBackBtn:hover {
    background-color: transparent;
    border-color: #fff;
}
.ChooseRight h2 {
    font-size: 50px;
    text-align: center;
    position: relative;
    margin: 30px 0 40px 0;
}
.ChooseRight h2:before {
    background: url(/media/61925/arrow-01.png);
    content: '';
    display: block;
    width: 72px;
    height: 25px;
    bottom: -30px;
    position: absolute;
    transform: translate(50%);
    right: 50%;
}
.ChooseRight .sugiot .accordion {
    padding: 0;
}

.ChooseRight.ChooseRightItem .container.main.inPages {
    width: 100%;
    padding: 30px 0;
}
.ChooseRight .card-header i {
    font-family: 'FontAwesome';
}
.ChooseRight .accordion .card {
    margin-bottom: 30px;
}
.odBanose h4 {
    font-size: 24px;
    text-align: center;
    color: #23438f;
}
.ChooseRight .odBanose{
    background: url( /media/61928/livchor4.jpg);
    padding-top: 50px;
}
.ChooseRight .odBanoseTitle {
    margin-bottom: -150px;
}
.LivchorItemGrid .imgPlaceHolder {
    border-bottom: 6px solid #f2ad36;
}
.ChooseRight .sugiot .card-link {
    background: #E1F3FB;
}
.ChooseRight .sugiot:before {
    position: absolute;
    width: 265px;
    height: 447px;
    background: url(/media/61926/livchor77.png);
    content: '';
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    z-index: -1;
}
.ChooseRight .sugiot {
    position: relative;
}
.ChooseRight .sugiot:after {
    position: absolute;
    width: 289px;
    height: 402px;
    background: url(/media/61927/livchor99.png);
    content: '';
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.ChooseRight .mechaber i {
    font-family: 'FontAwesome';
}
.ChooseRight .sirton {
    background: #23438f;
    color: #fff;
    padding: 7px;
}

.ChooseRight .sirton ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ChooseRight .sirton li {
    display: inline-block;
}
.ChooseRight .sirton .mechaber {
float: left;
}
.ChooseRightsirton li {
    display: inline-block;
}
.ChooseRight .odBanose .row {
    margin: 0 -30px;
}
.bannerLivchorNachon h1 {
    text-align: center;
    font-size: 70px;
    color: #fff;
    font-weight: bold;
}
.bannerLivchorNachon h3 {
    color: #f4ae23;
    font-size: 34px;
    text-align: center;
}
.bannerLivchorNachon h4 {
    color: #fff;
    text-align: center;
    width: 800px;
    margin: auto;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
}
.nachon h2 {
    font-size: 35px!important;
}
.sirtonBanner {
    margin: 20px auto 0;
    max-width: 41%;
    width: 700px;
}
.tchumImg {
    background: #25458D;
    padding: 30px;
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
}
.tchum h3 {
    background: #25458d;
    color: #fff;
    padding: 10px;
    margin: 3px 0;
}
.orangeSection .specFields .row{
    margin-bottom: 30px;
}
.tchumImg:before {
    content: '';
    clip-path: polygon(100% 64%, 100% 100%, 0 100%, 0 90%);
    background: #ffffff2e;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
}
.specFields .row:last-child .tchumImg, .specFields .row:last-child .tchum h3 {
    background: #152D65;
}
.ChooseRight .container.main.inPages {
    width: 100%;
    padding: 0;
}
.ChooseRight .odBanose{
    background: url( /media/61928/livchor4.jpg);
}
.ChooseRight .sugiot .card-link {
    background: #E1F3FB;
}
.ChooseRight .sugiot:before {
    position: absolute;
    width: 265px;
    height: 447px;
    background: url(/media/61926/livchor77.png);
    content: '';
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}
.ChooseRight .sugiot {
    position: relative;
}
.ChooseRight .sugiot:after {
    position: absolute;
    width: 289px;
    height: 402px;
    background: url(/media/61927/livchor99.png);
    content: '';
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.ChooseRight .mechaber i {
    font-family: 'FontAwesome';
}
.ChooseRight .sirton {
    background: #23438f;
    color: #fff;
    padding: 7px;
}
.ChooseRight .sirtonIMG {
    padding-top: 55%;
    background-size: cover;
}
.ChooseRight .sirton ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ChooseRight .sirton li {
    display: inline-block;
}
.ChooseRight .sirton .mechaber {
float: left;
}
.ChooseRightsirton li {
    display: inline-block;
}
.ChooseRight .odBanose .row {
    margin: 0 -30px;
}
.LivchorSection.items .gridLinkingItem {
    background: #f1f1f1;
    height: 100%;
}
.LivchorSection.items .aboveFooter .gridLinkingItem {
    background: #fff9;
}
.LivchorSection .gridLinkingItem h3{
    font-size: 23px;
    font-weight: 600;
    color: #23438f;
    text-align: center;
    line-height: 32px;
    margin-top: 5px;
}
.LivchorSection .gridLinkingItem .gridLinkingText {
    padding: 10px;
}
.LivchorSection p {
    font-size: 18px;
    text-align: center;
    line-height: 27px;
    color: #181818;
}
.LivchorSectionTitle {
    margin: 40px 0;
}
.LivchorSectionTitle h3 {
    font-size: 30px;
    color: #f3ae23;
    margin: 30px 0 15px 0;
}
.bannerLivchorNachon h1:after {
    content: '';
    display: block;
    background: url(/media/61925/arrow-01.png);
    width: 72px;
    height: 24px;
    margin: 10px auto;
}
.sirtonTitle {
    text-align: center;
    margin: 10px;
    color: #fff;
}
.ChooseRight .sherutInfoTitles {
    background-color: #f3f4f4;
}
.ChooseRight .sherutPlans {
    background-color: #f3f4f4;    
}
.ChooseRight .sherutPlans .gridLinkingItem {
    background-color: #fff;
}
.ChooseRight .sherutPlans .gridLinkingItem h3 {
    height: auto;
    color: #f3ae23;
}
.ChooseRight .sherutPlans .gridLinkingItem p {
    color: #23438f;
    text-align: center;
}
.ChooseRight .sherutPlans .gridLinkingItem .imgPlaceHolder {
    padding-top: 60%;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.ChooseRight .sherutInfoTitles {
    background-color: #f3f4f4;
}
.ChooseRight .sherutInfoTitles h3 {
    font-size: 30px;
    border-bottom: 1px solid;
    padding: 15px 0 5px 0;
    margin-bottom: 30px;
}
.ChooseRight .sherutInfoTitles h3::before {
    content: url(/media/62425/vector-2.png);
    padding-left: 10px;
}
.ChooseRight .sherutPlans~.sherutInfoTitles h3::before {
    content: url(/media/62426/vector-1.png);
}
.ChooseRight .sherutMatshirot {
    position: relative;
    padding-bottom: 100px;
}
.ChooseRight .aboveFooter {
    position: relative;
    padding-bottom: 100px;
}
.ChooseRight .aboveFooter::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1000px;
    background-color: #f3f4f4;
    background-image: url(/media/62413/down.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    z-index: -1;
}
.ChooseRight .sherutMatshirot .crLastBtn {
    position: absolute;
    top: calc(100% + 30px);
    left: 15px;
}
/* .ChooseRight .sherutMatshirot .gridLinkingItem {
    background-color: #fff;
} */
/* rabbisSwiper */ 
.rabbisSwiper {
    width: 100%;
    height: 350px;
    padding: 0 30px;
    margin-bottom: 10px;
}
.rabbisSwiper .swiper-slide {
    height: calc((100% - 30px) / 2);
}
.rabbisSwiper .swiper-button-next, 
.rabbisSwiper .swiper-container-rtl .swiper-button-prev {
    left: 2px;
}
.rabbisSwiper .swiper-button-prev, 
.rabbisSwiper .swiper-container-rtl .swiper-button-next {
    right: 2px;
}



/* seder hayim page*/
.bannerSederYom {
    position: relative;
}
.bannerSederYomTitle {
    position: absolute;
    right: 50%;
    transform: translate(50% , -50%);
    top: 50%;
    z-index: 99;
}
.textSide:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-image: linear-gradient(to right,rgb(86 117 157 / 90%),rgb(23 51 116));
}
.textSide {
    position: relative;
    background-image: url(/media/61969/shabat.jpg);
    background-position: center;
    background-size: cover;
    height: 55vh;
    clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0% 100%);
    min-width: calc(50% + 100px);
    margin-left: -100px;
    z-index: 1;
    padding: 0;
}
.bannerSederYomTitle {
    position: absolute;
    z-index: 1;
    right: 50%;
    transform: translate(50% , -50%);
    top: 50%;
    z-index: 2;
}
.bannerSederYomTitle {
    color: #fff;
}
.maamarim {
    padding-left: 40px;
}
.LeftSide {
    padding-right: 40px;
}
.pirsumim .articleBlock {
    background: #f4f4f4;
    border-bottom: solid 3px #23438f;
}
.pirsumim .articleBlockContent {
    /*background: #23438f;*/
    display: flex;
    justify-content: center;
}

.pirsumim .articleBlockContent h3 {
    /*color: #fff;
    text-align: center;*/
    color: #23438f;
    font-size: 22px;
}
.pirsumim .articleBlockContent p {
    color: #23438f;
    font-size: 20px;
    text-align: right;
    /*font-weight: bold;*/
}
.sirtonim .articleBlockContent {
    background: #ffffff;
    padding: 0px 30px;
}
.bannerSederYomTitle h1 {
    position: relative;
    padding-bottom: 40px;
    font-size: 50px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.bannerSederYomTitle h1:after {
    width: 97px;
    height: 8px;
    bottom: 20px;
    position: absolute;
    margin: 0;
}
.bannerSederYom .imgSide {
    padding: 0;
    position: relative;
    background-image: url(/media/61964/bus.jpg);
    background-position: center;
    background-size: cover;
    height: 55vh;
}
.sederYomGrid{
    padding: 30px 0 0;
}
.sederYomGrid .container {
    padding: 15px 0;
}
.sederYomGrid h2 {
    font-size: 45px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.sederYomGrid h3 {
    font-size: 24px;
    color: #23438f;
}
.sederYomGrid h3 {
    font-size: 24px;
    font-weight: bold;
}
.sederYomGrid a {
    font-size: 18px;
}
.sederYomGrid p {
    text-align: right;
}
.sederYomGrid h2.orangeUnderline {
    margin-bottom: -30px;
}
.sederYomGrid h2.orangeUnderline:after {
    content: '';
    display: block;
    background-color: #f4ae23;
    width: 100px;
    height: 8px;
    margin: 15px auto;
}
.gridLinkingItem .imgPlaceHolder{
    padding-top: 67%;
    background-size: cover;
}
.sederYomGrid .gridLinkingItem .imgPlaceHolder {
    border-bottom: 8px solid #f4ae23;
    box-shadow: 1px 1px 8px #bbb;
    background-color:#fff;
}
.siblingSlider {
    padding: 0 29px;
}
.siblingSlider .imgPlaceHolder {
    border-bottom: 6px solid #f4ae23;
}
.siblingSlider.swiper-container-rtl .swiper-button-next {
    left: 0;
    top: 35%;
}
.siblingSlider.swiper-container-rtl .swiper-button-prev {
    right: 0;
    top: 35%;
}
.gridLinkingItem h3{
    text-align: center;
    margin-top: 15px;
}
.shomrimShabat img{
    display: flex;
    justify-content: center;
    background-size: 70px;
}
.shabat {
    background: url(/media/61963/backshabat.png);
}
.odShabat h2:before {
    content: '';
    display: block;
    width: 97px;
    height: 8px;
    bottom: 20px;
    position: absolute;
    transform: translate(50%);
    right: 50%;
    background: #f4ae23;
}
.odShabat{
position: relative;
}
.joinNLBox .form-group {
    padding: 0;
    margin-bottom: 10px;
}
.joinNLBox {
    padding: 20px;
    width: 270px;
}
.joinNLBox label {
    font-size: 14px;
}
/*.LivchorSection .gridLinkingItem h3 {
    height: 55px;
}*/
.lpNavbar .navbar-brand {
    float: none;
    height: initial;
    padding: 0;
}
.lpLogo {
    max-height: 60px;
    margin: 2px;
}
.lpNavbar {
    position: absolute;
    top: 0; right: 0;
    width: 100%;
    z-index: 99;
}
.lpNavbar .navbar-toggle {
    border: 1px solid black;
    margin-top: 15px;
}
.lpNavbar .navbar-toggle .icon-bar {
    background-color: black;
}
.writeOn{
    border: 1px solid rgb(164 195 224 / 45%);
    margin: 30px;
}
.movilot .lpNavbar a:hover,
.movilot .lpNavbar a:focus,
.movilot .lpNavbar .active a {
    background-color: transparent;
    color: #ffa07a;
}
.movilot .writeOn h2 {
    color: #2766C0;
    font-size: 30px!important;
    padding-bottom: 0;
}
.writeOn p {
    font-size: 24px;
}
.writeOn .btn {
    font-size: 0.8em;
}
.galleryMovilot {
    padding-bottom: 20px;
}
.footerMovilotb{
    position: relative;
}
.footerMovilotb::before{
    background: url(/media/62207/footer-movilot.png);
    content: '';
    width: 100%;
    position: absolute;
    height: 110%;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
}
.footerMovilotb p{
    color: #fff;
    padding-top: 25px;
}
.bannerBack p {
    width: fit-content!important;
}
.mov1 {
    height: 100%!important;
}

.grayBack {
    background: #f4f4f4;
}

/* landing page EnMandat */
.EnMandate h1 span{
    color: #e21c22;
}
.EnMandate h1{
    margin-bottom: 0;
}
.EnMandate h1:nth-child(4){
    margin-bottom: 20px;
}
.EnMandate .bannerBack p {
    background: #33b9ee00!important;
    color: #0a224d;
    line-height: 22px;
    font-size: 21px;
    padding: 6px 0
}
.EnMandate .bannerBack p strong{
    background: #0a224d!important;
    color: #fff;
    padding: 0 10px;
    font-size: 30px;
    margin: 10px 0!important;
}
.EnMandate h1 span:before {
    content: '';
    background: url(https://www.chotam.org.il/umbraco#/media/media/edit/3572) center top repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.EnMandate .buttonsChoveret .btn{
    background-color: #33b9ee;
    border-color: #33b9ee;
}
.EnMandate .buttonsChoveret .btn:hover{
    background-color: #0a224d;
    border-color: #0a224d;
}
.EnMandate .joinUs h3{
    font-size: 3rem;
}
.EnMandate .joinUs h3 span {
    color: #e21c22;
}
.EnMandate .joinUs p{
    margin: 0;
}
.EnMandate .bigText{
    line-height: 34px!important;
}
.EnMandate .choveret .btn {
    font-size: 22px!important;
}

.EnMandate .sirtonvechoveret.col-md-6.column{
    height: 100%;
}
.EnMandate .choveretmandat img.img-responsive{
    margin: auto;
    display: block;
    width: 300px;
}
.EnMandate .col-md-6.column {
    height: 100%;
}
.EnMandate .sitronvechoveret .col-md-6:nth-child(1) {
    background: #eff3fb;
    height: 100%;
}
.EnMandate .sitronvechoveret .col-md-6:nth-child(2) {
    background: #e1f6ff;
    height: 100%;
}
.EnMandate .sitronvechoveret.banner{
    background-color: #eff3fb;
}
.EnMandate .sitronvechoveret.banner p{
    padding: 0 80px;
    align-items: center;
    text-align: center;
}
.contactbig {
    font-weight: 700;
    color: #16446f;
    font-size: 22px;
    padding-top: 10px;
}
.EnMandate .btn {
    color: #fff;
    background-color: #33b9ee;
    border-color: #33b9ee;
    font-size: 22px;
}
.EnMandate .btn:hover {
    color: #fff;
    background-color: #0a224d;
    border-color: #0a224d;
}
.btnSmall {
    background: #089fd7;
    padding: 5px 10px;
    color: #fff;
	box-shadow: 0 0 12px rgb(0 0 0 / 18%);
	margin-top: 15px;
}
.btnSmall:hover {
	background: #147aa6;
}
/* EnMandate english */
.EnMandatEng{
    direction: ltr;
}
.EnMandatEng .bannerBack {
    padding-left: 80px;
    padding-top: 130px;
    background-position-x: right;
    background-position-y: center;
}
.EnMandatEng .banner h1 {
    font-size: 62px;
    font-weight: 600;
}
.EnMandatEng a.btn:after, .EnMandatEng .btn>a:after {
    content: '\f101';
    padding-left: 10px;
}
.EnMandatEng .sitronvechoveret .col-md-6:nth-child(1) {
    background: #e1f6ff!important;
    height: 100%;
}
.EnMandatEng .sitronvechoveret .col-md-6:nth-child(2) {
    background: #eff3fb;
    height: 100%;
}
.EnMandate div#myNavbar a{
    background-color:#0a224d;
    color: white;
    margin-top: 15px; 
}
.EnMandate div#myNavbar a:hover{
    background-color:#aaabae;
    color: #0a224d;
}
.kenesRabanim {
    background-color: #eee;
}
.kenesRabanim .container,
.kenesRabanim .col-sm-12,
.kenesRabanim .col-md-12 {
    width: 100%;
    max-width: 100%;
}
.kenesRabanim .btn {
    background-color: #0d4c9b;
    border-color: #0d4c9b;
    font-weight: bold;
    padding: 2px 25px;
    font-size: 25px;
}
.kenesRabanim .btn:hover {
    background-color: #0a4186;
    border-color: #0a4186;
}
.kenesRabanim .field-validation-error {
    display: block;
    position: absolute;
    top: 72px;
    color: #de0101;
    font-size: .8em;
}
.kenesRabanim label {
    min-width: 80px;
    text-align: right;
    margin-left: 5px;
    color: #0d4c9b;
    font-weight: normal;
}
.kenesRabanim .umbraco-forms-field input{
    border: 0;
    height: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 0 15px;
    margin-bottom: 20px;
}
.kenesRabanim .row.clearfix {
    display: flex;
    align-items: center;
}
.mx-n3 {
    margin-right: -15px;
    margin-left: -15px;
}
.kenesRabanim form {
    display: flex;
    justify-content: center;

}
.kenesRabanim form .form-group {
    margin-left: 15px;
}
.kenesRabanim form .umbraco-forms-navigation {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}
.kenesSucceess {
    background-color: #eee;
    padding: 15px;
}
.noteSurvey .col-md-12 {
    border-top: 1px solid;
    margin-top: 30px;
	padding-top: 10px;
}























