/* Generic */
body {
	font       : 16px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style : normal;
	line-height: 26px;
	color      : #727272;
	direction: rtl;
}

@media (min-width: 1025px) {
	body {
		font-size: 18px;
	}
}

#page-wrap * {
	/* font update */
	/* effects on EN and HE fonts */
	font-family: 'Rubik', sans-serif;
	outline    : none;
}

#page-wrap .socialicon-big .fa,
#page-wrap .top-social .fa,
#page-wrap .btn-wrap .fa {
	font-family: 'FontAwesome';
}

#page-wrap .btn-wrap .fa {
	margin-right: 8px;
}

.page-wrap .btn {
	font-size: 18px;
}

.color-over p.text-white {
	color: lightgray;
}

/* Slider */
#page-wrap .ms-layer.font-emph {
	font-size: 1.75rem !important;
	direction: rtl;
}

@media (max-width: 767px) {
	#page-wrap .ms-layer.font-emph {
		font-size: 1.5rem !important;
	}
}

a.ms-layer.font-emph {
	padding: 1.25rem !important;
}

.ms-anim-layers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ms-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

h3.title-slide span {
	font-size: 1.25rem;
}

@media (max-width: 767px) {
	h3.ms-layer {
		width: 50%;
	}

	.ms-layer.font-emph {
		line-height: 1 !important;
	}

	.ms-slide h3.ms-layer {
		margin-top    : 1rem !important;
		margin-bottom : .5rem !important;
		/* line-height: 1 !important; */
		width         : 80%;
	}

	.ms-slide h3.ms-layer.title-slide {
		line-height: .65 !important;
	}

	.ms-slide a.ms-layer {
		top   : auto !important;
		bottom: 5rem !important;
	}

	a.ms-layer.font-emph {
		display: none;
	}

	.ms-layer.text15 {
		font-size: 1.25rem !important;
	}
}

@media (max-width: 1024px) {
	.ms-anim-layers h3.ms-layer {
		width: 60%;
	}

	.header-logo h1 {
		width : 60%;
		float : left;
		margin: 10px 0;
	}

	.header-logo h1 a {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size  : 2.5rem;
	}

	.header-logo a span.slogan {
		font-size: 12px;
	}
}

/* Header */
.toplist li {
	font-size: 22px;
}
@media (min-width: 1000px) {
	.navbar-nav>li {
		float: right;
	}
}

.nav.red.navbar-nav {
	padding-right: 0;
}

.ms-container {
	direction: ltr;
}

.header-container {
	display       : -webkit-box;
	display       : -ms-flexbox;
	display       : flex;
	-ms-flex-wrap     : nowrap;
	    flex-wrap     : nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	/*temporary untill R T L*/
}

