﻿body {	font-family:IRANSansX!important;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}


/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px;
    }
}

.divReport{
    font:bolder 20px IRANSansX!important;
    border:1px solid #999;
    padding:5px 20px 5px 20px;
    margin:2px;
    border-radius:7px;
}

.divDesc{
    text-align:right;
    font-family:IRANSansX!important;
}

.hTitle{
    width:100%;
    display:inline-block;
    font:900 18px IRANSansX!important;
    text-align:justify;
}

.pAuthor{
    font:100 12px IRANSansX!important;
    color:black;
    margin-bottom:10px;
    display:block;
    text-align:right;
}

.hDesc{
    width:100%;
    display:inline-block;
    font:500 14px IRANSansX!important;
    text-align:justify;
    float:none;
}

.imgPhoto{
    display:block;
    margin-bottom:20px;
}
