﻿html, body {
    overflow-x: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #f7f7f7;
}

.navigation-bar {
    background: #f7f7f7;
}

.titlefirstpage {
    display: none;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #eee url(../splash/preloader.gif) no-repeat center center;
    opacity: 0.98;
    z-index: 100000;
}

.TopHeader {
    height: 50px;
    background: #811;
    box-shadow: 0 0.5px 1px #751111;
    border-top: 0.5px solid #a72727;
    position: relative;
}

    .TopHeader .navbtn {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        background: url(../splash/navbtn.png) no-repeat center center;
        background-size: 40px 40px;
        display: none;
    }

    .TopHeader:before {
        position: absolute;
        content: '';
        top: 82px;
        left: 0;
        height: 2px;
        background: transparent;
        width: 0;
        -webkit-transition: 5s all ease-in;
        -moz-transition: 5s all ease-in;
        -o-transition: 5s all ease-in;
        transition: 5s all ease-in;
    }

    .TopHeader .logo {
        background: url(../splash/corelogo.png) no-repeat right 10px center;
        background-size: auto auto;
        display: inline-block;
        vertical-align: top;
        height: 50px;
        width: 251px;
        background-size: auto 40px;
        padding: 0 10px;
    }

        .TopHeader .logo strong {
            display: block;
            height: 50px;
            line-height: 50px;
            padding-right: 80px;
            color: #ffffff;
            font-size: 15px;
            text-shadow: 0 0.5px 0.5px #420e0e;
        }

        .TopHeader .logo:hover {
            color: #eee;
            border-radius: 4px;
        }

        .TopHeader .logo img {
            display: none;
        }

    .TopHeader .googlesearchbox {
        position: absolute;
        left: 0;
        top: 63px;
        width: 40%;
        min-width: 200px;
        border-radius: 2px;
        display: none;
    }

.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: transparent !important;
    background-color: transparent !important;
}

    .gsc-control-cse input {
        line-height: normal !important;
    }

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #ff4040 !important;
    background-color: #e62121 !important;
    border-radius: 2px !important;
}

.gsc-input-box {
    border-radius: 2px !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: #FFF !important;
    border-radius: 4px !important;
    font-size: 10px !important;
    background: #eee !important;
    border: 1px solid #ddd !important;
}

    input.gsc-input input, .gsc-input-box input, .gsc-input-box-hover input, .gsc-input-box-focus input {
        border: 0 !important;
    }

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
}

.TopNav {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 0;
    border-radius: 0 0 2px 2px;
    height: 30px;
}

    .TopNav ul {
        list-style-type: none;
        height: 20px;
    }

        .TopNav ul li {
            display: inline-block;
            vertical-align: top;
        }

            .TopNav ul li a {
                display: block;
                padding: 0px 10px;
                margin: 0 1px;
                color: #fff;
                position: relative;
                font-size: 13px;
                border-left: 1px solid #781f1f;
                height: 30px;
                line-height: 30px;
            }

                .TopNav ul li a:hover {
                    background: #f90;
                    border-radius: 2px;
                    border-left: 1px solid transparent;
                }

            .TopNav ul li:last-child a {
                border-left: 0;
            }

.searchbox {
    position: relative
}

.SearchForm {
    width: 100%;
    height: 70px;
    background: #fff;
    position: relative;
    opacity: 0.7;
    margin-top: 35px;
}

    .SearchForm a {
        position: absolute;
        left: 0;
        width: 70px;
        height: 70px;
        background: #ff4545 url(../splash/searchbtn.png) no-repeat center center;
        background-size: 30px;
        font-size: 0;
        top: 0;
    }

    .SearchForm input[type=text] {
        background: transparent;
        width: 100%;
        height: 70px;
        line-height: 570px;
        padding-right: 20px;
        font-size: 18px;
        color: #333;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
    }


.
footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #6d717a;
    margin-top: 30px;
    color: #fff;
}

.contactfooter .mail {
    float: left;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px 0 30px;
    background: url(../Splash/mail.png) no-repeat center left;
    font-size: 14px;
}

.all {
    font-size: 0;
}

.r-column, .l-column {
    display: inline-block;
    vertical-align: top;
}

.r-column {
    width: 56%;
    font-size: 0;
    margin-left: 3%;
}

.l-column {
    width: 41%;
}

.tutpage {
    font-size: 0;
}

    .tutpage .r-column {
        width: 68%;
        font-size: 12px;
        margin: 0;
    }

    .tutpage .l-column {
        width: 32%;
        font-size: 12px;
    }

tutorialpage {
    font-size: 0;
}

.tutorialpage .r-column {
    width: 62%;
    font-size: 12px;
    margin-left: 3%;
}

.tutorialpage .l-column {
    width: 35%;
    font-size: 12px;
    padding-top: 50px;
}

.articlelist {
    margin: -90px 0 0 0;
    background: #fff;
    padding: 0 0 45px 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    font-size: 0;
    box-shadow: 0 0px 5px rgba(0,0,0,.2);
}

    .articlelist > h2 {
        font-size: 18px;
        background: #f9f6f6;
        position: relative;
        color: #6f6f6f;
        height: 45px;
        line-height: 45px;
        text-align: right;
        padding-right: 12px;
        text-shadow: 0 0.5px 0.5px #d1d1d1;
        font-weight: bold;
        margin: 0 0 28px;
    }

        .articlelist > h2 img {
            position: absolute;
            left: 4px;
            top: 4px;
            width: 38px;
            height: 38px;
        }

    .articlelist ul {
        padding: 5px 20px;
    }

        .articlelist ul li {
            display: none;
            opacity: 0;
            max-height: 0;
        }

            .articlelist ul li a {
                position: relative;
                font-size: 14px;
                color: #6c6c6c;
                padding-right: 30px;
                height: 30px;
                line-height: 30px;
                display: block;
                background: url(../../icons/tuts-icon.png) no-repeat center right 2px;
                background-size: 20px;
                font-weight: bold;
            }


                .articlelist ul li a:hover {
                    background-color: #eee;
                }

