﻿@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-UltraLight-web.eot);
    src: url(../fonts/IRANSans-UltraLight-web.eot?#iefix) format("eot"),url(../fonts/IRANSans-UltraLight-web.woff2) format("woff2"),url(../fonts/IRANSans-UltraLight-web.woff) format("woff"),url(../fonts/IRANSans-UltraLight-web.ttf) format("ttf");
    font-weight: 200;
}

@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-Light-web.eot);
    src: url(../fonts/IRANSans-Light-web.eot?#iefix) format("eot"),url(../fonts/IRANSans-Light-web.woff2) format("woff2"),url(../fonts/IRANSans-Light-web.woff) format("woff"),url(../fonts/IRANSans-Light-web.ttf) format("ttf");
    font-weight: 300;
}


@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-web.eot);
    src: url(../fonts/IRANSans-web.eot?#iefix) format("eot"),url(../fonts/IRANSans-web.woff2) format("woff2"),url(../fonts/IRANSans-web.woff) format("woff"),url(../fonts/IRANSans-web.ttf) format("ttf");
    font-weight: 400;
}


@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-Medium-web.eot);
    src: url(../fonts/IRANSans-Medium-web.eot?#iefix) format("eot"),url(../fonts/IRANSans-Medium-web.woff2) format("woff2"),url(../fonts/IRANSans-Medium-web.woff) format("woff"),url(../fonts/IRANSans-Medium-web.ttf) format("ttf");
    font-weight: 500;
}


@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-Bold-web.eot);
    src: url(../fonts/IRANSans-Bold-web.eot?#iefix) format("eot"),url(../fonts/IRANSans-Bold-web.woff2) format("woff2"),url(../fonts/IRANSans-Bold-web.woff) format("woff"),url(../fonts/IRANSans-Bold-web.ttf) format("ttf");
    font-weight: 700;
}

@font-face {
    font-family: 'glyphicons';
    src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff');
}

@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.svg') format('svg'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.woff') format('woff');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/FontAwesome.otf') format('opentype');
}

* {
    font-family: IRANSans-web,glyphicons,fontawesome !important;
    font-size: 12px;
}

select {
    font-size: 12px !important;
}

.hovereffect {
    width: 100%;
    height: 177px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .hovereffect img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    .hovereffect ul {
        text-transform: uppercase;
        color: #fff;
        text-align: right;
        line-height: 1.9;
        position: relative;
        font-size: 9px;
        background: rgba(0,0,0,0.6);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
    }

.badgeu {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 10px;
    /* font-weight: bold; */
    color: #33747a;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #b3b3b3;
    border-radius: 10px;
}
/*.hovereffect h6 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
bottom:-40px;
font-size:10px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}*/
.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px 0 0;
    padding: 7px 14px;
    /*position: absolute;
    bottom: 20px;
    right: 100px;*/
}

    .hovereffect a.info:hover {
        box-shadow: 0 0 5px #fff;
    }

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover ul, .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.53);
    width: 100%;
    padding: 5px 20px;
    bottom: 0 !important;
    z-index: 17;
    text-align: center;
    right: 0 !important;
}

.Title_c {
    background: rgb(51, 116, 122);
    color: white;
    padding: 2px !important;
    /*width: 200px;*/
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 5px auto 0 auto !important; /*5px 0 0 !important;*/
    font-size: 12px;
    text-shadow: 1px 2px 10px black;
    font-weight: 500;
}

.pic-Title {
    text-shadow: 1px 1px 1px;
    border: 0;
    padding-bottom: 8px;
    border-bottom: 1px rgba(110, 110, 110, 0.75);
    border-style: solid;
    margin-bottom: 20px;
    line-height: 1.7;
}
.Title-h1 {
    text-shadow: 1px 1px 1px;
    text-align:center;
    border: 0;
    margin-bottom: 20px;
    line-height: 1.7;
}
.Title-h2 {
    text-shadow: 1px 1px 1px;
    text-align:center;
    border: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
}
.Title-h2-right {
    text-shadow: 1px 1px 1px;
    text-align:right;
    border: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
}
.Tag{
    color: red !important;
    font-weight: bold !important;
}

.item2 {
    height: 133px;
    overflow: hidden;
    direction: ltr !important;
}
/*//////////////////////////*/
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 90%;
        margin: 0 auto;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 300px;
        }
}

/*///////////////////////////*/

.carousel-showmanymoveone .carousel-control {
    width: 4% !important;
    background-image: none !important;
}

    .carousel-showmanymoveone .carousel-control.left {
        margin-left: 15px !important;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: 15px !important;
    }

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none !important;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50% !important;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50% !important;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0 !important;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block !important;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0) !important;
        transform: translate3d(50%, 0, 0) !important;
        left: 0 !important;
        transition: all 0.5s ease 0s;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0) !important;
        transform: translate3d(-50%, 0, 0) !important;
        left: 0 !important;
        transition: all 0.5s ease 0s;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
            left: 0 !important;
            transition: all 0.5s ease 0s;
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25% !important;
        transition: all 0.5s ease 0s;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25% !important;
        transition: all 0.5s ease 0s;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0 !important;
        transition: all 0.5s ease 0s;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block !important;
        transition: all 0.5s ease 0s;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0) !important;
        transform: translate3d(25%, 0, 0) !important;
        left: 0 !important;
        transition: all 0.2s ease 0s;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0) !important;
        transform: translate3d(-25%, 0, 0) !important;
        left: 0 !important;
        transition: all 0s ease 0s;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
            left: 0 !important;
            transition: all 0.2s ease 0s;
        }
}

@media screen and (min-width: 1200px) {
    ul.BigUl {
        min-width: 200px;
        width: 270px;
    }
}

/*///////////blog_Side///////////*/
.Li_Blog_Side {
    border-radius: 5px;
    overflow: hidden;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.08);
    margin: 2px 0 2px;
}

    .Li_Blog_Side:hover {
        background-color: rgb(76, 197, 214) !important;
    }

.Img_Blog_Side {
    width: 65px;
    height: 65px;
}

    .Img_Blog_Side:hover {
        border-radius: 50px;
    }

.a_Blog_Side {
    color: black !important;

}

    .a_Blog_Side:hover {
        color: black !important;
    }
.a_Temp {
    color: white !important;
    background-color: #4cc5d6 !important;
    border-color: #41a5b3 !important;
}

    .a_Temp:hover {
        color: white !important;
        background-color: #42a9b7 !important;
        border-color: #37818c !important;
    }
/*///////////blog_Side///////////*/

/*/برای اصلاح رنگ صفحه بندی/*/
.pagination > .active > span {
    background-color: #24bbd0 !important;
    border-color: #1fa3b5 !important;
}
/*/برای اصلاح رنگ صفحه بندی/*/

.ahover_n a:hover {
    color: #E7AD95 !important;
}

/*جستجو بلاگ*/
#imaginary_container {
    margin-top: 20px; /* Don't copy this */
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-left: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

/*........................*/

figcaption > h1 > a {
    color: white !important;
    font-size: 20px;
}

    figcaption > h1 > a:hover {
        color: #fbbd94 !important;
    }