﻿@media all {


    a:hover {
        color: black;
        text-decoration: none;
    }

    a:hover {
        color: #990608;
        text-decoration: none;
        transition: all 0.3s;
    }

    a:focus, a:hover {
        color: #b93434;
        outline: none;
        text-decoration: none;
    }

    .fa {
        color: #bf1010;
    }
}

article {
    display: block;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

img {
    border: 0;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

button, input {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 100% 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, p {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}



a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

h2, h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 10px;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul {
        margin-bottom: 0;
    }

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-12, .col-md-3, .col-md-5, .col-md-7, .col-md-9, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12 {
    float: right;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width:992px) {
    .col-md-12, .col-md-3, .col-md-5, .col-md-7, .col-md-9 {
        float: right;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }
}

.pagination {
    display: inline-block;
    padding-right: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a {
            position: relative;
            float: right;
            padding: 6px 12px;
            margin-right: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

            .pagination > li > a:focus, .pagination > li > a:hover {
                z-index: 2;
                color: #23527c;
                background-color: #eee;
                border-color: #ddd;
            }

.pager {
    padding-right: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .container:after, .container:before, .pager:after, .pager:before, .row:after, .row:before {
        display: table;
        content: " ";
    }

    .container:after, .pager:after, .row:after {
        clear: both;
    }

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa-search:before {
    content: "\f002";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-bookmark:before {
    content: "\f02e";
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

@media (min-width:768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.rtl {
    direction: rtl;
}

:active, :focus {
    outline: none !important;
}

a:focus, a:hover {
    text-decoration: none;
}

h2, h4 {
    margin: 0 0 20px;
    line-height: 1.5;
    font-weight: 400;
}

p {
    margin: 0 0 15px;
}

img {
    max-width: 100%;
}

.lft-tools ul, .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-item .lft-tools:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: inline-block;
}

.post-item {
    overflow: hidden;
}

    .post-item .lft-tools {
        float: right;
        position: relative;
        margin: -75px 15px 15px 0;
        width: 70px;
        padding: 0;
        text-align: center;
        font-size: 11px;
    }

        .post-item .lft-tools:before {
            -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.05);
            box-shadow: 0 0 2px 1px rgba(0,0,0,0.05);
            z-index: -1;
        }

        .post-item .lft-tools li {
            padding: 12px 10px 11px;
        }

            .post-item .lft-tools li:last-child, .post-item .lft-tools li:first-child {
                border-bottom: 0;
            }

            .post-item .lft-tools li:first-child {
                padding: 14px 10px 13px;
            }

                .post-item .lft-tools li:first-child i {
                    color: #fff !important;
                }

            .post-item .lft-tools li i {
                display: block;
                clear: both;
                margin-bottom: 3px;
                font-size: 25px;
            }

.blog-posts .post-item {
    clear: both;
    margin-bottom: 0;
    position: relative;
    background-color: transparent;
}

.blog-posts:not(.timeline) .post-item {
    overflow: hidden;
}

.post-item:hover .lft-tools .main-bg {
    background-color: #222;
}

.blog-posts .post-item .lft-tools {
    top: 0;
    position: absolute;
    right: 0;
    margin: 0;
    height: 100%;
    border: 1px rgba(0,0,0,.1) solid;
    background-color: rgba(0,0,0,0.01);
}

.sidebar-widgets .widget {
    position: relative;
    z-index: 3;
    clear: both;
}

.sidebar-widgets:after {
    position: absolute;
    width: 500%;
    height: 100%;
    left: auto;
    top: 0;
    content: "";
    display: inline-block;
    z-index: 0;
    margin-right: -20px;
    box-shadow: inset -15px 0 15px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: inset -15px 0 15px -10px rgba(0,0,0,.1);
}

.widget h4.widget-title {
    margin-right: -20px;
    padding: 12px 20px;
    border-right-width: 0 !important;
    box-shadow: 0 5px 5px -4px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 5px 5px -4px rgba(0,0,0,0.11);
    font-size: 17px;
    text-transform: uppercase;
}

.sidebar-widgets .widget-content {
    overflow: hidden;
}

.sidebar-widgets li.widget {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.search-widget .txt-box {
    height: 40px;
    padding: 0 10px 0 35px;
    width: 100%;
    border: 0;
    font-size: 13px;
}

.search-widget .widget-content {
    position: relative;
}

.search-widget button {
    background: transparent !important;
    border: 0 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 40px !important;
    font-size: 11px !important;
    padding: 0 13px !important;
    background: rgba(0,0,0,0.1) !important;
    right: unset !important;
}

.sidebar .widget {
    background-color: unset;
    border: unset;
    border-radius: unset;
    padding: unset;
}

.widget-content .tags {
    overflow: hidden;
}

.main-content {
    padding-left: 40px;
}

.xs-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.md-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

[class*="-padding"]:after {
    clear: both;
    display: table;
    content: " ";
}

a, .lft-tools li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width:992px) {
    .row-eq-height {
        display: block;
    }

    .post-item {
        margin-bottom: 20px;
    }

    [class*="col-md-"] {
        clear: both;
    }
}

@media (max-width:768px) {
    [class*="col-md-"] {
        clear: both;
    }
}

@media (max-width:320px) {
    .post-item .lft-tools {
        float: none;
        margin: -20px 0 10px;
        width: auto;
        overflow: hidden;
    }

        .post-item .lft-tools ul {
            display: table;
            width: 100%;
        }

        .post-item .lft-tools li {
            display: table-cell;
            text-align: center;
            border-top-width: 0 !important;
            font-size: 0;
        }
}

* {
    font-family: Roboto;
    font-size: 12px;
}

.ltr {
    direction: ltr;
}

.divider {
    position: relative;
    width: 100%;
}

hr.dev-style3 {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: transparent;
    position: relative;
}

    hr.dev-style3:before {
        position: absolute;
        font: normal normal normal 17px/1 FontAwesome;
        content: "\f0c4";
        display: inline-block;
        bottom: -8px;
        right: 0;
    }

.post-item .lft-tools, .widget h4.widget-title {
    background-color: #fff;
}


.post-item, .sidebar-widgets:after {
    background-color: #f7f7f7;
}

.sidebar-widgets {
    background-color: #f0f0f0;
}

.widget h4.widget-title {
    border: 1px #eee solid;
}

hr {
    border-color: #ddd;
}

.post-item .lft-tools li {
    border-bottom: 1px #e2e2e2 dashed;
}

    .post-item .lft-tools li i {
        color: #bbb;
    }

a:hover, .main-color {
    color: #26abff;
}

.main-bg {
    background-color: #26abff;
    color: #fff;
}

.widget h4.widget-title {
    background-color: #fff;
}



.post-item, .sidebar-widgets:after {
    background-color: #f7f7f7;
}

.sidebar-widgets {
    background-color: #f0f0f0;
}

.widget h4.widget-title {
    border: 1px #eee solid;
}

hr {
    border-color: #ddd;
}

a:hover, .main-color {
    color: #26abff;
}

.main-bg {
    background-color: #26abff;
    color: #fff;
}
/*! CSS Used from: Embedded */
h2 {
    font-size: 24px;
}

.article-content {
    margin-right: 90px;
    padding: 0;
}

.pagingBtns-next {
    float: left;
}

.pagingBtns-prev {
    float: right;
}

img {
    padding: 5px 5px 5px 5px;
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

    .owl-carousel.owl-loaded {
        display: block;
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa-search:before {
    content: "\f002";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-bookmark:before {
    content: "\f02e";
}

.top-head.fixed-head {
    position: unset !important;
    background-color: #838383cc !important;
}

.nav li {
    cursor: pointer;
}

body {
    direction: rtl;
    /*background-color: #f7f7f7;*/
}

.main-raised {
    margin: 6px 6px 26px 6px;
    padding: 6px 6px 6px 6px;
    height: 269px;
    border-radius: 6px;
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, .1), 0 1px 1px 1px rgba(0, 0, 0, 0.12), 0 7px 11px -5px rgba(0, 0, 0, 0.1);
}

.h1, h1 {
    font-size: 26px;
}

.h2, h2 {
    font-size: 24px;
}

.article-content {
    margin-right: 90px;
    padding: 0;
}

.pagingBtns-next {
    float: left;
}

    .pagingBtns-next::before {
    }

.pagingBtns-prev {
    float: right;
}

img {
    padding: 5px 5px 5px 5px;
}

.pagingBtns-prev:after {
}

mark {
    font-size: inherit;
    font-family: inherit;
}

.highlight {
    font-size: inherit;
    background: rgba(255, 249, 150, 0.71);
    padding: 0 0 0 0;
}

.light {
    background-color: yellow;
}
