#main-container {
    background-color: #f5f5f5;
    margin-top: -20px;
    padding-top: 20px;
    box-shadow: 0 0 23px -1px rgba(0, 0, 0, 0.26); 
	width: 100%!important;
}
#main-content {
    padding-bottom: 5em;
}
.custom-header {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.custom-header .head-side, .custom-header .tail-side {
    display: table-cell;
    width: 45%;
}
.custom-header .head-side .parts, .custom-header .tail-side .parts {
    display: table;
    width: 100%;
    padding-top: 8px;
}
.custom-header .head-side .parts .side-end {
    background: url('../images/custom_header_right_end.png');
}
.custom-header .head-side .parts .side-end, .custom-header .tail-side .parts .side-end {
    width: 14px;
}
.custom-header .head-side .parts > div, .custom-header .tail-side .parts > div {
    height: 17px;
    display: table-cell;
}
.custom-header .head-side .parts .side-bg, .custom-header .tail-side .parts .side-bg {
    background: url('../images/custom_header_sides_bg.png');
}
.custom-header .head-side .parts .side-begin {
    background: url('../images/custom_header_right_begin.png');
}
.custom-header .head-side .parts .side-begin, .custom-header .tail-side .parts .side-begin {
    width: 14px;
}
.custom-header .header-content {
    color: #7d7d7d;
    text-align: center;
    display: table-cell;
    font-size: 1.9em;
    vertical-align: top;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
	padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
}
.custom-header .tail-side .parts .side-begin {
    background: url('../images/custom_header_left_begin.png');
}
.custom-header .head-side .parts .side-bg, .custom-header .tail-side .parts .side-bg {
    background: url('../images/custom_header_sides_bg.png');
}
.custom-header .tail-side .parts .side-end {
    background: url('../images/custom_header_left_end.png');
}
.custom-panel {
    margin-top: 40px;
}
.panel-default {
    border-color: #dddddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.custom-panel-heading {
    position: relative;
    top: -30px;
    right: -28px;
}
.custom-panel-heading .edge {
    float: right;
    width: 55px;
    height: 46px;
    background: url('../images/panel_header_edge.png');
}
.custom-panel-heading .heading-content {
    float: right;
    height: 46px;
    padding-top: 22px;
    color: white;
    padding-left: 5px;
    background: url('../images/panel_header_bg.png') repeat-x bottom;
}
.custom-panel-heading .tail {
    float: right;
    width: 25px;
    height: 46px;
    background: url('../images/panel_header_tail.png');
}
.panel-body {
    padding: 15px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 15px;
	display: contents;
}
 

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
@media (min-width: 768px){
	.form-horizontal .control-label {
    text-align: left;
}
.col-sm-1 {
    width: 1%;
}
.col-sm-2 {
    width: 16.666666666666664%;
}
.col-sm-3 {
    width: 25%!important;
}
.col-sm-6 {
    width: 49%!important;
}
.col-sm-4 {
    width: 33.33333333333333%;
}
.col-sm-5 {
    width: 41.66666666666667%;
} 
.col-sm-7 {
    width: 58.333333333333336%;
}
.col-sm-offset-2 {
    margin-right: 16.666666666666664%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-10 {
    width: 83.33333333333334%;
}
 }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-4 {
    width: 33.33333333333333%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
#main-container .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px; 
    line-height: 1.428577099;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.text-danger:hover {
    color: #843534;
}
.text-center {
    text-align: center;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
 
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428577099;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	font-family: IRANSans,bmifont, Tahoma, arial;
}


.page-id-131 .post-inner h1{display:none;}






/*  search style  */
.page-id-709 .item-list {
    font-size: 0.9em;
}
.page-id-709 .item-list .item-detail {
    padding: 5px;
    width: 100%;
    display: table;
    border-bottom: 1px solid rgb(197, 197, 197);
    background: #F1F1F1;
    border-radius: 5px;
    margin: 4px 0;
}
.page-id-709 .item-list .item-info {
    padding-right: 10px;
}
.page-id-709 .item-list .item-info {
    vertical-align: top;
    display: table-cell;
    overflow: hidden;
}
.page-id-709 .item-list .item-info h1 {
    margin-top: 4px;
}
.page-id-709 .item-info h1 {
    font-size: 1.4em;
    font-weight: bold;
}
.page-id-709 .item-list a {
    color: #428bca;
    text-decoration: none;
}
.page-id-709 .item-info label {
    color: rgb(136, 136, 136);
}
.page-id-709 .item-list label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
/*  search style  */

















*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
