/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    direction: rtl; /*ADDED TO SUPPORT RTL*/
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

mark {
    color: #000;
    background: #ff0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #666666;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-circle {
    border-radius: 500px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #333333;
}

.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

.text-left {
    text-align: right;
}

.text-right {
    text-align: left;
}

.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 15px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1 small,
.h1 small {
    font-size: 24px;
}

h2 small,
.h2 small {
    font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-right: 0;
    list-style: none;
}

.list-inline {
    padding-right: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
		font-size: 13px;
    }

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-right: 0;
}

.dl-horizontal dt {
    float: right;
    width: 160px;
    overflow: hidden;
    clear: right;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-right: 180px;
}


    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " ";
    }

    .dl-horizontal dd:after {
        clear: both;
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " ";
    }

    .dl-horizontal dd:after {
        clear: both;
    }

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-right: 5px solid #eeeeee;
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small {
        display: block;
        line-height: 1.428571429;
        color: #999999;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        float: left;
        padding-left: 15px;
        padding-right: 0;
        border-left: 5px solid #eeeeee;
        border-right: 0;
    }

        blockquote.pull-right p,
        blockquote.pull-right small {
            text-align: left;
        }

            blockquote.pull-right small:before {
                content: '';
            }

            blockquote.pull-right small:after {
                content: '\00A0 \2014';
            }

    q:before,
    q:after,
    blockquote:before,
    blockquote:after {
        content: "";
    }

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    pre.prettyprint {
        margin-bottom: 20px;
    }

    pre code {
        padding: 0;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

@media (min-width: 768px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.row .row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: right;
}

.col-1 {
    width: 8.333333333333332%;
}

.col-2 {
    width: 16.666666666666664%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333333333336%;
}

.col-8 {
    width: 66.66666666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333334%;
}

.col-11 {
    width: 91.66666666666666%;
}

.col-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        max-width: 728px;
    }

    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: right;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-push-1 {
        right: 8.333333333333332%;
    }

    .col-push-2 {
        right: 16.666666666666664%;
    }

    .col-push-3 {
        right: 25%;
    }

    .col-push-4 {
        right: 33.33333333333333%;
    }

    .col-push-5 {
        right: 41.66666666666667%;
    }

    .col-push-6 {
        right: 50%;
    }

    .col-push-7 {
        right: 58.333333333333336%;
    }

    .col-push-8 {
        right: 66.66666666666666%;
    }

    .col-push-9 {
        right: 75%;
    }

    .col-push-10 {
        right: 83.33333333333334%;
    }

    .col-push-11 {
        right: 91.66666666666666%;
    }

    .col-pull-1 {
        left: 8.333333333333332%;
    }

    .col-pull-2 {
        left: 16.666666666666664%;
    }

    .col-pull-3 {
        left: 25%;
    }

    .col-pull-4 {
        left: 33.33333333333333%;
    }

    .col-pull-5 {
        left: 41.66666666666667%;
    }

    .col-pull-6 {
        left: 50%;
    }

    .col-pull-7 {
        left: 58.333333333333336%;
    }

    .col-pull-8 {
        left: 66.66666666666666%;
    }

    .col-pull-9 {
        left: 75%;
    }

    .col-pull-10 {
        left: 83.33333333333334%;
    }

    .col-pull-11 {
        left: 91.66666666666666%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }

    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: right;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-offset-1 {
        margin-right: 8.333333333333332%;
    }

    .col-offset-2 {
        margin-right: 16.666666666666664%;
    }

    .col-offset-3 {
        margin-right: 25%;
    }

    .col-offset-4 {
        margin-right: 33.33333333333333%;
    }

    .col-offset-5 {
        margin-right: 41.66666666666667%;
    }

    .col-offset-6 {
        margin-right: 50%;
    }

    .col-offset-7 {
        margin-right: 58.333333333333336%;
    }

    .col-offset-8 {
        margin-right: 66.66666666666666%;
    }

    .col-offset-9 {
        margin-right: 75%;
    }

    .col-offset-10 {
        margin-right: 83.33333333333334%;
    }

    .col-offset-11 {
        margin-right: 91.66666666666666%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: right;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table thead > tr > th,
    .table tbody > tr > th,
    .table tfoot > tr > th,
    .table thead > tr > td,
    .table tbody > tr > td,
    .table tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table thead > tr > th {
        vertical-align: bottom;
    }

    .table caption + thead tr:first-child th,
    .table colgroup + thead tr:first-child th,
    .table thead:first-child tr:first-child th,
    .table caption + thead tr:first-child td,
    .table colgroup + thead tr:first-child td,
    .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class^="col-"] {
    display: table-column;
    float: none;
}

table td[class^="col-"],
table th[class^="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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, 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: rgba(82, 168, 236, 0.8);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

    .radio label,
    .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        float: right;
        margin-right: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-right: 10px;
    }

.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

select.input-large {
    height: 56px;
    line-height: 56px;
}

select.input-small {
    height: 30px;
    line-height: 30px;
}

textarea.input-large,
textarea.input-small {
    height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
    color: #c09853;
}

.has-warning .form-control {
    padding-left: 32px;
    border-color: #c09853;
    -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: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
    color: #b94a48;
}

.has-error .form-control {
    padding-left: 32px;
    border-color: #b94a48;
    -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-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
    color: #468847;
}

.has-success .form-control {
    padding-left: 32px;
    border-color: #468847;
    -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: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #ffffff;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        -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,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: default;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #ffffff;
    background-color: #474949;
    border-color: #474949;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active {
        background-color: #3a3c3c;
        border-color: #2e2f2f;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #474949;
        border-color: #474949;
    }

