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

body{
	font-family: 'Assistant', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Assistant', Helvetica, Arial, sans-serif;
    font-weight: 500;
}
a:hover {
    color: #9cdf1f;
}

.navbar-brand{padding:0; margin-top: 5px; margin-left: 8px;}
.navbar-brand img{max-height: 100%;}
.loader{filter: hue-rotate(35deg);}

#intro{
	/*background-image: url(/images/paralaxa.jpg) !important;*/
	background-image: url(/images/banner_c.jpg) !important;
}

#intro h3 {
    color: #9cdf1f;
}

#features {
	background-image: url(/images/paralax_b.jpg) !important;
	background-position: 50% -400px;

}

.paralax-box {
	position: relative;
    background-image: url(/images/paralaxa.jpg) !important;
	background-image: url(/images/paralax_b.jpg) !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
.paralax-box:before{
	content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000000b8;*/
}

.intro_content {
    padding-top:100px;
    padding-bottom:80px;
}

#services {
    background-color: #f5f5f5;
}

.services-image .img-responsive{
	display: inline-block;
    margin-bottom: 80px;
}


/* Template RTL  */
.rtl .intro_buttons .btn-theme{margin-right:0; margin-left:10px;}
.rtl .nav-tabs > li:first-child {
    border-right:0 none;
    padding-right:0;
    border-left: 1px solid #999;
    padding-left: 20px;
}
.rtl .nav-tabs > li:last-child {
    padding-left: 0;
    padding-right: 20px;
}

.rtl .tab-content a {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .panel-title i {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .service-box i {
    margin-right: 0;
    margin-left: 10px;
}

.rtl #service-buttons a {
    margin-right: 0;
    margin-left: 20px;
}

.rtl .icon-box {
    float: right;
}
.rtl .features-text {
    padding: 0px 30px 0px 0px;
}
.rtl .features-text p {
    padding-right: 0;
    padding-left: 20px;
}

.rtl .btn-toolbar .btn-group {
    float: none;
}

.rtl .testimonial .testi-author {
    padding: 0 15px 0 0;
    text-align: right;
}

.rtl #newsletter form input[type="email"] {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}
.rtl #newsletter form input[type="submit"] {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.rtl .prev .fa-angle-left:before {
    content: "\f105";
}
.rtl .next .fa-angle-right:before {
    content: "\f104";
}

/*.rtl .owl-wrapper {
	left:auto !important;
	right:0 !important;
}
.rtl .owl-carousel .owl-item {
    float: right;
}*/

