
.page-wrapper {
    min-height: 100%;
    background: #ffffff;
    padding-bottom: 160px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.underline{
    height: 1px;
    background-color: #2d6c93;
    margin: 10px 0 20px 0;
}

.article-body{
    padding: 50px;
    text-align: justify;
    line-height: 2;
    background: #f8f8f8;
    font: 1.2em 'Amiri', Arial, Helvetica, sans-serif !important;
    color: #0e0e0a;
}

.article-body * {
    font-family: 'Amiri', Arial, Helvetica, sans-serif !important;
}

.article-body hr{
    width: 90%;
    border-width: 1px;
    border-color: #868888;
}

.article-body a{
    color: #005b5f;
    text-decoration: none;
}

.article-body a:hover{
    color: #2d6c93;
    text-decoration: none;
}

.article-body a:visited{
    color: #005b5f;
    text-decoration: none;
}


.article-question{
    text-align: justify;
    color: #2d6c93;
    font-family: 'Amiri', Arial, Helvetica, sans-serif !important;
}

/*.article-question * {*/
    /*font-family: 'Amiri', Arial, Helvetica, sans-serif !important;*/
/*}*/

.article-aya{
    color: #ae3e3a;
    font-weight: 600;
}

.article-aya:before{
    content: "{";
}

.article-aya:after{
    content: "}";
}

.article-hadith{
    color: #242bb7;
}

.article-hadith:before{
    content: "(";
}

.article-hadith:after{
    content: ")";
}


.article-footer{
    font-size: 12px;
    color: #61615c;
}

.download{
     background-color: #c8caca;
    width: 200px;
    height: 40px;
    margin-top: 3px;
    text-align: center;
}

.download .title{
    margin: -25px 0 0 0 ;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}

.download:hover{
    background-color: #e3e5e5 ;
    transition: all 0.5s;
}

.padding-t-b-10 {
    padding: 10px 0;
}

.padding-t-b-20 {
    padding: 20px 0;
}

.top-social-buttons {
    list-style: none;
}

.top-social-buttons .social-button,
.top-social-buttons .social-button span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 3px;
    font-size: 1.4em;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}

.top-social-buttons .social-button .facebook {
    background-color: #175891;
}

.top-social-buttons .social-button .twitter {
    background-color: #0099bb;
}

.top-social-buttons .social-button .youtube {
    background-color: #ee2c33;
}

.top-social-buttons .social-button .google-plus {
    background-color: #ee2c33;
}

.top-social-buttons .social-button .soundcloud {
    background-color: #f26522;
}

.nour-description {
    border: 1px solid #bcbcbc  ;
    padding: 40px 10px;
    line-height: 1.8em;
    background: #ffffff;
    margin-top: 40px;
    border-radius: 8px;
}

.nour-description h4 {
    color: #2d6c93;
    margin-bottom: 40px;
}

.nour-button {
    background-color: #2d6c93 !important;
    color: #ffffff !important;
    padding: 10px !important;
}

.nour-background {
    background: url("../img/nour_background.png") repeat;
}

.background-ffffff {
    background: #ffffff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
    font-weight: 700;
}