.btn-primary {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active {
        background-color: #BF7C00;
        border-color: #BF7C00;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #333333;
        border-color: #333333;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active {
        background-color: #eea236;
        border-color: #ec971f;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d9534f;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active {
        background-color: #d43f3a;
        border-color: #c9302c;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d9534f;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active {
        background-color: #4cae4c;
        border-color: #449d44;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

.btn-info {
    color: #ffffff;
    background-color: #FAA700;
    border-color: #FAA700;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active {
        background-color: #D58A00;
        border-color: #D58A00;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

.btn-link {
    font-weight: normal;
    color: #333333;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #666666;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #333333;
                text-decoration: none;
            }

.btn-large {
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.btn-small,
.btn-mini {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-mini {
    padding: 3px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.input-group {
    display: table;
    border-collapse: separate;
}

    .input-group.col {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .input-group-addon.input-small {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-large {
        padding: 14px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:first-child {
        border-left: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:last-child {
        border-right: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-right: -4px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

.form-inline .form-control,
.form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
}

.form-inline .radio,
.form-inline .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .control-label {
    padding-top: 9px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .form-group {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.form-horizontal .form-group .row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    vertical-align: middle;
    border-top: 4px solid #000000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        left: 0;
        right: 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: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #ffffff;
            text-decoration: none;
            background-color: #FAA700;
            background-repeat: repeat-x;
            background-image: linear-gradient(to bottom, #FAA700 0%, #BF7C00 100%);
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #357ebd;
        background-repeat: repeat-x;
        outline: 0;
        background-image: linear-gradient(to bottom, #333333 0%, #357ebd 100%);
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    left: 0;
    right: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.list-group {
    padding-right: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px 10px 30px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .list-group-item > .badge {
        float: left;
        margin-left: -15px;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

a.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item .list-group-item-text {
    color: #555555;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

a.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

    a.list-group-item.active .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item.active .list-group-item-text {
        color: #e1edf7;
    }

.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    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-heading {
    padding: 10px 15px;
    margin: -15px -15px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 500;
}

.panel-footer {
    padding: 10px 15px;
    margin: 15px -15px -15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-primary {
    border-color: #333333;
}

    .panel-primary .panel-heading {
        color: #ffffff;
        background-color: #333333;
        border-color: #333333;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success .panel-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

.panel-warning {
    border-color: #fbeed5;
}

    .panel-warning .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #fbeed5;
    }

.panel-danger {
    border-color: #eed3d7;
}

    .panel-danger .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info .panel-heading {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

.list-group-flush {
    margin: 15px -15px -15px;
}

    .list-group-flush .list-group-item {
        border-width: 1px 0;
    }

        .list-group-flush .list-group-item:first-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .list-group-flush .list-group-item:last-child {
            border-bottom: 0;
        }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-large {
    padding: 24px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: left;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.nav {
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #999999;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav.open > a,
    .nav.open > a:hover,
    .nav.open > a:focus {
        color: #ffffff;
        background-color: #333333;
        border-color: #333333;
    }

        .nav.open > a .caret,
        .nav.open > a:hover .caret,
        .nav.open > a:focus .caret {
            border-top-color: #ffffff;
            border-bottom-color: #ffffff;
        }

    .nav > .pull-right {
        float: left;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: right;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-left: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 0 0 4px;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            cursor: default;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            display: table-cell;
            float: none;
            width: 1%;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
            }

            .nav-tabs.nav-justified > li > a {
                margin-left: 0;
                border-bottom: 1px solid #dddddd;
            }

        .nav-tabs.nav-justified > .active > a {
            border-bottom-color: #ffffff;
        }

.nav-pills > li {
    float: right;
}

    .nav-pills > li > a {
        border-radius: 5px;
    }

    .nav-pills > li + li {
        margin-right: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #333333;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-right: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .nav-justified > li > a {
            text-align: center;
        }

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-left: 0;
        border-bottom: 1px solid #dddddd;
    }

    .nav-tabs-justified > .active > a {
        border-bottom-color: #ffffff;
    }

.tabbable:before,
.tabbable:after {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.nav a:hover .caret {
    border-top-color: #666666;
    border-bottom-color: #666666;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    background-color: #eeeeee;
    border-radius: 4px;
}

    .navbar:before,
    .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

    .navbar:before,
    .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

.navbar-nav {
    margin-top: 10px;
    margin-bottom: 15px;
}

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
        color: #777777;
        border-radius: 4px;
    }

        .navbar-nav > li > a:hover,
        .navbar-nav > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-nav > .active > a,
    .navbar-nav > .active > a:hover,
    .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #d5d5d5;
    }

    .navbar-nav > .disabled > a,
    .navbar-nav > .disabled > a:hover,
    .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-nav.pull-right {
        width: 100%;
    }

.navbar-static-top {
    border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1030;
    border-radius: 0;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}

.navbar-brand {
    display: block;
    max-width: 200px;
    padding: 15px 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #777777;
    text-align: center;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        color: #5e5e5e;
        text-decoration: none;
        background-color: transparent;
    }

.navbar-toggle {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 48px;
    height: 32px;
    padding: 8px 12px;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: #dddddd;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #cccccc;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.navbar-form {
    margin-top: 6px;
    margin-bottom: 6px;
}

    .navbar-form .form-control,
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        margin-top: 0;
        margin-bottom: 0;
    }

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    color: #555555;
    background-color: #d5d5d5;
}

    .navbar-nav > .open > a .caret,
    .navbar-nav > .open > a:hover .caret,
    .navbar-nav > .open > a:focus .caret {
        border-top-color: #555555;
        border-bottom-color: #555555;
    }

.navbar-nav > .dropdown > a .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
    left: 0;
    right: auto;
}

.navbar-inverse {
    background-color: #222222;
}

    .navbar-inverse .navbar-brand {
        color: #999999;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999999;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #999999;
        border-bottom-color: #999999;
    }

    .navbar-inverse .navbar-nav > .open > a .caret,
    .navbar-inverse .navbar-nav > .open > a:hover .caret,
    .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

@media screen and (min-width: 768px) {
    .navbar-brand {
        float: right;
        margin-left: 5px;
        margin-right: -15px;
    }

    .navbar-nav {
        float: right;
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar-nav > li {
            float: right;
        }

            .navbar-nav > li > a {
                border-radius: 0;
            }

        .navbar-nav.pull-right {
            float: left;
            width: auto;
        }

    .navbar-toggle {
        position: relative;
        top: auto;
        right: auto;
        display: none;
    }

    .nav-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
}

.navbar-btn {
    margin-top: 6px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-link {
    color: #777777;
}

    .navbar-link:hover {
        color: #333333;
    }

.navbar-inverse .navbar-link {
    color: #999999;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.btn .caret {
    border-top-color: #ffffff;
}

.dropup .btn .caret {
    border-bottom-color: #ffffff;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: right;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active {
            z-index: 2;
        }

    .btn-group .btn + .btn {
        margin-right: -1px;
    }

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: right;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
    margin-right: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-right: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group {
    float: right;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -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 .caret {
    margin-right: 0;
}

.btn-large .caret {
    border-width: 5px;
}

.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

.btn-group-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn + .btn {
        margin-top: -1px;
    }

.btn-group-vertical .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical .btn:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-vertical .btn:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
}

    .btn-group-justified .btn {
        display: table-cell;
        float: none;
        width: 1%;
    }

.btn-group[data-toggle="buttons"] > .btn > input[type="radio"],
.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #cccccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #999999;
    }

.pagination {
    display: inline-block;
    padding-right: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            float: right;
            padding: 4px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-right-width: 0;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            border-right-width: 1px;
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > a:focus,
        .pagination > .active > a,
        .pagination > .active > span {
            background-color: #f5f5f5;
        }

    .pagination > .active > a,
    .pagination > .active > span {
        color: #999999;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

.pagination-large > li > a,
.pagination-large > li > span {
    padding: 14px 16px;
    font-size: 18px;
}

.pagination-large > li:first-child > a,
.pagination-large > li:first-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-large > li:last-child > a,
.pagination-large > li:last-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-small > li > a,
.pagination-small > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-small > li:first-child > a,
.pagination-small > li:first-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination-small > li:last-child > a,
.pagination-small > li:last-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pager {
    padding-right: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #f5f5f5;
            }

    .pager .next > a,
    .pager .next > span {
        float: left;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: right;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.fade.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -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;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .modal-backdrop.fade.in {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-right: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-right: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-right: 0;
    }

@media screen and (min-width: 768px) {
    .modal-dialog {
        left: auto;
        right: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .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);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-right: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-right: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    right: 50%;
    margin-right: -5px;
    border-top-color: rgba(0, 0, 0, 0.9);
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-top-color: rgba(0, 0, 0, 0.9);
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.9);
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: rgba(0, 0, 0, 0.9);
    border-width: 5px 0 5px 5px;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: rgba(0, 0, 0, 0.9);
    border-width: 5px 5px 5px 0;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    right: 50%;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, 0.9);
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: rgba(0, 0, 0, 0.9);
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: rgba(0, 0, 0, 0.9);
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: right;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    -webkit-bg-clip: padding-box;
    -moz-bg-clip: padding;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-right: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-right: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 0 0 5px;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    bottom: -11px;
    right: 50%;
    margin-right: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-right: -10px;
        border-top-color: #ffffff;
        border-bottom-width: 0;
        content: " ";
    }

.popover.right .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

    .popover.right .arrow:after {
        bottom: -10px;
        right: 1px;
        border-left-color: #ffffff;
        border-right-width: 0;
        content: " ";
    }

.popover.bottom .arrow {
    top: -11px;
    right: 50%;
    margin-right: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-right: -10px;
        border-bottom-color: #ffffff;
        border-top-width: 0;
        content: " ";
    }

.popover.left .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .popover.left .arrow:after {
        left: 1px;
        bottom: -10px;
        border-right-color: #ffffff;
        border-left-width: 0;
        content: " ";
    }

.alert {
    padding: 10px 15px 10px 35px;
    margin-bottom: 20px;
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert hr {
        border-top-color: #f8e5be;
    }

    .alert .alert-link {
        font-weight: 500;
        color: #a47e3c;
    }

    .alert .close {
        position: relative;
        top: -2px;
        left: -21px;
        color: inherit;
    }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger hr {
        border-top-color: #e6c1c7;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-block {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

.thumbnail,
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnail {
    display: block;
}

    .thumbnail > img,
    .img-thumbnail {
        display: inline-block;
        height: auto;
        max-width: 100%;
    }

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #333333;
}

.thumbnail > img {
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

    .media,
    .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-left: 10px;
}

.media > .pull-right {
    margin-right: 10px;
}

.media-list {
    padding-right: 0;
    list-style: none;
}

.label {
    display: inline;
    padding: .25em .6em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #999999;
    border-radius: .25em;
}

    .label[href]:hover,
    .label[href]:focus {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        background-color: #808080;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #999999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #333333;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-right: 3px;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    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: right;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #333333;
    -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;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-color: #333333;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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: 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-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-color: #d9534f;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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: 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-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-color: #5cb85c;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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: 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-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-color: #f0ad4e;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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: 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-striped .progress-bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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: 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);
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
        cursor: pointer;
    }

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out right;
        transition: 0.6s ease-in-out right;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: inline-block;
            height: auto;
            max-width: 100%;
            line-height: 1;
        }

    .carousel-inner > .active,
    .carousel-inner > .next,
    .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        right: 0;
    }

    .carousel-inner > .next,
    .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        right: 100%;
    }

    .carousel-inner > .prev {
        right: -100%;
    }

        .carousel-inner > .next.left,
        .carousel-inner > .prev.right {
            right: 0;
        }

    .carousel-inner > .active.left {
        right: -100%;
    }

    .carousel-inner > .active.right {
        right: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .carousel-control.left {
        background-color: rgba(0, 0, 0, 0.0001);
        background-color: transparent;
        background-repeat: repeat-x;
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    }

    .carousel-control.right {
        left: 0;
        right: auto;
        background-color: rgba(0, 0, 0, 0.5);
        background-color: transparent;
        background-repeat: repeat-x;
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .glyphicon,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 50%;
        right: 50%;
        z-index: 5;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-right: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 50%;
    z-index: 15;
    width: 120px;
    padding-right: 0;
    margin-right: -60px;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        border: 1px solid #ffffff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    bottom: 20px;
    right: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-right: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 50px 60px;
        border-radius: 6px;
    }

        .jumbotron h1 {
            font-size: 63px;
        }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: left;
}

.pull-left {
    float: right;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visible-sm {
    display: block !important;
}

tr.visible-sm {
    display: table-row !important;
}

th.visible-sm,
td.visible-sm {
    display: table-cell !important;
}

.visible-md {
    display: none !important;
}

tr.visible-md {
    display: none !important;
}

th.visible-md,
td.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

tr.visible-lg {
    display: none !important;
}

th.visible-lg,
td.visible-lg {
    display: none !important;
}

.hidden-sm {
    display: none !important;
}

tr.hidden-sm {
    display: none !important;
}

th.hidden-sm,
td.hidden-sm {
    display: none !important;
}

.hidden-md {
    display: block !important;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}

.hidden-lg {
    display: block !important;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: none !important;
    }

    tr.visible-sm {
        display: none !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: none !important;
    }

    .visible-md {
        display: block !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .visible-lg {
        display: none !important;
    }

    tr.visible-lg {
        display: none !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: none !important;
    }

    .hidden-sm {
        display: block !important;
    }

    tr.hidden-sm {
        display: table-row !important;
    }

    th.hidden-sm,
    td.hidden-sm {
        display: table-cell !important;
    }

    .hidden-md {
        display: none !important;
    }

    tr.hidden-md {
        display: none !important;
    }

    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }

    .hidden-lg {
        display: block !important;
    }

    tr.hidden-lg {
        display: table-row !important;
    }

    th.hidden-lg,
    td.hidden-lg {
        display: table-cell !important;
    }
}

@media (min-width: 992px) {
    .visible-sm {
        display: none !important;
    }

    tr.visible-sm {
        display: none !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: none !important;
    }

    .visible-md {
        display: none !important;
    }

    tr.visible-md {
        display: none !important;
    }

    th.visible-md,
    td.visible-md {
        display: none !important;
    }

    .visible-lg {
        display: block !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    .hidden-sm {
        display: block !important;
    }

    tr.hidden-sm {
        display: table-row !important;
    }

    th.hidden-sm,
    td.hidden-sm {
        display: table-cell !important;
    }

    .hidden-md {
        display: block !important;
    }

    tr.hidden-md {
        display: table-row !important;
    }

    th.hidden-md,
    td.hidden-md {
        display: table-cell !important;
    }

    .hidden-lg {
        display: none !important;
    }

    tr.hidden-lg {
        display: none !important;
    }

    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

tr.visible-print {
    display: none !important;
}

th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .hidden-print {
        display: none !important;
    }

    tr.hidden-print {
        display: none !important;
    }

    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}

*{direction:rtl;font-family:"Trebuchet MS",'Droid Arabic Kufi',serif,sans-serif,Arial,Helvetica;}a{-webkit-transition:color,background .3s ease;-moz-transition:color,background .3s ease;-ms-transition:color,background .3s ease;-o-transition:color,background .3s ease;transition:color,background .3s ease;}.padding{padding:15px;}.h-padding{padding:0 15px;}.v-padding{padding:15px 0;}.list-inline{margin-left:0!important;}.padding-zero{padding:0!important;}.margin-top{margin-top:15px;}.margin-bottom{margin-bottom:15px;}a:focus,a:active{text-decoration:none;}:focus,:active{outline:none;border:none;}h1,h2,h3,h4,h5,h6{font-weight:bold;font-family: "Droid Arabic Kufi",arial;}ul{margin-bottom:0;padding:0;}header,footer{background:#ffa500;}.top-header{height:25px;background:#ccc;}.mid-header{height:120px;background:rgba(0,0,0,.4);}.search-form{padding-top:5px;}.nav-bar{height:45px;}.nav-bar ul{margin-bottom:0!important;padding-right:0!important;}.nav-bar ul>li{padding:0;margin-left:-4px;border-left:1px solid rgba(0,0,0,.3);}.nav-bar ul>li>a{color:#FFF;font:bold 15px"Trebuchet MS",'Droid Arabic Kufi',serif,sans-serif,Arial,Helvetica;-webkit-text-shadow:1px 1px 1px rgba(0,0,0,.3);-moz-text-shadow:1px 1px 1px rgba(0,0,0,.3);-ms-text-shadow:1px 1px 1px rgba(0,0,0,.3);text-shadow:1px 1px 1px rgba(0,0,0,.3);display:block;height:45px;padding:8px 15px;border-left:1px solid rgba(255,255,255,.4);}.nav-bar ul>li:first-child{border-right:1px solid rgba(255,255,255,.4);}.nav-bar ul>li:first-child>a{border-right:1px solid rgba(0,0,0,.3);}.nav-bar ul>li:hover>a{text-shadow:none;text-decoration:none;background:rgba(0,0,0,.4);}.nav-bar ul>li:hover>ul{display:block;}.nav-bar ul ul{ position:absolute;background:#ffa500;list-style:none;padding:0;display:none;z-index:20;}.nav-bar ul ul li{background:rgba(0,0,0,.4);padding:0;margin-left:0!important;border-left:none;border-bottom:1px solid rgba(255,255,255,.4);}.nav-bar ul ul li a{color:#FFF;font:bold 15px"Trebuchet MS",'Droid Arabic Kufi',serif,sans-serif,Arial,Helvetica;-webkit-text-shadow:none;-moz-text-shadow:none;-ms-text-shadow:none;text-shadow:none;display:block;height:45px;padding:6px 15px;border-bottom:1px solid rgba(0,0,0,.4);border-left:none!important;border-right:none!important;}.nav-bar ul ul li:first-child{border-right:none!important;}.nav-bar ul ul li:last-child,.nav-bar ul ul li:last-child a{border:none;}.sidebar{width:330px;padding:15px;}.main-content{width:840px;padding-right:15px;padding-top:15px;}.sidebar-block-plain{margin-bottom:15px;}.sidebar-block,.main-block{border:1px solid #999;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px;margin-bottom:15px;overflow:hidden;}.sidebar-block h4,.main-block h4{background:#ffa500;text-align:center;margin:0;padding:10px 0;color:#FFF;-webkit-text-shadow:1px 1px 1px rgba(0,0,0,.4);-moz-text-shadow:1px 1px 1px rgba(0,0,0,.4);-ms-text-shadow:1px 1px 1px rgba(0,0,0,.4);text-shadow:1px 1px 1px rgba(0,0,0,.4);-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-ms-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;font-family: "Droid Arabic Kufi",arial;}.sidebar-content{padding:8px 0;}.sidebar-content ul.socials li a{display:block;width:40px;height:40px;padding-top:3px;border:1px solid #ffa500;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px;text-align:center;font-size:25px;}.sidebar-content ul.socials li a:hover{color:#FAA700;border-color:#FAA700;}.sidebar-content table{margin-bottom:0;}.child-sidebar h5{background:#ffa500;text-align:right;margin:0;padding:8px;color:#FFF;-webkit-text-shadow:1px 1px 1px rgba(0,0,0,.4);-moz-text-shadow:1px 1px 1px rgba(0,0,0,.4);-ms-text-shadow:1px 1px 1px rgba(0,0,0,.4);text-shadow:1px 1px 1px rgba(0,0,0,.4);font-family: "Droid Arabic Kufi",arial;}.child-sidebar td{border-top:0!important;border-bottom:1px solid #DDD;font:13px"Trebuchet MS",'Droid Arabic Kufi',serif,sans-serif,Arial,Helvetica;}.child-sidebar .name{border-bottom:1px dashed #CCC;font:12px"Trebuchet MS",'Droid Arabic Kufi',serif,sans-serif,Arial,Helvetica;color:#555;padding:5px 7px;}.child-sidebar th{background:#EEE;font:bold 13px"Trebuchet MS",'Droid Arabic Kufi',serif,sans-serif,Arial,Helvetica;}.sidebar-multi-block .sidebar-content{display:none;}.sidebar-multi-block .sidebar-content.showed{display:block;}.sidebar-multi-block .sidebar-content h1{margin:5px 0;font-size:15px;}.sidebar-multi-block .sidebar-content h1 a{font-size:14px;}.sidebar-multi-block .sidebar-content h1 a:hover{text-decoration:none;}.sidebar-multi-block .sidebar-content p{font-size:14px;font-weight:bold;}.sidebar-multi-block .sidebar-content a img{display:block;width:100%;}.sidebar-multi-block .sidebar-content a{overflow:hidden;position:relative;width:100%;display:block;}.sidebar-multi-block .sidebar-content a .caption{position:absolute;width:100%;padding:10px 5px;font-size:14px;background:rgba(0,0,0,.5);color:#FFF;bottom:0;left:0;text-shadow:1px 1px 1px rgba(0,0,0,.4);}.sidebar-multi-block .sidebar-content table tr:first-child td{padding:0;}.sidebar-multi-block .sidebar-content a:hover .caption{color:#ffa500;}.sidebar-multi-block .sidebar-content a:hover .caption p{color:#fff;}.sidebar-multi-block .sidebar-switcher{background:#ffa500;}.sidebar-multi-block ul{margin-left:0;}.sidebar-multi-block .sidebar-switcher-3 li,.sidebar-multi-block .sidebar-switcher-4 li{width:33.3333333333333333333%;padding:0;margin-left:-4px;}.sidebar-multi-block .sidebar-switcher-4 li{width:25%;}.sidebar-multi-block .sidebar-switcher li a{display:block;width:100%;text-align:center;color:#FFF;background:rgba(0,0,0,.5);padding:8px 0;font-size:13px;}.sidebar-multi-block .sidebar-switcher-4 li a{font-size:20px;padding:4px 0;}.sidebar-multi-block .sidebar-switcher li a:hover{text-decoration:none;background:rgba(0,0,0,.7);}.sidebar-multi-block .sidebar-switcher li a.current{background:#2b2b2b;}.sidebar-multi-block .sidebar-content{padding:0;}.logo a{color:#FFF;}.logo a:hover{text-decoration:none;}.ad-728{margin:15px 0;width:728px;height:90px;overflow:hidden;}.sidebar-news td{padding:4px!important;border-top-style:dashed!important;}.sidebar-news tr:first-child td{border-top:none!important;}.sidebar-news a{display:block;}.sidebar-news a img{width:70px!important;height:65px!important;overflow:hidden;padding:2px;}.sidebar-news a h3{font-size:13px;font-weight: bold;font-family: "Droid Arabic Kufi",arial;color:#333;margin-top:5px;}.sidebar-news a li{font-size:10px;color:#555;}.sidebar-news a:hover{text-decoration:none;}.sidebar-news a:hover h3{color:#ffa500;}.sidebar-more{display:none;color:#FFF;background:#ffa500;text-align:center;padding:5px 0;font-size:14px;font-weight:bold;}.sidebar-more:hover{background:#2b2b2b;text-decoration:none;color:#FFF;}.flexslider .slides a{position:relative;display:block;}.flexslider .caption{position:absolute;bottom:0;font-size:14px;color:#FFF;background:rgba(0,0,0,.5);padding:5px;width:290px;direction:rtl!important;text-align:right;left:0;}.news-item{float:right;margin:3px .4% 3px 0;width:32.75%;background:#F1f1f1;padding:5px;border-right:3px solid #DDD;}.news-item a{display:block;width:100%;}.news-item a:hover{text-decoration:none;}.news-item a h1{font-size:14px;height:30px;margin:8px 0;overflow:hidden;font-family: "Droid Arabic Kufi",arial;}.news-item a img,.news-item a .image{display:block;width:100%;height:170px;overflow:hidden;-webkit-transition:-webkit-transform .3s ease;-moz-transition:-moz-transform .3s ease;-ms-transition:-ms-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;}.news-item a .image{position:relative;}.news-item a .image p{position:absolute;background:rgba(0,0,0,.7);color:#FFF;font-size:11px;padding:5px;bottom:-100%;margin:0;-webkit-text-shadow:1px 1px 1px #000;-moz-text-shadow:1px 1px 1px #000;-ms-text-shadow:1px 1px 1px #000;text-shadow:1px 1px 1px #000;-webkit-transition:bottom .3s ease;-moz-transition:bottom .3s ease;-ms-transition:bottom .3s ease;-o-transition:bottom .3s ease;transition:bottom .3s ease;}.news-item a li{color:#555;font:9pt Tahoma,Geneva,sans-serif;}.x-scroll{height:505px;overflow-x:auto;}.news-item a:hover img{-webkit-transform:scale(1.4);/**/-moz-transform:scale(1.4);/**/-ms-transform:scale(1.4);/**/-o-transform:scale(1.4);/**/transform:scale(1.4);}.news-item a:hover p{bottom:0;}.top-footer{padding:15px 0;border-bottom:3px solid rgba(0,0,0,.5);}.top-footer a{color:#FFF;font-size:18px;padding-left:5px;}.top-footer a:hover{color:#2b2b2b;text-decoration:none;}.bottom-footer{background:#EEE;padding-bottom:15px;}.footer-block{margin-top:20px;}.footer-block h6{color:#666;font-weight:normal;font-size:17px;}.footer-ul li a{display:block;font-size:12px;color:#000;border-bottom:1px solid #CCC;padding-bottom:5px;margin-bottom:10px;}.fast-ul a{display:block;border-right:3px solid #555;padding:5px;color:#555;margin-bottom:5px;}.footer-ul li a:hover,.fast-ul a:hover{color:#ffa500;text-decoration:none;border-color:#ffa500;}.main-entries{width:50%;float:right;padding:3px;}.main-entries a{display:block;width:100%;position:relative;}.main-entry img{display:block;width:100%;height:270px;}.main-entry p{position:absolute;display:block;background:rgba(0,0,0,.85);color:#FFF;padding:5px 15px;font-size:14px;font-weight:bold;bottom:0;margin:0;width:100%;-webkit-text-shadow:1px 1px 1px #000;-moz-text-shadow:1px 1px 1px #000;-ms-text-shadow:1px 1px 1px #000;text-shadow:1px 1px 1px #000;}.entry-item a{display:block;overflow:hidden;background:#EDEDED;padding:4px;margin-bottom:1px;color:#000;height:65.25px;font-weight: bold;}.entry-item a:hover{text-decoration:none;background:#ffa500;color:#FFF;font-size:14px;}.entry-item img{width:56px;height:56px;padding:1px;float:right;display:block;border-radius:0;margin-left:5px;}.entry-item li{font:8pt Tahoma,Geneva,sans-serif;padding:0;}.main-title{color:#FFF;font-size:15px;background:#ffa500;padding:7px;width:100%;-webkit-text-shadow:1pxx 1px 1px rgba(0,0,0,.5);-moz-text-shadow:1pxx 1px 1px rgba(0,0,0,.5);-ms-text-shadow:1pxx 1px 1px rgba(0,0,0,.5);text-shadow:1pxx 1px 1px rgba(0,0,0,.5);font-family: "Droid Arabic Kufi",arial;}.center-block{margin-right:auto!important;margin-left:auto!important;}.main-block-bg{background:#ffa500;}.main-block-content{background:rgba(0,0,0,.5);}.video-block h1,.video-block h2{font-size:15px;color:#FFF;margin:7px;font-weight:bold;font-family: "Droid Arabic Kufi",arial;}.video-block h2{margin:7px 0;}.video-block a:hover,.video-block a:hover h1{text-decoration:none;color:#EEE;}.video-block{padding-bottom:7px;}.video-block img{disply:block;width:100%;}.video-block-first img{margin:7px;height:260px;}.video-block ul li{width:125px;height:182px;background:rgba(0,0,0,.6);margin-top:7px;padding-top:5px;}.video-block ul li img{height:75px;}.video-block li h2{font-size:12px;}.video-block li:hover{background:rgba(0,0,0,.75);}.main-xs-block table td{border-top:1px dashed #EEE;color:#000;}.main-xs-block table tr:hover td{background:#EFEFEF;}.main-xs-block tr img{width:100px;height:65px;}.main-xs-block tr:first-child img{height:200px;}.main-xs-block tr{height:77px;display:block;}.main-xs-block tr:first-child{height:330px;}.main-xs-block table a h1{font-size:13px;color:#000;margin:5px 0;font-family: "Droid Arabic Kufi",arial;}.main-xs-block table a{display:block;width:1005;color:#000;}.main-xs-block p{font-size:12px;color: #716767;}.main-xs-block table{margin-bottom:0;}.main-xs-block table a:hover{text-decoration:none;}.main-xs-block table a img{display:block;width:100%;}.main-xs-block ul li{padding-right:0;}.video-slider .slides a,.video-slider .slides a img{display:block;height:85px;width:137px;}.video-slider .slides a{width:147px;margin:8px;background:#2b2b2b;padding:5px;color:#FFF;font-size:12px;height:150px;}.video-slider .slides a h2{font-size:12px;font-weight:normal;text-align:right;margin:5px 0;font-family: "Droid Arabic Kufi",arial;}.video-slider .slides a:hover{background:#ffa500;text-decoration:none;color:#FFF;}.video-slider{margin-bottom:0;}.video-slider:hover .flex-direction-nav .flex-next{right:18px;}.sounds-block li{width:195px;padding:0;margin:5px 2.5px;}.sounds-block a{display:block;position:relative;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px;border:1px solid #CCC;overflow:hidden;}.sounds-block a img{display:block;width:100%;}.sounds-block a h2{color:#FFF;font-size:12px;font-weight:normal;background:rgba(0,0,0,.6);width:100%;padding:7px;position:absolute;bottom:0;margin:0;-webkit-border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;-ms-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px;}.sounds-block a:hover h2{color:#ffa500;}.search-form{background:#FFF;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;margin-top:5px;padding:0;}.search-form input{border:none;background:none;box-shadow:none;}.search-form input:focus{outline:none!important;box-shadow:none!important;border:none!important;}.search-form .dropdown-menu{background:#ffa500;}.search-form button{border:none;background:none;}.form-search-submit{background:#2b2b2b!important;color:#FFF;width:40px;height:35px;display:block;border-radius:3px;}.form-search-submit:hover{background:#000!important;}.search-form ul{padding:0;margin-top:10px;}.search-form li{border:none!important;margin:0!important;padding:0!important;}.search-form li a{border:none!important;display:block;text-align:right;}.search-form li a:hover{cursor:pointer;cursor:hand;color:#FFF!important;}

@media screen and (max-width: 600px) {
/*** .m_k {
    .m_k {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
        }kh *****/
    .flex-direction-nav{
        visibility:hidden;
    }
    .sidebar-block:first-child{
        border:0px;
    }

    .toptitle>span{
        display:none;
    }
    #topheader .date {
        display:none;

    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #FFFFFF;
    }

}

#topheader {
    background: #fcfcfc;
    border-bottom: 1px #ddd solid;
}
#topheader .date {
    font-size: 12px;
    margin: 7px 0 0 0;
    width:215px;overflow: 
        hidden;white-space: nowrap;
}
#user_details  ul{
    list-style:none;
}
#user_details li{
    float:right;
    /*  padding-left: 15px;*/
}
#user_details>ul>li:first-child {
    margin-left: 8px;
}
#topheader .toptitle {
    padding: 4px 8px;
    display: inline-block;
    height: 30px;
    color: #686868;
}
.nomp {
    margin: 0!important;
    padding: 0!important;
}
.xsmall {
    font-size: 12px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'webico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#StyleSwitcher li a.green {
    background-color: #16a085;
}
#StyleSwitcher li a {
    width: 18.5px;
    height: 18px;
    display: block;
    padding: 0;
    background-color: #ccc;
}

#topheader .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-top: 2px #686868 solid;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.open>.dropdown-menu {
    display: block;
}
.dropdown-menu {
    float: right;
    text-align: right;
}
/** @media (min-width: 1200px)**/
.dropdown-menu {
    border-radius: 0 0 4px 4px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li {
    padding-left:0px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
#StyleSwitcher li a {
    width: 18.5px;
    height: 18px;
    display: block;
    padding: 0;
    background-color: #ccc;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
#StyleSwitcher li a.blue {
    background-color: #1c6a9e;
}
#StyleSwitcher li a.purple {
    background-color: #8e44ad;
}
#StyleSwitcher li a.greano {
    background-color: #78bd40;
}
#StyleSwitcher li a.red {
    background-color: #c0392b;
}
#StyleSwitcher li a.orange {
    background-color: #ffa500;
}
#StyleSwitcher li a.dfult {
    background-color: #ccc;
}

#StyleSwitcher li a.azur_gray {
    background-color: #00585f;
}
#topheader .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-top: 2px #686868 solid;
}
#StyleSwitcher li {
    float: left;
    margin: 2px!important;
    padding: 0;
}
.modal-dialog{
    right:0;
    width:350px;
}
.dropdown-menu>li>a{
    text-align:right;
}
.dropdown a{
    font-size:14px;

}
.top-search{
    margin-top: 7px;
    margin-left: -15px;
}
.list-inline>li{
    padding-right:0px;
}
.video-block .list-inline-summary li{
    height: 20px;
    background: none;
    color: #C7CBCE;
    margin-right: 10px;
    margin-top: -1px;
    margin-top: -1px;
}
.video-block .list-inline-summary {
    margin-top:50px;
}
.video-block .list-inline .list-inline-summary-small li{
    height: 18px;
    background: none;
    color: #C7CBCE;
    margin-right: 10px;
    margin-top: -1px;
    margin-top: 4px;
    font-size: 8px;
    width: 18px;

}
img{

    border: 1px solid #ccc;
    padding: 1px;
    border-radius: 3px;
}
.ad-728 img{
    border: 0px ;
    padding: 0px;
    border-radius: 0px;
}
.img-block-first{
    padding-left: 0px;
    padding-right: 0px;
    margin-right: -31px;
}
.fourth-effect .mask {
    position:absolute; /* Center the mask */
    top:50px;
    left:100px;
    cursor:pointer;
    border-radius: 50px;
    border-width: 50px;
    display: inline-block;
    height: 100px;
    width: 100px;
    border: 50px solid rgba(0, 0, 0, 0.7);
    box-sizing:border-box;
    opacity:1;
    visibility:visible;
    transform:scale(4);
    transition:all 0.3s ease-in-out;
}

.fourth-effect:hover .mask {
    opacity: 0;
    border:0px solid rgba(0,0,0,0.7);
    visibility:hidden;
}
.sounds-block a.sound-date{
    font-size: 11px;
    padding-right: 5px;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
#slider-row-1 .flex-direction-nav a {
    top: 100%;
}
#prayer_times_long{
    width: 244px;
}
.td-small{
    width:20%;
}
.selected-row{
    background-color:#F3F3F3;
}

.img-thumbnail, .thumbnail{
    width:100%;
}
.td-small{
    width: 25%;
}
.current-users{
    list-style: none;
}
.current-users li{
    float: right;
    padding: 3px;
}
.current-users li a{
    border: 1px solid #ccc;
    padding: 1px;
    font-size: 11px;
    border-radius: 5px;
}
.footer-ul img{
    width:20%;
}
.header,.footer{background:#ffa500}
.navbar-inverse .navbar-brand{
    color:#fff;
    font-weight:bold;
}

.navbar-inverse .navbar-nav>li>a{
    color:#fff;
    font-weight:bold;
}
.nav-bar ul>li>a {
    color: #FFF;
    font: bold 15px"Trebuchet MS",'Droid Arabic Kufi',serif,sans-serif,Arial,Helvetica;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    display: block;
    height: 45px;
    padding: 8px 15px;
    border-left: 1px solid rgba(255,255,255,.4);
}
a {
    -webkit-transition: color,background .3s ease;
    -moz-transition: color,background .3s ease;
    -ms-transition: color,background .3s ease;
    -o-transition: color,background .3s ease;
    transition: color,background .3s ease;
}
.navbar{
    background:#ffa500;
}
.navbar-inverse{
    background:#ffa500;
    border: 0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
    background: rgba(0,0,0,.4);
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
    background: rgba(0,0,0,.4);
}
.nav-bar ul>li>a {
    color: #FFF;
    font: bold 15px"Trebuchet MS",'Droid Arabic Kufi',serif,sans-serif,Arial,Helvetica;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    display: block;
    height: 45px;
    padding: 8px 15px;
    border-left: 1px solid rgba(255,255,255,.4);
    font-weight: bold;
}
.list-inline button{  
    font-size: 9px;
    font-weight: bold;}
.logo img{
    border:0px;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret{
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

#StyleSwitcher li a.orange:hover {
    background-color: #000;
}
.navbar-toggle{
    z-index:1111;
}
.sidebar-content label{
    color:#000;
}
.sidbar{
    position:static;
}
.holder_m img{
    border: 0px; 
		width:  100%;
    height: 100%;   
}
.main-block .list-unstyled img{
    border: 0px;    
}
.slides img{
    border: 0px;
}
.img-block-first img{
    border: 0px;   
}
.col-lg-9{
    width: 71.666667%; 
}
.col-lg-3{
    width: 28.333333%;
}

.main-xs-block .list-inline-summary li{
    /* height: 9px; */

    background: none;
    color: #000;
    margin-right: 10px;
    margin-top: 8px;
    /* margin-top: -1px; */
    padding-left: 0px;
    font-size: 9px;
}
.main-xs-block .list-inline-summary {
    /*margin-top:50px;*/
}
.sidebar-block .hh{

    background-color: #FAA700;
    border-radius: 0;
    font-size: 25px;
    font-weight: bold;
    height: 54px;
    margin: auto;
    text-align: center;
    padding: 12px;
}
.img-zero{
    display: none;
}

.navbar-brand {
    border-right: 1px solid rgba(255,255,255,.4);
}
.nav-collapse ul>li{
    padding: 0;
    margin-left: -4px;
    border-left: 1px solid rgba(0,0,0,.3);
}
.nav-collapse li{
    padding: 0;
    margin-left: -4px;
    border-left: 1px solid rgba(0,0,0,.3);
}

.nav-collapse ul ul li {
    background: rgba(0,0,0,.4);
    padding: 0;
    margin-left: 0 !important;
    border-left: none;
    border-bottom: 1px solid rgba(255,255,255,.4);
    margin-top: -3px;
    margin-bottom: -3px;
}
.nav-collapse ul li:hover {
    background: rgba(0,0,0,.4);
}
.nav .navbar-brand:hover{
    background: rgba(0,0,0,.4);
}
.nav-collapse ul ul li a {
    color: #FFF;
    font: bold 15px "Trebuchet MS",'Droid Arabic Kufi', serif, sans-serif, Arial, Helvetica;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    display: block;
    height: 45px;
    padding: 6px 15px;
    border-bottom: 1px solid rgba(0,0,0,.4);
    border-left: none !important;
    border-right: none !important;
}
.video-block .list-inline-summary li {
    height: 20px;
    background: none;
    color: #C7CBCE;
    margin-right: 0px;
    margin-top: -1px;
    margin-top: -1px;
}

.nav ul{
    display:none;
    background-color: #ffa500;
}

.nav li:hover > ul{
    display:block;
}

.curr-one{
    width: 37%;background-color: #ffa500;color: #ffffff;display: inline-block;text-align: center;
}
.curr-two{
    width: 37%;background-color:  #ffa500;color: #ffffff;display: inline-block;text-align: center;
    opacity: 0.5;
}


/****************************************************************************************/


.cat-slider{
    height: 100% !important;
    margin-left: -17px;
}
.cat-slider .caption{
    position: absolute;
    bottom: 42%;
    font-size: 14px;
    color: #FFF;
    background: rgba(0,0,0,.5);
    /* padding: 5px; */
    width: 290px;
    direction: rtl!important;
    text-align: right;
    right: 6px;
    width: 100%;
    height: 56px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.cat-slider .flex-control-nav{
    width: 100%;
    position: absolute;
    bottom: -60px;
    background-color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
}
figure.effect-kira{
    margin: 15px 9px 3px 18px;
}
.sounds-block figure{
    width: 30%;
}
figure.effect-kira p{
    padding: 2.10em 1.8em;
}
.urgent{
    position: fixed;
    bottom: 0;
    right: 0;
    background: #DA0707;
    color: #fff;
    height: 59px;
    text-align: center;
    padding: 5px;
    width: 100%;
    z-index: 111111;
    opacity: 0.9;
    font-size: 16px;
    font-weight: bold;

}
.urgent .urgent-remove{
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
}
/*.ticker-wrapper.has-js{
    width: 70%;
}*/
.ticker{
    width: 90%;
    height: 32px;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #F3F3F3;
}
.ticker-title {
    line-height: 1.5em;
    font-size: 13px!important;
    font-family: 'Droid Arabic Kufi',arial!important;
    font-weight: bold;
    height: 32px;
    width: 150px;
    color: #ffffff!important;
    background-color: #ffa500;;
    text-transform: uppercase;
    text-align: center;
}
.ticker-wrapper.has-js {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px;
    height: 32px;
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #F3F3F3;
    font-size: 0.75em;
    width: 70.466667%;
}
.ticker-content {
    margin: 0px;
    padding-top: 10px;
    position: absolute;
    color: #666666;
    font-weight: bold;
    background-color: #F3F3F3;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.2em;
}
.ticker-swipe{
    background-color: #F3F3F3;
}
.ticker-swipe span{
    background-color: #F3F3F3;
}

/* ============================================================
  GLOBAL
============================================================ */
.effects {
    /*  padding-left: 15px;*/
}
.effects .img {
    position: relative;
    float: right;
    margin-bottom: 5px;
    width: 24%;
    overflow: hidden;
}
.effects .img:nth-child(n) {
    margin-right: 6px;
}
.effects .img:first-child {
    margin-left: -15px;
}
.effects .img:last-child {
    /*margin-right: 0;*/
}
.effects .img img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: all 0.5s;
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}
a.close-overlay.hidden {
    display: none;
}

a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    border: solid 5px #fff;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 30px;
    border-radius: 30px;
}

/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
.effects .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}
.effects .overlay a {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    color: #fff;
    border-radius: 8px;
    border: 0px solid #CCC;
    overflow: hidden;
    margin-top: 25px;
    margin-left: -5px;
    padding-left: 10px;
    z-index: 100;
}
.effects .overlay a i{
    padding-left: 5px;
}
.effects .img.hover .overlay {
    height: 100%;
}

.effects .img .sound-title{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.7;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: right;
}
.video-block .img img{
    border-top: 25px solid #000;
    border-bottom: 25px solid #000;
}
.effects .img .play-b{
    position: absolute;
    top: 38%;
    right: 33%;
    color: #000;
    border: 0;
    z-index: 0;
}





.visibleNearby {
    width: 100%;
    background: #141414;
    color: #FFF;
    padding-top: 25px;
}
.visibleNearby .rsGCaption {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 0 16px;
    background: #141414;
    width: 100%;
    position: static;
    float: left;
    left: auto;
    bottom: auto;
    text-align: center;
}
.visibleNearby .rsGCaption span {
    display: block;
    clear: both;
    color: #bbb;
    font-size: 14px;
    line-height: 22px;
}


/* Scaling transforms */
.visibleNearby .rsSlide img {
    opacity: 0.45;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: scale(0.9);  
    -moz-transform: scale(0.9); 
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
    opacity: 1;
    -webkit-transform: scale(1);  
    -moz-transform: scale(1); 
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) { 
    #gallery-1 {
        padding: 12px 0 12px;
    }
    #gallery-1 .rsOverflow,
    .royalSlider#gallery-1 {
        height: 400px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
    #gallery-1 .rsOverflow,
    .royalSlider#gallery-1 {
        height: 300px !important;
    }
}
/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
#effect-5 .overlay a.expand {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
    opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