.articleinlistshow {
    transition: 0.5s all linear;
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: 40px !important;
    max-height: 100px !important;
    font-size: 14px !important;
    display: block !important;
}

.articledetail {
    font-size: 12px;
    min-height: 500px;
    margin: -7px 0 20px 20px;
    padding: 0 0 10px;
    overflow: hidden;
    font-family: 'WebmehrazFont';
    border-radius: 2px;
    position: relative;
    box-shadow: 0 0px 5px rgba(0,0,0,.2);
    background: #fff;
    padding: 20px;
}

    .articledetail code {
        direction: ltr;
        margin: 10px 0;
        text-align: left;
    }

.articledetailcontent {
    font-family: webmehrazfont;
    text-align: justify;
    font-size: 17px;
    text-shadow: 0 0.5px 1px #fafafa;
    line-height: 32px;
    color: #6b7074;
}

.articledetail h1 {
    color: #424242;
    font-size: 25px;
    line-height: 50px;
    position: relative;
    min-height: 40px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    padding: 0 0 5px;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    text-align: right;
    color: #6b7074;
}

.articledetail .articlecategory {
    display: block;
    text-align: right;
    color: #999;
    padding: 10px 0 60px;
    font-size: 15px;
}

.articledetail > div {
    padding: 20px;
}

.articledetail .toptools {
    padding: 0;
    position: absolute;
    left: 10px;
    top: 71px;
    width: 60%;
    height: 35px;
    padding: 10px 0;
    border-radius: 4px;
    text-align: left;
}

.articledetailcontent h2, .articledetailcontent h3, .articledetailcontent h4, .articledetailcontent h5, .articledetailcontent h6 {
    font-family: 'WebmehrazFont';
    color: #424242;
    margin-bottom: 10px;
    padding-right: 10px;
}

.articledetailcontent h2 {
    font-size: 16px;
    font-weight: bold;
    color: #da0000;
    padding: 0;
    margin: 10px 0;
}

.articledetailcontent a {
    color: #f00;
    background: #ffeaea;
    padding: 0 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c7c7c7;
    text-shadow: 0 0.5px 0.5px #fff;
}

    .articledetailcontent a:hover {
        background: #f44;
        color: #fff
    }

.articledetail ul {
    margin-right: 20px;
}

.articledetail img {
    max-width: 100%;
}

.articleinfo {
    height: 25px;
    line-height: 25px;
    text-align: left;
}

    .articleinfo > div {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        padding: 0 10px;
        border-radius: 4px;
        color: #e0e0e0;
        font-size: 14px;
    }

        .articleinfo > div span {
            color: #a7a7a7;
            font-weight: bold;
        }

.articleauthor {
    position: relative;
    margin: 20px 0 40px 20px;
    padding: 0;
    color: #333;
}

    .articleauthor .authortabcontent {
        position: relative;
        border: 1px solid #eee;
        border-radius: 4px;
    }

        .articleauthor .authortabcontent > div {
            min-height: 120px;
            padding: 10px;
            padding-right: 10px;
            display: none;
        }

        .articleauthor .authortabcontent .authorcontentinfo {
            padding-right: 120px;
        }

    .articleauthor > img {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 100px;
        height: 100px;
        display: block;
    }

    .articleauthor > h2 {
        color: #da0000;
    }

    .articleauthor .authortabselector ul {
        padding: 0;
        margin: 0;
    }

        .articleauthor .authortabselector ul li {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            font-size: 13px;
            vertical-align: top;
            text-align: center;
            padding: 0 20px;
            margin-left: -1px;
            font-size: 15px;
            font-weight: normal;
            background: #efefef;
            color: #777;
            cursor: pointer;
            border-radius: 2px 2px 0 0;
        }

    .articleauthor .authortabselector .SelectedTab {
        background: #f94646;
        color: #fff;
    }

    .articleauthor .authortabcontent .avatar {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 100px;
        height: 100px;
        display: block;
        border-radius: 50px;
    }

.authorArticles > ul {
    padding: 0 20px 0 10px;
    list-style-type: none;
}

.authorArticles ul li a {
    color: #333;
    border-bottom: 1px solid transparent;
    background: url(../icons/tuts-icon.png) no-repeat right 5px center;
    background-size: 12px;
    padding-right: 22px;
    display: block;
    transition: 0.5s all ease;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}

.authorArticles ul li:last-child a {
    border: 0;
}

.authorArticles ul li a:hover {
    background-color: #eee;
    padding-right: 32px;
    cursor: pointer;
}

.authorinfointutspage {
    background: #fff;
}

.TutorialCatTitle {
    margin: 0;
    color: #da0000;
    font-size: 23px;
    line-height: 35px;
    text-align: right;
    display: block;
    margin-top: 40px;
    padding: 0 200px 0 0;
    min-height: 80px;
    line-height: 60px;
    text-align: right;
    font-weight: bold;
    text-shadow: 0 1px 0px #da0000;
}

.TutorialCatImage {
    position: absolute;
    top: 50px;
    max-height: 140px;
    max-width: 140px;
    background: #fff;
    padding: 20px;
    border-radius: 2px;
}

.TutorialCatDescription {
    min-height: 140px;
    padding: 0 200px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #777;
}

    .TutorialCatDescription ul {
        padding: 20px 30px 0 0;
        color: #333;
        list-style-type: none;
    }

    .TutorialCatDescription li {
        margin-bottom: 10px;
        position: relative;
    }

        .TutorialCatDescription li:before {
            content: '';
            position: absolute;
            right: -20px;
            top: 5px;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            background: #da0000;
        }

.AuthorTitle {
    margin: 0;
    color: #da0000;
    font-size: 23px;
    line-height: 35px;
    text-align: right;
    display: block;
    min-height: 40px;
    text-align: right;
    font-weight: bold;
    text-shadow: 0 1px 0px #da0000;
}

.authortabcontent p {
    width: 50%;
    min-width: 250px;
    font-weight: normal;
}

