@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2");
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2");
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2");
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2");
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2");
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2");
}

body, figure {
    margin: 0;
}

html {
    font-family: iransans, tahoma, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.ltr {
    direction: ltr !important;
}

.content {
    content-visibility: visible;
    contain-intrinsic-size: 700px;
}

article, aside, figcaption, figure, footer, header, main, menu, nav, section, summary, picture {
    display: block;
}

.media-list, .nav {
    list-style: none;
}

audio, progress {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    margin: 0.67em 0;
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: -0.25em;
}

*, :after, :before, input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

textarea {
    overflow: auto;
}

code {
    font-size: 1em;
}

button, input, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

@media print {
    img, tr {
        page-break-inside: avoid;
    }

    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td {
        background-color: #fff !important;
    }

    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

.modal-content {
    -webkit-background-clip: padding-box;
}

.img-thumbnail, body {
    background-color: #fdfdfd;
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

figcaption a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    font-size: 16px;
}

.img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 15px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

[role="button"] {
    cursor: pointer;
}

.h1, h1 {
    font-size: 25px;
}

.h2, h2 {
    font-size: 23px;
}

.h3, h3 {
    font-size: 20px;
}

.h5, .h4, h5, h4 {
    font-size: 18px;
}

.h6, h6 {
    font-size: 16px;
}

p {
    margin: 0 0 10px;
}

.small, small {
    font-size: 85%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-primary {
    color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus, a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}

.d-block {
    display: block;
}

table {
    background-color: transparent;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol, ul {
    margin-top: 0;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

ol, ul {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

code {
    padding: 2px 4px;
    font-size: 90%;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1270px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: right;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: right;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: right;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-weight: 200;
}

.table > tbody > tr > td, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    color: #333652;
}

.table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #076f6c;
}

.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr > td.active, .table > thead > tr.active > td, .table > thead > tr > td.active {
    background-color: #ebffee;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr > td.success, .table > thead > tr.success > td, .table > thead > tr > td.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr > td.info, .table > thead > tr.info > td, .table > thead > tr > td.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr > td.warning, .table > thead > tr.warning > td, .table > thead > tr > td.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover {
    background-color: #faf2cc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .home-style-pic > .col-sm-12 {
        padding: 5px 10px !important;
        margin: 5px 0 !important;
    }

    .sec-code button[type="submit"] {
        width: 100px !important;
        padding: 0 !important;
    }

    .sec-code input[type="text"] {
        width: 110px !important;
        margin-right: 5px;
        top: -19px;
    }

    .no-mob {
        display: none !important;
    }

    .br-bt {
        border-bottom: 1px solid #e2e2e2 !important;
        margin-top: 5px !important;
    }

    .margin-top-other-post {
        margin-top: 15px;
        padding: 0;
    }

    .home-banner, .home-banner #telegram {
        margin: 10px 0 0 !important;
    }

    .style4 > ul.margin-top-other-post {
        margin-top: -15px;
    }

    .style4 > .post-wrap-list li {
        width: 100% !important;
    }

    .style4 > .post-content {
        padding: 10px 0 0 !important;
    }

    .post-wrap-list .post-content a {
        padding: 0 !important;
    }

    .row .style4:first-child {
        border-bottom: none !important;
    }

    .post-wrap-list .post-content a {
        font-size: 16px;
    }

    .home-style-pic {
        display: flow-root !important;
    }

    a.more {
        bottom: -20px;
    }

    .home-post-img .hover-link .post-title h3 {
        font-size: 17px !important;
    }

    .blog-social ul li {
        margin: 0 0 0 5px !important;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > thead > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th {
        border-bottom: 0;
    }
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0;
    line-height: normal;
}

.form-control {
    display: block;
    line-height: 1.42857143;
    color: #555;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled] {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
    border-radius: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control, input[type="time"].form-control {
        line-height: 34px;
    }

    .input-group-sm input[type="date"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"], .input-group-sm input[type="time"], input[type="date"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, input[type="time"].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type="date"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"], .input-group-lg input[type="time"], input[type="date"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, input[type="time"].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 10px;
}

input[type="checkbox"][disabled], input[type="radio"][disabled] {
    cursor: not-allowed;
}

.form-group-sm .form-control, .input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
}

.input-sm {
    height: 30px;
    line-height: 1.5;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5;
}

.form-group-lg .form-control, .input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}

.input-lg {
    height: 46px;
    line-height: 1.3333333;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px !important;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default.active, .btn-default:active, .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.active, .btn-default:active {
    background-image: none;
}

.btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #1161a7;
    border-color: #c83c1d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0d5798;
    border-color: #0d5798;
}

.btn-primary.active, .btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    background-image: none;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #03802e;
    border-color: #4cae4c;
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success.active, .btn-success:active, .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.active, .btn-success:active {
    background-image: none;
}

.btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info.active, .btn-info:active, .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.active, .btn-info:active {
    background-image: none;
}

.btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #521211;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.active, .btn-warning:active {
    background-image: none;
}

.btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover {
    color: #777;
    text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group {
    margin: -5px 0;
}

.btn-group > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

[data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group, .input-group-btn, .input-group-btn > .btn, .nav > li, .nav > li > a {
    position: relative;
}

.input-group {
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control, .input-group-btn {
    display: table-cell;
}

.nav > li, .nav > li > a {
    display: block;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 10px;
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
}

.nav > li > a {
    padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-justified > li {
    float: none;
}

.nav-justified {
    width: 100%;
    float: none;
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.modal, .progress {
    overflow: hidden;
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.pagination {
    display: inline-block;
}

.btn .badge {
    top: -1px;
    position: relative;
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #0d5798;
    border-color: #0d5798;
    cursor: default;
    padding: 8px 15px;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
}

.badge {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.thumbnail {
    display: block;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.alert, .thumbnail {
    margin-bottom: 20px;
}

.alert .alert-link, .close {
    font-weight: 700;
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7;
}

.alert {
    font-weight: 200;
    padding: 16px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 15px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.modal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #f7d9d9;
    border-color: #f1bcbe;
    color: #8c3c42;
}

.alert-warning .alert-link, .alert-danger .alert-link {
    color: #66512c;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-info, .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    zoom: 1;overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.list-group, .media-list {
    padding-left: 0;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group {
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.close {
    line-height: 1;
}

.panel {
    direction: rtl;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-title, .panel > .list-group, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    font-size: 16px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child {
    border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
    border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
    border-right: 0;
}

.table thead > tr > td, .table thead > tr > th {
    background-color: #0d5798 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-warning {
    border-color: #faebcc;
    text-align: center;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.close {
    float: left;
    font-size: 26px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.4;
}

.modal-title, .tooltip {
    line-height: 1.42857143;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.7;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    top: 50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-footer {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: 0;
}

.modal-title {
    margin: 0;
}

.modal-body {
    left: 0;
    right: 0;
    overflow-y: auto;
    position: relative;
    padding: 15px;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 850px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    line-break: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.9;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px;
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0;
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}

.clearfix:after, .clearfix:before, .container:after, .container:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .modal-footer:after, .modal-header:after, .nav:after, .panel-body:after, .row:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

@media (min-width: 1200px) {
    .hidden-lg, .menu-link {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

.btn-comment.active, .btn-comment:active, .btn-facebook.active, .btn-facebook:active, .btn-linkedin.active, .btn-linkedin:active, .btn-telegram.active, .btn-telegram:active, .btn-twitter.active, .btn-sharemob:active, .btn-sharemob.active, .btn-twitter:active, .btn-whatsapp.active, .btn-whatsapp:active {
    background-image: none;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
    padding-left: 61px;
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social.btn-sm {
    padding-left: 38px;
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social.btn-xs {
    padding-left: 30px;
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon {
    position: relative;
    text-align: left;
    height: 33px;
    width: 31px;
    padding: 0;
    font-size: 14px !important;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 34px;
    font-size: 1.6em;
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important;
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}

#top-addcomment {
    color: #fff !important;
    font-size: 23px !important;
    margin: -2px 0 0;
}

.send-comment {
    border-radius: 5px !important;
    width: 33px;
    height: 33px;
}

.btn-sharemob-useful {
    background: #0962c0;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
}

.btn-sharemob-useful i {
    font-size: 23px !important;
    vertical-align: middle;
}

.btn-sharemob i, .btn-sharemob-end-post i {
    color: #0d5798 !important;
    font-size: 38px !important;
}

.btn-sharemob i:hover, .btn-sharemob i:active, .btn-sharemob-end-post i:hover, .btn-sharemob-end-post i:active {
    color: #1a83e0 !important;
    font-size: 38px !important;
}

.blog-social ul li.btn-sharemob {
    margin: 10px 0 0 !important;
    cursor: pointer;
}

.blog-social ul li.btn-sharemob-end-post {
    margin: -1px 0 0 !important;
    cursor: pointer;
}

.btn-facebook {
    color: #fff;
    background-color: #0d5798;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook.active, .btn-facebook.focus, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook.active.focus, .btn-facebook.active:focus, .btn-facebook.active:hover, .btn-facebook:active.focus, .btn-facebook:active:focus, .btn-facebook:active:hover {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook[disabled], .btn-facebook[disabled].active, .btn-facebook[disabled].focus, .btn-facebook[disabled]:active, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:hover {
    background-color: #0d5798;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
    color: #0d5798;
    background-color: #fff;
}

.btn-telegram, .btn-telegram.active, .btn-telegram.focus, .btn-telegram:active, .btn-telegram:focus, .btn-telegram:hover {
    color: #fff;
    background-color: #08c;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-telegram.active.focus, .btn-telegram.active:focus, .btn-telegram.active:hover, .btn-telegram:active.focus, .btn-telegram:active:focus, .btn-telegram:active:hover {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-telegram[disabled], .btn-telegram[disabled].active, .btn-telegram[disabled].focus, .btn-telegram[disabled]:active, .btn-telegram[disabled]:focus, .btn-telegram[disabled]:hover {
    background-color: #0d5798;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-telegram .badge {
    color: #0d5798;
    background-color: #fff;
}

.btn-whatsapp, .btn-whatsapp.active, .btn-whatsapp.focus, .btn-whatsapp:active, .btn-whatsapp:focus, .btn-whatsapp:hover {
    color: #fff;
    background-color: #00bfa5;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-whatsapp.active.focus, .btn-whatsapp.active:focus, .btn-whatsapp.active:hover, .btn-whatsapp:active.focus, .btn-whatsapp:active:focus, .btn-whatsapp:active:hover {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-whatsapp[disabled], .btn-whatsapp[disabled].active, .btn-whatsapp[disabled].focus, .btn-whatsapp[disabled]:active, .btn-whatsapp[disabled]:focus, .btn-whatsapp[disabled]:hover {
    background-color: #0d5798;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-whatsapp .badge {
    color: #0d5798;
    background-color: #fff;
}

.btn-comment, .btn-comment.active, .btn-comment.focus, .btn-comment:active, .btn-comment:focus, .btn-comment:hover {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-comment.active.focus, .btn-comment.active:focus, .btn-comment.active:hover, .btn-comment:active.focus, .btn-comment:active:focus, .btn-comment:active:hover {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-comment[disabled], .btn-comment[disabled].active, .btn-comment[disabled].focus, .btn-comment[disabled]:active, .btn-comment[disabled]:focus, .btn-comment[disabled]:hover {
    background-color: #0d5798;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-comment .badge {
    color: #0d5798;
    background-color: #fff;
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram.active, .btn-instagram.focus, .btn-instagram:active, .btn-instagram:focus, .btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram.active.focus, .btn-instagram.active:focus, .btn-instagram.active:hover, .btn-instagram:active.focus, .btn-instagram:active:focus, .btn-instagram:active:hover {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram.active, .btn-instagram:active {
    background-image: none;
}

.btn-instagram[disabled], .btn-instagram[disabled].active, .btn-instagram[disabled].focus, .btn-instagram[disabled]:active, .btn-instagram[disabled]:focus, .btn-instagram[disabled]:hover {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff;
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin.active, .btn-linkedin.focus, .btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin.active.focus, .btn-linkedin.active:focus, .btn-linkedin.active:hover, .btn-linkedin:active.focus, .btn-linkedin:active:focus, .btn-linkedin:active:hover {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin[disabled], .btn-linkedin[disabled].active, .btn-linkedin[disabled].focus, .btn-linkedin[disabled]:active, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled]:hover {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff;
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter.active, .btn-twitter.focus, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter.active.focus, .btn-twitter.active:focus, .btn-twitter.active:hover, .btn-twitter:active.focus, .btn-twitter:active:focus, .btn-twitter:active:hover {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter[disabled], .btn-twitter[disabled].active, .btn-twitter[disabled].focus, .btn-twitter[disabled]:active, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:hover {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff;
}

.blog-social ul li, .cr-nav li > ul, .post-badge, .post-detail img, :after, :before, a, button, h1, h2, h3, h4, h5, h6, p {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@-webkit-keyframes rotate_pacman_half_up {
    0%, 100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate_pacman_half_up {
    0%, 100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0%, 100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate_pacman_half_down {
    0%, 100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}

@keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}

.scrollup {
    display: none;
    cursor: pointer;
    font-size: 20px;
    padding: 7px 10px;
    position: fixed;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 20px;
    right: 25px;
    line-height: 35px;
    z-index: 50;
}

.scrollup:hover {
    bottom: 18px;
}

#thumbnail-slider {
    height: 550px;
    display: inline-block;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    z-index: 100;
    width: 100%;
}

#thumbnail-slider div.inner {
    background-color: #444;
    padding: 0 12px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 0;
}

#thumbnail-slider div.inner > ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    float: left !important;
    width: auto !important;
    height: auto !important;
}

#thumbnail-slider > ul > li {
    opacity: 1;
    display: block;
    border: 3px solid transparent;
    margin: 4px 0;
    transition: all 0.5s;
    text-align: center;
    padding: 0;
    position: relative;
    list-style: none;
    box-sizing: content-box;
    backface-visibility: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#thumbnail-slider ul li.active {
    border-color: #fff;
    -webkit-filter: initial;
    filter: initial;
}

#thumbnail-slider li:hover {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

#thumbnail-slider .thumb {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    font-size: 0;
}

#thumbnail-slider-next, #thumbnail-slider-prev {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.6s;
    backface-visibility: hidden;
    display: none;
}

#thumbnail-slider-prev {
    top: 0;
}

#thumbnail-slider-next {
    bottom: 0;
}

.md-show.md-effect-18 ~ .container, .md-show.md-effect-19 ~ .container {
    overflow: hidden;
    height: 100%;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    color: #fff;
    background: #e74c3c;
    position: relative;
    border-radius: 15px;
    margin: 0 auto;
}

.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
}

.md-content > div ul {
    margin: 0;
    padding: 0 0 30px 20px;
    margin: 0;
    padding: 0 0 30px 20px;
}

.md-content > div ul li {
    padding: 5px 0;
}

.md-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-effect-2 .md-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-effect-3 .md-content, .md-effect-7 .md-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.md-show.md-effect-2 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.md-effect-4 .md-content {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
}

.md-effect-4 .md-content, .md-show.md-effect-4 ~ .md-overlay {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
}

.md-effect-5.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-6.md-modal, .md-effect-8.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-5 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}

.md-show.md-effect-5 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateZ(0) rotateX(0);
    -moz-transform: translateZ(0) rotateX(0);
    -ms-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0);
    opacity: 1;
}

.md-effect-6 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
}

.md-show.md-effect-6 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    -moz-transform: translate(0) translateZ(0) rotate(0);
    -ms-transform: translate(0) translateZ(0) rotate(0);
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1;
}

.md-effect-7 {
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.md-effect-7 .md-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    transition: all 0.3s;
    opacity: 0;
}

.md-effect-8 .md-content, .md-effect-9 .md-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.md-show.md-effect-7 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0 0 3px 3px;
    opacity: 1;
}

.md-effect-10.md-modal, .md-effect-9.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-8 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    transition: all 0.3s;
    opacity: 0;
}

.md-show.md-effect-8 .md-content {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
}

.md-effect-9 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    transition: all 0.3s;
    opacity: 0;
}

.md-show.md-effect-9 .md-content {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}

.md-effect-13.md-modal, .md-effect-14.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-10 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}

.md-effect-11 .md-content {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #e74c3c;
}

.md-effect-12 .md-content, .md-effect-12 .md-content h3 {
    background: 0 0;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-effect-13 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}

.md-show.md-effect-13 .md-content {
    -webkit-animation: slit 0.7s forwards ease-out;
    -moz-animation: slit 0.7s forwards ease-out;
    animation: slit 0.7s forwards ease-out;
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: 0.5;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: 0.5;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
}

.md-effect-14 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
    -webkit-transform: translateY(0) rotateX(0);
    -moz-transform: translateY(0) rotateX(0);
    -ms-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0);
    opacity: 1;
}

.md-effect-15.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-15 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    -moz-transform: translateZ(0) translateX(0) rotateY(0);
    -ms-transform: translateZ(0) translateX(0) rotateY(0);
    transform: translateZ(0) translateX(0) rotateY(0);
    opacity: 1;
}

.md-show.md-effect-16 ~ .md-overlay {
    background: rgba(180, 46, 32, 0.5);
}

.md-show.md-effect-16 ~ .container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}

.md-effect-16 .md-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}

.md-effect-16 .md-content, .md-show.md-effect-16 ~ .container {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.md-show.md-effect-17 ~ .container {
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.md-show.md-effect-17 ~ .container, .md-show.md-effect-17 ~ .md-overlay {
    -webkit-transform: rotateX(-2deg);
    -moz-transform: rotateX(-2deg);
    -ms-transform: rotateX(-2deg);
    transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.md-effect-17 .md-content {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}

.md-show.md-effect-18 ~ .md-overlay {
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container, .md-show.md-effect-18 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
    -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0 50%;
    -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
    animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(-200px);
    }
}

@-moz-keyframes rotateRightSideFirst {
    50% {
        -moz-transform: translateZ(-50px) rotateY(5deg);
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(-200px);
    }
}

@keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateZ(-200px);
    }
}

.md-effect-18 .md-content {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
}

.md-show.md-effect-18 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}

.md-show.md-effect-19 ~ .md-overlay {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container, .md-show.md-effect-19 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: OpenTop 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 50% 100%;
    -moz-animation: OpenTop 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out;
    }
}

@-moz-keyframes OpenTop {
    50% {
        -moz-transform: rotateX(10deg);
        -moz-animation-timing-function: ease-out;
    }
}

@keyframes OpenTop {
    50% {
        transform: rotateX(10deg);
        animation-timing-function: ease-out;
    }
}

.md-effect-19 .md-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
}

.md-show.md-effect-19 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}

@media screen and (max-width: 32em) {
    body {
        font-size: 75%;
    }
}

.input-append.date .add-on i {
    margin-top: 3px;
}

.input-append.date .add-on {
    cursor: pointer;
}

