                                             /**
*
*	Name:			IRAN Sans-Serif Font
*	Version:		4.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 25, 2012
*	Updated on:		Dec 12, 2015
*	Website:		http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
ÙÙˆÙ†Øª Ù‡Ø§ÛŒ Ø§ÛŒØ±Ø§Ù† Ø³Ù† Ø³Ø±ÛŒÙ ÛŒÚ© Ù†Ø±Ù… Ø§ÙØ²Ø§Ø± Ù…Ø§Ù„Ú©ÛŒØªÛŒ Ù…Ø­Ø³ÙˆØ¨ Ù…ÛŒ Ø´ÙˆØ¯. Ø¬Ù‡Øª Ø¢Ú¯Ø§Ù‡ÛŒ Ø§Ø² Ù‚ÙˆØ§Ù†ÛŒÙ† Ø§Ø³ØªÙØ§Ø¯Ù‡ Ø§Ø² Ø§ÛŒÙ† ÙÙˆÙ†Øª Ù‡Ø§ Ù„Ø·ÙØ§ Ø¨Ù‡ ÙˆØ¨ Ø³Ø§ÛŒØª (ÙÙˆÙ†Øª Ø§ÛŒØ±Ø§Ù† Ø¯Ø§Øª Ú©Ø§Ù…) Ù…Ø±Ø§Ø¬Ø¹Ù‡ Ù†Ù…Ø§ÛŒÛŒØ¯
--------------------------------------------------------------------------------------
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
--------------------------------------------------------------------------------------
*	
**/
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/IRANSansWeb(FaNum)_Light.eot');
	src: url('../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../fonts/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansWeb(FaNum).eot');
	src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
    /*overflow: hidden;*/
	font-family: IRANSans !important;
}
.parallax {
	min-height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.navbar{
	margin-top: 10px;
	background-color: rgba(0, 0, 0, 0.5);
    border: none;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: white;
}
.carousel-inner,.carousel,.item,.fill {
    height:100%;
    width:100%;
    background-position:center center;
}
.carousel-inner .item img{
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    height: auto;

    max-height: none;
    max-width: none;

    min-height: 100%;
    min-width: 100%;

    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.carousel-control.right, .carousel-control.left{
    background: none;
}
/**************************************/
.breadcrumb{
	margin-top: 70px;
	background: none;
}
 .panel-default{
	 border: none;
 }
 .panel-red{
	 background-color: transparent;
 }
 .panel-red .panel-heading{
	 padding-bottom: 0px;
	 padding-right: 0px;
	 border-bottom: 2px solid #5C96D7;
 }
 .panel-red .panel-title{
	 color: white;
	 padding: 0px 10px;
	 background-color: #5C96D7;
 }
 .panel-default>.panel-body{
	 border: 1px solid #ddd;
	 text-align: justify;
 }
 .panel-default>.panel-heading>.panel-title {
	 color: #5C96D7;
	 padding-left: 10px;
	 background-color: white;
 }
 .panel-default>.panel-heading{
	 border: none;
	 padding-right: 0px;
	 background: url("../img/dots-big.png") repeat-x center transparent;
 }
 .full-width{
	 width: 100%;
 }
 .panel-title h1{
	 font-size: 20px;
	 display: inline-block;
	 margin: 0px;
 }
 .gallery-item{
	 margin: 10px 0px;
 }
 .share-btns_list a{
	 padding: 0px 5px;
	 display: inline-block;
	 color: #5C96D7;
	 text-decoration: none;
	 font-size: 140%;
 }.product-thumb-title{
	  padding: 10px 0px;
  }
 .product-thumb-title a{
	 font-size: 90%;
	 color: #666;
	 text-decoration: none;
 }
 .thumbnail-without-border {
	 border: none;
 }
 .val {
	 display: inline-block;
	 margin: 0 2px 0 5px;
	 color: #f24d34;
	 letter-spacing: 1px;
 }
 .info{
	 font-size: 90%;
 }
 .article-category li{
	 margin: 3px 0px;
 }
 .article-category{
	 list-style: none;
	 padding: 0px;
 }
 .article-item{
	 width: 180px;
 }
 .panel-body p img {
	 max-width: 100%;
 }
 .manager-pic{
	 border: 2px solid white;
 }
											 .google-map-box{
												 width: 100%;
												 height: 400px;
											 }
											 .jumbotron{
												 background-color: rgba(230, 230, 230, 0.9);
											 }
											 .jumbotron p{
												 font-size: 17px;
												 text-align: justify;
												 color:#222;
											 }
											 .nav-tabs>li.active>a{
												 color: white;
												 background-color: black;
											 }
											 h6{
												 font-size: 15px;
											 }
											 .footer{
												 border-top: 1px solid white;
												 padding-top: 120px;
												 background-color: black;
												 color: white;
												 height: 300px;
											 }
											 .footer a{
												 color: white;
											 }
											 .social a{
												 font-size: 25px;
												 margin: 5px;
												 text-decoration: none;
											 }

 .rightLst, .leftLst{
	 padding: 2px 5px 0px 5px;
	 margin: 1px;
	 color: white;
	 background-color: #5C96D7;
	 border-radius: 0px;
 }
 .without-top-line{
	 border: 1px solid #f5f5f5;
	 border-top: none;
 }
 .thumbnail-without-border {
	 border: none;
 }
 .Carousel-padding { padding: 10px 20px 20px 20px }
 .Carousel { float: left; overflow: hidden; padding:15px; width: 100%; }
 .Carousel-inner { transition: 1s ease all; float: left; }
 .Carousel-inner .item { float: left; text-align:center; }