﻿
@font-face {
    font-family: 'BKoodak';
    src: url('/css/fonts/BKoodak.woff') format('woff');
}

@font-face {
    font-family: 'BKoodakNumbers';
    src: url('/css/fonts/BKoodak.woff') format('woff');
}

@font-face {
    font-family: BKoodakNumbers;
    src: local("Courier New");
    unicode-range: U+30-39;
}

@font-face {
    font-family: 'Symbols';
    src: url("/css/fonts/symbols.woff2") format("woff2"), url("/css/fonts/symbols.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundWebPro';
    src: url("/css/fonts/DINRoundWebPro-Light.woff") format("woff"), url("/css/fonts/DINRoundWebPro-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: BKoodak,Verdana;
}

#topbar a {
    background: none;
    font-size: 19px;
}

a {
    color: inherit;
}

.aboutWidget .menuItem {
    width: 11%;
}

#header {
    direction: rtl;
}

.reading ul {
    display: inline-block;
    width: 100%;
    float: right;
    border-bottom: 3px solid #E31F24;
    margin-bottom: 5px;
}

    .reading ul li {
        list-style-type: disc;
        margin-left: 20px;
        list-style-position: inside;
        display: inline-block;
        float: right;
        padding: 5px 10px;
        background: #e2e2e2;
        border: 1px solid #ccc;
        border-radius: 10px 10px 0px 0px;
        margin: 0px 2px;
        font-size: 10px;
    }

#menu .sub-menu a {
    float: right;
    direction: rtl;
    text-align: right;
}

#menu li {
    float: right;
    direction: rtl;
}


#menu .sub-menu .sub-menu {
    right: 100%;
    left: inherit;
}

#featured .description {
    font-size: 13px;
    letter-spacing: 0.5px;
}

#featured i.icon {
    display: block;
    margin: auto;
    height: 30px;
    font-size: 30px;
    margin-bottom: 5px;
}


.safir-faq .question .text {
    text-align: right;
    direction: rtl;
}


.safir-faq .icon.plus {
    left: 6px;
}


.aboutWidget .menuItem .title, .aboutWidget .menuItem .desc, .color1 .safirbutton {
    direction: rtl;
}

.owl-carousel .owl-wrapper {
    width: 100% !important;
}

#webDesigner {
    width: 100%;
    text-align: center;
    background-color: #4F4F54;
    color: white;
    direction: rtl;
    font-size: 13px;
}

    #webDesigner a {
        color: #FFDE15;
    }


#content form input[type=text], #content form input[type=password], #content form input[type=email], #content form textarea, #content form select, #content form input[type=submit] {
    font-family: BKoodak;
}




#content form .wpcf7-form-control-wrap {
    float: left;
}

    #content form .wpcf7-form-control-wrap input {
        width: 100%;
        text-align: right;
        direction: rtl;
    }

#wowslider-container1 {
    z-index: 0 !important;
}

#menu .fa-angle-left {
    float: left;
    padding: 10px;
}

.mainHeading .title {
    float: right;
    font-size: 20px;
    padding: 10px;
    direction: rtl;
}

.reading {
    direction: rtl;
}

#spot .header {
    font-size: 14px;
}

    #spot .header .fa {
        font-size: 10px;
        margin-top: 0px;
        height: 16px;
        width: 12px;
        margin: 0px 5px;
    }


#spot .innerContainer {
    padding: 0 5px;
    direction: rtl;
    text-align: right;
}

.safirCustomMenu a {
    direction: rtl;
}


.sideMenuItem .sub-menu {
    transition: background-color 0.5s ease;
}

.productItem {
    margin: 0px 8px;
    float: right;
    width: 47%;
}


#homeCats .owl-item {
    width: 100% !important;
}

#homeCats .homeCatsitem {

    display: inline-block;
    direction: rtl;
    margin: 0px auto;
}


#tbPrDetail {
    text-align: center;
    color: #444;
}

    #tbPrDetail .orta {
        text-align: center;
        font-size: 16px;
    }

    #tbPrDetail tr:nth-of-type(even) {
        background: #e2e2e2;
        border: 1px solid #ccc;
    }

    #tbPrDetail tr:nth-of-type(odd) {
        background: #fff;
        border: 1px solid #ccc;
    }


#tbPrDetailTit {
    background: #e2e2e2;
    border: 1px solid #ccc;
    padding: 0px 25px;
    border-radius: 10px 0px 0px 0px;
}


ul.tab-me-tabs li {
    float: right;
}

.post.standard .title {
    text-align: center;
    display: inherit;
    direction: rtl;
}

.articleList {
}

    .articleList .items .post {
        height: 300px;
    }

        .articleList .items .post .thumb {
            height: 185px;
            width: 100%;
            float: right;
            margin: 5px;
            border: 1px solid #ccc;
            padding: 5px;
            border-radius: 5px;
        }

            .articleList .items .post .thumb img {
                height: 100%;
            }

        .articleList .items .post .detail {
            height: 187px;
        }

            .articleList .items .post .detail .summary {
                line-height: 18px;
                font-size: 15px;
                text-align: justify;
                direction: rtl;
                color: #444;
                height: 100%;
            }