@media (max-width: 1280px) {
    .logo-des {
        font-size: 16px !important;
    }

    .login-modal.md-modal {
        width: 30%;
        height: 90%;
        overflow-y: auto;
    }
}

@media (max-width: 1200px) {
    .logo-des {
        font-size: 16px !important;
    }

    .login-modal.md-modal {
        width: 30%;
        height: 90%;
        overflow-y: auto;
    }

    .container {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .cr-nav > ul > li > a, .cr-nav > ul > li > span {
        padding: 28px 8px;
        text-transform: capitalize;
        color: #333;
        position: relative;
        font-size: 16px;
    }

    .zappdownload .col-sm-3 {
        width: 32%;
        margin: 0 2px;
        font-size: 15px;
    }

    .login-modal.md-modal {
        width: 30%;
        height: 90%;
        overflow-y: auto;
    }

    .post-wrap .post-thumb {
        margin: 0 6px 0 0;
    }

    .side-bar .post-meta li {
        font-size: 11px;
    }
}

@media (max-width: 1024px) {
    .logo-res a {
        font-size: 16px;
        color: #fff;
        padding-top: 10px;
        font-weight: 500;
    }

    .logo-res a:hover, .logo-res a:active, .logo-res a:focus {
        color: #fff;
    }

    .logo-des {
        font-size: 16px !important;
    }

    .zappdownload .col-sm-3 {
        width: 32% !important;
        margin: 0 2px !important;
        font-size: 15px !important;
    }

    .login-modal.md-modal {
        width: 30%;
        height: 90%;
        overflow-y: auto;
    }

    .news-sections .post-thumb .thumb-over a h5 {
        font-size: 16px;
    }

    .post-detail-wrap .post.style-1 {
        margin: 0 0 30px;
    }

    .goals-detail ul li span:first-child {
        min-width: 110px;
    }
}

@media (max-width: 991px) and (orientation: landscape) {
    .modal-dialog {
        width: 700px !important;
        margin: 30px !important;
    }
}

@media (max-width: 991px) {
    .related_posts p {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .post-content h4, .post-info h3 {
        text-transform: capitalize;
    }

    .text-left {
        float: left;
    }

    .md-modal.search-modal {
        width: 50% !important;
    }

    .comment-avartar, .top-right {
        display: none !important;
    }

    a:active, a:focus {
        color: #fff;
    }

    .search-modal .search-form .form-control {
        font-size: 15px !important;
    }

    .comment-content-wrapper {
        padding-right: 0 !important;
    }

    .btn-group {
        float: left !important;
        margin: 4px 0 0 !important;
    }

    li.top-search {
        display: inline !important;
    }

    li.top-search .icon-search {
        font-size: 2.5em !important;
    }

    .header {
        display: none !important;
    }

    .zappdownload .col-sm-3 {
        width: 32% !important;
        margin: 0 2px !important;
        font-size: 15px !important;
    }

    .login-modal.md-modal {
        width: 30% !important;
        height: 90% !important;
        overflow-y: auto !important;
    }

    .post-detail {
        margin: 0 0 30px;
    }

    .post-wrap .post-thumb {
        display: block;
    }

    .post-wrap.small-post h5 {
        font-size: 16px;
    }

    .footer-widget {
        margin: 15px 0;
    }

    .post-meta li:last-child {
        float: none;
    }

    .social-style-2 li {
        margin: 0 3px 0 0;
    }

    .social-style-2 li a {
        font-size: 16px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .cr-nav {
        display: none;
    }

    .cr-add-nav li a {
        padding: 23px 15px;
    }

    .post-info h3 {
        font-size: 20px;
    }

    .custom-re {
        margin: 30px auto 0 !important;
    }

    .blog-social ul li {
        margin: 0 5px 0 0;
    }

    .blog-social.active ul li {
        margin: 0 1px 0 0;
    }
}

@media (max-width: 800px) {
    .text-left {
        float: left;
    }

    .md-modal.search-modal {
        width: 50% !important;
    }

    .comment-avartar, .top-right {
        display: none !important;
    }

    a:active, a:focus {
        color: #fff;
    }

    .search-modal .search-form .form-control {
        font-size: 15px !important;
    }

    .comment-content-wrapper {
        padding-right: 0 !important;
    }

    .btn-group {
        float: left !important;
        margin: 4px 0 0 !important;
    }

    li.top-search {
        display: inline !important;
    }

    li.top-search .icon-search {
        font-size: 2.5em !important;
    }

    .header {
        display: none !important;
    }

    .news-sections .post-thumb .post-meta {
        display: none;
    }

    .login-modal.md-modal {
        width: 30% !important;
        height: 90% !important;
        overflow-y: auto !important;
    }

    .news-sections .post-thumb .thumb-over a h5 {
        font-size: 16px;
    }

    .blog-social.active ul {
        margin: 2px 0 0;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .product-box-img img {
        width: 245px !important;
    }

    .product-title {
        margin-bottom: 0 !important;
        width: 300px;
    }

    .post-info h2 {
        font-size: 18px !important;
        margin: 0 !important;
    }

    .modal-body .col-xs-6 {
        width: 25% !important;
    }

    .modal-dialog {
        width: 650px !important;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .modal-dialog {
        width: 650px !important;
    }
}

@media (max-width: 768px) {
    .top-bar {
        padding: 0 !important;
    }

    .user-login {
        top: 8px !important;
    }

    audio {
        background: none !important;
    }

    span.product-box-head {
        right: 30px !important;
    }

    .price_container .product-newprice {
        font-size: 19px !important;
    }

    .product-type-info > ul li {
        width: 100% !important;
    }

    .m-6 {
        margin: 0 !important;
    }

    .product-box {
        margin: 40px 0 10px !important;
    }

    .product-picture, .show-comment {
        border-left: 0;
    }

    .product-dec h1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .login-modal .md-content {
        margin-top: 20%;
    }

    .childrencomments:first-child {
        margin-right: 0 !important;
    }

    .logo-res a {
        font-size: 16px;
        color: #fff;
        padding-top: 7px;
        font-weight: 500;
    }

    .logo-res a:hover, .logo-res a:active, .logo-res a:focus {
        color: #fff;
    }

    .cate-tab-navs {
        float: right !important;
    }

    .nav-justified {
        float: right;
    }

    .post-widget {
        margin-bottom: 0 !important;
    }

    .primary-heading {
        padding: 0 0 35px !important;
    }

    .logo-holder {
        padding: 4px 0;
    }

    .ui-dialog {
        width: 350px !important;
    }

    .footer-widget h3 {
        margin: -3px 6px 30px !important;
        padding: 0 20px !important;
    }

    h3.thumb-over, .quote {
        font-size: 16px !important;
    }

    .quote {
        padding: 7px !important;
    }

    .quote li {
        font-weight: 200;
        font-size: 16px;
    }

    .archieve-tabs .post .post-thumb {
        margin: 0 0 -15px !important;
    }

    .archieve-list {
        padding: 0 0 10px !important;
    }

    .archieve-list ul li a::before, .archieve-list ul li a:hover::after {
        right: 10px !important;
    }

    .archieve-list ul li {
        padding: 0 30px 0 0 !important;
    }

    .archieve-list ul li a {
        font-size: 16px !important;
    }

    .list2 li, .list3 li, .list4 li {
        font-size: 16px !important;
        width: 100% !important;
    }

    article h1 {
        font-size: 21px !important;
    }

    .post-info h2 {
        font-size: 22px !important;
    }

    .post-info h3 {
        font-size: 20px !important;
    }

    .post-info h4 {
        font-size: 18px !important;
    }

    .post-metafull {
        margin-bottom: 10px !important;
    }

    .related-content .title h3 {
        font-size: 15px !important;
    }

    p {
        font-size: 16px !important;
    }

    .text-left {
        float: left;
    }

    .md-modal.search-modal {
        width: 50% !important;
    }

    .comment-avartar, .top-right {
        display: none !important;
    }

    a:active, a:focus {
        color: #fff;
    }

    .search-modal .search-form .form-control {
        font-size: 15px !important;
    }

    .comment-content-wrapper {
        padding-right: 0 !important;
    }

    .btn-group {
        float: left !important;
        margin: 4px 0 0 !important;
    }

    li.top-search {
        display: inline !important;
    }

    li.top-search .icon-search {
        font-size: 2.5em !important;
    }

    .header {
        display: none !important;
    }

    .zappdownload .col-sm-3 {
        width: 32% !important;
        margin: 0 2px !important;
        font-size: 15px !important;
    }

    .contact-wrap, .content {
        margin: 0 0 30px;
    }

    .login-modal.md-modal {
        width: 30% !important;
        height: 90% !important;
        overflow-y: auto !important;
    }

    .pull-none {
        float: none !important;
    }

    .time-clock {
        padding: 15px 0;
    }

    .header-2 .cr-add-nav {
        display: block;
    }

    #inner-logo-2 {
        margin: 0 auto;
    }

    .top-bar-2 .logo-holder {
        float: none;
    }
}

@media (max-width: 767px) {
    .product-box-img {
        margin: 0 20px !important;
    }

    .post-full ol, .post-full ul {
        font-size: 16px !important;
        margin-top: 5px !important;
    }

    text-left {
        float: left;
    }

    .md-modal.search-modal {
        width: 50% !important;
    }

    .comment-avartar, .top-right {
        display: none !important;
    }

    a:active, a:focus {
        color: #fff;
    }

    .search-modal .search-form .form-control {
        font-size: 15px !important;
    }

    .comment-content-wrapper {
        padding-right: 0 !important;
    }

    .btn-group {
        float: left !important;
        margin: 4px 0 0 !important;
    }

    li.top-search {
        display: inline !important;
    }

    li.top-search .icon-search {
        font-size: 2.5em !important;
    }

    .header {
        display: none !important;
    }

    .zappdownload .col-xs-6 {
        width: 100%;
        margin: 3px;
    }

    .login-modal.md-modal {
        width: 30%;
        height: 100%;
        overflow-y: auto;
    }

    .r-pull-none {
        float: none !important;
    }

    .cate-tab-content.theme-padding {
        padding: 30px 0 0;
    }

    .cate-tab-content .post {
        margin: 0 0 30px;
    }

    .nav-justified > li > a {
        margin: 0;
    }

    .sub-footer ul {
        float: none !important;
    }

    .footer-widget .mb-20 span:before {
        top: 20px !important;
    }

    .post-content h2 {
        margin-top: 8px;
    }

    .post-widget .col-xs-12 {
        margin-bottom: 15px;
    }

    .post-widget .row .col-xs-12:last-child {
        margin-bottom: 0;
    }

    .aside-add img {
        width: 100%;
    }

    .post-detail-wrap .col-xs-12, .post-detail-wrap .post {
        margin: 0;
    }

    .archieve-list {
        padding: 0 30px 30px;
    }

    .archieve-tabs .post {
        padding-bottom: 15px;
    }

    .pagination {
        margin: 30px 0;
    }

    .blog-social.active ul {
        margin: 0;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .product-box-img {
        margin: 0 !important;
    }
}

@media (max-width: 667px) and (orientation: landscape) {
    .modal-dialog {
        width: 550px !important;
        margin: auto 10% !important;
    }
}

@media (max-width: 667px) {
    .related_posts p {
        font-size: 16px !important;
    }

    .top-left > li > a > i {
        padding: 0 !important;
    }

    .text-left {
        float: left;
    }

    .md-modal.search-modal {
        width: 60% !important;
    }

    .comment-avartar, .top-right {
        display: none !important;
    }

    a:active, a:focus {
        color: #fff;
    }

    .search-modal .search-form .form-control {
        font-size: 15px !important;
    }

    .comment-content-wrapper {
        padding-right: 0 !important;
    }

    .btn-group {
        float: left !important;
        margin: 4px 0 0 !important;
    }

    .top-right {
        margin-right: 14px;
    }

    li.top-search {
        display: inline !important;
    }

    .banner-thumbnail, .header {
        display: none !important;
    }

    li.top-search .icon-search {
        font-size: 2.5em !important;
    }

    .login-modal.md-modal {
        width: 30% !important;
        height: 100% !important;
        overflow-y: auto !important;
    }

    #post-slider .item img, .ad-widget img {
        width: 100%;
    }

    .top-left {
        display: inline-block;
        padding: 0;
    }

    ul.top-left {
        margin-bottom: 2px;
    }

    .post-detail {
        margin: 0;
    }

    .list-posts .post-content h4, .post-content h4 {
        font-size: 16px;
    }

    .custom-size h3 a, .post-info h3 {
        font-size: 18px;
    }

    .post-info h3 {
        text-transform: capitalize;
    }

    .archieve-tabs .post {
        padding-bottom: 0;
    }

    .archieve-list {
        padding: 0 25px 30px;
    }

    .cate-tab-navs ul li a {
        font-size: 16px;
    }
}

@media (max-width: 570px) {
    .product-box-img {
        margin: 0 15px !important;
    }

    .top-left > li > a > i {
        padding: 0 !important;
    }

    .text-left {
        float: left;
    }

    .md-modal.search-modal {
        width: 80% !important;
    }

    .comment-avartar, .top-right {
        display: none !important;
    }

    a:active, a:focus {
        color: #fff;
    }

    .search-modal .search-form .form-control {
        font-size: 15px !important;
    }

    .comment-content-wrapper {
        padding-right: 0 !important;
    }

    .btn-group {
        float: left !important;
        margin: 4px 0 0 !important;
    }

    li.top-search {
        display: inline !important;
    }

    li.top-search .icon-search {
        font-size: 2.5em !important;
    }

    .header {
        display: none !important;
    }

    .products-page .col-md-4.col-sm-6.col-xs-4 {
        width: 50%;
    }

    .cate-tab-navs ul li a {
        font-size: 16px;
    }

    .post_meta_holder, .post_meta_holder .row, .post_meta_holder .row > div {
        display: block;
    }

    .post_meta_holder {
        position: relative;
    }

    .post_meta_holder .row > div:first-child {
        padding-left: 15px;
    }
}

@media (max-width: 480px) and (orientation: portrait) {
    .related_posts p {
        font-size: 11px !important;
    }

    .modal-dialog {
        width: 380px !important;
    }
}

@media (max-width: 480px) {
    .product-box-img {
        margin: 0 15px !important;
    }

    .side_relatedpost {
        width: 100% !important;
    }

    .relatedpost_meta {
        width: 290px !important;
    }

    .relatedpost-thumbnail {
        margin: 0 10px 0 0 !important;
    }

    .picquote {
        line-height: 1.7 !important;
    }

    .picquote a {
        font-size: 16px !important;
    }

    .top-left > li > a > i {
        padding: 0 !important;
    }

    .text-left {
        float: left;
    }

    .md-modal.search-modal {
        width: 90% !important;
    }

    .comment-avartar, .top-right {
        display: none !important;
    }

    a:active, a:focus {
        color: #fff;
    }

    .search-modal .search-form .form-control {
        font-size: 15px !important;
    }

    .comment-content-wrapper {
        padding-right: 0 !important;
    }

    .btn-group {
        float: left !important;
        margin: 4px 0 0 !important;
    }

    li.top-search {
        display: inline !important;
    }

    li.top-search .icon-search {
        font-size: 2.5em !important;
    }

    .header {
        display: none !important;
    }

    .login-modal.md-modal {
        width: 30% !important;
        height: 100% !important;
        overflow-y: auto !important;
    }

    .r-full-width {
        width: 100% !important;
    }

    .sub-footer p, .sub-footer ul {
        float: none;
        text-align: center;
    }

    .primary-heading {
        padding: 10px;
    }

    .primary-heading span {
        bottom: -20px;
    }

    .primary-heading::after, .primary-heading::before {
        width: 42%;
    }

    .primary-heading h3 {
        font-size: 16px;
    }

    .post-info {
        padding: 15px;
    }

    .blog-user-rating {
        text-align: center;
    }

    .news-sections .post-thumb .post-badge {
        padding: 5px;
        font-size: 10px;
    }

    .cr-add-nav li a {
        padding: 23px 5px;
    }

    .nav-justified > li {
        display: block;
        width: 33% !important;
        float: right;
    }

    .cate-tab-navs ul li {
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .cate-tab-navs ul li.active {
        border: -1px;
    }

    .cate-tab-navs ul li a {
        font-size: 16px;
    }

    .cate-tab-navs .container {
        padding: 0;
    }

    .archieve-tabs .col-xs-6 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .archieve-tabs .post {
        padding: 15px 15px 0;
    }

    .archieve-list {
        padding: 15px;
    }

    .pagination > li:first-child {
        margin: 0 1px 0 0 !important;
    }

    .pagination > li:last-child {
        margin: 0;
    }

    .pagination > li {
        margin: 0 1px 0 0;
    }

    .pagination > li a {
        padding: 5px 10px;
    }

    .custom-size h3 a {
        font-size: 16px;
    }

    .news-item-holder .thumb-over {
        padding: 15px;
    }

    .p-30 {
        padding: 10px;
    }

    .r-hidden {
        display: none !important;
    }

    .time-clock {
        padding-top: 0;
    }

    .post-meta li {
        margin-right: 3px;
        font-size: 11px;
    }

    .add img {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .relatedpost_meta {
        width: 260px !important;
    }
}

@media (max-width: 380px) {
    .product-box-img {
        margin: 0 !important;
    }

    .relatedpost_meta {
        width: 250px !important;
    }

    .related_posts p {
        font-size: 11px !important;
    }

    .modal-dialog {
        width: 280px !important;
    }

    .list-posts .post-meta li {
        margin-right: 0 !important;
    }

    .top-left > li > a > i {
        padding: 0 !important;
    }

    .text-left {
        float: left;
    }

    .md-modal.search-modal {
        width: 90% !important;
    }

    a:active, a:focus {
        color: #fff;
    }

    .search-modal .search-form .form-control {
        font-size: 15px !important;
    }

    .comment-avartar {
        display: none !important;
    }

    .comment-content-wrapper {
        padding-right: 0 !important;
    }

    .btn-group {
        float: left !important;
        margin: 4px 0 0 !important;
    }

    .top-right {
        display: inline-block !important;
    }

    li.top-search {
        display: inline !important;
        padding: 10px;
        float: left !important;
    }

    .header {
        display: none !important;
    }

    .products-page .col-md-4.col-sm-6.col-xs-4 {
        width: 100%;
    }

    .light-shadow.gray-bg.p-30 {
        padding: 15px;
    }
}

@media (max-width: 360px) {
    .relatedpost_meta {
        width: 235px !important;
    }
}

@media (max-width: 320px) {
    .relatedpost_meta {
        width: 195px !important;
    }

    .top-left > li > a > i {
        padding: 0 !important;
    }

    .text-left {
        float: left;
    }

    .md-modal.search-modal {
        width: 90% !important;
    }

    a:active, a:focus {
        color: #fff;
    }

    .search-modal .search-form .form-control {
        font-size: 15px !important;
    }

    .ui-dialog {
        width: 306px !important;
    }

    .comment-avartar {
        display: none !important;
    }

    .comment-content-wrapper {
        padding-right: 0 !important;
    }

    .btn-group {
        float: left !important;
        margin: 4px 0 0 !important;
    }

    .top-right {
        display: inline-block !important;
    }

    li.top-search {
        display: inline !important;
        padding: 10px !important;
        float: left !important;
    }

    .thumb-over p, .header {
        display: none !important;
    }

    .login-modal.md-modal {
        width: 30%;
        height: 100%;
        overflow-y: auto;
    }

    .cate-tab-content .col-sm-3.col-xs-6, .list-posts li .row [class^="col-"] {
        width: 100%;
    }

    .list-posts .post-meta {
        margin: 0 0 10px;
    }

    .list-posts .post-meta li {
        font-size: 9px;
        margin-right: 0 !important;
    }

    .list-posts .post-thumb {
        margin: 0 0 15px;
    }

    .comment-wrap .comment-thumb {
        position: static;
        text-align: center;
    }

    .comment-body {
        padding: 0;
        margin: 10px 0;
        text-align: center;
    }

    .list-posts .col-xs-12 {
        margin: initial;
    }

    .header-2 .logo-holder {
        float: none !important;
        width: 75%;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .header-2 .nav-holder > .pull-right {
        display: inline-block;
    }

    .header-2 .cr-navigation {
        float: left;
    }
}

.title_quote {
    padding: 6px 8px;
    background: #f7f7f7;
    border: 1px solid #e4e4e4;
    background: #f7f7f7;
    border-bottom: 0 none;
    font: 12px vazir;
    padding: 6px 8px 5px;
}

.day-active {
    font-weight: 400;
    color: #a22508;
}

.day-current {
    background-color: #555;
    color: #fff;
}

.day-current a {
    color: #fff;
}

.rating {
    width: 85px;
    height: 16px;
    color: #757575;
    font-size: 11px;
}

.bb-pane > b {
    vertical-align: middle;
}

.highslide-wrapper {
    background: #fff;
}

.highslide-image {
    border: 2px solid #fff;
}

.highslide-html {
    background-color: #fff;
}

a.highslide-full-expand {
    background: url(../dleimages/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

.highslide-display-none {
    display: none;
}

.ui-icon {
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-size: 13px;
}

.ui-widget-content {
    background: 50% bottom repeat-x #fff;
    padding-top: 5px;
    border-top: 1px solid #dedede;
    color: #222;
}

.ui-widget-header {
    background: #3f79b5;
    color: #fff;
    font: 14px/21px vazir;
}

.ui-widget-header a {
    color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #eaeaea;
    border: 1px solid #cfcfcf;
    color: #868686;
    font: 11px vazir;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #2e6e9e;
    text-decoration: none;
}

.ui-state-hover {
    background: #777;
    border: 1px solid #777;
    color: #fff !important;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #1d5987;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #eaeaea;
    border: 1px solid #777;
    color: #000;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #e17009;
    text-decoration: none;
}

.ui-icon-closethick {
    background: url(../images/cancel.png) 2px 2px no-repeat #4691e0;
    height: 20px;
    padding: 0;
    width: 19px;
}

.ui-icon-closethick:hover {
    background: url(../images/cancel.png) 2px 2px no-repeat #c8d4e0;
}

.ui-dialog {
    padding: 0.2em;
    position: absolute;
    width: 300px;
    -moz-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.7);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.7);
    border-radius: 8px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 5px 10px 35px 9px;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: right;
    margin: 6px 2px 1px 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 18px;
    margin: -11px 0 0 2px;
    padding: 1px;
    position: absolute;
    left: 0.5em;
    top: 50%;
    width: 19px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: -1px;
}

.ui-dialog .ui-dialog-titlebar-close:focus, .ui-dialog .ui-dialog-titlebar-close:hover {
    padding: -1px;
}

.ui-dialog .ui-dialog-content {
    background: 0 0;
    border: 0;
    padding: 0.5em 1em;
    position: relative;
    zoom: 1;}

.ui-button {
    font-size: 0.85rem;
    border: 0 none;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    background-color: #0c5f7eed;
    color: #fff;
    padding: 7px 19px;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    text-shadow: 0 1px #333;
}

.ui-button:first-child {
    background-color: #b93539;
    margin-right: 10px;
}

.ui-dialog-titlebar-close:hover .ui-icon {
    opacity: 1;
}

.ui-icon, .ui-button-icon-only {
    overflow: hidden;
    text-indent: -9999px;
}

.ui-dialog, .ui-dialog-titlebar, .ui-button {
    border-radius: 8px;
}

.ui-dialog-buttonset {
    direction: ltr;
}

* html .ui-autocomplete, .bb-sep {
    width: 1px;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;float: left;
    clear: left;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 0.2em 0.4em;
    line-height: 1.5;
    zoom: 1;}

.ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-hover {
    font-weight: 400;
    margin: -1px;
}

.progress, code {
    margin-bottom: 10px;
}

code {
    background-color: #fbfbfb;
    display: block;
    font-size: 11px;
    padding: 11px 10px 2px;
}

.bb-btn, .bb-sep {
    display: inline-block;
    float: left;
}

.bb-btn, .bb-pane {
    background-repeat: repeat-x;
}

.bb-pane {
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 5px;
    margin: 0;
    height: auto !important;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#fbfbfb), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fbfbfb, 0, #eaeaea, 100%);
    background-image: -moz-linear-gradient(top, #fbfbfb 0, #eaeaea 100%);
    background-image: linear-gradient(to bottom, #fbfbfb 0, #eaeaea 100%);
    border-radius: 3px 3px 0 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    box-shadow: none !important;
}

.bb-pane h1, .bb-pane h2, .bb-pane h3, .bb-pane h4, .bb-pane h5, .bb-pane h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bb-pane > b {
    margin-top: 5px;
    margin-left: 0;
}

.bb-pane .bb-btn + .bb-btn, .bb-pane .bb-btn + .bb-pane, .bb-pane .bb-pane + .bb-btn, .bb-pane .bb-pane + .bb-pane {
    margin-left: -1px;
}

.bb-btn {
    overflow: hidden;
    padding: 4px 10px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 2px #fff;
    -moz-box-shadow: inset 0 1px 2px #fff;
    box-shadow: inset 0 1px 2px #fff;
    background-image: -webkit-gradient(linear, left 0, left 100%, color-stop(0, #fdfdfd), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(top, #fdfdfd, 0, #e9e9e9, 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd, 0, #e9e9e9, 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0, #e9e9e9 100%);
    cursor: pointer;
    outline: 0;
}

.bb-btn:hover {
    background: repeat-x #e6e6e6;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fdfdfd), color-stop(100%, #e6e6e6));
    background-image: -webkit-linear-gradient(top, #fdfdfd, 0, #e6e6e6, 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd, 0, #e6e6e6, 100%);
    background-image: -o-linear-gradient(top, #fdfdfd, 0, #e6e6e6, 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0, #e6e6e6 100%);
    -webkit-transition: box-shadow 0.05s ease-in-out;
    -moz-transition: box-shadow 0.05s ease-in-out;
    -o-transition: box-shadow 0.05s ease-in-out;
    transition: box-shadow 0.05s ease-in-out;
}

.bb-btn:active {
    background: #f3f3f3;
    border-color: #cfcfcf;
    -webkit-box-shadow: 0 0 5px #f3f3f3 inset;
    -moz-box-shadow: 0 0 5px #f3f3f3 inset;
    box-shadow: 0 0 5px #f3f3f3 inset;
}

[class*=" bb-btn"], [class^="bb-btn"] {
    font-family: editor;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bb-sep {
    padding: 2px;
}

#b_font select, #b_size select {
    padding: 0;
}

#b_b:before {
    content: "\f032";
}

#b_i:before {
    content: "\f033";
}

#b_u:before {
    content: "\f0cd";
}

#b_s:before {
    content: "\f0cc";
}

#b_img:before {
    content: "\f03e";
}

#b_up:before {
    content: "\e930";
}

#b_url:before {
    content: "\f0c1";
}

#b_mail:before {
    content: "\f003";
}

#b_audio:before {
    content: "\e911";
}

#b_quote:before {
    content: "\e977";
}

#b_code:before {
    content: "\f121";
}

#b_left:before {
    content: "\f036";
}

#b_center:before {
    content: "\f037";
}

