﻿html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: IRANSans;
    font-size: 14px;
    min-height: 100%;
    position: relative;
    color: #373737;
}

input[type=submit], input, select {
    font-family: IRANSans;
}

img {
    border: 0;
}

.btn {
    min-width: 70px;
}

.link {
    color: #fff;
    text-decoration: none;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb.eot?#') format('eot'), /* IE6–8 */
    url('../fonts/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSansWeb.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

.main {
    width: 980px;
    position: relative;
    top: 0;
    min-height: 550px;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 130px;
    padding-top: 2px;
}

    .main a {
        font-size: 14px;
    }

        .main a:link {
            text-decoration: none;
        }

        .main a:visited {
            text-decoration: none;
        }

        .main a:hover {
            text-decoration: none;
        }

        .main a:active {
            text-decoration: none;
        }

.h-link a {
    color: #fff;
}

    .h-link a:link {
        text-decoration: none;
    }

    .h-link a:visited {
        text-decoration: none;
    }

    .h-link a:hover {
        text-decoration: none;
        /*background-color: #fcd51b;*/
    }

    .h-link a:active {
        text-decoration: none;
    }

.header {
    height: 100px;
    background-color: #343434;
}

._header {
    height: 100px;
    background-color: #343434;
    border-bottom: 3px solid #F7B500;
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 980px;
}

.logo {
    width: 980px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    /*background-image: url('../Content/image/logo.png');
    background-repeat: no-repeat;
    background-position: right 10px top 10px;*/
    color: #fff;
    text-align: left;
    padding-top: 15px;
    font-size: 12px;
}

    .logo .logo1 {
        width: 300px;
        padding-top: 33px;
        background-image: url('../image/Logo1.png');
        background-repeat: no-repeat;
    }



.share {
    color: #00fff7;
    font-size: 14px;
}

    .share a {
        margin-left: 3px;
    }

.slider {
    height: 310px;
    margin-top: 0;
    min-width: 980px;
}

.slider-txt {
    height: 180px;
}

.num {
    font-size: 26px;
    line-height: 25px;
    padding-top: 15px;
}

.mail {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.menu {
    height: 50px;
    background-color: #4D4D4D;
    min-width: 980px;
}

.menu1 {
    width: 980px;
    margin: 0 auto;
    padding-top: 10px;
}

    .menu1 div:first-child {
        width: 880px;
    }

    .menu1 div:last-child {
        width: 100px;
    }

.footer {
    color: #fff;
    /*background-color: #04B7AF; #F7B500*/
    min-width: 940px;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    border-top: 3px solid #F7B500;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.item1 {
    float: right;
    width: 200px;
    margin: 20px;
    text-align: center;
    color: #343434;
}

.txt {
    font-size: 14px;
    text-align: justify;
    padding: 5px;
    height: 170px;
}

.btn {
    margin-top: 20px;
}

    .btn a {
        background-color: #04B7AF;
        padding: 5px 20px 5px 20px;
        border-radius: 3px;
        color: #fff;
        font-size: 12px;
    }

hr {
    width: 70%;
    border-top: 1px solid #343434;
    padding: 0;
    height: 0;
}

.contact {
    height: 85px;
    margin: 0 auto;
    background-color: #343434;
    clear: both;
    color: #fff;
}

.contact_col {
    width: 620px;
    font-size: 16px;
}

    .contact_col div {
        height: 40px;
        vertical-align: central;
    }

    .contact_col img {
        background-color: #656565;
        border-radius: 3%;
        padding: 3px;
    }

.contact-item {
    clear: both;
}

.copy {
    font-size: 14px;
}

.title {
    color: #04B7AF;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 30px;
}

.text1 {
    text-align: justify;
    margin-bottom: 30px;
}

.h_item {
    color: #0e948e;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 5px 15px 5px;
}

/*h1, h2, h3, h4, h5, h6, p,img {
    margin: 0;
}*/

.slidebtn {
    font-size: 12px;
    background-color: #F7B500;
    border-radius: 3px;
    padding: 3px 10px 3px 10px;
    color: #000;
}


/* BackToTop button css */
#scroll-btn {
    position: fixed;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #f7B500;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
}

    #scroll-btn span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -14px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #373737;
    }

    #scroll-btn:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

.videos {
    position: fixed;
    bottom: 10px;
    /*left: 10px;*/
    height: 100px;
    width: 100px;
    background-color: #F7B500;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-radius: 5px;
    text-align: center;
    border: 1px dashed #343434;
    z-index: 10;
}

.sharelink {
    text-align: center;
    height: 35px;
    width: 190px;
    margin-top: 10px;
}

    .sharelink a {
        text-decoration: none;
        padding: 1px;
        border: 0;
    }

        .sharelink a img {
            border: 0;
        }

            .sharelink a img:hover {
                z-index: 2;
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
                border-radius: 50%;
            }

.search {
    padding-top: 25px;
}

.Search-box {
    width: 200px;
    box-sizing: border-box;
    border: 1px solid #777;
    border-radius: 2px;
    background-color: #4D4D4D;
    color: #fff;
    padding: 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-image: url('/Content/image/searchicon.png');
    background-repeat: no-repeat;
}

    .Search-box:focus {
        width: 300px;
        border: 1px solid #f7b500;
        outline: none !important;
        /*box-shadow: 0 0 10px #719ECE;*/
    }

    .Search-box::-webkit-input-placeholder {
        color: #bbb;
    }

    .Search-box:-moz-placeholder {
        color: #bbb;
        opacity: 1;
    }

    .Search-box::-moz-placeholder {
        color: #bbb;
        opacity: 1;
    }

    .Search-box:-ms-input-placeholder {
        color: #bbb;
    }

.social {
    padding-top: 10px;
}

    .social a {
        padding-right: 2px;
    }

    .social img {
        /*padding-right: 2px;
        border-radius:50%;*/
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
    }

        .social img:hover {
            -ms-transform: rotate(360deg); /* IE 9 */
            -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
            transform: rotate(360deg);
        }


.news_navigate {
    position: fixed;
    bottom: 10px;
    left: 50px;
    text-align: center;
    z-index: 10;
    color: #373737;
}

    .news_navigate div {
        background-color: #F7B500;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        margin-left: 2px;
        float: left;
    }

        .news_navigate div:hover {
            background-color: #e74c3c;
        }

.line2 {
    padding-bottom: 7px;
}

.items {
    text-align: center;
    float: right;
    width: 205px;
    margin: 20px 20px 30px 20px;
    padding-top: 20px;
    cursor: pointer;
}

    .items img {
        border-radius: 50%;
        background-color: #eee;
    }

    .items a {
        color: #4d4d4d;
    }

    .items:hover img {
        background-color: #F7B500;
    }

    .items:hover a {
        color: #F7B500;
    }
    .reply{
        padding:10px;
        border-radius:10px 0 10px 0;
        background-color:#fbf3b0;
    }