.post.standard .meta .more {
    direction: rtl;
}



#pager {
    display: inline-block;
    width: 100%;
    text-align: center;
    direction: rtl;
    margin: 10px 0px;
}

    #pager .page {
        width: 30px;
        height: 20px;
        border-radius: 10px;
        margin: 0 auto;
        margin-right: 3px;
        display: inline-block;
        cursor: pointer;
        color: white;
        padding: 0px;
        text-align: center;
        background: #ccc;
    }

        #pager .page.active, #pager .page:hover {
            background: #18B7B7;
        }

.galleryList {
}

    .galleryList .items .post {
        height: 150px;
        overflow: hidden;
    }

        .galleryList .items .post .thumb {
            height: 125px;
        }

            .galleryList .items .post .thumb img {
                height: 100%;
            }

        .galleryList .items .post .detail {
            height: 100%;
            overflow: hidden;
        }

            .galleryList .items .post .detail .summary {
                height: 84px;
            }


    .galleryList .post img {
        background-color: #E6E6E6;
        width: auto;
        height: 70px;
    }

.form {
    float: right;
    width: 100%;
}

#contactBlock .form {
    float: left;
}

#contactBlock .info, #contactBlock .info .item .icon, #contactBlock .info .item .dots, #contactBlock .info .item .cell {
    float: right;
}

    #contactBlock .info .item .row div, #contactBlock .info .item {
        text-align: right;
        direction: rtl;
    }

        #contactBlock .info .item .row div {
            font-size: 15px;
            height: auto;
            padding: 10px;
        }


#contactBlock .info {
    direction: rtl;
}


#contactBlock .form form input[type=text], #contactBlock .form form input[type=password], #contactBlock .form form input[type=email], #contactBlock .form form textarea, #contactBlock .form form select {
    direction: rtl;
    text-align: right;
}


.reading, .reading p, .reading li {
    font-size: 16px;
}

#mainForm {
    direction: rtl;
    text-align: right;
    float: right;
}


    #mainForm form input[type=text], #mainForm form input[type=password], #mainForm form input[type=email], #mainForm form textarea, #mainForm form select, #mainForm form input[type=submit] {
        font-family: BKoodak;
        float: right;
        max-width: none;
        width: 55%;
        text-align: right;
    }

    #mainForm form textarea {
        width: 80%;
        max-width: 100%;
    }

    #mainForm form input[type=submit] {
        width: 150px;
        float: left;
        text-align: center;
        direction: rtl;
        margin: 5px;
        color: white;
    }

        #mainForm form input[type=submit].submit {
        }

        #mainForm form input[type=submit].reset {
            background-color: orange;
        }

        #mainForm form input[type=submit].delete {
            background-color: orangered;
        }

    #mainForm .btn {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 10px 0px;
    }


.frmContent {
    direction: rtl;
    text-align: right;
    float: right;
    width: 100%;
    padding: 10px 15px;
}

    .frmContent label {
        direction: rtl;
        text-align: right;
        float: right;
        width: 100%;
        color: #555;
    }


.formSelect .productItem {
    width: 40%;
    float: right;
    text-align: center;
    font-size: 13px;
    margin: 5px;
}

    .formSelect .productItem img {
        width: 100%;
        float: right;
    }


.reading .gallery .gallery-item {
    float: right;
}

#footer-social {
    width: 52%;
}

#tagsCon {
    display: inline-block;
    height: 133px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

    #tagsCon h6 {
        float: right;
        width: 100%;
        color: #fff;
        text-align: right;
        font-size: 13px;
        border-bottom: 2px solid #e2e2e2;
        padding-right: 20px;
    }

    #tagsCon #tagsList {
        float: right;
        width: 100%;
        direction: rtl;
        height: 103px;
        overflow-x: hidden;
        background: #e2e2e2;
        padding: 5px;
        margin-top: 5px;
        overflow-y: scroll;
    }

        #tagsCon #tagsList p {
            padding: 0px 6px;
            background: #56565b;
            width: auto;
            float: right;
            display: inline-block;
            border-radius: 3px;
            margin: 2px;
        }

            #tagsCon #tagsList p a {
                width: auto;
                color: #fff;
                display: inline-block;
                line-height: 20px;
                font-size: 12px;
                font-family: BKoodak,Tahoma !important;
                height: auto;
                border-radius: 0px;
                background: transparent;
                box-shadow: none;
                margin: 0px;
            }

#content, .safirCustomMenu .toggle.icon {
    float: left;
}

aside, .safirCustomMenu a .title, .safirCustomMenu a .arrow.icon {
    float: right;
}

.safirCustomMenu a .arrow.icon {
    margin-left: 10px;
    margin-right: 0px;
}

.safirCustomMenu a .arrow.icon {
    line-height: 25px;
}

    .safirCustomMenu a .arrow.icon:before {
        content: none;
    }


.aboutWidget .onepagelink {
    color: #FFFFFF;
}