#b_right:before {
    content: "\f038";
}

#b_color:before {
    content: "\e601";
}

#b_list:before {
    content: "\f0ca";
}

#b_ol:before {
    content: "\f0cb";
}

#b_br:before {
    content: "\ea68";
}

#b_size:before {
    content: "\f034";
}

#b_font:before {
    content: "\f031";
}

#b_header:before {
    content: "\f1dc";
}

#b_sub:before {
    content: "\f12c";
}

.bb-pane h1 {
    font-size: 36px;
}

.bb-pane h2 {
    font-size: 30px;
}

.bb-pane h3 {
    font-size: 24px;
}

.bb-pane h4 {
    font-size: 18px;
}

.bb-pane h5 {
    font-size: 14px;
}

.bb-pane h6 {
    font-size: 12px;
}

.bb-editor textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 10px !important;
    border: 1px solid #d7d7d7;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-top: -1px;
}

.quick-edit-text {
    padding: 0.4em;
    width: 350px;
}

.quick-edit-textarea {
    height: 250px;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #d7d7d7;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#marker-bar {
    display: block;
    visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity 0.4s, visibility 0.1s linear 0.4s;
    -moz-transition: opacity 0.4s, visibility 0.1s linear 0.4s;
    -o-transition: opacity 0.4s, visibility 0.1s linear 0.4s;
    transition: opacity 0.4s, visibility 0.1s linear 0.4s;
}

#marker-bar.show {
    visibility: visible;
    -webkit-transition: opacity 0.4s, visibility 0;
    -moz-transition: opacity 0.4s, visibility 0;
    opacity: 1;
}

#marker-bar {
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px 10px;
    cursor: default;
    box-shadow: 0 0 4px #ccc;
}

#marker-bar.show {
    -o-transition: opacity 0.4s, visibility 0;
    transition: opacity 0.4s, visibility 0;
}

#share-popup {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 414px;
    display: none;
    z-index: 100;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s, visibility 0.1s linear 0.4s;
    -moz-transition: opacity 0.4s, visibility 0.1s linear 0.4s;
    -o-transition: opacity 0.4s, visibility 0.1s linear 0.4s;
    transition: opacity 0.4s, visibility 0.1s linear 0.4s;
}

#share-popup.show {
    display: block;
    -webkit-transition: opacity 0.4s, visibility 0;
    -moz-transition: opacity 0.4s, visibility 0;
    -o-transition: opacity 0.4s, visibility 0;
    transition: opacity 0.4s, visibility 0;
    opacity: 1;
}

#share-popup .social {
    padding: 0 17px 10px 0;
    height: 40px;
}

#share-popup .social p {
    padding-bottom: 10px;
    margin: 0;
    font-weight: 700;
}

#share-popup .social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#share-popup .social ul li {
    float: right;
    margin-left: 20px;
    padding-top: 2px;
    position: relative;
}

#share-popup .social ul a {
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
    color: #aaa;
    padding-right: 25px;
}

#share-popup .link a {
    display: block;
}

#share-popup .social ul a:hover {
    text-decoration: underline;
    color: #ea3e26;
}

#share-popup .social a span {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

#share-popup .social .tw span {
    background-position: 0 -20px;
}

#share-popup .social .tw:hover span {
    background-position: 0 0;
}

#share-popup .social .fb span {
    background-position: -20px -20px;
}

#share-popup .social .fb:hover span {
    background-position: -20px 0;
}

#share-popup .link {
    clear: both;
    border-top: 1px solid #d9d9d9;
    padding: 10px 5px 0 10px;
    line-height: 1.2;
    overflow: hidden;
    margin: 0 7px;
}

#share-popup .link p {
    font-weight: 700;
    padding: 0 0 3px;
    margin: 0;
}

#share-popup .link span {
    color: #999;
    font-size: 10px;
    display: block;
    padding-top: 3px;
}

.comments-tree-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.childrencomments:first-child {
    margin-right: 20px;
}

.comments-tree-item {
    display: block;
    margin: 0;
    padding: 0;
}

.comments-tree-item .childrencomments {
    background: #64d6d00f;
    border: 1px solid #41aca7ad;
    border-right: 5px solid #41aca7ad !important;
    box-shadow: 0 0 0 #ececec;
    -webkit-box-shadow: 0 0 0 #7bc6c2;
    -moz-box-shadow: 0 0 0 #ececec;
}

.progress {
    overflow: hidden;
    margin-top: 10px;
    height: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #eee;
    -webkit-box-shadow: 0 1px 0 #fff, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 #fff, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.progress .progress-bar {
    float: right;
    width: 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 8px;
}

.progress-bar span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.note-green, .note-red, .note-war {
    font-size: 18px;
    font-weight: 200;
    background-color: rgba(234, 234, 234, 0.36);
    padding: 15px;
}

.note-green, .note-red, .note-war, .quote {
    border-radius: 15px;
    padding: 15px;
}

.comment-content-wrapper ul {
    list-style: initial;
    padding: 0 15px 15px;
}

.comment-content-wrapper ul li a {
    color: #e8851c;
}

.btn-list, .children, .sm-btn-list, .widget ul {
    list-style: none;
}

.quote, a, body {
    color: #4f4e4e;
}

.note-war {
    border-right: 3px solid #f49426;
}

.note-red {
    border-right: 3px solid #f42626;
}

.note-green {
    border-right: 3px solid #08962c;
}

.quote, p {
    line-height: 2.3;
    color: #3b3b3b;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #33363b;
}

a, a:active, a:focus, a:hover, p a:hover {
    text-decoration: none;
    outline: 0;
}

.form-group, .overlay-dark, .overlay-gray, .overlay-red {
    position: relative;
}

.md-modal.search-modal, .position-center-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.rate_like-dislike, .rate_like > span {
    -webkit-transition: all ease 0.2s;
    font-weight: 700;
}

body {
    background: #fbfbfb;
    font-size: 16px;
    line-height: 25px;
}

h1, h2, h3, h4, h5, h6 {
    color: #33363b;
    margin: 0 0 5px;
    text-transform: initial;
    line-height: 1.6;
    direction: rtl;
}

h2 {
    text-transform: uppercase;
}

p a, .post-full ol li a, .post-full ul li a {
    color: #9b1b1b;
}

.comment .quote {
    border-top: 1px solid #f60;
    font-weight: 200;
    font-size: 16px;
    color: #999;
}

.quote {
    border-right: 2px solid #167592;
    font-weight: 500;
    font-size: 16px;
    background-color: #f8faff;
    text-align: right;
    text-align: right;
}

.quote p {
    text-align: right;
}

.quote a {
    font-weight: 500;
    color: #07536a;
    border-bottom: 1px dotted;
}

.quote span {
    font-weight: 200;
    display: inline-block;
}

.picquote {
    border-radius: 15px;
    height: 96px;
    border-top: 3px solid #104a1b;
    color: #000;
    background-color: rgba(234, 234, 234, 0.36);
    border-bottom: 1px dashed rgba(208, 208, 208, 0.53);
    padding: 10px;
    line-height: 4;
    display: grid;
}

span.headpicquote {
    background-color: #104a1b;
    color: #fff !important;
    padding: 0 5px;
    display: inline-block;
    font-weight: 500;
}

.picquote a {
    color: #104a1b;
    font-weight: 700;
    font-size: 18px;
}

.picquote img {
    float: left;
}

figure.image figcaption {
    line-height: 2;
    padding: 10px;
    text-align: center;
    background-color: #45484d;
    color: #fff;
    font-size: 16px !important;
    margin-top: -9px;
}

figure figcaption {
    text-align: center;
    color: #7d7a7a;
    font-weight: 200;
    font-size: 14px;
}

p {
    font-size: 16px;
    direction: rtl;
    font-weight: 200;
}

a {
    display: inline-block;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class*=" col-"], .row.no-gutters > [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mob-menu {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
    margin: auto;
}

iframe {
    border: 0;
    width: 100%;
}

textarea {
    background: #fff !important;
    resize: none;
}

f .form-control, input, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
    border: 1px solid #d9e2e4;
    height: auto;
    background: #fff;
    line-height: 45px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: right;
}

.form-control::-webkit-input-placeholder {
    color: #7d7d7d;
}

.form-control:-moz-placeholder {
    color: #7d7d7d;
}

.form-control::-moz-placeholder {
    color: #7d7d7d;
}

.form-control:-ms-input-placeholder {
    color: #7d7d7d;
}

.form-control:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form-control:focus:-moz-placeholder {
    opacity: 0;
}

.form-control:focus::-moz-placeholder {
    opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
    opacity: 0;
}

.cr-display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.overlay-dark::before, .overlay-gray::before, .overlay-red::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.overlay-dark::before {
    background: rgba(0, 0, 0, 0.8);
}

.overlay-red::before {
    background: rgba(220, 74, 41, 0.9);
}

.overlay-gray::before {
    background: rgba(242, 242, 242, 0.9);
}

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.position-center-x {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.aside-social li em, .sub-footer em {
    font-style: normal;
}

.white-bg {
    background: #fff;
    border-radius: 15px;
}

.comment-holder.white-bg {
    border-radius: 0 0 15px 15px;
}

.gray-bg {
    background: #f7f7f7;
}

.text-white {
    color: #fff;
}

.sm-btn-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sm-btn-list li {
    float: left;
    margin: 0 0 0 30px;
}

.sm-btn-list li:first-child {
    margin: 0;
}

.theme-padding-top {
    padding-top: 25px;
}

.theme-padding-bottom {
    padding-bottom: 25px;
}

.theme-padding {
    padding: 15px;
}

.padding-0 {
    padding: 0 !important;
}

.center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.read-more {
    text-decoration: underline;
    display: inline-block;
}

.archieve-list ul li a:before, .post-footer #post-footer-a:before, .post-wrap-list .post-content a:before {
    content: "\f104";
    font-family: fontawesome;
}

.post-footer #post-footer-a:before {
    color: #fff;
}

ul.post-wrap-list {
    padding: 0;
}

.post-wrap-list .post-content a:before {
    right: 6px;
}

.post-wrap-list .post-content a:hover {
    color: #0d5798;
}

.archieve-list ul li a:before {
    right: 0;
}

.archieve-list ul li a:hover {
    color: red;
}

.post-footer a {
    display: inline-flex;
    margin-top: -3px;
}

.post-footer a:hover {
    color: #0d5798 !important;
}

.post-content h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.post-content p {
    font-size: 16px;
}

.post-content p a {
    color: #272626;
}

.post-content p a:hover {
    color: #b92f2f;
}

.post-content strong {
    font-weight: 300;
}

.post-content .read-more {
    text-decoration: none;
    display: block;
    float: left;
    margin-top: 10px;
    font-size: 15px !important;
}