.pager {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: center;
}

    .pager a {
        display: inline-block;
        vertical-align: top;
        width: 24px;
        height: 24px;
        text-align: center;
        border: 1px solid #ededed !important;
        background: #d7d7d7;
        box-sizing: border-box;
        font-size: 15px;
        color: #444;
        padding: 0;
        min-height: 24px;
        margin: 0 4px;
        cursor: pointer;
        border-radius: 50px;
    }

        .pager a:hover {
            background: #aaffaa !important;
        }

    .pager .selectedpage {
        background: #aaffaa !important;
        color: #14aa57 !important;
        border: 1px solid #aaffaa !important;
    }

.tutsboxes {
    font-size: 0;
}

.categorybox {
    display: block;
    width: 100%;
    background: #ffecec;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 10px;
    margin-top: 20px;
    box-shadow: 0 0px 5px rgba(0,0,0,.2);
}

    .categorybox > div {
        padding: 0;
    }

    .categorybox > h2 {
        font-size: 16px;
        text-align: right;
        color: #515151;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        margin: 0 10px 0;
        border-bottom: 1px solid #eee;
    }

    .categorybox ul li a {
    }

        .categorybox ul li a:hover {
            color: #fff;
            background: #696969;
        }

    .categorybox h2 {
        display: none;
    }

    .categorybox ul {
        list-style-type: none;
        margin: 20px 0;
    }

        .categorybox ul li a {
            position: relative;
            color: #5c5c5c;
            min-width: 33px;
            height: 45px;
            display: block;
            vertical-align: middle;
            font-size: 16px;
            margin-left: 5px;
            font-weight: normal;
            margin-bottom: 5px;
            border-radius: 30px;
            line-height: 45px;
            padding-right: 45px;
            font-weight: bold;
        }

            .categorybox ul li a .count {
                color: #000;
                background: #ff5c5c;
                min-width: 35px;
                height: 35px;
                line-height: 35px;
                margin: 5px;
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                font-size: 20px;
                font-weight: normal;
                float: left;
                border-radius: 50px;
                color: #fff;
                font-weight: bold;
            }

            .categorybox ul li a img {
                position: absolute;
                right: 10px;
                top: 10px;
                width: 25px;
                height: 25px;
            }

            .categorybox ul li a:hover .count {
                background: #ff4545;
                color: #fff;
                text-shadow: 0 0.5px 0.5px #000;
            }

.relationalarticles {
    background: #fff;
    padding: 0;
    border-radius: 2px;
    box-sizing: border-box;
    padding-bottom: 10px;
    box-shadow: 0 0px 5px rgba(0,0,0,.2);
}

    .relationalarticles > h2 {
        font-size: 16px;
        text-align: right;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        margin: 20px 0;
        text-align: center;
        background: #ff4545;
        box-shadow: 0 2px 10px 0px rgba(100,0,0,0.2);
        border-radius: 4px;
    }

    .relationalarticles > ul {
        color: #333;
        background-size: 12px;
        display: block;
        transition: 0.5s all ease;
        font-size: 12px;
        font-weight: normal;
        list-style-type: none;
        margin: 38px;
    }

    .relationalarticles ul li a {
        border: 0;
        line-height: 35px;
        display: block;
        color: #7a7a7a;
        border-bottom: 1px solid #eee;
        padding-right: 41px;
        background: url(../../icons/tuts-icon.png) no-repeat right 10px top 10px;
        background-size: 16px;
        font-size: 15px;
        font-weight: bold;
    }

    .relationalarticles ul li:last-child a {
        border: 0;
    }

    .relationalarticles ul li a:hover {
        background-color: #eee;
        cursor: pointer;
        color: #da0000;
        font-weight: bold;
    }

.categorybox {
    height: auto;
}

    .categorybox > div {
        column-count: 0 !important;
    }

.addcommentbox {
    margin: 20px 0 20px 20px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
}

.addcomment {
    position: relative;
    padding: 0;
    margin-top: 20px;
}

    .addcomment > h2 {
        font-size: 14px;
        text-align: right;
        padding: 0 25px 0 0;
        border-bottom: 1px solid #eee;
        font-weight: bold;
        line-height: 50px;
        color: #333;
        background: #ddffdd;
    }

    .addcomment > form {
        padding: 20px;
    }

    .addcomment > div div {
        position: relative;
    }

    .addcomment .btn {
        display: block;
        width: 100px;
        box-sizing: border-box;
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #aaffaa;
        color: #14aa57;
        font-size: 14px;
        border: 0 none;
        border-radius: 2px;
        margin: 10px auto 0 0;
        padding: 0;
    }

    .addcomment input {
        margin: 0 0 5px 0;
    }

    .addcomment textarea {
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        text-align: right;
        padding: 0 10px 0 0;
        background: #fff;
        color: #555;
        border: 0 none;
        border-radius: 2px;
        resize: vertical;
        border: 1px solid #e7e7e7;
    }

    .addcomment textarea {
        height: 120px;
    }


.commentlistbox {
    margin-left: 20px;
}

.CommentList {
    position: relative;
    padding: 0;
    background: #f7f7f7;
    border: 1px solid #ddd;
    margin-top: 20px;
}

    .CommentList > h2 {
        font-size: 14px;
        text-align: center;
        padding: 0 0 10px 0;
        color: #999;
        font-weight: normal;
        background: #eee;
        height: 40px;
        border-bottom: 1px solid #ddd;
        line-height: 50px;
    }

    .CommentList > div {
        padding: 20px;
    }

.OneComment {
    position: relative;
    display: block;
    border: 1px solid #f2f2f2;
    background: #fff;
    color: #909090;
    padding: 20px;
    border-radius: 2px;
    font-size: 12px;
    margin-top: 20px;
    line-height: 40px;
}

    .OneComment strong {
        color: #14aa57;
        display: inline-block;
        margin-left: 10px;
        top: -11px;
        position: absolute;
        background: #afa;
        right: 10px;
        min-width: 50px;
        text-align: center;
        border-radius: 2px;
        height: 25px;
        line-height: 25px;
        font-weight: normal;
        padding: 0 7px;
        border: 1px solid #e7e7e7;
    }

.authorcontentinfo {
    font-size: 13px;
    line-height: 30px;
}

    .authorcontentinfo h2 {
        border: 0;
        text-align: right;
        margin: 0;
        line-height: normal;
        font-size: 14px;
        font-weight: bold;
    }