#effect-5 .overlay a {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    color: #fff;
    border-radius: 8px;
    border: 0px solid #CCC;
    overflow: hidden;
    margin-top: 25px;
    margin-left: -5px;
    padding-left: 10px;
    z-index: 100;
}
#effect-5 .overlay a i{
    padding-left: 5px;
}
#effect-5 .overlay .album-title{
    color: #fff;
    margin-top: -40px;
    font-size: 15px;
}
/* ============================================================*/

.sidebar-multi-block .added-block li{
    width: 100%;
}


#video-gallery {
    width: 100%;
}

.videoGallery .rsTmb {
    padding: 20px;
}
.videoGallery .rsThumbs .rsThumb {
    width: 220px;
    height: 80px;
    border-bottom: 1px solid #2E2E2E;
}
.videoGallery .rsThumbs {
    width: 220px;
    padding: 0;
}
.videoGallery .rsThumb:hover {
    background: #000;
}
.videoGallery .rsThumb.rsNavSelected {
    background-color: #02874A;
    border-bottom:-color #02874A;
}

.sampleBlock {
    left: 3%; 
    top: 1%; 
    width: 100%;
    max-width: 400px;
}


@media screen and (min-width: 0px) and (max-width: 500px) {
    .videoGallery .rsTmb {
        padding: 6px 8px;
    }
    .videoGallery .rsTmb h5 {
        font-size: 12px;
        line-height: 17px;
    }
    .videoGallery .rsThumbs.rsThumbsVer {
        width: 100px;
        padding: 0;
    }
    .videoGallery .rsThumbs .rsThumb {
        width: 100px;
        height: 47px;
    }
    .videoGallery .rsTmb span {
        display: none;
    }
    .videoGallery .rsOverflow,
    .royalSlider.videoGallery {
        height: 300px !important;
    }
    .sampleBlock {
        font-size: 14px;
    }
}
.rsDefault .rsThumb img{
    width: 50%;
    height: 72px;
    margin-top: -16px;
}