.post-content .btn {
    font-weight: 200;
    border-radius: 10px;
    text-transform: capitalize;
    padding: 5px 7px;
    border: 1px solid;
}

.btn-list {
    margin: 0;
}

.btn-list, .widget ul {
    padding: 0;
}

.btn-list li {
    float: left;
    margin: 0 0 0 30px;
}

.btn-list li:first-child {
    margin: 0;
    padding: 0;
}

.hover-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

ul {
    direction: rtl;
}

ul:after {
    display: block;
    clear: both;
}

.primary-heading {
    padding: 0 0 20px;
    overflow: hidden;
    border-bottom: 2px solid #0d5798;
}

.primary-heading h1, .primary-heading h2, .primary-heading h4, .primary-heading span {
    margin: 0;
    font-size: 18px;
    z-index: 2;
    position: relative;
    text-align: right;
    float: right;
    padding-right: 30px;
    color: #33363b;
    text-transform: capibtntalize;
}

.plan-ads, .text-ads, .text-center {
    text-align: center;
}

.primary-heading h1:before, .primary-heading h2:before, .primary-heading h4:before, .primary-heading span:before, .secondry-heading:before {
    content: "";
    height: 17px;
    width: 20px;
    background: #000;
    right: 0;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    border-radius: 4px;
}

.position-r, .secondry-heading {
    position: relative;
}

.secondry-heading {
    background: #f6f6f6;
    padding: 10px 30px 10px 0;
    border-top: 2px solid;
    margin: 0;
    text-transform: capitalize;
    z-index: 1;
    direction: rtl;
    text-align: right;
    line-height: 1.5;
}

.secondry-heading span {
    font-size: 16px;
    color: #33363b;
    font-weight: 500;
}

.p-static {
    padding: 20px 25px 10px;
}

.secondry-heading:before {
    top: 15px;
    height: 13px;
    width: 15px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-full {
    padding-bottom: 15px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.prl-30 {
    padding: 15px 30px 0;
}

.plan-ads a, .post-dec {
    padding: 10px;
}

.plan-ads a {
    font-size: 16px;
    color: #fff;
    background-color: #f0ad4e;
    border-radius: 2px;
    line-height: 1;
}

.plan-ads a:focus, .plan-ads a:hover {
    color: #fff;
    background: #d8912d;
    font-weight: 500;
}

.m-10 {
    margin: 10px;
}

.position-a, .post-dec:before {
    position: absolute;
}

.btn {
    border-radius: 10px;
    text-transform: uppercase;
    border: 1px solid;
}

.text-ads-bot {
    text-align: center !important;
}

.text-ads {
    background: #edbf35;
    color: #fff !important;
}

.text-ads a {
    color: #333;
    line-height: 1;
    display: block;
    font-weight: 500;
    text-align: right;
    padding: 7px;
}

.text-ads a span {
    font-size: 13px !important;
    display: block;
    margin-top: 7px;
    font-weight: 300;
}

.text-ads a:focus, .text-ads a:hover {
    color: #333;
    font-weight: 700;
}

.text-ads ul {
    padding: 5px;
}

.text-ads ul li {
    margin-top: 5px;
}

.text-ads1 {
    background: #fbf6ca;
    border: 1px solid #e4d872;
}

.text-ads2 {
    background: #e7fbca;
    border: 1px solid #a8e472;
}

.text-ads3 {
    background: #caf8fb;
    border: 1px solid #72b6e4;
}

.btn.green, .btn.red {
    color: #fff;
}

.btn.full-width {
    width: 100%;
}

.btn.green:hover, .btn.red:hover {
    background: #fff;
}

.post-list {
    margin: -6px 0 15px;
}

.post-dec h1, .post-dec p {
    margin: 0 70px 0 20px;
}

.post-dec:before {
    content: "\f14a";
    color: #0d5798;
    font-family: fontawesome;
    font-size: 70px;
    top: 28px;
}

.subcat span a {
    margin-bottom: 5px;
    padding: 1px 10px;
    border: 1px #0d5798 solid;
    color: #032f55;
    font-size: 15px;
    border-radius: 10px;
}

.subcat span a:hover {
    color: #fff;
    background-color: #0d5798;
    border: 1px #032f55 solid;
}

.post-meta li, .post-meta li a, .post-meta2 li, .post-meta2 li a, .post-meta3 li, .post-meta3 li a, .post-metafull li, .post-metafull li a {
    text-transform: capitalize;
    color: #585656;
    display: inline-block;
    font-size: 14px;
}

.cat-post {
    background: #2c408a !important;
}

.cat-post-edit {
    background: #973812 !important;
}

.content, .post-widget {
    margin-bottom: 30px;
}

.post-full {
    margin-bottom: 25px;
}

.post-full a {
    display: inline;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    word-break: break-word;
}

.noads {
    margin-top: 1px !important;
}

.post-meta {
    margin: 5px 0 10px;
    line-height: 1.8;
    padding: 0;
}

.post-meta li {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
}

.post-meta li:last-child {
    margin: 0;
}

.post-meta li i {
    margin-left: 5px;
    font-size: 13px;
    display: inline-block;
}

.post-metafull {
    margin-bottom: 20px;
    margin-top: -10px !important;
    padding-right: 0 !important;
}

.post-metafull li:first-child {
    margin-right: 0;
}

.post-metafull li {
    margin-right: 5px;
}

.post-metafull li i {
    margin-left: 5px;
    font-size: 13px;
    display: inline-block;
}

.post-metafull li:last-child {
    float: left;
}

.post-meta2 {
    margin: 0;
    line-height: 1.8;
}

.post-meta2 li {
    margin-right: 5px;
    font-size: 13px;
}

.post-meta2 li:last-child {
    margin: 0;
}

.post-meta2 li i {
    margin-left: 5px;
    font-size: 13px;
    float: right;
}

.post-meta2 li i.fa {
    margin: 4px 0 0 5px;
    font-size: 13px;
    float: right;
}

.post-meta3 {
    margin: 0;
    line-height: 1.8;
}

.post-meta3 li {
    font-size: 10px;
}

.post-meta3 li:last-child {
    margin: 0;
}

.post-meta3 li i {
    margin-left: 5px;
    font-size: 16px;
    display: inline-block;
}

.icon-clock {
    font-size: 16px;
    font-weight: 700;
}

.bg-green {
    background: #0d5798;
}

.bg-p-green {
    background: #a2d26e;
}

.bg-gray {
    background: #b8b8b8;
}

.text {
    margin: 5px 0;
}

.footer-comment {
    margin-bottom: 15px !important;
}

.footer-comment, .footer-comment p {
    color: #c1c1c1;
    font-size: 14px;
    line-height: 2;
    margin: 10px 0 0;
}

.comment-rating i.fa-plus-square {
    color: #0eb8a6;
    font-size: 18px;
    padding: 5px;
}

.comment-rating i.fa-minus-square {
    color: #d24010;
    font-size: 18px;
    margin-left: 5px;
}

#dlemasscomments:first-child {
    margin-top: 0;
}

#dlemasscomments {
    margin-top: -50px;
}

.comment {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #b5b3b3;
    box-shadow: 0 3px 0 #ececec;
    -webkit-box-shadow: 0 3px 0 #ececec;
    -moz-box-shadow: 0 3px 0 #ececec;
    border-radius: 10px;
}

.comment .text p {
    color: #4f4e4e;
    line-height: 30px !important;
    font-size: 16px !important;
    margin-bottom: 0;
}

.comment .text {
    font-weight: 200;
    font-size: 16px !important;
    line-height: 30px !important;
}

.comment-wrapper {
    position: relative;
}

.comment-avartar {
    float: right;
    margin-left: 10px;
}

.comment-avartar img {
    border-radius: 50%;
}

.footer-widget .comment-content-wrapper {
    margin-bottom: 7px;
}

.comment-quote-link, .comment-reply-link {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.rate_like-dislike, .rate_like > a, .rate_like > span {
    float: right;
    text-decoration: none !important;
}

.comment-reply {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 0 -10px !important;
}

.comment-reply-link {
    background-color: #054644;
    color: #fff;
    padding: 5px 10px 3px;
    border-radius: 0 5px 5px 0;
}

.comment-reply-link i {
    padding-right: 3px;
}

.comment-reply-link:focus, .comment-reply-link:hover {
    color: #fff;
    background: #0b56b7;
}

.comment-quote-link {
    background-color: #127b97;
    color: #fff;
    padding: 5px 10px 3px;
}

.comment-quote-link i {
    padding-right: 3px;
}

.comment-quote-link:focus, .comment-quote-link:hover {
    color: #fff;
    background: #434242;
}

.comment-author {
    font-size: 16px;
    color: #373737;
    line-height: 22px;
}

.rate_like-dislike > a {
    display: inline-block;
}

.comment-date {
    font-size: 16px;
    color: #727272;
}

.comment-complaint {
    font-size: 13px;
    background: #e48710;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    padding: 2px;
    position: absolute;
    left: -10px;
}

.comment-message {
    font-size: 16px;
    color: #616161;
    padding-top: 12px;
}

.comment-respond {
    padding: 20px 0 0;
}

.comment-respond h2 {
    margin-bottom: 35px;
}

.comment-respond input[type="text"] {
    box-shadow: none;
    padding: 8px 15px 5px;
    margin: 0 15px 10px 0;
}

.comment-respond textarea {
    padding: 18px 15px 15px;
    margin: 10px;
}

.comments-tree-item ol .comment-quote-link, .comments-tree-item ol .comment-reply-link {
    cursor: pointer;
    font-size: 15px;
    line-height: 1.42857;
    margin-bottom: 0;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.comments-tree-item ol .comment-reply-link {
    background-color: #054644;
    color: #fff;
    padding: 5px 10px 3px;
    opacity: 0.8;
}

.comments-tree-item ol .comment-reply-link i {
    padding-right: 3px;
}

.comment-reply-link:focus, .comments-tree-item ol .comment-reply-link:hover {
    color: #fff;
    background: #0b56b7;
    opacity: 1;
}

.comments-tree-item ol .comment-quote-link {
    background-color: #127b97;
    color: #fff;
    padding: 5px 10px 3px;
    opacity: 0.8;
}

.comments-tree-item ol .comment-quote-link i {
    padding-right: 3px;
}

.comment-quote-link:focus, .comments-tree-item ol .comment-quote-link:hover {
    color: #fff;
    background: #434242;
    opacity: 1;
}

.bb-editor {
    padding-bottom: 5px;
}

.bb-editor textarea {
    height: 160px;
    padding: 10px;
}

.rate_like-dislike {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    color: #919191;
    transition: all ease 0.2s;
}

.rate_like > span {
    padding: 5px;
    color: #12b71a;
    transition: all ease 0.2s;
}

.rate_like > a {
    padding: 2px 13px 5px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.rate_like > a:hover {
    border-color: #3394e6;
    color: #3394e6;
}

.rate_like .icon {
    width: 16px;
    height: 15px;
    margin: -0.2em 0 0 0.3em;
}

.rating-plus {
    padding: 3px 6px;
    color: #126712;
    border: 1px #126712 solid;
    border-radius: 10px;
    margin-left: 5px;
}

.rating-plus:hover, .rating-plus:focus {
    color: #1e7305;
    border: 1px #6fad5d solid;
}

.rating-minus {
    padding: 3px 6px;
    color: #ad1217;
    border: 1px #ad1217 solid;
    border-radius: 10px;
}

.rating-minus:hover, .rating-minus:focus {
    color: #9c0c10;
    border: 1px #a71318 solid;
}

.rate_like-dislike > a {
    width: 22px;
    height: 22px;
    text-align: center;
}

.rate_like-dislike > a .icon {
    width: 14px;
    height: 15px;
    fill: #787878;
    vertical-align: middle;
    margin: -0.3em 0 0;
}

.rate_like-dislike > a:hover .icon {
    fill: #3394e6;
}

.rate_like-dislike .ratingplus {
    color: #88c54d;
}

.rate_like-dislike .ratingminus {
    color: #e45757;
}

.rate_like-dislike > span {
    cursor: default;
    margin: 0 0.3em;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
}

.header {
    background: #fff;
}

li.top-search {
    display: none;
}

.top-bar {
    background: #0d5798;
    padding: 10px;
}

.top-left li, .top-right li, .top-search li {
    display: inline-block;
    text-transform: capitalize;
    padding: 5px 3px;
    color: #fff;
}

.top-left li, .top-left li a, .top-right li a, .top-search li {
    color: #fff;
    vertical-align: middle;
}

.top-left li:last-child {
    position: absolute;
}

.top-search li a {
    color: #fff;
    vertical-align: middle;
}

.top-search li:first-child {
    padding-left: 10px;
}

.top-left li a span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    top: 10px;
    right: -3px;
    color: #fff;
    font-size: 9px;
    text-align: center;
    line-height: 15px;
}

.top-left > li > a > i {
    font-weight: 400;
    vertical-align: middle;
    padding: 5px;
}

.top-left > li:last-child > i {
    margin: 0;
}

.top-left > li:last-child > a {
    padding-right: 5px;
    margin-top: 4px;
}

.top-right li:first-child {
    padding-left: 0;
}

.top-right li a {
    padding: 4px;
}

.nav-holder:after {
    display: block;
    clear: both;
}

.logo-holder {
    float: left;
    padding: 10px 0 2px;
}

.logo-des {
    color: #fff;
    padding: 0;
    font-size: 16px !important;
    color: #fff;
    font-weight: 200;
}

.logo-des a {
    color: #fff !important;
    margin: 10px;
    font-size: 16px !important;
}

.cr-navigation {
    float: right;
    position: relative;
    margin-top: 9px;
}

.cr-navigation:after {
    display: block;
    clear: both;
    direction: rtl;
}

.cr-add-nav, .cr-add-nav li, .cr-nav > ul > li {
    display: inline-block;
}

.cr-add-nav li a {
    padding: 20px 15px;
    color: #333;
}

.cr-add-nav li:last-child a {
    padding-right: 0;
}

.cr-nav {
    float: left;
    position: relative;
}

.cr-nav ul {
    padding-right: 0;
    margin-bottom: 0;
}

.cr-nav > ul > li > a, .cr-nav > ul > li > span {
    padding: 23px 15px;
    text-transform: capitalize;
    color: #333;
    position: relative;
    font-size: 19px;
    font-weight: 500;
}

.cr-nav > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 80%;
    border-radius: 0;
    position: absolute;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.19);
}

.cr-nav > ul > li > ul li {
    position: relative;
    float: none;
    border-bottom: 1px solid #e1e1e1;
}

.cr-nav > ul > li > ul li:last-child {
    border: 0;
}

.cr-nav > ul > li > ul li a {
    width: 100%;
    position: relative;
    color: #333;
    padding: 10px 15px;
    text-transform: capitalize;
    border-left: 4px solid;
}

.cr-nav > ul > li > ul li a:hover {
    padding-left: 20px;
    border-left: 15px solid;
}

.cr-nav > ul > li > ul li a:hover i {
    color: #fff;
}

.cr-nav > ul > li > ul li.active a {
    border-left: 15px solid;
}

.cr-nav > ul > li > ul li a i {
    color: #666;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -7px 0 0;
}

.banner-slider, .wrap {
    position: relative;
}

.cr-nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 1000;
}

.btn-delete-item i {
    color: #333;
    cursor: pointer;
}

.top-right .btn-area {
    border-top: 1px solid #e8e8e8;
}

.top-right .btn-area > a {
    width: 50%;
}

.top-right .btn-area > a:first-child {
    border-right: 1px solid #fff;
}

.copyright-bar, .post-content {
    overflow: hidden;
}

.sub-list {
    padding: 0 0 0 30px;
}

.banner-thumbnail {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

#thumbnail-slider div.inner > ul {
    float: none !important;
    transform: translateX(0) !important;
}

#thumbnail-slider div.inner > ul > li {
    width: 100% !important;
    border-left: 5px solid transparent;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

#thumbnail-slider div.inner {
    padding: 0;
    background: #fff;
}

#thumbnail-slider div.inner > ul > li.active {
    border-left: 5px solid;
}

.banner-thumbnail .post-wrap-list > li {
    margin: 0;
}

.banner-thumbnail .post-wrap-list .post-wrap {
    padding: 10px 15px;
}

.link-photo-sidebar > li {
    margin: 0 0 10px;
}

.link-text-sidebar > li {
    margin: 0;
}

.post-wrap:after {
    display: block;
    clear: both;
}

.post-wrap .post-thumb {
    float: right;
    margin: 0 0 0 10px;
    display: table;
    width: 90px;
    height: 70px;
}

.post-meta li:hover {
    background: 0 0 !important;
}

.post-wrap.small-post a {
    font-size: 15px;
    font-weight: 200;
}

.post-wrap-list .post-meta, .post-wrap-list > li:last-child {
    margin: 0;
}

.post-wrap-list .post-content a {
    padding: 10px 5px;
}

.post-thumb:hover ~ .post-content a {
    color: #0d5798;
}

.headline-wrap, .time-clock {
    padding: 15px 0;
    position: relative;
}

.time-clock {
    text-align: center;
    font-size: 16px;
}

.headline-wrap .badge {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 10px;
}

.headline-wrap {
    padding-right: 72px;
    position: relative;
    padding-left: 25px;
}

.news-slider span {
    float: left;
    margin: 0 5px 0 0;
}

.news-slider:after {
    display: block;
    clear: both;
}

.news-slider-holder {
    padding: 0 0 0 20px;
    position: relative;
}

.news-bar {
    background: #fbfbfb;
    border-bottom: 1px solid #e6e6e6;
}

