﻿    div#alarmpopup {
        position: fixed;
        width: 300px;
        top: 200px;
        background: #de2455;
        color: #fff;
        left: 50%;
        margin-left: -150px;
        padding: 30px 20px;
        border-radius: 10px;
        text-align: center;
        display: none;
    }
        div#alarmpopup.success {
            background: #0b835d;
        }
    .lg-outer {
        direction: ltr !important;
    }
    #gallpic img {
        width: 7em;
        height: 7em;
        object-fit: cover;
        cursor: pointer;
    }
    .post-body img {
        width: 100%;
        height: auto
    }
.post-body {
line-height:2;
font-size:16px;
font-weight:300;
}
.book-link {
    display: inline-block;
    float: right;
    width: 225px;
    background-color: #000;
    margin: 10px 0 10px 15px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
    overflow: hidden;
}
    .book-link a {
        color: #fff !important;
        text-decoration:none !important
    }
    .book-link a:hover {
        color: #fff !important;
    }
    .book-link:hover {
        color: #fff;
        cursor: pointer
    }
    .book-link img {
        margin: 5%;
        transition: all 0.6s;
        outline: none;
        border: none;
        width: 90% !important;
        height: auto !important;
    }
        .book-link:hover img {
            transform: scale(1.05);
        }
        .book-link h4 {
            display: block;
            font-weight: bold;
            font-size: 14px;
            padding: 0 10px;
            margin: 5px 0;
        }
        .book-link h5 {
            display: block;
            font-weight: 300;
            font-size: 12px;
            padding: 0 10px;
            margin: 5px 0;
            color: #ccc
        }
    .book-link p {
        padding: 0;
        margin: 0;
  font-size: 12px;
    }
    .book-link b, .book-link strong {
        width: 100%;
        display: inline-block;
        float: none;
        margin-top: 10px;
        text-align: center;
        color: #000;
        border: 2px solid #000;
        background-color: #fcc425;
        padding: 7px 0;
        font-size: 14px;
        transition: all 0.3s;
        font-weight: normal;
    }
        .book-link:hover b {
         }
    .post-link {
        display: inline-block;
        float: right;
        width: 320px;
        background-color: #eee;
        margin: 15px 0 15px 15px;
        transition: all 0.3s;
        overflow: hidden;
        padding: 15px;
        color: #000;
    }
        .post-link a {
            color: #000 !important;
            text-decoration: none !important;
            outline: none;
            border: none;
        }
            .post-link a:hover, .post-link:hover a {
                color: #fff !important;
            }
        .post-link:hover {
            background-color: #2536fc;
            color: #fff;
            cursor: pointer
        }
        .post-link img {
             outline: none;
            border: none;
            width: 100% !important;
            height: auto !important;
        }
        .post-link h4 {
            font-size: 18px;
            font-weight: normal;
            padding: 0;
            margin: 10px 0 5px 0;
            display: block;
        }
        .post-link:hover h4 {
        }
        .post-link p {
            font-size: 12px;
            font-weight: 300;
            display: block;
            margin: 0;
        }
.button-2 {
    color: #fff;
    background-color: #2536fc;
    border: 2px solid #2536fc;
    padding: 3px 20px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
    line-height: 1.5;
    cursor: pointer;
    margin: 5px 0;
}
    .button-2:hover {
        background-color: #000;
        border: 2px solid #000;
        color: #fff;
    }
.button-3 {
    color: #000;
    border: 2px solid #000;
    padding: 3px 20px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
    line-height: 1.5;
    cursor: pointer;
    margin: 5px 0;
}
        .button-3:hover {
            color: #fff;
            background-color: #000;
        }
.button-4 {
    color: #fff;
    line-height: 1.5;
    border: 2px solid #000;
    background-color: #000;
    padding: 3px 20px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
    margin: 5px 0;
}
        .button-4:hover {
            background-color: #2536fc;
            color: #fff;
        }
.button-1 {
    color: #000;
    line-height: 1.5;
    border: 2px solid #000;
    background-color: #fcc425;
    padding: 3px 20px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
    margin: 5px 0;
}
    .button-1:hover {
        border: 2px solid #fcc425;
        background-color: #000;
        color: #fcc425;
    }
    .form-box {
        display: flex;
        width: 100%;
        margin: 0;
    }
        .form-box input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
            .form-box input ~ .checkmark {
                width: 100%;
                padding: 10px;
                padding-right: 30px;
                display: inline-block;
                position: relative;
                transition: all 0.2s;
                cursor: pointer;
            }
        .form-box:hover input ~ .checkmark {
        }
        .form-box input:checked ~ .checkmark {
        }
        .form-box input ~ .checkmark:before {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -6px;
            right: 10px;
            width: 12px;
            height: 12px;
            border: 1px solid #000;
        }
        .form-box input ~ .checkmark:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -4px;
            right: 12px;
            width: 8px;
            height: 8px;
            background-color: #fff;
        }
        .form-box input:checked ~ .checkmark:after {
            background-color: #000;
        }
        .form-box input:disabled ~ .checkmark:after {
            background-color: #ddd;
        }
        .form-box input ~ .checkmark .head {
            font-weight: 300;
            font-size: 12px;
            color: #000;
            float: right;
            margin-left: 5px;
        }
