body, div, input, option, p, select, td, textarea, th {
    font-family: iranyekan;
    line-height: 28px;
}

span {
    font-family: iranyekan;
}

a {
    color: #ea9609;
}

    a, a:focus, a:hover {
        text-decoration: none !important;
        transition: all .3s;
    }

        a:hover {
            color: #ea9609;
        }

header {
    //background: url(../images/bg-header.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}

    header .text-center {
        position: absolute;
        left: auto;
        right: auto;
        bottom: 0;
        width: 100%;
        z-index:50;
    }

        header .text-center .site-title {
            background-color: #444A51;
            color: #fff;
            display: inline-block;
            margin: 37px auto;
            padding: 20px 20px 0;
            text-align: center;
        }

            header .text-center .site-title h1 {
                margin: 0 0 10px;
                font-weight: 700;
            }

            header .text-center .site-title p {
                font-size: 18px;
                margin: 0;
            }

            header .text-center .site-title:after {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                line-height: 0;
                border-right: 10px solid transparent;
                border-top: 10px solid #444A51;
                display: inline-block;
                content: ' ';
                position: relative;
                margin-bottom: -20px;
            }

nav {
    background: rgba(48,54,62,.9);
    padding: 25px 0 20px;
}

    nav .logo {
        float: right;
    }

    nav ul {
        text-align: center !important;
        list-style: none;
    }
.dropdown-menu li {
width:100% !important ;
}

.dropdown-menu  {
        left: 0px !important;
    RIGHT: 0px !important;
}
}
        nav ul li {
            padding-right: 0px;
            display: inline-block;
        }

            nav ul li a {
                color: #fff;
                line-height: 36px;
                transition: all .4s;
                background: rgba(0,0,0,0);
            }

                nav ul li a:hover {
                    background: #ea9609 !important;
                    border-radius: 0 !important;
                    color: #fff !important;
                }

.site-desc {
    padding-top: 40px;
}

.articles {
    padding-bottom: 60px;
}

    .articles .big-article {
        display: block;
        box-shadow: 0 1px 20px #dcdbdf;
    }

        .articles .big-article figure {
            height: 320px;
            overflow: hidden;
        }

            .articles .big-article figure img {
                width: 100%;
            }

        .articles .big-article .meta {
            padding: 36px 34px 0;
            color: #7e88a2;
        }

            .articles .big-article .meta span {
                color: #ea9609;
            }

        .articles .big-article h2 {
            color: #ea9609;
            font-size: 18px;
            font-weight: 600;
        }

        .articles .big-article .desc {
            color: #7e88a2;
            padding: 0 34px 36px;
        }

    .articles .small-article {
        box-shadow: 0 1px 20px #dcdbdf;
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .articles .small-article .thumb {
            width: 150px;
            height: 150px;
            float: right;
        }

            .articles .small-article .thumb figure {
                text-align: center;
                overflow: hidden;
            }

                .articles .small-article .thumb figure img {
                    height: 150px;
                }

        .articles .small-article .text {
            width: calc(100% - 150px);
            float: right;
            height: 150px;
        }

            .articles .small-article .text h2 {
                color: #2e3340;
                font-size: 16px;
                font-weight: 500;
            }

            .articles .small-article .text .meta {
                padding: 0 19px;
                color: #7e88a2;
            }

                .articles .small-article .text .meta span {
                    color: #ea9609;
                }

.btn-dark {
    background: #2e3340;
    color: #fff;
    box-shadow: 0 1px 20px #dcdbdf;
    transition: all .3s;
}

    .btn-dark:hover {
        background: #ea9609;
        color: #fff;
    }

.btn-square {
    border-radius: 0 !important;
}

.btn-full {
    width: 100%;
    box-sizing: border-box;
}

.btn-main {
    background: #ea9609;
    color: #2e3340;
}

    .btn-main:hover {
        background: #fff;
    }

.petshop {
    background: url(../images/bg-call.jpg) center no-repeat fixed;
    background-size: cover;
    padding: 50px 0;
}

    .petshop h3 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
    }

    .petshop p {
        color: #fff;
    }

    .petshop a {
        margin-top: 20px;
    }

.margin-v {
    margin: 40px 0;
}

.gallery-slider .row {
    margin-bottom: 30px;
}

.gallery-slider .item a {
    border: 7px solid #fff;
    box-shadow: 0 1px 20px #dcdbdf;
    display: block;
    position: relative;
    overflow: hidden;
}

    .gallery-slider .item a img {
        width: 100%;
    }

    .gallery-slider .item a figure {
        background: rgba(232,149,5,.8);
        width: 100%;
        display: block;
        height: 100%;
        text-align: center;
        position: absolute;
        top: -400px;
        opacity: 0;
        transition: all .4s;
        right: 0;
    }

        .gallery-slider .item a figure i {
            color: #fff;
            line-height: 100%;
            font-size: 36px;
            position: absolute;
            top: 50%;
            margin-top: -18px;
            right: 50%;
            margin-right: -18px;
        }

    .gallery-slider .item a:hover figure {
        top: 0;
        opacity: 1;
    }

.call {
    background: #ea9609;
    color: #fff;
    padding: 25px 0;
}

    .call div {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
    }

    .call .col-md-4 {
        font-size: 21px;
        line-height: 30px;
        direction: ltr;
    }

    .call i {
        margin-right: 10px;
    }

