
html { font-size: 100%; padding: 0; margin: 0; height: 100%;font-family: 'Open Sans', sans-serif;background-color: #fff;}

body {
	font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 0.9em;
    font-weight: 100;
	height: 100%;
	width: 100%;
}

h2 {
	position: relative;
	color: #fa8232;
	font-size: 16px;
	width: 100%;
	float: left;
	margin: 10px auto;	
}

h3 {
	font-size: 14px;
	margin: 0 auto;	
}

.footer {
	float: left;
	background-image: url(/images/bg_top_repeat2.jpg);
	padding-top: 23px;
	font-size: 12px;
	color: #6b6b6b;
	text-align: center;
	min-height: 45px;
	padding-bottom: 20px;
	width: 100%;	
}

.footer img {
	position: relative;
	width: 90px; 
	top: 6px; 
	left: 5px;	
}
/*
.scrollup {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 44px;
	height:44px;
	background: url(../images/top-move.png) no-repeat;
}*/

/*-----INDEX-----*/
#mainBGindex { 
    background: url("https://opsilon.co.il//images/Opsilon_home_C.jpg") no-repeat center top scroll;
	background-position: center;  
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.iconObject{
	position: relative;
	transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 2s ease-in-out; /** Firefox **/
    -o-transition: all 2s ease-in-out; /** Opera **/
}

.mainC{
	position: inherit;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}

.mainC > section{
	position: absolute;
	width: 50%;
	height: 50%;	
}

.mainC > section:first-child {
	top: 0;
	left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    
    -moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}

.mainC > section:first-child:hover {
    z-index:2;
	-moz-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
	box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
}

.mainC > section:nth-child(2) {
	top: 0;
	left: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: initial;

    -moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}

.mainC > section:nth-child(2):hover {
    z-index:2;
	-moz-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
	box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
}

.mainC > section:nth-child(3) {
	top: 50%;
	left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;

    -moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}

.mainC > section:nth-child(3):hover {
    z-index:2;
	-moz-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
	box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
}

.mainC > section:nth-child(4) {
	top: 50%;
	left: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    
    -moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;     
}

.mainC > section:nth-child(4):hover {
    z-index:2;
	-moz-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
	box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
}

.main-box {
    position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
	/* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flexbox;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.icAbout{
	/*background-image: url(../images/Opsilon_home_left-up.jpg);*/
	position: relative;
	margin-right: 20%;
	margin-bottom: 20%;
}

.icProtfolio{
	/*background-image: url(../images/Opsilon_home_left-up.jpg);*/
	position: relative;
	margin-left: 20%;
	margin-bottom: 20%;
}

.icInnovation{
	/*background-image: url(../images/Opsilon_home_left-up.jpg);*/
	position: relative;
	margin-right: 20%;
	margin-top: 20%;
}

.icContact{
	/*background-image: url(../images/Opsilon_home_left-up.jpg);*/
	position: relative;
	margin-left: 20%;
	margin-top: 20%;
}
/*-----END-INDEX-----*/
/*-----ABOUT-----*/	
.about-body {
	width: 100%;
}

.about-main {
	position: relative;
	width: 100%;
}

.about-box{
	float: left;
	width: 20%;
	padding-right: 15px;
}

.about-box p {
	font-weight: 400;
}

.about-content {
	
	position: absolute;
	top: 33%;
	width: 72%;
	margin-left: 7%;
}

.about-content-head {
	position: relative; 
	margin: 10px auto;
	padding-bottom: 5%;
	font-weight: 300;
	font-size: 18px;
	width: 95%;
	float: left;	
}

#slider {
	width: 100%;
	border: 0;
	margin: -30px auto; 
}

#slide_img {
	width: 100%;	
}

#slide_img img {
	width: 100%;
}

.slidesjs-pagination {
	display: none;
}

.slidesjs-navigation {
	display: none; /*display: inline-block;*/
	width: 100px;
    margin: 0 auto 0 auto;
	z-index: 900;
	text-indent: -99999px;
}

.slidesjs-previous {
	background: url(../images/about_slider_prev_btn.png);
	width: 20px;
	height: 34px;
}

