@charset "UTF-8";

/*----------------------הגדרות כלליות------------------------*/
.margin-r{
	margin-right:8%;
}
.padding-r{
	padding-right:8%;
}
.width100p{
	width:100%;
}


/*----------------------הגדרות דף הבית-----------------------*/

/*כמה מילים על העסק*/
.few-words{
	background:#E8E2E6;
	width:100%;
	padding: 20px 0px;
}
.few-words .dimensions{
	width:70%;
}
.few-words p{
	margin-right:15px;
	width: calc( 100% - 185px);
	padding-top:10px;
	color:#000000;
	font-size:15pt;
}

/*כמה מילים על פעילות העסק*/
.summary{
	width:33.3%;
	box-sizing:border-box;
	padding-top:20px;
	margin-bottom: 15px;
	height:100%;
}
.summary1-padding{
	padding-right:5%;
	padding-left:2.5%;
	
}
.summary2-padding{
	padding-right:2.5%;
	padding-left:2.5%;

}
.summary3-padding{
	padding-right:2.5%;
	padding-left:5%;
	
}

.summary-margin-l{
	margin-left:2.5%;
}
#summary1 h2{
	background:url("images/blue-square.png");
	background-position:right top;
	background-repeat:no-repeat;
	padding-top:15px;
	padding-right:45px;
	color:#000000;
	font-size:15pt;
}
#summary2 h2{
	background:url("images/green-square.png");
	background-position:right top;
	background-repeat:no-repeat;
	padding-top:15px;
	padding-right:45px;
	color:#000000;
	font-size:15pt;
}
#summary3 h2{
	background:url("images/brown-square.png");
	background-position:right top;
	background-repeat:no-repeat;
	padding-top:15px;
	padding-right:45px;
	color:#000000;
	font-size:15pt;
}
.btn-info{
	width:100px;
	height:30px;
	border-radius:7px;
	line-height:30px;
	vertical-align:central;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	transition: background 0.5s, color 0.5s; 
	-webkit-transition: background 0.5s, color 0.5s; 
	-moz-transition: background 0.5s, color 0.5s; 
	-o-transition: background 0.5s, color 0.5s; 
}
.btn-info-fund{

	height:18px;
	line-height:18px;
	vertical-align:central;
	font-size:11pt;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	border-radius:3px;
	transition: background 0.5s, color 0.5s; 
	-webkit-transition: background 0.5s, color 0.5s; 
	-moz-transition: background 0.5s, color 0.5s; 
	-o-transition: background 0.5s, color 0.5s;
}
.btn-fund-margin-t{
	margin-top:10px;
}	
#summary1 .btn-info{
	border:solid 2px #3459A7;
	background:#3459A7;
	color: #ffffff;
}
#summary2 .btn-info-fund{
	border:solid 2px #759977;
	background:#759977;
	color: #ffffff;
}
#summary3 .btn-info{
	border:solid 2px #894D3A;
	background:#894D3A;
	color: #ffffff;
}

#summary1 .btn-info:hover{
	border:solid 2px #3459A7;
	color:#3459A7;
	background: #ffffff;
}
#summary2 .btn-info-fund:hover{
	border:solid 2px #759977;
	color:#759977;
	background: #ffffff;
}
#summary3 .btn-info:hover{
	border:solid 2px #894D3A;
	color:#894D3A;
	background: #ffffff;
}

