/* card details start  */
/*@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');*/
section{
    padding: 10px 0;
}
.details-card {
    background: #f1f5f6;
}

.card-content {
    font-family: 'IRANSans', tahoma;
    background: #ffffff;
    margin-bottom:25px;
    border: 4px;
    border-radius: 15px;
    border-top-left-radius: 25px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}
.card-img-item img {
    width: 100%;
    height:159px;
    display: block;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.card-img span {
    position: absolute;
    top: 25%;
    left: 8%;
   /* background: #1ABC9C;*/
    background: #ff4900;
    padding:10px 16px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px 20px 20px 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
    font-size: 12px;
    margin:0;
    padding:10px 5px;
    line-height: 0;
}
.card-desc {
    /*padding: 1.25rem;*/
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'IRANSans', sans-serif;
}
.btn-card{
    background-color: #1ABC9C;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
/* End card section */

.h90 {
    height: 90px;
}
.h100 {
    height: 100px;
}
.h130 {
    height: 130px;
}
.h140 {
    height: 140px;
}
.card-body h5 {
    font-weight: 700 !important;
}
.text-muted {
    color: #777;
}
.h5, h5 {
    font-family: 'IRANSans', sans-serif;
    font-size: 14px;
}
.h6, h6 {
    font-family: 'IRANSans', sans-serif;
    font-size: 12px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 23px;
    font-weight: 400;
}
h4{
    text-align: center;
    background: #e1e1e1;
    padding: 20px;
    border-radius: 0 0 20px 20px;
}
.list-group {
    padding-right: 0;
    padding-left: initial;
}
.list-group-item span {
    float: left;
    font-weight: 500;
}
.card-body{
    padding: 1.25rem;
}
.list-group-item {
    padding: 5px 15px;
}

.btn-primary {
    color: #fff;
    background-color: var(--btn-primary-bg);
    border-color: var(--btn-primary-border);
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
}
.btn-primary:hover{
    background-color: var(--btn-primary-hover-bg);
    border-color: var(--btn-primary-hover-border);
}
.btn-success {
    color: #fff;
    background-color: var(--btn-success-bg);
    border-color: var(--btn-success-border);
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.btn-warning {
    color: #fff;
    background-color: var(--btn-warning-bg);
    border-color: var(--btn-warning-border);
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.categoryMenu{
    text-align: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 20px;
    background: #f1f1f1;
    padding: 10px 10px 3px 10px;
}

.categoryMenu ul{
    text-align: center;
    display: inline-flex;
}
.categoryMenu li{
    margin-right:3px;
    margin-left:3px;
    border-radius: 20px;
}
.categoryMenu img{
    border-radius: 20px;
}
.categoryMenuArrowUp {
    background: url("../img/arrow-up-two.png") no-repeat;
    width: 70px;
    height: 15px;
    position: relative;
    top: -10px;
    margin: auto;
    margin-bottom: -30px;
}
.list-inline {
    position: relative;
    margin: -10px auto;
    text-align: center;
}
.list-inline>li {
    display: inline-block;
    padding-right: 1px;
    padding-left: 1px;
}

@media screen and (max-width: 1199px) {
    .divLogo{
        margin-top:-50px;
    }
    .card-img-item img {
        width: 100%;
        height:200px;
    }
}
@media screen and (min-width: 1199px) {
    .categoryMenu{
        /*display: none;*/
    }
}