/*  START- SEYYED: Only for Sciclub page  */
@font-face {
    font-family: "yekan";
    src: url("fonts/Yekan.eot");
    src: url("fonts/Yekand41d.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan.woff") format("woff"), url("fonts/Yekan.ttf") format("truetype"), url("fonts/Yekan.svg#BYekan") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: yekan;
    font-size: 20px;
    padding: 0 15px;
}

.right-container {
    border-radius:5px;
    border:1px solid #DCE6F2;
    margin:10px 0;
}

.block {
    background:white; 
    padding:20px 10px;
    border-radius:5px;
}

.block:nth-child(2n) {
    background: #dce6f2;
}

ul {
    list-style: none;
    text-indent: 0;
    padding: 0;
}

h2 {
    font-size: 1em;
    font-weight:bold;
}

a:hover {
    text-decoration: none;
}

p.main {
    text-indent:0;
    text-align:right;
    margin-top:15px;
    margin-bottom:15px;
    line-height:1.5em;
    font-size:0.8em;
}

p.sub-main {
    font-size:0.7em;
}

p.aside {
    text-indent:0;
    text-align: left;
    font-size:0.65em;
    line-height:1.5em;
}

.img-extra-style {
    max-width:80%;
    margin:0 auto;
}

.img-center {
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .img-extra-style {
        max-width: 200px;
    }
}

.img-rotate {
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.img-container {
    overflow:hidden !important;
    padding-top:25px;
    max-height:450px;
}

.faq-question {
    font-size:0.6em;
    padding-bottom:5px;
}

.faq-question-glyph {
    font-size:0.7em;
}

.farsi {
    direction: rtl;
}

.extra-padding {
    padding: 10px 15px;
    margin: 10px 0;
}

.no-padding {
    padding-left: 0 !important;
    padding-right:0 !important;
}

.img-shadow {
    box-shadow: 0 0 5px #888888;
}

.strip-color {
    background: #f2f4f7;
}

.boldface {
    font-weight: bold;
}

.modal-dialog {
    min-width: 70%;
}

.services-item {
    background:white;
    border-radius:5px;
    padding:15px;
    margin-bottom:15px;
}

.services-item:nth-child(2n) {
    background:#f2f4f7;
}

.number-item {
    font-weight:bold;
    border-radius:50%;
    background:black;
    color:white;
    display:inline-block;
    margin-left:5px;
}

.col-sm-11 > a {
    position: relative;
    display:block;
    width: 100%;
    text-align: center;
}

.scitrack-question-item {
    padding: 10px 15px;
    margin: 10px 0;
}

.scitrack-question-item > .glyphicon {
    padding-left: 10px;
}

.scitrack-question-item:first-of-type {
    margin-top: 0;
}

.scitrack-question-item-explain {
    display: block;
    font-size: 0.9em;
    margin-top: 7px;
    padding-right: 30px;
    line-height: 1.5em;

}

/* Award Section */
.panel {
    margin-top: 10px;
}

.award-item {
    margin-bottom:10px;
    font-size: 0.75em;
}

.award-header {
    background: #dce6f2;
    padding: 5px; 
    line-height:1.5em;
    text-align:center;
    text-indent:none;
    border-radius:5px;
}

/* MODAL FORMS  */
.modal-header {
    background:#337ab7;
    padding: 5px inherit !important;
}

.modal-header > button {
    padding-top: 5px;
    margin-left: 20px;
    color:white !important;
}

.modal-button-glyph {
    font-size:0.95em;
    color:#337ab7 !important;
}

.modal-title {
    display: inline-block;
    color:white;
}

.text-list {
    display: inline-block;
    text-indent: 0;
    margin-right: 5px;
    padding-bottom: 10px;
    line-height: 1.5em;
    font-size: 0.75em;
}

.numeric-list {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background: black;
    width: 25px;
    height: 25px;
    color: white;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    padding-top: 0;
    margin-top: 7px;
}