@charset "utf-8";
@import url(webfonts/IRANSansWeb_UltraLight/stylesheet.css);
@import url("webfonts/IRANSansWeb_FaNum/stylesheet.css");
body {
 font-family: "IRANSansWeb FaNum";
}
.btnsrh {
 color: #E5E5E5;
 font-size: 14px;
}
.btnsrh {
 background-color: #f00;
 padding-bottom: 4px;
 border: none;
 transition: all 0.5s;
 top: -11px;
 left: 5px;
 text-align: center;
 cursor: pointer;
 width: 130px;
 position: absolute;
 float: left;
 height: 35px;
 color: #0e4b8b;
}
.btnsrh:after {
 content: url(images/icon/Triangle-1.png);
 position: absolute;
 right: -6px;
 top: 1px;
}
.btnsrh:hover {
 background-color: #0c9;
}
#menu {
 width: 100%;
 background: url("images/Icnn_09.png") no-repeat left top scroll, url("images/Pano_View_01.jpg") no-repeat scroll 0 0 / cover;
 animation-duration: 4s;
 margin: 0 0 10px 0;
 border: none;
 padding-top: 20px;
 list-style: none;
 height: 450px !important;
}
#menu li {
 float: right;
 padding: 0 0 10px 0;
 position: relative;
 color: #FFFFFF;
 height: 25px;
 box-shadow: none;
}
#menu a {
 float: left;
 height: 25px;
 padding: 0 10px;
 color: #E5E5E5;
 /*text-transform: uppercase;*/
 font: bold 14px/25px;
 text-decoration: none;
 /* text-shadow: 0 1px 0 #000;*/
}
#menu li:hover > a {
 color: #F59E35;
}
#menu li:hover > a {
 color: #F59E35;
}
#menu li a {
 color: #FFFFFF !important;
}
#menu li a:hover {
 color: #BBAC7F !important;
}
#menu li:hover > ul {
 color: aqua;
}
/* Sub-menu */
#menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
 display: none;
 position: absolute;
 top: 25px;
 left: 0;
 z-index: 99999;
 background-image: linear-gradient(#bef9f9, #f9f9f9);
}
#menu ul li {
 float: none;
 margin: 0;
 padding: 0;
 display: block;
 height: 35px;
}
#menu ul li:last-child {
 box-shadow: none;
}
#menu ul a {
 padding: 10px;
 height: auto;
 line-height: 1;
 display: block;
 white-space: nowrap;
 float: none;
 text-transform: none;
}
#menu ul a {
 height: 10px;
 width: 150px;
}
*:first-child + html #menu ul a {
 /* IE7 */
 height: 10px;
 width: 150px;
}
#menu ul li:first-child a {
 border-radius: 5px 5px 0 0;
}
#menu ul li:first-child a:after {
 /*Smal tick*/
 content: "";
 position: absolute;
 left: 30px;
 top: -8px;
 width: 0;
 height: 0;
 border-left: 5px solid transparent;
 border-right: 5px solid transparent;
 border-bottom: 8px solid #444;
}
/*Clear floated elements*/
#menu:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}
#menu {
 zoom: 1;
}
*:first-child + html #menu {
 zoom: 1;
}
/* CSS */
.mybtn {
 background-image: linear-gradient(to top, #F59E35, #F59E35, #CA382F);
 border: none;
 border-radius: 4px;
 box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
 box-sizing: border-box;
 color: #fff;
 cursor: pointer;
 font-size: 14px;
 font-weight: 400;
 outline: none;
 outline: 0;
 padding: 5px 30px !important;
 text-align: center;
 transform: translateY(0);
 transition: transform 150ms, box-shadow 150ms;
 user-select: none;
 -webkit-user-select: none;
 touch-action: manipulation;
}
.mybtn:hover {
 box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
 transform: translateY(-2px);
 opacity: 0.9;
 color: #e7faff;
}
@media (min-width: 768px) {
 .mybtn {
  padding: 5px 5px;
 }
}
.btn-4::before {
 left: 0;
 top: 0;
 transition-duration: 0.4s;
}
.srhadvfrm {
 padding: 15px 10px 0 10px;
 margin-right: 240px;
 width: 100%;
 background-color: #f9f9f9;
 margin: auto;
 color: #000000;
}
.btn-4 .spn::before {
 left: 0;
 top: 0;
 transition-duration: 0.4s;
}
/*and other-s*/
.no-transition {
 transition: none;
 opacity: 1;
 visibility: visible;
 display: none;
}
#menu li:hover > .no-transition, .adpacks-wrap {
 display: block;
}
#adpacks-wrapper {
 font-family: Tahoma;
 width: 280px;
 position: fixed;
 bottom: 0;
 right: 5px;
 background: #eee;
 padding: 15px;
 border-radius: 0;
 font-size: 12px;
}
.adpacks-wrap {
 overflow: hidden;
}
.adpacks-poweredby {
 display: none;
}
hr {
 margin: 20px 0;
 border: 0;
 border-top: 1px solid #eee;
 border-bottom: 0;
}
.nxt, .prv {
	background: url("images/icon/next.png") no-repeat center center;
	background-size: 40px;
	width: 40px;
	height: 20px;
}
.nxt {
 float: right;
}
.prv {
  -moz-transform: scaleX(-1) scaleY(-1);
    -o-transform: scaleX(-1) scaleY(-1);
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
	 float: left;
}
.nxtprv {
 float: left;
	width: 90px;
}
@media screen and (min-width: 600px) {
 #menu {
  display: block !important;
 }
}
@media screen and (max-width: 600px) {
 .srhadvfrm {
  padding: 15px 10px 0 10px;
  margin-right: 0;
  width: 100%;
  background-color: #bef9f9;
  margin-bottom: 10px;
 }
 #menu {
  padding: 10px;
  position: absolute;
  width: 45%;
  background-image: linear-gradient(to top, #F0F0F0, #999999, #F0F0F0);
  z-index: 1000;
  border-bottom: none;
  top: 60px;
  height:auto;
  border-top: none;
  right: 0;
 }
 #menu, .logo-one {
  display: none;
 }
 #menu a, #menu ul li {
  padding: 6px 10px 6px 6px;
  height: 35px;
  margin-top: 2px;
 }
 #menu ul li:first-child a:after {
  content: normal;
 }
 .logo-three {
  width: 100%;
  background-color: #000009;
 }
 #menu-wrap * {
  box-sizing: border-box;
 }
 #menu-trigger {
  background: url("data:image/svg+xml,%3Csvg fill='%23000000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px'%3E%3Cpath fill='none' stroke='%23000000' stroke-miterlimit='10' stroke-width='5' d='M50 25L0 25M50 10L0 10M0 40L50 40'/%3E%3C/svg%3E") no-repeat center center;
  display: block;
  background-size: 30px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 12.5px;
  text-align: right;
  font-weight: 700;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  top: 13px;
  right: 20px;
  float: right;
  position: absolute;
  z-index: 10;
 }
 #menu-trigger:active {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
 }
 #menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 99999;
 }
 #menu li {
  position: static;
  float: none;
  border: 0;
  margin: 5px;
  background-image: linear-gradient(#333333, #333333);
  height: 35px !important;
  border-radius: 0;
 }
 #menu a {
  display: block;
  float: none;
  color: #FFFFFF;
 }
 #menu ul a {
  padding: 0;
  width: auto;
 }
 .nxtprv {}
 .nxt, .prv {}
}

