/* Content */

.content-wrap {
    position: relative
}
.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
}
.content-wrap section.content-current {
    display: block
}
.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40, 44, 42, 0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}
/* Fallback */

.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.no-flexbox nav ul {
    display: block
}
.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}
@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
        display: none
    }
    .tabs nav a:before {
        margin-right: 0
    }
}
.theme-select {
    margin-right: 70px
}
.theme-select > input[type=radio] {
    display: none
}
.theme-select input[type=radio] + img {
    cursor: pointer;
    border: 4px solid transparent;
}
.theme-select input[type=radio]:checked + img {
    border: 4px solid #1db266
}
.stat-container {
    display: table;
    margin-bottom: 1.5em;
    width: 100%;
}
.stat-holder {
    display: table-cell;
    width: 25%;
}
.stat span {
    display: block;
    margin-bottom: .4em;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    color: #4A515B;
}
.stat {
    height: 50px;
    padding: 15px;
    margin-right: 1em;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    color: #888;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
}
.stat-container .stat-holder:last-child .stat {} @media (max-width: 767px) {
    .stat-container {
        float: left;
        display: block;
        margin-bottom: 1em;
    }
    .stat-holder {
        float: left;
        display: block;
        width: 50%;
        margin-bottom: 1em;
    }
    .stat {
        margin: 0 1em
    }
    .stat-container .stat-holder:last-child .stat {
        margin: 0 1em
    }
}
.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
}
.widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #E9E9E9));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    /* Opera11.10+ */
    
    background: -ms-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    /* IE10+ */
    
    background: linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    border: 1px solid #D5D5D5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
}
.widget-header h3 {
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
    margin-right: 3em;
    font-size: 15px;
    font-weight: normal;
    color: #555;
    line-height: 18px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
}
.widget-header [class^="icon-"],
.widget-header [class*=" icon-"] {
    display: inline-block;
    margin-right: 13px;
    margin-left: -2px;
    font-size: 16px;
    color: #555;
    vertical-align: middle;
}
.widget-content {
    padding: 20px 15px 15px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.widget-header+.widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.widget-nopad .widget-content {
    padding: 0
}
/* Widget Content Clearfix */

.widget-content:before,
.widget-content:after {
    content: "";
    display: table;
}
.widget-content:after {
    clear: both
}
/* For IE 6/7 (trigger hasLayout) */

.widget-content {
    zoom: 1
}
/* Widget Table */

.widget-table .widget-content {
    padding: 0
}
.widget-table .table {
    margin-bottom: 0;
    border: none;
}
.widget-table .table tr td:first-child {
    border-left: none
}
.widget-table .table tr th:first-child {
    border-left: none
}
/*------------------------------------------------------------------
[ Stacked / .stacked ]
*/

.widget,
.stat {
    position: relative
}
.widget:after,
.stat:after,
.widget:before,
.stat:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: -2px;
    left: 3px;
    right: 3px;
    background-color: #ffffff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #d3d3d3;
    border-top: 0;
}
.widget:before,
.stat:before {
    bottom: -4px;
    left: 6px;
    right: 6px;
}
.sidebar-container{
	width: 170px;
	float: left;
}

/*------------------------------------*\
-------- Page Styles: Accordion
\*------------------------------------*/
body {
	position:relative;
	z-index:0;
}
.main:before {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	content:'';
	background:-webkit-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
	background:-moz-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
	background:-o-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
	background:radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
}

.site-header-wrap {
	margin-bottom:60px;
	border-bottom:1px solid #cd9ad6;
}

/*----- Accordion -----*/
#bank-mellat-help .accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

#bank-mellat-help .accordion {
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:3px;
	background:#f7f7f7;
}

/*----- Section Titles -----*/
#bank-mellat-help .accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	border-bottom:1px solid #1a1a1a;
	background:#333;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.200em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#fff;
}

#bank-mellat-help .accordion-section-title {
	text-decoration:none;
}

#bank-mellat-help .accordion-section-title.active, .accordion-section-title:hover {
	background:#4c4c4c;
	/* Type */
	text-decoration:none;
}

#bank-mellat-help .accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
#bank-mellat-help .accordion-section-content {
	padding:15px;
	display:none;
}