.rsDefault .rsThumb.rsNavSelected img{
    width: 50%;
    height: 72px;
    margin-top: -16px;

}

#gallery-2 {
    width: 100%;
    background: #151515;
    -webkit-user-select: none;
    -moz-user-select: none;  
    user-select: none;
    text-align: center;
    right: 16px;
}

.added-block tr{
    height: 225px; 
}
.added-block tr:first-child{
    height:230px;
}
.added-block tr:first-child img{height:220px;width:100%;}
.added-block table a img{
    height: 140px;
}
.added-block .effects{
    margin-top: 5px;
}
.added-block .effects .img{
    width: 30.5%;
}
.added-block a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    top: 15%;
    right: 15%;
    width: 40px;
    height: 40px;
    border: 0px;
    text-align: center;
    color: #ffa500;
    line-height: 50px;
    font-weight: 900;
    font-size: 25px;
    border-radius: 30px;
    opacity: 11;
}


a.tooltip{
    outline:none;
}
a.tooltip strong
{line-height:30px;
}
a.tooltip:hover{
    text-decoration:none;
}
a.tooltip span{
    z-index:10;
    display:none;
    padding:14px 20px;
    margin-top:-30px;
    margin-left:28px;
    width:300px;line-height:16px;
}
a.tooltip:hover span{
    display:inline;position:absolute;color:#111;border:1px solid #DCA;background:#fffAF0;
}
.callout{
    /*z-index:20;position:absolute;top:30px;border:0;left:-12px;*/
}/**/
a.tooltip span{
    border-radius:4px;box-shadow:5px 5px 8px #CCC;
}

