@charset "UTF-8";
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-right: -20px;
    margin-top: 4px \9;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
}

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    word-wrap: break-word;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
        word-wrap: break-word;
    }

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

    .navbar {
        display: none;
    }

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

    .label {
        border: 1px solid #000;
    }

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

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

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

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("bootstrap/glyphicons-halflings-regular.eot");
    src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e1841844";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    box-sizing: border-box;
}

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

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: normal;
    color: #333333;
}

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

a {
    color: #6e6f71;
    text-decoration: none;
}

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

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

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

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;
    color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%;
}

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

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

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

h4, .h4 {
    font-size: 15px;
}

h5, .h5 {
    font-size: 11px;
}

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

p {
    margin: 0 0 10px;
    word-wrap: break-word;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

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

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted, body.maintenance-page .tasks-list > div {
    color: #999999;
}

.text-primary {
    color: #6e6f71;
}

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

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

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

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

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

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

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

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #6e6f71;
}

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

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

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

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

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

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

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

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

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

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

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

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: iransans;
        white-space: pre-line;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

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

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

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

}



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

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

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

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .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: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .calendar-calendar, .view .row > .list-group {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-12, .calendar-calendar, .view .row > .list-group {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .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: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999999;
    text-align: left;
}

th {
    text-align: left;
}

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

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

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

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

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

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

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered, .calendar-calendar table.mini {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .calendar-calendar table.mini > thead > tr > th,
.table-bordered > thead > tr > td, .calendar-calendar table.mini > thead > tr > td,
.table-bordered > tbody > tr > th, .calendar-calendar table.mini > tbody > tr > th,
.table-bordered > tbody > tr > td, .calendar-calendar table.mini > tbody > tr > td,
.table-bordered > tfoot > tr > th, .calendar-calendar table.mini > tfoot > tr > th,
.table-bordered > tfoot > tr > td, .calendar-calendar table.mini > tfoot > tr > td {
    border: 1px solid #ddd;
}

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

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

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

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

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

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

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

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

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

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

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

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

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

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

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

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

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

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

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

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

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

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 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;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #f8f3ef;
    background-image: none;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    box-shadow: compact(inset 0 1px 1px rgba(0, 0, 0, 0.075), false, false, false, false, false, false, false, false, false);
    transition: compact(border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, false, false, false, false, false, false, false, false);
}

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

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

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

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

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

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

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

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

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

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

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

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

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    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"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

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

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

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

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

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

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

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

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

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

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

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

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: compact(inset 0 1px 1px rgba(0, 0, 0, 0.075), false, false, false, false, false, false, false, false, false);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: compact(inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483, false, false, false, false, false, false, false, false, false);
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

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

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

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

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

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
    box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

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

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

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

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

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

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

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

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

.btn-primary, body.maintenance-page .form-actions .btn:first-child {
    color: #fff;
    background-color: #6e6f71;
    border-color: #616264;
}

.btn-primary:focus, body.maintenance-page .form-actions .btn:focus:first-child, .btn-primary.focus, body.maintenance-page .form-actions .focus.btn:first-child {
    color: #fff;
    background-color: #555657;
    border-color: #232323;
}

.btn-primary:hover, body.maintenance-page .form-actions .btn:hover:first-child {
    color: #fff;
    background-color: #555657;
    border-color: #434445;
}

.btn-primary:active, body.maintenance-page .form-actions .btn:active:first-child, .btn-primary.active, body.maintenance-page .form-actions .active.btn:first-child,
.open > .btn-primary.dropdown-toggle, body.maintenance-page .form-actions
.open > .dropdown-toggle.btn:first-child {
    color: #fff;
    background-color: #555657;
    border-color: #434445;
}

.btn-primary:active:hover, body.maintenance-page .form-actions .btn:active:hover:first-child, .btn-primary:active:focus, body.maintenance-page .form-actions .btn:active:focus:first-child, .btn-primary:active.focus, body.maintenance-page .form-actions .btn:active.focus:first-child, .btn-primary.active:hover, body.maintenance-page .form-actions .active.btn:hover:first-child, .btn-primary.active:focus, body.maintenance-page .form-actions .active.btn:focus:first-child, .btn-primary.active.focus, body.maintenance-page .form-actions .active.focus.btn:first-child,
.open > .btn-primary.dropdown-toggle:hover, body.maintenance-page .form-actions
.open > .dropdown-toggle.btn:hover:first-child,
.open > .btn-primary.dropdown-toggle:focus, body.maintenance-page .form-actions
.open > .dropdown-toggle.btn:focus:first-child,
.open > .btn-primary.dropdown-toggle.focus, body.maintenance-page .form-actions
.open > .dropdown-toggle.focus.btn:first-child {
    color: #fff;
    background-color: #434445;
    border-color: #232323;
}

.btn-primary:active, body.maintenance-page .form-actions .btn:active:first-child, .btn-primary.active, body.maintenance-page .form-actions .active.btn:first-child,
.open > .btn-primary.dropdown-toggle, body.maintenance-page .form-actions
.open > .dropdown-toggle.btn:first-child {
    background-image: none;
}

.btn-primary.disabled:hover, body.maintenance-page .form-actions .disabled.btn:hover:first-child, .btn-primary.disabled:focus, body.maintenance-page .form-actions .disabled.btn:focus:first-child, .btn-primary.disabled.focus, body.maintenance-page .form-actions .disabled.focus.btn:first-child, .btn-primary[disabled]:hover, body.maintenance-page .form-actions [disabled].btn:hover:first-child, .btn-primary[disabled]:focus, body.maintenance-page .form-actions [disabled].btn:focus:first-child, .btn-primary[disabled].focus, body.maintenance-page .form-actions [disabled].focus.btn:first-child,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] body.maintenance-page .form-actions .btn:hover:first-child, body.maintenance-page .form-actions
fieldset[disabled] .btn:hover:first-child,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] body.maintenance-page .form-actions .btn:focus:first-child, body.maintenance-page .form-actions
fieldset[disabled] .btn:focus:first-child,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] body.maintenance-page .form-actions .focus.btn:first-child, body.maintenance-page .form-actions
fieldset[disabled] .focus.btn:first-child {
    background-color: #6e6f71;
    border-color: #616264;
}

.btn-primary .badge, body.maintenance-page .form-actions .btn:first-child .badge {
    color: #6e6f71;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

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

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

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

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

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

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

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

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

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

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

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

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

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}

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

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

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

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

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

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

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

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}

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

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

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #6e6f71;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
}

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

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

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

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

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

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

.btn-block {
    display: block;
    width: 100%;
}

.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;
    transition: compact(opacity 0.15s linear, false, false, false, false, false, false, false, false, false);
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: compact(height, visibility, false, false, false, false, false, false, false, false);
    transition-duration: compact(0.35s, false, false, false, false, false, false, false, false, false);
    transition-timing-function: compact(ease, false, false, false, false, false, false, false, false, false);
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: compact(0 6px 12px rgba(0, 0, 0, 0.175), false, false, false, false, false, false, false, false, false);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #6e6f71;
}

.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;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #999999;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

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

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

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

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

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

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

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

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

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

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

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-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-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: compact(inset 0 3px 5px rgba(0, 0, 0, 0.125), false, false, false, false, false, false, false, false, false);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
}

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

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

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

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

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

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

.input-group-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: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

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

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

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

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

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

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.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;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #6e6f71;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

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

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

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

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

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

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

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #6e6f71;
}

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

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

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

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

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

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

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

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

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

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

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

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

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

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: none;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #999999;
}

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

.pagination > li {
    display: inline;
}

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

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

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

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

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #6e6f71;
    border-color: #6e6f71;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

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

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

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

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

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

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

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:before, .pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

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

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

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

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

.label-default {
    background-color: #999999;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: gray;
}

.label-primary {
    background-color: #6e6f71;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #555657;
}

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

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

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

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

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

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #6e6f71;
    background-color: #fff;
}

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

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

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border-radius: 4px;
    transition: compact(border 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
}

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

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #6e6f71;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

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

.alert .alert-link {
    font-weight: bold;
}

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

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

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

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

.alert-success hr {
    border-top-color: #c9e2b3;
}

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

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

.alert-info hr {
    border-top-color: #a6e1ec;
}

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

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

.alert-warning hr {
    border-top-color: #f7e1b5;
}

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

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

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

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

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

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

.progress-striped .progress-bar,
.progress-bar-striped {
    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,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

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

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

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

.progress-striped .progress-bar-info {
    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-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-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    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);
}

.media {
    margin-top: 15px;
}

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

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

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

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

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

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

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

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

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

.media-list {
    padding-left: 0;
    list-style: none;
}

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

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

.list-group-item:first-child {
    border-top-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;
}

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

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

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #999999;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #999999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

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

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

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

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

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

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

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

.panel-body {
    padding: 15px;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

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

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

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

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

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

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

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

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

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

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

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

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

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

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

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #6e6f71;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #6e6f71;
    border-color: #6e6f71;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #6e6f71;
}

.panel-primary > .panel-heading .badge {
    color: #6e6f71;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6e6f71;
}

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

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

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

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

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

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

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

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

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

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

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

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

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

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

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: compact(inset 0 1px 1px rgba(0, 0, 0, 0.05), false, false, false, false, false, false, false, false, false);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

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

.modal-open {
    overflow: hidden;
}

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

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

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

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: compact(0 3px 9px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

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

.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

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

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

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

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

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

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

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

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: compact(0 5px 10px rgba(0, 0, 0, 0.2), false, false, false, false, false, false, false, false, false);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.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 {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: compact(0.6s ease-in-out left, false, false, false, false, false, false, false, false, false);
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -ms-perspective: 1000px;
        -o-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    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-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

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

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

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

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

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

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

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

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

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

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

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

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

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

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

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

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.views-display-setting .views-admin-label {
    display: inline-block;
    float: left;
    /* LTR */
    margin-right: 3pt;
    /* LTR */
}

.comment {
    margin-top: 15px;
}

.comment .user-picture {
    float: left;
    margin-right: 10px;
}

.comment .user-picture a {
    display: block;
}

.comment .submitted {
    font-size: 0.90em;
}

.comment .submitted .permalink {
    margin-left: 5px;
}

.comment .submitted .new {
    color: #d9534f;
}

.comment .content {
    margin: 10px 0;
}

.comment .links {
    font-size: 0.80em;
}

.form-item {
    margin-top: 0;
}

form .form-managed-file input {
    display: inline-block;
    margin: 0 10px 0 0;
}

form .container-inline-date .date-padding {
    padding: 0;
    float: none;
}

form .form-actions .btn {
    margin-right: 10px;
}

form .field-type-datetime select {
    min-width: 80px;
}

form .format-toggle {
    float: none;
}

form .field-multiple-table thead th {
    padding: 10px !important;
}

form .field-multiple-table thead th label {
    margin: 0;
    font-weight: bold;
}

form .description {
    margin: 2px 0;
    color: #555555;
}

.media-widget > a {
    margin: 0 10px 0 0;
}

fieldset legend {
    float: left;
    line-height: 1em;
    margin: 0;
}

fieldset .panel-body {
    clear: both;
}

html.js input.form-autocomplete {
    background: image-url("throbber.gif") no-repeat right 8px #fff !important;
}

html.js input.throbbing {
    background-position: right -122px !important;
}

html.js fieldset.collapsed {
    height: auto;
    border-left-width: 1px;
    border-right-width: 1px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.8em;
}

@media (max-width: 767px) {
    form .btn {
        width: 100%;
        display: block;
        clear: both;
        margin: 0 0 5px;
    }

    form input.form-text,
    form textarea,
    form select {
        width: 100%;
    }

    form .confirm-parent,
    form .password-parent,
    form .password-suggestions {
        width: auto !important;
    }

    form .password-parent div.password-strength {
        width: 150px;
        float: right;
        margin-top: 0;
        font-size: 10px;
        margin-bottom: 5px;
        margin-top: -5px;
    }

    form .confirm-parent div.password-confirm {
        width: 110px;
        float: right;
        margin-top: 0;
        font-size: 10px;
        margin-bottom: 5px;
        margin-top: -5px;
    }
}

#node-edit #edit-title {
    font-size: 1.6em;
    line-height: 1.6em;
    height: 45px;
    width: 90%;
}

#node-edit .form-item-path-alias label, #node-edit .form-item-path-alias input {
    display: inline;
}

#node-edit .burr-flipped-sidebar .panel-pane {
    padding: 10px;
}

#node-edit .burr-flipped-sidebar .panel-pane .pane-title {
    margin-top: 0;
}

#node-edit .burr-flipped-sidebar .pane-node-form-buttons {
    background: none;
    padding: inherit;
}

#node-edit .burr-flipped-sidebar .pane-node-form-buttons .form-actions {
    margin: 0;
    border-top: 0;
}

#node-edit .pane-node-form-buttons {
    clear: both;
}

.filter-wrapper {
    margin-top: 10px;
}

.filter-wrapper .form-item {
    margin: 0 0 10px;
    padding: 0;
}

.filter-wrapper .filter-guidelines {
    padding: 0;
}

.filter-wrapper .filter-guidelines .tips {
    margin-left: 0;
}

.page-admin form table select,
.page-admin form table input.form-text {
    width: 150px;
}

#features-export-form .features-export-parent {
    margin: 0 0 20px;
}

#features-export-form .features-export-parent fieldset.collapsed {
    min-height: 43px !important;
    background: none;
}

#features-export-form .features-export-parent .features-export-list {
    padding: 10px;
}

#features-export-form .features-export-parent .features-export-list .form-item {
    float: none !important;
}

#panels-panel-context-edit-move .container,
#panels-panel-context-edit-content .container {
    width: auto;
    padding: 0;
}

#panels-panel-context-edit-move .container .row,
#panels-panel-context-edit-content .container .row {
    margin-bottom: 20px;
}

.navbar-form .form-wrapper {
    padding: 0;
}

.navbar-form .form-item-keys,
.navbar-form .form-item {
    margin-top: 0 !important;
}

.navbar-form .form-submit {
    display: none;
}

.pane-search-box form .form-wrapper .form-group {
    display: block;
    margin-bottom: 10px;
}

.tabledrag-handle .handle {
    box-sizing: content-box;
}

.container .container,
.container .container-fluid {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

#footer {
    color: #000;
    border-top: 2px solid #fff;
}

.footer-top .block {
    float: right;
    width: 23%;
    margin: 1%;
    text-align: center;
    padding-top: 30px;
}

footer ul.menu.nav li {
    clear: both;
    text-align: center;
    float: none;
}

footer h4.block__title {
    color: #fff;
    padding-bottom: 10px;
    margin: 0 auto;
    font-weight: bold;
    text-align: right;
}

.menuf {
    width: 16% !important;
}

.footer-top .block-newsletter {
    width: 31%;
}

.block-newsletter h4.block__title {
    padding-right: 16px;
}

body.maintenance-page .container {
    max-width: 970px !important;
}

body.maintenance-page .jumbotron {
    background-color: #000000;
    color: white;
    padding: 20px 0;
}

body.maintenance-page .jumbotron h1 {
    font-size: 3.0em;
    margin-top: 0;
}

@media (min-width: 992px) {
    body.maintenance-page .jumbotron {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

body.maintenance-page .main {
    padding-top: 20px;
    padding-bottom: 50px;
}

body.maintenance-page .page-header h1 {
    font-size: 24px;
}

@media (min-width: 992px) {
    body.maintenance-page .page-header h1 {
        font-size: 36px;
    }
}

body.maintenance-page .tasks-list > div {
    margin-bottom: 25px;
}

body.maintenance-page .tasks-list > div h6 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: normal;
}

body.maintenance-page .tasks-list > div h4 {
    margin-top: 0;
    font-size: 14px;
}

body.maintenance-page .tasks-list > div.active, body.maintenance-page .tasks-list > div.done {
    color: black;
}

body.maintenance-page .form-actions .btn:first-child {
    background-color: white;
    border-color: black;
    color: black;
}

body.maintenance-page .form-actions .btn:first-child:hover, body.maintenance-page .form-actions .btn:first-child:focus {
    background-color: black;
    border-color: white;
}

body.maintenance-page .progress .progress-bar {
    background-color: black;
}

body.maintenance-page #panopoly-theme-selection-form .form-type-radio {
    margin: 0 0 2em;
}

body.maintenance-page #panopoly-theme-selection-form .form-type-radio label {
    display: block;
}

body.maintenance-page #panopoly-theme-selection-form .form-type-radio .form-radio {
    margin: 0;
    left: 0;
    top: 40%;
}

body.ctools-modal-open {
    overflow: hidden;
}

#modalContent .modal-content {
    width: 100%;
    overflow: hidden;
    box-shadow: none !important;
}

#modalContent #modal-content {
    overflow: auto;
    width: 100% !important;
    background: white;
}

#modalContent .panels-add-content-modal {
    background: none;
    padding: 0;
    height: 100%;
    margin: -20px -20px 0;
    width: 100%;
    position: absolute;
}

#modalContent .panels-section-columns,
#modalContent .panels-categories-description {
    border: none;
}

#modalContent .panels-section-column-categories {
    margin-left: 0;
    border-right: 1px solid #ccc;
    height: 100%;
    background: white;
    overflow: auto;
    padding-bottom: 20px;
}

#modalContent .panels-section-column-categories .btn {
    border: 1px solid #999999 !important;
    line-height: inherit;
    margin: 0;
    text-align: left;
}

#modalContent .panels-categories-box {
    border: 0;
}

#modalContent .panels-categories-box a.btn {
    padding: 5px 10px;
}

#modalContent .panels-categories-box a.active {
    background: #eeeeee;
    box-shadow: none;
}

#modalContent .panels-root-content-box a.btn {
    padding: 5px 10px;
}

#modalContent .panels-categories-description {
    padding: 20px;
}

#modalContent .panels-section-columns {
    padding-bottom: 20px;
}

#modalContent fieldset.widget-preview {
    margin-top: 18px;
    margin-bottom: 0;
    position: static;
    border: 1px solid #ddd;
}

#modalContent fieldset.widget-preview .panel-heading {
    position: relative;
}

#modalContent fieldset.widget-preview .panel-heading .btn {
    position: absolute;
    right: 10px;
    top: 5px;
}

#modalContent .ctools-auto-submit-full-form fieldset {
    width: 48%;
    display: block;
}

#modalContent .ctools-auto-submit-full-form fieldset fieldset {
    width: 100%;
}

#modalContent .ctools-auto-submit-full-form fieldset.widget-preview-single {
    float: right;
    margin-left: 1em;
    margin-top: 0;
    width: 48%;
    max-width: 48% !important;
}

#modalContent .ctools-auto-submit-full-form .form-actions {
    float: right;
    clear: right;
    width: 48%;
    max-width: 48%;
    text-align: right;
}

#modalContent .form-item-view-settings {
    display: block;
}

#modalContent .form-item-exposed-use-pager {
    display: block;
}

#modalContent #panopoly-form-widget-preview {
    width: 50%;
    float: right;
}

#modalContent #panopoly-form-widget-preview .container {
    width: auto;
}