.toolbox {
    border-radius: 4px;
    min-height: 40px;
    margin-top: 50px;
}

.btnPdf {
    background: #f99797 !important;
    color: #d50000 !important;
    height: 40px !important;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    float: left;
    cursor: pointer;
    display: none;
}

.btnPrev, .btnNext {
    background: #14aa57 url(../../icons/arrowright.png) no-repeat center right 10px !important;
    color: #fff !important;
    height: 40px !important;
    line-height: 40px;
    padding: 0 40px 0 20px !important;
    display: inline-block;
    vertical-align: top;
    text-shadow: 0 0.5px 0.5px #14aa57 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
    font-size: 16px;
    background-size: 20px !important;
}

.btnPrev {
    background: #777 url(../../icons/arrowleft.png) no-repeat center left 10px !important;
    float: left;
    padding: 0 20px 0 40px !important;
    background-size: 20px !important;
}

.example {
    padding: 20px 40px;
    direction: ltr;
    border-radius: 4px;
    margin: 10px 0;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
}

    .example > strong {
        background: #ff4545;
        font-size: 14px;
        text-shadow: 0 1.5px 4px #740000;
        color: #fff;
        padding: 0 10px;
        border-radius: 4px;
        position: relative;
        display: inline-block;
    }

    .example > pre > code {
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 4px;
        font-size: 18px;
        line-height: 215%;
        text-align: left;
        direction: ltr;
        width: 100%;
        display: block;
        box-shadow: 0 0 45px -15px #d7d7d7;
    }

    .example > a {
        background: #14aa57 url(../../icons/example.png) no-repeat center right 12px;
        color: #fff;
        height: 32px !important;
        line-height: 30px;
        padding: 0 40px 0 10px;
        vertical-align: top;
        cursor: pointer;
        display: block;
        width: 152px;
        text-align: center;
        margin: -45px auto 30px;
        font-size: 15px;
        text-shadow: 0 0 0.5px #3e0000;
        font-weight: bold;
        box-shadow: 0 0 1px #777;
        transition: 0.5s all ease;
        border-radius: 4px;
        background-size: 23px;
    }

        .example > a:hover {
            background: #ff8a40 url(../../icons/example.png) no-repeat center right 12px;
        }

.popupSlideShow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 800px;
    height: 500px;
    background: #f7f7f7;
    border-radius: 4px;
    z-index: 10;
    margin: auto;
    box-sizing: border-box;
    padding: 10px;
}

.popupDisplay img {
    width: 100%;
    display: block;
    border-radius: 2px 2px 0 0;
}

.popupDisplay h2 {
    font-size: 30px;
}

.popupDisplay p {
    font-size: 18px;
}

.popupDisplay .startbtn {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #da0000;
    color: #ffffff;
    display: inline-block;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    transform: translateY(50px);
    transition: 0.5s all ease;
    border-radius: 2px;
    text-shadow: 0 1px 2px #777;
    box-shadow: 0 1px 2px #777;
}

    .popupDisplay .startbtn:hover {
        background: #1a1;
    }

.popupSlideShow .selectedSlide {
    background: #a7a7a7 !important;
}

.popuppad {
    position: fixed;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    z-index: 4;
}

.popupBullets ul {
    list-style-type: none;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    bottom: 20px;
    text-align: center;
}

    .popupBullets ul li {
        display: inline-block;
        vertical-align: top;
        width: 15px;
        height: 15px;
        background: #ddd;
        border-radius: 50px;
        margin: 0 5px;
    }

        .popupBullets ul li * {
            display: none;
        }

.adbox {
    text-align: center;
    padding: 0;
    overflow: hidden;
    margin: 15px 0 0 0;
}

    .adbox img {
        max-width: 100%
    }

.buttonplus1 {
    float: right;
    display: none;
}

.table {
    position: relative;
    margin: 20px 0;
    display: table;
    width: 100%;
}

    .table .item {
        position: relative;
        font-size: 0;
        display: table-row;
    }

        .table .item > .col {
            display: table-cell;
            vertical-align: top;
            font-size: 14px;
            box-sizing: border-box;
            padding: 5px 10px;
            border-right: 1px solid #ddd;
            border-top: 1px solid #ddd;
        }

            .table .item > .col:last-child {
                border-left: 1px solid #ddd;
            }

    .table.ltr .item > .col:first-child {
        border-left: 1px solid #ddd;
    }

    .table.ltr .item > .col:last-child {
        border-left: 0;
    }

    .table .item:first-child > .col {
        background: #eee;
        color: #333;
    }

    .table .item:last-child > .col {
        border-bottom: 1px solid #ddd;
    }

    .table .item > .col-1 {
        width: 5%;
    }

    .table .item > .col-2 {
        width: 10%;
    }

    .table .item > .col-3 {
        width: 15%;
    }

    .table .item > .col-4 {
        width: 20%;
    }

    .table .item > .col-5 {
        width: 25%;
    }

    .table .item > .col-6 {
        width: 30%;
    }

    .table .item > .col-7 {
        width: 35%;
    }

    .table .item > .col-8 {
        width: 40%;
    }

    .table .item > .col-9 {
        width: 45%;
    }

    .table .item > .col-10 {
        width: 50%;
    }

    .table .item > .col-11 {
        width: 55%;
    }

    .table .item > .col-12 {
        width: 60%;
    }

    .table .item > .col-13 {
        width: 65%;
    }

    .table .item > .col-14 {
        width: 70%;
    }

    .table .item > .col-15 {
        width: 75%;
    }

    .table .item > .col-16 {
        width: 80%;
    }

    .table .item > .col-17 {
        width: 85%;
    }

    .table .item > .col-18 {
        width: 90%;
    }

    .table .item > .col-19 {
        width: 95%;
    }

    .table .item > .col-20 {
        width: 100%;
    }

.CodeBox {
    background: #eeffee;
    color: #14aa57;
    direction: ltr;
    padding: 20px;
    border-left: 6px solid #14eeaa;
    font-size: 16px;
    text-align: left;
    font-family: Courier;
    margin: 10px 0;
}

