@charset "utf-8";
@font-face {
  font-family: 'Yekan';
  src: url('Yekan.eot?#') format('eot'),
       url('Yekan.woff') format('woff'),
       url('Yekan.ttf') format('truetype');
}
@font-face {
  font-family: 'Titr';
  src: url('Titr.eot?#') format('eot'),
       url('Titr.woff') format('woff'),
       url('Titr.ttf') format('truetype');
}
* {
	font-family: Yekan;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
body {
	background: url(../Images/MainBG.jpg);
}
a:focus , a:hover {
    outline: none !important;
	text-decoration: none !important;
}
#Main {
}
#Header {
	background: url(../Images/TopBG.png);
    box-shadow: 0 0 20px 0px #989898;
}
#Logo img {
}
#Menus > div {
	margin: 33px auto;
}
#Menus > div > a > h4 {
	line-height: 100px;
	text-align: center;
	color: rgba(255,255,255,1.00);
}
#Menus > div > a > h4:hover {
	animation-name: rotete30;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
#About h4 {
	background: rgba(0,255,251,1.00);
}
#Agents h4 {	
    background: rgb(30, 183, 0);
}
#Contacts h4 {
	background: rgba(255,0,253,1.00);
}
#Oven h4 {
	background: rgba(255,142,0,1.00);
}
#Cooler h4 {
	background: rgba(0,187,255,1.00);
}
#Heater h4 {
	background: rgba(255,0,4,1.00);
}
#SlideShow {
	padding: 33px 0;
}
.Slides {
	display: block;
	margin: auto;
}
#MiddleBar {
	padding: 33px 0;
	background: rgb(0, 64, 74);
	border-top: 20px solid #ffd400;
    border-bottom: 20px solid #ffd400;
}
#MiddleBar h5 {
	font-family: Titr;
	color: rgb(255, 212, 0);
}
#MiddleBar p {
	color: #c9a8a3;
}
#Footer {
	
}
#Footer header h4 {
	font-family: Titr;
	color: rgb(255, 0, 0);
}
#Article {
	min-height: 350px;
    margin: 33px auto;
}
#Products {
	min-height: 350px;
    margin: 33px auto;
}
#Article header h3 {
	font-family: Titr;
	color: rgb(185, 85, 160);
	font-size: 17px;
}
#Article section {
	text-align: justify;
}
#Main1Pic {
	height: 250px;
	display: block;
	margin: auto;
	border-radius: 0 13px;
    border: 4px solid #ff8e00;
    box-shadow: 0 0 13px;
}
#Main2Pic {
	height: 250px;
	display: block;
	margin: auto;
	border-radius: 13px 0;
    border: 4px solid #0bf;
    box-shadow: 0 0 13px;
}
#Contact {
	min-height: 410px;
    margin: 33px auto;
	background: url(../Images/Contact.jpg) no-repeat;
	background-size: cover;
}
#Contact header h3 {
	font-family: Titr;
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	line-height: 33px;
	padding: 0 33px;
    text-shadow: 0 0 13px #000;
}
#Contact header h5 {
	color: #00bbff;
    text-shadow: 0 0 13px #aaa;
	background: rgba(70, 77, 69, 0.23);
    padding: 13px 33px;
}
#ProductItems {
	
}
#ProductItems > div {
	
}
#ProductItems header h4 {
	color: rgba(255,0,0,1.00);
	font-family: Titr;
}
#ProductItems section {
	height: 260px;
}
#ProductItems section img {
	max-height: 250px;
	max-width: 250px;
	display:block;
	margin: auto;
}
#ProductItems footer {
	
}
#Iran3dMap {
	display: block;
	margin: auto;
}




@keyframes rotete30 {
    from {}
    to {
		transform: rotateX(23deg) rotateY(12deg) rotateZ(30deg);
	}
}





@media only screen and (min-width: 769px) {

}