ul.menu > li > ul.menu {
    margin-left: 1em;
    /* LTR */
}

ul.nav > li.dropdown:after {
    width: 100%;
    height: 2px;
    background: none;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    content: '';
}

.nav-expanded .caret {
    display: none;
}

.nav-expanded > li > a {
    font-size: 1.2em;
    text-align: left;
    font-weight: 700;
    color: #333333;
}

.nav-expanded > li > a:hover, .nav-expanded > li > a:focus, .nav-expanded > li > a.active, .nav-expanded > li > a.active-trail {
    color: #48494a;
    background: none;
}

.nav-expanded > li ul.dropdown-menu {
    background: none;
    display: block;
    border: 0;
    padding: 0;
    position: static;
    float: none;
    border-radius: 0;
    box-shadow: none;
}

.nav-expanded > li ul.dropdown-menu li a {
    padding: 3px 15px;
    color: #333333;
}

.nav-expanded > li ul.dropdown-menu li a:hover, .nav-expanded > li ul.dropdown-menu li a:focus, .nav-expanded > li ul.dropdown-menu li a.active, .nav-expanded > li ul.dropdown-menu li a.active-trail {
    color: #48494a;
    background: none;
}

.nav-expanded > li ul.dropdown-menu ul {
    display: none !important;
}

@media (min-width: 992px) {
    .nav-expanded > li {
        float: none;
        margin-bottom: 18px;
    }
}

.nav-expanded > li.open > a {
    color: #333333;
    background: none;
}

.nav-expanded > li.open > a:hover, .nav-expanded > li.open > a:focus, .nav-expanded > li.open > a.active, .nav-expanded > li.open > a.active-trail {
    color: #48494a;
    background: none;
}

.field-collection-container {
    border: 0;
}

.field-collection-container .field-collection-view {
    margin: 0;
    padding: 0;
    border: none;
}

.node-panopoly-page.node-teaser .panel-pane {
    margin: 0 0 10px 260px;
}

.node-panopoly-page.node-teaser .pane-node-field-featured-image {
    float: left;
    margin-left: 0;
}

@media (max-width: 767px) {
    .node-panopoly-page .panel-pane {
        float: none !important;
        margin: 0 0 10px !important;
    }
}

.node-panopoly-news-article.node-teaser .panel-pane {
    margin: 0 0 10px 260px;
}

.node-panopoly-news-article.node-teaser .pane-node-field-featured-image {
    float: left;
    margin-left: 0;
}

@media (max-width: 767px) {
    .node-panopoly-news-article .panel-pane {
        float: none !important;
        margin: 0 0 10px !important;
    }
}

.panel-display > .row {
    margin-bottom: 20px;
}

.panel-flexible .panel-separator {
    display: none;
}

.panels-layouts-checkboxes input[type="radio"] {
    position: static;
    margin-left: 0px;
    margin-bottom: 20px;
}

.panels-layouts-checkboxes label {
    margin-left: 0px;
}

.panels-layouts-checkboxes .form-type-radio {
    margin: 0 !important;
}

body.panels-ipe {
    margin-bottom: 55px !important;
}

div#panels-ipe-control-container {
    width: auto;
    left: 0;
    right: 0;
    box-shadow: none;
}

div#panels-ipe-control-container .panels-ipe-button-container {
    text-align: center;
}

div#panels-ipe-control-container .panels-ipe-button-container .panels-ipe-pseudobutton-container {
    margin: 0 5px;
}

div#panels-ipe-control-container .panels-ipe-button-container .panels-ipe-pseudobutton-container a {
    padding: 0px 10px 0px 34px;
}

div#panels-ipe-control-container .panels-ipe-button-container .panels-ipe-pseudobutton-container a:hover {
    text-decoration: none;
}

div#panels-ipe-control-container .panels-ipe-form-container form > div {
    text-align: center;
}

div#panels-ipe-control-container .panels-ipe-form-container form .form-submit {
    margin: 0 5px;
    padding: 0px 10px 0px 34px;
}

div#panels-ipe-control-container .panels-ipe-form-container form .form-submit:hover {
    box-shadow: none;
}

ul.panels-ipe-linkbar {
    list-style: none outside none;
}

ul.panels-ipe-linkbar > li {
    display: inline-block;
    margin: 0 0 0 5px;
}

ul.panels-ipe-linkbar > li a {
    margin: 0 !important;
}

#logo {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

#site-name {
    float: left;
}

.page-header {
    display: none;
    margin: 0 0 18px;
}

.page-header h1 {
    margin: 0;
}

.page-title-hidden .page-header {
    display: none;
}

.breadcrumb a i {
    display: none;
}

.tabs,
.nav-tabs {
    margin: 0 0 18px;
}

.action-links {
    list-style: none outside none;
    margin: 0 0 18px;
    padding: 0;
}

.action-links > li {
    float: left;
    margin: 0 10px 0 0;
}

div.vertical-tabs {
    border: none;
    border: 1px solid #DDD;
    outline: none;
    border-radius: 4px;
}

div.vertical-tabs ul.vertical-tabs-list {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    outline: none;
}

div.vertical-tabs ul.vertical-tabs-list li {
    border: none;
    background: none;
    outline: none !important;
    border-radius: 4px 0 0 4px;
    border: 1px solid;
    border-color: #fff #ddd #fff #fff;
}

div.vertical-tabs ul.vertical-tabs-list li.selected {
    border-color: #ddd #fff #ddd #ddd;
}

div.vertical-tabs ul.vertical-tabs-list li a {
    outline: none !important;
    border-radius: 4px 0 0 4px;
}

div.vertical-tabs ul.vertical-tabs-list li a:hover {
    color: #fff;
    background: #6e6f71;
    text-decoration: none;
}

div.vertical-tabs ul.vertical-tabs-list li a:hover strong {
    text-decoration: none;
    color: #fff;
}

div.vertical-tabs .vertical-tabs-panes {
    padding: 20px 10px;
}

div.vertical-tabs .form-type-textfield input {
    width: 90%;
    box-sizing: content-box;
}

table {
    width: 100%;
    margin-bottom: 1.42857;
}

table th,
table td {
    padding: 8px;
    line-height: 1.42857;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table th.checkbox,
table td.checkbox {
    text-align: center;
    display: table-cell;
    min-height: 0;
    margin-bottom: 0;
    padding-left: 0;
}

table th.checkbox input,
table td.checkbox input {
    float: none !important;
    margin-left: 0 !important;
}

table th.checkbox div.checkbox,
table td.checkbox div.checkbox {
    text-align: center;
    min-height: 0;
    margin-bottom: 0;
    padding-left: 0;
}

table th {
    font-weight: bold;
}

table thead th {
    vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

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

ul.links {
    padding: 0;
    list-style: none outside none;
}

ul.links.inline {
    margin: 0;
}

ul.links.inline li {
    margin: 0 10px 0 0;
    padding: 0;
}

.carousel .carousel-control {
    z-index: 100;
}

.carousel .carousel-indicators li {
    float: none;
    margin-left: 3px;
    margin-right: 3px;
}

.carousel .carousel-indicators li a {
    display: none;
}

.carousel .carousel-caption h1, .carousel .carousel-caption h2, .carousel .carousel-caption h3, .carousel .carousel-caption h4, .carousel .carousel-caption h5, .carousel .carousel-caption h6 {
    color: white;
}

.item-list ul.pagination {
    margin: 20px 0;
}

.item-list ul.pagination > li {
    margin: 0;
    display: inline-block;
    padding: 0;
    position: relative;
}

.item-list ul.pagination > li > a, .item-list ul.pagination > li > span {
    padding: 6px 12px;
    border-radius: inherit;
}

.item-list ul.pagination > li > a.progress-disabled, .item-list ul.pagination > li > span.progress-disabled {
    float: left;
}

.item-list ul.pagination > li .ajax-progress {
    float: left;
    padding: 6px 5px 6px 10px;
}

.ctools-dropdown-container hr {
    margin: 0;
}

ul.nav,
ul.navl li,
ul.dropdown-menu,
ul.dropdown-menu li {
    list-style: none outside none !important;
}

.calendar-calendar table.mini td {
    border: 1px solid #eeeeee !important;
    padding: 5px;
}

.view-header .date-nav-wrapper h3 {
    margin-top: 5px !important;
    margin-bottom: 0;
}

.ui-tabs .ui-tabs-nav {
    padding: 0 5px 5px 5px;
}

.views-exposed-form .views-submit-button,
.views-exposed-form .views-reset-button {
    margin-top: 3px;
}

@font-face {
    font-family: 'iransans';
    src: url("../fonts/iransans/iransans.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/iransans/iransans?#iefix") format("embedded-opentype"), url("../fonts/iransans/iransans.woff") format("woff"), url("../fonts/iransans/iransans.ttf") format("truetype"), url("../fonts/iransans/iransans.svg#svgFontName") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "iransans";
}

.nav > li > a {
    font-size: 15px;
    font-family: "iransans"
}

.sidebar-about .block__title {
    color: #999999;
}

.sidebar-about a {
    color: #bf1c2d;
    position: absolute;
    left: 1em;
    bottom: 4em;
}

.sidebar-poll ul.links {
    display: none;
}

.sidebar-poll .btn-default {
    background-color: #bf1c2d;
    border-color: #ed8791;
    float: left;
    width: 9em;
    color: #fff;
}

.sidebar-poll .block__title {
    background-color: #bf1c2d;
    color: white;
    padding: 5px 8px 5px 0;
}

.sidebar-poll div.links {
    display: none;
}

.sidebar-poll .poll .form-item .form-radio {
    position: static;
    margin-left: 1em;
}

.sidebar-poll .poll .title {
    margin-bottom: 0.4em;
}

.sidebar-poll .poll .block__title {
    padding: 6px 8px 6px 2px;
    background-color: #bf1c2d;
}

.sidebar-poll .poll .bar {
    margin-bottom: 13px;
    height: 27px;
    background-color: #e7e9ec;
}

.sidebar-poll .poll .bar .foreground {
    height: 27px;
    background-color: #fe737d;
}

.contet-news h4 {
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    padding: 0.4em;
    margin-top: 0;
    font-size: 1.6em;
}

.view-news-front-page .item-list .pager a, .view-articles .item-list .pager a {
    border: 0;
    border-radius: 0;
    border-bottom: 0.2em solid #bf1c2d;
}

.view-news-front-page .views-row, .view-articles .views-row {
    font-size: 12px;
    position: relative;
    margin-bottom: 1.5em;
    color: #555555;
    border-radius: 4px;
    background: #fafafa;
    padding: 1em;
}

.view-news-front-page .views-row .col-sm-8, .view-articles .views-row .col-sm-8 {
    position: static;
}

.view-news-front-page .views-row .field-name-node-link, .view-articles .views-row .field-name-node-link {
    position: absolute;
    left: 1em;
    bottom: 1em;
}

.view-news-front-page .views-row .field-name-post-date, .view-articles .views-row .field-name-post-date {
    color: #bf1c2d;
    margin-bottom: 0.4em;
}

.view-news-front-page .views-row .field-items h2, .view-articles .views-row .field-items h2 {
    font-size: 20px;
    margin: 0;
}

.view-news-front-page .views-row .field-items .even a, .view-articles .views-row .field-items .even a, .view-news-front-page .views-row .field-items #content .node-photo-gallery .field-type-image .odd a, #content .node-photo-gallery .field-type-image .view-news-front-page .views-row .field-items .odd a, .view-articles .views-row .field-items #content .node-photo-gallery .field-type-image .odd a, #content .node-photo-gallery .field-type-image .view-articles .views-row .field-items .odd a {
    text-color: #bf1c2d;
}

.view-news-front-page .views-row .read-more, .view-articles .views-row .read-more {
    color: #bf1c2d;
    float: left;
}

.node-article .field-name-post-date {
    margin-bottom: 1em;
    color: #bf1c2d;
    margin-top: 4em;
}

.about-content {
    text-align: justify;
}

.about-content h4 {
    padding-bottom: 25px;
    font-size: 30px;
}

.news-full .field-name-post-date {
    margin-top: 0;
    margin-bottom: 1em;
    color: #bf1c2d;
}

.news-full .views-row {
    font-size: 12px;
    color: #555555;
    border-radius: 4px;
    background: #fafafa;
    padding: 1px;
}

.news-full .views-row img {
    max-width: 678px;
    height: auto;
    padding: 10px 0px 8px 0px;
}

.news-full .views-row .field-items h2 {
    font-size: 20px;
}

.news-full .views-row .field-items a {
    text-color: #bf1c2d;
}

.news-full .views-row p {
    text-align: justify;
    padding-left: 25px;
}

.sidebar-links {
    padding-top: 0.8em;
}

.sidebar-links .views-row {
    margin-bottom: 1em;
}

td, th {
    text-align: right !important;
}

fieldset.filter-wrapper {
    display: none !important;
}

body.node-type-page .news-full {
    padding: 0 3em;
}

#main {
}

.container-fluid {
    padding: 0;
}

.form-actions #edit-submit {
    background-color: #bf1c2d;
    border-color: #ed8791;
    float: left;
    width: 9em;
}

.form-actions #edit-preview {
    visibility: hidden;
}

#sidebar-right {
    background-color: #eeeeee;
    width: 18%;
    padding: 1em 1em 3em;
    position: fixed;
    right: 0;
    height: 100vh;
}

#sidebar-right .region-sidebar-right {
    float: right;
    padding-top: 0.4em;
}

#sidebar-right li .active {
    background-image: url("../../scss/Circle.png");
    background-repeat: no-repeat;
    background-position: right center;
}

#sidebar-right .copyright {
    display: block;
    clear: both;
    overflow: hidden;
    font-size: 0.85em;
    position: absolute;
    bottom: 1em;
    border-top: 1px solid #ccc;
    padding-top: 0.6em;
    color: #8E8E8E;
}

#content .action-links li {
    float: right;
    margin: 10px 9px 23px 0;
}

#content .action-links li .btn-primary, #content .action-links li body.maintenance-page .form-actions .btn:first-child, body.maintenance-page .form-actions #content .action-links li .btn:first-child {
    background-color: #bf1c2d;
    border-color: #ed8791;
}

#content .node-photo-gallery .field-name-field-gallery-discription {
    margin-bottom: 3em;
}

#content .node-photo-gallery .field-type-image img :hover {
    background-color: #000;
    opacity: 0.1;
}

#content .node-photo-gallery .field-type-image .field-item {
    display: inline-block;
    float: right;
    margin-bottom: 2em;
}

#content .node-photo-gallery .field-type-image .even, #content .node-photo-gallery .field-type-image .odd {
    margin: 1em 1em;
}

#content #comments .form-actions {
    margin-top: 2em;
}

#content #comments .form-actions #edit-submit {
    background-color: #bf1c2d;
    border-color: #ed8791;
    float: left;
    width: 9em;
}

#content #comments .form-actions #edit-preview {
    visibility: hidden;
}

#content #comments .media {
    border-radius: 0.3em;
    background-color: #eeeeee;
    width: 95%;
    float: left;
    margin-bottom: 1.5em;
}

#content #comments .media ul.links {
    float: left;
}

#content #comments .media ul.links li {
    display: inline-block;
}

#content #comments .media ul.links li a {
    color: #bf1c2d;
    font-size: 1.4em;
}

#content #comments .media .media-body {
    padding: 2em;
}

#content #comments .media .media-body .username {
    color: #bf1c2d;
}

#content #comments h2 {
    font-size: 1.8em;
}

#content .node-forum .ckeditor_links {
    visibility: hidden;
}

#content .node-forum .field-type-taxonomy-term-reference {
    font-size: 2em;
    padding-bottom: 1.2em;
}

#content #forum {
    direction: rtl;
}

#content #cforum {
    direction: ltr;
}

#content .field-name-field-article-title .even, #content .field-name-field-article-title .node-photo-gallery .field-type-image .odd, #content .node-photo-gallery .field-type-image .field-name-field-article-title .odd {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

#content .views-row {
    margin-bottom: 1.2em;
}

#content .views-row img {
    margin: 0 0.5em;
}

#content .views-row .field-name-post-date {
    color: #bf1c2d;
}

#content .views-row .node-video {
    display: inline-block;
}

#content .node-webform .field-name-field-contact-body .contact-details {
    margin-top: 3em;
}

#content .node-webform .field-name-field-contact-body .fa {
    color: #bf1c2d;
    margin-left: 1em;
}

#content .node-webform .field-item {
    margin-bottom: 2em;
}

#content .node-webform .webform-client-form .btn-default {
    background-color: #1e287f;
    border-color: #0B6271;
    float: left;
    width: 9em;
    margin-left: 57px;
}

#content .field-name-field-video-file .mejs-offscreen {
    position: absolute;
    left: 10000px;
}

#content .field-name-field-video-file .field-label {
    display: none;
}

#content .field-name-field-video-file .field-items {
    margin: 0 7em;
}

#content .view-content-video-gallery .views-field-title {
    border-bottom: 0.15em solid #EEE;
    margin-bottom: 2em;
    font-size: 1.5em;
}

#content .view-video-gallery .node-teaser {
    float: left;
    margin: 0 0.97em;
}

#content .view-video-gallery img {
    border-radius: 4px;
    padding: 1px;
}

#content .view-video-gallery h2 {
    font-size: 1.3em;
}

#content .view-video-gallery .links {
    display: none;
}

#content .view-video-gallery .field-name-field-imagethumbs .field-label {
    display: none;
}

.left-wrap {
    width: 83%;
    padding-top: 1.5em;
}

.left-wrap #content {
    width: 75%;
    padding: 0 1.5em;
}

.left-wrap .page-header {
    display: block;
}

#sidebar-left {
    width: 24.5%;
}

#sidebar-left .current-time {
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    padding: 0.4em;
    font-size: 1.6em;
    padding-right: 1em;
}

#sidebar-left .current-time {
    color: #999999;
    font-size: 18px;
    background-image: url("../../scss/Circle.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.ticker-block {
    font-size: 1.3em;
    background-color: #FBFBFB;
    padding: 0.5em 0;
}

.ticker-block ul {
    margin-bottom: 0;
}

.poll .vote-form .choices {
    margin: 0;
    padding-right: 1em;
}

.choices div.form-item label {
    padding-right: 20px;
}

.choices div.form-item label input {
    right: 0;
}

.view-poll h2 {
    margin-bottom: 0;
}

.sidebar .block, .ds-1col.node.node-news.view-mode-full.clearfix {
    overflow: hidden;
    clear: both;
    margin: 0 0 1.2em 0;
    background: #fff;
    margin-top: 0;
}

.view-similarterms {
    overflow: hidden;
    clear: both;
    margin: 0 0 1.2em 0;
    background: #fff;
    border-radius: 5px;
    margin-top: 0;
}

.view-similarterms ul li{

    float: right;
    margin: 7px;
    padding: 7px;
    background: #fff;
    border: 1px solid #ddd;
    width: 18.7%;
    text-align: center;
    overflow: hidden;
    height: 270px;
}

.view-similarterms ul li {
    width: 206px !important;
    height: 320px !important;
    float: right;
    margin: 0 3px !important;
}

