/*body{background-color: #339;}*/
/*body {overflow: hidden;}*/
.smallt {   
	float: right;
    margin-top: 30px;
    font-size: 18px;
    background: rgba(255,255,255, 0.5);
    direction: rtl;
}
#esmallt {
	/*float: right;*/
    margin-top: 50px;
    margin-top: 15px;
    font-size: 15px;
    color: red;
    background: rgba(255,255,255, 0.5);
    direction: rtl;
}
#logoWrapper{
	float: right;
	padding: 14px 0 0;
}
#logoWrapper img{float: right;}
#companyInfo{ 
	float: right;
    margin: 17px 0 15px;
    background: rgba(255,255,255, 0.5);
}
#companyInfo1{
    float: right;
    margin: 17px 0 15px;
    background: rgba(255,255,255, 1);
}
.infoBlock{
	float: right;
	font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    background: no-repeat right center;
    padding: 5px 40px 0 0;
    margin-right: 20px;
}
.infoBlock, .text{float: right;}
/*
#location{background-image: url('https://www.matach24.com/wp-content/themes/matach24/images/icons/location.png?1465366844');}
#contact{background-image: url('https://www.matach24.com/wp-content/themes/matach24/images/icons/phone.png?1465366844');}
#openingTime{background-image: url('https://www.matach24.com/wp-content/themes/matach24/images/icons/clock.png?1465366844');}
*/

#mainblock{margin-top: 50px;}
#righttextblock{text-align: right;}
#righttextblock{padding-top: 150px;}
#downloadfile{
	height: 70px;
	border: 1px solid #314cb6;
	border-radius: 5px;
	width: 260px;
    padding-right: 10px;
    float: right;
}
#downloadfile img {
	height: 60px;
	margin:5px 15px 5px 10px;
	float: left;
}
#downloadfile p {margin-top: 15px;}


#formcontact{
	background: rgba(255,255,255, 0.5);
	direction: rtl;
	padding: 0 20px 20px;
}
#formcontact h3{text-align: center;}
#formcontact input{height: 50px;}
#formcontact button{
	background-color: #19b7df;
	color: white;
	padding: 10px 20px;
	font-size: 18px;
}
#rectanglebackground{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 900px 0 0 900px;
	border-color: transparent transparent transparent #17395d;
	position: absolute;
	z-index: -5;
	overflow: hidden;
	bottom: 0;
}

@media (max-width: 925px;) {
	#rectanglebackground{border-width: 750px 0 0 750px;}
}
@media (max-width: 850px;) {
	#rectanglebackground{border-width: 600px 0 0 600px;}
}
@media (max-width: 767px;) {
	#rectanglebackground{border-width: 300px 0 0 200px;}
}
#righttextblock{padding-top: 10px;}
#messagesend{text-align: center;}
@media (max-width: 800px;){
	.mobilelook{
		background: white !important;
	}
	#messagesend {color: white;}
}