.PointBox {
    border-right: 6px solid #ffeb3b;
    color: #535353;
    font-size: 12px;
    text-align: right;
    background: #fff8c4;
    margin: 10px 0;
    padding: 9px;
}

.BoldStatement {
    font-size: 0;
    margin: 0;
    display: block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
}

    .BoldStatement .main > div {
        position: relative;
        width: 31%;
        display: inline-block;
        vertical-align: top;
        margin-left: 3.5%;
        font-size: 12px;
        text-align: justify;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0 0 0;
        color: #222;
    }

        .BoldStatement .main > div img {
            width: 130px;
            display: block;
            margin: 0 0 10px 0;
            border-radius: 150px;
        }

        .BoldStatement .main > div p {
            height: 126px;
            font-size: 14px;
            color: #333;
            text-align: justify;
            font-weight: bold;
            padding: 12px;
            background: #fff;
            border-radius: 0;
            border-right: 6px solid #da0000;
        }

        .BoldStatement .main > div:last-of-type {
            margin-left: 0 !important;
        }

        .BoldStatement .main > div a {
            display: inline-block;
            color: #000;
            background: #d7d7d7;
            height: 30px;
            line-height: 30px;
            font-size: 15px;
            padding: 0 10px;
            box-shadow: 0 0.5px 2px #ddd;
            border-left: 6px solid #424242;
            font-weight: bold;
            text-align: center;
            position: absolute;
            left: 0;
            top: 30px;
        }

            .BoldStatement .main > div a:hover {
                background: #ff4545;
                border-left: 6px solid #da0000;
                color: #fff;
            }

        .BoldStatement .main > div span {
            font-size: 24px;
            padding: 0 14px 0 0;
        }

.TutorialCatSlideShow {
    position: relative;
    width: 100%;
    height: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
}

.TutorialCatDisplay {
    margin: 20px 0 0 0;
    padding: 20px 20px 50px 20px;
    font-size: 13px;
    text-align: justify;
    color: #444;
    background: #fff;
    height: 150px;
    box-sizing: content-box;
}

    .TutorialCatDisplay h2 {
        font-size: 18px;
        border-bottom: 1px solid #c7c7c7;
        margin-bottom: 10px;
        color: #da0000;
        padding: 0 0 10px 0;
        position: relative;
        transform: translateY(-150px);
        transition: 0.5s all ease;
        opacity: 0;
    }

        .TutorialCatDisplay h2 img {
            position: absolute;
            right: 0;
            top: 0;
            width: 32px;
            display: none;
        }

    .TutorialCatDisplay p {
        transition: 0.5s all ease;
        opacity: 0;
        height: 150px;
        font-size: 14px;
    }

    .TutorialCatDisplay .startbtn {
        position: absolute;
        bottom: 25px;
        left: 0;
        background: #ff4545;
        border-right: 6px solid #da0000;
        color: #ffffff;
        display: inline-block;
        padding: 0px 15px;
        height: 30px;
        line-height: 30px;
        transform: translateY(50px);
        transition: 0.5s all ease;
        opacity: 0;
    }

        .TutorialCatDisplay .startbtn:hover {
            background: #ff3030;
        }

.slideanimate {
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important;
    opacity: 1 !important;
}

.TutorialCatBullets {
    position: absolute;
    width: 50%;
    bottom: 30px;
    right: 15px;
    height: 11px;
    text-align: right;
}

    .TutorialCatBullets ul {
        list-style-type: none;
    }

        .TutorialCatBullets ul li {
            display: inline-block;
            vertical-align: top;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            border-radius: 10px;
            background: #a7a7a7;
            -webkit-transition: 1s all ease;
            -moz-transition: 1s all ease;
            -o-transition: 1s all ease;
            transition: 1s all ease;
        }

    .TutorialCatBullets li * {
        display: none;
    }

    .TutorialCatBullets .selectedSlide {
        background: #da0000 !important;
    }

.ArticleTabs {
    display: block;
    vertical-align: top;
    width: 100%;
    font-size: 0;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .ArticleTabs .ArticleSelectors a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        vertical-align: top;
        text-align: center;
        margin-left: 0;
        font-size: 16px;
        font-weight: normal;
        background: #777;
        color: #fff;
        cursor: pointer;
        width: 33.33333%;
        box-sizing: border-box;
    }

    .ArticleTabs .ArticleSelectors .SelectedTab {
        background: #f7f7f7;
        color: #A72F2F;
        border-radius: 2px 2px 0 0;
        font-weight: bold;
        border-right: 10px solid #da0000;
    }

    .ArticleTabs .ArticleContents {
        padding: 20px;
        background: #f7f7f7;
        border-radius: 2px;
        min-height: 413px;
    }

        .ArticleTabs .ArticleContents > div {
            display: none;
        }

        .ArticleTabs .ArticleContents ul {
            list-style-type: none;
        }

    .ArticleTabs .OneArticle {
        font-size: 18px;
        color: #333;
        min-height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e7e7e7;
        background: url(../splash/article-icon.png) no-repeat right 0 center;
        padding-right: 32px;
        display: block;
        transition: 0.5s all ease;
    }

        .ArticleTabs .OneArticle:hover {
            background: #fff url(../splash/article-icon.png) no-repeat right 10px center;
            padding-right: 32px;
            cursor: pointer;
        }

        .ArticleTabs .OneArticle h2 {
            font-size: 14px;
            color: #555;
            font-size: 14px;
            color: #555;
            margin: 0;
            line-height: 40px;
        }

.stepbystep {
    background: #c2ddff;
    color: #005db9;
    padding: 0 5px 0 11px;
    margin: 0 0 0 6px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 0.5px 0.5px #fff;
    border-right: 7px solid #36c;
}

.index {
    background: #c2ddff;
    color: #005db9;
    padding: 0 5px 0 11px;
    margin: 0 0 0 12px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 0.5px 0.5px #fff;
    border-right: 4px solid #36c;
    position: relative;
}

    .index:before {
        content: '';
        position: absolute;
        left: -8px;
        top: 0;
        border-right: 8px solid #c2ddff;
        border-bottom: 12px solid transparent;
        border-top: 12px solid transparent;
    }