.slidesjs-next {
	background: url(../images/about_slider_next_btn.png);
	width: 20px;
	height: 34px;
}

/*
#slide_img {
	width: 100%;	
}

#slide_img img {
	width: 100%;	
}

/*-----END-ABOUT-----*/
/*-----INNOVATION-----*/

#table_middle {
	display: table-cell;
	vertical-align: middle;
}

#center {
	margin: auto; /* Required */
 	position: absolute; /* Required */
 	bottom: 0;
 	left: 0;
	right: 0;
 	max-height: 100%; /* images bigger than 175 px  */
 	max-width: 100%;	
}

h4 {
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	font-size: 3.5em; 
	margin: 0 0 0 0;
}

h5 {
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	font-size: 2.5em; 
	margin: 20px 0 30px 0;
}

h6 {
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	font-size: 0.9em; 
	margin: 0 0 0 0;
}

h7 {
	font-weight: 400;
}

h8 {
	font-weight: 400;
	color: red;	
}

#innoBody1 {
	display: table;
	position: relative; 
	background-color: #2187fe;
	width: 100%;
	top: -20px;
	z-index: 500;
}

#innoBody2 {
	position: relative; 
	background-color: #fff;
	width: 100%;
	/*height: 1400px;*/
	height: 2000px;
}

.innoSlider-wrapper {
	display: table-column;
	height: 100%;
	width: auto;
}

.innoWrap_toCenter {
	position: relative;
	width: 70%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	margin-top: 7%;
}

.da-img {
	width: 30px;
	height: 37px;
	display: block;
	margin: 2em auto 1em auto;
	
	background: url(/images/nextBody.png);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.da-img:hover {
	width: 30px;
	height: 37px;
	display: block;
	background: url(/images/nextBody_hover.png);
}

.innoSpanL {
	position: relative;
	width: 100%;
	height: 270px;
	padding: 30px 0 30px 0;
    display: inline-table;	
}

.innoSpanL img {
	float: left;
	width: 55%;
	height: 100%;
	max-width: 611px;
}

.pad_left {padding: 0 20px 0 0;} .pad_right {padding: 0 0 0 20px;}

.innoTxtBox_L {
	float: left;
	width: 40%;
}

.news-button {  
 	background-color: #252b39;
	width: 100px;
	height: 30px;
	margin: 0 0;
	font-size: 9px;  
}

/*-----END-INNOVATION-----*/
/*-----CONTACT-----*/
#mainBGcontact {
	background-image: url('https://opsilon.co.il/images/contact_img.png');
	background-repeat: no-repeat;  
	background-attachment: scroll;  
	background-position: 0% 0%;
	background-size: contain;
	height: auto;
}

.contact-wrapper{
	display: inline-block;
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
	width: 10cm;
    margin: 0 auto 0 auto;	
}

.contact_box {
	width: 10cm;
}

#contactFormHead {
	width: 100%;
	color: #252c39;
	text-align: right;
	margin: 0 auto;
	line-height: 20px;	
}

.contactForm {
	width: 100%;	
    padding-top: 15px;
}

label {
	display: block;
	margin-top: 20px;
	letter-spacing: 2px;
	color: #252c39;
	font-weight: 600;
	font-size: 12px;
    text-align: right;
    direction: rtl;
}

input {
	width: 10cm;
	color: #252c39;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #252c39;
    text-align: right;
    direction: rtl;	
}

textarea {
	width: 10cm;
	height: 3cm;
	color: #252c39;	
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #252c39;
    text-align: right;
    direction: rtl;	
}

.submit_btn {
	width: 100%;
	height: 1.5cm;
	margin: 25px 0 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	background-color: #252c39;	 
}

/*-----END-CONTACT-----*/
/*-----ARTICLE-----*/
#artBody1 {
	/*display: table;*/
	position: relative; 
	width: 100%;
	height: 100%;
	top: -20px;
	z-index: 500;
}

#artBody2 {
	position: relative; 
	background-color: #fff;
	width: 100%;
	/*height: 2000px;*/
}