.aside-social span, .cate-tab-navs ul li, .post-thumb .post-badge, .post-thumb .post-cat {
    text-transform: capitalize;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.post-thumb {
    position: relative;
    padding: 0;
}

.post-thumb img {
    width: 100% !important;
    vertical-align: middle;
}

.post-thumb .post-badge {
    position: absolute;
    top: 10px;
    right: -10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    z-index: 15;
    border-radius: 5px 5px 0 5px;
}

.post-badge a, .post-thumb .post-badge a {
    color: #fff;
}

.post-thumb .post-badge::before {
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(0, 0, 0, 0.9);
    border-left: 10px solid transparent;
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.post.style-1 > .post-content {
    margin: 15px 0 0;
    direction: rtl;
}

.slider-post .post .post-content h4 {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.post-detail:hover > .post-thumb > img {
    visibility: visible;
    opacity: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.cat-post a, .post-badge a {
    display: inline-block !important;
}

.post-thumb a {
    display: block;
}

.post.style-2 > .post-content {
    padding: 10px;
    direction: rtl;
}

.list-posts > .post-box {
    margin: 0 0 30px;
}

.list-posts > .post-box p, .list-posts > .post-box:last-child {
    margin: 0;
}

.list-posts .post-thumb {
    margin: 0 30px 0 0;
}

.post-content p:last-child {
    margin: 0;
}

.list-posts .post-content h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
}

.cate-tab-navs ul li:last-child {
    border: 0;
}

.tag {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 10px;
    display: inline-block;
}

.tag i {
    margin: 0 0 0 5px;
}

.side-bar .widget {
    margin: 0 0 30px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
}

.form-group i {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 45px;
    font-size: 16px;
    color: #7d7d7d;
}

.side-bar .widget:last-child {
    margin: -6px;
    border-radius: 15px;
}

.aside-social li {
    float: left;
    text-align: center;
    width: 33.333333%;
}

.aside-social li a {
    display: block;
    color: #fff;
    padding: 15px 0;
}

.post-full ul {
    color: #3d3d3d;
}

.aside-social span {
    display: block;
    font-size: 16px;
}

.aside-social li i {
    font-size: 20px;
    margin: 0 0 5px;
}

li.fb a {
    background: #0d5798;
}

li.tw a {
    background: #55acee;
}

li.tl a {
    background: #1b7bc5;
}

li.li a {
    background: #007bb5;
}

li.in a {
    background: #8a3ab9;
}

li.gmail a {
    background: #d13535;
}

.aside-social li a:hover {
    opacity: 0.8;
}

.post-full ol, .post-full ul {
    line-height: 2.1;
    padding-right: 25px;
    font-size: 17px;
    font-weight: 400;
}

.b468 img, .b468-post img {
    margin-right: -5px;
    padding-right: 5px;
}

.post-full ul {
    margin-top: 0;
    margin-bottom: 20px;
    list-style: inherit;
}

.post-full ol li, .post-full ul li {
    margin-top: 10px;
    font-weight: 200;
}

.post-full ul a:hover, a:active, a:focus {
    color: #0d5798;
    text-decoration: none;
}

.post-full ol, .post-full ol a {
    color: #383535;
}

.post-full ol {
    margin-bottom: 20px;
    direction: rtl;
}

.post-full ol a:hover, a:active, a:focus {
    color: #0d5798;
    text-decoration: none;
}

.list {
    display: inline-block;
}

.list li {
    float: right;
    font-size: 17px;
}

.list2 li {
    width: 50%;
}

.list3 li {
    width: 30%;
}

.list4 li {
    width: 25%;
}

.list-none {
    list-style: none !important;
}

.adv-head {
    text-align: center;
    cursor: pointer;
}

.adv-head img {
    margin-bottom: px;
    margin-top: -5px;
    border-radius: 10px;
}

.adv {
    text-align: center;
}

.adv img {
    margin-bottom: 0;
    display: block;
}

.b468, .b468-post {
    display: flex;
}

.adv-sidebar {
    background: #f3f3f3 !important;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.18) !important;
    text-align: center;
}

.adv-sidebar img {
    margin-top: 8px;
}

.side-bar .post-detail h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.side-bar .post-detail .post-meta {
    margin-bottom: 10px;
    font-size: 13px;
}

.side-bar .post-detail .post-content p, .side-bar .slider-widget .post-content p {
    margin: 0;
}

.side-bar .slider-widget .post-content {
    padding: 15px;
    direction: rtl;
}

.cate-tab-navs {
    background: #33363b;
    float: none;
    width: 100%;
}

.cate-tab-navs ul li {
    text-align: center;
}

.cate-tab-navs ul li a {
    display: block;
    padding: 15px 0;
    cursor: pointer;
    color: #fff;
    border-right: 5px solid transparent;
}

.cate-tab-navs ul li.active a {
    background: #fff;
}

.site-link {
    display: block;
}

.site-link a {
    margin: 0 0 10px;
}

.footer-widget .mb-20 span, .footer-widget a {
    color: #fff;
}

.footer {
    background: #33363b;
    border-top: 5px solid;
}

.footer-widget .mb-20 span {
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
}

.footer-widget .mb-20 span:before {
    background: #f28b2b;
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    top: 5px;
    right: 0;
    margin-right: 15px;
    border-radius: 4px;
}

.login-social li a, .populer-tags li a, .sub-footer ul li {
    text-transform: capitalize;
}

.footer .post-meta li {
    color: #787878;
}

#popup-btn, .quick-links ul li a, .recent-post-widget .comment-author, .recent-post-widget .post-wrap.small-post a, .recent-post-widget a, .recent-post-widget h5 {
    color: #e4e4e4;
}

.footer-contact-popup {
    position: relative;
}

.popup-wrap {
    position: absolute;
    bottom: 105px;
    left: 55px;
    z-index: 999;
}

#popup-btn {
    bottom: -35px;
    position: absolute;
    z-index: 99;
    width: 38px;
    border-radius: 1px;
    font-size: 18px;
    height: 35px;
    text-align: center;
    line-height: 32px;
}

.footer-contact-popup .contact-holder {
    display: none;
    background-color: #e6e6e6;
    width: 300px;
    height: auto;
    padding: 25px;
}

.footer-contact-popup textarea.form-control {
    background: #fff !important;
}

.footer .inner-logo-2 {
    margin: 0 0 30px;
}

.contact-list img {
    margin: 0 0 20px;
}

.contact-list ul li {
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-list ul li:last-child {
    border-bottom: 0;
}

.contact-list ul li:first-child {
    padding-top: 0;
}

.contact-list ul li i {
    margin: 0 10px 0 0;
}

.contact-list .inner-logo {
    float: none;
    margin: 0 0 20px;
}

.quick-links ul li {
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 0 10px;
}

.quick-links ul li:last-child {
    margin: 0;
    direction: rtl;
}

.quick-links ul li a::before {
    content: "\f104";
    position: absolute;
    right: 0;
    font-family: fontawesome;
    font-size: 18px;
}

::-webkit-input-placeholder {
    text-align: right;
}

input::-moz-placeholder {
    text-align: right;
}

input {
    text-align: left;
}

.input-group, .input-group-append {
    display: flex;
}

.login-modal .form-control:focus, .search-modal .search-form .form-control:focus {
    box-shadow: none;
    border: 0;
}

.search-popup {
    cursor: pointer;
    display: inline-block;
    margin: 15px 0 0 15px;
}

#close_footer_subscribe, #close-ads {
    position: absolute;
    left: 0;
    top: -22px;
    background: #fff;
    color: #333;
    padding: 6px;
    font-size: 16px;
    line-height: 10px;
    cursor: pointer;
}

#close_footer_subscribe:before {
    content: "بستن";
}

#close-ads:hover, #close_footer_subscribe:hover {
    background: #ccc;
    color: #fff;
}

#close_footer_subscribe:hover:before {
    content: "بستن :(";
}

.input-group {
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .custom-select, .input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-append {
    margin-right: 5px;
}

.populer-tags ul {
    padding: 0;
}

.populer-tags li {
    display: inline-block;
    margin: 0 3px 5px;
}

.footer-widget .populer-tags li a {
    font-weight: 200;
    color: #e4e4e4;
}

.populer-tags li a {
    display: block;
    border: 1px solid;
    background: 0 0;
    padding: 5px;
    font-size: 13px;
    border-radius: 10px;
}

.sub-footer p, .sub-footer ul {
    font-size: 15px;
    font-weight: 200;
    line-height: 2.5;
}

.recent-post-widget > ul > li {
    margin: 0 0 15px;
}

.recent-post-widget > ul > li:last-child {
    margin: 0;
}

.recent-post-widget ul li {
    position: relative;
}

.recent-post-widget ul li a {
    font-size: 15px;
    font-weight: 200;
    margin-right: 20px;
}

.recent-post-widget ul li::before {
    content: "\2022";
    color: #f28b2b;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 20px;
}

.sub-footer {
    background: #35383b;
}

.sub-footer .copyright-bar {
    padding: 10px 0;
}

.sub-footer p {
    float: right;
    margin: 0;
    color: #787878;
}

.sub-footer ul {
    float: left;
}

.sub-footer ul li {
    display: inline-block;
    margin-right: 5px;
}

.sub-footer ul li:last-child {
    margin: 0;
}

.sub-footer em {
    color: #bfbfbf;
    position: relative;
    margin: 10px;
}

.copyright-bar a {
    color: #999;
}

.copyright-bar a:hover {
    color: #fff;
}

.search-modal .md-close {
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 0;
    padding: 20px;
}

.search-modal .search-form .form-control {
    width: 100%;
    border: 0;
    font-size: 22px;
    height: 70px;
    padding: 20px;
    background: #fff;
    direction: rtl;
}

.search-modal .md-content {
    background: 0 0;
}

.md-content:after {
    display: block;
    clear: both;
    content: "";
}

.md-modal.search-modal {
    width: 50%;
    min-width: initial;
    max-width: initial;
    left: 50%;
    position: absolute;
    top: 200px;
    transform: translate(-50%, -50%);
}

.res-menu {
    background-image: linear-gradient(#153f64, #39658a, #2c4f62);
    z-index: 99999999999;
    position: absolute;
    top: 0;
    width: 100%;
    height: 102%;
    display: none;
}

.menu-show {
    position: fixed;
    display: block !important;
}

.main-wrap {
    position: relative;
}

.custom-re {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.menu-close {
    float: left;
    color: #fff;
    font-size: 25px;
    margin-top: 20px;
}

.res-logo-holder {
    text-align: center;
    padding: 40px 0;
}

.mobile-search-form {
    padding: 10px;
}

.mobile-search-form input {
    background: #ffffffe6;
    border-radius: 2px;
}

.mobile-search-form input:hover {
    background: #fff;
}

.res-nav {
    margin: 0 0 20px;
    direction: rtl;
}

.res-menu-holder p a {
    color: #fff;
}

nav.res-nav {
    padding: 0px;
    list-style: none;
}

.res-nav li {
    border-bottom: 1px dashed #ffffff45;
}

nav.res-nav > li:last-child {
    border-bottom: 0;
}

.res-nav li a {
    padding: 10px 20px;
    color: #fff;
}

.res-nav li a:hover {
    color: #fff;
}

nav.res-nav>ul {
    list-style: none;
    padding: 0px;
}

.res-menu-holder p a {
    display: inline-block;
    text-decoration: none;
}

.res-menu-holder p {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.res-menu-holder p .fa-heart {
    font-size: 18px;
    color: #e20a32;
}

.social-style-2 {
    text-align: center;
    margin: 0 0 20px;
}

.social-style-2 li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.res-menu-holder .inner-logo, .res-menu-holder .inner-logo-2 {
    margin: 0 auto;
}

.social-style-2 li a {
    border-radius: 8px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.res-menu-holder .logo-holder {
    float: none;
    padding: 10px 15px;
    text-align: center;
    background: #3333333d;
}

.social-style-2 li a:hover {
    opacity: 0.8;
}

.res-menu-holder {
    height: 100%;
    overflow-y: auto;
}

.banner-slider-2 {
    border-radius: 10px;
}

.banner-slider-2, .post-full .tab {
    overflow: hidden;
}

.login-social li {
    margin: 0 0 15px;
}

.login-social li:last-child {
    margin: 0;
}

.login-social li a {
    width: 100%;
    padding: 12px 20px;
    color: #fff;
    text-align: right;
}

.login-social li a i {
    float: left;
    font-size: 20px;
}

.login-form {
    padding: 15px;
}

.login-form p {
    color: #fff;
    margin: 0;
}

.login-form p a {
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
}

.input-group {
    margin: 0 0 15px;
}

.login-modal .md-content {
    background: #124674;
}

.login-modal .btn-holder {
    margin: 0 0 20px;
}

.md-modal input[type="checkbox"] {
    margin-top: -10px;
}

.login-modal .btn-holder a {
    font-size: 16px;
    color: #fff;
}

.input-group {
    margin: 0 0 15px;
}

.login-modal.md-modal {
    width: 30%;
}

.login-modal .btn-holder {
    margin: 0 0 20px;
}

.md-modal input[type="checkbox"] {
    margin-top: -10px;
}

.login-modal .btn-holder a {
    font-size: 16px;
    color: #fff;
}

.blog-social, .inner-banner {
    text-align: right;
}

.item.overlay-dark::before {
    z-index: 1;
}

.inner-banner h3 {
    margin: 0;
    color: #33363b;
    text-transform: capitalize;
    font-size: 16px;
}

.banner-parallax {
    z-index: 1;
    padding: 10px 0;
}

.inner-banner .tm-breadcrum {
    direction: rtl;
    color: #a22508;
}

.inner-banner .tm-breadcrum a:after {
    content: "\f177";
    display: inline-block;
    font-family: FontAwesome;
    padding: 0 15px;
    color: #33363b;
}

[itemprop^="name"]:after {
    display: none !important;
}

.inner-banner .tm-breadcrum span a {
    display: inline-block;
}

.inner-banner .tm-breadcrum a {
    color: #33363b;
}

.inner-banner .tm-breadcrum i {
    font-size: 16px;
}

.blog-social ul {
    display: block;
    float: left;
}

.blog-social ul li {
    display: block;
    margin: 0 0 0 10px;
    float: right;
}

.share-icon {
    display: block;
    float: left;
    cursor: pointer;
}

.blog-social.active ul {
    visibility: visible;
    opacity: 1;
}

input[type="radio"] {
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    font-family: fontawesome;
    border: 1px solid #ccc;
    margin-left: 3px !important;
    vertical-align: middle;
}

input[type="radio"]:checked:before {
    content: "\F00C";
    color: #5cb85c;
    bottom: -1px;
    left: 0;
    position: absolute;
}

input[type="radio"]:checked {
    background: #fff;
    border-color: #5cb85c;
}

.blog-social.active ul li {
    margin: 0 0 0 15px;
}

.social-useful {
    display: none;
}

.social-useful ul {
    display: inline-block;
}

.social-useful ul li {
    display: block;
    margin: 0 0 0 10px;
    float: right;
}

.social-useful ul li a {
    color: #fff;
}

.social-useful ul li a:hover {
    color: #333;
}

.shared-post {
    padding: 4px 13px;
    border-radius: 10px;
}

.blog-copyright, .blog-tags {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.blog-tags li {
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    margin: 0 2px;
}

.blog-copyright li:first-child {
    border-radius: 0 10px 10px 0;
}

.blog-copyright li:last-child {
    border-radius: 10px 0 0 10px;
}

.blog-copyright li:only-child {
    border-radius: 10px;
}

.blog-tags li a {
    padding: 5px;
    font-size: 14px;
    background: #f2f2f2;
    text-transform: uppercase;
    color: #3b3b3b !important;
    border-radius: 10px;
}

.blog-tags li a:before {
    font-family: fontawesome;
    content: "\f02b";
    padding-left: 5px;
}

.blog-copyright li {
    background: #035a06;
    color: #fff;
    display: table-cell;
    text-transform: capitalize;
    position: relative;
}

.blog-copyright li:hover {
    background: #ae2d1d;
}

.blog-copyright li a, .blog-copyright li span {
    padding: 3px 4px;
    color: #fff !important;
    font-size: 13px;
    text-transform: capitalize;
    display: inherit !important;
    font-weight: 200;
}

.blog-copyright li a:hover {
    color: #fff;
}

.blog-user-rating {
    text-transform: uppercase;
}

.blog-copyright li:first-child a:before, .blog-copyright li:first-child span:before {
    font-family: fontawesome;
    content: "\f1f9";
    padding-left: 5px;
    float: right;
}

.blog-vote {
    display: inline-block;
}

.blog-vote, .blog-vote p {
    margin: 0 0 5px;
    text-align: center;
}

.blog-vote a {
    margin-left: 5px;
}

li .post-read {
    color: #0d5798;
}

.zappdownload.row {
    margin: 0;
}

.zappdownload .col-sm-3 {
    width: 24.3%;
    margin: 0 2px;
}

#map, #map2 {
    width: 100%;
}

.post-info h2 {
    font-size: 26px;
}

.post-info h3 {
    font-size: 23px;
}

.post-info h4 {
    font-size: 19px;
}

.post-info h5 {
    font-size: 17px;
}

.contact-info h5 {
    text-transform: capitalize;
}

.post-info .post-meta li {
    font-size: 14px;
}

#map {
    height: 340px;
}

#map2 {
    height: 470px;
}

.contact-info p {
    margin: 0;
}

.contact-info ul li h5 {
    margin: 0 0 10px;
}

.contact-info ul li {
    margin: 0 0 15px;
}

.contact-info ul li:last-child {
    margin: 0;
}

.grid-item2:after, .grid-item:after {
    content: "";
}

.price.style-2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 22px;
}

.price.style-2 del {
    margin: 0 0 0 10px;
    color: #999;
    font-size: 14px;
}

.add-banner img, .aside-add img {
    width: 100%;
}

.post-info .post-thumb {
    margin: 0 0 20px;
}

.add-banner {
    padding: 0 0 40px;
}

.add-banner.text-center {
    padding-bottom: 30px;
}

.grid-item:after {
    display: block;
    clear: both;
}

.grid-item {
    margin: 7px 0 23px;
}

.grid-item2:after {
    display: block;
    clear: both;
}

.grid-item2 {
    margin: 0 0 10px;
}

.aside {
    background: #33363b;
}

.aside .widget > h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 10px;
    margin: 0;
    text-align: center;
}

.aside-add {
    margin: 0 0 30px;
}

.view-all {
    padding: 4px 0 0 15px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
}

.view-all i {
    margin: 0 0 0 5px;
}

.goals-detail ul li {
    margin: 0 0 10px;
}

.goals-detail ul li:last-child {
    margin: 0;
}

.goals-detail ul li span {
    display: inline-block;
    color: #33363b;
    font-weight: 500;
}

.banner-slider-2 .post-badge:before, .header-2 .cr-add-nav {
    display: none;
}

.goals-detail ul li span:first-child {
    float: left;
    min-width: 130px;
}

.goals-detail ul li span:first-child::before {
    content: "\f1e3";
    margin: 0 10px 0 0;
    font-family: fontawesome;
}

.goals-detail ul li span:last-child {
    text-transform: uppercase;
}

.theme-tab-navs.style-2 li {
    width: 50%;
}

.thumb-over, .thumb-over-editpost {
    bottom: 0;
    right: 0;
    direction: rtl;
}

.logo-width-name {
    text-transform: capitalize;
}

.logo-width-name img {
    margin: 0 5px 0 0;
}

.archieve-tabs .theme-tab-navs li a {
    padding: 15px 0;
    text-transform: capitalize;
    color: #fff;
}

.archieve-tabs .theme-tab-navs {
    background: #33363b;
    padding: 5px;
}

.archieve-list ul li {
    position: relative;
    padding: 0 20px 0 0;
    margin: 0 0 10px;
}

.archieve-list ul li a:before, .post-cat, .post-cat:before, .post-wrap-list .post-content a:before, .thumb-over, .thumb-over-editpost {
    position: absolute;
}

.archieve-list ul li:last-child {
    margin: 0;
}

.archieve-list ul li a:hover:after {
    position: absolute;
    color: red;
}

.archieve-list {
    padding: 20px 0 20px 15px;
}

.archieve-tabs .thumb-over a {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}

.archieve-tabs .post-meta a {
    color: #cbcbcb;
    font-size: 13px;
    font-weight: 100;
}

.archieve-tabs .thumb-over .tag {
    padding: 5px 8px 2px;
}

.archieve-tabs .post .post-thumb {
    margin: 0 0 15px;
}

.archieve-tabs .post {
    padding: 15px 15px 6px 10px;
}

.archieve-tabs .post-badge i {
    margin: 0 5px;
}

.archieve-tabs .post-meta {
    margin: 0;
}

.top-bar-2 {
    padding: 10px 0;
}

.header.header-2 {
    background: #0d5798;
}

.banner-slider-3 .news-item-holder:after, .post-thumb .lazyload:after {
    background: linear-gradient(to bottom, rgba(38, 41, 39, 0.28) 1%, rgba(0, 0, 0, 0.66) 100%, #000 100%);
}

.header-2 .cr-nav > ul > li {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.header-2 .cr-nav > ul > li:last-child {
    border: 0;
}

.header-2 .logo-holder {
    padding: 18px 0;
}

.header-2 .cr-navigation {
    float: right;
}

.header-2 .cr-nav > ul > li > a {
    padding: 24px 15px;
    color: #fff !important;
}

h2.thumb-over, .custom-size h3 a, .header-2 .cr-add-nav li a, .header-2 .cr-nav > ul > li.active > a, .post-cat {
    color: #fff;
}

.header-2 .cr-add-nav li a {
    padding: 24px 15px;
}

.header-2 .top-right > li > a {
    padding: 24px 5px;
}

.header-2 .cr-nav > ul > li:first-child > a {
    padding-left: 0;
}

.header-2 .top-right li:last-child a {
    padding-right: 0;
}

.header-2 .top-right li:last-child {
    text-align: right;
}

.header-2 .top-right li a span {
    top: 22px;
    right: 3px;
}

.custom-size h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    direction: rtl;
}

.custom-size h3 a {
    font-size: 20px;
}

.custom-size h2 {
    font-weight: 800;
    line-height: 1.4;
    direction: rtl;
}

.custom-size h2 a {
    font-size: 25px;
}

.custom-size .post-meta li {
    font-size: 14px;
}

.banner-slider-2 .post-badge {
    top: 0;
    right: initial;
    left: 0;
}

.thumb-over-editpost {
    padding: 6px 7px;
}

.thumb-over-editpost strong {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
    color: #fff;
    line-height: 1;
}

.thumb-over {
    padding: 15px;
    z-index: 1;
    background: linear-gradient(#0000, #00000091 80px);
    width: 100%;
}

.p5 {
    padding: 5px 25px !important;
}

.banner-slider-2 .post-thumb .thumb-over .post-side a {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 700;
}

.post-cat {
    top: 10px;
    right: -10px;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: 400;
    z-index: 15;
}

.post-cat:before {
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(0, 0, 0, 0.9);
    border-left: 10px solid transparent;
    content: "";
    top: 100%;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.banner-slider-2 .post-thumb .post-meta {
    margin: 0;
    direction: rtl;
}

.banner-slider-2 .post-thumb .post-meta li, .banner-slider-2 .post-thumb .post-meta li a {
    color: #dedede;
}

.news-item-holder .thumb-over strong {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    color: #fff;
    line-height: 1;
    margin: 0 3px 10px;
}

.news-item-holder .thumb-over strong a {
    color: #fff;
}

.banner-slider-3 .news-item-holder > img {
    width: 100%;
}

.pagination {
    display: block;
    text-align: center;
    margin: 30px 0 0;
}

.comment-navigation > li:last-child {
    display: -webkit-inline-flex !important;
}

.comment-navigation > li > span {
    margin-left: 5px !important;
    background: #0d5798;
    color: #fff !important;
}

.pagination > li {
    display: inline-block;
}

.pagination > li:first-child {
    margin: 0 30px 0 0;
}

.pagination > li:last-child {
    margin: 0 0 0 30px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 10px;
}

.pagination > li a, .pagination > li span {
    color: #999;
    padding: 8px 15px;
    border-radius: 10px;
}

.current-post-type, .pagination > li.active a, .side-bar .populer-tags li a:hover, article h1 a {
    color: #fff;
}

#catPage_listing > .post-box, .cat-listing > p, .cat-listing > p:after {
    border-bottom: 1px solid #e2e2e2;
}

#post-slider .item img {
    width: 100%;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.post-full h2 {
    font-weight: 600;
    text-transform: capitalize !important;
}

.post-full h2, .post-full h3, .post-full h4, .post-full h5 {
    margin-top: 20px;
}

.post-wrap-list .small-post .post-thumb {
    display: table-cell;
    width: 30%;
    float: none;
    vertical-align: middle;
}

.post-wrap-list .small-post .post-content {
    display: table-cell;
    width: 80%;
    padding: 0;
    float: none;
    vertical-align: middle;
}

.post-wrap-list .small-post h4 {
    margin: 0;
    line-height: 1.5;
    padding-right: 10px;
}

.post-wrap-list .small-post .post-meta {
    line-height: 2;
}

article h1 {
    font-size: 28px;
    font-weight: 800;
}

article h1 a:hover {
    color: #f6f6f6;
}

.post-content .link-head {
    margin-bottom: 0;
    line-height: 1.4;
    color: #33363b;
    font-size: 18px;
    font-weight: 700;
}

.cat-listing > p {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
    margin-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

.cat_title_holder {
    text-align: center;
}

.cat-listing > p:after {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    bottom: -1px;
}

.secondry-heading.large {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 30px;
}

.secondry-heading.large:before {
    top: 17px;
    width: 20px;
    height: 22px;
}

.sep-line {
    border-bottom: 1px solid rgba(157, 157, 157, 0.15);
}

.side-bar .populer-tags {
    padding: 15px 15px 5px;
}

.cat_title_holder > h2 {
    font-size: 48px;
    margin: 0;
    line-height: 40px;
}

.cat_title_holder {
    margin: 0 0 45px;
}

.cat_title_holder .tm-breadcrum li a:after {
    content: "/";
    display: inline !important;
    margin: 0 10px 0 15px;
}

.cat_title_holder .tm-breadcrum li {
    display: inline-block;
}

.cat_title_holder .tm-breadcrum li:last-child {
    opacity: 0.85;
}

#catPage_listing .post-thumb {
    margin-right: 0;
}

#catPage_listing > .post-box {
    padding-bottom: 30px;
    position: relative;
    clear: left;
    width: 100%;
}

#catPage_listing > .post-box:after, #catPage_listing > .post-box:before {
    content: "";
    display: block;
    width: 30px;
    border-bottom: 1px solid #e2e2e2;
    bottom: -1px;
    position: absolute;
}

.current-post-type, .current-post-type:before {
    height: 44px;
    width: 45px;
    position: absolute;
}

#catPage_listing > .post-box:before {
    left: -20px;
}