.view-similarterms ul li .views-field-field-main-image{

    height: 250px;
}


.view-similarterms ul li:hover {

}


.view-similarterms ul li .views-field-field-image {
    border: 1px solid #ccc;
}

.view-similarterms ul li:hover .views-field-field-images {
    display: block
}

.view-similarterms ul li:hover .views-field-field-image {

}

.view-similarterms ul li .views-field-field-images {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: none;

}

.view-similarterms ul li:hover {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform: perspective(200px) translateZ(-50px);
    animation: spin 5s linear infinite;

}

.view-similarterms ul li:hover {

    transform-style: preserve-3d;

}

.view-similarterms ul li:hover .views-field-title a {

    -webkit-transform: rotateY(0) !important;
    -moz-transform: rotateY(0) !important;
    transform: rotateY(0) !important;

}

.view-similarterms ul li .views-field-title {
    background: #083f88;
    padding: 6px;
    margin-top: -33px;
    z-index: 99999;
    position: relative;
    border-bottom: 4px solid #fff;
}

.view-similarterms ul li .views-field-title a {
    color: #fff;
    font-size: 15px;
}

.view-similarterms {
    height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 25px;
}

.view-similarterms ul li img {
    width: 100%;
    height: auto;
}

.view-similarterms .jcarousel-skin-default .jcarousel-container-horizontal {
    width: 100%;
    height: 320px;
    overflow: hidden;
    padding: 0 !important;
}


.sidebar .block h2 {
    font-size: 1.2em;
    color: #e94343;
    margin: 0;
    background: url("../images/shadow-sep.png") no-repeat center bottom;
    padding-bottom: 1.9em;
}

.sidebar .block div.content {
    position: relative;
    bottom: 1.2em;
}

.sidebar .block div.content ul {
    margin-bottom: 0;
}

.sidebar .block div.content ul li {
    list-style-type: circle;
    color: #e94343;
    margin-bottom: 0.6em;
}

.sidebar .block div.content ul li a {
    color: #949494;
    text-decoration: none;
}

.sidebar .block div.content ul li a:hover {
    color: #414141;
    padding-right: 0.5em;
}

body.not-front .sidebar-page {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

body.not-front .main-content {
    float: right;
    width: 72%;
    padding-top: 0.2em;
}

body.not-front .sidebar {
    float: left;
    width: 21%;
}

body.not-front.page-node #content {
    padding: 1em;
}

img#logo {
    width: 100px;
}

body.node-type-news #comments {
    overflow: hidden;
    clear: both;
    margin-top: 5em;
}

.comment-form fieldset.filter-wrapper {
    display: none;
}

div#comments div.comment {
    margin-top: 1em;
    background: #fafbfc;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
}

div#comments div.comment span {
    float: right;
    padding-left: 11px;
    background:  #f5f6f7;
    padding: 5px 7px;
}

div#comments div.comment .field-name-post-date {
    float: right;
    margin-left: 11px;
    font-size: 10px;
    line-height: 24px;
    background:  #f5f6f7;
    padding: 5px 7px;

}

div#comments .indented {
    margin-right: 2em;
    border-top: 1px solid #ffba00;
}

div#comments .indented div.comment {
    margin-top: 0;
}

div.comment {
    position: relative;
    margin: 0;
}

div.comment .comment-wrapper {
    overflow: hidden;
    clear: both;
    background: #fafafa;
    padding: 1em 0;
}

div.comment .group-comment-right {
    float: right;
    width: 12%;
    text-align: center;
    border-left: 1px dashed #ccc;
}

div.comment .group-comment-right .user-picture {
    float: none;
    margin: 0;
}

div.comment .group-comment-right .user-picture img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

div.comment .group-comment-right .comment-post-date {
    font-size: 0.8em;
    color: #ADADAD;
}

div.comment .group-comment-right .comment-post-date .comment-time {
    font-size: 0.9em;
}

div.comment .group-comment-left {
    float: left;
    width: 86%;
}

div.comment .group-comment-left ul.links {
    position: absolute;
    left: 2.5em;
    bottom: 2em;
}

div.comment .group-comment-left ul.links li {
    display: inline-block;
}

body.page-comment-edit .main-content {
    width: 100% !important;
}

.menu {
    font-family: 'iran-sans';
}

div#comments div.comment {
    margin-top: 1em;
}

div#comments .indented {
    margin-right: 2em;
    border-top: 1px solid #ffba00;
}

div#comments .indented div.comment {
    margin-top: 0;
}

sidebar .block {
    background-color: #fff;
    overflow: hidden;
    clear: both;
    padding: 0.6em 1em 0;
    box-shadow: 0px 0px 5px #D0D0D0;
    margin: 1.2em 0;
}

.sidebar .block h2 {
    font-size: 1.2em;
    color: #e94343;
    margin: 0;
    background: url("../images/shadow-sep.png") no-repeat center bottom;
    padding-bottom: 1.9em;
}

.sidebar .block div.content {
    position: relative;
    bottom: 1.2em;
}

.sidebar .block div.content ul {
    margin-bottom: 0;
}

.sidebar .block div.content ul li {
    list-style-type: circle;
    color: #e94343;
    margin-bottom: 0.6em;
}

.sidebar .block div.content ul li a {
    color: #949494;
    text-decoration: none;
}

.sidebar .block div.content ul li a:hover {
    color: #414141;
    padding-right: 0.5em;
}

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

a {
    transition: all .3s;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

header {
    width: 100%;
    z-index: 999;
}

header .block-menu {
    width: 76%;
    float: right;
}

.block-lang-dropdown {
    float: right;
    width: 15%;
    padding-top: 20px;
}

ul.menu.nav li a {
    padding: 8px 0px 13px 10px;
    color: #000;
}

footer ul.menu.nav li a {
    padding: 23px 15px 23px 20px;
    color: #fff;
}

ul.menu.nav li a:hover, ul.menu.nav li a:focus {
    text-decoration: none;
}

a.logoh {
    background: url("../images/logo.jpg") no-repeat center;
    width: 223px;
    height: 68px;
    padding: 0 !important;
    text-indent: -9999px;
    transition: none;
}

.region.region-nav a.active {
}

.myprof a {
    background: url("../images/user.png") no-repeat right;
    padding: 8px 24px 13px 3px !important;
    background-size: 20px;
}

.logout a {
    background: url("../images/logout.png") no-repeat right;
    padding: 8px 24px 13px 3px !important;
    background-size: 20px;

}

.login a {
    background: url("../images/login.png") no-repeat right;
    padding: 8px 24px 13px 3px !important;
    background-size: 20px;

}

.scrollable.default-skin .scroll-bar .thumb {
    background-color: #909090;
    opacity: 0.4;
    border-radius: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.view-id-news {
    padding-top: 10px;
}

.region.region-nav a:hover {
    color: #000;
}

ul li a.logoh:hover,
ul li a.logoh:focus {
    background-color: transparent !important;
}

ul.language li {
    float: left;
    list-style: none;
    padding: 5px;
    width: 23px;
    height: 28px;
    background: #484848;
    margin: 0 2px;
}

ul.language li a {
    color: #ff5a00;
}

.lang {
    float: left;
    width: 152px;
    left: 0;
    margin-bottom: -43px;
    padding-top: 7px;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: #f16725;
}

.flex-control-paging li a {
    width: 35px;
    height: 4px;
    display: block;
    background: #666;
    background: #000;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
}

.view-slider .desc {
    position: absolute;
    bottom: 40px;
    width: 30%;
    margin-right: 20%;
    background: rgba(255, 255, 255, 0.62);
    padding: 5px 25px;
    border-bottom: 8px solid #000;
}

.header-top.row {
}

.header-top.row a {
    color: #fff;
}

img#logo {
    width: 140px;
    padding-top: 42px;
}

ul.menu li {
    float: left;
}

div#page-header {
    margin-top: 47px;
}

.region.region-slider {
    clear: both;
}

li.produc {
    padding-left: 165px;
}

nav.navbar {
    background: rgba(255, 255, 255, 0.41);
}

li.homebg a {
    background: url("../images/home.png") no-repeat center;
    text-indent: -9999px;
    width: 75px;

}

.tb-megamenu .subco .row-fluid .span2 {
    width: 14%;
    font-size: 14px;
    margin-left: 2px;
}

.i18n-en .english {
    background: #fff;
}

.i18n-fa .farsi {
    background: #fff;

}

.i18n-ar .arabic {
    background: #fff;

}

.lang ul li:hover {
    background: #fff;
}

a.flex-prev {
    background: url("../images/arrow1.png") no-repeat center;
    text-indent: -9999px;
}

a.flex-next {
        background: url(../images/arrow1.png) no-repeat center;
    text-indent: -9999px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jcarousel-skin-default .jcarousel-prev {
    background: url("../images/arrow1.png") no-repeat center;
    text-indent: -9999px;
    width: 40px;
    height: 60px;
    background-size: cover;
}

.jcarousel-skin-default .jcarousel-next {
    background: url("../images/arrow2.png") no-repeat center;
    text-indent: -9999px;
    display: none
}

.jcarousel-skin-default .jcarousel-next-horizontal,
.jcarousel-skin-default .jcarousel-prev-horizontal {
    top: 85px;
    z-index: 99;
}

#comments .form-item.form-type-textfield.form-item-name.form-group {
    float: right;
    margin-left: 1%;
    width: 49%;
}

#comments .form-item.form-type-textfield.form-item-name.form-group {
    float: right;
    margin-left: 1%;
    width: 49%;
}
#comments div#edit-field-phone {
    float: right;
    width: 50%;
}

.tb-megamenu .nav > li > a {
    border-right: 0px solid #222;
    border-top: 0;
    color: #fff;
    font-weight: bold;
    padding: 9px 14px;
    text-shadow: none;
}

.tb-megamenu li a:focus, .tb-megamenu li a:hover,
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: #f16725 !important;
    color: #fff !important;

}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle .caret,
.caret,
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {

    border-top: 0px dashed;
    border-top: 0px solid \9;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
}

.navbar a {
    color: #000;
}

.bar {
    background: #62831b;
    color: #fff;
}

ul.menu {
    text-align: right;
    margin: 0;
    padding-right: 0;
}

.slides .txt {
    position: absolute;
    top: 0px;
    width: 20%;
    height: 100%;
    padding-right: 50px;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
    color: #fff;
}

.flexslider {
    border: none;
    margin-bottom: 0;
}

.about h4.block__title,
.news h4.block__title,
.sidebar h4.block__title {
    padding-right: 10px;
}

.node-news .panel {
    color: #000000;
    padding: 6px;
    border: 0;
}

.node-news .panel-body {
     padding: 0px; 
}

.node-news .panel a {
    color: #000000;
}

.field-type-link-field {
    float: right;
}

.news h4.block__title{
        color: #1e4a86;
    font-size: 21px;
    text-align: center;
    padding: 20px 0;
    width: 11%;
    margin: 0 auto;
    margin-top: -28px;
    background: #0956a1;
    position: relative;
}

.newsb:before {
content: " ";
    border-top: 1px solid #ccc;
    width: 100%;
    height: 1px;
    padding-top: 10px;
    position: relative;
    top: 23px;
    display: block;
}

.faq h4.block__title{
text-align: center;
    font-size: 24px;
}


.faq h4.block__title:after {

}
.faq h4.block__title a {
 
}

.view-front-link ul li{

    float: right;
    width: 31.3%;
    margin: 1%;
    list-style: none;
    text-align: center;

}

.view-front-link ul li .views-field-field-images img{
    border-radius: 15px;
}
.view-front-link ul li .views-field-title a{

    font-size: 20px;
    color: #000;
    line-height: 50px;
}




.about h4.block__title a, .news h4.block__title a {
   
}

.about {
    margin: 20px 0;
    float: right;
    width: 19%;
}

.about .block__content,
.news .block__content {
    padding: 5px;
}

.about,
.news .block {

}

.news .announ {
    background: #0da981;
    padding: 20px;
}



.aboutp {
    text-align: justify;
}

.region.region-about-third {
    float: right;
    width: 36%;
    margin-left: 4%;
    background: #0da981;
    padding: 15px;
    height: 342px;
    color: #fff;
}

.region.region-about-fourth {
    float: right;
    width: 100%;
}

.contactm {

    float: right;
    width: 68%;
}

.contactt {
    float: right;
    width: 22.5%;
    padding-top: 47px;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 9999;
    color: #0956a1;

}
.contactt a {
    color: #f16826;
}
.footer-top-wrapper {
    background: #ebe8de;
}


.emp {
	    overflow: hidden;
}

.emp h4.block__title {
    font-size: 21px;
        padding-bottom: 10px;
        text-align: center;

}

.emp .region-about-third h4 a {
    color: #fff;
    padding-bottom: 13px;
}

img.aboutimg {
    padding: 10px;
}

.flex-control-nav {
    bottom: -10px;
    text-align: center;
    z-index: 99;

}
.aboutus h1 {
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal;
    font-weight: 500;
    display: inline;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}

.box6 img {
    float: right;
    height: 32px;
    padding-left: 10px;
    margin-top: 20px;
}

.newsheader h4.block__title {

    color: #fff;
    padding: 13px 10px;
    background: #000 url(../images/slimi-haashie.png) no-repeat 5px 6px;
    margin-top: 0;
}

.videob h4.block__title:before {
    content: '';
    color: #fff;
    background: #000 url(../images/icon-film.png) no-repeat center;
    margin-top: -7px;
    width: 40px;
    height: 30px;
    display: block;
    float: right;
}

.galleryb h4.block__title:before {
    content: '';
    color: #fff;
    background: #000 url(../images/icon-aks.png) no-repeat center;
    margin-top: -7px;
    width: 40px;
    height: 30px;
    display: block;
    float: right;
}

.newsheader {

}

.bvideo ul {
    overflow: hidden;
}

.bgallery, .bvideo {
    background: #fff;
    margin-top: 0;
    padding-top: 0;
    border-radius: 5px;
    border: 1px solid #000;
    position: relative;
}

.bvideo ul li {
    float: right;
    width: 48%;
    height: 100px;
    margin: 1% !important;
    list-style: none;
}

.bvideo ul li img {
    margin: 0 !important;
}

.bvideo .view-content .views-row video {
    float: right;
    width: 100%;
    height: 100%;
}

.news img {
    width: 100%;
    height: auto;
}

.news .views-field-body {
       overflow: hidden;
    text-align: justify;
}

.news .views-field-changed {
    float: left;
    width: 54px;
    background: url("../images/date_news.png") no-repeat right;
    text-align: center;
    margin-top: -75px;
    height: 61px;
    padding-top: 4px;
    font-size: 14px;
}

.view-news-front li.views-row {
	margin-right: 0 !important;
}

.view-news-front .views-field-nothing {

}

.news .block-views {

}

.news .block-views .block__content {
}

.newsletter {
    clear: both;
}

.newsletter .block__content {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    clear: both;
    padding-top: 82px;
    height: 185px;
    background: url("../images/ozviat.png") no-repeat right;
    padding-right: 197px;

}

.newsletter .block__content .prefix {
    float: right;
    font-size: 34px;
    line-height: 30px;
}

form#newsletter-subscribe-form {
    float: right;
    padding: 0 10px;
    width: 88%;
}

form#newsletter-subscribe-form .form-item-email {
    float: right;
}

.node-type-products .field-name-field-main-image {
    float: right;
    width: 28%;
    overflow: hidden;
}

.newsletter .block__content .form-submit {
    background: #ff3b2f;
    color: #fff;
    font-size: 23px;
}

fieldset.group-header li {
    float: right;
    padding: 0 10px;
}

fieldset.group-header .links li.comment-add a {
    background: url("../images/first_comment.png") no-repeat;
    text-indent: -9999px;
    display: block;
}

fieldset.group-header .field-name-node-link a {
    background: url("../images/link_hover.png") no-repeat;
    text-indent: -9999px;
    display: block;
    float: right;
    background-size: 16px 16px;
    background-position: 0px 5px;
}

.field-name-node-summary {
    padding: 5px !important;
    border-radius: 5px;
    border: 1px solid #000;
    margin: 10px 24px;
}

.field-name-field-videos .field-name-field-video {
    overflow: hidden;
    width: 100%;
}

.field-name-field-videos .field-name-field-video video {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.similar h4.block__title {
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}

fieldset.group-header li.statistics_counter span {
    color: #000;
    padding: 1px 5px;
}

fieldset.group-header .field-name-changed-date,
fieldset.group-header .field-name-field-category {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #ccc;

}

fieldset.group-header .field-name-code {
    float: right;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
}

div#field-slideshow-1-carousel-wrapper {
    padding: 0 16px;
}

fieldset.group-header.scrolled-down .fieldset-wrapper {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 200;
    width: 624px;
}

.fixed {
    position: fixed;
    top: 76px;
    width: 875px;
    z-index: 999;
}

.navfixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
        background: #fff;
    opacity: 0.9;
}

.view-news-page ul li {
        list-style: none;
    float: right;
    width: 23%;
    margin: 1%;
    padding: 5px;
    height: 292px;
    text-align: center;
    border: 1px solid #ccc;
}

.view-news-page ul {
    background-color: #fff;
    overflow: hidden;
    clear: both;
    padding: 0.6em 1em 0;
    margin: 1.2em 0;
}

.view-videos-page ul li {
    list-style: none;
    float: right;
    margin: 1px 1px 0px 0px;
    padding: 1px;
    overflow: hidden;
}

.view-photos-page ul li {
    list-style: none;
    float: right;
    margin: 1px 1px 0px 0px;
    padding: 1px;
    overflow: hidden;
    width: 32%;
}

.view-certificate ul li,
.view-honours ul li {
    float: right;
    margin: 5px;
    padding: 5px;
    list-style: none;
    border: 1px solid #00798E;
}

.view-videos-page ul li .views-field-title {
    padding-right: 10px;
    margin-top: -42px;
    background: rgba(0, 0, 0, 0.53);
    position: relative;
}

.view-videos-page ul li .views-field-title a {
    color: #fff;
}

.view-videos-page ul li img {
    margin: 0 !important;
}

.view-photos-page ul li .views-field-title {
    padding-right: 10px;
    background: rgba(0, 0, 0, 0.32);
    margin-top: -30px;
    height: 30px;
    z-index: 999999;
    position: relative;
        text-align: center;
}

.view-photos-page ul li .views-field-title a {
    color: #fff;
    font-size: 17px;
}

.view-photos-page ul li .views-field-field-images img {
    margin: 0 !important;
}

form#contact-site-form {
    margin-top: 15px;
}

.view-videos-page ul {

}

.view-photos-page ul {
    background-color: #fff;
    overflow: hidden;
    clear: both;
}

.view-photos-page ul li.views-row-odd {
    margin-left: 7px;
}

.view-news-page ul li img {
    float: right;
    margin: 0 !important;
    width: 100%;
    padding-bottom: 5px;
}

#views-exposed-form-news-page-page .views-exposed-widget.views-submit-button,
#views-exposed-form-honours-page .views-exposed-widget.views-submit-button {
    margin-top: 29px !important;
}