.artSlider-wrapper {
	display: table-column;
	height: 100%;
	width: auto;
}

.artSlider-wrapper img {
	position: relative;
	width: 100%;
	min-height: 100px;	
}


/*-----END-ARTICLE-----*/
/*-----RESPONSIVE-----*/

@media only screen and (min-width: 1280px) and (max-width: 1430px) {
    #mainBGindex { 
		background: url("https://opsilon.co.il//images/Opsilon_home_W.png") 50% 0 no-repeat scroll !important; 
		background-position:center;  
		background-size: cover; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
		
	h2 {
		font-size: 13px;
		width: 100%;
		margin: 10px auto;	
	}
	
	h3 {
		font-size: 13px;
		margin: 0 auto;	
	}

	.about-main {
		width: 100%;
	}
	
	.about-box{
		width: 20%;
		padding-right: 13px;
	}
	
	.about-box p {
		font-weight: 400;
		font-size: 13px;
	}
	
	.about-content {
		top: 28%;
		width: 75%;
		margin-left: 8%;
	}
	
	.about-content-head {
		margin: 10px auto;
		padding-bottom: 8%;
		font-weight: 300;
		font-size: 16px;
		width: 70%;
	}
	
	/*-----INNOVATION-----*/

	#table_middle {
		display: table-cell;
		vertical-align: middle;
	}
	
	#center {
		margin: auto; /* Required */
		position: absolute; /* Required */
		bottom: 0;
		left: 0;
		right: 0;
		max-height: 100%; /* images bigger than 175 px  */
		max-width: 100%;	
	}
	
	h4 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 3.5em; 
		margin: 0 0 0 0;
	}
	
	h5 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 2.5em; 
		margin: 20px 0 30px 0;
	}
	
	h6 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 0.9em; 
		margin: 0 0 0 0;
	}
	
	h7 {
		font-weight: 400;
	}
	
	#innoBody1 {
		display: table;
		position: relative; 
		background-color: #2187fe;
		width: 100%;
		height: 700px;
		top: -20px;
	}
	
	#innoBody2 {
		position: relative; 
		background-color: #fff;
		width: 100%;
		height: 1800px;
	}
	
	.innoSlider-wrapper {
		display: table-column;
		height: 100%;
		width: auto;
	}
	
	.innoWrap_toCenter {
		position: relative;
		width: 80%;
		margin: 10% auto 10% auto;
		height: auto;
	}
	
	.da-img {
		width: 30px;
		height: 37px;
		display: block;
		margin: 2em auto 1em auto;
		
		background: url(../images/nextBody.png);
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
	.da-img:hover {
		width: 30px;
		height: 37px;
		display: block;
		background: url(../images/nextBody_hover.png);
	}
	
	.innoSpanL {
		position: relative;
		width: 100%;
		height: 250px;
		padding: 30px 0 30px 0;	
	}
	
	.innoSpanL img {
		float: left;
		width: 55%;
		height: 100%;
	}
	
	.pad_left {padding: 0 20px 0 0;} .pad_right {padding: 0 0 0 20px;}
	
	.innoTxtBox_L {
		float: left;
		width: 32%;
	}
	
	.innoTxt_box {
		font-size: 0.85em;	
	}
	
	.news-button {  
		background-color: #252b39;
		width: 100px;
		height: 30px;
		margin: 0 0;
		font-size: 9px;  
	}
	
	/*-----CONTACT-----*/
	.contact-wrapper{
		left: 10%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
    #mainBGindex { 
		background: url("https://opsilon.co.il//images/Opsilon_home_W.png") 50% 0 no-repeat scroll !important; 
		background-position:center;  
		background-size: cover; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
		
	h2 {
		font-size: 11px;
		width: 100%;
		margin: 10px auto;	
	}
	
	h3 {
		font-size: 11px;
		margin: 0 auto;	
	}

	.about-main {
		width: 100%;
	}
	
	.about-box{
		width: 20%;
		padding-right: 13px;
	}
	
	.about-box p {
		font-weight: 400;
		font-size: 11px;
	}
	
	.about-content {
		top: 24%;
		width: 75%;
		margin-left: 2.5%;
	}
	
	.about-content-head {
		margin: 10px auto;
		padding-bottom: 2%;
		font-weight: 300;
		font-size: 14px;
		width: 68%;
	}
	
	/*-----INNOVATION-----*/

	#table_middle {
		display: table-cell;
		vertical-align: middle;
	}
	
	#center {
		margin: auto; /* Required */
		position: absolute; /* Required */
		bottom: 0;
		left: 0;
		right: 0;
		max-height: 100%; /* images bigger than 175 px  */
		max-width: 100%;	
	}
	
	h4 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 3.5em; 
		margin: 0 0 0 0;
	}
	
	h5 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 2.5em; 
		margin: 20px 0 30px 0;
	}
	
	h6 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 0.9em; 
		margin: 0 0 0 0;
	}
	
	h7 {
		font-weight: 400;
	}
	
	#innoBody1 {
		display: table;
		position: relative; 
		background-color: #2187fe;
		width: 100%;
		height: 650px;
		top: -20px;
	}
	
	#innoBody2 {
		position: relative; 
		background-color: #fff;
		width: 100%;
		height: 1900px;
	}
	
	.innoSlider-wrapper {
		display: table-column;
		height: 100%;
		width: auto;
	}
	
	.innoWrap_toCenter {
		position: relative;
		width: 80%;
		margin: 10% auto 10% auto;
		height: auto;
	}
	
	.da-img {
		width: 30px;
		height: 37px;
		display: block;
		margin: 2em auto 1em auto;
		
		background: url(../images/nextBody.png);
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
	.da-img:hover {
		width: 30px;
		height: 37px;
		display: block;
		background: url(../images/nextBody_hover.png);
	}
	
	.innoSpanL {
		position: relative;
		width: 100%;
		height: 250px;
		padding: 30px 0 30px 0;	
	}
	
	.innoSpanL img {
		float: left;
		width: 65%;
		height: 100%;
	}
	
	.pad_left {padding: 0 20px 0 0;} .pad_right {padding: 0 0 0 20px;}
	
	.innoTxtBox_L {
		float: left;
		width: 32%;
	}
	
	.innoTxt_box {
		font-size: 0.75em;
	}
	
	.news-button {  
		background-color: #252b39;
		width: 100px;
		height: 30px;
		margin: 0 0;
		font-size: 9px;  
	}
	
	/*-----CONTACT-----*/
	.contact-wrapper{
		top: 10%;
		left: 35%;
	}
	
    #mainBGcontact {
        background-image: url('https://opsilon.co.il/images/contact_img_1280.png');
    }
}

