﻿#globalContainer {
	border-style: solid;
	border-width: 12px 0px 3px 0px;
	border-color: rgba(30, 30, 30, 1) rgba(108, 154, 78, 1) rgba(108, 154, 78, 1) rgba(108, 154, 78, 1);
	border-radius: 0px 0px 0px 0px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-color: rgba(60, 60, 60, 1);
	margin-top: 130px;
}

#indexPageSlideShowContainer {
	width: 100%;
	height: 75vh;
}

#indexPageBottomContainer {
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	border-color: rgba(108, 154, 78, 1);
	width: 100%;
	height: 180px;
}

#aboutContainer {
	text-align: center;
	direction: rtl;
}

#aboutPageBlock {
	padding: 0px 15px 0px 15px;
	width: 290px;
	display: inline-block;
	direction: rtl !important;
	text-align: right;
	vertical-align: top;
}

.aboutPageBlock2 {
	padding: 0px 15px 0px 15px;
	width: 290px;
	display: inline-block;
	direction: rtl !important;
	text-align: right;
	vertical-align: top;
}
.aboutPageBlock_c2 {
	
}

#contactContainer {
	text-align: center;
	direction: rtl;
}

.productsPageBlock {
	border-radius: 3px;
	margin: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 2px 2px 0px 2px;
	width: 296px;
	display: inline-block;
	direction: rtl !important;
	text-align: center;
	vertical-align: top;
	background-color: rgba(225, 225, 225, 1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    cursor: pointer;
}
.productsPageBlock:hover {
	background-color: rgba(222, 192, 88, 1);
	-moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;	
}
.productsPageBlockInner {
	display: none;
	height: auto;
}
.productsPageBlockInner:hover .productImgTitle {
	color: rgba(40, 40, 40, 1) !important;
}

.productImgTitle {
	line-height: 50px;
	margin-top: 0px;
	margin-bottom: 15px;
	color:rgba(100, 100, 100, 1);
	font-family: font1;
	font-size: 35px;
	font-weight: bold;
	font-style: normal;
}

.productsContainer {
	text-align: center;
	direction: rtl;
}

.productsPageBlockInner:hover .productImg {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #999999;
}
.productImg {
	border-radius: 3px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #CCCCCC;
	background-position: 33% center;
	background-size: cover;
	background-color: white;
	width: 296px;
	height: 296px;
}

.productsPageBlockB {
	padding: 0px 15px 0px 15px;
	width: 290px;
	display: inline-block;
	direction: rtl !important;
	text-align: right;
	vertical-align: top;
}

.productsPageBlockB2 {
	padding: 0px 15px 0px 15px;
	width: 580px;
	display: inline-block;
	direction: rtl !important;
	text-align: right;
	vertical-align: top;
}

.productsPageBlockB .productImg {
	border: 1px solid #CCCCCC !important;
	background-position: 33% center;
	background-size: cover;
	background-color: white;
	width: 288px;
	height: 294px;
}

.productTile {
	display:none;
	float:right;
	width: 171px;
	/*height: 148px !important;*/
	padding: 0px 11px 10px 11px;
	margin-bottom: 20px;
}
.productTile .container {
	text-align: center;
	border-radius: 3px;
	background-color: white;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	padding-top: 2px;
}
.productTile .container:hover {
	background-color: rgb(222, 192, 88);
}
.productTile .pTIMG {
	background-position: center center;
	border-radius: 3px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: white;
	margin-right: 2px;
	width: 167px;
	height: 106px;
}
.productTile .pTTXT {
	text-align: right;
	font-size: 24px;
	font-family: font1;
	line-height: 100%;
	margin-top: -6px;
	margin-bottom: 6px;
	margin-right: 3px;
	padding: 7px 6px 10px 5px;
	color: rgba(50, 50, 50, 1) !important;
}


#contactPageBlock {
	padding: 0px 15px 0px 15px;
	width: 290px;
	display: inline-block;
	direction: rtl !important;
	text-align: right;
	vertical-align: top;
}


#contactPageBlock2 {
	padding: 0px 15px 0px 15px;
	width: 580px;
	display: inline-block;
	direction: rtl !important;
	text-align: right;
	vertical-align: top;
}

@media only screen and (max-width: 641px) {
	#aboutPageBlock {
		float: right;
		width: auto;
	}
	#contactPageBlock {
		float: right;
		width: auto;
	}
	#contactPageBlock2 {
		float: right;
		width: auto;
	}
	
	.productsPageBlockB {
		float: right;
		width: auto;
	}
	.productsPageBlockB2 {
		float: right;
		width: auto;
	}
}

@media only screen and (max-width: 961px) {
	#contactPageBlock {
		float: right;
		width: auto;
	}
	#contactPageBlock2 {
		float: right;
		width: auto;
	}
	
	.productsPageBlockB {
		float: right;
		width: auto;
	}
	.productsPageBlockB2 {
		float: right;
		width: auto;
	}
}


@media only screen and (max-width: 960px) {
	#globalContainer {
		width: 100%;
	}
}

@media only screen and (max-width: 470px) {
	#globalContainer {
		border-width: 7px 0px 3px 0px;
	}
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
	text-decoration: underline;
}
a:hover{
	color: rgb(190, 190, 190);
}

.fb_icon {
	width: 32px;
	height: 32px;
	background-image: url('/images/fb_icon2.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px 32px;
	float: right;
}
.fb_icon:hover {
	background-image: url('/images/fb_icon.png');
}
.mail_icon {
	width: 32px;
	height: 32px;
	background-image: url('/images/mail_icon2.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px 32px;
	float: right;
	margin-left: 6px;
}
.mail_icon:hover {
	background-image: url('/images/mail_icon.png');
}
.backBtn {
	width: 100%;
	margin-top:10px;
	margin-bottom:14px;
	float: right;
	font-family: font1;
	font-size: 18px;
}
.backBtn .aDiv {
	background-position: center center;
	background-size: 8px 20px;
	float: right;
	background-image: url('/images/aDiv.png');
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	margin: 2px 5px 0 5px;
}
.backBtn a {
	text-decoration: none;
	margin-top: -6px;
	float: right;
	font-family: font1;
	font-size: 21px;
}