/* adjustments  */
.form_register form {
    padding: 30px 30px 40px;
	background-color: rgba(255, 255, 255, 0.23);
}
.form_register form label{
	display:none;
}
.form_register .form-control.btn.btn-theme {
	margin-bottom: 0;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: auto;
    min-width: 10em;
}
.form-group.btc_submit{
	margin-bottom:0;
}
.form_register .form-title .ep_fstatic{
	color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group .ee-form-error .form-control {
	margin-bottom:0;
}
.form-group .ee-form-error-desc {
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
}


.portfolio-item {
	border: solid 5px #fff;
}
.portfolio-item.x{
	display:none !important;
}
.wa_admin .portfolio-item {
    position: relative;
    display: block;
    opacity: 1;
}
.hover-overlay{
	padding-bottom: 75%;
}
.hover-overlay img{
	position: absolute;
    max-width: none;
    width: calc(100% + 4px);
    left: -2px;
    top: 0;
}
.portfolio-item a {
	display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: 100%;
    left: -2px;
}
.portfolio-item a.call-bar {
	height: 36px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: right;
    padding: 3px 20px;
    color: #cacaca;
    cursor: pointer;
	line-height: 1em;
}
.portfolio-item:hover a.call-bar {
    color: #9dca77;
}
.portfolio-item a.call-bar .txt{
	display: block;
    padding-left: 70px;
}
.portfolio-item a.call-bar .txt .phone{
	font-weight: 600;
}
.portfolio-item a.call-bar .img{
	background: url(/images/logo_sqr.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    display: block;
    left: 20px;
    bottom: 15px;
    width: 60px;
    height: 60px;
}


.item-overlay {
}

.wa_admin .portfolio-item a {
	cursor:default !important;
}

.pp_content_container {
    direction: ltr;
}
.pp_social .facebook {
    width: auto;
    max-width: 70px;
}

div.pp_default .pp_expand {
    right: auto;
    left: 14px;
    top: 0;
}
div.pp_default .pp_close {
    right: auto;
    left: 0;
}
.pp_social {
    float: right;
}
div.pp_default .pp_description {
    text-align: right;
    direction: rtl;
    margin: 5px 10px 5px 50px;
}
.navbar-phone {
    color: #d8d8d8;
    font-size: 20px;
    display: inline-block;
	margin: 14px 15px 0 0;
}
.navbar-phone .fa{
	margin-left: 8px;
    color: #96c75d;
}

.navbar-toggle {
	margin-right: 15px;
}

.navbar-brand img {
    max-height: 80%;
    margin-top: 6px;
}

.more-box {
	float: none;
    clear: both;
	text-align:center;
	padding: 40px 0;
}
.btn.more-projects {
	padding: 10px 40px;
}

.client-logo {
	text-align:center;
	height:100px;
}
.client-logo img{
	display:inline-block;
	vertical-align:middle;
	max-width: 90%;
    margin: 0 auto;
    max-height: 100px;
}
.client-logo:before{
	content:" ";
	width:1px;
	display:inline-block;
	vertical-align:middle;
	height:100%;
}

.ep_par {
}
.ep_par.clear {
	margin-top:20px;
}
.ep_par .par_text {
	font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
}
.ep_par .par_title {
}
.ep_par .par_subtitle {
}
.ep_par ul{
	padding-right: 20px;
	padding-top: 10px;
}
.ep_par ul li{
	position: relative;
}
.ep_par ul li:before{
	content: " ";
    position: absolute;
    /* display: inline-block; */
    right: -20px;
    background-color: #96c85d;
    width: 10px;
    height: 10px;
    font-size: 30px;
    border-radius: 100%;
    /* vertical-align: top; */
    top: 10px;
}


.ep-zoom {
	text-align: center;
	padding: 40px 25px;
	opacity:0;
	height:0;
	overflow:hidden;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.ep-zoom.on {
	opacity:1;
    height: calc(100% - 50px);
}
.ep-zoom.ovl {
	position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    /*height: calc(100% - 50px);*/
    background-color: rgba(0, 0, 0, 0.8);
}
.ep-zoom .box {
	position: relative;
    display: inline-block;
    height: 100%;
    max-width: 100%;
}
.ep-zoom .img {
	display: inline-block;
    height: 100%;
    max-width: 100%;
    overflow: auto;
}
.ep-zoom .img img{
	max-width: 100%;
   /* max-height: 100%;*/
}
.ep-zoom .txt {
	position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: right;
    padding: 4px 15px;
}
.ep-zoom .txt .ttl{
	font-weight: 600;
}
.ep-zoom .txt .stl{
}
.ep-zoom .bttn {
	position: absolute;
    display: block;
    top: -17px;
    left: -17px;
    width: 34px;
    height: 34px;
    background-color: #fff;
    z-index: 11;
    border: solid 1px #aaa;
    border-radius: 50%;
    color: #aaa;
    font-size: 18px;
	box-shadow: 0 0 8px 1px #000;
}
.ep-zoom .bttn:hover {
    color: #000;
	border-color:#000;
}
.ep-zoom .bttn:after {
	content: "X";
    display: block;
    line-height: 32px;
    -webkit-transform: scale(1.3,1);
    transform: scale(1.3,1);
}


.testimonial {
	margin-bottom: 50px;
}
.testimonial p {
	position:relative;
	text-align: right;
    overflow: hidden;
    margin-bottom: 15px;
	padding: 20px 15px 0;
    max-height: 20em;
	transition:0.3s;
}
.testimonial.short p {
    max-height: 7.1em;
}
.testimonial.short p:after{
	content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.testimonial span.readmore {
    text-align: right;
    padding: 0 15px;
    color: #75a000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.testimonial span.readmore:after {
	content:"קרא פחות";
}
.testimonial.short span.readmore:after {
	content:"קרא עוד";
}
.testi-content {
    margin: 0 0 30px;
}

.pricing-table {
	margin-bottom: 20px;
	position:relative;
}
.price-row .price sup {
	top: auto;
}
.price-row .price sup.from {
	font-size: 20px;
    top: 18px;
    width: 100%;
    display: block;
}
.price-row .price span {
    font-size: 55px;
}
.pricing-table ul.features li.a {
	min-height: 5.8em;
}
.pricing-table ul.features li.b {
	min-height: 4.4em;
}
.pricing-table ul.features li.c {
	min-height: 7.2em;
}
.pricing-table ul.features li.d {
	border-bottom: 0 none;
}

.special {
	display:none;
}
.pricing-sale-box {
	position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.pricing-table.sale .special {
	display:block;
	position: absolute;
    top: -1px;
    left: -1px;
    background-color: #ff9b00;
    padding: 2px 52px;
    color: #fff;
    font-family: arial;
    font-size: 20px;
    font-weight: 500;
	-webkit-transform: rotate(315deg) translate(-28%, -50%);
	transform: rotate(315deg) translate(-28%, -50%);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.56);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.56);
}

.policy {
	padding-top: 3em;
    padding-bottom: 6em;
}
.ad_policy #about{
	display:none;
}

@media (max-width: 767px){
.pricing-table {
	margin-left: 0;
    margin-right: 0;
}
.pricing-table ul.features li {
	min-height: 0 !important;
}

.testimonial.short p {
    max-height:none;
}
.testimonial span.readmore {
	display:none;
}
.testimonial.short p:after {
	display:none;
}

#intro h3, #intro h2 {
	text-align:center;
}
}

@media (min-width: 768px){
.intro_content {
    padding-top: 210px;
	padding-bottom: 160px;
}

.rtl .navbar-nav > li {
    float: right;
}
.navbar-phone {
    margin: 15px 0 0 50px;
}
.navbar-brand img {
    max-height: 100%;
    margin-top: 0;
}

.ep-zoom {
	padding: 40px;
}
.ep-zoom .box {
    max-width: 80%;
}

}

