@charset "UTF-8";
/* CSS Document */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
	font-family: 'Conv_GothamLight';
	font-size: 14px;
	-webkit-overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0px;
	padding: 0px;
}
html, body {
	overflow: hidden;
}
img {
	border: none;
}
/* FONT FACE INCLUDE */
@font-face {
	font-family: 'Conv_GothamLight';
	src: url("../fonts/GothamLight.eot");
	src: local("☺"), url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'unna_regular';
	src: url('../fonts/Unna-Regular.eot') format('embedded-opentype'), url('../fonts/Unna-Regular.otf') format('otf'), url('../fonts/Unna-Regular.svg') format('svg'), url('../fonts/Unna-Regular.ttf') format('ttf'), url('../fonts/Unna-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'unna_italic';
	src: url('../fonts/Unna-Italic.eot') format('embedded-opentype'), url('../fonts/Unna-Italic.otf') format('otf'), url('../fonts/Unna-Italic.svg') format('svg'), url('../fonts/Unna-Italic.ttf') format('ttf'), url('../fonts/Unna-Italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'unna_bold_italic';
	src: url('../fonts/Unna-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Unna-BoldItalic.otf') format('otf'), url('../fonts/Unna-BoldItalic.svg') format('svg'), url('../fonts/Unna-BoldItalic.ttf') format('ttf'), url('../fonts/Unna-BoldItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'unna_bold';
	src: url('../fonts/Unna-Bold.eot') format('embedded-opentype'), url('../fonts/Unna-Bold.otf') format('otf'), url('../fonts/Unna-Bold.svg') format('svg'), url('../fonts/Unna-Bold.ttf') format('ttf'), url('../fonts/Unna-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'angostura';
	src: url('../fonts/Angostura.eot') format('embedded-opentype'), url('../fonts/Angostura.otf') format('otf'), url('../fonts/Angostura.svg') format('svg'), url('../fonts/Angostura.ttf') format('ttf'), url('../fonts/Angostura.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* FONT FACE INCLUDE */



.first_banner_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.first_banner_img > img {
	width: 100%;
}
.ohel-outer-section {
	width: 100%;
	display: inline-block;
}
.ohel-outer-section .ohel-header-block {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 11
}
.ohel-outer-section .ohel-header-block.popup_active {
	z-index: 11;
	box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
.container {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}
.ohel-content-block-inner {
	display: table;
	width: 100%;
	max-width: 1060px;
	padding: 20px;
	margin: 0 auto;
	height: 100%;
}
.ohel-content-block-inner > .container {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.ohel-testimonial-slider-row {
	height: auto;
}
.ohel-header-inner {
	display: inline-block;
	padding: 0;
	width: 100%;
}
.ohel-header-left-block {
	float: left;
	max-width: 290px;
	padding: 5px 0;
}
.ohel-header-left-block img {
	max-width: 100%;
	max-height: 74px;
}
.ohel-header-right-block {
	float: right;
}
.ohel-nav-old {
	display: inline-block;
	padding: 36.5px 0;
	width: 100%;
}
.ohel-nav-old ul li {
	display: inline-block;
}
.ohel-nav-old ul li a {
	color: #231f20;
	display: inline-block;
	font-size: 17px;
	padding: 0 13px;
	text-decoration: none;
}
.ohel-nav-old ul li.active a, .ohel-nav-old ul li a:hover {
	color: #677285;
}
.ohel-nav-old ul li:last-child a {
	padding-right: 0;
}
.ohel-nav-old ul li:first-child a {
	padding-left: 0;
}
.ohel-parallax-slider {
	width: 100%;
	z-index: 11;
	display: inline-block;
}
/* PARALLAX SLIDER CSS */
.background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 130vh;
	position: fixed;
	width: 100%;
	-webkit-transform: translateY(30vh);
	transform: translateY(30vh);
	-webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
	transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.background:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.background:first-child {
	background: url(../images/slide4-1.png) center center no-repeat;
	/* background: url(../images/slider1_img.jpg) center center no-repeat; */
	-webkit-transform: translateY(-15vh);
	transform: translateY(-15vh);
	background-size: cover;
}
.background:first-child .content-wrapper {
	-webkit-transform: translateY(15vh);
	transform: translateY(15vh);
}
.background:nth-child(2) {
	/* background-image: url(../images/slider1_img.jpg); */
	background-image: url(../images/slide3.png);
}
.background:nth-child(3) {
	/* background-image: url(../images/slide2.png); */
	background-image: url(../images/share.png);
}
.background:nth-child(4) {
	/* background-image: url(../images/slide3.png); */
	/* background-image: url(../images/slide4-1.png); */
	background-image: url(../images/share.png);
}
.background:nth-child(5) {
	background-image: url(../images/share.png);
} 
/* 
.background:nth-child(5) {
	background-image: url(../images/read_watch.png);
}
.background:nth-child(6) {
	background-image: url(../images/share.png);
} 
*/
/* Set stacking context of slides */
.background:nth-child(1) {
	z-index: 4;
}
.background:nth-child(2) {
	z-index: 3;
}
.background:nth-child(3) {
	z-index: 2;
}
.background:nth-child(4) {
	z-index: 1;
}
.content-wrapper {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	color: #fff;
	font-family: Montserrat;
	text-transform: uppercase;
	-webkit-transform: translateY(40vh);
	transform: translateY(40vh);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
	transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.content-title {
	font-size: 12vh;
	line-height: 1.4;
}
.background.up-scroll {
	-webkit-transform: translate3d(0, -15vh, 0);
	transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
	-webkit-transform: translateY(15vh);
	transform: translateY(15vh);
}
.background.up-scroll + .background {
	-webkit-transform: translate3d(0, 30vh, 0);
	transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
	-webkit-transform: translateY(30vh);
	transform: translateY(30vh);
}
.background.down-scroll {
	-webkit-transform: translate3d(0, -130vh, 0);
	transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
	-webkit-transform: translateY(40vh);
	transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
	-webkit-transform: translate3d(0, -15vh, 0);
	transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
	-webkit-transform: translateY(15vh);
	transform: translateY(15vh);
}
.background:last-child {
	z-index: -1!important;
}
.ohel-footer-block {
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #ddcee5;
	padding: 14px 0;
	bottom: 0;
	opacity: 0;
}
.ohel-footer-block-inner {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.ohel-number-row, .ohel-number-col {
	display: inline-block;
}
.ohel-number-col {
	border: 1px solid #fff;
	border-radius: 10px;
	position: relative;
	
	margin-right: 40px;
	text-align: center;
	padding: 0 5px;
}
.ohel-number-col img {
	margin-top: -10px;
}
.ohel-number-col h2 {
	color: #757f89;
	font-size: 82px;
	font-family: 'Unna', serif;
	font-weight: 700;
	line-height: 53px;
}
.ohel-number-col p {
	color: #757f89;
	display: inline-block;
	float: right;
	font-family: "Unna", serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	position: relative;
	right: 13px;
	text-transform: lowercase;
	top: 7px;
}
.ohel-number-col:last-child {
	margin-right: 0;
}
.ohel-number-col:last-child p {
	right: 2px;
	text-transform: capitalize;
}
.ohel-number-row h1 {
	color: #687286;
	font-family: "unna_bold", serif;
	font-size: 68px;
	font-weight: 700;
	line-height: 60px;
	text-shadow: 1px 3px 1px #9a979e;
	text-transform: none;
}
.ohel-number-row {
	width: 100%;
}
.ohel-banner-content {
	float: right;
	max-width: 437px;
	width: 100%;
}
.ohel-number-row {
	padding-bottom: 10px;
	width: 100%;
}
.ohel-banner-content .ohel-number-row a {
	background: #687286 none repeat scroll 0 0;
	border-radius: 10px;
	color: #fff;
	float: left;
	font-family: "unna_bold", serif;
	font-size: 29px;
	font-weight: 700;
	margin-right: 60px;
	margin-top:30px;
	padding: 3px 12px;
	text-decoration: none;
}
.ohel-banner-content .ohel-number-row a:hover {
	background: #515b6f;
}
.background:nth-child(3) .ohel-number-row a {
	margin-right: 10px;
	margin-top: 15px;
    margin-bottom: 0;
}

.background:nth-child(1) .ohel-banner-content .ohel-number-row h1 {
	color: #687286;
}
.background:nth-child(1) .ohel-banner-content .ohel-number-row a {
	background: #687286;
}
.background:nth-child(1) .ohel-banner-content .ohel-number-row a:hover {
	background: #2e4052;
}




.background:nth-child(2) .ohel-banner-content .ohel-number-row h1 {
	color: #687286;
}
.background:nth-child(2) .ohel-banner-content .ohel-number-row a {
	background: #687286;
}
.background:nth-child(2) .ohel-banner-content .ohel-number-row a:hover {
	background: #2e4052;
}



.background:nth-child(3) .ohel-banner-content .ohel-number-row h1 {
	color: #425262;
}
.background:nth-child(3) .ohel-banner-content .ohel-number-row a {
	background: #425262;
}
.background:nth-child(3) .ohel-banner-content .ohel-number-row a:hover {
	background: #2e4052;
}




.background:nth-child(4) .ohel-banner-content .ohel-number-row h1 {
	text-shadow: 1px 3px 1px #7d7372;
	-moz-text-shadow: 1px 3px 1px #7d7372;
	-webkit-text-shadow: 1px 3px 1px #7d7372;
	color: #505060;
}
.background:nth-child(3) .ohel-banner-content .ohel-number-row h1 {
	text-shadow: 1px 3px 1px #9f8e94;
	-moz-text-shadow: 1px 3px 1px #9f8e94;
	-webkit-text-shadow: 1px 3px 1px #9f8e94;
}
.background:nth-child(2) .ohel-banner-content .ohel-number-row h1 {
	text-shadow: 1px 3px 1px #cacdd4;
	-moz-text-shadow: 1px 3px 1px #cacdd4;
	-webkit-text-shadow: 1px 3px 1px #cacdd4;
}
.background:nth-child(4) .ohel-banner-content .ohel-number-row a {
	background: #505060 none repeat scroll 0 0;
	margin-right: 50px;
	margin-top: 10px;
}
.background:nth-child(4) .ohel-banner-content .ohel-number-row a:hover {
	background: #373746;
}
.ohel-nav-old:after {
	content: "\f0c9";
	color: #425262;
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	font-family: 'FontAwesome';
	font-size: 28px;
	cursor: pointer;
}
.background:nth-child(2) .ohel-banner-content .ohel-number-row a {
	margin-top: 15px; margin-bottom: 0;
}
.ohel-block-content {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10;
	padding-top: 110px;
	overflow: auto;
}
.rabbi_video {
	display: none;
	height: 100%;
	text-align: center;
	position: relative;
}
.rabbi_video iframe {
	border: 5px solid #dadcdf;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.rabbi_video iframe:hover {
	border: 5px solid #b49fb3;
}
.ohel-how-block-content .ohel-content-block-inner {
	padding-bottom: 0;
}
.ohel-why-block-left {
	width: 46%;
	float: left;
}
.ohel-why-block-left a {
	background: #687286;
	color: #fff;
	font-size: 15px;
	font-family: "unna_bold", serif;
	text-decoration: none;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 8px;
	float: right;
	margin-top: 18px;
}
.ohel-why-block-right {
	width: 46%;
	float: right;
	padding-top: 40px;
	text-align: center;
}
.ohel-why-block-right h4 {
	font-family: unna_bold;
	color: #000;
	font-size: 16px;
	line-height: 15px;
	margin: 20px 0 0 0;
}
.ohel-why-block-right p {
	font-family: unna_regular;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 15px 0;
	text-align: left;
}
.ohel-why-block-inner, .ohel-why-block-quotes {
	width: 100%;
	display: inline-block;
	position: relative;
}
.ohel-why-block-quotes {
	text-align: center;
	padding: 0 0px;
}
.ohel-why-block-quotes::before {
	background: #757f89 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 10px;
	width: 90%;
}
.ohel-why-block-quotes span {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	position: relative;
	width: 80px;
}
.ohel-why-block-quotes > p {
	text-align: left;
	font-family: "unna_bold", serif;
	color: #757f89;
	font-size: 42px;
	font-weight: 800;
	padding-top: 20px;
	line-height: 36px;
}
.ohel-why-block-left h3.decorated {
	position: relative;
	color: #b2bac2;
	font-size: 18px;
	font-family: unna_regular;
	font-style: italic;
	padding: 0 30px;
	margin: 20px 0;
	font-weight: normal;
}
.ohel-why-block-left h3.decorated:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 57px;
	content: '';
	background: url(../images/deco_panel.png) left top no-repeat;
}
.ohel-why-block-left h3.decorated:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 57px;
	content: '';
	background: url(../images/deco_panel_right.png) left top no-repeat;
}
.ohel-why-block-content-box {
	width: 100%;
	display: inline-block;
	background: #757f89;
	padding: 30px;
	margin-top: 0;
}
.ohel-why-block-content-box p {
	color: #fff;
	font-family: "Unna", serif;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 19px;
	text-align: justify;
	line-height: 18px;
	font-weight: normal;
}
.ohel-why-block-content-box p:last-child {
	padding-bottom: 0px;
}
.join-invitation-today-btn {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding-top: 15px;
	font-family: unna_regular;
	color: #000;
	font-size: 13px;
	line-height: 15px;
}
.join-invitation-today-btn a {
	background: #687286;
	color: #fff;
	font-size: 15px;
	font-family: "unna_bold", serif;
	text-decoration: none;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 8px;
	float: right;
}
.ohel-block-close-btn {
	position: absolute;
	left: 20px;
	top: 130px;
	z-index: 15;
}
.ohel-block-close-btn a {
	color: #687286;
	font-family: "Unna", serif;
	font-size: 15px;
	text-decoration: none;
}
.ohel-why-block-content, .ohel-how-block-content, .ohel-tell-more-content, .ohel-sign-up-content, .ohel-share-content, .ohel-read-watch-content {
	display: none;
}
.ohel-how-block-row, .ohel-how-block-cols {
	display: inline-block;
	width: 100%;
}
.ohel-how-block-cols {
	float: left;
	width: 33.3333%;
	padding-right: 0;
	text-align: center;
}
.ohel-how-block-cols:last-child {
	padding-right: 0;
}
.ohel-how-block-cols .ohel-how-block-number {
	background: #bda6a6 none repeat scroll 0 0;
	display: inline-block;
	height: 151px;
	width: 173px;
	overflow: hidden;
}
.ohel-how-block-cols .ohel-how-block-number span {
	color: #fff;
	font-family: "Unna", serif;
	font-size: 244px;
	font-weight: bold;
	left: -17px;
	line-height: 153px;
	position: relative;
	text-transform: uppercase;
}
.ohel-how-block-cols h1 {
	color: #bea7a7;
	font-size: 29px;
	font-family: "unna_bold", serif;
	font-weight: bold;
	line-height: 27px;
	padding: 15px 0;
}
.ohel-how-block-cols p {
	color: #000;
	font-size: 15px;
	font-family: "Unna_regular", serif;
}
.ohel-content-cols-row, .ohel-testimonial-slider-row {
	width: 100%;
	display: inline-block;
}
.ohel-testimonial-slider-row {
	background: #bea7a7 none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	padding: 25px 0;
	position: absolute;
	right: 0;
	max-height: 135px;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important;
}
 @keyframes slideUp {
 0% {
 transform: translateY(100%);
}
 100% {
 transform: translateY(0%);
}
}
 @-webkit-keyframes slideUp {
 0% {
 -webkit-transform: translateY(100%);
}
 100% {
 -webkit-transform: translateY(0%);
}
}
.checkboxPanel {
	padding: 20px 0 20px 0;
}
.checkboxPanel label {
	font-size: 14px;
	font-family: Unna;
	color: #7e7e89;
}
.ohel-content-cols-row {
	height: 60vh;
}
.ohel-testimonial-slider-row p {
	font-family: 'Conv_GothamLight';
	font-size: 15px;
	color: #fff;
	font-style: italic;
	line-height: 18px;
	text-align: center;
}
.ohel-tell-more-content-inner {
	display: inline-block;
	width: 100%;
}
.ohel-tell-more-content .ohel-tell-more-content-inner p {
	color: #7e7e89;
	font-size: 15px;
	font-family: "unna_bold", serif;
	font-weight: 400;
	text-align: center;
	line-height: 17px;
}
.ohel-read-watch-content .ohel-tell-more-content-inner p {
	color: #000;
	font-size: 16px;
	font-family: unna_regular;
	font-weight: 400;
	text-align: center;
	line-height: 18px;
}
.ohel-read-watch-content .ohel-tell-more-content-inner .about_note_block_small p {
	color: #000;
	font-size: 14px;
	font-family: unna_regular;
	font-weight: 400;
	text-align: center;
	line-height: 17px;
}
.add_box {
	width: 100%;
	float: right;
	max-width: 280px;
	padding-top: 0;
}
.add_box .add_block {
	width: 100%;
	min-height: 108px;
	border: 1px solid #bfb0bf;
	margin-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 12px;
	text-align: center;
}
.add_box .add_block:last-child {
	margin-bottom: 0;
}
.ohel-tell-more-content-inner .about_notes p {
	margin-bottom: 10px;
}
.ohel-tell-more-content-inner .about_notes p:last-child {
	margin-bottom: 0;
}
.ohel-tell-more-content-inner .about_notes p::after {
	display: none;
}
.ohel-tell-more-content-inner h1 {
	font-size: 23px;
	font-family: "unna_bold", serif;
	color: #757f89;
	text-align: center;
}
.ohel-tell-number-block {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 80px;
}
.ohel-tell-number-col {
	border: 1px solid #757f89;
	border-radius: 10px;
	margin-right: 40px;
	position: relative;
	text-align: center;
	/* 	width: 232px; */
	height: 200px;
	display: inline-block;
	padding: 0 5px;
}
.ohel-tell-number-col img {
	margin-top: -10px;
}
.ohel-tell-number-col h2 {
	color: #757f89;
	font-family: "Unna", serif;
	font-size: 193px;
	font-weight: 700;
	line-height: 135px;
}
.ohel-tell-number-col p {
	color: #757f89;
	display: inline-block;
	float: right;
	font-family: "Unna", serif;
	font-size: 33px;
	font-weight: 700;
	line-height: 13px;
	position: relative;
	right: 13px;
	text-transform: lowercase;
	top: 13px;
}
.ohel-tell-number-col:last-child p {
	right: 2px;
	text-transform: capitalize;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
	color: #fff;
	display: block;
	font-style: italic;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	font-family: "unna_regular";
	padding: 0 40px 0 40px;
	font-weight: normal;
}
.ohel-read-watch-content .slick-initialized .slick-slide {
	padding: 0 10px 0 10px;
	cursor: pointer;
}
.ohel-read-watch-content .slick-initialized .slick-slide .slider_img {
	border-radius: 10px;
	overflow: hidden;
}
.ohel-read-watch-content .slick-initialized .slick-slide .slider_img img {
	max-width: 100%;
	border-radius: 10px;
}
.ohel-read-watch-content .containerSlider .filtering {
	padding: 15px 10px;
	margin-bottom: 0;
	margin-top: 30px;
}
.ohel-read-watch-content .slick-initialized .slick-slide p {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin-top: 10px;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slider-content {
	display: inline-block;
	width: 100%;
}
.slider-content ul, .slick-list {
	width: 100%;
}
.ohel-testimonial-slider-row .slick-dots li {
	display: inline-block;
	margin-right: 5px;
}
.ohel-testimonial-slider-row .slick-dots {
	text-align: center;
	padding-top: 15px;
}
.ohel-testimonial-slider-row .slick-dots li button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #846868;
	border-radius: 50%;
	cursor: pointer;
	height: 10px;
	text-indent: -9999px;
	width: 10px;
}
.ohel-testimonial-slider-row .slick-dots li.slick-active button {
	background: #846868;
}
.ohel-sign-up-content-inner form .row .sub {
	width: 46%;
	float: left;
}
.ohel-sign-up-content-inner form .row .sub h5 {
	font-size: 20px;
	margin-bottom: 15px;
}
.ohel-sign-up-content-inner form .row .sub .half {
	width: 47.5%;
	float: left;
}
.ohel-sign-up-content-inner form .row .sub .third {
	width: 30%;
	float: left;
}
.ohel-sign-up-content-inner form .row .sub .third:nth-child(2) {
	margin: 0 5%;
}
.ohel-sign-up-content-inner form .row .sub:nth-child(even) {
	float: right;
}
.ohel-sign-up-content-inner form .row .sub .half:nth-child(even), .ohel-sign-up-content-inner form .row .sub .right {
	float: right;
}
.ohel-sign-up-content-inner form .row .sub .left {
	float: left !important;
}
.ohel-sign-up-content-inner form .row .sub label {
	margin-bottom: 4px;
	font-size: 18px;
	font-family: Unna;
	color: #7e7e89;
	display: block;
}
.ohel-sign-up-content-inner form .row .sub label.para {
	width: auto;
	font-size: 14px;
	display: inline;
}
.ohel-sign-up-content-inner form .row .sub input[type="text"] {
	border: 1px solid #bfb0bf;
	height: 40px;
	padding: 0 10px;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}
.ohel-sign-up-content-inner form .row .sub textarea {
	border: 1px solid #bfb0bf;
	height: 80px;
	padding: 10px;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
.ohel-sign-up-content-inner form .row .sub select {
	border: 1px solid #bfb0bf;
	height: 40px;
	padding: 0 10px;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	background: #fff;
	-webkit-appearance: value;
}
.ohel-sign-up-content-inner form .row .sub input[type="text"]#amount {
	background: url(../images/dollar.png) 10px center no-repeat #fff;
	padding-left: 25px;
}
.ohel-sign-up-content-inner form .row .sub input[type="text"]:focus {
	outline: none !important;
}
.ohel-sign-up-content-inner h1 {
	position: relative;
	margin: 40px 0;
	font-size: 35px;
	font-family: Unna_bold;
	color: #c6bfbf;
	line-height: 36px;
	text-align: center;
	padding: 12px 40px 0 40px;
}
.ohel-sign-up-content-inner h1:before {
	width: 11px;
	height: 80px;
	content: '';
	left: 0;
	top: 0;
	background: url(../images/left_corner.png) left top no-repeat;
	position: absolute;
}
.ohel-sign-up-content-inner h1:after {
	width: 11px;
	height: 80px;
	content: '';
	right: 0;
	top: 0;
	background: url(../images/right_corner.png) left top no-repeat;
	position: absolute;
}
.ohel-sign-up-content-inner h1 span {
	display: block;
	color: #a7a5a3;
	font-size: 14px;
}
.ohel-sign-up-content-inner h2 {
	font-size: 24px;
	line-height: 28px;
	font-family: Unna_regular;
	color: #7e7e89;
	margin: 12px 0;
	text-align: left;
}
.ohel-sign-up-content-inner h3 {
	font-size: 17px;
	line-height: 17px;
	font-family: Unna;
	color: #7e7e89;
	margin-bottom: 15px;
	text-align: left;
}
.ohel-sign-up-content-inner h4 {
	font-size: 14px;
	font-family: Unna;
	float: left;
	padding-right: 0;
	color: #7e7e89;
	text-align: left;
}
.ohel-sign-up-content-inner input[type="submit"] {
	border: 1px solid #bfb0bf;
	background: #777584;
	font-size: 29px;
	text-transform: uppercase;
	height: 44px;
	width: 180px;
	color: #fff;
	font-family: Unna;
	cursor: pointer;
	border-radius: 8px;
	-webkit-appearance: none;
	float: right;
}
.ohel-why-block-inner img {
	max-width: 100%;
}
.about_notes {
	width: 657px;
	display: inline-block;
}
.about_note_block {
	width: 100%;
	position: relative;
	background: url(../images/sticker.png) center top no-repeat;
	min-height: 709px;
	padding: 100px 100px 0 70px;
}
.about_note_block_small {
	width: 100%;
	position: relative;
	background: url(../images/sticker2.png) center top no-repeat;
	min-height: 609px;
	padding: 100px 100px 0 70px;
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	background: #aea4ad;
	border: none;
	outline: none;
	border-radius: 100%;
	color: #fff;
}
.slick-prev:hover, .slick-next:hover {
	background: #757e88;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'fontawesome';
	border-radius: 100%;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -35px;
}
[dir='rtl'] .slick-prev {
	right: -35px;
	left: auto;
}
.slick-prev:before {
	content: '';
}
[dir='rtl'] .slick-prev:before {
	content: '';
}
.slick-next {
	right: -35px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '';
}
.containerSlider {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}
.filtering {
	background: #aea4ad;
}
.candle {
	position: absolute;
	right: -25px;
	bottom: -25px;
}
.candle img {
	max-width: 100%;
}
.simcha_area_left {
	float: left;
	width: 44%;
	margin: 0;
	padding: 0;
}
.simcha_area_left h2 {
	color: #687286;
	font-size: 75px;
	font-weight: 700;
	font-family: unna_bold;
	line-height: 55px;
	text-shadow: 1px 3px 1px #c5c5c5;
}
.simcha_area_left h2 span {
	display: block;
	text-shadow: none;
	font-size: 26px;
	line-height: 30px;
	color: #757f89;
	margin-top: 20px;
	font-family: unna_regular;
}
.simcha_area_right {
	float: right;
	width: 56%;
	margin: 0;
	padding: 0;
}
.simcha_area_right form .form_row label {
	display: block;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	font-family: unna_bold;
	color: #757f89;
}
.simcha_area_right form .form_row label.custom_check_box {
	margin-top: 4px;
	height: 30px;
}
.simcha_area_right form .form_row .input_fields input[type="text"].half {
	width: 48%;
	float: left;
}
.simcha_area_right form .form_row .input_fields input[type="text"].quarter {
	width: 24%;
	float: left;
}
.simcha_area_right form .form_row .input_fields input[type="text"] {
	border: 1px solid #b4a5c4;
	height: 40px;
	padding: 0 10px;
	font-size: 12px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: none;
	outline: none;
	width: 100%;
}
.simcha_area_right form .form_row .input_fields textarea {
	border: 1px solid #b4a5c4;
	height: 100px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: none;
	outline: none;
	width: 100%;
	resize: none;
	font-family: 'Conv_GothamLight';
}
.simcha_area_right form .form_row .input_fields select {
	border: 1px solid #b4a5c4;
	height: 40px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: none;
	outline: none;
	width: 100%;
}
.simcha_area_right form .form_row .add_pin_trigger label {
	font-size: 14px !important;
	color: #757f89;
	font-weight: 700;
	width: auto;
	display: inline;
	font-family: unna_bold;
}
.add_pin_trigger {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 6px;
}
.simcha_area_right form .form_row .input_fields input[type="text"].half:nth-child(even) {
	float: right;
}
.simcha_area_right form .form_row .input_fields input[type="submit"] {
	float: right;
	background: #777584;
	color: #fff;
	font-size: 29px;
	font-family: unna_bold;
	font-weight: 700;
	width: 116px;
	height: 40px;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	-webkit-appearance: none;
}
#baby_types_div, #engage_pin, .pin_section {
	display: none;
}
/* MEDIA CSS START */


.ohel-nav-old ul li a {
	font-size: 16px;
}
.ohel-nav-old ul li a:hover {
	text-decoration: underline;
}
.ohel-header-left-block {
	max-width: 290px;
}
.ohel-nav-old {
	padding: 33px 0;
}
.ohel-sign-up-content-inner .row {
	clear: both;
	overflow: hidden;
}
.ohel-sign-up-content-inner .switch-field {
	width: 100%;
}
.form_row {
	overflow: hidden;
	position: relative;
}
.simcha_area_right form .form_row .switch-field, .ohel-sign-up-content-inner .switch-field {
	overflow: hidden;
	margin-bottom: 21px;
	float: left;
}
.simcha_area_right form .form_row .switch-title, .ohel-sign-up-content-inner .switch-title {
	margin-bottom: 6px;
}
.simcha_area_right form .form_row .switch-field input, .ohel-sign-up-content-inner .switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.simcha_area_right form .form_row .switch-field label, .ohel-sign-up-content-inner .switch-field label {
	float: left;
	position: relative;
	text-align: left;
}
.simcha_area_right form .form_row .switch-field label:before, .ohel-sign-up-content-inner .switch-field label:before {
	position: absolute;
	left: 10px;
	top: 11px;
	width: 15px;
	height: 15px;
	content: '';
	font-family: fontawesome;
	background: #f4f4f4;
	border-radius: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}
.simcha_area_right form .form_row .switch-field label, .ohel-sign-up-content-inner form .row .sub .switch-field label {
	display: inline-block;
	color: rgba(0, 0, 0, 0.6);
	font-weight: normal;
	text-align: left;
	text-shadow: none;
	padding: 10px 10px 10px 32px;
	font-size: 12px;
	font-family: open sans;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	margin-bottom: 0;
}
.filtering .slick-dots {
	display: none !important;
}
.ohel-sign-up-content-inner form .row .sub .switch-field label {
	width: 33.33%;
}
.simcha_area_right form .form_row .switch-field label:hover, .ohel-sign-up-content-inner form .row .sub .switch-field label:hover {
	cursor: pointer;
}
.simcha_area_right form .form_row .switch-field input:checked + label, .ohel-sign-up-content-inner form .row .sub .switch-field input:checked + label {
	background-color: #777584;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}
.simcha_area_right form .form_row .switch-field input:checked + label:before, .ohel-sign-up-content-inner form .row .sub .switch-field input:checked + label:before {
	display: block;
	content: '';
	background: #fff;
	color: #777584;
}
.simcha_area_right form .form_row .switch-field label:first-of-type, .ohel-sign-up-content-inner form .row .sub .switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}
.simcha_area_right form .form_row .switch-field label:last-of-type, .ohel-sign-up-content-inner form .row .sub .switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
.bottom_checks {
}
.simcha_area_right input[type="submit"] {
	font-family: unna_bold;
	font-size: 26px;
	border-radius: 6px;
	background: #777584;
	color: #fff;
	padding: 10px 30px;
	border: none;
	float: right;
	-webkit-appearance: none;
	margin-top: 15px;
	cursor: pointer;
}
.simcha_area_right input[type="submit"]:hover {
	background: #5d5b6b;
}
/* The container */
.custom_check_box {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.custom_check_box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	border: 1px solid #c8c8c8;
}
/* When the checkbox is checked, add a blue background */
.custom_check_box input:checked ~ .checkmark {
	background-color: #777584;
	border: 1px solid #777584;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.custom_check_box input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.custom_check_box .checkmark:after {
	left: 11px;
	top: 7px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.simcha_area_right .form_row .sub {
	width: 48%;
	float: left;
}
.simcha_area_right .form_row .sub .input_fields {
	width: 100%;
}
.simcha_area_right .form_row .sub .input_fields .switch-field {
	width: 100%;
}
.simcha_area_right .form_row .sub:nth-child(even) {
	float: right;
}
.simcha_area_right form .form_row .sub .switch-field input + label {
	width: 50%;
}
.ohel-sign-up-content-inner form .row .sub label.error {
	font-size: 13px;
	color: red;
	margin-top: -10px;
	margin-bottom: 10px;
}
.error-container{
	font-size: 15px;
	color: red;
	font-weight: 900;	
}
#simche label.error {
	font-size: 13px;
	color: red;
	margin-top: -15px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
	height: 0;
}
.ohel-sign-up-content-inner .line {
	float: left;
	width: 100%;
	text-align: center;
}
.ohel-sign-up-content-inner .line.licenced {
	text-align: left;
	margin-bottom: 15px;
}
.ohel-sign-up-content-inner .line.licenced a {
	color: #777584;
}
.bordered_image {
	display: inline-block;
	border: 1px solid #dadcdf;
	padding: 22px;
	margin-bottom: 20px;
}
.ohel-sign-up-content-inner .line label {
	text-align: left;
}
.add_box .add_block iframe {
	width: 100%!important;
	margin-bottom: 10px;
	height: 130px !important;
}
.err_msg {
	color: red;
	font-weight : bold;
}
.ajax_loader {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/loader.gif) center center no-repeat rgba(255,255,255,0.8);
	background-size: 200px;
	transition: none !important;
}
.site_loader {
	display: none;
	position: fixed;
	left: 0;
	top: 83px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 90%;
	/* background: url(../images/loader.gif) center center no-repeat rgba(255,255,255,1);*/
	background: #fff;
	transition: none !important;
	z-index: 99;
}
.social_sharing {
	margin: 0;
	padding: 0;
	background: #fff;
	padding: 6px;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 298;
}
.social_sharing h3 {
	margin: 0 0 10px 0;
	text-align: center;
}
.social_sharing ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.social_sharing ul li {
	margin-bottom: 5px;
}
.social_sharing ul li a {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 100%;
}
.social_sharing ul li.email a {
	background: url(../images/ico_21.png) center center no-repeat #616262;
}
.social_sharing ul li.twitter a {
	background: url(../images/ico_22.png) center center no-repeat #616262;
}
.social_sharing ul li.facebook a {
	background: url(../images/ico_23.png) center center no-repeat #616262;
}
.social_sharing ul li.linkedin a {
	background: url(../images/ico_24.png) center center no-repeat #616262;
}
.social_sharing ul li.google_plus a {
	background: url(../images/ico_25.png) center center no-repeat #616262;
}
.social_sharing ul li:last-child {
	margin-bottom: 0;
}
.pdf_notes {
	text-align: center;
	width: 100%;
	margin-top: 30px;
}
.pdf_notes a {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #616262;
}
.pdf_notes a > img {
	max-width: 40px;
}
.pdf_notes a h4 {
	color: #616262;
	font-size: 15px;
	margin-top: 6px;
}
.pdf_notes a h4 span {
	display: block;
	font-size: 11px;
	line-height: 16px;
}
.baby_sub {
	float: left;
	width: 48%;
}
.baby_sub:nth-child(even) {
	float: right;
}
.baby_sub .input_fields {
	position: relative;
}
.baby_sub .input_fields .add {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	border-left: 1px solid #b1a6c1;
	width: 50px;
	height: 20px;
	background: none;
	cursor: pointer;
	color: #a9a9a9;
	font-size: 15px;
	outline: none;
}
.baby_sub .input_fields .sub {
	position: absolute;
	right: 0;
	top: 20px;
	border: none;
	border-left: 1px solid #b1a6c1;
	border-top: 1px solid #b1a6c1;
	width: 50px;
	height: 20px;
	background: none;
	cursor: pointer;
	color: #a9a9a9;
	font-size: 15px;
	outline: none;
}
.success_message {
	background: #bea7a7;
	font-family: "unna_regular";
	font-style: italic;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	margin: 20px 0 20px 0;
	padding: 5px;
}
.add_box.scrollBar {
}
.add_box.scrollBar > div.scroll_me {
	height: 600px;
	overflow-y: scroll;
	padding-top: 0;
}
.add_box h3 {
	font-family: "unna_bold", serif;
	font-size: 35px;
	color: #757e88;
	margin-bottom: 20px;
	text-align: center;
}
.about_notes h3 span {
	display: block;
	color: #90828f;
	font-size: 17px;
	line-height: 20px;
}
.about_notes h3 {
	font-family: "unna_bold", serif;
	font-size: 35px;
	color: #757e88;
	margin-bottom: 0;
	text-align: center;
	margin-bottom: -20px;
}
.slider_popup {
	position: fixed;
	width: 60%;
	top: 2%;
	height: 98%;
	background: #fff;
	border-radius: 4px 0 0 0;
	padding: 0;
	color: #ccc;
	z-index: 300;
	right: -60%;
	left: auto;
	transition: all ease 0.5s;
}
.slider_overlay {
	transition: all ease 0.5s;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 299;
	display: none;
}
.slide_popup .slider_popup {
	right: 0;
}
.slider_popup_inside {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 95px 25px 25px 25px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.close_slide_popup {
	position: absolute;
	right: 25px;
	top: 20px;
	cursor: pointer;
	z-index: 4;
}
.slider_popup .title {
	font-family: "unna_bold", serif;
	font-size: 35px;
	color: #474e55;
	margin-bottom: 0;
	background: #fff;
	padding: 20px 20px 20px 20px;
	position: relative;
	z-index: 3;
	line-height: 25px;
}
.slider_popup .title span:first-child {
	display: block;
}
.slider_popup .title span.date, .slider_popup .title span.by_whom {
	color: #999;
	font-size: 15px;
	font-family: "Unna", serif;
}
.slider_popup_inside .horizontal_row p.regular {
	font-size: 15px;
	line-height: 21px;
	color: #333;
	margin-bottom: 20px;
}
.slider_popup_inside .horizontal_row p.regular_large {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #000;
	margin-bottom: 20px;
}
.slider_popup_inside .horizontal_row h4 {
	font-family: "unna_bold", serif;
	font-size: 25px;
	color: #474e55;
	margin-bottom: 5px;
}
.full_blog {
	padding: 20px;
	margin-bottom: 30px;
	background: #f5f5f5;
}
.full_blog .full_blog_image {
	margin-bottom: 20px;
}
.full_blog .full_blog_image img {
	width: 100%;
}
.full_blog .by_whom {
	float: right;
}
.divide_blog {
	padding: 20px;
	margin-bottom: 30px;
	background: #f5f5f5;
	overflow: hidden;
}
.divide_blog .full_blog_image {
	width: 430px;
	float: left;
}
.divide_blog .full_blog_image img {
	width: 100%;
}
.divide_blog .by_whom {
	float: right;
}
.divide_blog .full_blog_content {
	margin-left: 450px;
}
.first_para:first-letter {
	font-size: 200%;
}



.cta{background: #4a1b52;
    color: #fff;
    position: fixed;
    top: 109px;
    z-index: 30;
    width: 100%;}
	
	.cta.gradient
	{

background: #4c0130; /* Old browsers */
background: -moz-linear-gradient(left,  #4c0130 0%, #780069 13%, #9f02af 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4c0130 0%,#780069 13%,#9f02af 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #4c0130 0%,#780069 13%,#9f02af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0130', endColorstr='#9f02af',GradientType=1 ); /* IE6-9 */


}
.cta .left
{padding:9px 0; float:left;}
.cta.campaign .left
{/* float:right; */}
.cta .left a
{    background: #fff;
    border-radius: 2px;
    font: 700 11px/12px Montserrat;
    color: #4a1b52;
    text-decoration: none;
    padding: 12px 16px;
    display: inline-block;
    margin-left: 10px;}
.cta .right
{float:right; padding:6px 0;}
.cta.campaign .right
{/* float:left; */}
.cta .left span
{font:300 15px/16px Montserrat;}
.cta .left span strong{font-weight:700;}
.close_btn{ position:absolute; right:12px; top:12px; cursor:pointer;}

 .text-section-paragraph{display: block; margin-top:30px;}
.ohel-banner-content p{
    padding:0 0 10px!important;
    
    line-height: 24px;
   text-transform: none;
    font-size:15px
    
}
    
    .ohel-banner-content h3{ text-transform: none;}
    .ohel-banner-content .ohel-number-row a{margin-bottom: -25px;}

.ohel-banner-content {
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: rgba(255, 255, 255, .5);
    padding: 30px 40px;
    border-radius: 5px;
    text-align: left;
}

.ohel-step-number-section .container{
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-column-gap: 40px;  max-width: 1300px;
}

.ohel-content-block-inner.ohel-step-number-section {
    display: flex;
    align-items: center;
}

.ohel-content-block-inner.ohel-step-number-section .text-section-center{max-width: 320px; margin: 0 auto;}

.ohel-content-block-inner.ohel-step-number-section .ohel-how-block-cols{width:100%;}

.ohel-content-block-inner.ohel-step-number-section .ohel-how-block-cols h1{max-width: 216px; margin: 0 auto;}



@media screen and (max-width:1260px) {
.rabbi_video iframe {
	width: 900px !important;
	height: 413px !important;
}
.divide_blog .full_blog_image {
	width: 380px;
}
.divide_blog .full_blog_content {
	margin-left: 400px;
}
.cta .right
{margin-right:40px;}

}

@media screen and (max-width:1150px) {
.containerSlider {
	margin: 0 50px;
	width: auto;
}
}

@media screen and (max-width:1150px) {
.add_box {
	max-width: 200px;
}
}

@media screen and (max-width:1123px) {
.slider_popup {
	width: 80%;
	right: -80%;
}
}

@media screen and (max-width:991px) {
    
.ohel-step-number-section .container{
  display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 60px;
} 
    
.ohel-step-number-section  .ohel-how-block-cols{width:100%;}
    
    .ohel-content-block-inner.ohel-step-number-section{display: block;}    
    
.ohel-sign-up-content-inner form .row .sub {
	width: 48%;
}
.ohel-sign-up-content-inner h1 {
	font-size: 30px;
	line-height: 31px;
}
.ohel-block-close-btn {
	position: fixed;
	right: 10px;
	top: 10px;
}
.ohel-why-block-right {
	width: 47%;
}
.ohel-why-block-left {
	width: 47%;
}
.ohel-why-block-quotes > p br {
	display: none;
}
.ohel-nav-old ul {
	display: none;
}
.ohel-nav-old ul {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	top: 100%;
	border-top: 1px solid #425262;
	box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
.ohel-nav-old:after {
	display: block;
}
.ohel-how-block-cols h1 br {
	display: none;
}
.ohel-header-left-block {
	max-width: 230px;
	white-space: nowrap;
}
.ohel-nav-old ul li:first-child a {
	padding-left: 13px;
}
.ohel-nav-old ul li:last-child a {
	padding-right: 13px;
}
.ohel-block-content {
	padding-top: 80px;
}
.ohel-nav-old ul li {
	display: block;
	/* 	padding: 10px 5px; */
	border-top: 1px dotted #425262;
}
.ohel-nav-old ul li:first-child {
	border-top: none;
}
.ohel-outer-section .ohel-header-block {
	z-index: 11;
}
/* yisroel */
.ohel-nav-old ul li a {
	width: 100%;
	padding: 10px 15px;
}
.divide_blog .full_blog_image {
	width: 100%;
}
.divide_blog .full_blog_content {
	margin-left: 0;
	margin-top: 20px;
	width: 100%;
	float: left;
}
}

@media screen and (max-width: 920px) {
.container {
	max-width: 100%;
}
.rabbi_video iframe {
	width: 600px !important;
	height: 300px !important;
}
.add_box {
	padding-top: 0;
	margin-top: 70px;
	max-width: 100%;
}
.add_box .add_block {
	float: left;
	margin: 0 0 10px 0;
	width: 48%;
}
.add_box .add_block:nth-child(even) {
	float: right;
}
.about_notes {
	width: 100%;
}
.add_box.scrollBar > div.scroll_me {
	max-height: 420px;
}
.about_note_block_small {
	background: #ebebeb;
	padding: 25px;
	min-height: inherit;
}
.about_note_block {
	width: 100%;
	padding: 20px;
	background: white;
	margin: 0 auto;
	position: relative;
	display: block;
	min-height: inherit;
	box-shadow: 0 -2px 21px rgba(0,0,0,0.2);
}
.about_note_block:before, .about_note_block:after {
	z-index: -1;
	position: absolute;
	content: '';
	bottom: 1em;
	width: 50%;
	top: 80%;
	background: #777;
	box-shadow: 0 1em 0.5em #777;
}
.about_note_block:before {
	transform: rotate(-3deg);
	left: .5em;
}
.about_note_block:after {
	transform: rotate(3deg);
	right: .5em;
}
.candle {
	max-width: 80px;
}
.about_notes h3 {
	margin-bottom: 10px;
}
}

@media screen and (min-width:767px) and (max-width: 768px) {
.background:first-child {
	background: url(../images/ipad-banner-1.jpg) center center no-repeat;
	background-size: auto auto;
	background-size: 100%;
}
}

 @media screen and (max-width: 767px){
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
}
     
   .ohel-step-number-section .container{
  grid-column-gap: 40px;
} 
    
     
 .text-section-paragraph {
    overflow-y: scroll;
    max-height: 500px;
     touch-action:pan-y;
     padding-bottom: 0;
     margin-top: 20px;
     
} 
     
     .background{height: 120vh;}
     
     .ohel-parallax-slider{
         
         margin-top: 0;
     }
     

.cta .right
{display:none;}
.cta.campaign .right
{display:block;max-width: 50%;margin-right: 0px;}
.cta.campaign .right img{
	width: 100%;
}
.cta.campaign .right img{
	width: 100%;
	vertical-align: middle;
	margin: 7px 0 0 0;
}

.first_banner_img {
	display: none !important;
}
.ohel-block-close-btn {
	display: none;
}
.ohel-banner-content {
	padding-top: 70px;
}
.ohel-sign-up-content-inner form .row .sub {
	width: 100%;
}
.ohel-why-block-left {
	width: 100%;
	max-width: none;
}
.ohel-why-block-right {
	width: 100%;
	max-width: none;
	text-align: center;
}
.background {
	/*transform: none !important;
	position: static !important;*/
	padding-top: 0;
}
.background.down-scroll .content-wrapper, .background.down-scroll + .background:not(.down-scroll) .content-wrapper, .background.up-scroll .content-wrapper {
/*transform: none !important;*/
}
/*.background:first-child .content-wrapper {
	transform: none;
}*/
.ohel-how-block-cols {
	width: 100%;
	text-align: center;
	padding: 0;
}
.ohel-testimonial-slider-row {
	position: static;
	height: auto;
	max-height: none;
}
.ohel-content-cols-row {
	height: auto;
}
.ohel-how-block-cols {
	margin-bottom: 40px;
}
.ohel-how-block-cols h1 br, .ohel-how-block-cols p br, .ohel-tell-more-content-inner p br, .ohel-tell-more-content-inner h1 br {
	display: none;
}
.ohel-how-block-cols h1 {
	font-size: 25px;
}
.ohel-tell-number-col {
	margin: 20px;
}
.ohel-tell-number-block {
	padding-bottom: 30px;
}
.ohel-sign-up-content-inner h1 {
	font-size: 25px;
	line-height: 25px;
	padding: 0 30px 0 30px;
}
.ohel-sign-up-content-inner h1 span {
	line-height: 16px;
	margin-top: 20px;
}
.ohel-sign-up-content-inner form .row .sub input[type="text"] {
	margin-bottom: 15px;
}
.content-wrapper {
	display: block;
	height: 100%;
	padding: 10px 0 !important;
	overflow: auto;
	transform: none;
}
.background.up-scroll + .background .content-wrapper {
	transform: none;
}
.simcha_area_left {
	width: 100%;
	text-align: center;
}
.simcha_area_left h2 br {
	display: none;
}
.simcha_area_left h2 {
	font-size: 52px;
	line-height: 42px;
}
.simcha_area_right {
	width: 100%;
	margin-top: 25px;
}
.ohel-content-block-inner {
	padding: 60px 20px 20px 20px;
	display: block;
	overflow: auto;
	height: auto;
}
.about_notes {
	width: 100%;
}
.about_note_block {
	padding: 25px;
}
.ohel-tell-more-content-inner p {
	text-align: left;
}
    

.candle {
	max-width: 60px;
	right: -10px;
	bottom: 0;
}
.background:first-child .content-wrapper {
	-webkit-transform: translateY(130px);
	transform: translateY(130px);
}
.background.up-scroll .content-wrapper {
	-webkit-transform: translateY(130px);
	transform: translateY(130px);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
	-webkit-transform: translateY(130px);
	transform: translateY(130px);
}
.rabbi_video iframe {
	width: 420px !important;
	height: 252px !important;
}
.social_sharing {
	display: none;
}
.background:first-child {
	background-image: url(../images/slider-img-1-mob.jpg);
	background-size: cover;
}
.background:nth-child(2) {
	background-image: url(../images/slider-img-2-mob.jpg);
	background-size: cover;
}
.background:nth-child(3) {
	background-image: url(../images/slider-img-3-mob.jpg);
	background-size: cover;
}
    
.background:nth-child(4) {
	background-image: url(../images/phone-banner-4.jpg);
	background-size: 100%;
}
.background:nth-child(5) {
	background-image: url(../images/phone-banner-5.jpg);
	background-size: 100%;
}
.background:nth-child(6) {
	background-image: url(../images/phone-banner-6.jpg);
	background-size: 100%;
}
.slider_popup {
	width: 90%;
	right: -90%;
}
.slider_popup_inside .horizontal_row p.regular {
	font-size: 13px;
	line-height: 18px;
}
.slider_popup_inside .horizontal_row p.regular_large {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}
.slider_popup .title {
	font-size: 28px;
	line-height: 23px;
}
.slider_popup .title span:first-child {
	max-width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
}

@media screen and (max-width: 479px) {
.ohel-banner-content {
	width: 100%;

}
.ohel-number-row h1 {
	line-height: 34px;
	font-size: 40px;
}
.ohel-banner-content .ohel-number-row a {
	display: inline-block;
	float: none;
	margin-right: 0;
	margin-top: 10px;
}
.ohel-number-col h2 {
	font-size: 50px;
	line-height: 38px;
}
.ohel-number-col {
	width: 90px;
}
.ohel-banner-content {
	padding-top: 0px;
}
.simcha_area_left h2 {
	font-size: 42px;
	line-height: 35px;
}
.simcha_area_right form .form_row .input_fields input[type="text"].quarter {
	width: 50%;
}
.ohel-sign-up-content-inner h4 {
	max-width: 100%;
	padding-right: 0;
	margin-bottom: 15px;
}
.ohel-sign-up-content-inner h4 br {
	display: none;
}
.simcha_area_right form .form_row .input_fields input[type="text"].half {
	width: 100%;
}
.simcha_area_right form .form_row .input_fields input[type="text"] {
	margin-bottom: 15px;
}
.ohel-why-block-quotes > p {
	font-size: 34px;
	line-height: 29px;
}
.ohel-why-block-left h3.decorated {
	font-size: 15px;
	padding: 0 25px;
}
.ohel-sign-up-content-inner h1 {
	font-size: 20px;
	line-height: 20px;
}
.ohel-sign-up-content-inner h3 br, .ohel-sign-up-content-inner h1 br {
	display: none;
}
.ohel-sign-up-content-inner form .row .sub label {
	font-size: 16px;
}
.simcha_area_right .form_row div.sub {
	width: 100%;
}
span.center_btn {
	display: block;
	margin-top: 10px;
	text-align: center;
	float: left;
	width: 100%;
}
.ohel-sign-up-content-inner input[type="submit"] {
	float: none;
}
label.mobile_hide, .mobile_hide {
	display: none !important;
}
.text_center_mobile {
	text-align: center;
}
.simcha_area_right input[type="submit"] {
	float: none;
}
.slick-initialized .slick-slide {
	padding: 0;
}
.add_box .add_block {
	width: 100%;
	margin-right: 0;
}
.rabbi_video iframe {
	width: 330px !important;
	height: 200px !important;
}
.join-invitation-today-btn a {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.add_pin_trigger {
	left: auto;
	right: 0;
	margin: 0;
}
.ohel-sign-up-content-inner h1 {
	margin-top: 0;
}
.ohel-read-watch-content .containerSlider .filtering {
	padding: 15px 5px;
}
.slick-list {
	padding-right: 60px;
}
.ohel-read-watch-content .containerSlider .filtering {
	background: none;
	padding: 0;
}
.ohel-read-watch-content .slick-initialized .slick-slide {
	padding: 10px;
	background: #aea4ad;
	margin: 0 20px 0 0;
	min-height: 254px
}
.containerSlider {
	margin: 0;
	overflow: hidden;
}
.ohel-read-watch-content .containerSlider .filtering {
	padding-right: 0;
}
.cta .header-inner{padding: 0 10px;}
.cta .left a {
background: none;
    color: #fff;
    border: 1px solid #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 12px 14px 11px 14px; margin:10px 0 0 0;
}
.cta .left span {font: 400 12px/16px Montserrat; display:block;}


}
/*
@media all and (min-width:991px){

.ohel-tell-more-content .ohel-tell-more-content-inner p{font-size: 20px;     line-height: 22px;}
.ohel-tell-more-content-inner h1

{font-size:28px;}

.ohel-sign-up-content-inner h1
{font-size: 40px;     padding: 0 40px 0 40px;     line-height: 41px;}
.ohel-sign-up-content-inner h1 span
{font-size:18px;}
.ohel-how-block-cols .ohel-how-block-number
{height: 181px;
    width: 203px;}

.ohel-how-block-cols .ohel-how-block-number span
{    font-size: 274px;     line-height: 195px;}
.ohel-how-block-cols h1
{line-height: 32px;     font-size: 31px;}
.ohel-how-block-cols p
{font-size:20px;}

.slick-initialized .slick-slide
{font-size:20px;}
.ohel-sign-up-content-inner h4
{font-size:16px;}
}
*/


/** FOR NEW DESIGN **/

/* FONT FACE INCLUDE */
@font-face {
  font-family: 'Conv_GothamLight';
  src: url("../fonts/GothamLight.eot");
  src: local("?"), url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('../fonts/ProximaNovaRegular.eot');
	src: local('ProximaNovaRegular'), url('../fonts/ProximaNovaRegular.woff') format('woff'), url('../fonts/ProximaNovaRegular.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_58703">Text with this font applied</p> */
.fontsforweb_fontid_58703 {
	font-family: 'ProximaNovaRegular' !important;
}
.account-header,.login-modal{
	font-family: 'ProximaNovaRegular';
}
.account-header *{
	box-sizing: border-box;
}
.account-header img{
	max-width: 100%;
}
.account-header {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding: 23px 0;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 35;
}
.header-inner {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 20px;
	width: 100%;
}
.account-header .header-left {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
}
.account-header .header-left .logo:nth-child(1) {
	margin-right: 12px;
}
.account-header .header-left .logo img{
	max-height: 74px;
}
.account-header .header-right {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	width: 66%;
}
.account-header .nav-menu{
	float: left;
	padding-left: 6%;
}
.account-header .nav-menu ul{
	padding: 0;
	margin: 0;
}
.account-header .nav-menu ul li{
	display: inline-block;
	font-size: 16px;
	margin-right: 14px;
}
.account-header .nav-menu ul li a{
	color: #888888;
	text-decoration: none;
}
.account-header .nav-menu ul li a:hover{
	color: #677285;
}
.account-header .btn-login {
	background: #c6bfbf;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	margin-right: 14px;
	padding: 13px 18px 15px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'ProximaNovaRegular';
	cursor: pointer;
	text-decoration: none;
}
.account-header .btn-login:hover{
	background: #afafaf;
}
.account-header .btn-logout {
	background: #c6bfbf;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	margin-right: 0;
	padding: 13px 18px 15px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'ProximaNovaRegular';
	cursor: pointer;
	text-decoration: none;
}
.account-header .btn-logout:hover{
	background: #afafaf;
}
.account-header .btn-sign-up {
	background: #777484;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	padding: 13px 18px 15px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'ProximaNovaRegular';
	cursor: pointer;
	text-decoration: none;
}
.account-header .btn-sign-up:hover{
	background: #65636c;
}
.account-dropdown {
	display: inline-block;
	list-style:none;
	margin: 0 15px 0 0;
	padding: 0;
	position: relative;
}
.account-dropdown a svg{
	margin: 0px 0px 3px 5px;
}
.account-dropdown a{
	text-decoration: none;
	color: #9a9a9a;
	font-size: 16px;
}
.account-dropdown ul{
	max-height: 1px;
	overflow: hidden;
	transition:all 1s ease-in-out 0s;
	position: absolute;
	background: #fff;
	box-shadow: 0 0 10px #ededed;
	list-style: none;
	padding: 0;
	width: 248px;
	right: 0;
	top: 45px;
}
.account-dropdown.show-drop ul{
	max-height: 1000px;
}
.account-dropdown ul li a {
	border-bottom: 1px solid #d8d8d8;
	display: inline-block;
	padding: 15px 20px;
	text-align: left;
	width: 100%;
}
.account-dropdown a .fa {
	margin-left: 5px;
	position: relative;
	top: -3px;
}


.account-header .header-left .logo img {
    max-height: 48px;
}

.account-header .header-left .logo.projectOf img {
    max-height: 73px;
    margin: -10px 0;
}



@media all and (max-width:1200px){
    
    .account-header .nav-menu ul li{margin-right: 13px;} 
    .account-header .header-left .logo img{max-height: 60px;}
    
    .ohel-number-row h1{
     font-size: 48px;
        line-height: 52px;
        
    }
    
    .ohel-number-row h1 br{display: none;}
    
    .ohel-banner-content{max-width: 600px;}
    
    
}


@media all and (max-width:1300px){

	.account-header .nav-menu {
		margin-bottom: 22px;
		margin-top: 0;
		width: 100%;
	}
	.account-header .btn-login{
		padding: 8px 15px 10px;
	}
	.account-header .btn-sign-up{
		padding: 8px 15px 10px;
	}
	.my-account .form-area .no-lable, .choose-options label.pointer{
		font-size: 14px;
	}
	.choose-options label.pointer{
		margin-right: 5px;
	}

}


@media all and (max-width:991px){
	.my-account .donation-box .ammount-box button{
		width: auto;
	}
	.my-account .donation-box .ammount-box button {
		min-width: auto;
		width: 100px;
	}
	.col-3, .col-4, .col-6{
		width: 50%;
	}
	.sign-up-footer .left{
		width: 100%;
		line-height: 1.2;
	}
	.sign-up-footer .right{
		width: 100%;
		text-align: center;
	}
	.col-ipad-12{
		width: 100%;
	}
	.account-header .header-left{
		width: 44%;
	}
	.account-header .header-right{
		width: 55%;
	}
	.header-right .menu-toggle{
		display: inline-block;
	}
	.account-header .head-menu{
		max-height: 0px;
		overflow: hidden;
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		margin-top: 0;
		transition:all 1s ease-in-out 0s;
		background: #fff;
		text-align: center;
	}
	.account-header .head-menu.mobile-menu {
		max-height: 1800px;
		padding-bottom: 15px;
	}
	.account-header .nav-menu{
		padding-left: 0;
	}
	.account-header .nav-menu ul li{
		width: 100%;
		text-align: left;
		border-bottom: 1px dotted #425262;
	}
	.account-header .nav-menu ul li a{
		display: inline-block;
		width: 100%;
		padding: 10px 15px;
	}

     .account-header .head-menu{margin-top:1px!important;}  
     .account-header .head-menu.mobile-menu {
    max-height: calc(100vh - 63px)!important;
    height:calc(100vh - 63px)!important;
    padding-bottom: 45px;
    overflow-y: scroll;
}      
    

}


@media all and (max-width:767px){
    
    .ohel-footer-block{display: none!important;}
    
    .ohel-banner-content{padding: 20px;}
    
    .ohel-banner-content .ohel-number-row a{margin-top: 10px;}

    
	.inputDisabled {position: static; margin-top: 8px;width:100% !important}
	.my-account{
		padding-left: 15px;
		padding-right: 15px;
		height: auto;
	}
	.my-account .cont-area{
		padding-left: 0;
		padding-right: 0;
	}
	.my-account .welcome-area {
		float: left;
		padding-right: 0;
		width: 100%;
	}
	.my-account .left-sidebar {
		padding-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.equal-height{
		height: auto!important;
	}
	.my-account .sidebar-cont ul li {
		height: 75px;
		width: 50%;
		border-right: 1px solid #eaeaea;
	}
	.my-account .main-cont{
		width: 100%;
	}
	.welcome-area {
		margin-bottom: 30px;
		text-align: center;
	}
	.my-account .donation-box{
		width: 100%;
		padding: 15px;
	}
	.my-account .donation-box .title {
		margin-top: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.my-account .donation-box .ammount-box {
		width: 100%;
	}
	.my-account .donation-box .ammount-box button{
		display: none;
	}
	.my-account .sidebar-cont ul li {
		font-size: 14px;
		height: 62px;
		text-align: center;
	}
	.my-account .sidebar-cont ul li a{
		padding: 15px;
	}
	.my-account .sidebar-cont {
		border-bottom: medium none;
		padding-bottom: 0;
	}
	.my-account .form-area .form-half{
		width: 100%;
	}
	.my-account .form-area .form-half:nth-child(odd) {
		padding-right: 0px;
	}
	.my-account .form-area .form-half:nth-child(even) {
		padding-left: 0px;
	}
	.my-account .form-area{
		padding-left: 15px;
		padding-right: 15px;
	}
	.default-btn{
		font-size: 14px;
		padding: 15px 10px;
	}
	.primary-btn{
		font-size: 14px;
	}
	.my-account .breadcrumb{
		padding-left: 15px;
		padding-right: 15px;
	}
	.my-account .breadcrumb li {
		margin-right: 12px;
	}
	.my-account a.add-payment {
		height: 20px;
		padding: 0;
		text-indent: -5555560px;
		width: 20px;
	}
	.my-account a.copy-referral {
	  background: rgba(0, 0, 0, 0) url("../images/copy.png") no-repeat scroll 0 0 / 20px auto;
	  color: #888;
	  float: right;
	  padding: 1px 0 5px 30px;
	  text-decoration: none;
	}
	.my-account a.edit-info {
		height: 20px;
		padding: 0;
		text-indent: -5555560px;
		width: 20px;
	}
	.table-view td {
		display: block;
		width: 100%;
	}
	.table-view td:nth-child(odd) {
		border-bottom: medium none;
		padding-bottom: 2px;
	}
	.table-view td:nth-child(even) {
		padding-top: 2px;
	}
	.cc-listings .btns-group {
		padding: 10px;
	}
	.col-3, .col-4, .col-6{
		width: 100%;
	}
	.my-account .form-area input, .my-account .form-area select, .my-account .form-area textarea, .choose-options{
		font-size: 14px;
	}
	.my-account .donation-input .ammount-box input{
		font-size: 14px;
	}
	.my-account .donation-input .ammount-box select{
		font-size: 14px;
	}

	.sign-up-footer .right button {
		margin-top: 15px;
	}
	.sign-up-footer .right {
		padding-bottom: 20px;
		padding-top: 0;
	}
	.cc-listings .btns-group, .btns-group {
		text-align: center;
		width: 100%;
	}
	.table-area table td{
		font-size: 14px;
	}

	.my-account .breadcrumb ul.btn-sec-edit li {margin-right: 5px;}
	.choose-options label.pointer{
		display: inline-block;
	}

}

@media all and (max-width:640px){
	.modal.login-modal .modal-content{
		width: 80%;
		padding: 40px 30px;
	}
	.choose-options {
		height: auto;
		overflow: hidden;
	}
	.choose-options .options {
		float: right;
		margin: 15px 0 10px;
		width: 100%;
	}
	.choose-options label.pointer{
		padding-left: 20px;
	}
	.choose-options label.pointer .mark::after{
		width: 10px;
		height: 10px;
	}
	.choose-options label.pointer input ~ .mark{
		height: 18px;
		width: 18px;
	}
	.account-header .header-left {
		width: 100%;
	}
	.account-header .header-right {
		width: 100%;
		text-align: center;
	}
	.menu-toggle {
		position: absolute;
		right: 15px;
		top: 38px;
	}
	.account-header{
		padding: 23px 0 6px;
	}
	.account-footer .footer-left{
		width: 100%;
		text-align: center;
		padding-bottom: 5px;
	}
	.account-footer .footer-right{
		width: 100%;
		text-align: center;
		padding-top: 5px;
	}
	.account-footer{
		padding: 20px 0;
	}
    
    .ohel-banner-content{max-width: 100%;}

}

@media all and (max-width:480px){
    
     .ohel-step-number-section .container{
  grid-column-gap:20px; grid-template-columns: 1fr;
} 
    
    
    
	.my-account .donation-input .ammount-box.weekly select{
		font-size: 14px;
		width: 95px;
		padding-left: 10px;
	}
	.btns-group button {
		margin: 0;
		width: 48%;
	}
	.btns-group.align-right button:first-child{
		margin-right: 1%;
	}
	.btns-group.align-right button:last-child{
		margin-left: 1%;
	}
	.my-account .form-area{
		padding-left: 0;
		padding-right: 0;
	}
	.choose-options label.pointer{
		font-size: 12px;
	}
    
     .ohel-banner-content .ohel-number-row a{margin-bottom:-15px;}
        .ohel-banner-content p {
    margin-top:0;
    line-height: 19px;
    font-size: 13px;
}
        .background:nth-child(2) .ohel-banner-content .ohel-number-row a, .background:nth-child(3) .ohel-number-row a{margin-top: 15px;}
        .ohel-banner-content .ohel-number-row a{margin-top: 20px;}
        .ohel-banner-content h3 br{display: none;}
        
    #ohel-sign-up-block .content-wrapper, #ohel-share-block .content-wrapper {
        display: flex; transform: none; -webkit-transform: none; -moz-transform: none;
    }
    
    #ohel-share-block.background{padding-top: 0;}
    
    
}
.menu-toggle{
    display: none;
    background: none;
    border: medium none;
    padding: 0;
    cursor: pointer;
}
.ohel-parallax-slider{margin-top:26px;}




/* The Modal (background) */
.modal.login-modal{
  display: none; /* Hidden by default */
  padding: 0 !important;
  margin: 0;
  position: fixed; /* Stay in place */
  z-index: 29; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(255,255,255,0.9); /* Black w/ opacity */
	max-width: 100%;
}

/* Modal Content */
.modal.login-modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px 40px;
  width: 420px;
  box-shadow: 1px 3px 40px 1px rgba(0,0,0,.1);
  transform: translate(0%, -50%);
  position: relative;
  top: 50%;
  box-sizing: content-box;
}
/* The Close Button */
.modal.login-modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: #ECECEC;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: table;
}
.modal.login-modal .close-icon{
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.modal.login-modal .close:hover,
.modal.login-modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.login-modal .modal-headign h2{
  margin: 0;
}
.login-modal .modal-headign p{
  margin: 10px 0 15px;
}
.login-modal form {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.login-modal form input,
.login-modal form select {
  box-sizing: border-box;
  padding: 18px 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  color: #9a9a9a;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.login-modal form button {
  width: 100%;
  padding: 16px 10px;
  margin-bottom: 20px;
  border: none;
  background-color: #777484;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
    cursor: pointer;
}
.login-modal form .checkbox-forgot {
  list-style: none;
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 0;
}
.login-modal form .checkbox-forgot li{
  float: left;
  width: 50%;
}
.login-modal form .checkbox-forgot li label {
  font-size: 14px;
  font-weight: 600;
  color: #9a9a9a;
}
.login-modal form .checkbox-forgot li p{
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: right;
}
.login-modal form .checkbox-forgot li .forgot-pass a{
    font-size: 14px;
    font-weight: 600;
    color: #9a9a9a;
}
.login-modal form .checkbox-forgot li .forgot-pass a:hover{
    color: #000;
}

/* email-loign */
.modal.email-login{
	display: none; /* Hidden by default */
	padding: 0 !important;
	margin: 0;
	position: fixed; /* Stay in place */
	z-index: 29; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(255,255,255,0.9); /* Black w/ opacity */
	  max-width: 100%;
  }

.modal.email-login .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 30px 40px;
	width: 90%;
	max-width: 420px;
	box-shadow: 1px 3px 40px 1px rgba(0,0,0,.1);
	transform: translate(0%, -50%);
	position: relative;
	top: 50%;
	box-sizing: border-box;
}
/* The Close Button */
.modal.email-login .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	background: #ECECEC;
	text-align: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: table;
}
.modal.email-login .close-icon{
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}
.modal.email-login .close:hover,
.modal.email-login .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.email-login .modal-headign h2{
	margin: 0;
}
.email-login .modal-headign p{
	margin: 10px 0 15px;
}
.email-login form {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
}
.email-login form input,
.email-login form select {
	box-sizing: border-box;
	padding: 18px 15px;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	color: #9a9a9a;
	width: 100%;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.email-login form button {
	width: 100%;
	padding: 16px 10px;
	margin-bottom: 20px;
	border: none;
	background-color: #777484;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
  cursor: pointer;
}
  
/* The checkbox-container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0 !important;
}
/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e5e5e5;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #777484;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 5px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  box-shadow: 0 0 10px #ececec;
  transform: translate(0%, -50%);
  position: relative;
  top: 50%;
}
.text-danger{
	color: #dc3545 !important;	
}
@media (max-width:420px){
	.modal.login-modal .modal-content{
		width: 80% !important;
	}
}


.header-right .btn-login, .header-right .btn-sign-up{white-space: nowrap}
.account-header .header-right .head-menu{display: flex; justify-content: space-between; align-items: center;}
.account-header .header-right .head-menu .nav-menu{width:90%; display: flex; justify-content:center; align-items: center;}


@media(max-width: 1300px){
    .account-header .header-left{width:38%;}  
    .account-header .header-right{width:61%;}
    .account-header .nav-menu{margin-bottom: 0!important;}
}

@media(max-width: 991px){
    .account-header .header-right .head-menu, .account-header .header-right .head-menu .nav-menu{display: block;}  
    .account-header .header-right .head-menu .nav-menu{margin-bottom: 40px!important; width:100%!important;}
    .account-header .nav-menu ul{padding: 0 20px;}
    
    .account-header .header-left .logo img{height: 50px;}
}

@media(max-width: 767px){
    .header-inner{    display: flex;
    justify-content: space-between;
    align-items: center;} 
    
    .account-header .header-left{width:85%;     display: flex;
    align-items: center;}
    .account-header .header-right {
    width: auto;
}
    
    .ohel-footer-block-inner .logo img{height: 50px!important;}
    .account-header{padding: 10px 0;}
    .account-header .header-left .logo img {
    height: 36px;
}
    
    .account-header .header-left .logo.projectOf img {
    max-height: 50px;
     height: 50px;    
    margin: -5px 0;
}
    
    
    
    .ohel-number-row h1 {
    font-size: 36px;
    line-height: 36px;
}    
    
.background {
    padding-top: 20px;
} 
    
}


@media (max-width: 640px){
.account-header {
    padding: 10px 0 10px;
}
    
    .menu-toggle {
    top: 15px;
}
    
    .ohel-banner-content p {
    font-size: 14px;
        line-height: 21px;    
}
    
   
}


@media (max-width: 430px){
    
    .ohel-banner-content .ohel-number-row a {
    margin-top:15px;
}
    
.ohel-banner-content p {
    line-height: 20px;
}
    .ohel-banner-content {
    padding: 16px;
}
    
    .container{padding: 0 16px;}    
   .background:nth-child(2) .ohel-banner-content .ohel-number-row a, .background:nth-child(3) .ohel-number-row a {
    margin-top: 5px;
} 
    
     .ohel-banner-content p {
    font-size: 14px;
        line-height: 18px;    
}
}


@media (max-width: 360px){
.account-header .header-left .logo img {
    height: 44px;
}
    
}