.added-block .effects .img:first-child {
    margin-left: 0px;
}
.details{
    margin-top: 5px;
}
.added-block .details a{
    border: 0;
    float: right;
    width: 50%;
    color: #000;font-size: 12px;
    text-decoration: none;
}
.added-block .details a i{
    padding-left: 3px;
}
.p4{
    padding-left: 15px;
    padding: 5px;
}
.p4 .xsmall{
    margin-right: -37px;
    margin-top: 3px;
}
.p4 .xsmall a{
    display: inline-block;
    width: 80%;
    text-align: right;
    text-decoration: none;

}
.p4 .xsmall .glyphicon{
    margin-top: -17px;
}
.tab-content>.active {
    display: block;
}
.pgrid {
    display: inline-block;
    width: 24%;
    height: 320px;
    overflow: hidden;
    background: #fefefe;
    border: 2px solid #fafafa;
    box-shadow: 0 1px 2px rgba(34,25,25,.4);
    margin: 0 2px 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 10px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(45deg,#FFF,#f9f9f9);
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.pgrid img {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.pgrid .details{
    font-size: 11px;
}
.pgrid h5{
    font-size: 12px;
}
.likedislike {
    float: right;
    padding-left: 10px;
    margin-right: 40%;
    color: #32A0E0;
}
.ldc-ul_cont {
    position: relative;
    background-color: #E0E0E0;
    background-image: linear-gradient(to bottom,#FAFAFA 0px,#DCDCDC 100%);
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    box-shadow: 0 0 1px #FFFFFF inset;
    text-shadow: 0 1px 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 2.0em;
    margin-bottom: 15px;
    outline: 0 none;
    padding: 0 0.91em;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    float: left;
}
#content img {
    border: 1px solid #EEEEEE;
    padding: 1px;
}
.ldc-ul_cont img {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    margin: 0 3px;
    position: relative;
    top: 3px;
    border: 0;
}
.widget-title {
    overflow: hidden;
    clear: both;
    margin: 10px 0 5px;
    border-bottom: 2px solid #7d7d7d;
}
.avatarprofile img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.m4 .effects .img:first-child{
    margin-left:0;
}
.m4 .effects .img{
    position: relative;
    float: right;
    margin-bottom: 5px;
    width: 30%;
    overflow: hidden;
    margin-top: 5px;
}
.m4 .effects a{
    text-decoration: none;
    border: 0;
}
.aligncen, .tcen {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

#contentswrapper h1{
    font-size:20px;
}
.bodycontent{
    text-align: right;
    font-family: 'Droid Arabic Kufi',serif;
    line-height: 28px;
}
.bottomuserin {
    width: 100%;
    background-color: #f3f4f5;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.breadcrumb {
    font-size: 12px;
}
.breadcrumb {
    margin-top: 19px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>.active {
    display: inline;
}
.breadcrumb>.active {
    color: #777;
}
/*kh* @media (min-width: 1200px) *******/
.bottomuserin .col-md-6:nth-child(1) {
    text-align: right;
}
.at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn{
    float:left;
}
.writer-details{
    text-align: right;
    padding: 5px;
}
.writer-details a{
    text-decoration:none;
    text-align:right;
}
.writer-details img{
    width: 7%;
    height: 60px;
    border-radius: 50%;
}
.ftags {
    width: 92px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    display: block;
    padding: 3px 2px;
    background-color: #e5e5e5;
    color: #333;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 2px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.comments{

}
.comment{
    padding: 10px;color: #32A0E0;
    background-color: #E6E6E6;
    /* border-bottom: 1px solid #000; */
    /* border-top: 1px solid #000; */
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 10px;
    margin: 10px;
}
.comment img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: right;
}
.comment a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.comment p{
    display: inline-block;
    padding: 10px;
    margin-top: 14px;
    width: 80%;
}
.comment .comment-number-b{width:7%;font-size:23px;font-weight:700;text-align:center;display:inline-block;float:left;margin-top:-68px;margin-left:24px;border:1px solid #ccc;background-color:#ccc;color:#fff}
.comment .comment-number{
    width: 4%;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    float: left;
    margin-top: -68px;
    margin-left: 24px;
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #fff;
}

.comment .name{
    display: block;
    margin-top: 0px;
    text-align: right;
}
.comment span{
    display: inline-block;
    margin-top: 15px;
    width: 50%;
}
.comment-box{

    width: 100%;
}
.comment-box input,textArea{
    float: right;
    width: 90%;
    margin-top: 10px;
    margin-right: 41px;
    margin-bottom: 10px;
    height: 50px;
}
.comment-box textArea{
    height: 158px;
    width: 90%;
}
.comment-box .submit{
    width: 50%;
    margin-right: 25%;
    background-color: #ffa500;
    color: #fff;
    border-radius: 11px;
    border: 0;
}
.comment-box h5{
    margin-right: 5%;
    font-size: 15px;   
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}
.modwana-item{
    width: 65%;
    display: inline-block;
}
.elastislide-vertical ul li{
    border-bottom: 1px solid #949090;
    margin-bottom: 9px;
}
.elastislide-carousel ul li a img{
    max-width: 50%;
}
.elastislide-carousel ul li a{
    display: inline-block;
    width: 20%;
    text-decoration: none;
}
.modwana-item .modwana-name{

}
.modwana-item .modwana-name h5{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;
}
.modwana-item .modwana-name h5 a:hover {
text-decoration: none;
color: #1D4B6D;
}
.modwana-item .modwana-job{
    margin-bottom: 5px;
    padding: 5px;
    font-size: 10px;
}
.modwana-item .modwana-date{
    padding: 5px;
    color: #666666;
    font-size: 10px;
}
.modwana-item .modwana-title{
    /*border-top: 1px solid #ccc;*/
    margin-top: 7px;
    padding: 5px;
}
.modwana-item .modwana-title a{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
	font-weight: bold;
	text-shadow:0px 1px 0px #fff;
	
}
.modwana-item .modwana-title  a:hover {
	text-decoration: none;
	color: #8A8A8A;
}
.elastislide-wrapper{
    background-color: #ccc;
}

.bxslider li{
}
.bx-wrapper img{
    max-width: 25%;
    display: inline-block;
    border: 0;
    position: relative;
    top: -59px;
    border-radius: 50%;
    width: 100px;
    height: 75px;
}
.bxslider .item{
    display: block;
    background-color: #EDEDED;
    border-radius: 7px;
    height: 200px;
    margin-left: 5px;
}
.bx-wrapper .bx-controls-direction a{
    top: 96%;
}
.bx-wrapper .bx-prev{
    left: 5%;
}
.bx-wrapper .bx-next{
    right: 72%;
}
.rsTmb span{
    font-size: 15px;
    text-align: center;
    padding: 2px;
}
.smalll{
    width: 25%;
    float: right;
}
.flex-control-nav {
    width: 100%;
    position: relative;
    bottom: -10px;
    text-align: center;
}
.video-block ul li {
    width: 125px;
    height: 182px;
    background: rgba(0,0,0,.6);
    margin-top: 7px;
    padding-top: 5px;
    float: right;
    margin-right: 5px;
}

.sounds-block-two .img{
    height: 168px;
}
.sounds-block-three .img{
    height: 100px;
}
.sounds-block-three .img img{
    height: 95px;
}
.sounds-block-three a.expand{
    top: 25%;
    right: 25%;
}
.bodycontent{
    clear: both;
}

.sliders_content ul.navigator-wrap-inner li.active .holder_m, .sliders_content ul.navigator-wrap-inner li:hover .holder_m{
     background-color: #ffa500;
    border-color:#ffa500;
}
.main-slider-content{
    border-bottom: 1px solid #ffa500;
}
.sliders_content .slider-description .more a{
     background-color: #ffa500;
}
.btn-primary{
    background-color: #ffa500;
    border-color: #ffa500;
}
/******** kh-modifications ********/
.ticker-swipe{
	height:32px !important;
	padding-top:10px !important;
}
.ticker-title{
	font:bold 16px/0.7em 'Droid Arabic Kufi',arial !important
}
#w0>h5{
	text-align:center;
}
#w0{
	padding:20px;
}
.form-group{
	margin:0 !important;
	width:100% !important;
}
.field-signupform-captcha input {
	margin-right:0 !important;
	width:125px !important;
}
#w0 .row{
	padding-right:0 !important;
}
#fox img{
	width:50px !important;
}
#textcontent{
	text-align:center;
}
#textcontent p{
	text-align:justify;
}
.main-block .pull-left{
	float:none !important;
	text-align:center;
}
.main-block .ddd{
	width:100% !important;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.cat-slider .caption{
	bottom:0 !important;
}
.video-block .img{
	width:33%;
	margin-right:2px !important;
}
#video-cat .cat-slider{
	height:400px !important;
}
.video-post{
	width:640px !important;
	height:360px !important;
}
audio{
	width:100% !important;
	margin:0 !important;
}
.ad-728{
	text-align:center !important;
	width:100%;
}
.ad-300x250{
	text-align:center !important;
}
.expand{
	font-size:30px !important;
	width:100% !important;
	height:80% !important;
	right:0 !important;
	opacity:0.75 !important;
}
.pgrid {
	height:350px;
}
.p5{
	padding:5px;
}
.pgrid img{
	padding-bottom:1px;
}
.mdetails a{
	line-height:1.5 !important;
}
.writer-details img {
	height:60px;
	width:60px;
}
.bx-wrapper img{
	top:-111px !important;
}