.header-navbar {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

/*
#page-wrap #header3 {
	background: #ffffff;
}
#page-wrap #header3 .navbar-default.red .navbar-nav > li > a, #page-wrap #header3 .navbar-default.red .navbar-text {
	color: #000000;
}
*/

/*.header-logo {}*/

.header-logo h1 a {
	display       : -webkit-box;
	display       : -ms-flexbox;
	display       : flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top    : -20px;
}

@media (max-width: 767px) {
	.header-logo h1 a {
		margin: -10px 0;
	}
}

.header-logo a {
	min-width  : 100%;
	height     : auto;
	font-size  : 2.75rem;
	font-weight: 700;
	color      : #ffffff !important;
}

.header-logo a span.slogan {
	font-size    : 14px;
	font-weight  : 400;
	margin       : 0 auto;
	display      : inline-block;
	color        : lightgray;
	margin-top : 4px;
}

.header-logo-2 {
	margin: 4px 0;
}

.header-logo-2 h1 {
	width          : 60%;
	padding        : 0rem;
	margin-bottom  : 1rem;
	display        : -webkit-box;
	display        : -ms-flexbox;
	display        : flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-left   : 0;
}

.header-logo-2 h1 a {
	display       : -webkit-box;
	display       : -ms-flexbox;
	display       : flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top    : -20px;
	margin-right  : 12px;
}

.logo-wrap img {
	width: 6.5em;
}

@media (max-width: 1024px) {
	.logo-wrap img {
		width: 4em;
	}
}

/* Groups */
.group-list {
	padding: 0;
}

.title-line-3.divider-line.align-center {
	margin-bottom: 2em;
}

.run-icon {
	display        : -webkit-box;
	display        : -ms-flexbox;
	display        : flex;
	-webkit-box-align    : center;
	    -ms-flex-align    : center;
	        align-items    : center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.group-list {
	border         : 1px solid rgba(255, 255, 255, 1);
	border-width   : 0 0 1px 1px;
	border-radius  : 5rem 1.5rem;
	padding        : 1.5rem 2.5rem;
	padding-right  : 5rem;
	margin         : 0rem 1rem 4rem;
	min-height     : 20rem;
	display        : -webkit-box;
	display        : -ms-flexbox;
	display        : flex;
	-webkit-box-orient : vertical;
	-webkit-box-direction : normal;
	    -ms-flex-direction : column;
	        flex-direction : column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align     : right;
	list-style-type: disc;
	color          : #fff;
}

.btn-wrap {
	display        : -webkit-box;
	display        : -ms-flexbox;
	display        : flex;
	clear          : both;
	-webkit-box-align    : center;
	    -ms-flex-align    : center;
	        align-items    : center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.btn-wrap > div {
	display         : -webkit-box;
	display         : -ms-flexbox;
	display         : flex;
	-webkit-box-pack: center;
	-ms-flex-pack   : center;
	justify-content : center;
}
@media (max-width: 1024px) {
	.btn-wrap > div {
		-webkit-box-orient       : vertical;
		-webkit-box-direction       : normal;
		    -ms-flex-direction       : column;
		        flex-direction       : column;
	}
}
.btn-wrap a {
	margin: 0 16px 24px;
}

.page-wrap .feature-box24 .inner {
	float      : right;
	text-align : right;
	padding-top: 16px;
	position   : relative;
}



/* BG images */
.page-wrap .parallax-section16 {
	background: url("../images/background-10.jpg");
}

.page-wrap .parallax-section17 {
	background     : url("../images/background-11.jpg") no-repeat center bottom;
	background-size: cover;
}

.page-wrap .parallax-section18 {
	background     : url("../images/background-13.jpg") no-repeat center bottom;
	background-size: cover;
}

/* About */
.image-wrap {
	border-radius: 50%;

	width          : 36rem;
	height         : 36rem;
	background     : url("../images/image-ronen-portrait.jpg") no-repeat center center;
	background-size: cover;
	margin-top     : 2rem;
}
a.link-about {
	
	color: #e93e21;
}
a.link-about:hover, a.link-about:active {
	color: #ffffff;
}

/* Testemonials */
.logo-testemonials {
	margin-bottom: 2em;
	;
}

.logo-testemonials img {
	width : 7em;
	margin: 0 1em;
}

.logo-testemonials img.logo-cycle {
	width: 11em;
}

.about.shape-bpadding2 {
	padding-bottom: 0px;
}

.quote-mar {
	/*padding-bottom: 2.25em;*/
	padding-bottom: 2.75em;
	float: right;
}
.bottom-margin20 {
	margin-bottom: 20px;
}

.ital-text {
	font-style: italic;
}

/* Social */
.section-social {
	padding-top   : 1rem;
	padding-bottom: 1rem;
}

.section-social .socialicon-big {
	display        : -webkit-box;
	display        : -ms-flexbox;
	display        : flex;
	/* -webkit-box-align    : center;
	    -ms-flex-align    : center;
	        align-items    : center; */
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.section-social .socialicon-big li a {
	margin: 1rem;
	width : 7rem;
	height: 7rem;
}

.section-social .socialicon-big li span {
	color      : #ffffff;
	line-height: 1.3;
	font-size  : 14px;
	width      : 5em;
	display    : inline-block;
	margin-top : -.25em;
}

.text-small {
	font-size: 14px;
}
.text-small a span {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.text-small a:hover span {
	color: lightgray;
}