.view-news-page .views-row  .views-field-field-rotitr {
font-size: 12px;
}
.view-news-page .views-row  .views-field-title {
        font-size: 15px;
    color: #000;
    font-weight: bold;
}

.form-item.webform-component.webform-component-select.webform-component--month {
    width: 20%;
    float: right;
    margin-left: 15px;
}

.form-item.webform-component.webform-component-select.webform-component--days {
    float: right;
    width: 15%;
    margin-left: 15px;
}

.form-item-submitted-hour-minute {
    float: left;
}

.form-item-submitted-hour-hour {
    float: left;
        margin-right: 15px;
}
.node-webform .form-a.ctions {
    clear: both;
}
.webform-component-time {
    float: right;
    font-size: 0;
}


.view-news-page .view-filters {
        padding: 5px;
    border-bottom: 1px solid #ccc;
}

.view-news-page .views-field.views-field-created {
    float: left;
}

span.help-block {
    display: none;
}

.tb-megamenu {
    background-color: transparent;
}

.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus {
    background-color: transparent;
    color: #000;
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover {
       background-color: transparent;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.tb-megamenu .nav > li > a {
  color: #000;
    font-size: 15px;
    font-weight: bold;
}

.tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a {
    text-align: right;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    line-height: 25px;
}

.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    color: #ccc;
    background-color: transparent;
    background: transparent;

}

.tb-megamenu .dropdown-menu {

 background-color: #fff;
    color: #053479;
}

.tb-megamenu .dropdown-menu li > a {
    color: #fff;
    border-top: 0;
}

.full-width {
    width: 100% !important;
}

.tb-megamenu .nav > li {
    float: left;
    margin-right: 0;
}

.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;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    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;
}

div.megamenus-submenu {
    text-align: right;
}

.no-sidebars.node-type-subco .main-content,
.no-sidebars.node-type-services .main-content {
    width: 100% !important;
}

.subheader .field-name-field-image {
    float: right;
    width: 60%;
    height: 100px;
}

.subheader .field-name-field-phone {
    float: left;
    width: 40%;
    background: url("../images/ic_phone.png") no-repeat right;
    padding-right: 29px;
    min-height: 25px;
    text-align: left;

}

.subheader .field-name-field-address {
    float: left;
    width: 40%;
    background: url("../images/ic_address.png") no-repeat right;
    padding-right: 29px;
    min-height: 25px;

}

.subheader .field-name-field-website {
    float: left;
    width: 40%;
    background: url("../images/ic_web.png") no-repeat right;
    padding-right: 29px;
    min-height: 25px;
    text-align: left;

}

.node-subco .field-name-field-images {
    clear: both;
    position: relative;
    width: 850px;
    margin: 40px auto;
    border: 1px solid #ccc;
    padding: 14px;
    background: rgb(204, 204, 204);
    z-index: 6;
}

.view-display-id-page {
    margin-top: 15px;
}

.form-item-nid {
    width: 39%;
}

.subheader {
    padding: 10px 5px;
    height: 120px;
    overflow: hidden;
    border-right: 1px solid #00798E;
    border-bottom: 1px solid #00798E;
}

.effect2 {
    position: relative;
    width: 850px;
    margin: 40px auto;
}

.effect2:before, .effect2:after {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 6px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.view-subco ul li {
    position: relative;
    width: 200px;
    margin: 40px auto;
}

.view-subco ul li:before, .view-subco ul li:after {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 19px;
    left: 6px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.view-subco ul li:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 2px;
    left: auto;
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 2px;
    left: auto;
}

.effect2 .carousel-indicators a {
    text-indent: -9999px;
    background: #21889A;
    margin: 4px;
    border-radius: 16px;
    padding: 5px;
    color: #21889A;
    width: 12px;
    height: 12px;
    display: block;
    float: right;
}

.effect2 .carousel-indicators {
    bottom: -58px;
    right: 38%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -120px;
    color: #21889A;
    font-size: 51px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -120px;
    color: #21889A;
    font-size: 51px;
}

.node-type-services .field-name-field-main-image {
    float: left;
    padding: 0 10px 10px 0;

}

.content-menu {
    margin: 0px 0px 18px 20px;
    float: right;
    width: 26%;
    margin-top: -72px;
}

.content-menu h2 {
    color: #000;
    margin-top: 0;
    padding: 5px;
    border-bottom: 2px solid #000;
    margin-bottom: 36px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0em;
    background: #000;
    border: none;
}

.content-menu ul li {
    display: inline-block;
    width: 98%;
    list-style-type: circle;
}

.content-menu ul li a {
    color: #000 !important;
}

.node-services .content p img {
    width: 100% !important;
}

.page-news .sidebar .block__content {
    padding: 10px;
    background: #fff;
}

.page-taxonomy-term li.views-row {
    float: right;
    margin: 7px;
    padding: 7px;
    background: #fff;
    border: 1px solid #ddd;
    width: 18.7%;
    text-align: center;
overflow: hidden;
    height: 270px;
    position: relative;

}
.page-taxonomy-term .views-field-field-attach {
    padding: 5px;
    width: 300px;
    background: #0da981;
    margin: 0 auto;
    font-size: 17px;
}


.page-taxonomy-term .views-field-field-attach a {
color:#fff;
}

.page-taxonomy-term .node img {
    width: 100%;
    height: auto;
}

.page-taxonomy-term .node h2 {
    font-size: 14px;

}

.page-taxonomy-term .node:hover {
}

ul.pagination.pager {
    clear: both;
    width: 100%;
}

.page-taxonomy-term .term-listing-heading {
    background: #fff;
    padding: 0 5px;
    margin: 15px 0;
    border-bottom: 3px solid #51a351;
    text-align: center;
}

.page-taxonomy-term .term-listing-heading .view-header{
    height: auto;

}
.page-taxonomy-term .term-listing-heading .view-content .item-list ul{
clear: both;
margin-top: 20px;
}

.page-taxonomy-term-732 .region > .view-taxonomy-term > .view-content {
    display: none;
}

.page-taxonomy-term-732  .views-field.views-field-field-image-company img {
    width: 70%;
    height: auto;
}




.page-taxonomy-term .view-taxonomy-chiled .view-taxonomy-term > .view-header {
    display: none;

}

.page-taxonomy-term-732 .view-taxonomy-chiled ul > li.views-row {
    width: 23%;
    padding: 0;
    text-align: center;
    height: 420px;
    margin: 1%;
    border: none;
}

.page-taxonomy-term-732 .view-taxonomy-chiled ul > li.views-row img{
    margin: 0 !important;
}

.page-taxonomy-term-732 .view-taxonomy-chiled .view-taxonomy-term ul > li.views-row {
    border: none;
    width: 75%;
    text-align: center;
    height: auto;
    margin: 0 !important;
    padding: 0;
}

.page-taxonomy-term-732 .view-taxonomy-chiled .view-taxonomy-term ul > li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #083f88;
    float: left;
    margin-top: 7px;
}

.servicepage ul li {
    width: 22.5% !important;
    padding: 1%;
    margin: 2% 0% 2% 2%;
    transition: transform .2s ease-in-out;
    float: right;
    list-style: none;
    text-align: center;
    background: #fff;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 19px;
}

.servicepage ul li i.fa {

    width: 100%;
    font-size: 93px;
    padding: 55px;
    color: #0c4da2;

}

.servicepage ul li img {
    margin-bottom: 30px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 26px;
}

.eventpage ul li {
    width: 22.5% !important;
    padding: 1%;
    margin: 2% 0% 2% 2%;
    transition: transform .2s ease-in-out;
    float: right;
    list-style: none;
    text-align: center;
    background: #fff;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 19px;
}

.eventpage ul li i.fa {

    width: 100%;
    font-size: 93px;
    padding: 55px;
    color: #0c4da2;

}

.eventpage ul li img {
    margin-bottom: 30px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 26px;
}
.eventpage h4.block__title {
    clear: both;
    font-size: 21px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    padding-top: 80px;
}



img.imageblock-image {
    object-fit: cover;
    width: 100%;
        height: auto !important; 

}

.page-taxonomy-term-815 img.imageblock-image {
    object-fit: cover;
    width: 100%;
    height: auto !important; 
}

.view-event p {
    clear: both;
    margin: 30px 0;
    text-align: justify;
}


.page-taxonomy-term-732 .view-taxonomy-chiled .view-taxonomy-term ul > li.views-row img {
     display: none;
}

.page-taxonomy-term-732 .view-taxonomy-chiled .view-taxonomy-term ul > li.views-row h2 {
    padding: 0;
    line-height: 30px;
    text-align: left;
    padding-left: 25px;

}

.page-taxonomy-term-732 .view-taxonomy-chiled .view-taxonomy-term ul > li.views-row .field-name-field-main-image{

    height: 0 !important;
    min-height: 0 !important;
}

.page-taxonomy-term .view-taxonomy-chiled .view-taxonomy-term{
    border: 0;

}


.node-products .field-name-field-images {
    float: right;
    width: 28%;
    margin: 0 0 8px 8px;
    border: 3px solid #B58934;
}

.node-products .field-name-field-images .item-list ul li {
    margin: 0 0 6px 2px;
    float: right;

}

.node-products .field-name-field-images .item-list ul {
    margin: 10px 0;
}

.view-subco ul {
}

.view-subco ul li {
    width: 206px !important;
    height: 160px !important;
    float: right;
    margin: 0 3px !important;
}

.view-subco ul li:hover {

}

.view-latest-products .jcarousel-skin-default .jcarousel-container-horizontal {
    width: 78% !important;
    height: 250px;
    overflow: hidden;
    margin-right: 11%;
    margin-left: 11%;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
    width: 100%;
    overflow: hidden;
}

.view-subco ul li .views-field-field-image {
    border: 1px solid #ccc;
}

.view-subco ul li:hover .views-field-field-images {
    display: block
}

.view-subco ul li:hover .views-field-field-image {

}

.view-subco ul li .views-field-field-images {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: none;

}

.view-subco ul li:hover {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform: perspective(200px) translateZ(-50px);
    animation: spin 5s linear infinite;

}

.view-subco ul li:hover {

    transform-style: preserve-3d;

}

.view-subco ul li:hover .views-field-title a {

    -webkit-transform: rotateY(0) !important;
    -moz-transform: rotateY(0) !important;
    transform: rotateY(0) !important;

}

.view-subco ul li .views-field-title {
    background: #00798e;
    padding: 6px;
    margin-top: -33px;
    z-index: 99999;
    position: relative;
    border-bottom: 4px solid #fff;
}

.view-subco ul li .views-field-title a {
    color: #fff;
}

.view-subco {
    height: 230px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 25px;
}

div#divTeh {
    position: absolute;
    top: 44px;
    z-index: 99999;
    background: url("../images/date.png") no-repeat right;
    width: 149px;
    height: 60px;
    color: #fff;

}

.subc h4.block__title {
    background: url("../images/holding.png") no-repeat right;
    padding-right: 50px;
    color: #00798E;
    font-size: 26px;
    margin-top: 40px;
}

.jcarousel-skin-default .jcarousel-item {
    border: 0;
    background: transparent;
    width: 217px !important;
}

.front #main {

}

.col-md-12.news {
    margin: 40px 0;
}

.view-gallery-front .item-list ul li {
    float: right;
    overflow: hidden;
    width: 24%;
    margin: 5px !important;
    height: 427px;
    padding: 0;
    list-style: none;
        display: block;
    margin: 0 12px;
    position: relative;
    overflow: hidden;
    background-color: #1f1f2e;
}

.view-gallery-front .item-list ul li .views-field-field-images a:before {
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2;
    /*background-color: #212121;*/
    transition: opacity 0.2s ease-out;
   /* opacity: 0.2;*/
}


.view-gallery-front .item-list ul li .views-field.views-field-title {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 4;
    color: white;
    bottom: 45px;
    padding: 0 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


.view-gallery-front .item-list ul li .views-field.views-field-title a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 3px 3px 3px #000;
}


.view-gallery-front .item-list ul li img {
    margin: 0 !important;
    padding: 0;
    width: 100%;
    height: auto;
}

body.not-front.no-sidebars .main-content {
    float: right;
    width: 100%;
    padding-top: 0.2em;
}

.newsheader .item-list .views-field-title {
    background: rgba(0, 0, 0, 0.22);
    padding: 6px;
    margin-top: -32px;
    z-index: 99999;
    clear: both;
    position: relative;
    height: 31px;
    overflow: hidden;
}

.field-name-title h2 {
    padding-bottom: 10px;
    color: #000;
    margin-top: 0px;
    font-size: 21px;
}

.taxonomy-term .field-name-title h2{

padding: 15px;
}

.view-similarterms {
    padding: 10px;
}

.newsheader .item-list .views-field-title a {

    color: #fff;
}

.newsletter .col-lg-2.col-md-2 {
    width: 20%;
}

.newsletter-box {
    background: #d4d4d4;
    clear: both;
    margin-top: 40px;
    padding: 40px;
}

.block-visitors, .menufooter, .footerlinks {
    width: 17%;
    float: right;
    margin: 20px;
}

.footer-mid {
    clear: both;
}

div#footer-copyright {
    text-align: center;
    padding-top: 20px;
}

form#newsletter-subscribe-form .form-item-email .form-control {
    padding: 17px;
    background: #fff;
    border: 0;
    color: #333;

}

form#newsletter-subscribe-form .btn-default {
    color: #fff;
    background-color: #0da981;
    border-color: #adadad;
    border: 0;
    padding: 7px;
    margin-right: 3px;
}

.yeard {
    padding-top: 2px;
    color: #fff;
    padding-left: 9px
}

.monthd {
}

.dayd {
    float: right;
    margin-right: 6px;
}

.hourd {
    color: #fff;
}

.mind {
    color: #fff;
}

.secd {
    color: #fff;
}

ul.hour li {
    float: right;
    list-style: none;
    background: #01798E;
    padding: 4px;
    margin: 1px;
    border-radius: 4px;
    width: 23px;
}

.col-lg-1.pull-right.date {
    text-align: center;
}

.hour {
    width: 100%;
    display: block;
    padding: 0;
}

.day {

    background: url("../images/date.png") no-repeat right;

}

.flex-direction-nav a:before {
    content: '';
}

.flex-direction-nav a.flex-next:before {
    content: '';
}

.flex-direction-nav a {
    width: 80px;
    height: 80px;
}

.newsb h4 a {
   font-size: 30px;
    color: #fff;
    line-height: 41px;
}

.bgallery h4 a {
    background: url("../images/gozaresh-tasviri.png") no-repeat right;
    padding-right: 40px;

}


.front .subc h4.block__title {
    display: none
}

.node-news .field-name-field-main-image {
    overflow: hidden;
    padding: 0 0 8px 8px;
    width: 250px;
    float: right;

}

.node-news .field-name-field-main-image img {
    border: 1px solid #000;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.tb-megamenu .dropdown-menu li > a:hover, .tb-megamenu .dropdown-menu li > a:focus, .tb-megamenu .dropdown-submenu:hover > a {
    background-color: transparent !important;
    color: #01798E !important;
}

.products .block__content {
}

div#quicktabs-frontpage {
    margin: 40px 0;
}

.region.region-content-second h4 {
    text-align: center;
    font-size: 30px;
    margin: 20px 0;
}

.view-product ul li:hover {
    background: #00798E;
}

.view-product ul li:hover a {
    color: #fff;
}

.view-product ul li {
    padding-right: 5px;
}

.view-products ul li {
        list-style: none;
    margin: 5px 4px;
    padding: 6px;
    width: 19%;
    overflow: hidden;
    float: right;
    text-align: center;
}
.view-products ul li img {
    width: 100%;
    height: auto;
}

div#edit-field-category-product-tid-wrapper {
    background: #eee;
    padding: 15px;
    border: 1px solid #ddd;
}
.select-wrapper {
    display: inline-block;
    margin-right: 0px;
}
.view-products ul li a {
    color: #fff;
    font-size: 15px;
}

.view-products ul li::after {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 0px;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: -1;
}

.view-products ul li:hover {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: opacity 1s linear;
}

.view-event ul li{
    float: right;
    width: 19%;
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    list-style: none;
    margin: 5px;
    height: 269px;
    overflow: hidden;
    text-align: center;
}

.view-event ul.pager li{
     padding: 0;
    width: auto;
    height: auto;
    text-align: center;
    float: none;

}

.view-subsetp ul li{
    float: right;
    width: 19%;
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    list-style: none;
    margin: 5px;
    height: 169px;
    overflow: hidden;
    text-align: center;
}

.view-header {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}


.view-slider .desc:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);

}

.view-slider .desc {
    transition: all 0.3s ease 0s;
}

.view-products ul li .views-field-body {

}

.view-products ul li.views-row img {
    margin: 0px !important;
}

body.not-front.page-products .sidebar,
body.not-front.node-type-products .sidebar,
.page-taxonomy-term .sidebar,
.node-type-webform .sidebar,
.page-tender .sidebar,
.page-catalog .sidebar,
.page-photos .sidebar,
.page-videos .sidebar {
    float: right !important;

}

.page-tender .main-content,
.page-catalog .main-content,
.page-photos .main-content,
.page-videos .main-content {
    float: left !important;
    width: 100% !important;
    margin-right: 10px;
}

.page-taxonomy-term .main-content {
    width: 100% !important;
}

.page-taxonomy-term .node > h2 {
    display: none;
}

.page-taxonomy-term .node ul.links.inline {
    display: none;
}

body.not-front.page-products .main-content {
    width: 100%;
}

body.not-front.node-type-products .main-content {
    float: left;
    width: 98%;
}

.view-products ul li .views-field-title {
    padding: 4px 8px;
    text-align: center;
}

.node-type-webform .main-content {
    padding-right: 20px;
}

.sidebar .block__content {
    padding: 10px;
}

.view-products ul li .views-field-title a {
    color: #000;
}

body.not-front .main-content {
    float: right;
    width: 72%;
    padding-top: 0.2em;
}

body.not-front.node-type-products .field-name-body {
    clear: both;

}

body.not-front.node-type-products .field-name-field-details-products {
    font-family: tahoma;
    font-size: 14px;
    width: 50% !important;
    margin: 0 auto !important;
    
}

.term-listing-heading + p {
    display: none;
}

.view-taxonomy-chiled ul li img {
   width: 100%;
   height: auto;
   float: right;

}

.view-taxonomy-chiled ul li > .views-field.views-field-field-main-image {
    float: right;
}


.view-taxonomy-chiled ul li > .views-field.views-field-view {
    float: left;
    width: 75%;
    display: none;
}

.page-taxonomy-term-732 .view-taxonomy-chiled ul li > .views-field.views-field-view {

    display: block !important;
}


.view-taxonomy-chiled ul li .view-taxonomy-term-header {
    display: none;
}

.view-taxonomy-chiled ul li {
    float: right;
    list-style-type: none;
    text-align: center;
    width: 23%;
    margin: 1%;
    padding: 10px;
    font-size: 20px;
}