/* LABTOP: 1200px */
@media screen and (min-width: 986px) and (max-width: 1200px){
	.col-lg-3, .col-lg-9, .main-content{
		width:100%;
	}
	.main-content{
		padding:0;
	}
	.mid-header .ad-728{
		display:none;
	}
	.ad-728.pull-right{
		position:relative;
		z-index:1;
	}
	.ticker{
		width:100% !important;
	}
	.col-lg-3.sidbar .sidebar-block{
		margin-top:0 !important;
	}
	.pgrid {
		height:370px;
		width:49% !important;
	}
	.footer-block a{
		font-size:14px !important;
	}
}

/* TABLET: 768px */
@media screen and (min-width: 768px) and (max-width: 985px){ 
	.col-lg-3, .col-lg-9, .main-content{
		width:100%;
	}
	.main-content{
		padding:0;
	}
	[class*=ticker], .more{
		display:none !important;
	}
	.ad-728.pull-right{
		position:relative;
		z-index:1;
	}
	.ad-728 img{
		width:100% !important;
	}
	.flex-direction-nav{
        visibility:hidden;
    }
	.sliders-wrapper img{
		width:85% !important;
	}
	.sound-date{
		display:none !important;
	}
	.pgrid {
		height:350px;
		width:49% !important;
	}
	.urgent{
		height:auto;
		padding:20px;
	}
	.urgent-remove{
		position:static !important;
	}
	.footer-block a{
		font-size:14px !important;
	}
}

