@charset "utf-8";
/* CSS Document */
/*********************fonts***********************/
@font-face {
  font-family: 'compset';
  src: url('../font/compset/BCompset.eot?#') format('eot'),  
       url('../font/compset/BCompset.woff') format('woff'),
       url('../font/compset/BCompset.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'elham';
  src: url('../font/elham/BElham.eot?#') format('eot'),  
       url('../font/elham/BElham.woff') format('woff'),
       url('../font/elham/BElham.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'farnaz';
  src: url('../font/farnaz/BFarnaz.eot?#') format('eot'),  
       url('../font/farnaz/BFarnaz.woff') format('woff'),
       url('../font/farnaz/BFarnaz.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'homa';
  src: url('../font/homa/BHoma.eot?#') format('eot'),  
       url('../font/homa/BHoma.woff') format('woff'),
       url('../font/homa/BHoma.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'koodak';
  src: url('../font/koodak/BKoodakBold.eot?#') format('eot'),  
       url('../font/koodak/BKoodakBold.woff') format('woff'),
       url('../font/koodak/BKoodakBold.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'lotus';
  src: url('../font/lotus/BLotus.eot?#') format('eot'),  
       url('../font/lotus/BLotus.woff') format('woff'),
       url('../font/lotus/BLotus.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'nazanin';
  src: url('../font/nazanin/BNazanin.eot?#') format('eot'),  
       url('../font/nazanin/BNazanin.woff') format('woff'),
       url('../font/nazanin/BNazanin.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'sina';
  src: url('../font/sina/BSinaBold.eot?#') format('eot'),  
       url('../font/sina/BSinaBold.woff') format('woff'),
       url('../font/sina/BSinaBold.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'titr';
  src: url('../font/titr/BTitrBold.eot?#') format('eot'),  
       url('../font/titr/BTitrBold.woff') format('woff'),
       url('../font/titr/BTitrBold.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'yekan';
  src: url('../font/yekan/Yekan.eot?#') format('eot'),  
       url('../font/yekan/Yekan.woff') format('woff'),
       url('../font/yekan/Yekan.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
/************************color class***************************/
.green{
	color:#090;
}
.red{
	color:#F30;
}
.orange{
	color:#F90;
}
.brown{
	color:#C60;
}
.headline{
	color:#000066;
	font-size:14px;
}
.b_headline{
	color:#000066;
	font-size:18px;
	font-weight:bold;
}
.blue{
	color:#06C;
}
.black{
	color:#000;
}
.grey{
	color:#666;
}
.whit{
	color:#fff;
}
.gold{
	color:#f2d352;
}
/**************************************************************************/
.live_search ul{
	position:absolute;
	margin:0px;
	padding:0px;
	overflow-X:hidden;
	height:100px;	
}
.live_search li
{
	width:auto;
	height:38px;
	display:block;
	background-color:#FFF;
	
}
.live_search li:hover
{
	background-color:#D3D0F5;
}
/******************************/
.btn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.btn-success {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.btn-success:hover {
    background-color: #4CAF50;
    color: white;
}

.btn-primary {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.btn-primary:hover {
    background-color: #008CBA;
    color: white;
}

.btn-danger {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.btn-danger:hover {
    background-color: #f44336;
    color: white;
}

.btn-default {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.btn-default:hover {background-color: #e7e7e7;}

.btn-black {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.btn-black:hover {
    background-color: #555555;
    color: white;
}