@media only screen and (min-width: 768px) and (max-width: 1007px) {
	 #mainBGindex { 
		background: url("https://opsilon.co.il//images/Opsilon_home_W.png") 50% 0 no-repeat scroll !important; 
		background-position:center;  
		background-size: cover; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	
	h2 {
		font-size: 12px;
		width: 100%;
		margin: 5px auto;	
	}
	
	h3 {
		font-size: 12px;
		margin: 0 auto;	
	}

	.about-main {
		width: 100%;
	}
	
	.about-box{
		width: 20%;
		padding-right: 13px;
	}
	
	.about-box p {
		font-weight: 400;
		font-size: 12px;
	}
	
	.about-content {
		top: 53%;
		width: 85%;
		margin-left: 5%;
	}
	
	.about-content-head {
		margin: 10px auto;
		padding-bottom: 8%;
		font-weight: 300;
		font-size: 15px;
		width: 100%;
	}
	
	/*---- /INNO----*/
	
	h7 {
		font-weight: 400;
		font-size: 0.9em;
	}
	
	.innoTxt_box {
		font-size: 0.7em;
		margin-top: 5px;	
	}
	
	#innoBody1 {
		display: table;
		position: relative; 
		background-color: #2187fe;
		width: 100%;
		height: 550px;
		top: -20px;
	}
	
	#innoBody2 {
		position: relative; 
		background-color: #fff;
		width: 100%;
		height: 1600px;
	}
	
	.innoWrap_toCenter {
		position: relative;
		width: 95%;
		margin: 10% auto 10% auto;
		height: auto;
	}
	
	.innoSpanL {
		position: relative;
		width: 100%;
		height: 200px;
		padding: 30px 0 30px 0;	
	}
	
	.innoSpanL img {
		float: left;
		width: 55%;
		height: 90%;
	}
	
	.news-button {  
		background-color: #252b39;
		width: 90px;
		height: 25px;
		margin: 0 0;
		font-size: 9px;  
	}

	/*-----CONTACT-----*/
	.contact-wrapper{
		display: inline-block;
		position: absolute;
		top: 10%;
		left: 47%;
		right: 0;
		width: 10cm;
		margin: 0 auto 0 auto;	
	}
	
	.contact_box {
		width: 8cm;
	}
	
	#contactFormHead {
		width: 100%;
		color: #252c39;
		text-align: right;
		margin: 0 auto;
		line-height: 20px;
		padding-bottom: 10px;	
	}
	
	.contact_form {
		width: 100%;	
	}
	
	label {
		display: block;
		margin-top: 10px;
		letter-spacing: 2px;
		color: #252c39;
		font-weight: 600;
		font-size: 11px;
	}
	
	input {
		width: 8cm;
		color: #252c39;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border:1px solid #252c39;	
	}
	
	textarea {
		width: 8cm;
		height: 2cm;
		color: #252c39;	
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border:1px solid #252c39;
	}
	
	.submit_btn {
		width: 100%;
		height: 1cm;
		margin: 20px 0 0 0;
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		background-color: #252c39;	 
	}	
}