footer {
    background: #2e3340;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    footer .map {
        position: absolute;
        top: 0;
        left: 0;
    }

    footer h4 {
        color: #ea9609;
        margin-bottom: 25px;
    }

    footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        footer ul li {
            line-height: 28px;
        }

            footer ul li:before {
                content: "»";
                padding-left: 6px;
                color: #ea9609;
            }

            footer ul li a {
                color: #fff;
            }

    footer .contact-col ul {
        list-style: none;
    }

        footer .contact-col ul li {
            margin-bottom: 12px;
        }

            footer .contact-col ul li:before {
                display: none;
            }

            footer .contact-col ul li i {
                color: #ea9609;
                margin-left: 10px;
            }

    footer .row {
        padding-top: 60px;
        padding-bottom: 60px;
    }

.copyright {
    background: #252a34;
    padding: 15px 0;
    color: #fff;
}

    .copyright a {
        color: #fff;
    }

.slicknav_menu {
    display: none;
}

.slicknav_hidden {
    display: none !important;
}

.title {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
    text-align: center;
    font-size: 21px;
    padding: 16px 15px 19px;
    border-radius: 0;
}

div.title {
    background: #4e566d !important;
    height: 56px !important;
    line-height: 56px !important;
    padding: 0 20px !important;
    border-bottom: solid 4px #2e3340 !important;
}

    div.title h1, div.title h2, div.title h3 {
        line-height: 56px !important;
    }

    div.title .PageTitle {
        background: 0 0 !important;
        margin-top: 0 !important;
    }

        div.title .PageTitle span {
            padding-top: 0 !important;
        }

.title h1, .title h2, .title h3 {
    color: #fff;
    font-size: 18px;
}

.NewsDetails {
    margin-bottom: 30px;
    padding: 30px;
    line-height: 28px;
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    border-radius: 0;
}

#Contents_divRatings span {
    line-height: 18px !important;
}

.sharebox {
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

.a2a_default_style .a2a_dd, .a2a_default_style a {
    float: right !important;
}

.a2a_svg {
    background: #c9c9c5 !important;
}

    .a2a_svg:hover {
        background: #ea9609 !important;
        opacity: 1 !important;
    }

.a2a_default_style .a2a_divider {
    border-left: none !important;
    display: none !important;
}

.B1 .List_Group .List_Item {
    height: 175px;
    border: none !important;
    box-shadow: 0 4px 25px rgba(0,0,0,.11);
    margin-bottom: 30px;
}

    .B1 .List_Group .List_Item .Thumb {
        margin-left: 10px;
        width: 150px;
    }

        .B1 .List_Group .List_Item .Thumb img {
            width: 100%;
        }

    .B1 .List_Group .List_Item .Text {
        overflow: hidden;
        padding: 0 !important;
        margin: 0 !important;
    }

        .B1 .List_Group .List_Item .Text h2, .B1 .List_Group .List_Item .Text h3 {
            color: #ea9609;
            line-height: 28px;
            margin-bottom: 7px;
            font-weight: 500;
            font-size: 16px;
        }

        .B1 .List_Group .List_Item .Text .SmallDesc {
            height: 103px;
            margin-top: 10px;
        }

#Contents_pnlCatDetails {
    padding: 10px 15px !important;
    background: #f5f5f5;
    color: #2e3340;
    position: relative;
    border: 1px dashed #ddd !important;
    top: -20px;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.C1 .List_Group {
    overflow: visible !important;
}

.C1 .List_Item {
    box-shadow: 0 1px 20px #ccc !important;
    overflow: visible !important;
    border-radius: 0;
}

    .C1 .List_Item a {
        background: #ea9609;
        color: #fff;
        display: block;
        border-bottom: solid 4px #d18608;
        border-radius: 5px 5px 0 0;
    }

        .C1 .List_Item a h2 {
            font-size: 18px;
            padding: 13px !important;
            display: block;
        }

    .C1 .List_Item span {
        background: #fff;
        color: #636e8a !important;
        text-shadow: none !important;
        border-radius: 0 !important;
        height: 50px !important;
        line-height: 50px !important;
        padding: 0 15px !important;
        border-top: 0 !important;
        overflow: hidden !important;
    }

#Map4 {
    height: 300px !important;
}

h3.light-title {
    color: #ea9609;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 70px 0 60px !important;
}
h2 {
        font-size: 20px;

}
.articles .big-article h2 {
    margin: 10px 0 18px !important;
    padding: 0 34px !important;
}

.articles .small-article .text h2 {
    margin: 25px 0 10px !important;
    padding: 0 19px !important;
}

.PageTitle {
    background: #ea9609;
    margin-top: 30px !important;
}

    .PageTitle span {
        color: #fff;
        font-size: 21px;
        padding: 10px;
        display: block;
    }

@media only screen and (max-width:600px) {
    .articles .big-article figure {
        height: auto;
    }

    .articles .big-article {
        margin-bottom: 20px;
    }

    .petshop p {
        padding: 0 15px;
    }

    .gallery-slider .item {
        margin-bottom: 20px;
    }

    .call div, .copyright {
        text-align: center;
    }

        .copyright .text-right {
            text-align: center !important;
        }

    .slicknav_menu {
        display: block;
    }

    header nav ul {
        display: none;
    }

    .logo {
        text-align: center;
    }

    .faqbox {
        width: 100% !important;
    }
}