/* less than 768px */
@media screen and (max-width:767px){
		/*.col-lg-9,*/
	#first-slider,
	#read-m1,
	#adve-1,
	#adve-2,
	#video-index1,
	#cat-index1,
	#pho-index1,
	#cat-index2,
	#videosel-index,
	#newslast-index1,
	#sound-index1,
	#newsadd-index1,
	#phoadd-index1,
	#videoadd-index1,
	#social-1,
	#services-1,
	#current-users-1,
	#poll-1,
	#tags-1
	{
		display:none !important;
	}
	.navbar-toggle{
		margin:0 10px;
		float:right !important;
		position:relative;
	}
	.nav-collapse{
		float:right;
	}
	.nav-collapse ul>li{
		text-align:right;
		border-left:none !important;
		border-right:1px solid rgba(255,255,255,.4);
	}
	.navbar-nav >li>.dropdown-menu{
		width:175px !important;
	}
	.main-content{
		padding:0;
	}
	.sidebar-block:first-child{
		border:1px solid #999;
		margin-top:0 !important;
	}
	.flex-direction-nav{
        visibility:hidden;
    }
	.sound-date{
		display:none !important;
	}
	.col-xs-12, .ad-728 img{
		width:100% !important;
	}
	.pgrid{
		width:99% !important;
		height:100%;
	}
	.urgent{
		height:auto;
		padding:20px;
	}
	.urgent-remove{
		position:static !important;
	}
	.footer-block a{
		font-size:14px !important;
	}
	.top-footer{
		text-align:center !important;
	}
}