blockquote {
    font-style: italic;
     padding: 2px 0;
    border-style: solid;
    border-color: #fcc425;
    border-width: 0;
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px;
}
div.lead {
background-color:#eee;
font-size:85%;
color:#222;
padding:15px;
}
div.lead.yellow {
    background-color: #fcc425;
}
    div.lead.round {
        border-radius: 15px;
    }
    div.lead.shadow {
        box-shadow: -4px 4px 4px rgba(0,0,0,.3);
    }
div.lead p{
   margin:0 !important;
   padding:0 !important
}
    @media(max-width:767px) {
        .header-row .header-con {
            flex-direction: row-reverse;
        }
        blockquote {
            padding-left: 0px;
            padding-right: 10px;
            border-right-width: 5px;
            margin: 20px 20px 20px 15px;
        }
            .book-link h4 {
                font-size: 12px;
                padding: 0 5px;
                margin: 3px 0;
            }
            .book-link h5 {
                font-size: 10px;
                padding: 0 2px;
                margin: 3px 0;
            }
            .book-link b {
                margin-top: 5px;
                padding: 5px 0;
                font-size: 12px;
            }
            .post-link h4 {
                font-size: 14px;
                margin: 7px 0;
            }
            .post-link b {
                font-size: 10px;
            }
        .button-1,
        .button-3, .button-2, .button-4 {
            padding: 2px 15px;
            font-size: 14px;
        }
        .form-box input ~ .checkmark .head {
            font-size: 10px;
        }
    }
.button-1.big, .button-2.big, .button-3.big, .button-4.big {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
}
.button-1.round, .button-2.round, .button-3.round, .button-4.round {
  border-radius:20px;
}
.button-1.shadow, .button-2.shadow, .button-3.shadow, .button-4.shadow {
    box-shadow: -4px 4px 4px rgba(0,0,0,.3);
}
@media(max-width:649px) {
    .post-link {
        width: 80%;
         margin: 15px 10%;
         padding: 10px;
        display: block;
        float: none;
    }
    .button-1.big, .button-2.big, .button-3.big, .button-4.big {
        display: block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
        padding: 10px;
        font-size: 18px;
    }
}
@media(max-width:499px) {
    .book-link {
        width: 150px;
        margin: 10px 0 10px 10px;
    }
}

.post-body h2, .product-about-row .txt h2, .descstext h2 {
    font-size: 20px !important
}
.post-body h3, .product-about-row .txt h3, .descstext h3 {
    font-size: 18px !important
}
.post-body h4, .product-about-row .txt h4, .descstext h4 {
    font-size: 16px !important
}
.post-body h5, .product-about-row .txt h5, .descstext h5 {
    font-size: 14px !important
}
.post-body h6, .product-about-row .txt h6, .descstext h6 {
    font-size: 12px !important
}
.post-body h2 ~ p {
    margin-block-start: .5em;
}
.post-body h3 ~ p {
    margin-block-start: .3em;
}
@media(max-width:500px) {
    .post-body h2, .product-about-row .txt h2, .descstext h2 {
        font-size: 18px !important
    }
    .post-body h3, .product-about-row .txt h3, .descstext h3 {
        font-size: 16px !important
    }
    .post-body h4, .product-about-row .txt h4, .descstext h4 {
        font-size: 14px !important
    }
    .post-body h5, .product-about-row .txt h5, .descstext h5 {
        font-size: 13px !important
    }
    .post-body h6, .product-about-row .txt h6, .descstext h6 {
        font-size: 12px !important
    }
}
/* Chrome, Safari, Edge, Opera */
input.noarrow::-webkit-outer-spin-button,
input.noarrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input.noarrow[type=number] {
    -moz-appearance: textfield;
    text-align: left;
    direction: ltr;
    font-family: Tahoma;
}
    input.noarrow[type=number]::placeholder {
        text-align: right;
        direction: rtl;
        font-family: iranyekan
    }
#resmsg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 30px 10px;
    z-index: 99999;
    display: none;
    font-size: 18px;
    font-weight: bold
}
    #resmsg.danger {
        background: #9f2d2d
    }
    #resmsg.success {
        background: #0b835d
    }
.pagination-row {
    padding: 15px 0;
     text-align: center;
}
    .pagination-row ul {
        list-style: none;
        display: inline-block;
        padding: 0;
        margin: 0;
    }
        .pagination-row ul li {
            display: inline-block;
            padding: 7px 3px 3px 3px;
            width: 36px;
            height: 36px;
            border: 2px solid #000;
            font-size: 15px;
            font-weight: 700;
            margin: 0 -1px;
            float: right;
            cursor: pointer
        }
            .pagination-row ul li a {
                display: block;
                color: #000
            }
            .pagination-row ul li:hover {
                background-color: #ddd
            }
                .pagination-row ul li:hover a {
                    color: #000
                }
            .pagination-row ul li.active {
                background-color: #000;
            }
                .pagination-row ul li.active a {
                    color: #fff
                }
.sidelist {
    background-color: #fff;
    padding: 0;
     margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .sidelist.home {
    padding:15px
    }
    .sidelist a {
        display: inline-block;
        text-align:center;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        border: 1px solid #333;
        padding: 10px 10px;
        color: #333;
        font-weight: 700;
        flex-grow: 1
    }
        .sidelist   a:hover {
            border: 1px solid #2536fc;
            color: #2536fc
        }
    @media(max-width:767px) {
        .post-body {
font-size:13px;
}
        .pagination-row {
        padding-right: 0;
    }
        .pagination-row ul li {
            padding: 5px 3px 3px 3px;
            width: 32px;
            height: 32px;
            font-size: 14px;
        }
}