@media only screen and (min-width: 570px) and (max-width: 768px) {
	#mainBGindex { 
		background: url("https://opsilon.co.il//images/Opsilon_home_W.png") 50% 0 no-repeat scroll !important; 
		background-position:center;  
		background-size: cover; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}

	h2 {
		font-size: 10px;
		width: 100%;
		margin: 5px auto;	
	}
	
	h3 {
		font-size: 10px;
		margin: 0 auto;	
	}

	.about-main {
		width: 100%;
	}
	
	.about-box{
		width: 20%;
		padding-right: 12px;
	}
	
	.about-box p {
		font-weight: 400;
		font-size: 10px;
	}
	
	.about-content {
		top: 52%;
		width: 93%;
		margin-left: 5%;
	}
	
	.about-content-head {
		margin: 10px auto;
		padding-bottom: 2%;
		font-weight: 300;
		font-size: 11px;
		width: 100%;
	}
	
	/*---- /INNO ----*/
	h7 {
		font-weight: 400;
		font-size: 0.95em;
	}
	
	p.innoTxt_main{
		font-size: 0.9em;	
	}
	
	p.innoTxt_box {
		font-size: 0.9em;	
	}
	
	#innoBody1 {
		display: table;
		position: relative; 
		background-color: #2187fe;
		width: 100%;
		height: 530px;
		top: -20px;
	}
	
	#innoBody2 {
		position: relative; 
		background-color: #fff;
		width: 100%;
		height: 1500px;
	}
	
	.innoWrap_toCenter {
		position: relative;
		width: 90%;
		margin: 5% auto 7% auto;
		height: auto;
	}
	
	.innoSpanL {
		position: relative;
		width: 100%;
		height: 200px;
		padding: 30px 0 30px 0;	
	}
	
	.innoSpanL img {
		display: none;
		/*
		float: left;
		width: 100%;
		height: 85%;
		*/
	}
	
	.innoTxtBox_L {
		float: left;
		width: 100%;
	}
	
	.news-button {  
		background-color: #252b39;
		width: 90px;
		height: 25px;
		margin: 0 0;
		font-size: 9px;  
	}
	
	/*-----CONTACT-----*/
	#mainBGcontact {
		background-image: none;
		height: auto;
	}
	
	.contact-wrapper{
		display: inline-block;
		position: absolute;
		top: 10%;
		left: 20%;
		right: 0;
		width: 10cm;
		margin: 0 auto 0 auto;	
	}
	
	.contact_box {
		width: 8cm;
	}
	
	#contactFormHead {
		width: 100%;
		color: #252c39;
		text-align: right;
		margin: 0 auto;
		line-height: 20px;
		padding-bottom: 0;
		font-size: 26px;	
	}
	
	.contact_form {
		width: 100%;	
	}
	
	label {
		display: block;
		margin-top: 5px;
		letter-spacing: 2px;
		color: #252c39;
		font-weight: 600;
		font-size: 10px;
	}
	
	input {
		width: 8cm;
		color: #252c39;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border:1px solid #252c39;	
	}
	
	textarea {
		width: 8cm;
		height: 1.5cm;
		color: #252c39;	
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border:1px solid #252c39;
	}
	
	.submit_btn {
		width: 100%;
		height: 0.8cm;
		margin: 15px 0 0 0;
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		background-color: #252c39;	 
	}
}