#catPage_listing > .post-box:after {
    right: -20px;
}

#catPage_listing > .post-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#catPage_listing > .post-box:last-child:after, #catPage_listing > .post-box:last-child:before {
    display: none;
}

#catPage_listing p {
    line-height: 2;
    font-weight: 200;
}

.tooltip .tooltip-inner {
    background: #34495e;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    border-top: 1px;
    border-right: 1px;
    border-left: 1px;
}

.post_meta_holder {
    margin: 0 0 10px;
    display: table;
    width: 100%;
}

.post_meta_holder .row {
    display: table-row;
}

.post_meta_holder .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.post_meta_holder .row > div:first-child {
    padding-left: 0;
}

.post_meta_holder .row > div:last-child {
    padding-right: 0;
}

.post-detail .post-info > h3 {
    margin-bottom: 5px;
}

.slider-blog-post .post-info {
    padding-top: 10px;
}

.btn.red:hover, .c-color, .cate-tab-navs ul li.active a, .contact-list ul li i, .cr-nav > ul > li.active > a, .cr-nav > ul > li > a:hover, .news span, .quick-links ul li a::before, .side-bar .populer-tags li a, .text-red, a:hover {
    color: #0d5798;
}

#popup-btn, .archieve-tabs .theme-tab-navs li.active a, .aside .widget > h3, .header-2, .headline-wrap .badge, .news-item-holder .thumb-over strong, .pagination > li.active a, .primary-heading h1:before, .primary-heading h2:before, .primary-heading h4:before, .primary-heading span:before, .scrollup, .secondry-heading:before, .tag {
    background: #f28b2b;
}

.populer-tags li a:hover {
    background: #f28b2b;
}

.btn.red {
    border-color: #801d06;
    background: #a22508;
}

#thumbnail-slider div.inner > ul > li.active, .cate-tab-navs ul li.active a, .cr-nav > ul > li > ul li a, .cr-nav > ul > li > ul li a:hover, .cr-nav > ul > li > ul li.active a, .footer, .pagination > li.active a, .populer-tags li a, .secondry-heading {
    border-color: #f28b2b;
}

input.form-control:focus {
    border-color: #0d5798;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(220, 74, 41, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(220, 74, 41, 0.6);
}

#thumbnail-slider-next::before, #thumbnail-slider-prev::before {
    border-left: 4px solid #0d5798;
    border-top: 4px solid #0d5798;
}

.btn.green:hover, .site-link a, a:hover {
    color: #0d5798;
}

.btn.green, .post-badge, .post-cat, .top-right li a span {
    background: #0d5798;
}

.btn.green {
    border-color: #0d5798;
}

.inner-logo, .inner-logo-2 {
    background: url(../images/logo.png) no-repeat;
    width: 215px;
    height: 36px;
    background-size: 100%;
}