.AuthorList {
    display: block;
    width: 100%;
    background: #f7f7f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-top: 29px;
}

    .AuthorList > .List {
        position: relative;
        font-size: 0;
        padding: 20px;
    }

    .AuthorList > h2 {
        font-size: 18px;
        padding-bottom: 10px;
        background: #d7d7d7;
        position: relative;
        margin-bottom: 10px;
        color: #555;
        height: 30px;
        line-height: 38px;
        text-align: right;
        border-right: 10px solid #777;
        padding-right: 12px;
        box-sizing: content-box;
    }

    .AuthorList .OneAuthor {
        height: 100px;
        line-height: 100px;
        color: #444;
        cursor: pointer;
        margin-bottom: 14px;
        display: inline-block;
        vertical-align: top;
        width: 48%;
        position: relative;
        box-sizing: border-box
    }

        .AuthorList .OneAuthor:hover {
        }

        .AuthorList .OneAuthor h3 {
            font-weight: normal;
            font-size: 17px;
            color: #505A69;
            height: 30px;
            line-height: 30px;
            position: relative;
            padding-right: 113px;
        }

        .AuthorList .OneAuthor:nth-child(2n) {
            margin-right: 4%;
        }

        .AuthorList .OneAuthor img {
            position: absolute;
            right: 0;
            top: 0;
            width: 100px;
            height: 100px;
            border-radius: 100px;
        }

        .AuthorList .OneAuthor .count {
            display: inline-block;
            background: #ffa4a4;
            color: #711b1b;
            min-width: 35px;
            height: 28px;
            vertical-align: middle;
            border-radius: 34px;
            text-align: center;
            font-size: 14px;
            font-weight: normal;
            line-height: 31px;
            margin-left: 5px;
            position: absolute;
            top: 32px;
            right: 110px;
            text-shadow: 0 0.5px 0.5px #fff;
        }

    .AuthorList .JoinAuthors {
        font-size: 14px;
        background: #747474;
        height: 30px;
        line-height: 30px;
        padding-right: 10px;
        color: #ffffff;
        overflow: hidden;
    }

        .AuthorList .JoinAuthors .startbtn {
            background: #ff4545;
            color: #fff;
            padding: 0 10px;
            height: 30px;
            display: inline-block;
            line-height: 30px;
            vertical-align: middle;
            float: left;
            margin: 0;
        }

.l-column .subscribeform {
    background: #586169;
    margin-top: 15px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 55px 40px;
    box-shadow: 0 0px 5px rgba(0,0,0,.2);
}

    .l-column .subscribeform .social {
        padding: 10px 0;
        border-bottom: 2px solid #6b747c;
        margin-bottom: 10px;
        text-align: center;
    }

        .l-column .subscribeform .social a {
            display: inline-block;
            vertical-align: top;
            margin: 4px 8px;
        }

            .l-column .subscribeform .social a img {
                width: 16px;
                height: 16px;
                display: block;
            }

    .l-column .subscribeform div h2 {
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

    .l-column .subscribeform input[type=text],
    .l-column .subscribeform input[type=email] {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #7d8184;
        color: #ffffff;
        font-size: 16px;
        border: 0 none;
        border-radius: 2px;
    }

    .l-column .subscribeform .btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
        height: 35px;
        line-height: 25px;
        text-align: center;
        background: #ff4545;
        color: #ffffff;
        font-size: 16px;
        border: 0 none;
        border-radius: 2px;
        padding: 0;
    }

    .l-column .subscribeform .feild {
        position: relative;
    }

