﻿body {
    direction: rtl;
    font-family: 'IRANSans';
    padding: 0;
    font-size: 14px;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/*/
    url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

li {
    list-style: none;
}

.page {
    width: 100%;
    padding: 0;
    margin: 0;
}

.w100 {
    width: 100%;
}

.fullwidth {
    width: 100%;
    float: right;
}

.width {
    padding: 0;
    margin: 0;
}

.right {
    float: right !important;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.no-float {
    float: none;
}

.col-padding0 {
    padding: 0;
}

.container {
    width: 100%;
}

.search-form input[type="text"] {
    text-align: right;
    direction: rtl;
    padding-right: 10px;
    padding-left: 10px;
}

.navbar {
    border-radius: 0;
}

.nav_bottom {
    background: #31c1fd;
    height: max-content;
}

.navbar-nav > li {
    float: right;
}

@media(max-width:768px) {
    .navbar-nav > li {
        float: none;
    }
}

.event_right p a {
    margin-right: 10px;
}

.nav-tabs > li {
    float: right;
}

    .nav-tabs > li > a {
        margin-left: 2px;
        margin-right: 0;
    }

.bg h2 {
    color: #31c1fd;
}

.school-points {
    height: 220px;
}

h1, h2, h3, h4, h5, h6 {
    color: #0094ff;
    font-weight: bold;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

@media(max-width:1024px) {
    .portfolio-description p {
        height: auto;
    }

    .school-points {
        height: auto;
    }
}

.more-a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
    border: none;
    background: #31c1fd;
    padding: 14px 30px;
    outline: none;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 200px;
    margin: 10px auto;
}

.copy p {
    color: #000000;
}

.wrapper .adrs {
    float: right;
    margin-left: 10px;
}

.wrapper i {
    float: right;
    /*margin-top:30px;*/
}

.adrs p {
    padding-top: 10px;
    color: #777;
}

    .adrs p a {
        color: #777;
    }

.contact-input {
    float: right;
}

.service-list {
    float: right;
}

.service_2-left {
    float: right;
}

.service_2-right {
    float: right;
}

.service_1 {
    float: right;
}

.right-side {
    float: right;
    text-align: right;
}

@media(max-width:768px) {
    .right-side {
        float: right;
        text-align: center;
    }

        .right-side img {
            margin: 10px auto;
        }
}

.read-more {
    float: left;
}

.login .des {
    text-align: right;
    font-size: 12px;
    color: #676666;
}

.valid {
    font-size: 12px;
    text-align: right;
    color: Red;
    float: right;
}

.img-100 {
    width: 100%;
}

.inter {
    float: right;
    margin-bottom: 30px;
    margin-top: 20px;
}

.LblMsg {
    background: #fcd9d9;
    color: #b70202;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin: 10px;
    border: solid 1px #fb8686;
    float: right;
    width: 100%;
}

.LblSuc {
    background: #d5fada;
    color: #10ad26;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin: 10px;
    border: solid 1px #67fb7a;
    float: right;
    width: 100%;
}

.event-blue {
    color: #428bca;
}