body.not-front.node-type-products .field-name-field-price {
    background: url("../images/price.png") no-repeat right;
    float: left;
    width: 306px;
    height: 87px;
    padding-top: 30px;
    padding-right: 20px;
}

body.not-front.node-type-products .field-name-title {

}

.page-node-5054 .field-name-title,
.page-node-5055 .field-name-title,
.page-node-5056 .field-name-title,
.page-node-5057 .field-name-title,
.page-node-6213 .field-name-title,
.page-node-6214 .field-name-title,
.page-node-6215 .field-name-title{
float: left !important;
text-align: left;
}

.page-node-5054 .field-name-field-category-product,
.page-node-5055 .field-name-field-category-product,
.page-node-5056 .field-name-field-category-product,
.page-node-5057 .field-name-field-category-product,
.page-node-6213 .field-name-field-category-product,
.page-node-6214 .field-name-field-category-product{
float: right !important;
}

.online-faq img {
    margin-bottom: 0px !important;
}

body.not-front.node-type-products .print-link,
body.not-front.node-type-products ul.links.inline {
    display: none;
}

body.not-front.node-type-products .field-name-field-details-products .field-label,
.product-similar .block__title {

}

.view-product-similar ul li {

    text-align: center;
}



.jcarousel-skin-default .jcarousel-next-horizontal:hover {
    background-position: initial !important;
}

.partner ul li,
.tender ul li {
    width: 100%;
}

.webform-component-textfield {
    width: 94%;
}

.webform-component-number {
    width: 94%;
}

.webform-component-email {
    width: 94%;
}

.webform-component-textarea {
    width: 93.8%;
}

.node-type-webform .field-name-body {
    max-width: 820px;
    text-align: justify;
}

.webform-component--nameco,
.webform-component--acti,
.webform-component--ur,
.webform-component--zam,
.webform-component--ul,
.webform-component--pro {
    margin-right: 0;
}

.webform-component--fax {
    margin: 0 20px;
}

.page-node-68 .webform-component-email {
    float: right;
    width: 24%;
}

.node-webform .field-name-title h2 {
    border-bottom: 3px solid #000;
    padding: 10px;
    width: 95%;
}

.col-lg-2.pull-right.date {
    width: 10%;
    text-align: center;
    margin-top: 5px;
}

.view-tender .views-exposed-form {
    display: none;
}

.views-field.views-field-field-dateong {
    background: #ddd;
    padding: 5px;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e159";
    float: right;
    color: grey;
    font-size: 23px;
    line-height: 18px;
}

.panel-heading a.collapsed:after {
    content: "\e160";
}

.panel-heading a.accordion-toggle {
    padding-right: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.not-front #main {
    min-height: 700px;
}

.ads ul li {
    width: 100%;
}

.view-catalog ul li {
    float: right;
    width: 30.3%;
    list-style: none;
    text-align: center;
}

.view-catalog ul li .views-field-title {
    border-bottom: 1px solid #00798E;
    padding-bottom: 5px;
    margin-bottom: 8px;
    width: 60%;
    margin-right: 20%;
}

.view-catalog ul li .views-field-field-attach {
    margin-right: 37px;
}

.view-catalog ul li .views-field-field-attach-1 {
}

.view-catalog ul li .views-field-field-attach a {
    background: url("../images/btdl.png") no-repeat;
    width: 94px;
    float: right;
    text-indent: -9999px;
    height: 34px;
}

.view-catalog ul li .views-field-field-attach-1 a {
    background: url("../images/btpr.png") no-repeat;
    width: 94px;
    float: right;
    text-indent: -9999px;
    height: 34px;
}

.view-catalog ul li img.file-icon {
    display: none;
}

.view-videos-page .attachment ul li {
    width: 64%;
    margin-left: 7px;
}

.view-photos-page ul li img {
    width: 100%;
}

.newsletter-box ul {
    margin-right: 24px;
    margin-top: 20px;
}

.newsletter-box ul li {
    border: 0;
    width: 100%;
    list-style-type: initial;
    margin: 0px !important;
    padding: 0px !important;
}

li.partnerm {
    margin-left: 155px !important;
}

.news .views-field-changed span {
    width: 47px;
    display: block;
    text-align: center;
    padding-right: 5px;
}

.google_map_field_display {
    width: 100%;
    height: 300px;
}

.field-name-field-address .field-label {
    border-bottom: 1px solid #00798E;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.field-name-field-city .field-label {
    border-bottom: 1px solid #00798E;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.field-name-field-featu .field-label {
    border-bottom: 1px solid #00798E;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 30px;

}

.field-name-field-phone .field-label {
    border-bottom: 1px solid #00798E;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 30px;

}

.node-drugstore .field-name-field-phone .field-label {
    border-bottom: 0px solid #00798E;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;

}

.node-drugstore .field-name-field-address .field-label {
    border-bottom: 0px solid #00798E;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.node-drugstore .field-name-field-city .field-label {
    border-bottom: 0px solid #00798E;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.subco .tb-megamenu-row {
    background: url("../images/menu1.jpg") no-repeat;

}

div#edit-field-city-tid-wrapper {
    width: 20%;
}

.service .tb-megamenu-row {
    background: url("../images/menu2.jpg") no-repeat;

}

.product .tb-megamenu-row {
    background: url("../images/menu3.jpg") no-repeat;

}

.partnerm .tb-megamenu-row {
    background: url("../images/menu4.jpg") no-repeat;
    height: 200px;

}

.tenderm .tb-megamenu-row {
    background: url("../images/menu5.jpg") no-repeat;
    height: 200px;

}

.adsm .tb-megamenu-row {
    background: url("../images/menu6.jpg") no-repeat;
    height: 190px

}

.aboutus .tb-megamenu-row {
    background: url("../images/menu7.jpg") no-repeat;

}

.contact .tb-megamenu-row {

}

.jcarousel-skin-default .jcarousel-prev-horizontal:active {
    background-position: 1px 0;
}

.jcarousel-skin-default .jcarousel-prev-horizontal:hover {
    background-position: -1px 0;
}

.nav-child .tb-megamenu-row .nav-child .tb-megamenu-row {
    background: transparent !important;
}

.tb-megamenu .row-fluid [class*="span"] {

    float: right;
}

.node-type-news .node > div {
    padding: 0 8px;
}

body.not-front.node-type-news .main-content {
    
}

ul li.homebg:hover a {
    background: url("../images/home_hover.png") no-repeat center;
    background-color: transparent !important;
    text-indent: -9999px;
}

.tb-megamenu .nav > li.active-trail.homebg {
    background: transparent;
}

#tb-megamenu-main-menu .tb-megamenu .dropdown-menu {
    height: 200px

}

.tb-megamenu .dropdown-menu {
    border-bottom: 0;
}

.field-slideshow-wrapper ul li {
    margin: 5px;
}

.view-product ul li a.active {
    background: #00798E;
    width: 100%;
    display: block;
    color: #fff;
    padding: 4px;
}

div#newsletter-error {
    width: 100%;
    position: absolute;
    bottom: 0;
}

html.js fieldset.collapsible .fieldset-legend {
    background-position: 98% 75%;
    padding-right: 0;
    padding-left: 15px;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
    padding-right: 10px;
}

.google-map-field-fields-container {
    display: none;
}

.google-map-field-preview {
    width: 100%;
    height: 300px;
}

.google-map-field-preview {
    width: 100%;
    height: 300px;
}

.google-map-field-fields-container, .google-map-field-setter-container {
    float: left;
    margin-right: 15px;
    width: 100%;
}

.page-node-add-store fieldset#edit-.field-workdate-und-0-tablefield-rebuild,
.page-node-add-store fieldset#edit-field-workdate-und-0-tablefield-import,
.page-node-add-store div#edit-field-workdate .help-block {
    display: none;
}

.tb-megamenu .nav > li.active-trail {
        background: transparent;
    color: #01a87e;
}

.tb-megamenu .nav > li.active-trail a {
 color: #000;
}

.news div#content {
}

.bgallery #content .views-row img {
    margin: 0 0.5em;
    width: 100%;
}

.news .block-views .block__content {

}

.news {
    padding-top: 50px;
        background:rgb(9, 86, 161) url(../images/bgpt.jpg) repeat center;


}
.news:after {
    content: " ";
    background: url(../images/sm.png) no-repeat center;
    display: block;
    width: 100%;
    height: 215px;
    position: relative;
    text-align: center;
}

.faq {
    color: #fff;
    padding-top: 40px;
    background:rgb(9, 86, 161) url(../images/bgpt.jpg) repeat center;


}
.faq:after {
    content: " ";
    background: url(../images/bgnf.png) no-repeat center;
    display: block;
    width: 100%;
    height: 215px;
    position: relative;
    text-align: center;
}


.view-subset .view-header p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    margin-top: -25px;
}

.view-subset .view-header a {
    color: blue;
}

.bgallery .item-list ul {
    overflow: hidden;
    margin-bottom: 7px;
}

.newsb .views-field.views-field-field-rotitr div {
    color: #757575;
}

.newsb .views-field.views-field-title a {
    color: #000;
    font-size: 17px;
}

.view-news-front .views-row {
    height: 100px;
    padding-bottom: 10px;
    list-style: none;
    clear: both;

}

.view-announcements ul li {
border-bottom: 1px solid #000;
    color: #fff;
    padding-bottom: 9px;
}

.view-announcements .views-field.views-field-field-daterange {
       float: right;
    font-size: 10px;
    color: #fff;
    padding: 0 3px;
}

.view-announcements .views-field.views-field-title {
    clear: both;
    padding-top: 5px;
}

.view-announcements .views-field.views-field-title a {
color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.view-latest-jobs ul li a {
    color: #07316e !important;
    font-size: 15px;
}

.view-latest-jobs ul li {
    color: #07316e !important;
    font-size: 15px;
    text-align: left;
    direction: ltr;
    margin-left: 20px;
}
.node-type-announcements .field-name-field-loca {
    float: left;
    margin-top: -64px;
}
.node-type-announcements .field-name-field-age {
    float: left;
    margin-top: -38px;
}

.node-type-announcements .field-name-field-main-image {
    float: right;
    margin: 0 0 15px 15px;
}

.node-type-announcements .field-name-body {
    text-align: justify !important;
     clear: none !important; 
     padding-top: 0px !important; 
}

.view-event ul li .views-field-body {
    text-align: justify;
    font-size: 13px;
        height: 105px;
}
.view-event ul li .views-field-title {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: right;
    padding-top: 7px;
}

.footersoc  {
    padding: 0;
    margin: 0 !important;
    width: 29% !important;
}
.footersoc a {
    font-size: 36px;
    color: #fff;
        padding: 5px;
}

.footersoc a.phone {
    clear: both;
    display: block;
    font-size: 14px;
}

.node-type-photos .field-name-field-images .field-item {
    float: right;
    margin: 4px;
    width: 32%;
    overflow: hidden;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.node-type-photos .field-name-field-images .field-item img {
    width: 100%;
    height: auto;
}

.footer-bot {
    text-align: center;
    background-color: #15151f;
    color: #f16826;
}
.footer-bot p {
    margin-bottom: 0;
}

.view-service ul li {
    margin: 0 20px 0 0;
    text-align: right;
    transition: transform .2s ease-in-out;

}

.view-service ul li:hover {
        transform: translate3d(0px, -150px, 0px);
}

.view-service ul li .views-field-body {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.39);
    transition: transform .2s ease-in-out;
    height: 65px;
    overflow: hidden;
    width: 12%;
}

.view-service ul li:hover .views-field-body {
    display: block;
        transform: translate3d(0px, -150px, 0px);

}

.products {
    padding-top: 50px;
        height: 905px;
}

.view-latest-products ul li {
    float: right;
    width: 15.5% !important;
    margin: .5%;
    list-style: none;
    overflow: hidden;
    height: 225px !important;
    text-align: center;
    background: #fff;
    padding: 16px 5px;
    border-radius: 3px;
    border-left: 2px solid #ddd;

}

.view-product-logo .view-footer
{
float: left;
    width: 11%;
    background: #68aa26;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 59px;
    margin-left: 37px;
    border-right: 5px solid #9b7707;
}
.view-product-logo .view-footer a {
    color: #fff;
}
.view-faqfront .view-footer
{
    float: left;
    width: 25%;
    background: #68aa26;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-right: 5px solid #9b7707;
    margin: 40px 0 0 223px;
    text-align: center;
}

.view-faqfront .view-footer p {
    margin: 0;
}
.view-faqfront .view-footer a {
    color: #fff;
}

.view-product-logo .view-footer:hover,
 .view-product-logo .view-footer:focus
 .view-faqfront .view-footer:focus,
  .view-faqfront .view-footer:hover
  {
    color: #fff;
    background: #51a351;
    border-color: #51a351;
    text-decoration: none;
}


.view-product-logo .view-footer:hover,
  .view-faqfront .view-footer:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7,1,0.7,1);
}

.view-product-logo .view-footer p{
	padding: 0;
	margin: 0;
}

.view-latest-products ul li img {
    width: 93%;
    height: auto;
}

#quicktabs-frontpage .view-news ul li {
    float: right;
    list-style: none;
    width: 18.6%;
    height: 160px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    margin: 5px;

}

#quicktabs-frontpage .view-news ul li:hover {

    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#quicktabs-frontpage .view-news ul li img {
}

#quicktabs-frontpage .desc {
    height: 75px;
    z-index: 99999;
    margin-top: -75px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    position: relative;
    margin-right: 8px;
}

#quicktabs-frontpage .desc .create {
    font-size: 14px;
    text-align: left;
    position: absolute;
    bottom: 8px;
    left: 7px;
}

#quicktabs-frontpage .desc a {
    color: #fff;
    font-weight: normal;
}

#quicktabs-frontpage .desc .rotitr {
    color: #ccc;
    font-size: 13px;
}

#quicktabs-frontpage ul.quicktabs-tabs {

}

#quicktabs-frontpage > .item-list {
    float: right;
    width: 15%;

}

#quicktabs-frontpage ul.quicktabs-tabs li {
    clear: both;
    width: 100%;
    display: block;
    background: #3bd8d9;
    padding: 17px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #00ADBC, 0 0.65rem 1rem rgba(48, 77, 105, 0.1), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-transition: 0.155s cubic-bezier(0.27, 0.18, 0.61, 0.87);
    transition: 0.155s cubic-bezier(0.27, 0.18, 0.61, 0.87);
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
}

#quicktabs-frontpage ul.quicktabs-tabs li.active {
    background: #0da981;

}

#quicktabs-frontpage ul.quicktabs-tabs li a {
    color: #fff;
    font-size: 19px;

}
#quicktabs-frontpage ul.quicktabs-tabs li h1 {
padding: 0;
}

div#quicktabs-container-frontpage {
    float: left;
    width: 85%;
    background: #fff;
    box-shadow: 5px 5px 14px #ddd;
    padding: 15px;
    box-shadow: 1px 16px 22px 2px rgba(74, 94, 127, 0.114), 0px 15px 56px 0px rgba(0, 0, 0, 0.1), 0.5rem 1rem 2rem rgba(36, 72, 105, 0.15);
    border-radius: 3px;
    min-height: 505px;
}

.newsticker .block__content {
    clear: both;
}

footer ul.menu.nav li a {
    padding: 3px 17px;
    font-size: 13px;
}

.front #main h4.block__title {
    color: #fff;
    padding: 13px 10px;
    background: #000 url(../images/slimi-haashie.png) no-repeat 5px 6px;
    margin-top: 0;
}

.region.region-content-first .block-menu h4.block__title {
    background: #c79c02 url(../images/slimi-haashie.png) no-repeat 5px 6px !important;
    border-radius: 5px;
}

.block-menu ul.menu.nav li a:hover, .block-menu ul.menu.nav li a:focus {
    text-decoration: none;
    background-color: transparent;
}

.pouratebm ul li {
    margin: 5px !important;
    padding: 15px 5px;
    width: 15.3%;
    height: 120px;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 0px #b1afaf;
    border-radius: 5px;
    background: #fff url(../images/hover-slimi.jpg) no-repeat left bottom !important;
}

.view-gallery-front .item-list ul li:hover .views-field-title {
}

.pouratebm ul li:hover {
    background: #fff url(../images/slimi.jpg) no-repeat left bottom !important;
}

.region.region-content-first ul li {
    list-style: none;
}

.region.region-content-first {
    margin-top: 15px;
    clear: both;
}

.front #main h4.block__title a {
    position: absolute;
    bottom: -8px;
    right: 10%;
}
.productsn {
    background: rgb(69, 128, 201);
    overflow: hidden;
        border-top: 4px solid #f16725;
}
.productsn  .jcarousel-item-1 {
}


.productsn:before {



}


.productsn .container:before {


}



.productsn:after {


}

.productsn h4.block__title{


}

.productsn h4.block__title:before {



}

.products h4.block__title{

}

.products h4.block__title:before {




}

.view-faqfront ul li a {
    font-size: 15px;
    color: #000;
}




.view-latest-products {
        padding-top: 60px;
    z-index: 9999;
    position: absolute;
    height: 305px !important;
    overflow: hidden;
     width: 100%;

}


.soc {
    background: #3bd8d9;
}

.lot {
    border-radius: 8px;
    padding: 0px !important;
}
#content .lot .views-row{
    margin: 0;
      

}

.lot .views-slideshow-cycle-main-frame-row{  right: 0; width: 100% !important;
    left: auto !important;}
.aboutus h4 {

       font-size: 34px;
    text-align: center;
    margin: 40px 0;
    color: #fff;
}

.aboutus .block__content {
    text-align: justify;
    font-size: 16px;
    color: #fff;

}
.aboutus span{
	float: right;
}
.aboutus .block__content div {
    float: right;
    width: 31.5%;
    border: 1px solid #fff;
    padding: 0 7px;
    text-align: justify;
    margin: 8px;
    height: 218px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.22);
}

body.not-front.no-sidebars.node-type-webform .main-content {
    float: none;
    width: 77%;
    padding-top: 0.2em;
    margin: 0 auto;
}

.ds-1col.node.node-news.view-mode-full.clearfix {
    list-style: none;
    padding-bottom: 18px;
    margin-right: 10px;
    border-radius: 5px;
}

.field.field-name-field-tags.field-type-taxonomy-term-reference.field-label-inline.clearfix {
    padding-bottom: 22px;
    width: 91%;
    margin-right: 15px;
clear: both;
margin-top: 40px;
}

caption {
    text-align: left;
    direction: rtl;
    font-size: 12px;
}

thead tr th {
    text-align: center !important;
}


#quicktabs-frontpage .views-field.views-field-name {
    display: none;
}

.view-taxonomy-term article.node-products .field-name-field-main-image {
    min-height: 205px;
}


.page-taxonomy-term-732 .region > .view-taxonomy-term img {
    display: none;
}
.page-taxonomy-term-732 .region > .view-taxonomy-term  {
display: none;
}



.field.field-name-field-category.field-type-taxonomy-term-reference.field-label-inline.clearfix {
    margin-right: 15px;
}

.node-news .field-label {
    color: #000;
}

.field.field-name-body.field-type-text-with-summary.field-label-hidden {
    text-align: justify;
}