.firstpage-tutorials-description {
    position: relative;
    font-size: 0;
    margin: 20px 0;
}

    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 25%;
    }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul {
            list-style-type: none;
            margin: 0;
        }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li {
                width: 100%;
                display: block;
                vertical-align: top;
                box-sizing: border-box;
                padding: 5px;
                background: #fff;
                border-bottom: 1px solid #eee;
                position: relative;
                min-height: 74px;
            }

                .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li strong {
                    display: block;
                    padding-right: 80px;
                    font-size: 15px;
                    height: 64px;
                    line-height: 64px;
                    transition: 0.5s all ease;
                }

                .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li img {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 74px;
                    padding: 10px;
                    transition: 0.5s all ease;
                    display: block;
                }

                .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li:hover {
                    background: #d7d7d7;
                    color: #333;
                    cursor: pointer;
                }

                    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li:hover img {
                        background: #424242;
                    }

                    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li:hover:before {
                        position: absolute;
                        content: '';
                        border-right: 10px solid #d7d7d7;
                        border-top: 35px solid transparent;
                        border-bottom: 35px solid transparent;
                        position: absolute;
                        left: -10px;
                        top: 0;
                    }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active img {
                background: #961515;
            }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active strong {
                padding-right: 120px;
            }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active {
                background: #ff4545 !important;
                color: #fff !important;
            }

                .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active:before {
                    position: absolute;
                    content: '';
                    border-right: 10px solid #ff4545 !important;
                    border-top: 35px solid transparent;
                    border-bottom: 35px solid transparent;
                    position: absolute;
                    left: -10px;
                    top: 0;
                }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents {
        display: block;
        background: #f7f7f7;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding: 80px 40px;
        width: 75%;
        min-height: 524px;
        border-left: 10px solid #da0000;
        background: #424242;
    }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article {
            font-size: 14px;
            padding-right: 200px;
            position: relative;
            color: #ddd;
            display: none;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents .active {
            display: block;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article .mainimg {
            display: block;
            width: 140px;
            padding: 7px 25px;
            position: absolute;
            right: 0;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article h2 {
            padding-bottom: 60px;
            text-shadow: 0 0.5px .5px #000;
            color: #fff;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article .free {
            background: #fffd50 url(../Splash/free.png) no-repeat center left 20px;
            color: #da0000;
            padding: 0 20px 0 60px;
            font-size: 16px;
            height: 50px;
            line-height: 50px;
            margin-top: 20px;
            border-radius: 0 100px 100px 0;
            position: absolute;
            left: -40px;
            top: -36px;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article ul {
            margin: 20px 50px 20px 20px;
            list-style-type: none;
            color: #ddd;
            text-shadow: 0 0.5px .5px #000;
        }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article ul li {
                position: relative;
                min-height: 30px;
                margin-bottom: 5px;
            }

                .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article ul li:before {
                    position: absolute;
                    content: '';
                    right: -20px;
                    top: 6px;
                    width: 10px;
                    height: 10px;
                    background: #da0000;
                    border-radius: 20px;
                }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article .start {
            background: #ff4545;
            border-right: 6px solid #da0000;
            color: #ffffff;
            display: inline-block;
            padding: 0px 15px 0 40px;
            height: 30px;
            line-height: 30px;
            transition: 0.5s all ease;
            margin-right: 30px;
            border-radius: 100px 0 0 100px;
        }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article .start:hover {
                background: #25cc70;
                border-color: #14aa57;
            }

.searchbox {
    height: 400px;
    background: url('../splash/cover.jpg') no-repeat left top;
    background-position-x: left;
    background-position-y: top;
    background-size: auto auto;
    width: 100%;
    background-size: 100% auto;
    background-position: bottom 0 center;
    text-align: center;
    box-sizing: border-box;
    padding: 70px 25%;
    color: #fff;
    line-height: 40px;
    text-shadow: 0 2px 4px #111;
}

    .searchbox h2 {
        font-size: 26px;
        padding: 20px 0;
        text-shadow: 0 2px 4px #111;
        text-align: center;
    }

    .searchbox p {
        color: #eab5b5;
        text-align: center;
    }

.beginnerBox {
    position: relative;
    background: url(../Splash/beginner.png) no-repeat center left 50px;
    background-size: auto 80%;
    padding: 20px;
    min-height: 400px;
}

    .beginnerBox h2 {
        font-size: 25px;
        margin: 40px 40px 10px 0;
        width: 35%;
        text-shadow: 0 0.5px 4px #fff;
        color: #777;
    }

        .beginnerBox h2 span {
            color: #da0000;
        }

    .beginnerBox p {
        margin-right: 40px;
    }

        .beginnerBox p strong {
            color: #14aa57;
        }

    .beginnerBox ul {
        margin-right: 90px !important;
        list-style-type: none;
        width: 550px;
        display: block;
        margin: 20px 0 0 auto;
        text-align: left;
    }

        .beginnerBox ul li {
            min-height: 40px;
            line-height: 40px;
            font-weight: bold;
            text-shadow: 0 0.5px 1px #fff;
            font-size: 14px;
        }

            .beginnerBox ul li a {
                font-size: 12px;
                height: 20px;
                line-height: 20px;
                margin-right: 10px;
                display: inline-block;
                vertical-align: middle;
                background: #c2ddff;
                color: #005db9;
                border-radius: 2px;
                padding: 0 10px;
                text-shadow: 0 0.5px 0.5px #fff;
            }

                .beginnerBox ul li a:hover {
                    background: #ffd1c2;
                    color: #da0000;
                }

            .beginnerBox ul li .sort {
                background: #ffd1c2;
                color: #da0000;
                border-radius: 50px;
                width: 30px;
                height: 30px;
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                font-size: 18px;
                font-weight: bold;
                line-height: 36px;
                text-shadow: 0 0.5px 0.5px #fff;
                margin-left: 10px;
            }

.IndexedTut {
    color: #fff !important;
    background-color: #64c681 !important;
    font-size: !important;
    text-shadow: 0 0.5px 0.5px #3f3f3f;
    border-radius: 2px;
}
.YEKTANET.yn-article-text.yn-borderbox *,
.YEKTANET.yn-article-text.yn-borderbox,
#yn-article-display-5371 {
    font-family: webmehrazfont !important;
}

@media (max-width: 1350px) {
    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active strong {
        padding-right: 80px;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active img {
        padding: 10px;
    }

    .beginnerBox {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li strong {
        font-size: 12px;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li {
        display: inline-block;
        vertical-align: top;
        width: 14.28571428571429%;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs {
        display: block;
        width: 100%;
    }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs strong {
            display: none !important;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li {
            text-align: center;
            border: 0;
            padding: 0;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs li:before {
            display: none;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li img {
            position: relative;
            margin: 0 auto;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs li:hover {
            background: #d7d7d7;
        }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs li:hover img {
                background: transparent;
            }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li:hover img {
            background: transparent;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs .active {
            background: #811;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active {
            background: #961515 !important;
        }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents {
        display: block;
        width: 100%;
        border: 0;
    }

    .beginnerBox {
        background: url(../Splash/beginner.png) no-repeat center left 0;
        background-size: auto 70%;
    }
}

@media (max-width: 1110px) {
    .main {
        position: relative;
        width: 99%;
        margin: 0 auto;
        padding: 0 0.5%;
    }

    .articledetail {
        font-size: 12px;
        margin: 20px 0;
    }

    .tutpage {
        font-size: 0;
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }

        .tutpage .r-column {
            width: 100%;
            display: block;
        }

        .tutpage .l-column {
            width: 100%;
            display: block;
        }

    .articledetailcontent img {
        width: 100% !important;
        height: auto !important;
    }

    .BoldStatement .main > div a {
        font-size: 11px;
        padding: 0px 4px;
    }

    footer .footerlinks {
        width: 60%;
    }

    .beginnerBox h2 {
        margin: 40px 0 10px;
    }

    .beginnerBox p {
        margin-right: 0;
        width: 45%;
    }

    .beginnerBox ul {
        width: 50%;
    }

    .searchbox {
        height: 434px;
        background: #811 url('../splash/cover.jpg') no-repeat left top;
        background-size: auto auto;
        background-size: auto 100%;
    }

    .articleauthor {
        margin: 20px 0 40px;
    }

    .addcommentbox {
        margin: 20px 0 20px;
    }

    .commentlistbox {
        margin-left: 0;
    }
}

@media (max-width: 980px) {
    .BoldStatement {
        display: none;
    }

    .r-column, .l-column {
        display: block;
        width: 100%;
        vertical-align: top;
        margin: 0;
    }

    .tutorialpage .r-column, .tutorialpage .l-column {
        width: 100%;
        font-size: 12px;
        margin-left: 0 !important;
    }

    .subscribeform {
        background: #586169;
        margin-top: 30px;
        height: 240px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
    }

        .subscribeform .social {
            padding: 10px 0;
            border-bottom: 2px solid #6b747c;
            margin-bottom: 10px;
        }

            .subscribeform .social a {
                display: inline-block;
                vertical-align: top;
                margin: 4px 8px;
            }

                .subscribeform .social a img {
                    width: 16px;
                    height: 16px;
                    display: block;
                }

        .subscribeform input[type=text] {
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-top: 10px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: #7d8184;
            color: #ffffff;
            font-size: 14px;
            border: 0 none;
        }

        .subscribeform .btn {
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-top: 10px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: #da0000;
            color: #ffffff;
            font-size: 14px;
            border: 0 none;
        }

        .subscribeform .feild {
            position: relative;
        }

    .popupSlideShow {
        width: 80%;
        height: 90vh;
        font-size: 10px;
    }

    .popupDisplay h2 {
        font-size: 15px;
    }

    .popupDisplay p {
        font-size: 11px;
        padding-bottom: 50px;
    }

    footer {
        height: 1050px;
    }

        footer .footerlinks {
            width: 80%;
            text-align: center;
        }

            footer .footerlinks > div {
                display: block;
                width: 100% !important;
                padding: 20px;
                margin-bottom: -10px;
                box-sizing: border-box;
                text-align: center;
            }

                footer .footerlinks > div h3 {
                    text-align: center;
                }

                footer .footerlinks > div ul {
                    text-align: center;
                }

                    footer .footerlinks > div ul li a {
                        display: block;
                        text-align: center;
                    }

    .enamad {
        text-align: center;
        padding: 20px;
    }

    .social {
        text-align: center;
    }

        .social ul li a {
            margin-left: 5px;
            margin-right: 5px;
        }

    .beginnerBox {
        background: url(../Splash/beginner.png) no-repeat center top 20px;
        background-size: 50% auto;
        padding-top: 35%;
        width: 98%;
        margin: 0 auto;
    }

        .beginnerBox h2 {
            margin: 40px 0 10px;
            width: 100%;
            text-align: center;
        }

        .beginnerBox p {
            margin-right: 0;
            width: 100%;
            text-align: center;
        }

        .beginnerBox ul {
            width: 80%;
            text-align: center;
            margin: 30px auto;
        }

    .searchbox {
        padding: 70px 40px;
        position: relative;
    }
}

@media (max-width: 750px) {
    .TopHeader .logo {
        top: 40px;
    }

    footer .footerdesc {
        width: 100%;
        display: block;
        min-height: 54px;
    }

    footer .links {
        width: 100%;
        display: block;
    }

    .TopNav ul li a {
        padding: 0px 8px;
    }

    .contactfooter .mail {
        padding: 0 10px 0 25px;
        background: url(../Splash/mail.png) no-repeat center left;
        font-size: 12px;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article .mainimg {
        position: relative;
        margin: 0 auto;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article h2 {
        text-align: center;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article {
        padding-right: 0;
    }

    .SearchForm {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        bottom: 0;
    }

        .SearchForm input {
            font-size: 11px;
        }

    .beginnerBox ul {
        width: 100%;
        margin: 30px 0 !important;
    }
}

@media (max-width: 525px) {
    .TutorialCatImage {
        position: relative;
        display: block;
        top: 0;
        margin: 0 auto;
    }

    .TutorialCatDescription {
        padding: 0;
    }

    .toptools {
        position: relative;
        padding: 10px !important;
        height: 80px;
        background: #f6f6f6;
    }

    .buttonplus1 {
        position: relative;
        top: auto;
    }

    .BoldStatement {
        margin: 40px 0 0 0 !important;
    }

    .articledetail {
        margin-top: 40px;
    }

    .BoldStatement .main > div {
        border: 1px solid #eee;
    }

        .BoldStatement .main > div:first-child {
            margin-top: 0;
        }

    .TopHeader .googlesearchbox {
        left: 2%;
        top: 138px;
        width: 96%;
        min-width: 200px;
        display: none;
    }

    .ArticleSelectors {
        font-size: 0;
    }

        .ArticleSelectors a {
            width: 50%;
            box-sizing: border-box;
            margin: 0 !important;
        }

    .authortabselector {
        font-size: 0;
    }

        .authortabselector a {
            width: 50%;
            box-sizing: border-box;
            margin: 0 !important;
        }

    footer .links ul li {
        width: 100%;
    }

    footer .footerdesc {
        width: 100%;
    }

    .TopHeader .logo {
    }

    .TopNav {
        display: none;
    }

    footer .links {
        width: 100%;
    }

    .contactfooter {
        height: 150px;
    }

        .contactfooter .mail {
            margin: 0 2%;
            display: block;
            box-sizing: border-box;
            width: 96%;
            padding: 0;
        }

    .AuthorList .JoinAuthors {
        min-height: 30px;
        height: auto !important;
    }

    .AuthorList {
        height: auto !important;
    }

        .AuthorList .OneAuthor {
            display: block !important;
            width: 100% !important;
            position: relative;
            box-sizing: border-box !important;
            margin-right: 0 !important;
        }

    .TutorialCatList > div {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }

    .TutorialCatList {
        height: auto !important;
    }

    footer .webmehraz {
        height: auto;
        font-size: 8px;
    }

    .AuthorList .JoinAuthors .startbtn {
        background: transparent !important;
        color: #f44 !important;
        padding: 0 !important;
        float: none !important;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li img {
        width: 100%;
        box-sizing: border-box;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li {
        min-height: 0;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article .mainimg {
        padding-top: 80px;
    }

    .beginnerBox {
        background: url(../Splash/beginner.png) no-repeat center top 20px;
        background-size: 80% auto;
        padding-top: 50%;
        width: 98%;
        margin: 0 auto;
    }

        .beginnerBox ul li {
            font-size: 14px;
        }
}