/*Cut From Header Page_23_09_1402_Start*/
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	direction: rtl;
	background: linear-gradient(to top, #f9f9f9, #f9f9f9);
}
/*Stop Move site in mobile mode*/
html, body {
	width: auto!important;
	overflow-x: hidden!important
}
.logo-c {
	width: 348px;
	height: 60px;
	float: left;
	margin-top: 0;
}
.headerlnk {
	display: none;
	visibility: hidden;
}
.plusli {
	display: inline;
	visibility: visible;
}
.mizban {
	display: none;
	visibility: hidden;
	z-index: 1;
}
button.hdrBtn:hover, a.hover, input[type='checkbox'] + label:hover {
	font-weight: 600;
	color: #FFFFFF;
}
#apdvvb {
	position: absolute;
	left: -2px;
	top: 0px;
	width: 155px;
	height: 60px;
	border-radius: 50%;
	background: url("images/Icnn_07.png") no-repeat left center;
	
}
@media screen and (max-width: 600px) {
.plusli {
	display: none;
	visibility: hidden;
}
.mizban {
	display: inline;
	visibility: visible;
}

.headermain {
	position: static;
}
.headerlgo {
	width: 100%;
	height: 60px;
	float: right;
	color: #FFF;
	border-top: medium solid #FFFFFF;
	z-index: 10;
	background: linear-gradient(to top, #FFFFFF, #FFFFFF);
	position: relative;

}
.headerlnk {
	display: inline;
	visibility: visible;
	margin-right: 0px;
	padding: 0 5px 0 0;
}
#apdvv {
	position: absolute;
	left: 160px;
	top: 10px;
	width: 160px;
	height: 40px;

}
}
/*Cut From Header Page_23_09_1402_End*/