.node-type-news .sidebar .block {
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
}

.page-news .main-content {
    
}

.date-year,
.date-month,
.date-day {
    width: 47px;
    padding: 0;
}

div#edit-date-filter-max-wrapper,
div#edit-date-filter-min-wrapper {
    float: right;
}

.node-type-services .field-name-title h2 {
    border-bottom: 0;
    padding-bottom: 10px;
    width: 50%;
}
.node-services ul.menu li.active,
.node-products ul li.active {
    border-left: 2px solid #000;
}

.node-services ul.menu li,
.node-products ul li {
    background-size: 40px 40px;
    margin-bottom: 1px;
}

.rate-yesno-btn {
    display: inline-block;
    background: #fff;
    border: #ccc;
    margin-right: 5px;
    padding: 3px;
    color: #666 !important;
    border: 1px solid #fff;
}

.rate-widget-yesno .item-list ul li {
    padding: 0 5px;
    border: 1px solid #ddd;
    margin: 2px;
}

.rate-info {
    text-align: left;
    direction: rtl;
}

.node-services ul.menu li a,
.node-products ul.menu li a {
    padding-right: 50px;
}

.node-services ul.menu.nav li a:hover,
.node-services ul.menu.nav li a:focus,
.node-products ul li a:hover,
.node-products ul li a:focus {
}

.node-products .content-menu ul li {
    background-size: 40px 40px;
    background-color: #e3dbce;
    margin-bottom: 1px;
    margin: 2px !important;
    padding: 10px;
}

.view-ads {
    position: absolute;
}

.hlogo {
    float: right;
    width: 24%;
    margin-top: -23px;
}
.hlogo img {
        width: 100%;
    padding-top: 0px;
}

.mainmenub ul li a {
    margin-top: 0px;
    display: block;
    font-weight: bold;
}

form#user-register-form, #user-login {
    padding: 20px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    width: 34%;
    margin: 0 auto;
        margin-top: 39px;
}

.headernews {
    width: 25%;
    float: right;
}

a.search-button {
    float: left;
}

a.search-button  i{
    font-size: 20px;
    padding-top: 35px;
    margin-left: 0px;
    color: #fff;
}

form#lang_dropdown_form_language select {
    float: right;
    background: transparent;
    color: #fff;
}

form#lang_dropdown_form_language img.language-icon {
    margin-right: -35px;
    margin-top: 7px;
}

.ldsSkin .ddTitle .ddTitleText {
    padding: 6px 30px 5px 5px;
}

.ldsDarkAfter .ddTitle .ddTitleText img {
    padding-right: 12px;
    float: right !important;
    width: 32px;
    height: 17px;
    margin-top: 3px;
}

ul.menu.nav li {
    margin: 0;
}

form#webform-client-form-67 {
    margin: 0 225px;
}

.social {
        height: 360px;
}

.view-subset ul li {
    width: 165px !important;
    height: 200px !important;
}

.view-subset ul {
    margin: 0 !important;
    width: 100%;
    padding: 0 !important;
}


.view-product-logo ul li {
      float: right;
    width: 18%;
    list-style: none;
    overflow: hidden;
    margin: 1%;
    height: 165px;
    text-align: center;
    font-size: 16px;
}
.view-product-logo ul li a {
    color: #9b7707;
    font-weight: bold;
}

.view-product-logo ul li img {
	width: 80px;
    height: auto;
    margin-left: 10px;
}

.view-product-logo ul li .views-field.views-field-name a {
    padding-top: 30px;
    text-align: right;
    display: block;

}

.view-product-logo ul li .views-field.views-field-field-main-image {
    float: right;
}


.social h4.block__title {
    font-size: 24px;
    text-align: center;
    margin: 40px 0;
}

.social-links {
    text-align: center;
    padding: 5px 0;
    background: #1e287f;
}

.social-links h2 {
    font-size: 30px;
}

.social-links a {
    color: white;
    margin-right: 15px;
}

.social-links a:last-child {
    margin-right: 0;
}

.social-links .icons {
    margin-bottom: 0px;
}

.social-links .icons a {
    position: relative;
    display: inline-block;
    height: 52px;
    width: 52px;
    margin: 0 10px;
    overflow: hidden;
}

.social-links .icons i {
    font-size: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    transition: all 0.3s ease;
}

.social-links .icons i.bottom {
    display: none;
    display: inline-block;
    top: 53px;
    height: 52px;
    width: 52px;
}

.social-links .icons a:hover i:first-child {
    top: -52px;
    transition: all 0.3s ease;
}

.social-links .icons a:hover i.bottom {
    top: 0;
    z-index: 2;
    transition: all 0.3s ease;
    color: black;

}

.contact {
}

.contact h4.block__title {
    text-align: center;
    font-size: 30px;
    padding: 40px 0;
    color: #000;
}

.fgallery:before {
  content: " ";
    border-top: 1px solid #ccc;
    width: 100%;
    height: 1px;
    padding-top: 10px;
    position: relative;
    top: 24px;
    display: block;
}

.fgallery h4.block__title {
    font-size: 21px;
    padding-bottom: 14px;
    margin-top: -40px;
    background: #0956a1;
    width: 29%;
    margin: 0 auto;
    display: block;
    position: relative;

}

input.webform-submit.button-primary.form-submit.btn.btn-default.btn-primary {
    background: #000;
    width: 100px;
    float: left;
    margin-bottom: 50px;
    margin-left: 45px;
}


.slides-1 {
    display: none;
}

/*English */

.i18n-en ul.menu li {
    float: left;
}

.i18n-en #quicktabs-frontpage .view-news ul li,
.i18n-en .view-gallery-front .item-list ul li,
.i18n-en .view-product-similar ul li {
    float: left;
}

.i18n-en #quicktabs-frontpage .desc {

    margin-left: 8px;
    margin-right: 0;
}

.i18n-en .view-slider .desc {
    margin-right: 0%;
    margin-left: 20%;
}

.i18n-en .flex-control-nav li {

}

.vertical-tabs.clearfix {
    clear: both;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
object-fit: cover;

}

.st {
    position: absolute;
    top: 32%;
    color: #000;
    font-size: 23px;
    font-weight: bold;
    padding: 10px;
    right: 37%;
    background: #fff;
}

.dts {
    position: absolute;
    top: 77%;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    right: 37%;
    background: rgba(117, 138, 159, 0.34);
    border-radius: 3px;
}

.slog {
    position: absolute;
    top: 67%;
    color: rgb(6, 55, 123);
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    right: 58.2%;
    border-radius: 3px;
}

.datr {
    position: absolute;
    top: 64%;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    right: 37%;
    background: rgba(117, 138, 159, 0.34);
    border-radius: 3px;
}

.region.region-content-first .block-menu {
    float: right;
    width: 68%;
    margin: 1%;
}

.product-similar {
    margin: 0 1.5%;
}

.scrollable .viewport .overview {
    position: absolute;
    right: 0;
}

.col-9.right {
    float: right;
    width: 73.5%;
    margin-left: 1.5%;
    background: #ddd;
    border: 1px solid #ccc;
    padding: 10px;
    height: 312px;
}

.col-3.left {
    float: left;
    width: 25%;
}

.col-3.left img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.region.region-content-first .view-header {
    background: #fff;
    padding: 1px !important;
    margin: 0px 0 15px 0 !important;
    border: 1px solid #b4baba !important;
    box-shadow: 0px 0px 2px #444 !important;
}

.region.region-content-first .view-header img {
    border: 1px solid #fff !important;
    width: 100%;
    height: 100%;
}

.region-header .block-menu {
    width: 23%;
    float: left;
    height: 51px;
    overflow: hidden;
}

.usermenub  li a {
    font-size: 13px !important;
}
.usermenub  li  {
    padding-top: 9px;
}


.mainmenub {

    width: 65%;
    float: left;
    padding-top: 0px;
}

.mainmenub ul.menu.nav li a {
    color: #000;
    padding: 10px 8px 8px 8px;
}

.mainmenub ul.menu.nav li a:after {
   
}

.mainmenub ul.menu.nav li.last:after {
    content: "";
}

.usermenub {
    float: left !important;
    width: 27% !important;
    color: #fff;
}

.timeb {
    float: right;
    width: 14%;
    background: #fff;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.timeb .time {
    padding: 14px 15px 13px 15px;
}

.block-lang-dropdown {
    float: right;
    width: 15%;
    padding-top: 47px;
}

.newsticker {
    float: right;
    width: 76%;
    margin-top: 10px;
}



.sliderb .block__content {
    border: 1px solid #000;
    border-radius: 5px;
}


.view-news-ticker ul li {
    list-style: none;
}

.view-news-ticker ul li:before {
    content: "";
    border-top: 7px solid transparent;
    border-right: 10px solid #000;
    border-bottom: 7px solid transparent;
    display: block;
    float: right;
    margin-top: 4px;
    padding-right: 10px;
}

.sliderb {
    float: right;
    width: 49%;
    margin-left: 1%;
    position: relative;
}

.newst {
    width: 48%;
    float: left;
    background: #fff;
    border: 1px solid #000;
    padding: 7px 10px;
    border-radius: 5px;
    height: 321px;
    margin-bottom: 30px;
}

.scrollable .scroll-bar.vertical {
    position: absolute;
    left: 5px;
    height: 100%;
}

.newst .overview {
    right: 0;
    left: 10px !important;

}

.scrollable .scroll-bar.vertical {
    right: inherit;
}

.videob.left {
    float: left;
    width: 33.333%;
}

.galleryb.right {
    float: right;
    width: 65.666%;
    margin-left: 1%;
    margin-bottom: 15px;
}

.mainmenub ul.menu.nav li a:hover {
    color: #0da981;
}

.view-news ul li {
    list-style: none;
    padding-bottom: 10px;
    margin-right: 10px;
    background: url(../images/slimi-devider.jpg) no-repeat left 57px;
    height: 85px;
}

.pouratebm ul.menu.nav li a {
    padding: 8px 4px 4px 4px;
    color: #000;
}

.view-news ul li:after {
    content: '';
    width: 89.1%;
    height: 1px;
    background: #c79c02;
    display: block;
    margin-top: 5px;
}

.view-news ul li.views-row-first:after {
    content: '';
    width: 89.1%;
    height: 1px;
    background: #c79c02;
    display: block;
    margin-top: 26px;
}

.view-news ul li .rotitr {
}

.view-news ul li .title {
}

.view-news ul li .views-field-field-main-image {
    float: right;
    padding: 0 0 10px 10px;
}

.view-news ul li img {
    border-radius: 5px;

}

ul#views-ticker-bbc-news_ticker {
    padding-right: 5px;
    text-align: right;
    direction: rtl;
    padding-top: 5px;
}

body.not-front.node-type-videos .main-content {
    float: right;
    width: 78%;
    padding-top: 0.2em;
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

body.not-front.node-type-videos .main-content video {
    width: 100%;
    height: auto;
}

.view-latest-news ul li,
.view-popular-news ul li {
    padding-right: 1px;
    margin-right: 15px;
    list-style-type: disc;
}

#admin-menu .dropdown a {
    color: #fafafa;
    font-family: iransans;
}

#admin-menu {
    background: #000;
    font-size: 14px;
    font-family: iransans;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}

#admin-menu .dropdown li {
    background: #000;
    float: right;
}

.st a {
    color: #fff;
}

.search-results .search-info {
    font-size: 0.85em;
    display: none;

}

.search-results li {
    margin-bottom: 1em;
    border-bottom: 1px solid #000;
}

a.moreb {
    position: absolute;
    top: 10px;
    left: 51px;
    color: #fff;
}

.topbar {

}

.topbar a {
font-size: 13px !important;
 color: #0da981 !important;
padding-top: 8px;
}

#pdi a {
background: url(../images/pdi.png) no-repeat center;
    text-indent: -9999px;
    width: 98px;
    height: 34px;
    padding: 0;
    margin: 0;
    background-size: cover;
}

.not-front .region.region-slider {
    clear: both;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    background-size: cover;
}


.flexslider .slides > li {
    z-index: 1;
    width: 100%;
    height: 100%;
}

.region.region-nav {
    z-index: 9999;
}

nav.navbar {
    background: rgba(255, 255, 255, 0.41);
    z-index: 99;
    position: relative;
}

.flexslider .slides img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    margin-left: 0%;
margin-right:0%;
/*filter: brightness(80%);
    -webkit-filter: brightness(80%);*/
}

.logof svg {
    width: 180px;
}


.jcarousel-container {
direction:rtl;
}

.soc .block {
    float: right;
    padding: 0 15px !important;
    color: #fff;
}
.soc .block-views {
width:59%;
}


.soc .pdil {
    margin: 0 4%;
    text-align: center;
    font-size: 23px;
    line-height: 29px;
    color: #333;
}

form#views-exposed-form-product-id-page {
    text-align: center;
    font-size: 19px;
}

.views-exposed-widget.views-submit-button {
    text-align: center;
    margin: 0 auto;
}

.views-exposed-form .views-exposed-widget {
    float: right;
    padding: 6px;
}

form .description {
    margin: 2px 0;
    color: #555555;
    font-size: 15px;
}

.region-content-first .block-quicktabs {
    width: 100%;
    border: 0;
}
input#edit-lot {
    height: 54px;
    font-size: 18px;
}


input#edit-submit-product-id {
    height: 53px;
    margin-right: -15px;
}

div#views_slideshow_cycle_teaser_section_social_title-block {
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
    width: 91% !important;
    right: 0 !important;
    left: auto;
}

.lot h4 {
    font-size: 44px;
    padding: 8px 0 0 0;
    float: right;
    color: #fff;
}
.lot a {
    color: #fff;
    font-size: 22px;
    display: table-cell;
    height: 57px;
    vertical-align: middle;
}
.lot .block__content {
    text-align: right;
    float: right;
    width: 87%;
}

.soc .block p {
    padding-top: 26px;
}
.soci {
    text-align: center;
    font-size: 27px;
    line-height: 28px;
    direction: ltr;
    width: 40%;
    padding: 0px !important;
}

.soci .fa {
   font-size: 48px;
    padding: 6px 10px;
    float: right;
    padding-top: 15px !important;
}

.soci a {
    color: #000;
}

.field.field-name-field-image.field-type-image.field-label-hidden {
    float: right;
    margin-left: 1%;
    width: 30%;
    margin-bottom: 55px;
}

.field.field-name-field-title-english.field-type-text.field-label-hidden {
    margin-top: -11px;
    margin-bottom: 20px;
    font-size: 12px;
    float: right;
    width: 69%;
}

body.not-front.node-type-products .field-name-title {
    float: right;
    width: 69%;
}

.group-detail .field-group-format-wrapper div.field {
    width: 99%;
    height: auto;
    margin: 3px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.group-detail h3 {
    clear: both;
    text-align: center;
}
.group-detail .field-group-format-wrapper{
    clear: both;
}

.node-products .field-name-field-website {
    margin-top: 40px;
    margin-right: 40px;
    border: 1px solid #ddd;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.field-name-field-tags .field-items {
    width: 92%;
}

.node-products .field-name-field-website:hover {
    background: #0da981;
}

.node-products .field-name-field-website .field-label {
    background: #083f88;
    color: #fff;
    padding: 10px;
    margin-left: 22px;
}

.node-products .field-name-field-website .field-label:after {
    content: "";
    position: relative;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: all .15s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    right: 24px;
    -webkit-box-shadow: 10px 0 0 0 #083f88, 10px 3px 0 0 #083f88;
    box-shadow: 15px 0 0 0 #083f88, 10px 0px 0 0 #083f88;
    border-right: 10px solid #083f88;
}

.node-products .field-name-field-website a {
    padding: 20px;
    text-align: center;
    line-height: 40px;
}

.region.region-about-first {
    float: right;
    width: 100%;
}

.region.region-about-second {

}

.logof {
    margin: 0 !important;
    padding: 10px;
    display: block;
}

.logof img {
    padding-top: 7px;
    width: 49%;
}

.field.field-name-field-catalog-farsi.field-type-file.field-label-hidden {
    padding: 10px;
    background: #ddd;
    float: right;
    margin-right: 30px;
    margin-top: 39px;
    border: 1px solid #ccc;
}

.field-name-field-catalog-english,
.field-name-field-contact {
    padding: 10px;
    background: #ddd;
    float: right;
    margin-right: 30px;
    margin-top: 39px;
    border: 1px solid #ccc;
}
.field-name-field-contact .field-label {
display:none;
}
.field-name-field-contact .field-items:after {
    content: "\f095";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}

.field-name-field-advantages .field-items .field-item:before,
.field-name-field-indications .field-items .field-item:before {
        content: "\f06c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin-left: 10px;
    clear: both;
    color: #51a351;

}

.field-type-text-long p {
    text-align: justify;
}


.field-name-field-advantages .field-items .field-item,
.field-name-field-indications .field-items .field-item {
    clear: both;
    line-height: 24px;
}
.field-name-field-contact .field-items .field-item {
    float:right;
}

.field-name-field-contact .field-item {
    float: right;
    margin-left: 10px;
}


/*mobile*/

@media only screen and (max-width: 600px) {
    .slider-bdy {
    font-size: 13px !important;
}
.view-gallery-front .item-list ul li .views-field.views-field-title{
    bottom: 3px;
}
.products{
    height: auto !important;
}

.fgallery h4.block__title {
    width: 80%;
}
.block-instagram-block a.group {
    width: 100% !important;
    height: auto !important;
}
.social {
    height: auto !important;
}
.block-instagram-block a.group img {
    width: 100% !important;
    height: auto !important;
}

.node-type-photos .field-name-field-images .field-item {
    width: 100%;
    height: auto;
}

.slider-title {
    font-size: 13px !important;
    margin-top: -12px !important;
    width: 100% !important;
}

.slider-slg {
    font-size: 13px !important;
}

.view-ads ul li {
    width: 100% !important;
    height: auto;
    clear: both;
}
.view-ads ul li {
    width: 100% !important;
    height: auto;
    clear: both;
    position: unset !important;
}
.view-ads {
    position: unset !important;
}
    .box-right img {
        margin-bottom: 15px !important;
        width: 100%;
        height: auto;
    }
    .box-right {
        float: right;
        background: #fff;
        border: 1px solid #ccc;
        width: 24%;
        margin-left: 1%;
        padding: 25px 35px;
        text-align: center;
        height: 180px;
    }
    .box-left {
        border: 1px solid #ddd;
        padding: 10px 15px;
        height: 180px;
        float: left;
        width: 75%;
        overflow: hidden;
    }
    .node-type-services .field-name-title .field-item:after {
        content: "";
        background-color: #ffa200;
        height: 2px;
        display: block;
        margin-top: -32px;
        margin-bottom: 30px;
        width: 70%;
        float: left;
    }
    body.not-front.no-sidebars.page-node-45 .main-content img,
    body.not-front.no-sidebars.page-node-180 .main-content img,
    body.not-front.no-sidebars.page-node-181 .main-content img {
        width: 100%;
        height: auto;
    }
    body.not-front.no-sidebars.page-node-62 .main-content img {
        width: 100%;
        height: auto;
    }
    form#webform-client-form-67 {
        margin: 0 37px;
    }
    .view-slider .desc {
        display: none;
    }
    .view-news-page .views-row, .view-roydad .views-row {
        height: auto;
    float: right;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 5px;
    overflow: hidden;
    border-radius: 4px;
    padding: 5px;
    }
    body.not-front.node-type-products .field-name-field-details-products {
    width: 100% !important;
}

form .form-actions .btn {
    margin-right: 10px;
    width: 94%;
}
.page-taxonomy-term li.views-row {
    margin: 1%;
    padding: 0px;
    width: 48%;
    height: auto;
}
.field.field-name-field-image.field-type-image.field-label-hidden {
    width: 100%;
    height: auto;
}

.page-taxonomy-term .node img {
    width: 92%;
    height: auto;
}
.group-detail {
    clear: both;
    padding-top: 20px;
}

.term-listing-heading .views-field-field-main-image img, .term-listing-heading .views-field-field-image-company img {
    width: 100%;
    height: auto;
}

.node-type-products .field.field-name-field-summ.field-type-text-long.field-label-hidden {
    clear: both;
}
.field-slideshow {
    overflow: hidden;
    max-width: 100%;
    height: auto !important;
}
    .view-service ul li {
        width: 48%;
        padding: 49px 0px;
        margin: 2% 0% 2% 2%;
        transition: transform .2s ease-in-out;
        float: right;
        list-style: none;
        text-align: center;
        background: #fff;
        border: 1px solid #999;
        border-radius: 4px;
    }
    .usermenub {
        width: 48% !important;
    }
    .block-search {
        width: 52%;

    }
    .block-search .form-inline .form-control {
        width: 146px;
        float: right;
    }
    .block-search .form-actions input.form-submit, .block-search .form-actions #edit-submit {
        margin-right: 140px;
    }
    .region-header .block-menu {
        width: 100%;
    }
    .region-content-first .block {
        width: 100%;
        margin-bottom: 14px;
    }
    .region-content-first .pdil {
        margin: 0;
        margin-bottom: 14px;
    }
    #quicktabs-frontpage > .item-list {
        width: 100%;
    }
    #quicktabs-frontpage ul.quicktabs-tabs li {
        margin: 6px 0;
        padding: 6px;
    }
    div#quicktabs-container-frontpage {
        width: 100%;
    }
    .view-product-logo ul li img {
        width: 100%;
        height: auto;
    }
    .view-product-logo ul li {
        width: 48%;
        height: auto;
    }

    .aboutus .block__content div {
        width: 97%;
        margin: 5px;
        height: auto;
    }
    .aboutus {
            height: auto;
    background-image: none;
    color: #000;
    background-color: #000;
    }
    .node-type-news .node .group-header div {
    padding: 0;
        border: none;
}
.node-news .field-name-field-main-image {
    padding: 0 ;
    width: 100%;
}
.field.field-name-body.field-type-text-with-summary.field-label-hidden img {
    width: 100%;
    height: auto;
}
input#edit-submit-news-page {
    margin-top: 28px;
}