/* Phone: 480px */
@media screen and (min-width:480px) and (max-width:767px){
	.col-lg-3, .col-lg-9, .main-content{
		width:100%;
	}
	.sliders_content{
		height:520px;
	}
	.sliders-wrapper img{
		height:350px !important;
		width:87% !important;
	}
	.slider-description{
		bottom:0 !important;
		opacity:0.75;
	}
	.slider-description a{
		width:54%;
	}
	.date, [class*=ticker], .sliders-wrapper p, .more, .ad-728.pull-right{
		display:none !important;
	}
	.effects .img:nth-child(n){
		margin-right:4px;
	}
	.video-post{
		width:400px !important;
		height:225px !important;
	}
	.main-block>a>img, .slides img{
		max-height:300px !important;
	}
	.cat-slider .caption{
		right:0 !important;
		width:100% !important;
		font-size:14px !important;
	}
	.video-block .img{
		width:49%;
		margin-right:3px !important;
	}
	.col-md-4.news-item{
		width:100%;
	}
}

/* Phone: 320px */
@media screen and (max-width:479px){
	.col-lg-3, .col-lg-9, .main-content{
		width:100%;
	}
	.sliders_content{
		height:470px;
	}
	.sliders-wrapper img{
		height:300px !important;
		width:52% !important;
	}
	.slider-description{
		bottom:0 !important;
		opacity:0.75;
	}
	.slider-description a{
		width:36%;
	}
	.date, [class*=ticker], .sliders-wrapper p, .more, .ad-728.pull-right{
		display:none !important;
	}
	.effects .img:nth-child(n){
		margin-right:2px;
	}
	.form-group{
		width:85% !important;
	}
	.video-post{
		width:320px !important;
		height:180px !important;
	}
	.main-block>a>img, .slides img{
		height:200px !important;
	}
	.cat-slider .caption{
		right:0 !important;
		width:100% !important;
		font-size:14px !important;
	}
	.video-block .img{
		width:49%;
		margin-right:3px !important;
	}
	.glyphicon-play-circle{
		top:0 !important;
	}
	.col-md-4.news-item{
		width:100%;
	}
}

/* Phone: very small */
@media screen and (max-width:400px){
	.video-block .img{
		margin-right:2px !important;
	}
	.video-post{
		width:223px !important;
		height:125px !important;
	}
}