@media only screen and (min-width: 484px) and (max-width: 570px) {
	#mainBGindex { 
		background: url("https://opsilon.co.il//images/Opsilon_home_W.png") 50% 0 no-repeat scroll !important; 
		background-position:center;  
		background-size: cover; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}

	h2 {
		font-size: 10px;
		width: 100%;
		margin: 5px auto;	
	}
	
	h3 {
		font-size: 10px;
		margin: 0 auto;	
	}

	.about-main {
		width: 100%;
	}
	
	.about-box{
		width: 30%;
		padding-right: 12px;
	}
	
	.about-box p {
		font-weight: 400;
		font-size: 10px;
	}
	
	.about-content {
		top: 43%;
		width: 90%;
		margin-left: 5%;
	}
	
	.about-content-head {
		margin: 10px auto;
		padding-bottom: 2%;
		font-weight: 300;
		font-size: 11px;
		width: 100%;
	}
	
	/*---- /INNO----*/
	h4 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 3.0em; 
		margin: 0 0 0 0;
	}
	
	h5 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 2.0em; 
		margin: 20px 0 30px 0;
	}
	
	h7 {
		font-weight: 400;
		font-size: 0.95em;
	}
	
	p.innoTxt_main{
		font-size: 0.9em;	
	}
	
	p.innoTxt_box {
		font-size: 0.9em;	
	}
	
	#innoBody1 {
		display: table;
		position: relative; 
		background-color: #2187fe;
		width: 100%;
		height: 500px;
		top: -20px;
	}
	
	#innoBody2 {
		position: relative; 
		background-color: #fff;
		width: 100%;
		height: 1500px;
	}
	
	.innoWrap_toCenter {
		position: relative;
		width: 90%;
		margin: 5% 7% 7% auto;
		height: auto;
	}
	
	.innoSpanL {
		position: relative;
		width: 105%;
		height: 200px;
		padding: 30px 0 30px 0;	
	}
	
	.innoSpanL img {
		display: none;
		/*
		float: left;
		width: 65%;
		height: 100%;*/
	}
	
	.innoTxtBox_L {
		float: left;
		width: 100%;
	}
	
	.news-button {  
		background-color: #252b39;
		width: 80px;
		height: 20px;
		margin: 0 0;
		font-size: 8px;  
	}
	
	/*-----CONTACT-----*/
	#mainBGcontact {
		background-image: none;
		height: auto;
	}
	
	.contact-wrapper{
		display: inline-block;
		position: absolute;
		top: 20%;
		left: 15%;
		right: 0;
		width: 10cm;
		margin: 0 auto 0 auto;
	}
	
	.contact_box {
		width: 8cm;
	}
	
	#contactFormHead {
		width: 100%;
		color: #252c39;
		text-align: right;
		margin: 0 auto;
		line-height: 20px;
		padding-bottom: 0;
		font-size: 26px;	
	}
	
	.contact_form {
		width: 100%;	
	}
	
	label {
		display: block;
		margin-top: 5px;
		letter-spacing: 2px;
		color: #252c39;
		font-weight: 600;
		font-size: 10px;
	}
	
	input {
		width: 8cm;
		color: #252c39;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border:1px solid #252c39;	
	}
	
	textarea {
		width: 8cm;
		height: 1cm;
		color: #252c39;	
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border:1px solid #252c39;
	}
	
	.submit_btn {
		width: 100%;
		height: 0.8cm;
		margin: 15px 0 0 0;
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		background-color: #252c39;	 
	}
	
	/*--------/ art1--------*/
	#artBody2 {
		position: relative; 
		background-color: #fff;
		width: 100%;
		height: 2000px;
	}
}

