﻿body {
    font-weight: normal;
    margin: 0;
    font-family: "Open Sans Hebrew", sans-serif;
    direction: rtl;
    letter-spacing: 0px;
    line-height: 1;
    color: #000;
    background: #eee ;
    font-size:0;
}

img { border: 0; }
strong{ font-weight: 900;}
.container {
    margin: 0 auto;
    max-width: 1364px;
    min-height: 630px;
    background: #fff;
}

#warper {
	/*background: url(../images/bkg.jpg) no-repeat center top ;*/
	box-sizing: border-box;
}
.clearBoth {
    clear: both;
    height: 1px;
}

header {
    text-align: center;
    border-bottom: 6px solid #eee;
    /* border-bottom-right-radius: 12px; */
    /* border-bottom-left-radius: 12px; */
    background: #000;
    max-width: 1364px;
    height: 300px;
    margin: auto;
}

.contRight {
    float: right;
    width: 683px;
	background: #fff;
}

.contRightInner {
    padding-right: 34px;
    padding-top: 51px;
}

h1 {
    font-size: 39px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 1.25;
}

.contRightInner p {
    font-size: 17px;
    font-weight: 600;
    margin-top: 8px;
    line-height: 1.5;
    width: 93%;
    letter-spacing: 0.0px;
}

.contRightInner p strong {
    letter-spacing: 0.5px;
    font-size: larger;
}

.btn{
	background-color: #951a1d;
	width: 181px;
	height: 35px;
	font-size: 16px;
	font-weight: 900;
	margin-top: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
}

a .btn{ color: #fff;}

a:hover .btn{
	background-color: #b92629;
} 

.sep{
	height: 4px;
	width: 290px;
	background: #000;
	margin-top: 37px;
}

.job{
	cursor: pointer;
	margin-top: 24px;
}

.jobTitle {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.7px;
}

.arr {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 3px;
}

.jobText {
    font-size: 18px;
    font-weight: 700;
    margin-top: 4px;
}

.job2, .job3 {
    margin-top: 33px;
}

.contLeft{

background-image:  url(../images/logos.png), url(../images/left_bg.jpg);

/*background-image:   url(../images/right_bg.jpg);*/

background-repeat: no-repeat;

background-position: center center;

width: 600px;

height: 630px;

float: left;

position: relative;

color: #fff;

background-size: auto, cover;
}
.frame{	background-color: #000; height: 100%;}
.contLeftInner {
    padding-right: 101px;
}

.leftLogo {
    padding-top: 16px;
}

.xBtn {
    position: absolute;
    top: 35px;
    left: 36px;
	cursor: pointer;
}

.leftTitle {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 33px;
}

.leftSubTitle {
    font-size: 25px;
    font-weight: 700;
    margin-top: 1px;
    line-height: 1.1;
    letter-spacing: 1px;
    width: 89%;
}

.leftText {
    font-size: 14px;
    /* font-weight: 600; */
    margin-top: 20px;
    line-height: 1.6;
    width: 81%;
    letter-spacing: 0.7px;
}

.ulText {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 23px;
}

ul.left {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 8px;
}

ul.left li{
	background: url(../images/li.png) no-repeat center right;
	padding-right: 21px;
	margin-top: 8px;
}

.btnFrame {
    background-color: #fff;
    width: 224px;
    height: 54px;
    font-size: 22px;
    font-weight: 900;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a .btnFrame{ color: #000;}
a:hover .btnFrame{ background: #ddd;}

#accordion{
	display: none;
}
.contResp{ display: none;}

.cBlue {
    color: #951a1d;
}

@media (max-width: 1380px) {
	.container {
		max-width: none;
    	width: 98%;
	}
	
	.contLeft {
		width: 46%;
	}
	
	.contRight {
    	width: 50%;
	}
	.contLeftInner {
		padding-right: 7%;
	}
	
	h1 {
		font-size: 38px;
		letter-spacing: 0.5px;
	}
	.jobText {
		font-size: 17px;
		margin-top: 4px;
		letter-spacing: -0.2px;
	}
	
	.contRightInner p {
    	width: auto;
	}
	
	.leftText {
		width: 90%;
		letter-spacing: 0px;
	}
	
	.leftSubTitle {
		letter-spacing: 0;
		width: 90%;
	}
	
	.job2, .job3 {
		margin-top: 4%;
	}
	

}


@media (max-width: 1140px) {
	.contResp{
		width: 100%;
		height: 11vw;
		background: #000 url(../images/top_resp.jpg) no-repeat center left;
		/*background-size: cover;*/
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	
	.contResp img{
		width: 18vw;
	}
	
	.contRight, .contLeft {
		width: auto;
		float: none;
	}
	
	.contLeft {
		display: none;
	}
	
	.container {
		width: 90%;
	}
	
	.contRightInner {
		padding-right: 0;
		padding-top: 4%;
		width: 86%;
		margin: auto;
	}
	.logosResp {
		float: left;
		padding-left: 5%;
	}
	
	.job{ display: none;}
	.sep {
		margin: 8% auto;
	}
	.ui-accordion .ui-accordion-header {
		background-color: #0177b9;
		font-size: 22px;
		font-family: "Open Sans Hebrew", sans-serif;
		font-weight: 900;
		    color: #fff;
	}
	
	.ui-accordion .ui-accordion-header  div{
		font-weight: 600;
		font-size: 15px;
		letter-spacing: -0.6px;
	}
	.ui-accordion .ui-accordion-content {
    	padding: 1% 5%;font-family: "Open Sans Hebrew", sans-serif;
	}
	.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-icon, .ui-widget-content .ui-icon {
		background-image: url(images/ui-icons_ffffff_256x240.png);
	}
	.ui-icon-triangle-1-e {
		background-position: -96px -16px;
	}
	.btnFrame {
		background-color: rgb(1, 119, 185);
		width: 181px;
		height: 35px;
		font-size: 16px;
		font-weight: 900;
		margin-top: 5%;
		margin: 7% 0 5%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#accordion{
		display: block;
	}
	
	#accordion a .btnFrame {
		color: #fff;
	}
	
	#accordion a:hover .btnFrame{
		background: #000;
	}
	ul.left li {
		background: url(../images/li_resp.png) no-repeat right 7px;
		padding-right: 11px;
	}
	
}



@media (max-width: 720px) {
	.contResp img {
		width: 24vw;
	}
	
	.contResp {
		position: relative;
		height: 13vw;
	}
	
	.logosResp {
		float: none;
		padding-right: 3%;
		position: absolute;
		right: 0;
	}
	h1 {
		font-size: 5.4vw;
		letter-spacing: 0;
	}

	
}


@media (max-width: 480px) {
	.container {
		width: 99%;
	}
	
	.contRightInner p {
    	font-size: 3vw;
	}
	.contResp {
		height: 16vw;
	}
	.contResp img {
		width: 30vw;
	}
	.contRightInner {
    	width: 88%;
	}
	h1 {
		font-size: 6vw;
		letter-spacing: -0.4px;
	}
	.contRightInner p {
		font-size: 3.3vw;
	}
	.leftText {
    	width: auto;
	}
	


}



