@import "../webfonts/Shahryar/stylesheet.css";
body, html {
	direction: rtl
}

.container-nav {
	direction: ltr
}

.container-nav h1 {
	font-family: Shahryar;
	direction: rtl;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	margin-right: 25px;
	color: #333
}

.container-nav button {
	height: 50px;
	margin-top: 25px
}

.container-nav a.a {
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s
}

.container-nav a.a:hover {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg)
}

a.Secendary_menu {
	font-family: Shahryar;
	font-size: 14px;
	text-align: center;
	color: #1F6033;
	border-bottom: solid 1px #3B8E1F
}

a.Secendary_menu:hover {
	background-color: #F0F0F0
}

.tree {
	height: 396px;
	background-image: url(../images/bg-featured.png);
	position: relative
}

.tree h2 {
	font-family: Shahryar;
	font-size: 17px;
	line-height: 32px
}

img.abs {
	position: absolute;
	bottom: 50px;
	left: 20px;
	width: 130px
}

.tree img.shoar {
	margin-right: -30px
}

.content-box {
	border: solid 1px #EFEFEF;
	margin-top: 25px;
	margin-bottom: 50px;
	border-radius: 5px;
	box-shadow: 2px 2px 1px 1px #efefef;
	padding: 10px;
	font-size: 14px;
	color: #444;
	line-height: 28px;
	text-align: justify;
	box-sizing: border-box;
	font-family: Shahryar
}

.content-box h2 {
	font-size: 17px;
	margin-bottom: 25px;
	color: #205B08
}

div.cart img {
	cursor: pointer
}

div.cart img:hover {
	opacity: .8
}

@media (min-width:50px) {
	img.dd {
		max-width: 40%
	}
}

.container-footer {
	height: 285px;
	background: url(../images/bg-footer.jpg);
}

.container-footer a {
	text-decoration: none;
	color: #212529;
}

.container-footer p {
	font-size: 14px
}

.container-footer i {
	vertical-align: -5px;
	margin-left: 8px
}

#box {
	height: 150px;
	width: 150px;
	background-color: #8FAE00;
	margin-left: 100px;
	margin-top: 50px;
	direction: rtl;
	font-family: Shahryar;
	-moz-animation-name: bounce;
	-moz-animation-duration: 1.5s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-webkit-animation-name: bounce;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	border-radius: 5px
}

#box h2 {
	padding-top: 40px;
	line-height: 30px;
	font-size: 17px;
	color: #333;
	text-align: center
}

#copy-right, .s-copy {
	font-family: Shahryar;
	font-size: 12px;
	padding-bottom: 15px
}

.gallery-content {
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center
}

.thumb img {
	cursor: pointer
}

.thumb img:hover {
	opacity: .8
}

@-moz-keyframes bounce {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		box-shadow: 0 0 5px #333
	}
	75% {
		-moz-transform: scale(1.2) rotate(10deg);
		box-shadow: 25px 25px 10px #E2E2E2
	}
	100% {
		-moz-transform: scale(1.2) rotate(-5deg);
		box-shadow: 25px 25px 10px #E2E2E2
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		box-shadow: 0 0 5px #333
	}
	75% {
		-webkit-transform: scale(1.2) rotate(10deg);
		box-shadow: 25px 25px 10px #E2E2E2
	}
	100% {
		-webkit-transform: scale(1.2) rotate(-5deg);
		box-shadow: 25px 25px 10px #E2E2E2
	}
}

@media screen and (max-width:768px) {
	#copy-right {
		font-size: 10px;
		line-height: 25px;
		padding-top: 22px;
		padding-bottom: 0;
	}
}