@media only screen and (min-width: 364px) and (max-width: 484px) {
  #mainBGindex { 
		background: url("https://opsilon.co.il//images/Opsilon_home_W.png") 50% 0 no-repeat scroll !important; 
		background-position:center;  
		background-size: cover; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}

	h2 {
		font-size: 10px;
		width: 100%;
		margin: 5px auto;	
	}
	
	h3 {
		font-size: 10px;
		margin: 0 auto;	
	}

	.about-main {
		width: 100%;
	}
	
	.about-box{
		width: 50%;
		height: 180px;
		padding-right: 12px;
	}
	
	.about-box p {
		font-weight: 400;
		font-size: 10px;
	}
	
	.about-content {
		top: 15%;
		width: 90%;
		margin-left: 6%;
	}
	
	.about-content-head {
		margin: 10px auto;
		padding-bottom: 10%;
		font-weight: 300;
		font-size: 13px;
		width: 100%;
	}
	
	#slider {
		display: none;
	}
	
	#slide_img {
		display: none;
	}
	
	#slide_img img {
		display: none;
	}
	
	/*---- / INNO----*/
	h4 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 3.0em; 
		margin: 0 0 0 0;
	}
	
	h5 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 2.0em; 
		margin: 20px 0 30px 0;
	}
	
	h7 {
		font-weight: 400;
		font-size: 0.85em;
	}
	
	p.innoTxt_main{
		font-size: 0.9em;	
	}
	
	p.innoTxt_box {
		font-size: 0.75em;	
	}
	
	#innoBody1 {
		display: table;
		position: relative; 
		background-color: #2187fe;
		width: 100%;
		height: 470px;
		top: -20px;
	}
	
	#innoBody2 {
		position: relative; 
		background-color: #fff;
		width: 100%;
		height: 1550px;
	}
	
	.innoWrap_toCenter {
		position: relative;
		width: 90%;
		margin: 5% auto 7% auto;
		height: auto;
	}
	
	.innoSpanL {
		position: relative;
		width: 100%;
		height: 200px;
		padding: 30px 0 10px 0;	
	}
	
	.innoSpanL img {
		display: none;
	}
	
	.innoTxtBox_L {
		float: left;
		width: 100%;
	}
	
	.news-button {  
		background-color: #252b39;
		width: 85px;
		height: 25px;
		margin: 0 0;
		font-size: 9px;  
	}
	
	/*-----CONTACT-----*/
	#mainBGcontact {
		background-image: none;
		height: auto;
	}
	
	.contact-wrapper{
		display: inline-block;
		position: absolute;
		top: 20%;
		left: 10%;
		right: 10%;
		width: 10cm;
		margin: 0 auto 0 auto;
	}
	
	.contact_box {
		width: 8cm;
	}
	
	#contactFormHead {
		width: 100%;
		color: #252c39;
		text-align: right;
		margin: 0 auto;
		line-height: 20px;
		padding-bottom: 0;
		font-size: 26px;	
	}
	
	.contact_form {
		width: 100%;	
	}
	
	label {
		display: block;
		margin-top: 5px;
		letter-spacing: 2px;
		color: #252c39;
		font-weight: 600;
		font-size: 10px;
	}
	
	input {
		width: 8cm;
		color: #252c39;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border:1px solid #252c39;	
	}
	
	textarea {
		width: 8cm;
		height: 1cm;
		color: #252c39;	
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border:1px solid #252c39;
	}
	
	.submit_btn {
		width: 100%;
		height: 0.8cm;
		margin: 15px 0 0 0;
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		background-color: #252c39;	 
	}
	
	/*--------/ art1--------*/
	#artBody2 {
		position: relative; 
		background-color: #fff;
		width: 100%;
		height: 2100px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 364px) {
  #mainBGindex { 
		background: url("https://opsilon.co.il//images/Opsilon_home_W.png") 50% 0 no-repeat scroll !important; 
		background-position:center;  
		background-size: cover; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}

	h2 {
		font-size: 10px;
		width: 100%;
		margin: 5px auto;	
	}
	
	h3 {
		font-size: 10px;
		margin: 0 auto;	
	}

	.about-main {
		width: 100%;
	}
	
	.about-box{
		width: 100%;
		height: auto;
		padding-right: 12px;
	}
	
	.about-box p {
		font-weight: 400;
		font-size: 10px;
	}
	
	.about-content {
		top: 20%;
		width: 90%;
		margin-left: 5%;
	}
	
	.about-content-head {
		margin: 10px auto;
		padding-bottom: 25%;
		font-weight: 300;
		font-size: 14px;
		width: 100%;
	}
	
	#slider {
		display: none;
	}
	
	#slide_img {
		display: none;
	}
	
	#slide_img img {
		display: none;
	}
	
	/*---- / INNO----*/
	h4 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 3.0em; 
		margin: 0 0 0 0;
	}
	
	h5 {
		color: #fff;
		text-align: center;
		font-weight: 300;
		font-style: italic;
		font-size: 2.0em; 
		margin: 20px 0 30px 0;
	}
	
	h7 {
		font-weight: 400;
		font-size: 0.85em;
	}
	
	p.innoTxt_main{
		font-size: 0.9em;	
	}
	
	p.innoTxt_box {
		font-size: 0.75em;	
	}
	
	#innoBody1 {
		display: table;
		position: relative; 
		background-color: #2187fe;
		width: 100%;
		height: 420px;
		top: -20px;
	}
	
	#innoBody2 {
		height: 1550px;
	}
	
	.innoWrap_toCenter {
		position: relative;
		width: 90%;
		margin: 5% auto 7% auto;
		height: auto;
	}
	
	.innoSpanL {
        display: inline-table;
		position: relative;
		width: 100%;
		height: 150px;
		padding: 30px 0 10px 0;	
	}
	
	.innoSpanL img {
		display: none;
	}
	
	.innoTxtBox_L {
		float: left;
		width: 100%;
	}
	
	.news-button {  
		background-color: #252b39;
		width: 85px;
		height: 25px;
		margin: 0 0;
		font-size: 9px;  
	}
	
	/*-----CONTACT-----*/
	#mainBGcontact {
		background-image: none;
		height: auto;
	}
	
	.contact-wrapper{
		display: inline-block;
		position: absolute;
		top: 20%;
		left: 10%;
		right: 10%;
		width: 10cm;
		margin: 0 auto 0 auto;
	}
	
	.contact_box {
		width: 6cm;
	}
	
	#contactFormHead {
		width: 100%;
		color: #252c39;
		text-align: right;
		margin: 0 auto;
		line-height: 20px;
		padding-bottom: 0;
		font-size: 26px;	
	}
	
	.contact_form {
		width: 100%;	
	}
	
	label {
		display: block;
		margin-top: 5px;
		letter-spacing: 2px;
		color: #252c39;
		font-weight: 600;
		font-size: 10px;
	}
	
	input {
		width: 6cm;
		color: #252c39;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border:1px solid #252c39;	
	}
	
	textarea {
		width: 6cm;
		height: 1cm;
		color: #252c39;	
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border:1px solid #252c39;
	}
	
	.submit_btn {
		width: 100%;
		height: 0.8cm;
		margin: 15px 0 0 0;
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		background-color: #252c39;	 
	}
	
	/*--------/ art1--------*/
	#artBody2 {
		position: relative; 
		background-color: #fff;
		width: 100%;
		height: 2400px;
	}
}

/*@media only screen and (min-height: 625px) and (max-height: 1024px) and (max-width: 1280px) {
	#mainBGcontact {
		background-image: url('https://opsilon.co.il/images/contact_img_1280.png');
	}
}*/

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {
    #mainBGcontact {
        background-image: url('https://opsilon.co.il/images/contact_img_1280.png');
    }
}