@charset "UTF-8";

html {
}

body {
	direction: rtl;
    background: #484848 url("../img/backgrounds/light-sketch.png");
	margin: 0;
    padding-bottom: 0;
	height:100%;
}

body,
body input ,
body select ,
body textarea,
body button {
    font-family: yekan, Tahoma, Arial, Helvetica, sans-serif;
}

body input ,
body select ,
body textarea,
body button,
body address {
    line-height: normal;
}

body select {
    padding: 0 6px !important;
}

.label,
.badge {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.search {
	margin: 0 auto;
	text-align:center;
}

.top-page {
    position:relative;
    max-width:1200px;
    margin: 0 auto;
}

.main {
	position:relative;
	margin: 0 auto;
    background: rgb(248, 249, 252) url("../img/backgrounds/diagonal-line1.png");
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) ;
    border-radius:2px;
	overflow:visible;
	z-index:0;
}

.topSearch {
    position: absolute;
    top: 35px;
    left: 35px;
}

@media (max-width: 767px) {
    .topSearch {
        top: 5px;
        left: 25px;
    }
}

.main-wrapper {
    max-width:1200px;
}

.banner {
    margin: 0 auto;
}

.banner-wrapper-default {
    position:relative;
    overflow:visible;
    z-index:-15;
}

.topBar {
	height:20px;
	background:#777;
}

.mainFooter {
	height:20px;
	background:#222;
}

.pageBanner {
	margin: 0 auto; 
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.center {
	text-align: center;
}

.top-gap{
    width:100%;
    height:0px;
    margin-top:0;
}

/**********************************************/

.navbar .nav > li > a{
}

.navbar .nav > li > a:hover {
    color: rgb(71, 182, 227);
}

.navbar-link {
    color: rgb(71, 182, 227);
}

.form-horizontal .help-block {
    margin-top: 0px;
}

.alert-warning {
  color: #d39870;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.breadcrumb {
	background-color: rgb(230, 230, 230);
}

.icon-gray,
.icon-grey {
  opacity: 0.5;
}

.btn-gold {
    background-color: rgb(231, 215, 133);
    color: rgb(51, 51, 51);
    text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.25);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, rgb(255, 254, 184), rgb(196, 156, 56));
}
.btn-gold:hover, 
.btn-gold:focus, 
.btn-gold:active, 
.btn-gold.active, 
.btn-gold.disabled, 
.btn-gold[disabled] {
    color: rgb(255, 255, 255);
    background-color: rgb(196, 156, 56);
}
.btn-gold:hover {
    color: rgb(51, 51, 51);
    text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.25);
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
	background: none rgb(246, 246, 246);
}

.nav-tabs > li > a {
    border-radius: 14px 4px 0px 0px;
    border: 1px solid rgb(204, 204, 204);
	border-bottom:hidden;
    background: rgb(230, 230, 230);
    color: rgb(119, 119, 119);
	line-height: 14px;
	font-size:12px;
	transition: color 0.50s ease, background 0.50s ease, border 0.50s ease, opacity 0.50s ease;
}

.nav-tabs > li > a:hover {
	border: 1px solid rgb(214, 214, 214);
	border-bottom:hidden;
}

.nav-tabs.nav-tabs-left > li {
	float:left;
}

.nav-tabs.nav-tabs-left > li > a {
	border-radius: 4px 14px 0px 0px;
	margin-left: 0px;
	margin-right: 2px;
}

.top-post {
	margin-bottom:20px;
}

.top-post .tabbable .nav-tabs {
	margin: 0px;
}

.top-post .tabbable .nav-tabs li {
}

.top-post .tabbable .tab-content {
	border: 1px solid #ddd; 
	border-top: none;
	border-bottom-left-radius:5px; 
	border-bottom-right-radius:5px;
	padding:0px 10px 10px 10px;
	background: none repeat scroll 0% 0% rgb(246, 246, 246);
}

.navbar-inner .nav {
    text-align: right;
}
/***********************************************/

.has-spinner .spinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;
  -webkit-transition: max-width 0.50s ease-in, opacity 0.50s ease-in; 
  -moz-transition: max-width 0.50s ease-in, opacity 0.50s ease-in; 
  -o-transition: max-width 0.50s ease-in, opacity 0.50s ease-in; 
  transition: max-width 0.50s ease-in, opacity 0.50s ease-in; 
}

.has-spinner .standby {
  display: inline-block;
  -webkit-transition: opacity 0.50s;
  -moz-transition: opacity 0.50s;
  -o-transition: opacity 0.50s;
  transition: opacity 0.50s;
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  max-width: 100%;
}

.has-spinner.active .standby {
  opacity: 0.2;
}

.menu li a {
	color: rgb(96, 103, 111);
}

.menu li a:hover {
	color: rgb(71, 182, 227);
}

.menu li i {
	display:inline-block;
	border:1px solid rgb(175, 175, 175);
	border-radius:20px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	padding:1px;
	background-color: rgb(239, 239, 239);
	min-width:11px;
	min-height:11px;
	vertical-align:middle;
	text-align:center;
	vertical-align:middle;
}

.menu [class^="icon-"] {
  margin-left:12px;
}

/*--------------Opera-------------*/
noindex:-o-prefocus, .menu [class^="icon-"] {
  margin-left:0px;
  margin-right:12px;
}
/*--------------Opera-------------*/

.jsButton {
	display:none;
}
.readMore {
	text-align:center; 
	margin-top:10px;
}
.readMore button {
	margin:0 auto;
}
.postController,
.commodityController {
	width:100%;
	overflow:hidden;
}
.postController form,
.commodityController form {
	margin: 5px;
}
.postController .form-single,
.commodityController .form-single {
	margin: 5px 0px;
}
.link {
	cursor:pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'BTitrBold', Tahoma, Geneva, sans-serif;
}
a {
	transition: color 0.30s ease, opacity 0.30s ease; 
}
/********************************************/

.slide-background {
	width:100%;
	/*background-image: url(../img/backgrounds/diagonal-line2.png) ;*/
	background-image: linear-gradient(to bottom, rgba(205, 210, 215, 0.8), rgba(252, 252, 252, 0.3)), url(../img/backgrounds/diagonal-line2.png);
	height:100%;
	/*background-color: rgb(129, 232, 238);*/
	position: relative;
	z-index: 0;
	background-position: 10% 0px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4) inset;
	border-bottom: 1px solid rgb(244, 244, 244);
	
	
}

.slideshow {
	max-width:1024px; 
	margin: 0 auto;
	/*box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3) ;*/
}

/****************/

.modal.FullSize {
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    border: none;
    box-shadow: none;
}

.modal.FullSize .modal-header {
    border-bottom: none;
    padding: 5px 8px;
}

.modal.FullSize .modal-header .close {
    color: #fff !important;
    font-size: 42px;
    padding: 15px 5px;
    opacity: 0.9;
}

.modal.FullSize .modal-body {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: white;
    background: rgba(229, 229, 229, 0.5);
    border-radius: 5px;
    position: relative;
    display: inline-block;
    padding: 5px;
}

.modal.FullSize .modal-footer {
    background: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
}