.field-name-field-related-product > .field-items > .field-item {
    float: right;
    width: 100%;
    overflow: hidden;
    height: auto;
}

    .view-latest-products ul li {
        float: right;
        width: 48%;
        height: 210px;

    }
    .view-subset ul li {

    }
    .region.region-about-first {
        float: right;
        width: 100%;
    }
    .region.region-about-second {
        float: right;
        width: 100%;
        margin-right: 0;
    }
    .view-news-front li.views-row img {
        width: 100%;
        height: auto;
        margin: 0 !important;
    }
    .news div#content {
        width: 100%;
    }
    .view-news-front .views-row {
        margin: 10px 0 !important;
        height: auto;
    }
    .news .views-field-body {
        width: 100%;
        margin-bottom: -13px;
        height: auto;
        overflow: hidden;
        text-align: justify;
    }
    .region.region-about-third {
        width: 100%;

    }
    .region.region-about-fourth {
        float: right;
        width: 100%;
    }
    .contactm {
        float: right;
        width: 100%;
    }
    .contactt {
        float: right;
        width: 100%;
        padding-top: 0px;
        margin-right: 1.5%;
        text-align: center;
        font-size: 16px;
    }

    .footer-top .block {
        float: right;
        width: 100% !important;
    }
 
    div#subscribe {
        float: left;
    }
    body.not-front .main-content {
        width: 100% !important;
    }
    body.not-front .sidebar {
        float: left;
        width: 100%;
    }

    .flexslider .slides img {
    height: auto;
    width: 100%;
    }

    #flexslider-1 h1 {
    font-size: 1em !important;
        width: auto !important;
}
.slog {
    position: absolute;
    top: 70%;
    color: rgb(6, 55, 123);
    font-size: 1em;
    font-weight: bold;
    padding: 10px;
    right: 56.2%;
}
.hlogo {
    float: right;
    width: 85%;
    margin-top: 5px;
}
.hlogo img {
    float: right;
    width: 85%;
    margin-top: 0px;
    margin-bottom: 12px;
}
.usermenub {
    width: 95% !important;
}
div#sidr-wrapper-1 {
    float: left;
    width: 15%;
    margin-top: 25px;
}
.soc .block-views {
    width: 100%;
}
div#edit-lot-wrapper {
    width: 73%;
}
input#edit-lot {
    height: 54px;
    font-size: 16px;
}
input#edit-submit-product-id {
    height: 53px;
    margin-right: -15px;
    font-size: 13px;
    width: 80px;
}
.soci a {
    color: #000;
    width: 33%;
    float: right;
    text-align: center;
}
.view-news-front ul {
    height: auto !important;
    overflow-x: auto;
}
.announ {
    height: auto !important;
    overflow-x: auto;
}
.view-gallery-front .item-list ul li {
    width: 97%;
    height: auto;
    text-align: center;
}

.view-gallery-front .item-list ul li img {
    margin: 0 !important;
    padding: 0;
    width: 100%;
    height: auto;
}
.navfixed {
    position: initial !important;
}
.soc .block {
    float: right;
    padding: 0 15px;
    width: 100%;
    height: 60px;
}
.soc .block p {
  display: none;
}
.lot a {
    color: #fff;
    font-size: 18px;
    display: table-cell;
    height: 57px;
    vertical-align: middle;
}


}
a#sidr-1-button {
    position: absolute;
    left: 14px;
    top: 26px;
    font-size: 25px;
    color: #fff !important;
    text-align: center;
}
.sidr ul li a, .sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: iransans;
}
.sidr {
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-family: iransans;
    font-size: 15px;
    background: #0da981;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: none;
}

#sidr-1-button {
    width: 37px;
    height: 37px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#sidr-1-button span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #0da981;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 0;
    border-bottom: 1px solid #1a1a1a;
}

#sidr-1-button span:nth-child(1) {
    top: 0px;
}

#sidr-1-button span:nth-child(2) {
    top: 11px;
}

#sidr-1-button span:nth-child(3) {
    top: 22px;
}

#sidr-1-button.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#sidr-1-button.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#sidr-1-button.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span{
    box-shadow: none !important;

}

#quicktabs-frontpage ul.quicktabs-tabs {
    width: 100%;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
.preloader .preloader__logo {
    width: 120px;
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.preloader.loaded {
    -webkit-animation: moveToTop .7s ease-in-out both;
    animation: moveToTop .7s ease-in-out both; }

@-webkit-keyframes moveToTop {
    from { }
    to {
        -webkit-transform: translateY(-100%); } }

@keyframes moveToTop {
    from { }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); } }

.dot-wrapper {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
.dot-wrapper i {
    display: block;
    background: black;
    border-radius: 33px;
    position: absolute;
    top: 67%;
    left: 48%;
    opacity: 1;
    -webkit-transform: translate3d(60px, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 10px 20px;
 }
.dot-wrapper i:nth-child(1) {
       background: #01a87e;

    -webkit-animation: pourateb 1.75s ease-in-out infinite;
    animation: pourateb 1.75s ease-in-out infinite;     left: 52%;}
.dot-wrapper i:nth-child(2) {
     background: #ddd;
    -webkit-animation: pourateb 1.75s ease-in-out infinite 0.6s;
    animation: pourateb 1.75s ease-in-out infinite 0.6s;  color: #000;   left: 48%;}
.dot-wrapper i:nth-child(3) {
    background: #023f88;
    -webkit-animation: pourateb 1.75s ease-in-out infinite 1.2s;
    animation: pourateb 1.75s ease-in-out infinite 1.2s;     left: 44%;}

@-webkit-keyframes pourateb {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0); }
    30% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    70% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0); } }

@keyframes pourateb {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0); }
    30% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    70% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0); } }

.preloader-logo {
    position: relative;
    display: block;
    width: 195px;
    height: 195px;
    overflow: visible;
    top: 20%;
    margin:auto;

     }
.preloader-logo g .top-blue {
    fill: #023f88;
    stroke: #023f88;
    stroke-width: 1;
    stroke-dasharray: 100%;
    stroke-dashoffset: 500;
    -webkit-animation: dash 3s linear;
    animation: dash 3s linear;
    stroke-opacity: 0; }
.preloader-logo g .top-white {
    fill: #fff;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 100%;
    stroke-dashoffset: 500;
    -webkit-animation: dash 3s linear;
    animation: dash 3s linear;
    stroke-opacity: 0; }

.preloader-logo g .bottom-yellow {
    fill: #ffd503;
    stroke: #ffd503;
    stroke-width: 1;
    stroke-dasharray: 100%;
    stroke-dashoffset: 1000;
    -webkit-animation: dash-yellow 2s linear;
    animation: dash-yellow 2s linear;
    stroke-opacity: 0; }
.preloader-logo g .orange-path {
    fill: #01a87e;
    stroke-width: 1;
    stroke: #01a87e;
    stroke-dasharray: 100%;
    stroke-dashoffset: 1000;
    -webkit-animation: dash-orange 1s linear;
    animation: dash-orange 1s linear;
    stroke-opacity: 0; }

@-webkit-keyframes dash {
    0% {
        stroke-opacity: 1;
        fill: #fff; }
    55% {
        stroke: #023f88;
        stroke-dashoffset: 240;
        fill: transparent; }
    70% {
        fill: transparent; }
    87% {
        stroke-dashoffset: 0; }
    100% {
        stroke-opacity: 1;
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: #023f88; } }

@keyframes dash {
    0% {
        stroke-opacity: 1;
        fill: #fff; }
    55% {
        stroke: #023f88;
        stroke-dashoffset: 240;
        fill: transparent; }
    70% {
        fill: transparent; }
    87% {
        stroke-dashoffset: 0; }
    100% {
        stroke-opacity: 1;
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: #023f88; } }

@-webkit-keyframes dash-yellow {
    0% {
        stroke-opacity: 1;
        fill: #fff;
        stroke-width: 10; }
    55% {
        stroke: #ffd503;
        stroke-dashoffset: 240;
        fill: transparent; }
    70% {
        fill-opacity: 0.7;
        fill: #ffd503;
        fill: transparent; }
    87% {
        fill-opacity: 0.9;
        stroke-dashoffset: 0;
        fill: #ffd503; }
    100% {
        stroke-opacity: 1;
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: #ffd503; } }

@keyframes dash-yellow {
    0% {
        stroke-opacity: 1;
        fill: #fff;
        stroke-width: 10; }
    55% {
        stroke: #ffd503;
        stroke-dashoffset: 240;
        fill: transparent; }
    70% {
        fill-opacity: 0.7;
        fill: #ffd503;
        fill: transparent; }
    87% {
        fill-opacity: 0.9;
        stroke-dashoffset: 0;
        fill: #ffd503; }
    100% {
        stroke-opacity: 1;
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: #ffd503; } }

@-webkit-keyframes dash-orange {
    0% {
        stroke-opacity: 1;
        fill: #fff;
        stroke-width: 10; }
    55% {
        stroke: #01a87e;
        stroke-dashoffset: 240;
        fill: transparent; }
    70% {
        fill-opacity: 0.7;
        fill: #01a87e;
        fill: transparent; }
    87% {
        fill-opacity: 0.9;
        stroke-dashoffset: 0;
        fill: #01a87e; }
    100% {
        stroke-opacity: 1;
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: #01a87e; } }

@keyframes dash-orange {
    0% {
        stroke-opacity: 1;
        fill: #fff;
        stroke-width: 10; }
    55% {
        stroke: #01a87e;
        stroke-dashoffset: 240;
        fill: transparent; }
    70% {
        fill-opacity: 0.7;
        fill: #01a87e;
        fill: transparent; }
    87% {
        fill-opacity: 0.9;
        stroke-dashoffset: 0;
        fill: #01a87e; }
    100% {
        stroke-opacity: 1;
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: #01a87e; } }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
.preloader .preloader__logo {
    width: 120px;
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.preloader.loaded {
    -webkit-animation: moveToTop .7s ease-in-out both;
    animation: moveToTop .7s ease-in-out both; }

@-webkit-keyframes moveToTop {
    from { }
    to {
        -webkit-transform: translateY(-100%); } }

@keyframes moveToTop {
    from { }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); } }



@-webkit-keyframes pourateb {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0); }
    30% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    70% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0); } }

@keyframes pourateb {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0); }
    30% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    70% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0); } }

.preloader-logo {
    position: relative;
    display: block;
    width: 195px;
    height: 195px;
    overflow: visible; }
.preloader-logo g .top-blue {
    fill: #023f88;
    stroke: #023f88;
    stroke-width: 1;
    stroke-dasharray: 100%;
    stroke-dashoffset: 500;
    -webkit-animation: dash 3s linear;
    animation: dash 3s linear;
    stroke-opacity: 0; }
.preloader-logo g .bottom-yellow {
    fill: #ffd503;
    stroke: #ffd503;
    stroke-width: 1;
    stroke-dasharray: 100%;
    stroke-dashoffset: 1000;
    -webkit-animation: dash-yellow 2s linear;
    animation: dash-yellow 2s linear;
    stroke-opacity: 0; }
.preloader-logo g .orange-path {
    fill: #01a87e;
    stroke-width: 1;
    stroke: #01a87e;
    stroke-dasharray: 100%;
    stroke-dashoffset: 1000;
    -webkit-animation: dash-orange 1s linear;
    animation: dash-orange 1s linear;
    stroke-opacity: 0; }

@keyframes dash {
    0% {
        stroke-opacity: 1;
        fill: #fff; }
    55% {
        stroke: #023f88;
        stroke-dashoffset: 240;
        fill: transparent; }
    70% {
        fill: transparent; }
    87% {
        stroke-dashoffset: 0; }
    100% {
        stroke-opacity: 1;
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: #023f88; } }

@keyframes dash-yellow {
    0% {
        stroke-opacity: 1;
        fill: #fff;
        stroke-width: 10; }
    55% {
        stroke: #ffd503;
        stroke-dashoffset: 240;
        fill: transparent; }
    70% {
        fill-opacity: 0.7;
        fill: #ffd503;
        fill: transparent; }
    87% {
        fill-opacity: 0.9;
        stroke-dashoffset: 0;
        fill: #ffd503; }
    100% {
        stroke-opacity: 1;
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: #ffd503; } }

@keyframes dash-orange {
    0% {
        stroke-opacity: 1;
        fill: #fff;
        stroke-width: 10; }
    55% {
        stroke: #01a87e;
        stroke-dashoffset: 240;
        fill: transparent; }
    70% {
        fill-opacity: 0.7;
        fill: #01a87e;
        fill: transparent; }
    87% {
        fill-opacity: 0.9;
        stroke-dashoffset: 0;
        fill: #01a87e; }
    100% {
        stroke-opacity: 1;
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: #01a87e; } }



.view-product-id ul li {
    list-style: none;
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 3px;
}

.view-product-id ul li > div > div.field {
float: right;
    margin: 15px;
    padding: 15px;
    width: 47%;
    text-align: justify;
    background: #f5f5f5;
    min-height: 100px;
}

.view-product-id ul li > div > div.field .field-label {
    font-weight: bold;
    padding-bottom: 10px;
}


.field-name-club {
    width: 97% !important;
    text-align: center !important;
    font-size: 20px;
    background: #0da981 !important;
    min-height: 70px !important;
}

.field-name-club a {
    color: #fff !important;
}
.view-product-id ul li  .field-name-field-product .node > h2{
display:none;
}

.view-product-id ul li .field-name-field-product {
width: 97% !important;
}

.term-listing-heading .views-field-field-main-image,
.term-listing-heading .views-field-field-image-company
 {
    float: right;
    margin: 10px;
}

.field-name-field-category-product {
    float: left;
    margin-top: -50px;
}

.field-name-field-rate {
    float: left;
    margin-top: -70px;
}

.term-listing-heading .views-field-title{
    padding-top: 20px;
}

.term-listing-heading .views-field-description {
    text-align: justify;
        padding: 15px;

}
.term-listing-heading .views-field-description  p{
    font-size: 13px;
}




.noactive a{
border-bottom: 0 !important;
}

#comments {
    clear: both;
    margin-top: 40px;
    border-top: 1px solid #000;
    padding-top: 20px;
}

.view-news-front ul {
    height: 460px;
    overflow-x: auto;
}

.page-product-id .field-name-field-main-image {
    float: right;
}
fieldset#edit-sms-user legend.panel-heading,
fieldset#edit-register legend.panel-heading {
    display: none;
}
fieldset#edit-sms-user,
fieldset#edit-register {

    border: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

fieldset#edit-sms-user p.help-block,
fieldset#edit-register p.help-block {
    display: none;
}

div#edit-account {
    float: right;
    margin-left: 2%;
}

fieldset#edit-sms-user .panel-body.fieldset-wrapper {
    padding: 0;
}


.contact {
}

#flexslider-1 h1{

    position: absolute;
    color: #fff;
    display: block;
    width: 410px;
    top:48%;
    right: 58.5%;
    line-height: 48px;
    font-size: 32px;

}

.announ {
    height: 465px;
    overflow-x: auto;
}

span.date-display-single {
    display: inline-flex;
}

.bannerpage img{

    width: 100%;
    height: auto;

}

.dashb ul li{

    width: 100%;
    clear: both;
}

body.not-front.page-user-me .main-content {
    float: right;
    width: 72%;
    padding-top: 0.2em;
}

.toboggan-unified #login-links a.lt-active, .toboggan-unified #login-links a.lt-active:hover {
    background-color: #0da981;
    border: 2px #333 solid;
    color: #fff;
    background-image: none;
    padding: 5px !important;
    font-size: 17px;
}

.toboggan-unified #login-links a {
    border: 1px #666 solid;
    background-color: #000;
    background-image: none;
    padding: 5px !important;
    font-size: 16px;
    color: #fff;
}

.page-user-edit .main-content,
.page-user .main-content
 {
    width: 78% !important;
}

form#user-profile-form .form-wrapper {
    float: right;
    width: 48%;
    margin: 0 1%;
    overflow: hidden;
}

.table-bordered > tbody > tr > td{

    direction: ltr;
    text-align: center !important;
}


.field-name-field-label {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -10px;
 
}
.field-name-field-label::before,
.field-name-field-label::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  border: 5px solid #0da981;
    border-top-color: transparent;
  border-right-color: transparent;
}
.field-name-field-label .field-item {
  position: absolute;
  display: block;
  width: 225px;
  padding: 8px 0;
  background-color: #0da981;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 14px/1 iransans;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.taxchild {
    clear: both;
}


.field-name-field-label::before {
  top: 0;
  left: 22px;
}
.field-name-field-label::after {
  bottom: 22px;
  right: 0;
}
.field-name-field-label .field-item {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.field-name-field-related-product > .field-items > .field-item {
      float: right;
    width: 23%;
    overflow: hidden;
    height: 230px;
    border: 1px solid #ddd;
    margin: 1%;
}

.field-name-field-related-product .field-items > .field-item article > h2 {
    display: none;
}

.field-name-field-related-product .field-items > .field-item article .links {
    display: none;
}
.field-name-field-related-product .field-items > .field-item article .field-name-field-main-image{

    width: 100%;
    padding: 0;
}


.field-name-field-related-product .field-items > .field-item article .field-name-field-main-image img{
    border: 0;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.field-name-field-related-product .field-items > .field-item article h2{

    font-size: 14px;
    text-align: center;
}

.page-taxonomy-term-538 .views-field.views-field-field-image-company img,
.page-taxonomy-term-535 .views-field.views-field-field-image-company img {
    width: 200px;
    height: auto;
}

.page-taxonomy-term-538 .term-listing-heading .view-header,
.page-taxonomy-term-535 .term-listing-heading .view-header {
    height: auto;
    min-height: 200px;
}


.search-modal .close-modal {
  position: absolute;
  top: 1em;
  right: 4em;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer; }
  .search-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    transform: rotate(45deg); }
    .search-modal .close-modal .lr .rl {
      z-index: 1052;
      width: 1px;
      height: 75px;
      background-color: #fff;
      transform: rotate(90deg); }

.search-modal .modal-dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  margin: 0 auto; }
  .search-modal .modal-dialog .modal-content {
    width: 80%; }
    .search-modal .modal-dialog .modal-content #search-block-form > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center; }
      .search-modal .modal-dialog .modal-content #search-block-form > div .form-item {
        width: 82.5%; }
        .search-modal .modal-dialog .modal-content #search-block-form > div .form-item input.form-text {
          border-radius: 4px 0 0 4px;
          height: 34.5px;
          color: #414141;
          width: 100%; }
          form#search-block-form {
    text-align: center;
}
      .search-modal .modal-dialog .modal-content #search-block-form > div .form-actions {
        margin: 0;
        margin-top: 0.7em; }
        .search-modal .modal-dialog .modal-content #search-block-form > div .form-actions input {
          border-radius: 0 4px 4px 0;
          margin: 0;
          height: 34px; }

     #search-block-form .container-inline.form-inline {
    width: 100%;
}


div.autocomplete-deluxe-multiple {
    padding: 0px 5px;
}

 .page-node-add-products .field-type-image{
 	border: 1px solid #ddd;
    width: 100%;
    clear: both;
    margin: 1% 0;
    padding: 1%;
 }

 .page-node-add-products .field-name-field-category-product {
    float: right;
    margin-top: 0;
}

 .page-node-add-products .field-type-taxonomy-term-reference,
  .page-node-add-products .field-type-link-field,
 .page-node-add-products .field-type-file,
 .page-node-add-products .form-item.form-type-textfield.form-item-title.form-group,
 .page-node-add-products .field-type-text,
 .page-node-add-products .field-name-field-label{

 	width: 100%;
 	clear: both;
 	padding: 0;
    margin: 20px 0;
 }


form#views-exposed-form-drugstore-page .views-exposed-widget.views-submit-button {
    float: none;
}

form#views-exposed-form-drugstore-page .views-exposed-form .views-exposed-widget .form-submit {
    width: 200px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
}

