@charset "utf-8";
/*
Website developed by Rihoon.ir
*/

html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    transition: all 0.4s ease-in-out;
}

body {
    direction: rtl;
    font-family: IRANSansEN;
    font-size: 11pt;
    line-height: 20pt;
    box-sizing: border-box;
    cursor: context-menu;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #ee1c25;
}

i {
    vertical-align: middle;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.container {
    width: calc(100% - 20px);
    max-width: 1260px;
    margin: auto;
}

.side-menu {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    padding: 15px;
    box-sizing: border-box;
    overflow: auto;
    background: #d1e3f9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    z-index: 999;
    transition: all 0.4s ease-in-out;
    direction: ltr;
}

.side-menu i {
    cursor: pointer;
    color: #6e7585;
    float: right;
}

.side-menu i:hover {
    color: #ee1c25;
}

.side-menu .side_title {
    display: none;
    text-align: center;
    font-weight: bold;
}

.side-menu .menu {
    margin-top: 50px;
}

.side-menu .menu a {
    display: block;
    padding: 10px;
}

.black {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.65);
}

.menu_bar {
    background: #d1e3f9;
    text-align: center;
}

.menu_bar .main_title {
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.menu_bar .btn i {
    font-size: 30px;
    margin-right: 20px;
}

.menu_bar .logo {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.menu_bar .logo .logo_img {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    z-index: 1;
    position: absolute;
    top: 30px;
    right: 40px;
}

.menu_bar .logo_second {
    display: inline-block;
    margin-right: 50px;
    float: right;
}

.menu_bar .logo_second .logo_img {
    width: 100px;
    height: 92px;
    vertical-align: middle;
}

.menu_bar .menu {
    display: inline-block;
    vertical-align: middle;
}

.menu_bar .menu a {
    display: inline-block;
    margin: 0 5px;
    font-size: 14pt;
    padding: 30px 20px;
}

.menu_bar .menu a:hover {
    background: white;
    padding: 30px 20px;
    box-sizing: border-box;
    border-bottom: 5px solid #ee1c25;
}

.selected {
    background: #ffffff;
    padding: 30px 20px;
    border-bottom: 5px solid #ee1c25;
    color: #ee1c25;
    box-sizing: border-box;
}

.menu_bar .btn {
    float: left;
    margin-top: 30px;
    vertical-align: middle;
}

.menu_bar .btn .english,
.menu_bar .btn .farsi {
    font-size: 14pt;
    border: 2px solid #000000;
    padding: 5px 5px 0 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.menu_bar .btn .lang_img {
    vertical-align: middle;
}

.menu_bar .btn .fa-bars {
    vertical-align: middle;
    font-size: 40px;
    margin-right: 20px;
    cursor: pointer;
}

.menu_bar .bars {
    display: none;
    cursor: pointer;
}

.slider {
    position: relative;
}

.slider_holder {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.slider_holder img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.slider_holder .slider_btn {
    position: relative;
    top: -300px;
    padding: 10px;
    margin: 0 10px;
    font-size: 40px;
    cursor: pointer;
    color: #ffffff00;
    font-weight: bold;
}

.slider_holder:hover .slider_btn {
    color: #ee1c2588;
}

.slider_holder .slider_btn:hover {
    color: #ee1c25;
}

.slider_holder .fa-chevron-circle-left {
    float: left;
}

.slider_holder .fa-chevron-circle-right {
    float: right;
}

.service {
    width: calc(100% - 200px);
    padding: 25px 0;
    text-align: center;
    margin: 30px auto;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.service_item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: calc(33% - 35px);
    max-width: 300px;
    margin: 20px 15px;
}

.service_item i {
    font-size: 70px;
}

.service_item .title {
    display: block;
    margin: 20px 0 20px 0;
    font-weight: bold;
    font-size: 16pt;
}

.service_item .text {
    display: block;
    text-align: justify;
}

.catalog {
    display: block;
    text-align: center;
    margin: 50px auto;
}

.catalog .download {
    display: inline-block;
    color: #000000;
    font-size: 18pt;
    font-weight: bold;
    background: #ee1c25;
    padding: 30px 40px;
    border-radius: 5px;
}

.catalog .download:hover {
    background: #ee1c2588;
}

.catalog .download img {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-left: 20px;
    margin-bottom: 5px;
}

.catalog .download span {
    display: inline-block;
    vertical-align: middle;
}

.main_holder {
    padding: 35px 0;
}

.holder_title {
    display: block;
    text-align: center;
    margin-bottom: 35px;
}

.holder_title .title {
    display: block;
    max-width: 450px;
    margin: 0 auto 15px auto;
    padding-bottom: 20px;
    font-size: 22pt;
    font-weight: bold;
    color: #ee1c25;
    white-space: nowrap;
    border-bottom: 1px solid #ee1c25;
}

.main_holder .boxes {
    display: inline-block;
    width: calc(100% - 10px);
}

.main_holder .boxes .category .title_y {
    display: inline-block;
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
    vertical-align: middle;
    width: calc(30% - 5px);
    cursor: pointer;
}

.main_holder .boxes .category .title_y:hover {
    color: #ee1c25;
}

.main_holder .boxes .category .selected_y {
    color: #ee1c25;
    cursor: context-menu;
}

.main_holder .boxes .box_y {
    display: inline-block;
}

.item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 20px;
    margin: 20px 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    box-sizing: border-box;
}

.main_holder .item {
    width: 350px;
}

.item:hover {
    border: 1px solid #ee1c25;
    cursor: pointer;
}

.item:hover .title,
.item:hover .text {
    color: #ee1c25;
}

.item .img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

.item:hover .img {
    opacity: 0.7;
}

.item .title {
    display: inline-block;
    width: 250px;
    font-size: 14pt;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
}

.item .text {
    display: inline-block;
    text-align: justify;
}

.holder_scroll {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    overflow: hidden;
}

.holder_scroll_btn {
    display: inline-block;
    vertical-align: middle;
}

.holder_scroll_btn i {
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #6e7585;
}

.holder_scroll_btn i:hover {
    color: #ee1c25;
}

.img_item {
    display: inline-block;
    width: 300px;
    height: 220px;
    border-radius: 5px;
    margin: 10px 30px;
}

.img_item_small {
    width: 150px !important;
    height: 100px !important;
}

.img_item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.img_item:hover {
    opacity: 0.7;
}

.center {
    text-align: center;
}

.page_holder {
    margin-top: 20px;
    margin-bottom: 30px;
}

.page_main {
    display: inline-block;
    width: calc(100% - 255px);
    box-sizing: border-box;
    vertical-align: top;
}

.page_main .category a {
    display: inline-block;
    padding: 2px 10px;
}

.page_main .category .selected {
    color: #ee1c25;
    border: none !important;
}

.side-btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ee1c25;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 30px;
}

.side-btn:hover {
    opacity: 0.7;
}

.page_sidebar {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-top: 10px;
    background: #ffffff;
}

.page_sidebar .side_item .fa-times-circle {
    display: none;
    float: left;
    cursor: pointer;
    color: #ffffff;
    margin-top: 5px;
}

.page_sidebar .side_item .fa-times-circle:hover {
    cursor: pointer;
    color: #6e7585;
}

.side_item {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #000000;
}

.side_item .title {
    display: block;
    padding: 7px 20px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    background: #ee1c25;
    color: #ffffff;
}

.side_item .holder_item {
    padding: 15px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
}

.side_item div:last-child {
    border-bottom: none;
}

.side_item .holder_item .thumbnail {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    line-height: 0;
}

.side_item .holder_item .img {
    width: 100%;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.side_item .holder_item .detail {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px);
    padding-right: 5px;
    box-sizing: border-box;
}

.side_item .holder_item .text {
    display: block;
}

.side_item .holder_item .date {
    color: #6e7585;
    font-size: 9pt;
    text-align: left;
}

.side_item .holder_item .text .name {
    display: block;
    font-size: 11pt;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.paging {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.paging a {
    display: inline-block;
    min-width: 31px;
    height: 31px;
    padding: 3px 10px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 2px;
}

.paging a:hover {
    background: #ee1c25;
    color: #ffffff;
}

.paging .current {
    background: #ee1c25;
    cursor: context-menu !important;
    color: #ffffff;
}

.page_main .item {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 10px 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    box-sizing: border-box;
    text-align: right;
}

.page_main .item:hover {
    border: 1px solid #ee1c25;
}

.page_main .item .text {
    font-size: 10pt;
}

.page_main .item .title {
    display: inline-block;
    width: 250px;
    font-size: 12pt;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page_main .item img {
    height: 200px;
}

.gallery {
    margin-bottom: 50px;
}

.gallery .gallery_img {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
}

.gallery .pics {
    width: 100%;
    display: inline-block;
}

.gallery .pics .column {
    display: inline-block;
    padding: 10px;
}

.gallery .pics .column img {
    width: 150px;
    height: 100px;
    cursor: pointer;
}

.gallery .pics .column img:hover {
    opacity: 0.7;
}

.about {
    display: block;
    margin-bottom: 60px;
}

.about .title {
    display: block;
    font-size: 14pt;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.about .paragraph {
    line-height: 30pt;
    background: #d1e3f9;
    margin: 0 20px;
    border-radius: 5px;
    padding: 40px;
    text-align: justify;
    font-size: 12pt;
}

.about .paragraph img {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 5px auto;
}

.about .stars {
    color: #e9bd4a;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    font-size: 20px;
}

.about .stars i {
    cursor: pointer;
}

.about .count {
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    color: #6e7585;
}

.message {
    border-top: 1px solid #e1e1e1;
}

.message form {
    display: inline-block;
}

.message form input[type=text] {
    width: 100%;
    background: #ecf0f1;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.message .msg-right {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    box-sizing: border-box;
    padding: 30px;
}

.message .msg_left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 405px);
    box-sizing: border-box;
    padding: 30px;
}

.message .msg_left .text_area {
    display: block;
    background: #ecf0f1;
    border-radius: 5px;
    border: 1px solid #ecf0f1;
    height: 130px;
    width: 600px;
    font-family: IRANSansEN;
}

.message .label {
    font-size: 10pt;
    padding: 5px;
}

.message .submit {
    display: block;
    background: #ecf0f1;
    margin: 10px 0;
    padding: 5px 15px;
    box-sizing: border-box;
    text-align: center;
    color: #ee1c25;
    border: 1px solid #ecf0f1;
    border-radius: 5px;
    float: left;
    font-size: 10pt;
}

.message .submit:hover {
    border: 1px solid #ee1c25;
    cursor: pointer;
}

.comments {
    margin: 50px;
    border-radius: 5px;
}

.comments .date {
    font-size: 9pt;
    color: #6e7585;
}

.comments .title {
    font-size: 14pt;
}

.comments .name {
    display: inline-block;
    color: #00aeef;
}

.comments .comment {
    margin: 10px 0;
}

.comments .com {
    margin-top: 5px;
}

.comments .paragraph {
    background: #ecf0f1;
    padding: 20px 30px;
    text-align: justify;
    border-bottom: 1px solid #e1e1e1;
    line-height: 25pt;
}

.comments div:last-child {
    border-bottom: none;
}

.footer {
    background-image: url("../img/footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .right_item {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    box-sizing: border-box;
    border-left: 3px solid #ee1c25;
    padding: 20px 10px;
    max-height: 500px;
    overflow: hidden;
}

.footer .right_item img {
    margin-left: 10px;
    width: 80px;
    height: 80px;
    vertical-align: middle;
}

.footer .right_item .text {
    display: inline-block;
    text-align: right;
    line-height: 25pt;
    color: #ffffff;
    vertical-align: middle;
    width: calc(100% - 95px);
}

.footer .right_item .text:hover {
    color: #ffffffbb;
}

.footer_item {
    margin: 10px 20px;
}

.footer .left_item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 455px);
    box-sizing: border-box;
    padding: 40px 40px;
}

.footer .left_item .title {
    display: block;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer .left_item .title:hover {
    color: #ffffffbb;
}

.off {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -10000;
}

.follow {
    color: white;
    font-weight: bold;
    font-size: 18pt;
    margin: 40px 80px 0 80px;
    padding-bottom: 80px;
    text-align: left;
}

.follow i {
    margin: 0 10px;
}

.follow .telegram {
    color: #00aeef;
}

.follow .insta {
    color: #dd2476;
}

.follow .whats {
    color: #00a651;
}

.follow .telegram:hover,
.follow .whats:hover,
.follow .insta:hover {
    opacity: 0.7;
}

.copyright {
    background: #ee1c25;
    padding: 30px;
    color: #ffffff;
}

.copyright .copy-r {
    text-align: right;
    margin: 0 30px;
}

.copyright .copy-l {
    margin-left: 30px;
    float: left;
}

.green {
    color: #799d00;
    font-weight: bold;
}

.green:hover {
    color: #799d00aa;
}

/******************** PANEL **********************/
/******************** PANEL **********************/
/******************** PANEL **********************/

.btn-orange {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 5px;
    color: #ecf0f1;
    background: #e67e22;
    box-sizing: border-box;
    cursor: pointer;
}

.btn-orange:hover {
    background: #d35400;
}

.btn-orange i {
    margin-left: 5px;
    font-size: 12pt;
    vertical-align: middle;
}

.container_login {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    filter: blur(10px);
    opacity: 0.6;
}

.meli {
    display: block;
    width: 450px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.login {
    background: #ecf0f1;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    width: calc(100% - 20px);
    max-width: 800px;
    height: 80vh;
    max-height: 600px;
    overflow: hidden;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 10vh;
}

.login .right,
.login .left {
    display: inline-block;
    width: calc(50% - 5px);
    vertical-align: middle;
}

.login form {
    display: block;
    width: 70%;
    margin: auto;
    text-align: right;
}

.label_panel {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.login form .icon {
    position: relative;
    top: -35px;
}

.login form .btn-orange {
    display: block;
    margin-bottom: 20px;
}

.login form a {
    display: block;
    margin-bottom: 5px;
}

.login .left {
    background-image: url("../img/bg.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 50%;
}

.login .left .text {
    display: block;
    width: 80%;
    margin: 50px auto 0 auto;
    text-align: right;
    background: #ecf0f188;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 5px;
}

.login .left .text img {
    display: block;
    width: 120px;
    margin: auto;
}

.login .left .text h1 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20pt;
}

.menu_panel {
    display: inline-block;
    width: 280px;
    height: 100vh;
    background: #096adb;
    color: #ecf0f1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    vertical-align: top;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.menu_panel .user {
    height: 210px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: solid 2px #e67e22;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.menu_panel .user .hide-menu {
    display: block;
    text-align: left;
    padding: 15px;
    cursor: pointer;
}

.menu_panel .user img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: solid 2px #ecf0f1;
    margin: 5px 0;
    transition: all 0.4s ease-in-out;
}

.menu_panel .user .name {
    display: block;
    font-weight: bold;
}

.menu_panel ul {
    display: block;
    height: calc(100vh - 220px);
    overflow: auto;
    list-style: none;
    transition: all 0.4s ease-in-out;
}

.menu_panel ul li a {
    display: block;
    padding: 15px 5px;
    box-sizing: border-box;
    color: #ecf0f1;
    border-right: solid 0 #e67e22;
    transition: all 0.4s ease-in-out;
}

.menu_panel ul li a:hover {
    background: #012fa7;
    border-right: solid 10px #e67e22;
}

.menu_panel ul li .menu-active {
    background: #012fa7;
    border-right: solid 10px #e67e22;
}

.menu_panel ul li a i {
    font-size: 20px;
    margin: 0 20px;
    vertical-align: middle;
}

.menu_panel ul li a span i {
    font-size: 15px;
    margin: 0 20px;
    vertical-align: middle;
    color: #f39c12;
}

.panel-main {
    display: inline-block;
    width: calc(100% - 285px);
    margin-right: 285px;
    vertical-align: top;
    background: #fff;
    transition: all 0.4s ease-in-out;
}

.box_panel {
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #ecf0f1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.box_panel .box-header {
    background: #096adb;
    color: #ecf0f1;
    padding: 5px 15px;
}

.box_panel .box-header a {
    float: left;
    color: #ecf0f1;
    padding: 0 5px;
    margin: 0 5px;
    border-radius: 5px;
    border: solid 1px #ecf0f1;
}

.box_panel .box-header a:hover {
    color: #2c3e50;
    border: solid 1px #2c3e50;
}

.box_panel .box-header a i,
.box_panel .box-header span i {
    margin-left: 5px;
}

.box_panel .box-container {
    padding: 20px 15px;
}

.box_panel .center {
    text-align: center;
}

.box_panel .box-container .item_panel {
    display: inline-block;
    width: 150px;
    height: 200px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    color: #ecf0f1;
    margin: 5px 10px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.box_panel .box-container .item_panel span {
    display: block;
    margin-top: 30px;
}

.box_panel .box-container .item_panel i {
    margin-top: 30px;
    font-size: 80px;
}

.box_panel .box-container .purple {
    background: purple;
    box-shadow: inset 0 0 0 #9b59b6;
}

.box_panel .box-container .purple:hover {
    box-shadow: inset 0 210px 0 #9b59b6;
}

.box_panel .box-container .orange {
    background: orange;
    box-shadow: inset 0 0 0 #e67e22;
}

.box_panel .box-container .orange:hover {
    box-shadow: inset 0 210px 0 #e67e22;
}

.box_panel .box-container .green {
    background: green;
    box-shadow: inset 0 0 0 #27ae60;
}

.box_panel .box-container .green:hover {
    box-shadow: inset 0 210px 0 #27ae60;
}

.box_panel .box-container .red {
    background: red;
    box-shadow: inset 0 0 0 #c0392b;
}

.box_panel .box-container .red:hover {
    box-shadow: inset 0 210px 0 #c0392b;
}

.amarBox {
    display: inline-block;
    width: calc(100% - 20px);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
    background: #fff;
    margin: 35px 5px 20px 5px;
    vertical-align: top;
    text-align: center;
}

.amarBox .title {
    display: block;
    margin-top: 10px;
}

.amarBox .count {
    display: block;
    font-size: 42pt;
    padding: 30px 0;
}

.amarBox .countBox {
    width: 33.33333%;
    border: solid 1px #ecf0f1;
    box-sizing: border-box;
    float: right;
    padding: 10px 0;
}

.amarBox .countBox span {
    display: block;
    font-size: 12pt;
    color: #bdc3c7;
}

.select-control,
input[type=text],
input[type=text],
input[type=password] {
    width: 250px;
    height: 40px;
    font-family: IRANSansEN;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 5px 0 20px 0;
    background: #fff;
    border: none;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
}

textarea {
    display: block;
    width: 100%;
    height: 120px;
    font-family: IRANSansEN;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 5px 0 20px 0;
    background: #fff;
    border: none;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
}

.select-control {
    padding: 0;
    overflow: hidden;
}

.select-control select {
    width: calc(100% + 20px);
    height: 100%;
    background: transparent;
    border: none;
    font-family: IRANSansEN;
    padding: 5px 10px;
    box-sizing: border-box;
}

.select-control i {
    position: relative;
    float: left;
    top: -30px;
    left: 12px;
    font-size: 16pt;
}

.login form input[type=text],
.login form input[type=password] {
    display: block !important;
    font-family: IRANSansEN;
    background: #ecf0f1 !important;
    width: 100% !important;
    padding: 5px 25px 5px 10px !important;
    box-sizing: border-box !important;
    border-bottom: solid 1px #2c3e50 !important;
    height: auto !important;
    border-radius: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.login form input[type=text]:focus,
.login form input[type=password]:focus {
    border-bottom: solid 1px #e67e22 !important;
}

.w50 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
    min-width: 375px;
    padding: 0 10px;
    box-sizing: border-box;
}

.box_panel .box-container .btn-orange {
    display: block;
    width: 250px;
    margin-bottom: 15px;
}

.box_panel .box-container .box-item {
    padding: 15px 0;
    border-top: solid 1px #2c3e50;
}

.box_panel .box-container .box-item span,
.box_panel .box-container .box-item a {
    font-size: 8pt;
}

.box_panel .box-container .box-item .edit {
    color: #096adb;

}

.box_panel .box-container .box-item .delete {
    color: red;

}

.table .row {
    background: #ecf0f1;
}

.table .row:nth-of-type(odd) {
    background: #fff;
}

.table .row-header {
    background: #1abc9c;
    font-weight: bold;
    color: #ecf0f1;
}

.table .cell {
    display: inline-block;
    padding: 5px 10px 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table .row .cell i {
    font-size: 14pt;
    padding: 5px;
}

.table .row .cell .pen {
    color: #27ae60;
}

.table .row .cell .pen:hover {
    color: #2ecc71;
}

.table .row .cell .trash {
    color: #c0392b;
}

.table .row .cell .trash:hover {
    color: #e74c3c;
}

.paging_panel {
    padding: 5px 0;
    text-align: center;
    margin-bottom: 15px;
}

.paging_panel a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #ecf0f1;
    background: #3498db;
    margin: 0 5px;
    font-size: 16pt;
    padding-top: 5px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.paging_panel a:hover {
    background: #2980b9;
}

.paging_panel .current {
    background: #096adb !important;
    cursor: context-menu;
}

.paging_panel .deactive {
    background: #bdc3c7 !important;
    cursor: context-menu;
}

/******************** RESPONSIVE **********************/
/******************** RESPONSIVE **********************/
/******************** RESPONSIVE **********************/

@media screen and (max-width: 1300px ) {
    .page_main .item {
        width: calc(50% - 50px);
    }
}

@media screen and (max-width: 1100px) {
    .message .msg-right {
        width: 300px;
    }

    .message .msg_left {
        width: calc(100% - 305px);
    }

    .message .text_area {
        width: 300px;
    }

}

@media screen and (max-width: 1000px) {
    .page_main .item {
        width: 100%;
    }

    .message .msg_left {
        display: block;
    }

    .message form input[type=text] {
        width: 100%;
    }
}

@media screen and (max-width: 930px) {
    .menu_bar .main_title {
        font-size: 18pt;
    }

    .menu_bar .menu a {
        display: inline-block;
        margin: 0;
        font-size: 11pt;
        padding: 20px;
    }

    .menu_bar .menu a:hover {
        background: white;
        padding: 20px;
        box-sizing: border-box;
        border-bottom: 5px solid #ee1c25;
    }

    .menu_bar .logo_second .logo_img {
        width: 80px;
        height: 72px;
        vertical-align: middle;
        margin-left: 50px;
    }
}

@media screen and (max-width: 850px) {
    .footer .right_item {
        width: 350px;
    }

    .footer .left_item {
        width: calc(100% - 355px);
    }

    .message .msg_left {
        width: calc(100% - 205px);
    }
}

@media screen and (max-width: 800px) {
    .menu_bar .main_title {
        font-size: 14pt;
    }

    .slider_holder {
        height: 293px;
    }

    .slider_holder img {
        height: 293px;
    }

    .slider_holder .slider_btn {
        top: -175px;
    }

    .slider_holder .slider_btn {
        color: #ee1c2588;
    }

    .bars {
        display: inline-block !important;
        font-size: 25px;
        float: left;
        margin-top: 22px;
        margin-left: 30px;
    }

    .bars:hover {
        opacity: 0.4;
    }

    .menu_bar .menu {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .footer .right_item {
        display: block;
        width: 100%;
        border-left: none;
        border-bottom: 3px solid #ee1c25;
    }

    .footer .left_item {
        display: block;
        width: 100%;
    }

    .message .msg-right {
        display: block;
        horiz-align: right;
    }

    .message .msg_left .text_area {
        width: 300px;
        horiz-align: right;
    }
}

@media screen and (max-width: 720px) {
    .menu_bar .main_title {
        display: none;
    }

    .side-menu .side_title {
        display: block;
    }

    .service_item {
        width: 100%;
        margin: 20px 0;
    }
}

@media screen and (max-width: 700px) {
    .page_sidebar {
        position: fixed;
        overflow: auto;
        margin: 0;
        height: 100vh;
        top: 0;
        right: -250px;
        z-index: 999;
    }

    .side-btn {
        display: block;
    }

    .page_sidebar .side_item .fa-times-circle {
        display: inline;
    }

    .page_main .item {
        width: calc(100% - 250px);
    }

    .page_main .item {
        width: calc(90% + 250px);
    }

    .copyright .copy-r,
    .copyright .copy-l {
        font-size: 9pt;
    }
}

@media screen and (max-width: 500px) {
    .slider_holder {
        height: 183px;
    }

    .slider_holder img {
        height: 183px;
    }

    .slider_holder .slider_btn {
        top: -100px;
    }

    .menu_bar .logo .logo_img {
        height: 90px;
        width: 90px;
        top: 50px;
    }
}

@media screen and (max-width: 420px) {
    .menu_bar .btn .lang_img {
        display: none;
    }
}