.pagination {
    z-index: 2;
    color: #31c1fd;
    background-color: #fff;
    border-color: #31c1fd;
    cursor: default;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.activepage {
    z-index: 2;
    color: #fff;
    background-color: #31c1fd;
    border-color: #31c1fd;
    cursor: default;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.lastpage {
    width: 50px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

.bold-icon {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #31c1fd;
    display: inline-block;
    font-size: 16px;
    position: relative;
    margin-left: 4px;
    margin-right: 10px;
}

.adrs-bar {
    width: 100%;
}

.author-box-left img {
    border-radius: 50% 50%;
    width: 100px;
    height: 100px;
}

.wp-post-image {
    width: 350px;
    height: 230px;
}

.teacher-item {
    margin-top: 20px;
    margin-bottom: 10px;
}

.msg {
    margin: 30px auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.msg2 {
    margin: 50px auto;
    width: 70%;
    padding: 15px;
}

@media(max-width:768px) {
    .msg2 {
        margin: 25px auto;
        width: 80%;
        padding: 10px;
    }
}

@media(max-width:400px) {
    .msg2 {
        margin: 0px auto;
        width: 100%;
        padding: 5px;
    }
}

.link {
    width: 100%;
    margin: 10px;
    font-size: 16px;
    color: #428bca;
}

.link1 {
    width: 100%;
    margin: 10px;
    padding-left: 20px;
    font-size: 16px;
    color: #31c1fd;
    text-align: left;
    float: right;
}

    .link1 i {
        margin-left: 5px;
        padding-top: 6px;
    }

.link2 {
    background-color: #31c1fd;
    border-color: #31c1fd;
    margin: 2em auto;
    font-size: 1.1em;
    outline: none;
    padding: 10px;
    display: table;
    width: 200px;
    height: 50px;
}

.rule {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    text-align: right;
    border: solid 1px #bfbdbd;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 10px;
    font-size: 14px;
}

    .rule input[type="checkbox"] {
        margin-left: 10px;
    }

    .rule label {
        color: #f2a532 !important;
    }

.login input[type="text"], .login input[type="password"], .login textarea, .login select {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #bfbdbd;
    color: #626161;
    height: 40px;
}

.forgotpass {
    color: #31c1fd;
    margin-top: 20px;
    display: block;
}

ul.marked-list {
    width: 100%;
}

.marked-list li {
    width: 50%;
    float: right;
}

@media(max-width:768px) {
    .marked-list li {
        width: 100%;
    }
}

.portfolio-left {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .portfolio-left img {
        width: 197px;
        height: 262px;
    }

.event-img img {
    /*width:350px;*/
    height: 256px;
    margin: 5px auto;
    display: table-cell;
}

time.item_published {
    margin-right: 5px;
}

.item_published:before {
}

.blog .item_info_dl dd .comment::before {
    margin-left: 5px;
    margin-right: 5px;
}

.footer {
    float: right;
    width: 100%;
}

.pdp-dark .header {
    position: relative;
    left: auto;
    right: auto;
    z-index: inherit;
    min-height: 30px;
}

.pdp-dark .footer {
    min-height: 20px;
    padding: 0;
}

.btn-tab {
    min-width: 120px;
    height: 40px;
    width: initial;
    background: #fff;
    display: block;
    padding-right: 10px;
    border-right: solid 1px #c1bebe;
    border-bottom: solid 1px #c1bebe;
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #31c1fd;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
}

    .btn-tab:focus, .btn-tab:hover, .btn-tab:active {
        border-top: solid 2px #31c1fd;
        text-decoration: none;
        border-bottom: none;
    }

.tab {
    margin-bottom: 50px;
    margin-top: 10px;
    width: 100%;
    float: right;
}

.tab-active {
    border: solid 1px #31c1fd;
}

.pgr-btn {
    width: 100%;
    float: right;
    margin: 10px;
}

    .pgr-btn input, .pgr-btn a, .pgr-btn span span {
        width: initial;
        padding: 6px;
        background: #31c1fd;
        margin-right: 5px;
        color: #fff;
    }

        .pgr-btn a:hover, .pgr-btn a:active, .pgr-btn a:focus {
            background: #ffdaa4;
        }
/*&&&&&&&&& Article &&&&&&&&&*/
.article-item {
    margin: 10px;
    float: right;
    border: solid 1px #31c1fd;
    height: 465px;
}

@media(max-width:970px) {
    .file-item {
        height: 500px;
    }
}

@media(max-width:768px) {
    .file-item {
        height: 465px;
    }
}

@media(max-width:500px) {
    .file-item {
        height: auto;
    }
}

.article-item .art-des {
    padding-bottom: 10px;
    min-height: 68px;
    /*display:table-column;*/
}

    .article-item .art-des, .article-item .art-des p, .article-item .art-des p span {
        font-size: 13px !important;
        text-align: justify;
        line-height: 1.5;
        margin-top: 5px;
    }

.article-item:hover {
    border-radius: 15px 15px;
    transition: all 0.2s ease-out;
    transition-delay: 0.1s;
    border: solid 1px #777;
}

.event-desc h2 {
    font-weight: bold;
    font-size: 18px;
    color: #31c1fd;
    margin-top: 10px;
    min-height: 60px;
}

    .event-desc h2 a {
        color: #31c1fd;
    }

.article .form-group .form-control {
    margin-top: 15px;
}

.pager-top {
    text-align: left;
}

@media(max-width:768px) {
    .pager-top {
        text-align: right;
    }
}
/*&&&&&&&&& File &&&&&&&&&*/
.file-content {
    float: right;
    margin-bottom: 10px;
    margin-top: 45px;
}

    .file-content > table {
        width: 100%;
    }

.seperator {
    background: #dcdee6;
    width: 1px;
    position: absolute;
    top: -10px;
    bottom: 46px;
    left: 0;
    float: right;
    height: auto;
}

.file-item {
    margin: 6px;
    float: right;
    height: 270px;
    overflow: hidden;
}
.file-item .price {
    float:left;
    font-weight:bold;
}
.file-item .discount {
    font-weight:bold;
    margin-left:5px;
    padding-top:8px;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#ff2e2e;
    color:#fff;
    float:left;
    text-align:center;
}
@media(max-width:970px) {
    .file-item {
        height: 290px;
    }
}

@media(max-width:768px) {
    .file-item {
        height: 270px;
    }
}

@media(max-width:500px) {
    .file-item {
        height: 160px;
    }
}

.file-item img {
    border: 1px solid #dee2e7;
    width: 200px;
    height: 180px;
    max-width: 100%;
}

.file-item h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #31c1fd;
    line-height: 1.5;
}

.file-item span {
    font-size: 12px;
    color: #aaa;
    display:inline-block;
    padding-top: 8px;
}

.file-side {
    float: right;
    margin: 30px 10px 10px 10px;
}

    .file-side header {
        border-bottom: solid 1px #aaa;
        padding: 5px;
        float: right;
        width: 100%;
    }

        .file-side header h2 {
            font-size: 15px;
            font-weight: bold;
            color: #000000;
            width: initial;
            float: right;
        }

        .file-side header b {
            margin-left: 6px;
            float: right;
            margin-top: 10px;
            color: #31c1fd;
        }

.file-side-item {
    margin-top: 10px;
}

.file-side img {
    border: 1px solid #dee2e7;
    width: 120px;
    height: 80px;
    max-width: 100%;
}

.file-side h2 {
    margin: 10px 0 5px 0;
    font-size: 13px;
    font-weight: bold;
}

.file-side span {
    font-size: 12px;
    color: #aaa;
}

.player {
    width: 80%;
    margin: 10px auto;
}

    .player video, .player embed, .player object {
        width: 100%;
        background: url(../images/playback.jpg) no-repeat 0px;
        background-size: cover;
        max-height:500px;
    }

    .player h2 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 22px;
        color: #428bca;
    }

    .player span {
        color: #aaa;
        margin-right: 10px;
        font-size: 18px;
    }

.file-des {
    margin-top: 20px;
    line-height: 2;
    padding: 10px;
}

.pool {
    border-top: solid 1px #aaa;
    padding-top: 30px;
    margin-top: 10px;
}

.file-txt {
    width: 100%;
}

    .file-txt img {
        margin: 10px auto;
    }

    .file-txt h2 {
        font-size: 22px;
        font-weight: bold;
        margin: 15px 0;
        color: #31c1fd;
    }

    .file-txt span {
        color: #aaa;
        margin-right: 10px;
        font-size: 18px;
    }

@media (max-width:500px) {
    .file-item img {
        border: 1px solid #dee2e7;
        width: 100px;
        height: 60px;
        max-width: 100%;
    }

    .file-item h2 {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 6px;
        margin-top: 6px;
        color: #31c1fd;
        line-height: 1.5;
    }

    .player {
        width: 100%;
    }
}
/*&&&&&&&&& Racing &&&&&&&&&*/
.race-time {
    color: #31c1fd !important;
    font-size: 16px !important;
}
/*&&&&&&&&& advers &&&&&&&&&*/
.side-banner {
    padding: 5px;
}

.sidebar {
    min-height: 250px;
}

.advr-pos1 {
    width: 100%;
    margin-top: 0px;
    float: right;
}

.itm-pos1 {
    width: 100%;
    margin-bottom: 5px;
}

    .itm-pos1 h5 {
        margin-top: -95px;
        right: 5px;
        padding: 5px;
        font-size: 16px;
        color: #fff;
        width: 67%;
        position: absolute;
        max-height: 100%;
    }

.notification {
    background: #00b9ff;
    width: 100%;
    float: right;
    margin-bottom: 5px;
}

    .notification a img {
        display: block;
        width: 100%;
    }

    .notification h2 {
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        text-align: center;
        color: #fff;
    }

.notification2 {
    background: #ff0080;
    width: 100%;
    float: right;
    margin-top: 10px;
}

    .notification2 h2 {
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        text-align: center;
        color: #fff;
        margin-top: 20px;
    }

.advr-pos2 img {
    width: 100%;
}

.advr-pos2 .item-advr {
    margin-top: 10px;
    padding: 0;
}

.advr-pos1 .itm-pos1 img {
    width: 100%;
}

@media(max-width:980px) {
    .advr-pos1 {
        width: 100%;
        margin-top: 10px;
        float: right;
    }

        .advr-pos1 .itm-pos1 {
            width: 47%;
            margin-top: 10px;
            margin-right: 5px;
            float: right;
        }

            .advr-pos1 .itm-pos1 img {
                width: 100%;
                height: 97px;
            }

    .notification, .notification2 {
        width: 47%;
        margin-right: 15px;
        margin-top: 10px;
        height: 97px;
    }

    .advr-pos1 .itm-pos1 h5 {
        font-size: 14px;
        right: 15px;
        margin-top: -85px;
        position: relative;
        max-width: 90%;
        line-height: 1.5;
    }
}

@media(max-width:500px) {
    .advr-pos1 {
        width: 100%;
        margin-top: 5px;
    }

        .advr-pos1 .itm-pos1 {
            width: 100%;
        }

    .notification, .notification2 {
        width: 50%;
        margin-right: 0;
    }

        .notification h2, .notification2 h2 {
            font-size: 16px;
            padding: 5px;
        }
}
/*&&&&&&&&& Latest Blog &&&&&&&&&*/
.blog-last {
    float: right;
    padding: 5px;
}

    .blog-last h2 {
        background: #31c1fd;
        padding: 10px;
        margin: 10px;
    }

.blog_box {
    padding: 0 10px;
    margin-top: 15px;
    float: right;
    width: 100%;
}

.blogbox-img {
    width: 15%;
    float: right;
}

.bottom_content {
    float: right;
}

.blog-icon i {
    color: #31c1fd;
    font-size: 14px;
    margin: 0 10px 0 5px;
}

.blog-icon {
    color: #aaa;
    font-size: 11px;
    float: right;
    margin-right: 10px;
}

.event_right {
    width: 85%;
    float: right;
}

    .event_right h3 {
        font-size: 20px;
        color: #00bcd4;
        font-weight: bold;
        padding: 5px 10px;
        margin-bottom: 5px;
    }

    .event_right p {
        font-size: 14px;
        color: #7e7c7c;
        font-weight: normal;
        padding: 5px 10px;
    }

.event_left {
    float: right;
}

@media(max-width:768px) {
    .event_left {
        width: 100%;
        float: right;
    }

    .event_right {
        width: 70%;
        float: right;
    }

    .blogbox-img {
        width: 30%;
    }

    .event_right h3 {
        font-size: 18px;
    }
}

@media (max-width:500px) {
    .blogbox-img {
        width: 100%;
    }

    .event_right {
        width: 100%;
        float: right;
    }
}
/*&&&&&&&&& Latest file &&&&&&&&&*/
.latestFile {
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
    float: right;
    width: 100%;
}

    .latestFile img {
        width: 60px;
        margin: 10px 0;
        float: right;
    }

.file-last {
    float: right;
    padding: 5px;
}

    .file-last h2 {
        padding: 10px;
        margin: 10px;
        float: right;
        color: #31c1fd;
        font-weight: bold;
        font-size: 25px;
    }

.file_box {
    padding: 0 10px 10px 10px;
    margin-top: 15px;
    float: right;
    width: 100%;
    border-bottom: solid 1px #eee;
}

.filebox-img {
    width: 15%;
    float: right;
}

.file_right {
    width: 85%;
    float: right;
    padding-right: 10px;
}

    .file_right h3 {
        font-size: 13px;
        color: #7c7c7c;
    }
/*&&&&&&&&& School &&&&&&&&&*/
.school-item {
    float: right;
    text-align: center;
}

    .school-item:hover .simg {
        border: solid 8px #31c1fd;
        transition: 0.5s;
    }

    .school-item a {
        display: block;
        border: solid 1px #31c1fd;
        margin: 10px;
        padding: 10px;
        width: 100%;
    }

    .school-item img {
        margin: 8px auto;
        width: 300px;
        height: 220px;
        max-width: 100%;
    }

    .school-item h2 {
        font-size: 16px;
        font-weight: bold;
        color: #31c1fd;
    }
/*&&&&&&&&&  &&&&&&&&&*/
.team img {
    /*width:254px;*/
    height:112px;
    margin: 0 auto;
    overflow: hidden;
    padding:5px;
}

.download {
    width: 100%;
    margin: 20px 0;
    float:right;
}

    .download p span {
        font-size: 12px;
    }

.art-group {
    display: block;
    min-height: 40px;
    line-height: 1.3em !important;
}

.inner-search input[type="text"] {
    width: 90%;
    float: right;
    height: 40px;
    margin-top: 0 !important;
}

.inner-search input[type="image"] {
    width: 10%;
    margin: 0;
    float: right;
    padding-right: 5px;
    padding-top: 7px;
    border: 1px solid #ccc;
}

.searchbar {
    margin-bottom: 30px;
    float: right;
    width: 100%;
    border-bottom: solid 1px #31c1fd;
    padding-bottom: 5px;
}
.noboder {
    border:none;
}

.detail {
    float: right;
}

@media(max-width:960px) {
    .inner-search input[type="image"] {
        width: 15%;
    }

    .inner-search input[type="text"] {
        width: 85%;
        float: right;
        height: 40px;
    }
}

@media(max-width:768px) {
    .searchbar {
        margin-bottom: 20px;
        float: right;
        width: 100%;
    }

    .inner-search input[type="image"] {
        max-height: 40px;
        max-width: 40px;
    }
}

.datapager {
    /*margin-top:20px;*/
}

.event-desc-width {
    font-weight: bold;
    font-size: 18px;
    color: #31c1fd;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .event-desc-width h2 a {
        color: #31c1fd;
    }

.top-bar {
    height: 100px;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #31c1fd;
}

.school-box-title {
    color: #31c1fd;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.turism-p {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #777;
}
/*.turism-sum table{
    margin:10px auto;
    width:100%;
}
.turism-sum table tr{
    border:solid 1px #aaa;
    padding:10px;
}
.turism-sum table .td-adrs{
    width:40%;
    border-left:solid 1px #aaa;
    padding:10px;
}
    .turism-sum table .td-sub{
    width:10%;
    border-left:solid 1px #aaa;
    padding:10px;
}
*/

.turism-sum {
    margin-bottom: 30px;
    float: right;
    width: 100%;
}

.tbl-head {
    background: #31c1fd;
    text-align: center;
    font-weight: bold;
}

.turism-sum ul {
    margin: 10px auto;
    width: 100%;
    padding: 10px;
}

    .turism-sum ul li {
        border: solid 1px #aaa;
        padding: 10px;
        width: 50%;
        float: right;
        list-style: none;
        font-size: 13px;
        height: 60px;
    }

    .turism-sum ul .td-adrs {
        width: 35%;
        /*border-left:solid 1px #aaa;*/
        padding: 10px;
    }

    .turism-sum ul .td-sub {
        width: 15%;
        /*border-left:solid 1px #aaa;*/
        padding: 10px;
    }

.print-title h2, .print-title h3 {
    display: none;
}

.div-print {
    width: 100%;
    float: right;
    text-align: center;
}

.btn-print {
    width: 150px;
    padding: 10px;
    background: #31c1fd;
    margin: 10px;
}

@media(max-width:980px) {
    .turism-sum ul li {
        height: 70px;
    }
}

@media(max-width:768px) {
    .turism-sum ul li {
        width: 100%;
    }

    .hidden-768 {
        display: none;
    }

    .turism-sum ul .td-adrs {
        width: 70%;
    }

    .turism-sum ul .td-sub {
        width: 30%;
    }
}

@media(max-width:360px) {
    .turism-sum ul li {
        height: 90px;
    }
}

.category-item {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    background: #fff;
    border: solid 1px #31c1fd;
    height: 170px;
    text-align: center;
}

    .category-item img {
        margin: 10px auto;
    }

.category-item-inner {
    position: absolute;
    top: 68%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 100%;
    text-align: center;
}

    .category-item-inner h3 {
        font-size: 17px;
        margin: 20px 0 10px 0;
        font-weight: bold;
    }

    .category-item-inner span {
        font-size: 13px;
        padding: 3px 15px;
        margin-top: 8px;
    }

    .category-item-inner:hover {
        top: 0;
    }

.category-item:hover > .category-item-inner {
    top: 0;
}

.note {
    margin: 0 auto;
    background: #31c1fd;
    padding: 1.5em 0;
    color: #000;
    text-align: center;
    width: 100%;
    float: right;
}

    .note .note2 {
        float: none;
        margin: 0 auto;
        width: 55%;
    }

        .note .note2 p {
            text-align: center;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 2px;
        }

    .note table {
        width: initial;
        /*float:right;*/
        text-align: center;
        display: inline;
    }
        /*.note span{
    float:right;
}*/
        .note table tr, .note table tr td {
            width: initial;
            float: right;
            font-size: 18px;
            text-align: center;
        }

            .note table tr td span {
                padding-top: 6px;
            }

@media(max-width:970px) {
    .note .note2 {
        float: none;
        margin: 0 auto;
        width: 70%;
    }
}

@media(max-width:768px) {
    .note .note2 {
        float: none;
        margin: 0 auto;
        width: 90%;
    }
}

@media(max-width:500px) {
    .note .note2 {
        float: none;
        margin: 0 auto;
        width: 90%;
        font-size: 13px;
        text-align: center;
    }

    .note table td, .note table td tr {
        font-size: 13px;
    }
}

.statistics {
    margin: 15px 0;
    padding: 10px;
}

.step {
    margin: 20px 0 30px 0;
    text-align: center;
}

.step-item {
    margin: 10px;
/*    float: right;*/ 
   text-align: center;
}

    .step-item img {
        width: 130px;
        margin: 5px auto;
    }

.start-box {
    float: right;
    width: 100%;
    text-align: center;
    padding: 3em 0;
}

.start {
    padding: 10px 15px;
    border: solid 2px #00bcd4;
    font-weight: bold;
    font-size: 20px;
    color: #00bcd4;
    border-radius: 30px 30px;
    margin: 10px auto;
}

    .start:hover {
        background: #00bcd4;
        color: #fff;
        transition: 0.5s;
    }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.pages1 {
    margin: 30px 0;
    float: right;
}

    .pages1 h2 {
        margin: 10px 0 !important;
    }

.test-list {
    margin-bottom: 20px;
}

    .test-list .list-sub {
        background: #62eafb;
        float: right;
        width: 100%;
        padding: 10px;
        /*line-height:1em;*/
    }

        .test-list .list-sub h3 {
            float: right;
            width: initial;
            margin: 0;
        }

        .test-list .list-sub span {
            float: left;
            font-size: 12px;
            margin-top: 5px;
            font-weight: bold;
        }

.list-des {
    background: #eee;
    border: solid 1px #cecbcb;
    border-radius: 8px 8px;
    padding: 15px;
    float: right;
    margin: 15px;
}

.test-list table {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .test-list table tr {
        border-bottom: solid 1px #00bcd4;
        width: 100%;
    }

.test-list .td1 {
    width: 20%;
    text-align: center;
}

.test-list .td2 {
    width: 80%;
    padding: 10px;
    border-right: solid 1px #00bcd4;
}

    .test-list .td2 p, .test-list .td2 span {
        font-size: 16px;
    }

.test-list .td1 span {
    font-size: 12px;
}

.test-list .td1 p {
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
}

.sectionItems .row-num {
    width: initial;
    float: right;
    margin-left: 5px;
    width: 30px;
}

@media (max-width:700px) {

    .test-list .td2 p, .test-list .td2 span {
        font-size: 13px !important;
    }
}

.head-section {
    margin: 30px 0;
}

    .head-section p {
    }

.selectbox {
    border: solid 1px #eee;
    border-radius: 10px 10px;
    padding: 15px;
    margin: 10px auto;
}

.holder {
    margin: 20px 0;
}

    .holder a {
        padding: 5px;
        margin-right: 10px;
        border: solid 1px #31c1fd;
    }

.selected-item {
    border-bottom: solid 1px #eee;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
    float: right;
}

    .selected-item .qus > span, .qus > p {
        width: initial;
        float: right;
        display: contents;
    }

.opt p, .opt span, .opt img {
    width: initial;
    float: right;
    padding: 0 5px;
}

.map {
    margin-top: 20px;
    float: right;
    width: 100%;
}

.orange-btn {
    background: #31c1fd;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border: solid 1px #eee;
}

    .orange-btn:hover {
        background: #fff;
        color: #31c1fd;
    }

.verify {
    margin: 80px 0;
    padding: 15px;
}

    .verify .LblMsg, .verify .LblSuc {
        font-size: 16px;
        line-height: 2;
    }

.regprice {
    color: #c82727;
    padding: 20px 5px;
    width: 100%;
    border: solid 1px #c82727;
    font-size: 16px;
    background: #fadede;
    text-align: center;
}

    .regprice span {
        font-size: 20px;
        display: block;
        font-weight: bold;
        text-align: center;
    }

.pay {
    min-height: 400px;
    margin: 30px 0;
    padding: 30px 10px;
}

    .pay .btn {
        background: #31c1fd;
        color: #fff;
        text-align: center;
        padding: 10px 20px;
        margin: 20px auto;
    }

.list-empty {
    float: right;
    padding-right: 20px;
    margin-top: 50px;
}

.radiobotton {
    margin: 10px 0;
}

    .radiobotton label {
        padding: 5px 10px;
    }

    .radiobotton .radio input[type=radio] {
        font: inherit;
    }

.des-bg {
    padding: 10px 5px;
    background: #fcd9d9;
    color: #b70202;
    font-weight: bold;
    line-height: 2;
    display: block;
    margin: 0 auto;
}
/*.btn-state{
    margin-top:6px;
    background:#31c1fd;
    color:#fff;
    border:solid 1px #fff;
}*/
.btn-state {
    background: none;
    border: none;
    float: right;
}

.logobox {
    float: right;
    text-align: center;
}

    .logobox img {
        height: 80px;
    }

.leaderbox {
    float: right;
}

.leaderbox {
    text-align: left;
}

.loginbox {
    float: right;
    padding: 25px 0;
}

    .loginbox ul {
        padding: 0;
    }

    .loginbox li {
        float: right;
        padding: 0 12px;
    }

    .loginbox span {
        color: #000;
    }

    .loginbox li i {
        margin-left: 5px;
        color: #00bcd4;
    }

@media(max-width:768px) {
    .loginbox {
        padding: 20px 0;
    }

        .loginbox li {
            font-size: 15px;
            padding: 0 8px;
        }

    .logobox img {
        height: 60px;
    }
}

@media(max-width:512px) {
    .loginbox {
        padding: 12px 0;
    }

        .loginbox li {
            font-size: 12px;
            padding: 0 5px;
        }

    .logobox img {
        height: 45px;
    }

    header .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.caret {
    margin-left: 0;
    margin-right: 2px;
}

.box-search {
    margin: 15px auto;
    text-align: center;
    float: none;
    padding-top: 20px;
}

    .box-search input[type="text"] {
        padding: 8px 10px;
        line-height: 2;
        font-size: 15px;
        color: #423f3f;
        margin-right: 0;
        width: 85%;
        float: right;
        border-radius: 0 8px 8px 0;
        border: none;
    }

    .box-search a {
        color: #fff;
        background: #fff;
        padding: 8.3px 12px;
        display: block;
        margin-left: 0;
        float: right;
        text-align: center;
        vertical-align: middle;
        /*width:53px;
    height:48px;*/
        border-radius: 8px 0 0 8px;
    }

        .box-search a i {
            font-size: 24px;
            color: #00bcd4;
        }

@media(max-width:520px) {
    .box-search input[type="text"] {
        padding: 5px 7px;
        line-height: 2;
        font-size: 13px;
        border-radius: 0 6px 6px 0;
    }

    .box-search a {
        padding: 6px 9px;
        margin-left: 0;
        border-radius: 6px 0 0 6px;
    }

        .box-search a i {
            font-size: 21px;
        }
}

@media(max-width:300px) {
    .box-search input[type="text"] {
        padding: 5px 7px;
        line-height: 1.9;
        font-size: 13px;
        border-radius: 0 4px 4px 0;
    }

    .box-search a {
        padding: 6px 7px;
        margin-left: 0;
        border-radius: 4px 0 0 4px;
    }

        .box-search a i {
            font-size: 19px;
        }
}

.count-box {
    width: 100%;
    text-align: center;
    background: url(../images/bgimg.jpg)no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 380px;
    float: right;
    margin-top: 40px;
}

    .count-box h6 {
        font-size: 2em;
        text-align: center;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 600;
        padding-top: 2em;
        margin-bottom: 0.5em;
    }

    .count-box a {
        color: #fff;
        letter-spacing: 3px;
        padding: 8px 20px;
        margin-top: 2em;
    }

.packages {
    padding: 30px 0;
    margin-top: 50px;
}

.package-item {
    padding-top: 20px;
    line-height: 1.7;
    text-align: center;
    border: solid 1px #eee;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px #f2f2f2;
}

    .package-item .p-price {
        color: #23bbfa;
        border-bottom: solid 1px #31c1fd;
        border-top: solid 1px #31c1fd;
        padding: 6px 0;
        display: block;
    }

    .package-item ul {
        padding: 0;
        margin: 0;
        margin-top: 30px;
        min-height: 440px;
        border-bottom: solid 1px #aaa;
    }

        .package-item ul li {
            font-size: 14px;
        }

.link-box {
    background: #31c1fd;
    padding: 5px 5px;
    text-align: center;
}

    .link-box a {
        color: #fff;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 95%;
        margin: 5px auto;
        padding: 5px 25px;
    }

.pi1 {
    background: #f8f8e3;
}

.pi2 {
    background: #f5f3f3;
}

.pi3 {
    background: #f8f7b6;
}

.pi4 {
    background: #fadede;
}

@media(max-width:1200px) {
    .package-item ul {
        min-height: 480px;
    }
}

@media(max-width:768px) {
    .package-item ul {
        min-height: initial;
    }
}

.page-content p {
    background: #1E88E5;
    box-shadow: 0 5px 25px 0 rgba(46,61,73,.2);
    border-radius: 6px;
    padding: 15px;
    margin: 40px 0 20px 0;
    line-height: 2;
    color: #fff;
    width: 98%;
    overflow: hidden;
    margin: 15px auto;
}

.pic-slide .flex-control-nav {
    display: none;
}

.file-pkg {
    margin: 50px 0;
}

.file-pkg-item {
    padding: 45px 30px;
    margin: 15px;
    box-shadow: 0 5px 25px 0 rgba(46,61,73,.2);
    text-align: center;
}

    .file-pkg-item img {
        margin: 10px auto;
    }

    .file-pkg-item h2 {
        font-size: 18px;
    }

    .file-pkg-item:hover {
        box-shadow: 0 10px 55px 0 rgba(30,31,89,.2);
    }

        .file-pkg-item:hover h2 {
            color: #31c1fd;
        }
/*.search-drp {
    width: 100%;
    padding: 2px;
    line-height: 10px;
    min-height: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search-drp:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.search-drp .form-group{
    margin-bottom:6px;
}*/
.filterbar {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    padding: 10px;
}

    .filterbar span {
        width: 100%;
        font-size: 13px;
        float: right;
        padding: 10px 0;
    }

@media(max-width:768px) {
    .searchbar span {
        width: 100%;
        margin-bottom: 10px;
        padding: 0 15px;
    }
}

.filterbar .form-group {
    margin-bottom: 10px;
    padding: 0;
}

.btn-filter {
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    background: #00bcd4;
    width: 100%;
    border: solid 1px #00bcd4;
    margin: 20px 0 10px 0;
    text-align: center;
}

.btn-unfilter {
    padding: 5px 10px;
    text-align: center;
    color: #00bcd4;
    background: #fff;
    width: 100%;
    border: solid 1px #00bcd4;
    margin: 5px 0 20px 0;
    text-align: center;
}

.event-speakers li a {
    font-size: 12px;
}

figure.team_member figcaption h3 a {
    font-size: 15px;
}

.search-page {
    padding: 20px;
    margin: 30px 0;
}

    .search-page p {
        font-size: 16px;
        color: #777;
        line-height: 2;
        margin-bottom: 15px;
    }

    .search-page .flex-control-paging {
        display: none;
    }

.search-item {
    padding: 10px;
    line-height: 2;
    border-bottom: solid 1px #777;
}

    .search-item h4 {
        color: #777;
        font-size: 18px;
        font-weight: normal;
    }

    .search-item i {
        color: #00bcd4;
        margin-left: 8px;
    }

    .search-item span {
        color: #777;
        font-size: 14px;
    }

    .search-item .go i {
        color: #b70202;
        float: left;
        margin-left: 10px;
        font-size: 25px;
    }

.carousel-caption {
    padding-bottom: 80px;
}

@media(max-width:768px) {
    .carousel-caption {
        padding-bottom: 30px;
    }
}

.pay h2 {
    text-align: right;
    margin-bottom: 50px;
}

.tbl-factor {
    width: 100%;
    margin: 30px 0;
}

    .tbl-factor tr {
        border: solid 1px #888888;
        font-weight: normal;
        background: #fff;
    }

    .tbl-factor thead tr {
        background: #d9f0fa;
        font-weight: bold;
        text-align: center;
    }

    .tbl-factor td {
        border-left: solid 1px #888888;
        padding: 10px;
    }

.file-list-card li {
    float: right;
    margin-bottom: 40px;
}

.shortcard {
    background: #faf7f7;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    /*padding: 10px;*/
    width: 100%;
    float: right;
}

    .shortcard .card-file-item {
        width: 100%;
        border-bottom: solid 1px #fff;
        float: right;
        padding:5px;
    }

.card-file-item h4 {
    color: #888888;
    font-size: 13px;
    font-weight: bold;
    padding: 6px;
    margin-top: 8px;
    float:right;
    display:inline-block;
}
.card-file-item img {
    float:right;
    margin-left: 5px;
}
.card-file-item span {
    font-size: 11px;
}

.shortcard-img {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .shortcard-img .mask {
        background-attachment: fixed;
        background-color: rgba(0,0,0,.5) !important;
    }

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    text-align: center;
}

    .mask a {
        margin-top: 10px;
        background: #31c1fd;
        color: #fff;
        padding: 5px 8px;
    }

    .mask h3 {
        margin-top: 45%;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

.bio-view h1 {
    padding: 10px 30px;
}

.bio-view p, .bio-view span {
    line-height: 2;
    font-size: 15px;
    font-family: 'IRANSans';
}

.bio-view img {
    display: block;
    width: 50%;
}

.collapse-box {
    float: right;
    width: 100%;
    text-align: center;
    display: block;
}

.btn-collapse {
    width: initial;
    padding: 15px 30px;
    color: #000;
}

    .btn-collapse img {
        width: 60px;
        margin: 0 auto;
    }

.keyword {
    margin-top: 50px;
}

    .keyword p {
        background: #eee;
        padding: 6px 10px;
    }

.bio-view {
    padding: 10px;
    width: 100%;
}

.breadcrumb {
    display: flex;
}

    .breadcrumb li {
        float: right;
        margin-right: 6px;
    }

        .breadcrumb li a {
            color: #888888;
            font-size: 12px;
        }

            .breadcrumb li a.active {
                color: #0094ff;
                font-size: 12px;
            }

        .breadcrumb li i {
        }

.earth {
    padding: 150px 20px;
    margin: 0 auto;
    /*float: none;*/
    text-align: center;
    justify-content: center;
    min-height: 600px;
}

    .earth img#earth {
        width: 380px;
        -webkit-animation: rotation 25s infinite linear;
        position: absolute;
        right: 490px;
        top: 440px;
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.earth #caw {
    position: absolute;
    /*top: 260px;
            left: 410px;*/
    width: 170px;
    transform: rotate(-50deg);
    top: 410px;
    right: 775px;
}

.earth #man {
    position: absolute;
    /*top: 150px;
            right: 46%;*/
    width: 80px;
    top: 300px;
    right: 640px;
}

.earth #tree {
    position: absolute;
    top: 400px;
    right: 400px;
    width: 150px;
    transform: rotate(60deg);
}

.bio-des {
    padding: 20px 10px;
    font-size: 14px;
    text-align: center;
    background: #F0F1F2;
}

    .bio-des .bio-des-content {
        background: #fff;
        padding: 15px 30px;
        width: 85%;
        border: solid 1px #D6D8DA;
        box-shadow: 0 5px 25px 0 rgba(46,61,73,.2);
        margin: 0 auto;
        display: flex;
    }

    .bio-des .bio-des-text h2 {
        width: initial;
        font-size: 17px;
        font-weight: bold;
        text-align: right;
    }

    .bio-des .bio-des-content .bio-img {
        width: 10%;
        float: right;
    }

    .bio-des .bio-des-content .bio-txt {
        width: 90%;
        float: right;
        text-align: right;
    }

.bio-diagram {
    margin: 30px 10px;
    float: right;
}

.detail-des .post-body {
    width: 100%;
    padding-top: 30px;
}

.related-post .post .post-media, .blog-page__content .post .post-media {
    float: right !important;
    margin-left: 30px !important;
}

.blog-page {
    margin-top: 47px;
}

.related-post,
.blog-page__content {
    margin-top: 37px;
    margin-bottom: 84px;
}

    .related-post .post,
    .blog-page__content .post {
        padding-bottom: 35px;
        margin-bottom: 35px;
        border-bottom: 1px solid #d4d4d4;
        overflow: hidden;
    }

        .related-post .post .post-media,
        .blog-page__content .post .post-media {
            width: 270px;
            float: left;
            margin-right: 30px;
        }

            .related-post .post .post-media .image-style,
            .blog-page__content .post .post-media .image-style {
                position: relative;
                overflow: hidden;
                padding-top: 67%;
                -webkit-transform: translateZ(0);
                -moz-transform: translateZ(0);
                -ms-transform: translateZ(0);
                -o-transform: translateZ(0);
                transform: translateZ(0);
            }

                .related-post .post .post-media .image-style img,
                .blog-page__content .post .post-media .image-style img {
                    position: absolute;
                    width: 100%;
                    max-width: none !important;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

        .related-post .post .post-body,
        .blog-page__content .post .post-body {
            overflow: hidden;
        }

        .related-post .post .post-meta,
        .blog-page__content .post .post-meta {
            font-style: italic;
            font-size: 0;
        }

            .related-post .post .post-meta > div,
            .blog-page__content .post .post-meta > div {
                display: inline-block;
                font-size: 13px;
            }

                .related-post .post .post-meta > div + div:before,
                .blog-page__content .post .post-meta > div + div:before {
                    content: '';
                    display: inline-block;
                    margin-left: 5px;
                    margin-right: 5px;
                }

            .related-post .post .post-meta .cat ul,
            .blog-page__content .post .post-meta .cat ul {
                display: inline-block;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .related-post .post .post-meta .cat ul li a:after,
                .blog-page__content .post .post-meta .cat ul li a:after {
                    content: '\, ';
                }

                .related-post .post .post-meta .cat ul li:last-child a:after,
                .blog-page__content .post .post-meta .cat ul li:last-child a:after {
                    display: none;
                }

            .related-post .post .post-meta a,
            .blog-page__content .post .post-meta a {
                color: inherit;
            }

                .related-post .post .post-meta a:hover,
                .blog-page__content .post .post-meta a:hover {
                    color: #0091ea;
                }

        .related-post .post .post-title h2,
        .blog-page__content .post .post-title h2 {
            font-size: 24px;
            color: #0091ea;
            margin-top: 0;
            margin-bottom: 5px;
        }

            .related-post .post .post-title h2 a,
            .blog-page__content .post .post-title h2 a {
                display: block;
                color: inherit;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

                .related-post .post .post-title h2 a:hover,
                .blog-page__content .post .post-title h2 a:hover {
                    color: inherit;
                    opacity: .6;
                }

        .related-post .post .post-title h1,
        .blog-page__content .post .post-title h1 {
            font-size: 40px;
            font-weight: 600;
            color: #042f71;
            margin-top: 0;
            margin-bottom: 18px;
        }

        .related-post .post .post-content,
        .blog-page__content .post .post-content {
            margin-bottom: 32px;
            color: #666;
        }

.page__pagination {
    font-size: 0;
    margin:40px -6px;
}

    .page__pagination span,
    .page__pagination a {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #666;
        min-width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        padding: 0 10px;
        background-color: #fff;
        border-radius: 1px;
        margin: 6px;
    }

    .page__pagination .pagination-prev,
    .page__pagination .pagination-next {
        font-size: 16px;
    }

    .page__pagination .current,
    .page__pagination a:hover {
        background-color: #0091ea;
        color: #fff;
    }

.page-sidebar .widget {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 15px;
}

.page-sidebar .widget_search input {
    width: 100%;
    border: 1px solid #E7E7E7;
    background: none;
    color: #888888;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    color: #666;
    font-size: 14px;
}

.widget ul {
    list-style: none;
    padding: 0;
}

    .widget ul li > label {
        font-size: 12px;
        font-weight: 600;
        color: #666;
    }

.widget select {
    width: 100%;
}

.page-sidebar {
    margin-top: 37px;
    margin-bottom: 84px;
}

    .page-sidebar .sidebar-title {
        position: relative;
        overflow: hidden;
        border-top: 5px solid #972064;
        border-bottom: 1px solid #DFDFDF;
        margin-bottom: 15px;
        padding: 18px 0;
    }

        .page-sidebar .sidebar-title h2 {
            font-weight: 400;
            font-size: 20px;
            color: #0091ea;
            float: left;
            margin: 0;
        }

        .page-sidebar .sidebar-title .clear-filter {
            float: right;
            padding-top: 3px;
        }

            .page-sidebar .sidebar-title .clear-filter a {
                font-weight: 600;
                font-size: 12px;
                color: #7D7D7D;
            }

                .page-sidebar .sidebar-title .clear-filter a:after {
                    content: '×';
                    display: inline-block;
                    font-size: 20px;
                    vertical-align: middle;
                    margin-left: 5px;
                }

                .page-sidebar .sidebar-title .clear-filter a:hover {
                    color: #0091ea;
                }

    .page-sidebar .widget {
        border-bottom: 1px solid #DFDFDF;
        margin-bottom: 15px;
    }

        .page-sidebar .widget h3 {
            position: relative;
            font-size: 14px;
            font-weight: 700;
            color: #042f71;
            margin-top: 0;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .page-sidebar .widget:last-child {
            border: 0;
        }

    .page-sidebar .widget_search form {
        margin-bottom: 16px;
    }

    .page-sidebar .widget_search input {
        width: 100%;
        border: 1px solid #E7E7E7;
        background: none;
        color: #888888;
    }

    .page-sidebar .widget_follow_us .awe-social {
        margin-bottom: 16px;
    }

    .page-sidebar .widget_has_thumbnail ul li {
        margin-bottom: 20px;
    }

    .page-sidebar .widget_has_thumbnail .image-wrap {
        padding-top: 30%;
    }

    .page-sidebar .widget_has_thumbnail .content {
        margin-top: 5px;
    }

        .page-sidebar .widget_has_thumbnail .content a {
            font-weight: 700;
            font-size: 14px;
            color: #666;
        }

            .page-sidebar .widget_has_thumbnail .content a:hover {
                color: #0091ea;
            }

    .page-sidebar .widget_latest_post ul li,
    .page-sidebar .widget_rss ul li,
    .page-sidebar .widget_meta ul li,
    .page-sidebar .widget_pages ul li,
    .page-sidebar .widget_nav_menu ul li,
    .page-sidebar .widget_categories ul li,
    .page-sidebar .widget_archive ul li {
        /*font-family: "Lato", sans-serif;*/
        font-weight: 700;
        font-size: 14px;
        color: #666;
        margin-left: 12px;
    }

        .page-sidebar .widget_latest_post ul li:before,
        .page-sidebar .widget_rss ul li:before,
        .page-sidebar .widget_meta ul li:before,
        .page-sidebar .widget_pages ul li:before,
        .page-sidebar .widget_nav_menu ul li:before,
        .page-sidebar .widget_categories ul li:before,
        .page-sidebar .widget_archive ul li:before {
            content: '';
            font-size: 24px;
            font-weight: 400;
            display: inline-block;
            margin-left: 10px;
            width: 8px;
            height: 8px;
            background-color: #972064;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            position: relative;
            top: 0px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .page-sidebar .widget_latest_post ul li a,
        .page-sidebar .widget_rss ul li a,
        .page-sidebar .widget_meta ul li a,
        .page-sidebar .widget_pages ul li a,
        .page-sidebar .widget_nav_menu ul li a,
        .page-sidebar .widget_categories ul li a,
        .page-sidebar .widget_archive ul li a {
            display: inline-block;
            color: inherit;
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .page-sidebar .widget_latest_post ul li:last-child,
        .page-sidebar .widget_rss ul li:last-child,
        .page-sidebar .widget_meta ul li:last-child,
        .page-sidebar .widget_pages ul li:last-child,
        .page-sidebar .widget_nav_menu ul li:last-child,
        .page-sidebar .widget_categories ul li:last-child,
        .page-sidebar .widget_archive ul li:last-child {
            border: 0;
        }

        .page-sidebar .widget_latest_post ul li ul li,
        .page-sidebar .widget_rss ul li ul li,
        .page-sidebar .widget_meta ul li ul li,
        .page-sidebar .widget_pages ul li ul li,
        .page-sidebar .widget_nav_menu ul li ul li,
        .page-sidebar .widget_categories ul li ul li,
        .page-sidebar .widget_archive ul li ul li {
            margin-left: 18px;
        }

        .page-sidebar .widget_latest_post ul li:hover:before,
        .page-sidebar .widget_rss ul li:hover:before,
        .page-sidebar .widget_meta ul li:hover:before,
        .page-sidebar .widget_pages ul li:hover:before,
        .page-sidebar .widget_nav_menu ul li:hover:before,
        .page-sidebar .widget_categories ul li:hover:before,
        .page-sidebar .widget_archive ul li:hover:before {
            background-color: #0091ea;
        }

        .page-sidebar .widget_latest_post ul li:hover > a,
        .page-sidebar .widget_rss ul li:hover > a,
        .page-sidebar .widget_meta ul li:hover > a,
        .page-sidebar .widget_pages ul li:hover > a,
        .page-sidebar .widget_nav_menu ul li:hover > a,
        .page-sidebar .widget_categories ul li:hover > a,
        .page-sidebar .widget_archive ul li:hover > a {
            color: #0091ea;
        }

    .page-sidebar .widget_recent_comments ul li {
        font-weight: 700;
        font-size: 14px;
        color: #666;
        margin-left: 12px;
    }

        .page-sidebar .widget_recent_comments ul li span {
            display: inline-block;
            color: inherit;
            padding-top: 8px;
            padding-bottom: 8px;
        }

            .page-sidebar .widget_recent_comments ul li span a {
                color: inherit;
            }

        .page-sidebar .widget_recent_comments ul li:last-child {
            border: 0;
        }

        .page-sidebar .widget_recent_comments ul li ul li {
            margin-left: 18px;
        }

        .page-sidebar .widget_recent_comments ul li:hover > a {
            color: #0091ea;
        }

.tagcloud {
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 16px;
}

    .tagcloud a {
        display: inline-block;
        font-weight: 600;
        font-size: 12px !important;
        color: #666;
        padding: 3px 10px;
        background-color: #ddd;
        margin: 4px;
    }

        .tagcloud a:hover {
            color: #fff;
            background-color: #0091ea;
        }

.widget_has_radio_checkbox ul li {
    padding: 6px 0;
}

    .widget_has_radio_checkbox ul li label {
        position: relative;
        display: block;
        margin: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

        .widget_has_radio_checkbox ul li label .awe-icon-check {
            position: relative;
            font-size: 7px;
            width: 15px;
            height: 15px;
            line-height: 11px;
            text-align: center;
            border: 2px solid #A6A6A6;
            color: transparent;
            top: -2px;
            margin-right: 8px;
        }

        .widget_has_radio_checkbox ul li label > input[type="radio"],
        .widget_has_radio_checkbox ul li label > input[type="checkbox"] {
            display: none;
        }

            .widget_has_radio_checkbox ul li label > input[type="radio"]:checked ~ .awe-icon-check,
            .widget_has_radio_checkbox ul li label > input[type="checkbox"]:checked ~ .awe-icon-check {
                color: #0091ea;
            }

        .widget_has_radio_checkbox ul li label .rating {
            font-size: 12px;
            color: #666;
        }

            .widget_has_radio_checkbox ul li label .rating .fa {
                font-size: 11px;
                color: #B1B1B1;
            }

.widget_price_filter .price-slider-wrapper {
    padding-top: 5px;
    margin-bottom: 16px;
}

.widget_price_filter .price-slider {
    height: 3px;
}

    .widget_price_filter .price-slider .ui-slider-handle {
        height: 10px;
    }

.widget_price_filter .price_slider_amount {
    font-weight: 600;
    font-size: 16px;
    color: #A5A5A5;
    margin-top: 15px;
}

.widget_has_radio_checkbox_text .widget_content {
    margin-bottom: 32px;
}

    .widget_has_radio_checkbox_text .widget_content label {
        position: relative;
        display: inline-block;
        margin: 0;
        font-size: 12px;
        font-weight: 600;
        color: #666;
        padding: 6px 0;
        margin-right: 24px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

        .widget_has_radio_checkbox_text .widget_content label .awe-icon-check {
            position: relative;
            font-size: 7px;
            width: 15px;
            height: 15px;
            line-height: 11px;
            text-align: center;
            border: 2px solid #A6A6A6;
            color: transparent;
            top: -2px;
            margin-right: 8px;
        }

        .widget_has_radio_checkbox_text .widget_content label > input[type="radio"],
        .widget_has_radio_checkbox_text .widget_content label > input[type="checkbox"] {
            display: none;
        }

            .widget_has_radio_checkbox_text .widget_content label > input[type="radio"]:checked ~ .awe-icon-check,
            .widget_has_radio_checkbox_text .widget_content label > input[type="checkbox"]:checked ~ .awe-icon-check {
                color: #0091ea;
            }

        .widget_has_radio_checkbox_text .widget_content label.from, .widget_has_radio_checkbox_text .widget_content label.to {
            margin-right: 0;
            width: 100%;
            font-size: 13px;
            margin-top: 5px;
        }

        .widget_has_radio_checkbox_text .widget_content label .form-item {
            position: relative;
            margin-top: 8px;
        }

            .widget_has_radio_checkbox_text .widget_content label .form-item input {
                height: 36px;
                line-height: 36px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                -o-border-radius: 2px;
                border-radius: 2px;
                width: 100%;
                padding-right: 32px;
            }

            .widget_has_radio_checkbox_text .widget_content label .form-item .awe-icon {
                position: absolute;
                font-size: 14px;
                color: #A6A6A6;
                top: 10px;
                right: 10px;
            }

.post-meta i {
    margin-left: 6px;
    color: #c30909;
}

.post-title {
    margin: 10px 0;
}
.summery p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.advice-item {
    float:right;
    margin-bottom:15px;
    width:100%;
    border-bottom: solid 1px #eee;
    padding:5px;
}
.advice-item h2 {
    font-size:16px;
    margin-bottom:10px;
}
.advice-item p {
    font-size:13px;
    line-height: 2;
    text-align:justify;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.advice-bigitem {
    border: solid 1px #eee;
    float:right;
    padding:10px;
}
.advice-item img, .advice-bigitem img {
    max-width:100%;
    width:100%;
    padding:10px;
}
.advice-bigitem h2 a {
    font-size:18px;
    margin-bottom:16px;
    margin-top:15px;
    line-height: 1.6;
}
.advice-bigitem p {
    font-size:14px;
    line-height:2;
    text-align:justify;
}
.advice-sec {
    /*float:right;*/
    /*width:100%;*/
}
.advice-link {
    display:block;
    text-align:left;
    margin:10px;
}
.sec-title span {
    font-size:18px;
    font-weight:bold;
    margin-right:6px;
}
.sec-title i {
    font-size:20px;
    font-weight:bold;
    margin-right:6px;
    color:#00bcd4;
    padding-top:5px;
}
.advice-introduction {
    background:url("/images/advice-bg.jpg");
    min-height:250px;
    padding:10px;
    margin:50px 0;
    background-attachment:fixed;
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
}
.adc-int-content {
    background: rgba(255, 255, 255, 0.5);
    padding:20px;
    text-align:center;
    margin-top: 30px;
}
.adc-int-content h2 {
    color:#000;
}
.adc-int-content img {
    width:60px;
    margin-bottom:10px;
}
.adv-contct-info {
    width:50%;
    margin:10px auto;
}
.adv-contct-info div {
    display:inline-block;
    width:45%;
    padding-left: 15px;
    padding-right: 15px;
    position:relative;
    margin-top:10px;
}
.adv-contct-info a {
    color: #000;
    font-weight:bold;
}
@media(max-width:920px) {
    .adv-contct-info {
    width:100%;
}
    .adv-contct-info div {
        width:100%;
    }
}
.adc-int-content i {
    color:#31c1fd;
    margin-left:6px;
    font-size:25px;
}
.adc-int-content p {
    color: #000;
    font-weight:bold;
}
    .adc-int-content p i {
        color: #31c1fd;
        margin-left: 6px;
        font-size: 25px;
    }
.que-item {
    margin-bottom:10px;
}
.que-item ul {
    padding:6px;
    margin:10px;
    border:solid 1px #eee;
    background:#fff;
}
.que-item ul li {
    border-bottom: solid 1px #75cfe5;
    padding:8px;
}
.que-item p {
    color:#888;
    font-size:14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom:4px;
}
.que-item i {
    color:#31c1fd;
    margin-left:10px;
    font-size:15px;
}
.que-item .field , .que-item .date {
    margin-right:5px;
    color:#aaa;
    font-size:12px;
    line-height:2;
}
.que-item .date:before {
    content:"|";
    margin:0 5px;
}
.que-title {
    text-align: center;
    border-bottom: solid #fff 2px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.que-title a {
    font-size: 23px;
    color: #fff;
    position: relative;
    top: 14px;
    background-color: #0c99b9;
    padding: 0 25px;
    border-radius: 15px;
    background: linear-gradient(to right,#0c9cbe 0,#0dadd0 100%);
}
.last-advice-video {
    margin: 30px 0;
}
.video-item {
    margin: 5px;
    border:solid 1px #eee;
    
}
.video-item img {
    width:100%;
    max-height:190px;
}
.video-item h2 {
    font-size:14px;
    text-align:center;
    margin:10px 0;
    padding:5px;
}
.video-item .video-item-img {
    width:100%;
    opacity:0.7;
}
.video-item .video-item-img:hover {
    opacity:1;
    transition:0.7s;
}
.play-button {
    top: 50%;
    display:block;
    left: 50%;
    margin-left: -1em;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border: 0;
    position:absolute;
    font-size:30px;
}
.play-button i {
    color:#000;
}
.ask {
    margin: 30px 0;
}
.ask h2 {
    font-size:16px;
    color:#888888;
    font-weight:normal;
    line-height:2;
    text-align:center;
}
#btn-ask {
    padding:10px 15px;
    display:block;
    margin:10px;
    background:#31c1fd;
    color:#fff;
    font-size:16px;
    text-align:center;
    width:initial;
    border:solid 1px #31c1fd;
    float:right;
}
#btn-flw {
    padding:6px 12px;
    display:block;
    background:#fff;
    color:#31c1fd;
    font-size:16px;
    text-align:center;
    width:200px;
    border:solid 1px #31c1fd;
    margin:10px auto;
}
.ask-img {
    text-align:center;
}
.ask-img img {
    width:250px;
}
.ask-content{
    width:70%;
    padding:25px;
    text-align:center;
    margin:0 auto;
}
@media(max-width: 920px) {
  .ask-content{
    width:100%;
}
}
.about {
    line-height: 1.8;
    font-size: 1rem;
    padding: 20px 20px;
    margin: 50px 0;
    display: inline-block;
    text-align: justify;
    font-family: 'IRANSans';
    font-weight:500;
}
.about h3 {
    text-align:center;
    font-weight:bold;
}
@media(max-width: 920px) {
    .about {
        line-height: 1.5;
        padding: 20px 10px;
        margin: 30px 0;
    }
}