.node-reference > .field{background: #f4f4f4; border: 1px solid #ccc; padding: 15px; border-radius: 4px; margin: 10px 0;}
.node-reference .field-name-title{float: right;
    width: 49%;
    margin-left: 1%; padding: 4px; text-align: center;}
 .node-reference    .field-name-title h2 {
    padding-bottom: 0 !important;
    padding-top: 9px;
}
.node-reference .field-name-field-title-english{    width: 50% !important; margin: 10px 0 !important; text-align: center;}
.node-reference .field-name-body{ clear: both; }
.node-reference .field-name-field-dosage-form{}
.node-reference .field-name-field-side-effects{}
.node-reference .field-name-field-prohibited-usage{}
.node-reference .field-name-field-active-ingredients{}

.view-reference p{
    text-align: right;
    direction: rtl;
}

.view-reference ul li{
    text-align: right;
    direction: rtl;
    font-size: 13px;
}

.view-reference .views-exposed-widget.views-submit-button {
    text-align: center;
    margin: 0 auto;
    margin-top: 29px;
}




.products-brands{
    text-align: right;

}
.products-brands .block__content > ul{
  -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    column-fill: auto;
    height: 230px;
    margin-top: 15px;
}
.products-brands .block__content > ul > li{
text-align: right;
    margin: 10px 0;
   }
.products-brands .block__content > ul > li > a{
color: #06367b !important;
}
.products-brands .block__content > ul > li > ul > li > a{
    font-size: 13px !important;
    color: #fff !important;
        }

.products-brands .block__content > ul > li > ul > li > ul {
    display: none;
}
.products-brands .block__content > ul > li > ul > li {}
.products-brands .block__content > ul > li > ul {

    padding-right: 10px;}

.products-brands h4.block__title {
    text-align: right;
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.products-brands .block__content > ul > li.first {
    margin: 0;
}



.products-catg{}

.products-catg{}
.products-catg .block__content > ul{
-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    text-align: right;
        margin-top: 15px;


}
.products-catg .block__content > ul > li{
        margin: 5px 0;

    }
.products-catg .block__content > ul > li > a{

    font-size: 13px !important;
    color: #023279 !important;
    }
.products-catg .block__content > ul > li > ul > li > a{
    font-size: 13px !important;
    color: #ccc !important;
        }

.products-catg .block__content > ul > li > ul > li > ul {
    display: none;
}
.products-catg .block__content > ul > li > ul > li {}
.products-catg .block__content > ul > li > ul {}

.products-catg h4.block__title {
    text-align: right;
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}



div#tb-megamenu-column-1 {
    border-left: 1px solid #fff;
}

.tb-megamenu .mega-inner {
    padding: 10px;
    margin-right: 15px;
}

.page-taxonomy-term .region-content > .node-products {
    width: 18.8%;
    text-align: center;
    border: 1px solid #ddd;
    float: right;
    margin: 6px;
    height: 265px;
    position: relative;
}


.page-taxonomy-term .region-content > h2 {
  padding: 20px;
}

.page-products .view-products ul.pager li {
    width: auto;
    height: auto;
}
.page-products .view-products ul.pager li a {

    color: #000;
}

.webform-component--name,
.webform-component--mob,
.webform-component--ncode {
    float: right;
    width: 47%;
    margin-left: 1%;
}

.webform-component--fam,
.webform-component--phon,
.webform-component--npez {
    float: right;
    width: 48%;
}

.form-item.webform-component.webform-component-checkboxes.webform-component---- {
    height: 300px;
    overflow-x: auto;
    width: 96%;
}

.page-taxonomy-term  ul li > .node-news {
  overflow: hidden;

}
.page-taxonomy-term .node-news {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.page-taxonomy-term ul li > .node-news img {
    width: 100%;
    margin: 0 !important;
    height: auto;
}
.page-taxonomy-term ul li > .node-news h2 {
   padding-bottom: 0 !important;
   font-size: 13px;
}

.relatedc{

    border-radius: 5px;
    border:1px solid #000;
    padding: 15px;
    margin-right: 10px;
}

div#edit-comment-body {
    clear: both;
}
input#edit-custom-search-blocks-form-1--2 {
    float: right;
    width: 81.7%;
    margin-bottom: 36px;
}

.node-type-news .node > div.field-name-body img {
    padding: 10px;
}

.view-latest-jobs .item-list {
    height: 246px;
    overflow-y: scroll;
    padding-left: 20px;
}
.field.field-name-mobile.field-type-ds.field-label-hidden {
    float: left;
    margin-bottom: -24px;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    .container {
        width: 750px;
    }
    .soci .fa {
    font-size: 36px !important;
	}
	.soc .block p {
    font-size: 19px !important;
	}
	.region.region-content-fifth .block {
    padding: 5px !important;
	}
	.view-gallery-front .item-list ul li {
	margin: 3px !important;
	}
	.news img {
	float: right;
	width: 133px;
	height: auto;
	}
	.contactt {
	overflow: hidden;
	font-size: 13px !important;
	}
	.footer-top .block {
    width: 45% !important;
	}
	.logof {
    height: 238px !important;
	}
	.view-gallery-front .item-list ul li {

    width: 24.2% !important% !important;
	}
	.aboutus .block__content div {
    float: right;
    width: 31.1%;
    border: 1px solid #fff;
    padding: 0 2px;
    text-align: justify;
    margin: 8px;
    height: 167px;
    font-size: 11px;
    background: rgba(255, 255, 255, 0.22);
	}
	#quicktabs-frontpage > .item-list {
    float: right;
    width: 100%;
	}	
	.view-latest-products ul li {
    float: right;
    width: 15.5%;
    margin: .5%;
    list-style: none;
    overflow: hidden;
    height: 175px;
    text-align: center;
    background: #fff;
    padding: 16px 5px;
    border: 1px solid #3bd8d9;
    border-radius: 3px;
	}
	div#quicktabs-container-frontpage {
    width: 100%;  
	}
	.lot a {
    font-size: 18px;

	}

}

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

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

    footer .container {
    }
}

.page-honours .thumbnail{
    text-align: center;
    height: 250px;
}

.page-honours .thumbnail .views-field-title{
    padding-top: 5px;
}

.comment ul.links.inline {
    display: block !important;
}

.form-item.webform-component.webform-component-select.webform-component--catg {
    width: 94%;
}

@media only screen and (min-width: 1380px) {
.productsn:before {

}

.productsn h4.block__title{
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 5%;
    z-index: 9999;
    top: 33%;
    width: 13%;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    padding: 10px 0;
    text-align: center;
    background: url(../images/h1bg.png) no-repeat 12px -30px;

}
.view-latest-products .jcarousel-skin-default .jcarousel-container-horizontal {
    width: 63% !important;
    height: 250px;
    overflow: hidden;
    margin-right: 11%;
    margin-left: 11%;
}

}

section.group-image.field-group-fieldset {
    position: relative;
}


.view-subset .view-header p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    margin-top: -25px;
}
.page-news .page-header {
    margin: 0px;

}

.page-news  div#page-header {
    margin-top: 0;
}

.region-slider .views-field.views-field-nothing {
    position: absolute;
    top: 20%;
    right: 31%;
    width: 35%;
    text-align: center;

}
.slider-content {
    z-index: 2;
        color: #fff;
        will-change: transform;
    -webkit-transform: skewX(-10deg) rotate(-4deg) translate3d(0, 0, 0);
    transform: skewX(-10deg) rotate(-4deg) translate3d(0, 0, 0);
    position: relative;
}


.slider-content:before {
        border: 2px solid #f16725;
    width: 1px;
    height: 100%;
    content: " ";
    position: relative;
    z-index: 9;
}
.slider-content:after {
        border: 2px solid #f16725;
    width: 1px;
    height: 100%;
    content: " ";
    position: relative;
    z-index: 9;
}
.i18n-en .slider-bdy{
    line-height: 86px;
}

.i18n-en .slider-title{
    line-height: 86px;
}

.i18n-en .slider-slg{
    line-height: 86px;
}


.slider-bdy{
    font-size: 43px;
     -webkit-animation-delay: 0;
     -moz-animation-delay: 0;
       -o-animation-delay: 0;
          animation-delay: 0;

}
.slider-title{
    font-size: 23px;
    margin-top: -23px !important;
    background: #f16725;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    border-radius: 3px;
     -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
       -o-animation-delay: 500ms;
          animation-delay: 500ms;
}
.slider-slg{
font-size: 30px;
 -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}


.slider-content div {
  opacity: 0;
  -webkit-animation: reveal 2s cubic-bezier(0, 1, 0.5, 1) 2 normal forwards;
     -moz-animation: reveal 2s ease-in 2 normal forwards;
       -o-animation: reveal 2s cubic-bezier(0, 1, 0.5, 1) 2 normal forwards;
          animation: reveal 2s cubic-bezier(0, 1, 0.5, 1) 2 normal forwards;
}



@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.view-ads ul  {
    margin: 0 !important;
}

.view-ads ul li {
    float: right;
    list-style: none;
    margin: 15px 0 !important;
    overflow: hidden;
    position: relative;
}

.view-ads ul li img {
-webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
        width: 100%;
    height: auto;
}

.view-ads ul li.views-row-1{
    width: 23%;
    right: 0;
}
.view-ads ul li.views-row-2{
        width: 26%;
    padding: 0 10px;
    right: 1%;
    top: 0;
}
.view-ads ul li.views-row-3{
        width: 26%;
    padding: 0 10px;
    right: 1%;
    top: 0;
}
.view-ads ul li.views-row-4{
    width: 52%;
    padding: 0px 10px;
    right: 1%;
    top: 17%;
}
.view-ads ul li.views-row-5{
    width: 23%;
    left: 0;
    top: 0;
    position: absolute;
}
.view-ads ul li.views-row-6 {
    left: 0;
    width: 49%;
    bottom: -35%;
    position: absolute;
}
.view-ads ul li.views-row-7 {
    right: 0;
    width: 49%;
    position: absolute;
    bottom: -35%;
}

.view-ads ul li .views-field-title {
    padding-right: 10%;
    padding-top: 20%;
    font-size: 20px;
    color: #fff;
    position: absolute;
    z-index: 9999;
    background: #f16725;
    padding: 5px 10px;

}

.view-ads ul li .views-field-view-node{

    right: 16%;
    top: 19%;
    position: absolute;
    background: #f16725;
    padding: 7px;
    border-radius: 4px;
    color: #fff;
    z-index: 9999;
}

.view-ads ul li.views-row-2 .views-field-view-node{

    right: 16%;
    top: 61%;

}

.view-ads ul li.views-row-3 .views-field-view-node{

    right: 39%;
    top: 65%;

}
.view-ads ul li.views-row-5 .views-field-view-node{

        right: 28%;
    top: 59%;

}
.view-ads ul li.views-row-6 .views-field-view-node{

    right: 39%;
    top: 59%;

}


.view-ads ul li .views-field-view-node a{

    color: #fff;
}

.view-ads ul li:hover .views-field-field-ads{
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.view-ads ul li .views-field-field-ads{
  /*  filter: brightness(46%);
    -webkit-filter: brightness(46%);*/
}

    
    .view-news-front .thumbnail {
    height: 355px;
}

.view-slider:after {
    content: " ";
    display: block;
        background: url(../images/sm.png) no-repeat ;

}

.products .block{
    position: relative;
}

.block-instagram-block  {
 width: 100%;
}

.block-instagram-block a.group {
 display: inline-block;
    width: 14.7%;
    float: right;
    height: 170px;
    margin: 9px;
}

.menu-link-english{
            background: url(../images/en.gif) no-repeat right center;
    padding-right: 24px !important;

}

.node-type-photos .field-name-title h2 {
    color: #1e4a86;
    font-size: 21px;
    text-align: center;
    padding: 20px 0;
    width: 11%;
    margin: 0 auto;
    margin-top: -28px;
    position: relative;
    background: #fff;
}
.node-type-photos .field-name-title h2 a{
    color: #f16725;
}

.node-type-photos .field-name-title .field-item:before {
   content: " ";
    border-top: 1px solid #ccc;
    width: 100%;
    height: 1px;
    padding-top: 10px;
    position: relative;
    top: 23px;
    display: block;
}

.form-item.webform-component.webform-component-number.webform-component--number-of-day {
    float: right;
    width: auto;
    margin: 0 7px;
}


.form-item.webform-component.webform-component-select.webform-component--Start-month,
.form-item.webform-component.webform-component-select.webform-component--Month-of-arrival,
.form-item.webform-component.webform-component-select.webform-component--day-of-arrival,
.form-item.webform-component.webform-component-number.webform-component--Count-Date,
.form-item.webform-component.webform-component-select.webform-component--which-food,
.form-item.webform-component.webform-component-select.webform-component--Start-Day,
.form-item.webform-component.webform-component-number.webform-component--Count-Date {
    float: right;
        margin: 0 7px;
            width: auto !important;


}

.i18n-en .hlogo {
    float: left !important;
}

.i18n-en .mainmenub,
.i18n-en .tb-megamenu .nav > li{
    float: right;
}

.i18n-en .usermenub {
    float: right !important;

}

.i18n-en ul.menu li {
    float: right;
}

.farsi{
    background: url(../images/fa.gif) no-repeat right center;
    padding-right: 24px !important;

}

.i18n-en .news .views-field-body {

    direction: ltr;
    font-family: Arial;
}
.i18n-en .contactt {
    font-family: sans-serif;
}


 body.i18n-en{
    font-family: sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    direction: ltr !important;
}
.i18n-en  h1, .i18n-en h2, .i18n-en h3, .i18n-en h4, .i18n-en h5,.i18n-en  h6 {
    font-family: sans-serif;
    text-align: left;
    direction: ltr !important;
}

.i18n-en .views-field.views-field-title {
    text-align: left;
}

.i18n-en  .contactt a span{

        font-family: sans-serif !important;

}

.field-name-field-photos .field-name-field-images .field-item {
       float: right;
    margin: 4px;
    width: 32%;
    overflow: hidden;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.field-name-field-photos .field-name-field-images .field-item img {

    width: 100%;
    height: auto;

}
.field-name-field-photos  h2 {

    display: none;

}
.field.field-name-body img {
    margin: 10px;
}

.i18n-en .ds-1col.node.node-news.view-mode-full.clearfix {

    font-family: arial;
}

.i18n-en .node-news .field-name-field-main-image {

    float: left;
}

.i18n-en .field.field-name-body.field-type-text-with-summary.field-label-hidden,
.i18n-en .field.field-name-body.field-type-text-with-summary.field-label-hidden p {
    text-align: justify;
    direction: ltr;
}


.i18n-en .field-name-field-photos .field-name-field-images .field-item {
       float: left;
}

.i18n-en.page-photos .page-header{display: block !important;}

.i18n-en .view-photos-page ul li {
    float: left;

}
.i18n-en .view-photos-page ul li .views-field-title {
   padding-left: 10px;

}
.node-news .field-name-field-photos .field-name-field-images .field-item {
    width: 13.56% !important;
    height: auto !important;
}

.node-news .field-slideshow {
    overflow: hidden;
    width: 13.56% !important;
    height: auto !important;
}

.node-news .field-slideshow-slide img {
    float: left;
    margin-bottom: 0 !important;
    width: 100% !important;
    height: auto !important;
}