/*טופס*/
.form-con{
	width:100%;
	height:200px;
	background:url("images/200.jpg");
	background-position:right top;
}
.form-con h3{
	margin-top:0px;
	margin-bottom:10px;
	color:#F9DB7A;
	width:100%;
}
.form-con form{
	margin-top:30px;
	margin-right:8%;
	width:60%;
}
.form-con form .column1{
	width:35%;
	box-sizing:border-box;
}
.form-con form .column1 input{
	background:#E6E6E6;
	width:100%;
	font-size:16px;
	padding-right:5%;
	border-radius:4px;
	box-sizing:border-box;
}
.form-con form .column1 input:focus{
	background:#FCF0D0;
}
.form-con form .column1 .tal{
	margin-top:19px;
}
.form-con form .column1 input[type=email]{
	margin-top:19px;
	font-size:15px;
}
.form-con form .column2{
	width: calc(65% - 20px);
	margin-right:20px;
	box-sizing:border-box;
}
.form-con form .column2 textarea{
	font-family:'Arial';
	font-size:16px;
	width:100%;
	height:74px;
	padding-right:5%;
	border-radius:4px;
	box-sizing:border-box;
}
.form-con form .column2 textarea:focus{
	background:#FCF0D0;
}
.form-con form .column2 input[type=submit]{
	height:28px;
	width:55px;
	border-radius:4px;
	margin-top:5px;
	background:#F9DB7A;
	border:solid 3px #E5AD23;
	font-weight:bold;
	font-size:15px;
	transition: background 0.5s, color 0.5s; 
	-webkit-transition: background 0.5s, color 0.5s; 
	-moz-transition: background 0.5s, color 0.5s; 
	-o-transition: background 0.5s, color 0.5s; 

}
.form-con form .column2 input[type=submit]:hover{
		background:rgba(0,0,0,0.5);
		color:#FFFFFF;
}	
.form-con form .message{
	margin-top:6px;
	padding:0px 10px;
	font-weight:bold;
	border-radius:4px;
	background:rgba(255,255,255,1);
}
.red-text{
	color:#ff0000;
}
.green-text{
	color:#008C44;
}	

::-webkit-input-placeholder {
   color: #808080;
}


:-moz-placeholder { /* Firefox 18- */
   color: #808080;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #808080;  
}

:-ms-input-placeholder {  
   color: #808080;  
}

/*-------------------------הגדרת האלמנט שמציג את מיקומנו באתר---------------------*/
.location{
	width:100%;
	padding-top:8px;
	box-sizing:border-box;
}
.location .font{
	font-weight:bold;
	margin-top:3px;
	font-size:12pt;
}
.location h1{
	font-weight:bold;
	margin-top:3px;
	font-size:12pt;
}
.location .gray-letters{
	color: #B3B3B3;
}	
.location .brown-letters{
	color: #84494F;
}
.location > a > img{
	margin-left:3px;
}
.location > img{
	margin: 4px 5px 0px 5px;
}


/*------------------------הגדרות לעמוד אודות------------------------------*/
	