.social-rounded {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-rounded li {
    float: left;
    margin: 0 8px 7px 0;
}

.social-rounded li a i {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #e7e7e7;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #929292;
    line-height: 33px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-rounded li a i:hover {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-rounded li a i.fa-facebook:hover {
    background: #2f4787;
    border: 2px solid #223874;
}

.social-rounded li a i.fa-twitter:hover {
    background: #2ba8e0;
    border: 2px solid #1c90c4;
}

.social-rounded li a i.fa-rss:hover {
    background: #f47c23;
    border: 2px solid #d26514;
}

.share-post {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
    direction: rtl;
    width: 300px;
    display: block;
    margin: auto;
}

.share-post label {
    float: right;
    color: #373737;
    font-size: 22px;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 0;
}

.note-black1, .related-content, .tip-info, .tip-red, .tip-war {
    padding: 10px;
    border-radius: 10px;
    letter-spacing: -0.5px;
}

.share-post ul.social-rounded {
    float: left;
}

.share-post ul li {
    margin-bottom: 0;
}

.related-content, .related-list {
    margin: -15px 0 10px;
}

.justify {
    font-size: 16px;
}

.justify p {
    font-size: 14px;
}

.populer-tags li a:hover {
    color: #fff;
}

.related-content {
    margin-top: 15px;
    background-color: #545454;
    border-radius: 10px;
}

.related-red {
    background-color: #c23321;
}

.related-red2 {
    background-color: #c22149;
}

.related-green {
    background-color: #309c48;
}

.related-green2 {
    background-color: #0d5798;
}

.related-blue {
    background-color: #08c;
}

.related-blue2 {
    background-color: #128997;
}

.related-violet {
    background-color: #861297;
}

.related-violet2 {
    background-color: #97124f;
}

.related-content b, .related-content strong {
    color: #ffff;
}

.related-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.5;
    direction: rtl;
    color: #fff;
    text-align: right;
    letter-spacing: -0.5px;
}

.related-content .title h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
}

.note-black1, .note-black2, .note-black3, .note-black4, .note-blue1, .note-blue2, .note-blue3, .note-blue4, .note-green1, .note-green2, .note-green3, .note-green4, .note-pink1, .note-pink2, .note-pink3, .note-pink4, .note-red1, .note-red2, .note-red3, .note-red4 {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.related-content .title h3::before {
    content: "\f14a";
    margin-left: 5px;
    color: #ff0;
    font-family: fontawesome;
}

.related-content h3 a {
    color: #fff;
}

.related-content .link a {
    font-weight: 200;
    color: #fff;
    font-size: 15px;
    line-height: 2.2;
    display: block;
}

.linkthis {
    color: #ff0 !important;
}

.related-content .link a::before {
    content: "\f104";
    float: right;
    margin-left: 5px;
    font-family: fontawesome;
}

.related-content .link a:active, .related-content .link a:focus, .related-content .link a:hover {
    color: #ff0;
}

.linkthis:active, .linkthis:focus, .linkthis:hover {
    color: #fff !important;
}

.related-content .link a:visited {
    color: #d2d2d2;
}

.tip-red, .tip-red a {
    color: #fff;
}

.tip-red {
    background-color: #ea614f;
    margin: 20px 0;
}

.tip-red::before {
    content: "\f071";
    float: right;
    margin-left: 5px;
    font-family: fontawesome;
}

.tip-red a:hover {
    color: #ffeb06;
}

.note-black1, .tip-war, .tip-war a {
    color: #514e4e;
}

.tip-war {
    background-color: #f0e61d;
    margin: 20px 0;
}

.tip-war::before {
    content: "\f05a";
    float: right;
    margin-left: 5px;
    font-family: fontawesome;
}

.tip-info, .tip-info a, .tip-info a:hover, .tip-war a:hover {
    color: #fff;
}

.tip-info {
    background-color: #1384a7;
    margin: 20px 0;
}

.tip-info:before {
    content: "\f0a5";
    float: right;
    margin-left: 5px;
    font-family: fontawesome;
}

.note-black1 {
    border: 1px dashed #514e4e;
}

.note-black2, .note-black3 {
    padding: 10px;
    border-radius: 10px;
    color: #514e4e;
}

.note-black2 {
    border: 1px dotted #514e4e;
}

.note-black3 {
    border: 1px double #514e4e;
}

.note-black4, .note-red1 {
    padding: 10px;
    border-radius: 10px;
}

.note-black4 {
    color: #514e4e;
    border: 4px double #514e4e;
}

.note-red1, .note-red2, .note-red3, .note-red4 {
    color: #b31d1d;
}

.note-green1, .note-green2, .note-green3, .note-green4 {
    color: #379c1d;
}

.note-red1 {
    border: 1px dashed #b31d1d;
}

.note-red2, .note-red3 {
    padding: 10px;
    border-radius: 10px;
}

.note-red2 {
    border: 1px dotted #b31d1d;
}

.note-red3 {
    border: 1px double #b31d1d;
}

.note-green1, .note-red4 {
    padding: 10px;
    border-radius: 10px;
}

.note-red4 {
    border: 4px double #b31d1d;
}

.note-green1 {
    border: 1px dashed #379c1d;
}

.note-green2, .note-green3 {
    padding: 10px;
    border-radius: 10px;
}

.note-green2 {
    border: 1px dotted #379c1d;
}

.note-green3 {
    border: 1px double #379c1d;
}

.note-green4, .note-violet1 {
    padding: 10px;
    border-radius: 10px;
}

.note-green4 {
    border: 4px double #379c1d;
}

.note-violet1, .note-violet2, .note-violet3, .note-violet4 {
    color: #9c1d4a;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}

.note-blue1, .note-blue2, .note-blue3, .note-blue4 {
    color: #256cbd;
}

.note-violet1 {
    border: 1px dashed #9c1d4a;
}

.note-violet2, .note-violet3 {
    padding: 10px;
    border-radius: 10px;
}

.note-violet2 {
    border: 1px dotted #9c1d4a;
}

.note-violet3 {
    border: 1px double #9c1d4a;
}

.note-blue1, .note-violet4 {
    padding: 10px;
    border-radius: 10px;
}

.note-violet4 {
    border: 4px double #9c1d4a;
}

.note-blue1 {
    border: 1px dashed #256cbd;
}

.note-blue2, .note-blue3 {
    padding: 10px;
    border-radius: 10px;
}

.note-blue2 {
    border: 1px dotted #256cbd;
}

.note-blue3 {
    border: 1px double #256cbd;
}

.note-blue4, .note-pink1 {
    padding: 10px;
    border-radius: 10px;
}

.note-blue4 {
    border: 4px double #256cbd;
}

.note-pink1, .note-pink2, .note-pink3, .note-pink4 {
    color: #c90fc7;
}

.note-pink1 {
    border: 1px dashed #c90fc7;
}

.note-pink2, .note-pink3 {
    border-radius: 10px;
    padding: 10px;
}

.note-pink2 {
    border: 1px dotted #c90fc7;
}

.note-pink3 {
    border: 1px double #c90fc7;
}

.note-pink4 {
    padding: 10px;
    border-radius: 10px;
    border: 4px double #c90fc7;
}

.star1:after, .star2:after, .star3:after, .star4:after, .star5:after {
    font-family: FontAwesome;
    color: #f9ee1a;
    margin-right: 10px;
    vertical-align: middle;
}

.star1:after {
    content: "\f005 \f006 \f006 \f006 \f006";
}

.star2:after {
    content: "\f005 \f005 \f006 \f006 \f006";
}

.star3:after {
    content: "\f005 \f005 \f005 \f006 \f006";
}

.star4:after {
    content: "\f005 \f005 \f005 \f005 \f006";
}

.star5:after {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.shortimg {
    display: block;
    float: right;
    margin: 0;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #4b4848;
    border-radius: 3px;
}

.shortimg p {
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.shortimg img {
    border: 1px solid #ece7e7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
    margin: 0 0 6px 8px;
    padding: 4px;
}

.check li:before, .check2 li:before, .hotel-info li:before, .hotel-space li:before {
    font-family: FontAwesome;
    margin-left: 10px;
    vertical-align: middle;
    float: right;
}

.check, .check2, .hotel-info, .hotel-space {
    list-style: none !important;
    padding-right: 15px !important;
}

.hotel-space li:before {
    content: "\f1b9";
    color: #0d5798;
}

.hotel-info li:before {
    content: "\f14a";
    color: #0d5798;
}

.check li:before {
    content: "\f00c";
    color: #9a0016;
    float: right;
}

.check2 li:before {
    content: "\f00c";
    color: #08962c;
    float: right;
}

.sec-code input[type="text"] {
    width: 140px;
    margin-right: 5px;
    top: -19px;
}

.sec-code input[type="number"] {
    margin: 0px 13px;
}

.sec-code button[type="submit"] {
    width: 120px;
    padding: 0;
}

.sec-code i {
    position: relative !important;
    right: -4px;
    color: #521211;
}

.sec-code img {
    margin-top: 0;
    width: 100px;
    height: 47px;
}

.next-link, .prev-link {
    position: fixed;
    top: 50%;
    z-index: 300;
    padding: 5px;
    border-radius: 4px;
    width: 55px;
    height: 100px;
}

.prev-link {
    left: -20px;
    background-color: #89898933;
}

.prev-link i {
    font-size: 45px;
    margin: 20px 7px 0 0;
}

.prev-link:hover {
    background-color: #898989cc;
    color: #fff;
}

.prev-link:focus {
    background-color: #ece107;
    color: #fff;
}

.next-link {
    right: -20px;
    background-color: #89898933;
}

.next-link i {
    font-size: 45px;
    margin: 20px 22px 0 0;
}

.next-link:hover {
    background-color: #898989cc;
    color: #fff;
}

.next-link:focus {
    background-color: #ece107;
    color: #fff;
}

.topbar-post .progress-post {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

.topbar-post .progress-post .bar {
    background-color: #0d5798;
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.topbar-post.showing {
    transform: translateY(0);
    display: inline-block;
}

.topbar-post {
    background-color: #fff;
    padding-right: 1rem;
    padding-left: 1rem;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(-60px);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
}

.topbar-post a {
    margin-top: 13px;
    font-weight: 600;
    color: #0d5798;
    border-radius: 10px;
}

.topbar-post a:hover, .topbar-post a:active, .topbar-post a:focus {
    color: #0d5798;
}

.topbar-post .blog-social a {
    color: #fff;
}

.topbar-post i {
    color: #999;
    margin: 5px;
}

.sharemob1 i {
    margin: 0;
}

.topbar-post p {
    color: #33363b;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
}

.post-full .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
}

.post-full label h2, .post-full label h3, .post-full label h4, .post-full label h5, .post-full label h6, .post-full label span, .post-full label strong {
    font-weight: 700;
    font-size: 16px;
    padding: 8px;
    margin: 0 0 4px;
    line-height: 1.5;
    color: #fff;
}

.default label h2, .default label h3, .default label h4, .default label h5, .default label h6, .default label span, .default label strong {
    color: red;
}

.post-full .blue label {
    background: #2980b9;
}

.post-full .red label {
    background: #dd4b39;
}

.post-full .green label {
    background: #16a085;
}

.post-full .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #1abc9c;
    -webkit-transition: max-height 0.35s;
    -o-transition: max-height 0.35s;
    transition: max-height 0.35s;
}

.post-full .blue .tab-content {
    background: #3498db;
}

.post-full .green .tab-content {
    background: #16a085;
}

.post-full .red .tab-content {
    background: #dd4b39;
}

.post-full .tab-content p {
    margin: 1em;
}

.post-full input:checked ~ .tab-content {
    display: contents;
}

.post-full label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.post-full input[type="checkbox"] + label::after {
    content: "+";
}

.post-full input[type="radio"] + label::after {
    content: "\25BC";
}

.post-full input[type="checkbox"]:checked + label::after {
    content: "-";
}

.post-full input[type="radio"]:checked + label::after {
    transform: rotateX(180deg);
}

.prevnext {
    padding: 10px 0 45px;
    font-size: 16px;
    font-weight: 500;
}

.related_posts {
    float: right;
}

.related_posts p {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}

.YEKTANET.yn-notification {
    z-index: 999 !important;
}

.side_relatedpost {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    background: #fff;
    width: 340px;
}

.relatedpost_header {
    text-align: right;
    padding: 8px 15px;
    background-color: #fdab5e;
    color: #002a48;
    font-size: 16px;
    font-weight: 600;
}

.relatedpost_header span {
    float: left;
    font-size: 25px;
    color: #002a48;
    cursor: default;
    cursor: pointer;
}

.relatedpost_item {
    padding: 15px 15px 0 0;
}

.relatedpost_item_inner {
    display: inline-block;
}

.relatedpost-thumbnail {
    display: block;
    float: left;
    width: 90px;
    margin: 0 20px 0 0;
}

.relatedpost_meta {
    float: right;
    width: 200px;
}

.relatedpost_meta a {
    color: #33363b;
    font-weight: 200;
}

.list-post {
    position: relative;
    background-color: #fff !important;
    border: 1px solid #06548236 !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 0 !important;
    margin: 15px 0;
}

.list-post ul, .list-post ol {
    line-height: 38px;
    margin-bottom: 0;
    text-align: right;
    padding: 10px;
    font-size: 16px;
}

.list-post p, .list-post h2 {
    font-size: 17px;
    cursor: pointer;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 0;
    color: #065482 !important;
    background: #e6e6e654;
    border-radius: 10px 10px 0px 0px;
}

.list-post ul li:first-child {
    margin-top: 0;
}

.list-post ol li, .list-post ul li {
    list-style: none;
    margin-top: 3px;
}

.list-post ol li a, .list-post ul li a {
    font-weight: 200;
    color: #033e62 !important;
}

.list-post ol li a:hover, .list-post ul li aa:hover {
    color: red !important;
}

.list-post ol li:before, .list-post ul li:before {
    content: "\f104";
    color: #026152;
    font-family: fontawesome;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.list-post h2, .list-post p {
    margin-top: 0;
    padding: 10px;
}

.list-post p::after, .list-post h2::after {
    position: absolute;
    font-size: 22px;
    left: 15px;
    top: 7px;
}

.list-post p::after, .list-post h2::after {
    content: "-";
}

.list-post.active p::after, .list-post.active h2::after {
    content: "+";
}

.list-post > ul {
    display: block;
}

.list-post.active > ul {
    display: none;
}

.highslide-outline, .highslide-wrapper {
    background: #fff;
}

.highslide-image {
    border: 2px solid #fff;
}

.highslide-active-anchor, .highslide-active-anchor img {
    visibility: hidden;
}

.highslide-dimming {
    background-color: #000;
}

.highslide-html {
    background-color: #fff;
}

.highslide-loading {
    direction: rtl;
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    padding: 3px 10px 5px 12px;
    border: 1px solid #fff;
    background-color: #000;
}

a.highslide-full-expand {
    background: url(../dleimages/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}

.highslide-caption {
    display: none;
    padding: 5px;
    background: #fff;
    float: right;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../system/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../system/classes/highslide/graphics/controlbar-black-border.gif) 100% -90px no-repeat;
}

.highslide-controls li {
    float: left;
    padding: 5px 0;
}

.highslide-controls a {
    background: url(../../../system/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: 0;
}

.highslide-controls a.disabled {
    cursor: default;
}

.highslide-controls a span {
    display: none;
}

.highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
    background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
    background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
    background-position: -120px 0;
}

.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
    background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

#loading-layer {
    display: none;
    font-size: 11px;
    background: #356a68;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 0;
}

.yn-content {
    border-radius: 10px;
}

blockquote {
    background-color: #abf8025c;
    border-radius: 15px;
    padding: 50px 35px 20px;
    margin: 25px 0 20px;
    position: relative;
    text-align: center;
}

blockquote:before {
    content: "\f10e";
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    font-size: 30px;
    font-family: FontAwesome;
    color: #444;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 91px;
    border-radius: 50%;
    text-align: center;
}

blockquote p {
    margin-bottom: 0;
}

.YEKTANET.yn-notification {
    z-index: 999 !important;
}

.ui-dialog-buttonset {
    padding: 5px;
    text-align: center;
}

#dlefastreplycomments {
    padding: 10px;
    background: #c0ae1e1a;
    border: 1px solid #ca760a94;
    margin-top: 10px;
}

.newslater-box {
    background-color: #0d5798;
    text-align: center;
    color: #fff;
    margin: -8px;
    padding: 2px;
    border-radius: 15px;
}

#newsletter_side_email {
    text-align: left;
    color: #333;
    line-height: 40px;
}

.newsletter-form .input-group input {
    background: #fff;
    padding-left: 0;
    border-left: 0;
}

::-webkit-input-placeholder {
    text-align: right;
}

input::-moz-placeholder {
    text-align: right;
}

#footer-subscribe .form-control, .newsletter-form .form-control, input {
    line-height: 40px;
}

.newsletter .btn-group {
    margin-top: 8px;
}

.newsletter-form .form-control {
    margin-bottom: 3px;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.newsletter-form .input-group {
    margin: 0;
}

.newsletter-form p {
    direction: rtl;
    font-size: 15px;
    color: #fff;
    padding: 5px;
    line-height: 2;
    margin-bottom: 0;
    text-align: right;
}

.newsletter, .newsletter-form {
    padding: 5px;
    display: flow-root;
}

.newsletter button {
    margin-top: 10px;
    float: right;
}

.footer .newsletter-form input.form-control:focus {
    border-color: #fff;
    box-shadow: none;
}

label.btn span {
    font-size: 14px;
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-lg {
    font-size: 1.33333333em !important;
    line-height: 0.75em;
    vertical-align: -15%;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #fff;
    display: inline;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o, label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #fff;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #7aa3cc;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #fff;
    display: inline;
}

div[data-toggle="buttons"] label.active, div[data-toggle="buttons"] label:hover, label:hover input[type="checkbox"] ~ i.fa {
    color: #fff;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o, label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #fff;
    display: inline;
}

div[data-toggle="buttons"] label {
    padding: 6px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0 solid #c8c8c8;
    border-radius: 3px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.input-group, .input-group-append, .input-group-prepend {
    display: flex;
}

div[data-toggle="buttons"] label.active, div[data-toggle="buttons"] label:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer-subscribe {
    background: rgba(0, 0, 0, 0.83);
    color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    position: fixed;
    z-index: 999999999;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.login-modal .form-control:focus, .search-modal .search-form .form-control:focus {
    box-shadow: none;
    border: 0;
}

#footer-subscribe-form {
    padding: 1rem 0;
}

#footer-subscribe-description {
    padding: 1rem 0 0;
}

#footer-subscribe h6 {
    color: #fff;
    font-size: 17px;
}

#close, #close-ads {
    position: absolute;
    left: 0;
    top: -22px;
    background: #fdf2f2;
    color: #602929;
    padding: 6px;
    font-size: 20px;
    line-height: 10px;
    cursor: pointer;
}

#close:before {
    content: "بستن";
}

#close-ads:hover, #close:hover {
    background: #ccc;
    color: #fff;
}

#close:hover:before {
    content: "بستن :(";
}

.footer-subscribe-title {
    padding-top: 10px;
}

.input-group {
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .custom-select, .input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 4px;
}

.alert-subscribe {
    padding: 10px !important;
}

.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.newsletter-form .input-group-btn .btn {
    border: 0;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #a21410;
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #398439;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: right;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

label {
    font-weight: 400;
    margin-right: 5px;
}

.fa-arrow-right :before {
    content: "\f061";
}

.fa-download:before {
    content: "\f019";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071";
}

.related_template_footer .image {
    overflow: hidden;
    position: relative;
    height: 160px;
    border-radius: 10px;
}

.related_template_footer img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.related_template_footer_subject {
    margin-top: 20px;
}

.related_template_footer {
    background: #fff;
    padding: 0 5px 10px;
    display: inline-block;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.related_template_footer_item a {
    font-size: 15px;
    color: #000;
}

.related_template_footer_item img {
    display: block;
}

.related_template_footer_item .related-footer-img {
    margin-top: 15px;
}

.related-footer-mob-link {
    border-radius: 10px;
    margin: 5px;
    background: #2fba091c;
    padding: 10px;
    border-radius: 10px;
}

.related-footer-mob-link a {
    font-weight: 500;
    display: flex;
    color: #524d4d;
    font-size: 15px;
}

.related-footer-mob-link:hover, .related-footer-mob-link:active {
    display: flex;
    background: #09b2ba30;
}

.related-footer-mob-link a:before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 20px;
    margin-left: 5px;
}

.clear {
    clear: both;
}

#mediaad-phmh, #mediaad-oUHO {
    background: #fff;
    padding: 7px;
}

#mediaad-oUHO .ni-widget-header-inline {
    border-bottom: solid 3px #009d88 !important;
}

#mediaad-oUHO .ni-widget-header-span {
    background: #009d88 !important;
}

#mediaad-phmh .ni-widget-header-span {
    border-bottom: solid 3px #0d5798 !important;
}

.banner-sidebar {
    padding: 0 10px !important;
}

.banner-sidebar a img {
    width: 30em;
}

p.post-subscribe-title {
    color: #fff !important;
}

.newsletter-post {
    position: relative;
    background: #07768f;
    padding: 14px;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgba(165, 165, 165, 0.3);
    border-radius: 15px;
}

#post_subscribe_from input {
    text-align: left;
    margin-right: 3px;
}

#newsletter_post_submit {
    border: 0 !important;
    color: #343030;
    background: #ffe300;
}

.box {
    padding: 10px !important;
    margin-bottom: 10px;
    border-radius: 7px !important;
    border: none !important;
}

.box.green1 {
    background: #5af90059;
}

.box.green2 {
    background: #067a1dbd;
}

.box.purple1 {
    background: #8800f959;
}

.box.purple2 {
    background: #6a03c2ba;
}

.box.blue1 {
    background: #00bff959;
}

.box.blue2 {
    background: #0379cf;
}

.box.yellow {
    background: #e6f90059;
}

.box.war1 {
    background: #f9af0059;
}

.box.war2 {
    background: #c28800;
}

.box.red1 {
    background: #f9230059;
}

.box.red2 {
    background: #d5503a;
}

.box.green2 h2, .box.green2 h3, .box.green2 p, .box.green2 ul li, .box.purple2 h2, .box.purple2 h3, .box.purple2 p, .box.purple2 ul li, .box.blue2 h2, .box.blue2 h3, .box.blue2 p, .box.blue2 ul li, .box.war2 h2, .box.war2 h3, .box.war2 p, .box.war2 ul li, .box.red2 h2, .box.red2 h3, .box.red2 p, .box.red2 ul li {
    color: #fff !important;
}

.ads-static {
    margin-top: 15px;
}

.box a {
    color: #fff;
}

#telegram {
    margin: 15px 0 10px;
    display: block;
}

.banner-slider-3 .news-item-holder:after, .post-thumb .hover-link:after, .post-thumb .hover-link:hover:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}

.style-2 > .post-thumb .hover-link:after {
    border-radius: 0 0 15px 15px;
}

.banner-slider-3 .news-item-holder:after, .post-thumb .hover-link:after {
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(38, 41, 39, 0.13) 1%, rgba(0, 0, 0, 0.52) 100%, #0000002e 100%);
}

.banner-slider-3 .news-item-holder:hover:after, .post-thumb .hover-link:hover:after {
    background: linear-gradient(to bottom, rgba(18, 151, 147, 0.06) 1%, rgba(18, 151, 147, 0.18) 100%, #0d579830 100%);
}

.post-thumb img:after {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-thumb .post-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(#0000, #00000091 80px);
    padding: 15px;
    z-index: 1;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
}

.post-title h3 {
    font-size: 15px;
    margin: 0;
}

.post-thumb .post-title h2, .post-thumb .post-title h3 {
    color: #fff;
    font-weight: 600;
}

.home a:before {
    display: none;
}

li.post-wrap {
    display: inline-block;
    padding: 0 0 10px;
}

.home-post-more {
    text-align: center;
    margin-top: 20px;
}

.home-style-pic {
    display: flex;
}

.home-post-img .hover-link .post-title h2 {
    font-size: 15px;
    margin: 0;
}

a.more {
    float: left;
    color: #5d5a5a;
    position: relative;
    z-index: 100;
}

a.more:hover {
    color: #0d5798;
    opacity: 1;
}

.style4 {
    padding: 15px;
}

.style4 > .post-content {
    padding: 0 15px 0 0;
}

.style4 > .post-content, .style4 > .post-wrap-list {
    margin-top: 0;
}

.style4 > .post-wrap-list li {
    width: 50%;
    vertical-align: middle;
}

.row .style4:first-child {
    border-bottom: 1px solid #e2e2e2;
}

.home-banner, .home-banner #telegram {
    margin: 0 0 10px;
}

.br-bt {
    border-bottom: none;
    margin-top: 0;
}

.form-group .sec-code {
    margin-top: 5px;
}

.comment-form-tips ul {
    padding: 10px 0 !important;
}

.comment-form-tips ul li {
    font-size: 14px;
    line-height: 25px;
}

.home-style-pic > .col-sm-12 {
    padding: 0 !important;
    margin: 5px;
}

i#search {
    margin-top: -7px;
}

.login-modal a, .login-modal p {
    color: #fff;
}

.login-modal .md-close {
    margin: 8px -30px 0 11px;
    cursor: pointer;
    float: left;
}

.login-modal p {
    display: inline-block;
}

.header-login {
    text-align: center;
    border-radius: 15px 15px 0 0;
    background: #0c3a5b;
    padding: 3px 5px;
}

.login-more a {
    margin: 10px 0;
}

.user-login {
    position: absolute;
    left: 13px;
    top: 0;
    cursor: pointer;
}

.user-login span {
    color: #fff;
    font-size: 15px;
}

.user-login i {
    vertical-align: middle;
}

.m-6 {
    margin: -6px;
}

.m-0 {
    margin: 0 !important;
}

.product-box {
    background: #fff;
    margin: 5px;
    border-radius: 15px;
}

.product-box.show-product-in-post {
    border-radius: 15px;
}

.product-info h2 {
    height: 70px;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}

.hr {
    border: 1px dashed #3333337d;
}

.product-showprice {
    margin: 15px;
    text-align: center;
}

.product-oldprice {
    text-decoration: line-through;
    font-weight: 200;
    font-size: 20px;
    margin-left: 5px;
}

.product-newprice {
    font-size: 22px;
    font-weight: 600;
}

.price_container .product-oldprice {
    font-size: 18px;
}

.price_container .product-newprice {
    font-size: 21px;
}

.product-lowprice, .product-highprice, .product-freeprice {
    font-size: 25px;
    font-weight: 600;
}

.product-label-discount1, .product-label-discount2 {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 2px 10px;
    color: #fff;
    z-index: 99;
    font-size: 14px;
    border-radius: 15px;
}

.product-label-discount1 {
    background: #eb0505f2;
}

.product-label-discount2 {
    background: #eb6605f2;
}

.product-label-free {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #fff001;
    padding: 2px 10px;
    color: #171717;
    z-index: 99;
    font-size: 14px;
}

.select-product, .product-discount, .product-free, .product-showprice {
    font-weight: 500;
}

.product-edit {
    background: #06574fd4 !important;
}

.product-box:hover, .product-box:active, .product-box:focus {
    background: #0d579812;
    transition: 1s ease;
}

.product-price {
    color: #4f4e4e;
}