.doron-con{
	margin-top:35px;
}
.doron-text{
	width: calc( 80% - 159px );
	margin-right:10px;
	padding:15px 15px 15px 0px;
	border-right: solid 3px #B0BE86;
}
.doron-text h2{
	color: #4F8442;
	font-size:15pt;
	margin-top:10px;
}
.doron-text span{
	background:#F4E8C9;
}
.doron-img{
	width:149px;
	float:right;
}
.brown-line{
	margin-right:159px;
	width: calc( 80% - 159px );
	height: 40px;
	border-right: solid 3px #A96C53;
}	
.DF-text{
	width: calc( 80% - 159px );
	margin-right:10px;
	padding:15px 15px 15px 0px;
	border-right: solid 3px #97BED0;
}	
.DF-text h2{
	color: #3F61A2;
	font-size:15pt;
	margin-top:10px;
}
.DF-text h3{
	font-size:12pt;
	color:#333640;
	display:inline;
}
.DF-text ul {
	list-style-type:none;
	padding-right: 0px;
	margin-top:6px;
}
.DF-text ul li{
	background: url("images/v.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:25px;
	margin-bottom:6px;
}
.DF-img{
	width:149px;
	float:right;
}



/*-----------------------צור קשר------------------------------------*/

.font14b{
	font-weight:bold;
	font-size:14pt;
}
.gray-letters{
	color:#999999;
}
.contactUS-con{
	height:375px;
	background:#F0EDE5;
}
.contactUS-con .info{
	width:310px;
	padding-top:60px;
}
.contactUS-con .info .phon-num{
	width:100%;
	height:65px;
	border-right: solid 3px #B0BE86;
	box-sizing:border-box;
}
.contactUS-con .info .phon-num img{
	margin-top:10px;
	margin-left:25px;
}	
.contactUS-con .info .phon-num div{
	margin-top:25px;
}
.contactUS-con .info .separate{
	width: 100%;
	height: 25px;
	border-right: solid 3px #A96C53;
}
.contactUS-con .info .mail{
	width:100%;
	height:65px;
	border-right: solid 3px #97BED0;
	box-sizing:border-box;
}
.contactUS-con .info .mail a{
	color:#50889B;
}
.contactUS-con .info .mail a:hover{
	color:#224C5B;
}
.contactUS-con .info .mail img{
	margin-top:15px;
	margin-left:40px;
}	
.contactUS-con .info .mail div{
	margin-top:25px;
}
.contactUS-con .info .adress{
	width:100%;
	height:65px;
	border-right: solid 3px #EDCB6B;
	box-sizing:border-box;
}
.contactUS-con .info .adress img{
	margin-top:15px;
	margin-left:42px;
}	
.contactUS-con .info .adress div{
	margin-top:25px;
}
.contactUS-con .map{
	width: calc( 92% - 310px );
	height:100%;
	box-sizing:border-box;
	background:url("images/map.png");
	background-repeat:no-repeat;
	background-position:right top;
}
/*-----------------------ניהול כספים---------------------------*/
.fm-con{
	box-sizing:border-box;
	margin-bottom:20px;
}
.fm-con .text{
	width: calc( 86% - 350px );
	margin-bottom:15px;
}
.fm-con h2{
	color: #437A45;
	font-size:15pt;
	margin-top:10px;
	margin-bottom:0px;
}	
.fm-con .image{
	width:350px;
	margin: 15px 3% 0px 3%;	
	float:left;
}
.fm-con .image img{
	width: 100%;
	display:block;
}
.fm-con .subject-one{
	width: calc( 90% - 350px );
	margin-bottom:15px;
}
.fm-con .subject-two{
	width:60%;
}
.fm-con .subject-two h2{
	margin-bottom:20px;
}	
.fm-con .subject-two h3{
	font-size:13pt;
	color:#000000;
	margin-top:10px;
	margin-bottom:0px;
	width:calc( 100% - 90px );
}
.fm-con .subtitle{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.fm-con .subtitle .img{
	margin-left:15px;
}
.fm-con .subtitle .img img{
	width:62px;
}
.fm-con .subtitle .text{
	margin-top:0px;
	width:calc( 100% - 90px );
	display:block;
}
.fm-con .subject-one ul{
	list-style-type:none;
	padding-right:0px;
}
.fm-con .subject-one ul li{
	background: url("images/eye.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 40px;
}
.fm-con .ul-margin{
	margin-right:55px;
	
}	
.designed-list{
	list-style-type:none;
	margin-top:5px;
	padding-right:15px;
	
	
}
.designed-list li{
	background:url("images/v.png");
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:20px;
	margin-bottom:10px;
}		
.designed-list ul{
	list-style-type:none;
	margin-top:5px;
	padding-right:15px;
}
.designed-list ul li{
	background:url("images/v-gray.png");
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:20px;
	margin-bottom:7px;
}

/*---------------------גיוס אשראי בנקאי------------------------------*/
.bc-con{
	box-sizing:border-box;
}
.bc-con .text{
	width: calc( 80% - 245px );
	margin-bottom:15px;
}
.bc-con .text p:nth-child(2){
	margin-bottom:10px;
}
.bc-con .image{
	width:245px;
	margin: 30px 4% 0px 8%;	
	float:left;
}
.bc-con .image img{
	width: 100%;
	display:block;
}
.bc-con h2{
	color: #437A45;
	font-size:15pt;
	margin-top:10px;
	margin-bottom:0px;
}
/*-------------------קרן בערבות המדינה-------------------------------*/
.fundI-con{
	width:84%;
	padding-left:8%;
	
}
.fundI-con .title{
	color: #437A45;
	font-size:15pt;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
}
.fundI-con p{
	width:100%;
}
.fundI-con h2{
	color:#000000;
	font-size:13pt;
	margin-top:0px;	
}
.fundI-con .path{
	width: 100%;
	overflow:hidden;
}
.fundI-con .path-margin-t{
	margin-top:15px;
}
.fundI-con .path .text{
	width: calc( 99% - 90px );
	margin-right:20px;
	margin-top: 10px;
}
.fundI-con .comment{
	margin-top:10px;
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}
.fundI-con .comment .text{
	font-size:11pt;
	font-weight:bold;
	color:#5D5D5E;
}
.fundI-con .comment .width{
	width:90%;
}
.fundI-con .btn{
	border-radius:4px;
	height:17px;
	line-height:17px;
	vertical-align:central;
	text-align:center;
	font-weight:bold;
	margin-top:2px;
	font-size:11pt;
	margin-top:2px;
	cursor:pointer;
	transition: background 0.5s, color 0.5s; 
	-webkit-transition: background 0.5s, color 0.5s; 
	-moz-transition: background 0.5s, color 0.5s; 
	-o-transition: background 0.5s, color 0.5s; 
}
.fundI-con .btn-open{
	border:solid 2px #759977;
	background:#ffffff;
	color: #759977;
	width:70px;
}
.fundI-con .btn-open:hover{
	border:solid 2px #759977;
	background:#759977;
	color: #ffffff;
}
.fundI-con .btn-close{
	border:solid 2px #808080;
	background:#ffffff;
	color: #808080;
	width:50px;
	display:none;
}
.fundI-con .btn-close:hover{
	border:solid 2px #808080;
	background:#808080;
	color: #ffffff;
}
.endOfRow{
	height:23px;
	margin-right:27px;
}
.startOfRow{
	height:34px;
	margin-right:4px;
	margin-bottom:10px;
	margin-right:20px;
}
.process-info{
	width:calc( 99% - 45px );
}
.padding-TBR{
	padding:15px 15px 15px 0px;
}
.margin-l-20px{
	margin-left:20px;
}
.margin-b-20px{
	margin-bottom:20px;
}
.bank-logo1{
	margin-left:20px;
}
.bank-logo2 .mercantile-margin{
	margin-bottom:8px;
	margin-left:20px;
}	
.flower{
	background:url("images/10-NIS-flower.jpg");
	background-repeat:no-repeat;
	background-position:right top;
	width:100%;
	height:264px;
	margin-bottom:15px;	
}
.row-line{
	background:url("images/line.png");
	background-repeat:no-repeat;
	background-position:right top;
	overflow:hidden;
	padding-right:35px;
	margin-right:16px;
}
.row-line .b-red{
	font-size:11pt;
	float:right;
	color:#CE415C;
}
.row-line .b-blue{
	font-size:11pt;
	float:right;
	color:#1A9FA7;
}
.color-border-red{
	border-right:solid 2px #E44145;
}
.color-border-yellow{
	border-right:solid 2px #F3B01C;
}
.color-border-blue{
	border-right:solid 2px #0D7072;
}
.fundI-con .path-details{
	width: calc( 90% - 10px);
	padding:10px 10px 10px 10px;
	background:#EAEAEA;
	margin-right:10px;
	margin-top:10px;
	display:none;
}
.fundI-con .path-details h2{
	color:#000000;
	font-size:13pt;
	margin:0px;	
}	
.fundI-con .path-details p{
	margin-top:3px;
}
.poalim-logo{
	margin-bottom:-4px;
}
/*------------------------קרן מימון המונין-------------------------------*/
.fundC-con{
	width:84%;
	padding-left:8%;	
}
.fundC-con .title{
	color: #437A45;
	font-size:15pt;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
}
.fundC-con h2{
	color:#000000;
	font-size:13pt;
	margin-top:0px;	
}
.fundC-con .p-width{
    width:95%;
}
.fundC-con .path{
	width: 100%;
	overflow:hidden;
}
.fundC-con .path-margin-t{
	margin-top:0px;
}
.fundC-con .path .text{
	width: calc( 99% - 90px );
	margin-right:20px;
	margin-top: 20px;
}
.fundC-con .comment{
	margin-top:10px;
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}
.fundC-con .comment .text{
	font-size:11pt;
	font-weight:bold;
	color:#5D5D5E;
}
.fundC-con .comment .width{
	width:90%;
}
.fundC-con .ul-width{
	width:85%;
}
.p2p{
	font-size:11pt
}
/*-----------------------הגדרות רספונסביות-------------------------------*/
@media screen and (max-width: 870px) {
	.summary1-padding{
		padding-right:2%;
		padding-left:1%;
	}
	.summary2-padding{
		padding-right:1%;
		padding-left:1%;
	}
	.summary3-padding{
		padding-right:1%;
		padding-left:2%;
	}
	.form-con form{
		margin-right:2%;
		width:80%;
	}
	footer{
		padding-right:2%;
	}
	/*-----------------------------------*/
	.margin-r{
		margin-right:2%;
	}
	.padding-r{
		padding-right:2%;
	}	
	.doron-text{
		width: calc( 90% - 159px );
	}	
	.DF-text{
		width: calc( 90% - 159px );
	}	
	/*------------------------------------*/
	.contactUS-con .map{
		width: calc( 98% - 310px );
	}
	/*-------------------------------------*/
	.fm-con .text{
		width:53%;
	}
	.fm-con .image{
		width:40%;
		margin-left:2%;
	}
	.fm-con .subject-two{
		width:90%;
	}
	.fm-con .subject-one{
		width: 55%;
	}
	/*----------------------------------*/
	.bc-con .text{
		width:62%;
	}
	.bc-con .image{
		width:28%;
		margin-left:4%;
		margin-right:4%;
	}
	/*--------------------------------*/
	.fundI-con{
		box-sizing:border-box;
		padding-left:4%;
		width:100%;
	}
	/*---------------------------------*/
	.fundC-con{
		box-sizing:border-box;
		padding-left:4%;
		width:100%;
	}
	
@media screen and (max-width: 650px){
	.few-words .dimensions{
		width:100%;
		margin:0px;
	}
	.few-words .pic{
		width:157px;
		margin:0px auto;
		float:none;
	}
	.few-words p{
		padding-right:5%;
		padding-left:5%;
		width: 90%;
		margin-top:0px;
		margin-right:0px;
		text-align: center;
		font-size:14pt;
	}
	.summary{
		width:100%;
		margin:0px 0px 20px 0px;
		box-sizing:border-box;
	}
	.summary p{
		padding:10px 5% 0px 5%;
	}
	.summary1-padding{
		padding-right:0%;
		padding-left:0%;
	}
	.summary2-padding{
		padding-right:0%;
		padding-left:0%;
	}
	.summary3-padding{
		padding-right:0%;
		padding-left:0%;
	}
	#summary1 h2{
		margin-right:5%;
	}
	#summary2 h2{
		margin-right:5%;
	}
	#summary3 h2{
		margin-right:5%;
	}
	.btn-info{
		margin-right:5%;
	}
	.btn-info-fund{
		margin-right:5%;
	}
	.form-con{
		background:url("images/mobile/200.jpg");
		background-position:right top;
		height:382px;
	}	
	.form-con form{
		width:98%;
		margin-right:5%;
	}
	.form-con form .column1{
		width:90%;
	}
	.form-con form .column2{
		width:90%;
		margin-right:0px;
		margin-top:18px;
	}	
	.form-con h3{
		margin-top:10px;
	}
	.form-con form .column1 input{
		height:33px;
	}

	.form-con form .column1 input[type=email]{
		height:33px;
	}
	.form-con form .column2 textarea{
		height:84px;
	}
	/*-----------------------------------*/
	.margin-r{
		margin-right:0px;
	}
	.padding-r{
		padding-right:0px;
	}
	.doron-con{
		margin-top:0px;
	}
	.doron-text{
		box-sizing:border-box;
		width: 100%;
		margin-right:0px;
		padding: 0px 5%;
		border-width:6px;
	}	
	.DF-text{
		box-sizing:border-box;
		width: 100%;
		margin-right:0px;
		padding: 0px 5% 15px 5%;
		border-width:6px;
	}
	.DF-img{
		width:100%;
		padding-right:4%;
		border-right: solid 6px #97BED0;
		padding-top:15px;
	}	
	.doron-img{
		width:100%;
		padding-right:4%;
		padding-top:15px;
		border-right: solid 6px #B0BE86;
	}
	.brown-line{
		border-width:6px;
		margin-right:0px;
		width: 100%;
		height:60px;
	}
	/*----------------------------------------*/
	.location{
		background:#EDEDED;
		padding:8px 0px 0px 0px;
	}
	.location .font{
		font-size:11pt;
	}
	.location h1{
		font-size:11pt;
	}
	/*------------------------------------------*/
	.font14b{
		font-size:13pt;
	}
	.contactUS-con{
		height:auto;
	}
	.contactUS-con .info{
		width:100%;
		padding-top:0px;
	}
	.contactUS-con .info .phon-num{
		border-width:6px;
		height:90px;
		padding-top:25px;
	}
	.contactUS-con .info .separate{
		border-width:6px;
		height: 15px;
	}
	.contactUS-con .info .mail{
		border-width:6px;
	}
	.contactUS-con .info .adress{
		border-width:6px;

	}
	.contactUS-con .map{
		width: 100%;
		height:300px;
		background:url("images/mobile/map.png");
		background-repeat:no-repeat;
		background-position:right top;
		border-right: solid 6px #EDCB6B;
	}
	/*-------------------------------------*/
	.fm-con{
		margin-bottom:0px;
	}
	.fm-con .image{
		width:100%;
		margin:2%;
	}
	.fm-con .image img{
		width:313px;
		margin: 0px auto;
	}
	.fm-con .subject-two{
		width:100%;
		padding: 0px 5%;
		box-sizing:border-box;
	}
	.fm-con .subject-one{
		width:100%;
		padding: 0px 5%;
		box-sizing:border-box;
		margin-bottom:15px;
	}
	.fm-con .subtitle .img{
		width:100%;
		margin-left:0px;
	}
	.fm-con .subtitle .img img{
			margin:0px auto;
			display:block;
			width:80px;
	}	
	.fm-con .subtitle .text{
		width:100%;
		padding-right:0px;
		margin-bottom:15px;
	}
	.fm-con .ul-margin{
	margin-right:0px;
	margin-bottom:35px;
	}
		/*-------------------------------------*/
	.bc-con .text{
		width:100%;
		padding: 0px 5%;
		box-sizing:border-box;
	}
	.bc-con .image{
		width:100%;
		height:224px;
		margin:20px 2%;
		overflow:hidden;
	}
	.bc-con .image img{
		width:245px;
		margin: 0px auto;
	}
	/*-----------------------------------------------*/
	.fundI-con{
		padding: 0px 5%;
	}
	.bank-logo2{
		margin-top:15px;
		width:100%;
	}
	.bank-logo1{
		width:100%;
		margin-left:0px;
	}
	.margin-l-20px{
		margin-left:12px;
	}
	.bank-logo2 .mercantile-margin{
		margin-bottom:0px;
		margin-left:35px;
	}
	.flower{
		background:url("images/mobile/10-NIS-flower.jpg");
		background-repeat:no-repeat;
		background-position:right top;
		margin-bottom:15px;	
	}
	/*-----------------------------------------------*/
	.fundC-con{
		padding: 0px 5%;
	}	
	.fundC-con .path-margin-t{
		margin-top:5px;
	}