.product-box:hover .post-thumb .hover-link:after {
    background: linear-gradient(to bottom, rgba(18, 151, 147, 0.06) 1%, rgba(18, 151, 147, 0.18) 100%, #0d579830 100%);
}

.product-box .btn-success {
    background-color: #0b6ca5;
    border-color: #1e587a;
}

.product-box:hover .btn-success, .product-box:active .btn-success, .product-box:focus .btn-success {
    background-color: #0d5798;
    border-color: #055452;
}

.product-box-img {
    margin: 0 20px;
    position: relative;
    padding: 0;
}

.show-product-in-post {
    margin: 20px 0;
    border: 1px solid #1c5e98;
    background: #e3edf56b !important;
}

span.product-box-head {
    background-color: #1c5e98;
    color: #fff !important;
    padding: 5px;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    right: 35px;
    margin-top: -45px;
    border-radius: 15px 15px 0 0;
}

.show-product-in-post a {
    width: 100%;
}

.product-box-img {
    float: right;
}

.product-title {
    margin-bottom: 35px;
}

.product-box-text h2 {
    height: auto !important;
}

.product-details {
    padding-right: 0;
    padding-left: 0;
}

.product-picture, .show-comment {
    border-left: 1px solid #d6d3d3;
}

.product-dec h1 {
    font-size: 25px;
    font-weight: 800;
}

.product-demo {
    display: block;
    margin: 25px -5px;
}

.product-overview .text h2 {
    font-weight: 800;
}

.product-overview .text h3 {
    font-weight: 600;
}

ul.demo-gallery {
    display: inline-block;
}

ul.demo-gallery li {
    float: right;
    padding: 2px;
    border: 1px solid #b0b0b0;
    margin: 1px;
    width: 100px;
}

.header-login p {
    margin-bottom: 5px;
}

.showlogin {
    font-weight: 300;
    cursor: pointer;
}

.select-product {
    text-align: center;
}

.select-product img {
    padding: 3px;
}

.select-product img.active {
    border: 2px solid #6e6c6c;
}

.select-product p {
    font-weight: 600;
}

.submit_discount_code > input.code {
    margin-top: 10px;
}

.discount-result > .alert {
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: -10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.product-type-info > ul {
    line-height: 35px;
    display: inline-block;
    list-style: none;
    padding: 0;
}

.product-type-info > ul li {
    float: right;
    width: 50%;
}

.product-scroll-page {
    display: none;
}

.showbuy {
    position: fixed;
    bottom: 0;
    background: #e2f1e3;
    width: 100%;
    right: 0;
    text-align: center;
    padding: 7px;
    z-index: 999999;
    border-top: 2px solid #5cb85c;
}

.shop_item {
    display: none;
}

.shop .col-lg-3 {
    width: 24.2% !important;
}

.show-product-in-post a {
    display: inline-block;
}

figure {
    margin: 25px;
    text-align: center;
}

article > .banner-slider-2 {
    border-radius: 0 0 25px 25px;
    margin: -15px -15px 10px;
}

.post-full-img img {
    border-radius: 0;
}

.post-slider-img img {
    border-radius: 0;
}

.product-dec ul {
    line-height: 2.2;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 200;
}

.style-2 > .post-thumb img {
    border-radius: 0 0 15px 15px;
}

.home-post {
    border-radius: 0;
}

.home-post .post-thumb .hover-link:after, .home-post .post-title {
    border-radius: 0;
}

.post-detail-wrap, .style-2.white-bg, .white-bg.home-style-pic, .post-widget .white-bg {
    border-radius: 0 0 15px 15px !important;
}

figcaption {
    border-radius: 0 0 10px 10px;
}

figure img {
    border-radius: 15px 15px 0 0;
}

.alert-warning ul {
    line-height: 2;
    color: #8a6d3b;
    font-size: 16px;
}

h1.header_mob {
    color: #0d5798 !important;
    text-shadow: none;
    padding: 11px;
    font-size: 21px !important;
    margin: -15px -15px 10px;
    border-bottom: 1px dashed #33333347;
    text-align: center;
}

#dle-captcha img {
    vertical-align: middle;
    border-radius: 10px;
}

.aside-social li.tw a {
    border-radius: 0 0 15px 0;
}

.aside-social li.fb a {
    border-radius: 0 0 0 15px;
}

@-webkit-keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body[class*="jconfirm-no-scroll-"] {
    overflow: hidden !important;
}

.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1e19 !important;
    font-family: inherit;
    overflow: hidden;
}

.jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.jconfirm .jconfirm-bg.jconfirm-bg-h {
    opacity: 0 !important;
}

.jconfirm .jconfirm-scrollpane {
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%;
}

.jconfirm .jconfirm-row {
    display: table-row;
    width: 100%;
}

.jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle;
}

.jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 10px;
}

.jconfirm .jconfirm-box-container {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    -webkit-transition: none !important;
    transition: none !important;
}

.jconfirm .jconfirm-box {
    background: #fff;
    border-radius: 4px;
    position: relative;
    outline: none;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes type-blue {
    1%, 100% {
        border-color: #3498db;
    }

    50% {
        border-color: #5faee3;
    }
}

@keyframes type-blue {
    1%, 100% {
        border-color: #3498db;
    }

    50% {
        border-color: #5faee3;
    }
}

@-webkit-keyframes type-green {
    1%, 100% {
        border-color: #2ecc71;
    }

    50% {
        border-color: #54d98c;
    }
}

@keyframes type-green {
    1%, 100% {
        border-color: #2ecc71;
    }

    50% {
        border-color: #54d98c;
    }
}

@-webkit-keyframes type-red {
    1%, 100% {
        border-color: #e74c3c;
    }

    50% {
        border-color: #ed7669;
    }
}

@keyframes type-red {
    1%, 100% {
        border-color: #e74c3c;
    }

    50% {
        border-color: #ed7669;
    }
}

@-webkit-keyframes type-orange {
    1%, 100% {
        border-color: #f1c40f;
    }

    50% {
        border-color: #f4d03f;
    }
}

@keyframes type-orange {
    1%, 100% {
        border-color: #f1c40f;
    }

    50% {
        border-color: #f4d03f;
    }
}

@-webkit-keyframes type-purple {
    1%, 100% {
        border-color: #9b59b6;
    }

    50% {
        border-color: #b07cc6;
    }
}

@keyframes type-purple {
    1%, 100% {
        border-color: #9b59b6;
    }

    50% {
        border-color: #b07cc6;
    }
}

@-webkit-keyframes type-dark {
    1%, 100% {
        border-color: #34495e;
    }

    50% {
        border-color: #46627f;
    }
}

@keyframes type-dark {
    1%, 100% {
        border-color: #34495e;
    }

    50% {
        border-color: #46627f;
    }
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #3498db;
    -webkit-animation-name: type-blue;
    animation-name: type-blue;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px #2ecc71;
    -webkit-animation-name: type-green;
    animation-name: type-green;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    -webkit-animation-name: type-red;
    animation-name: type-red;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f1c40f;
    -webkit-animation-name: type-orange;
    animation-name: type-orange;
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
    border-top: solid 7px #9b59b6;
    -webkit-animation-name: type-purple;
    animation-name: type-purple;
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #34495e;
    -webkit-animation-name: type-dark;
    animation-name: type-dark;
}

.jconfirm .jconfirm-box.loading {
    height: 120px;
}

.jconfirm .jconfirm-box.loading:before {
    content: "";
    position: absolute;
    left: 0;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1;
}

.jconfirm .jconfirm-box.loading:after {
    opacity: 0.6;
    content: "";
    height: 30px;
    width: 30px;
    border: solid 3px transparent;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
    -webkit-animation: jconfirm-spin 1s infinite linear;
    animation: jconfirm-spin 1s infinite linear;
    border-bottom-color: #1e90ff;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 15px;
    left: 10px;
    cursor: pointer;
    opacity: 0.6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none;
    z-index: 1;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
    display: none;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
    font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
    font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
    font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
    opacity: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 15px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
    cursor: move;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
    vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
    display: none;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
    display: none;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 5px;
    height: auto;
    -webkit-transition: height 0.4s ease-in;
    transition: height 0.4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    overflow-y: hidden;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 3px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
    max-width: 100%;
    height: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
    display: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px;
    width: 100%;
}

.jconfirm .jconfirm-box .jconfirm-buttons > button {
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    -webkit-tap-highlight-color: transparent;
    border: none;
    background-image: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background-color: #3498db;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #2980b9;
    color: #fff;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
    background-color: #2ecc71;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
    background-color: #27ae60;
    color: #fff;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #e74c3c;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
    background-color: #c0392b;
    color: #fff;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
    background-color: #f1c40f;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
    background-color: #f39c12;
    color: #fff;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ecf0f1;
    color: #000;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: #bdc3c7;
    color: #000;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
    background-color: #9b59b6;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
    background-color: #8e44ad;
    color: #fff;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
    background-color: #34495e;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
    background-color: #2c3e50;
    color: #fff;
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #e74c3c !important;
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #3599db !important;
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #2ecc71 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
    color: #9b59b6 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #f1c40f !important;
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    color: #34495e !important;
}

.jconfirm .jconfirm-clear {
    clear: both;
}

.jconfirm.jconfirm-rtl {
    direction: rtl;
    z-index: 9999;
}

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
    left: 5px;
    right: auto;
}

.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #444;
    opacity: 0.2;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: right;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #ddd;
}

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
}

.jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: #2f4f4f;
    opacity: 0.4;
}

.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: #444;
    border-radius: 10px;
    color: #fff;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 0;
    margin-left: 8px;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
    float: right;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
    border: none;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
    color: #fff;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: none;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #666;
}

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }
}

@keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }
}

@-webkit-keyframes glow {
    0%, 100% {
        -webkit-box-shadow: 0 0 0 red;
        box-shadow: 0 0 0 red;
    }

    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red;
    }
}

@keyframes glow {
    0%, 100% {
        -webkit-box-shadow: 0 0 0 red;
        box-shadow: 0 0 0 red;
    }

    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red;
    }
}

.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px;
    z-index: 2;
}

.jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all;
}

.jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex {
    opacity: 0;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
    -webkit-transform: scaley(1.5);
    transform: scaley(1.5);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
    -webkit-transform: scalex(1.5);
    transform: scalex(1.5);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-top {
    -webkit-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
}

.jconfirm .jconfirm-box.jconfirm-animation-left {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
}

.jconfirm .jconfirm-box.jconfirm-animation-right {
    -webkit-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
    -webkit-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.jconfirm .jconfirm-box.jconfirm-animation-scale {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.jconfirm .jconfirm-box.jconfirm-animation-none {
    visibility: hidden;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(54, 70, 93, 0.95);
}

.jconfirm.jconfirm-supervan .jconfirm-box {
    background-color: transparent;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
    color: #fff;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
    padding-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    text-align: center;
    color: #fff;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
    text-align: center;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
    font-size: 16px;
    border-radius: 2px;
    background: #303f53;
    text-shadow: none;
    border: none;
    color: #fff;
    padding: 10px;
    min-width: 100px;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button.btn-success {
    background: #07ba55;
}

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
}

.jconfirm.jconfirm-material .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.67);
}

.jconfirm.jconfirm-material .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 25px 10px;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 0;
    margin-left: 8px;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: 700;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
    text-align: right;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-weight: 500;
}

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 0;
    margin-right: 8px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.21);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.4);
    padding: 15px 0 0;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 0;
    margin-left: 8px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, 0.87);
    padding: 0 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
    text-align: right;
    padding: 10px;
    margin: -5px 0 0;
    border-top: solid 1px #ddd;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
    font-weight: 500;
}

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
}

.jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: #3c4752;
    opacity: 0.8;
}

.jconfirm.jconfirm-modern .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 30px 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
    top: 15px;
    left: 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 69px;
    color: #aaa;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-bottom: 5px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
    padding: 10px 20px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
    margin-left: 4px;
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fa.fa-pull-left, .fa.pull-left {
    margin-right: 0.3em;
}

.fa {
    display: inline-block;
}

.fa-li {
    text-align: center;
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em !important;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-s1x {
    font-size: 0.7em !important;
    vertical-align: super;
}

.fa-1x, .fa-s2x {
    font-size: 1.7em !important;
}

.fa-2x {
    font-size: 2em !important;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: 0.3em;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right, .pull-right {
    float: right;
}

.pull-left {
    float: left;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-search:before {
    content: "\f002";
}

.fa-user:before {
    content: "\f007";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-home:before {
    content: "\f015";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-download:before {
    content: "\f019";
}

.fa-repeat:before {
    content: "\f01e";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-font:before {
    content: "\f031";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-list:before {
    content: "\f03a";
}

.fa-image:before, .fa-photo:before {
    content: "\f03e";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-edit:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-warning:before {
    content: "\f071";
}

.fa-comment:before {
    content: "\f075";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-heart:before {
    content: "\f004";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-code:before {
    content: "\f121";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-toggle-up:before {
    content: "\f151";
}

.fa-toggle-right:before {
    content: "\f152";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-apple:before {
    content: "\f179";
}

.fa-toggle-left:before {
    content: "\f191";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-send:before {
    content: "\f1d8";
}

.fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-train:before {
    content: "\f238";
}

.fa-hand-stop-o:before {
    content: "\f256";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-fa:before {
    content: "\f2b4";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-s15:before {
    content: "\f2cd";
}

.fa-window-close:before {
    content: "\f2d3";
}

.fa-window-close-o:before {
    content: "\f2d4";
}

.YEKTANET.yn-article-display .yn-item_title, #yn-article-display-2996 .yn-item_title, .yn-heading {
    font-weight: 500 !important;
    font-family: iransans !important;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #076f6c;
    padding: 8px;
}

tr:nth-child(even) {
    background: #efefef;
}

tr:hover {
    background: #d1d1d1;
}

p strong {
    font-weight: 600;
}

video {
    max-width: 100%;
}

.light-shadow {
    box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.15) !important;
}

.recent-post-widget ul {
    list-style: none;
    padding: 0;
}

.movie_item_list {
    display: inline-block;
    padding: 10px;
    border: 2px solid #0b2128;
    border-radius: 15px;
    margin: 10px 0;
    background: radial-gradient(ellipse at center, #045353 0%, #193a4a 100%);
}

.movie_item_list .poster {
    float: right;
    margin: 7px 7px 0 20px;
}

.movie_item_list .detaile {
    padding: 0;
}

.movie_item_list .detaile ul li {
    margin-top: 5px;
}

.movie_item_list h3, .movie_item_list a {
    margin: 3px 0 5px;
    color: #ffe300;
    display: inline-block;
}

.movie_item_list p, .movie_item_list li {
    color: #fff;
    font-size: 16px;
}

.movie_item_list h3:hover a, .movie_item_list h3:hover {
    color: #fff;
}

.movie_item_list .detaile ul {
    list-style: none;
    line-height: 2;
    color: #fff;
}

.movie_item_list .detaile ul > li > strong {
    color: #ffe300;
}

.movie_item {
    display: inline-block;
    padding: 10px;
    border: 2px solid #181300;
    border-radius: 15px;
    margin: 10px 0;
    background: #04334f;
}

.movie_item .poster {
    float: right;
    margin: 7px 7px 0 20px;
}

.movie_item .detaile {
    padding: 0;
}

.movie_item h3, .movie_item a {
    margin: 3px 0 5px;
    color: #ffe300;
    display: inline-block;
}

.movie_item p, .movie_item li {
    color: #fff;
    font-size: 16px;
}

.movie_item h3:hover a, .movie_item h3:hover {
    color: #fff;
}

.movie_item .detaile ul {
    list-style: none;
    line-height: 2;
    color: #fff;
}

.movie_item .detaile ul > li > strong {
    color: #ffe300;
}

.diffnegative, .diffnegative_arrow {
    color: #fb3c3c;
}

.diffpositive, .diffpositive_arrow {
    color: #67ad4b;
}

.diffnegative_arrow, .diffpositive_arrow {
    margin-right: -5px;
}

.diffnegative svg, .diffnegative_arrow svg, .diffpositive svg, .diffpositive_arrow svg {
    vertical-align: middle;
}

.movie_item_list.list-color-1 {
    background: radial-gradient(ellipse at center, #045353 0%, #193a4a 100%);
}

.movie_item_list.list-color-2 {
    background: radial-gradient(ellipse at center, #0f4966 0%, #0f3142 100%);
}

.movie_item_list.list-color-3 {
    background: radial-gradient(ellipse at center, #093c3c 0%, #213242 100%);
}

.movie_item_list.list-color-4 {
    background: radial-gradient(ellipse at center, #163a48 100%, #193862 100%);
}

.movie_item_list.list-color-5 {
    background: radial-gradient(ellipse at center, #164148 0%, #262d3a 100%);
}

.img-custom2 {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #939393;
}

.img-custom2 h3 {
    margin: 10px 0 20px;
}

.img-custom2 ul {
    margin: 10px 0;
}

.img-custom2 ul li {
    margin-top: 0;
}

.img-custom2 .poster {
    float: none;
}

.img-custom2 .poster img {
    display: flex;
    margin: auto;
}

.img-custom .poster {
    float: none;
}

.img-custom .poster img {
    display: flex;
    margin: auto;
}

.movie_item_list1 .poster img {
    display: flex;
    margin: auto;
}

.movie_item_list1 ul {
    margin: 10px 0;
}

.movie_item_list1 ul li {
    margin-top: 0;
}

@media (max-width: 700px) {
    .movie_item_list .detaile ul, .movie_item .detaile ul {
        padding: 0;
    }

    .movie_item_list .poster, .movie_item .poster {
        float: none;
        margin: 0;
    }

    .movie_item_list .poster img, .movie_item .poster img {
        display: block;
        margin: auto;
    }
}

.news-layout {
    min-height: 300px;
}

@media (max-width: 575.98px) {
    .news-layout .post-thumb img {
        height: 200px;
        object-fit: cover;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .news-layout .post-thumb img {
        height: 180px;
        object-fit: cover;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .news-layout .col-md-6:first-child {
        height: 400px;
    }

    .news-layout .col-md-6:first-child .post-thumb img {
        height: 100%;
        object-fit: cover;
    }

    .news-layout .col-md-6:last-child {
        height: 400px;
    }

    .news-layout .col-md-6:last-child .post-thumb img {
        height: 190px;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .news-layout .col-md-6:first-child {
        height: 500px;
    }

    .news-layout .col-md-6:first-child .post-thumb img {
        height: 100%;
        object-fit: cover;
    }

    .news-layout .col-md-6:last-child {
        height: 500px;
    }

    .news-layout .col-md-6:last-child .post-thumb img {
        height: 240px;
        object-fit: cover;
    }
}

.relatednews img {
    object-fit: cover;
    height: 220px;
}

.DLEPush {
    z-index: 2001;
    position: fixed;
    right: 20px;
    top: 20px
}

@keyframes DLEPush-show {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.DLEPush-notification.wrapper {
    animation-name: DLEPush-show;
    animation-duration: 1s;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 45px;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
    scale: .8;
}

.DLEPush-notification .DLEPush-header {
    font-weight: 500;
    grid-column: 2;
    grid-row: 1;
    font-size: 1rem;
    margin-left: 1rem;
    margin-top: .5rem;
}

.DLEPush-notification .DLEPush-header:empty {
    margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
    grid-column: 2;
    grid-row: 2;
    font-size: 1.5rem;
    margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
    list-style-type: none;
    padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: 300;
    background: none;
    border: 0;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    color: inherit;
    outline: 0;
    opacity: 0.75;
}

@media only screen and (min-width: 601px) {
    .DLEPush-notification.wrapper {
        min-width: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .xfieldscolleft {
        float: none;
        width: 100%;
    }

    .xfieldscolright {
        float: none;
        width: 100%;
    }
}

.DLEPush-notification .DLEPush-close:hover {
    opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
    background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
    background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
    background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
    background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
    background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
    background-color: #FF5722;
}
