@charset "UTF-8";

@font-face {
  font-family: Vazir;
  src: url('fonts/Vazir.eot');
  src: url('fonts/Vazir.eot?#iefix') format('embedded-opentype'),
       url('fonts/Vazir.woff2') format('woff2'),
       url('fonts/Vazir.woff') format('woff'),
       url('fonts/Vazir.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/Vazir-Bold.eot');
  src: url('fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Vazir-Bold.woff2') format('woff2'),
       url('fonts/Vazir-Bold.woff') format('woff'),
       url('fonts/Vazir-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/Vazir-Thin.eot');
  src: url('fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
       url('fonts/Vazir-Thin.woff2') format('woff2'),
       url('fonts/Vazir-Thin.woff') format('woff'),
       url('fonts/Vazir-Thin.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/Vazir-Light.eot');
  src: url('fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/Vazir-Light.woff2') format('woff2'),
       url('fonts/Vazir-Light.woff') format('woff'),
       url('fonts/Vazir-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/Vazir-Medium.eot');
  src: url('fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
       url('fonts/Vazir-Medium.woff2') format('woff2'),
       url('fonts/Vazir-Medium.woff') format('woff'),
       url('fonts/Vazir-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/Vazir-Black.eot');
  src: url('fonts/Vazir-Black.eot?#iefix') format('embedded-opentype'),
       url('fonts/Vazir-Black.woff2') format('woff2'),
       url('fonts/Vazir-Black.woff') format('woff'),
       url('fonts/Vazir-Black.ttf') format('truetype');
  font-weight: 900;
}

.tx-solr-autosuggest {
    border: 1px solid #CCC;
    background: #FFF;
    overflow: auto;
}

.tx-solr-autosuggest strong {
    font-weight: bolder;
    color: #f18f0b;
}

.tx-solr-autosuggest .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.tx-solr-autosuggest .autocomplete-selected {
    background: #F1E0B6;
}

.tx-solr-autosuggest .autocomplete-group {
    padding: 10px 5px;
}

.tx-solr-autosuggest .autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #999;
}


html {
    font-family: Vazir;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	direction:rtl;
}

body {
    margin: 0;
}

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


a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline 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 {
    font-family: monospace, monospace;
    font-size: 1em;
}

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;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    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;
    }
    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,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    box-sizing: border-box;
}

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

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

body {
    font-family: "Vazir", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #6A7C92;
    background-color: #fff;
}

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

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

a:hover,
a:focus {
    color: #4a5666;
    text-decoration: none;
}

a:focus {
    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.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

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

.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;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #31475E;
}

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: 400;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

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: 12px;
    margin-bottom: 12px;
}

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: 33px;
}

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

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

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

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

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

p {
    margin: 0 0 12px;
}


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

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

.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 {
    color: #777777;
}

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

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

.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: #6a7c92;
}

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

.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: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #eeeeee;
}

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

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-right: 5px;
    padding-left: 5px;
}

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

dt,
dd {
    line-height: 1.6;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

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

.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;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 18.75px;
    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.6;
    color: #777777;
}

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

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

.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: 24px;
    font-style: normal;
    line-height: 1.6;
}

code,
kbd,
pre,
samp {
    font-family: Vazir, Menlo, Monaco, Consolas, "Courier New", monospace;
}

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: 700;
    box-shadow: none;
}

pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.container:after {
    clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
    clear: both;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.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,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 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: right;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 23%;
		margin-left: -40px;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
        overflow: hidden;
    }
    .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 {
        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 {
        width: 100%;
        margin-top: 9px;
    }
    .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;
}

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

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

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

th {
    text-align: left;
}

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

.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.6;
    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 {
    border: 1px solid #ddd;
}

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

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

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

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

.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 {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        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 {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

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

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

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;
}

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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

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

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

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

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

.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;
}

@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: 38px;
    }
    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: 31px;
    }
    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: 48px;
    }
}

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

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

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

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

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

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

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

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

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

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

.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-right: 0;
    padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    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: 31px;
    line-height: 31px;
}

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: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.form-group-sm .form-control-static {
    height: 31px;
    min-height: 37px;
    padding: 6px 10px;
    font-size: 13px;
    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: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    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: 48px;
    line-height: 48px;
}

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: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
    height: 48px;
    min-height: 43px;
    padding: 11px 16px;
    font-size: 19px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

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

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    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: 48px;
    height: 48px;
    line-height: 48px;
}

.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: 31px;
    height: 31px;
    line-height: 31px;
}

.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: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

.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: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

.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: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

@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 {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

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

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

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

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

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

.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: 19px;
    }
}

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.6;
    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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none;
}

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;
    background-image: none;
    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.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 {
    color: #fff;
    background-color: #6a7c92;
    border-color: #5f6f83;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #556374;
    border-color: #2a3139;
}

.btn-primary:hover {
    color: #fff;
    background-color: #556374;
    border-color: #465160;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #556374;
    background-image: none;
    border-color: #465160;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #465160;
    border-color: #2a3139;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #6a7c92;
    border-color: #5f6f83;
}

.btn-primary .badge {
    color: #6a7c92;
    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;
    background-image: none;
    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.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;
    background-image: none;
    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.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;
    background-image: none;
    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.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;
    background-image: none;
    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.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 {
    font-weight: 400;
    color: #6a7c92;
    border-radius: 0;
}

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

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

.btn-link:hover,
.btn-link:focus {
    color: #4a5666;
    text-decoration: none;
    background-color: transparent;
}

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

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

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

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 13px;
    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: opacity 0.15s linear;
}

.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: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

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

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

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

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

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

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

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

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

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.6;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.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 {
    display: table;
    content: " ";
}

.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-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.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 {
    display: table;
    content: " ";
}

.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-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-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-right-radius: 0;
    border-bottom-left-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 {
    display: table-cell;
    float: none;
    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-right: 0;
    padding-left: 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: 15px;
    font-weight: 400;
    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: 13px;
    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: 19px;
    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 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

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

.nav > li.disabled > a {
    color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #6a7c92;
}

.nav .nav-divider {
    height: 1px;
    margin: 11px 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.6;
    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;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.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: #6a7c92;
}

.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 {
    margin-bottom: 5px;
    text-align: center;
}

.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;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}

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

.navbar:after {
    clear: both;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " ";
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 13px 15px;
    font-size: 19px;
    line-height: 24px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width:768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 6.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 6px;
    margin-bottom: 6px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 13px;
    margin-bottom: 13px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ ";
}

.breadcrumb > .active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

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

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #4a5666;
    background-color: #eeeeee;
    border-color: #ddd;
}

.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 > .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;
    cursor: default;
    background-color: #6a7c92;
    border-color: #6a7c92;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

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

.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: 13px;
    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: 24px 0;
    text-align: center;
    list-style: none;
}

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

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #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: #777777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    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: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #6a7c92;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #556374;
}

.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: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    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: #6a7c92;
    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: 23px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 68px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 24px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}

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

.thumbnail .caption {
    padding: 9px;
    color: #6A7C92;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #6a7c92;
}

.alert {
    padding: 15px;
    margin-bottom: 24px;
    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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

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

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

.alert-info hr {
    border-top-color: #a6e1ec;
}

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

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

.alert-warning hr {
    border-top-color: #f7e1b5;
}

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

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

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

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

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #6a7c92;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.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 {
    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 {
    overflow: hidden;
    zoom: 1;
}

.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 {
    padding-left: 0;
    margin-bottom: 20px;
}

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

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

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee;
}

.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: #777777;
}

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

.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: #e0e4e8;
}

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 {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

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

.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: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.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: 17px;
    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-right-radius: 3px;
    border-bottom-left-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-right-radius: 3px;
    border-bottom-left-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-right: 15px;
    padding-left: 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-right-radius: 3px;
    border-bottom-left-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-right-radius: 3px;
    border-bottom-left-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,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

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

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

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

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

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

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

.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: #6a7c92;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #6a7c92;
    border-color: #6a7c92;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #6a7c92;
}

.panel-primary > .panel-heading .badge {
    color: #6a7c92;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6a7c92;
}

.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;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 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: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.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: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

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

.modal-open {
    overflow: hidden;
}

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

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

.modal.in .modal-dialog {
    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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

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

.modal-header:before,
.modal-header:after {
    display: table;
    content: " ";
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.6;
}

.modal-body {
    position: relative;
    padding: 15px;
}

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

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

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

.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: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

    .eq-title{
        display:none;
    }
@media (min-width:768px) {
    .eq-title{
        display:block;
    }
}



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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Vazir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 13px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

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

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

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

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

.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 {
    right: 5px;
    bottom: 0;
    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;
}

.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;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Vazir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 15px;
    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: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    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: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    transition: 0.6s ease-in-out left;
}

.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: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: 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%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.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;
    font-family: Vazir, serif;
    line-height: 1;
}

.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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    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 {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

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

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.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;
    }
}

h1,
h2,
h3 {
    font-family: Vazir, "AirbusSpecial";
    font-weight: 400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #005baa;
    line-height: 1.3;
}

.head-orange h1,
.head-orange h2,
.head-orange h3 {
    color: #ee7203;
}

h4,
h5 {
    font-family: Vazir, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #005baa;
}

.head-orange h4,
.head-orange h5 {
    color: #ee7203;
}

h4 a,
h5 a {
    text-decoration: none;
}

h4.results-topic,
h5.results-topic {
    margin: 14px 0;
}

h4,
h5 {
    line-height: 1.2;
}

b,
strong {
    font-weight: bold;
}

@media (max-width:991px) {
    h1 {
        font-size: 23px;
    }
}

h1.sub {
    font-family: Vazir, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #31475E;
}

h2 {
    font-size: 22px;
    text-align:center;
}

h2.sub {
    font-family: Vazir, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #31475E;
}

h3 {
    font-size: 21px;
}

h3.sub {
    font-family:Vazir,  Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 19px;
    color: #005baa;
}

@media (max-width:991px) {
    h4 {
        font-size: 15px;
    }
}

h4.sub {
    font-family: Vazir, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #31475E;
}

@media (max-width:991px) {
    h5 {
        font-size: 13px;
    }
}

h5.sub {
    font-family: Vazir, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #31475E;
}

h1 a,
h2 a,
h3 a,
h4 a {
    text-decoration: none;
    color: #31475e;
}

h1 a:hover,
h1 a:focus,
h1 a:active,
h1 a:visited,
h2 a:hover,
h2 a:focus,
h2 a:active,
h2 a:visited,
h3 a:hover,
h3 a:focus,
h3 a:active,
h3 a:visited,
h4 a:hover,
h4 a:focus,
h4 a:active,
h4 a:visited {
    text-decoration: none;
}

.head-orange h1 a,
.head-orange h2 a,
.head-orange h3 a,
.head-orange h4 a {
    color: #ee7203;
}

.head-blue h1 a,
.head-blue h2 a,
.head-blue h3 a,
.head-blue h4 a {
    color: #005baa;
}

.text-large {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

@media (min-width:768px) {
    .text-large {
        font-size: 22px;
        line-height: 32px;
    }
}

ul,
ol {
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    list-style: none;
    margin-bottom: 8px;
}

section ul,
.cke_editable ul {
    padding-left: 30px;
}

section ul li,
.cke_editable ul li {
    list-style: inherit;
    margin-bottom: 8px;
}

section ul.content-menu,
.cke_editable ul.content-menu {
    padding-left: 0;
}

section ul.content-menu li,
.cke_editable ul.content-menu li {
    list-style: none;
}

.frame p a,
.frame ul a,
.frame ol a {
    text-decoration: underline;
}

.frame .ce-bodytext ul li {
    padding-left: 29px;
    list-style: none;
}

.frame p.text-large a {
    text-decoration: none;
}

.row > div + div:not(".col-xs-6") {
    margin-top: 25px;
}

@media (min-width:992px) {
    .row > div + div:not(".col-xs-6") {
        margin-top: 0;
    }
}

@media (min-width:992px) {
    div.frame-space-after-extra-large {
        margin-bottom: 12em;
    }
}

@media (min-width:992px) {
    div.frame-space-before-extra-large {
        margin-top: 12em;
    }
}

a,
a:focus,
a:active,
a:hover {
    outline: none;
}

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

.ce-textpic .ce-gallery figcaption {
    margin-bottom: 30px;
}

.ce-textpic .ce-gallery figure {
    margin-bottom: 30px;
    display: block;
}

.ce-textpic .ce-gallery figure + figcaption {
    margin-top: -20px;
}

.box-shadow .ce-textpic .ce-gallery figcaption,
.box-shadow .ce-textpic .ce-gallery figure {
    margin: 0 !important;
    display: block;
}

legend {
    font-size: 18px;
    margin-top: 20px;
    color: #6A7C92;
}

#page > section {}

#page > section > .container,
#page > section .container-grey,
#page > section .container-orange {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -8px;
}

@media (min-width:768px) {
    #page > section > .container,
    #page > section .container-grey,
    #page > section .container-orange {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -8px;
        background: url(images/back.svg) 100% no-repeat;
        background-size: auto 100%;


    }
}

#page > section .container + .container,
#page > section .container-grey + .container-grey,
#page > section .container-orange + .container-orange {
    padding-top: 0;
}

#page > section .col-margin-bottom {
    margin-bottom: 30px;
}

@media (min-width:768px) {
    #page > section .col-margin-bottom {
        margin-bottom: 50px;
    }
}

.mm-hidden {
    display: none !important;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.mm-panels {
    overflow: hidden;
}

.mm-panel {
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0);
    transition: transform .4s ease;
    transform-origin: top left;
}

.mm-panel.mm-opened {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
    transform: translate(-30%, 0);
    transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
    z-index: 1;
}

.mm-panel.mm-noanimation {
    transition: none !important;
}

.mm-panel.mm-noanimation.mm-subopened {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 55px;
}

.mm-panels > .mm-panel:not(.mm-hidden) {
    display: block;
}

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 20px;
}

.mm-vertical .mm-panel {
    transform: none !important;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block;
}

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
    box-sizing: border-box;
    height: 55px;
    bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    transform: rotate(225deg);
    right: 19px;
}

.mm-btn {
    box-sizing: border-box;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px;
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.mm-prev:before {
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}

.mm-next:after {
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 27.5px;
    height: 55px;
    padding: 0 55px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.mm-navbar > * {
    display: block;
    padding: 13.75px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none;
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
    left: 0;
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0;
}

.mm-panel .mm-navbar {
    display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
}

.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 35px;
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none;
}

.mm-listview > li {
    position: relative;
}

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
    border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
    left: 20px;
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 65px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
    margin-right: 65px;
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 65px;
    margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px;
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05);
}

.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    transition: transform .4s ease;
}

html.mm-opened {
    overflow-x: hidden;
    position: relative;
}

html.mm-blocking {
    overflow: hidden;
}

html.mm-blocking body {
    overflow: hidden;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10;
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

html.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(80%, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu ~ .mm-slideout {
        transform: translate(140px, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-menu ~ .mm-slideout {
        transform: translate(440px, 0);
        transform: translate3d(440px, 0, 0);
    }
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}

html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0);
}

@media all and (max-width:140px) {
    html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        transform: translate(140px, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width:10000px) {
    html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        transform: translate(10000px, 0);
        transform: translate3d(10000px, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    transform: translate(-100%, 0);
    transform: translate3d(-100%, 0, 0);
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        transform: translate(-140px, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        transform: translate(-10000px, 0);
        transform: translate3d(-10000px, 0, 0);
    }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}

.mm-menu.mm-fx-menu-zoom {
    transition: transform .4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-zoom {
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform-origin: left center;
}

html.mm-opening .mm-menu.mm-fx-menu-zoom {
    transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
    transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
    transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-fx-menu-slide {
    transition: transform .4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-slide {
    transform: translate(-30%, 0);
    transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-fx-menu-slide {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
    transform: translate(30%, 0);
    transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-fx-menu-fade {
    opacity: 0;
    transition: opacity .4s ease;
}

html.mm-opening .mm-menu.mm-fx-menu-fade {
    opacity: 1;
}

.mm-menu .mm-fx-panels-none.mm-panel,
.mm-menu.mm-fx-panels-none .mm-panel {
    transition-property: none;
}

.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel,
.mm-menu.mm-fx-panels-zoom .mm-panel {
    transform-origin: left center;
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened,
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
    transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
    transform: translate(-100%, 0);
    transform: translate3d(-100%, 0, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel,
.mm-menu.mm-fx-panels-slide-up .mm-panel {
    transform: translate(0, 100%);
    transform: translate3d(0, 100%, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
    transition: none .4s ease;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
    transition-delay: 50ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
    transition-delay: .1s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
    transition-delay: 150ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
    transition-delay: .2s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
    transition-delay: 250ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
    transition-delay: .3s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
    transition-delay: 350ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
    transition-delay: .4s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
    transition-delay: 450ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
    transition-delay: .5s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
    transition-delay: 550ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
    transition-delay: .6s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
    transition-delay: 650ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
    transition-delay: .7s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
    transition-delay: 750ms;
}

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
    transition-property: transform, opacity;
    transform: translate(50%, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
    transition-property: opacity;
    opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
    opacity: 1;
}

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
    transition-property: opacity, top;
    opacity: 0;
    top: -25%;
}

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
    opacity: 1;
    top: 0;
}

.mm-menu .mm-listview.mm-border-none > li:after,
.mm-menu .mm-listview > li.mm-border-none:after,
.mm-menu.mm-border-none .mm-listview > li:after {
    content: none;
}

.mm-menu .mm-listview.mm-border-full > li:after,
.mm-menu .mm-listview > li.mm-border-full:after,
.mm-menu.mm-border-full .mm-listview > li:after {
    left: 0 !important;
}

.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
    right: 20px;
}

html.mm-iconbar body {
    overflow-x: hidden;
}

html.mm-iconbar .mm-page {
    background: inherit;
    min-height: 100vh;
}

html.mm-iconbar .mm-slideout {
    box-sizing: border-box;
    padding-right: 75px;
    transform: translate(75px, 0);
    transform: translate3d(75px, 0, 0);
}

.mm-menu.mm-iconbar {
    display: block;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:before,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:after,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
    content: none;
    display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 55px;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider),
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
    box-sizing: border-box;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.mm-listview-small .mm-listview > li > a:not(.mm-next),
.mm-listview-small .mm-listview > li > span {
    padding: 7px 10px 7px 20px;
}

.mm-listview-small .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
    height: 49px;
}

.mm-listview-large .mm-listview > li > a:not(.mm-next),
.mm-listview-large .mm-listview > li > span {
    padding: 15px 10px 15px 20px;
}

.mm-listview-large .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
    height: 65px;
}

.mm-listview-huge .mm-listview > li > a:not(.mm-next),
.mm-listview-huge .mm-listview > li > span {
    padding: 20px 10px 20px 20px;
}

.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
    height: 75px;
}

.mm-listview .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 32.5px;
}

.mm-listview .mm-spacer {
    padding-top: 55px;
}

.mm-listview .mm-spacer > .mm-next {
    top: 55px;
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 32.5px;
}

.mm-listview .mm-inset {
    list-style: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0;
}

.mm-listview .mm-inset > li {
    padding: 5px 0;
}

.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
    opacity: 0;
}

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
    opacity: .3;
    transition: opacity .4s ease .4s;
}

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
    background: inherit;
}

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
    background: #fff;
}

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
    background: #000;
}

.mm-menu .mm-listview.mm-multiline > li > a,
.mm-menu .mm-listview.mm-multiline > li > span,
.mm-menu .mm-listview > li.mm-multiline > a,
.mm-menu .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
    text-overflow: clip;
    white-space: normal;
}

.mm-menu.mm-popup {
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
}

.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
    transform: none !important;
    z-index: 0;
}

.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
    transition-delay: 0s !important;
    z-index: 1;
}

html.mm-opening .mm-menu.mm-popup {
    opacity: 1;
}

.mm-menu.mm-offcanvas.mm-right {
    left: auto;
}

html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(-80%, 0);
    transform: translate3d(-80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
        transform: translate(-140px, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
        transform: translate(-440px, 0);
        transform: translate3d(-440px, 0, 0);
    }
}

html.mm-front .mm-slideout {
    transform: none !important;
    z-index: 0;
}

html.mm-front #mm-blocker {
    z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
    transition: transform .4s ease;
    transform: translate(-100%, 0);
    transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
    transform: translate(0, -100%);
    transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
    transform: translate(0, 100%);
    transform: translate3d(0, 100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mm-menu.mm-offcanvas.mm-bottom {
    top: auto;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}

.mm-menu.mm-shadow-page:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 100;
}

.mm-menu.mm-shadow-page.mm-right:after {
    left: auto;
    right: 100%;
}

.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
    content: none;
    display: none;
}

.mm-menu.mm-shadow-page:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > * {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-shadow-page.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > * {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
    tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-shadow-page.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > * {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
    content: none;
    display: none;
}

.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: false;
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover {
    background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu.mm-theme-h2o {
    background: #fff;
    border-color: rgba(51, 51, 51, 0.2);
    color: #333;
}

.mm-menu.mm-theme-h2o .mm-navbar a,
.mm-menu.mm-theme-h2o .mm-navbar > * {
    color: #333;
}

.mm-menu.mm-theme-h2o .mm-btn:after,
.mm-menu.mm-theme-h2o .mm-btn:before {
    border-color: #333;
}

.mm-menu.mm-theme-h2o .mm-listview {
    border-color: rgba(51, 51, 51, 0.2);
}

.mm-menu.mm-theme-h2o .mm-listview > li .mm-next:after {
    border-color: rgba(51, 51, 51, 0.8);
}

.mm-menu.mm-theme-h2o .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(51, 51, 51, 0.3);
    tap-highlight-color: rgba(51, 51, 51, 0.3);
}

.mm-menu.mm-theme-h2o .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-h2o .mm-listview > li.mm-selected > span {
    background: rgba(51, 51, 51, 0.3);
}

.mm-menu.mm-theme-h2o .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-h2o .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-h2o.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-h2o.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(51, 51, 51, 0.2);
}

.mm-menu.mm-theme-h2o .mm-divider {
    background: rgba(51, 51, 51, 0.2);
}

.mm-menu.mm-theme-h2o label.mm-check:before {
    border-color: #333;
}

.mm-menu.mm-theme-h2o em.mm-counter {
    color: rgba(51, 51, 51, 0.8);
}

.mm-menu.mm-theme-h2o .mm-fixeddivider span {
    background: rgba(51, 51, 51, 0.2);
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(51, 51, 51, 0.3);
}

.mm-menu.mm-shadow-page.mm-theme-h2o:after {
    box-shadow: true;
}

.mm-menu.mm-shadow-panels.mm-theme-h2o .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: true;
}

.mm-menu.mm-theme-h2o .mm-search input {
    background: rgba(51, 51, 51, 0.3);
    color: #333;
}

.mm-menu.mm-theme-h2o .mm-noresultsmsg {
    color: rgba(51, 51, 51, 0.8);
}

.mm-menu.mm-theme-h2o .mm-indexer a {
    color: rgba(51, 51, 51, 0.8);
}

.mm-menu.mm-hoverselected.mm-theme-h2o .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-h2o .mm-listview > li > a:not(.mm-fullsubopen):hover {
    background: rgba(51, 51, 51, 0.3);
}

.mm-menu.mm-parentselected.mm-theme-h2o .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-h2o .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-h2o .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(51, 51, 51, 0.3);
}

.mm-menu.mm-theme-h2o label.mm-toggle {
    background: rgba(51, 51, 51, 0.2);
}

.mm-menu.mm-theme-h2o label.mm-toggle:before {
    background: #fff;
}

.mm-menu.mm-theme-h2o input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both;
}

.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
    width: 50%;
    height: 0;
    padding: 50% 0 0 0;
    float: left;
    position: relative;
}

.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
    width: auto;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
    content: none;
    display: none;
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none;
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0;
}

html.mm-widescreen body {
    position: relative;
}

html.mm-widescreen #mm-blocker {
    display: none !important;
}

html.mm-widescreen .mm-slideout {
    transform: none !important;
    width: 70% !important;
    margin-left: 30% !important;
}

html.mm-widescreen .mm-page {
    background: inherit;
    box-sizing: border-box;
}

html.mm-widescreen.mm-blocking,
html.mm-widescreen.mm-blocking body {
    overflow: auto;
}

.mm-menu.mm-widescreen {
    border-right-width: 1px;
    border-right-style: solid;
    display: block !important;
    width: 30% !important;
    min-width: 0 !important;
    max-width: none !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 100 !important;
    transform: none !important;
}

.mm-menu.mm-widescreen.mm-pageshadow:after {
    content: none;
    display: none;
}

.mm-menu.mm-autoheight {
    transition: none .4s ease;
    transition-property: transform, height;
}

.mm-menu.mm-autoheight:not(.mm-offcanvas) {
    position: relative;
}

.mm-menu.mm-measureheight .mm-panel {
    display: block !important;
}

.mm-menu.mm-measureheight .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important;
}

.mm-columns {
    transition-property: width;
}

.mm-columns .mm-panels > .mm-panel {
    right: auto;
    transition-property: width, transform;
}

.mm-columns .mm-panels > .mm-panel.mm-opened,
.mm-columns .mm-panels > .mm-panel.mm-subopened {
    border-left: 1px solid;
    border-color: inherit;
    display: block !important;
}

.mm-columns .mm-panels > .mm-columns-0 {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-columns-0 .mm-panels > .mm-panel {
    z-index: 0;
}

.mm-columns-0 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0;
}

html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    transform: translate(80%, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        transform: translate(140px, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width:0px) {
    html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    transform: translate(-80%, 0);
    transform: translate3d(-80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        transform: translate(-140px, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width:0px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.mm-columns .mm-panels > .mm-columns-1 {
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-columns-1 .mm-panels > .mm-panel {
    z-index: 1;
    width: 100%;
}

.mm-columns-1 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    transform: translate(200%, 0);
    transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    transform: translate(80%, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        transform: translate(140px, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        transform: translate(440px, 0);
        transform: translate3d(440px, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    transform: translate(-80%, 0);
    transform: translate3d(-80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        transform: translate(-140px, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        transform: translate(-440px, 0);
        transform: translate3d(-440px, 0, 0);
    }
}

.mm-columns .mm-panels > .mm-columns-2 {
    transform: translate(200%, 0);
    transform: translate3d(200%, 0, 0);
}

.mm-columns-2 .mm-panels > .mm-panel {
    z-index: 2;
    width: 50%;
}

.mm-columns-2 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    transform: translate(300%, 0);
    transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px;
}

html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    transform: translate(80%, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        transform: translate(140px, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width:1100px) {
    html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        transform: translate(880px, 0);
        transform: translate3d(880px, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    transform: translate(-80%, 0);
    transform: translate3d(-80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        transform: translate(-140px, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width:1100px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        transform: translate(-880px, 0);
        transform: translate3d(-880px, 0, 0);
    }
}

.mm-columns .mm-panels > .mm-columns-3 {
    transform: translate(300%, 0);
    transform: translate3d(300%, 0, 0);
}

.mm-columns-3 .mm-panels > .mm-panel {
    z-index: 3;
    width: 33.34%;
}

.mm-columns-3 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    transform: translate(400%, 0);
    transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px;
}

html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    transform: translate(80%, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        transform: translate(140px, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width:1650px) {
    html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        transform: translate(1320px, 0);
        transform: translate3d(1320px, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    transform: translate(-80%, 0);
    transform: translate3d(-80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        transform: translate(-140px, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width:1650px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        transform: translate(-1320px, 0);
        transform: translate3d(-1320px, 0, 0);
    }
}

.mm-columns .mm-panels > .mm-columns-4 {
    transform: translate(400%, 0);
    transform: translate3d(400%, 0, 0);
}

.mm-columns-4 .mm-panels > .mm-panel {
    z-index: 4;
    width: 25%;
}

.mm-columns-4 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    transform: translate(500%, 0);
    transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px;
}

html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    transform: translate(80%, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        transform: translate(140px, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width:2200px) {
    html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        transform: translate(1760px, 0);
        transform: translate3d(1760px, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    transform: translate(-80%, 0);
    transform: translate3d(-80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        transform: translate(-140px, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width:2200px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        transform: translate(-1760px, 0);
        transform: translate3d(-1760px, 0, 0);
    }
}

.mm-columns.mm-offcanvas.mm-bottom,
.mm-columns.mm-offcanvas.mm-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

html.mm-opening .mm-columns.mm-offcanvas.mm-front,
html.mm-opening .mm-columns.mm-offcanvas.mm-next {
    transition-property: width, min-width, max-width, transform;
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 27.5px;
    display: block;
    margin-top: -13.75px;
    position: absolute;
    right: 60px;
    top: 50%;
}

em.mm-counter + a.mm-next {
    width: 120px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
    margin-right: 120px;
}

em.mm-counter + a.mm-fullsubopen {
    padding-left: 0;
}

em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
    padding-right: 120px;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
    padding-right: 120px;
}

.mm-vertical > .mm-counter {
    top: 15.75px;
    margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
    margin-top: 55px;
}

.mm-nosubresults > .mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-divider > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 32.5px;
}

.mm-divider.mm-opened a.mm-next:after {
    transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
    display: block;
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
    transition-duration: 0s;
}

.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
}

html.mm-dropdown .mm-slideout {
    transform: none !important;
    z-index: 0;
}

html.mm-dropdown #mm-blocker {
    transition-delay: 0s !important;
    z-index: 1;
}

html.mm-dropdown .mm-menu {
    z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none;
}

.mm-menu.mm-tip:before {
    content: '';
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
    left: 22px;
}

.mm-menu.mm-tipright:before {
    right: 22px;
}

.mm-menu.mm-tiptop:before {
    top: -8px;
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px;
}

.mm-iconpanel .mm-panels > .mm-panel {
    transition-property: transform, left;
}

.mm-iconpanel .mm-panels > .mm-panel.mm-opened,
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
    border-left: 1px solid;
    border-color: inherit;
    display: block !important;
}

.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 55px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 110px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 165px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 220px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 275px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 330px;
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    transition: opacity .4s ease;
}

.mm-subopened .mm-subblocker {
    opacity: .6;
    bottom: -100000px;
}

.mm-keyboardfocus a:focus {
    outline: 0;
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(255, 255, 255, 0.5);
}

.mm-navbars-bottom,
.mm-navbars-top {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
}

.mm-navbars-bottom > .mm-navbar,
.mm-navbars-top > .mm-navbar {
    border: none;
    padding: 0;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-navbars-top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 0;
}

.mm-navbars-bottom {
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
}

.mm-navbar.mm-hasbtns {
    padding: 0 55px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
    box-sizing: border-box;
    display: block;
    float: left;
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
    display: inline-block;
    padding: 13.75px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
    text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -55px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0;
}

.mm-hasnavbar-top-1 .mm-panels {
    top: 55px;
}

.mm-hasnavbar-top-2 .mm-panels {
    top: 110px;
}

.mm-hasnavbar-top-3 .mm-panels {
    top: 165px;
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 220px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
    bottom: 55px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
    bottom: 110px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
    bottom: 165px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 220px;
}

.mm-navbar-size-2 {
    height: 110px;
}

.mm-navbar-size-3 {
    height: 165px;
}

.mm-navbar-size-4 {
    height: 220px;
}

.mm-navbar-content-2 > * {
    width: 50%;
}

.mm-navbar-content-3 > * {
    width: 33.33%;
}

.mm-navbar-content-4 > * {
    width: 25%;
}

.mm-navbar-content-5 > * {
    width: 20%;
}

.mm-navbar-content-6 > * {
    width: 16.67%;
}

.mm-menu.mm-rtl {
    direction: rtl;
}

.mm-menu.mm-rtl.mm-offcanvas {
    right: auto;
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
    transform: translate(-100%, 0);
    transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
    transform: translate(30%, 0);
    transform: translate3d(30%, 0, 0);
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
    left: auto;
    right: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
    right: auto;
    left: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
    left: 0;
    right: 20px;
}

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
    padding-left: 10px;
    padding-right: 20px !important;
    margin-right: 0 !important;
}

.mm-menu.mm-rtl .mm-listview .mm-next {
    right: auto;
    left: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
    left: auto;
    right: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}

.mm-menu.mm-rtl .mm-listview .mm-next + a,
.mm-menu.mm-rtl .mm-listview .mm-next + span {
    margin-left: 65px;
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
    padding-left: 65px;
}

.mm-menu.mm-rtl em.mm-counter {
    left: 60px;
    right: auto;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
    margin-left: 120px;
}

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
    padding-left: 120px;
}

.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
    left: 20px;
    right: auto !important;
}

.mm-menu.mm-rtl label.mm-toggle + a,
.mm-menu.mm-rtl label.mm-toggle + span {
    padding-left: 110px;
}

.mm-menu.mm-rtl label.mm-check + a,
.mm-menu.mm-rtl label.mm-check + span {
    padding-left: 75px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle {
    left: 75px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
    margin-left: 65px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
    padding-left: 100px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
    padding-left: 65px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
    left: 130px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
    margin-left: 120px;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
    left: 0;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
    transition-property: transform, right;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    right: 0;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    right: 55px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    right: 110px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    right: 165px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    right: 220px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    right: 275px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    right: 330px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit;
}

.mm-search,
.mm-search input {
    box-sizing: border-box;
}

.mm-search {
    height: 55px;
    padding: 7px 10px 0 10px;
    position: relative;
}

.mm-search input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    line-height: 41px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    min-height: 41px;
    max-height: 41px;
    margin: 0;
    padding: 0 10px;
}

.mm-search input::-ms-clear {
    display: none;
}

.mm-search .mm-clear,
.mm-search .mm-next {
    right: 0;
}

.mm-panel > .mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mm-panel.mm-hassearch {
    padding-top: 55px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 110px;
}

.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
    top: 55px;
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 55px 0;
}

.mm-noresults .mm-indexer {
    display: none !important;
}

li.mm-nosubresults > a.mm-next {
    display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px;
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 15;
    transition: right .4s ease;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
    right: 0;
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px;
}

.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
    transition: background .4s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
    background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, 0.5);
}

input.mm-check,
input.mm-toggle {
    position: absolute;
    left: -10000px;
}

label.mm-check,
label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
}

label.mm-check:before,
label.mm-toggle:before {
    content: '';
    display: block;
}

label.mm-toggle {
    border-radius: 45px;
    width: 80px;
    height: 45px;
    margin-top: -22.5px;
}

label.mm-toggle:before {
    border-radius: 45px;
    width: 43px;
    height: 43px;
    margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
}

label.mm-check {
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
}

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
}

li.mm-vertical label.mm-toggle {
    top: 5px;
}

li.mm-vertical label.mm-check {
    top: 5px;
}

label.mm-check,
label.mm-toggle {
    right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
    padding-right: 110px;
}

label.mm-check + a,
label.mm-check + span {
    padding-right: 75px;
}

a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
    right: 75px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
    margin-right: 65px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
    padding-right: 100px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
    padding-right: 65px;
}

em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
    right: 130px;
}

em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span {
    margin-right: 120px;
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.75);
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}

.cc-window.cc-invisible {
    opacity: 0;
}

.cc-animate.cc-revoke {
    transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline;
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Vazir, Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-window.cc-static {
    position: static;
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cc-revoke {
    padding: .5em;
}

.cc-header {
    font-size: 18px;
    font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
}

.cc-link:hover {
    opacity: 1;
}

.cc-link:active,
.cc-link:visited {
    color: initial;
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
    min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75;
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}

.cc-top {
    top: 1em;
}

.cc-left {
    left: 1em;
}

.cc-right {
    right: 1em;
}

.cc-bottom {
    bottom: 1em;
}

.cc-floating > .cc-link {
    margin-bottom: 1em;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1;
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1;
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1;
}

.cc-btn + .cc-btn {
    margin-left: .5em;
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none;
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal;
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0;
    }
    .cc-window.cc-bottom {
        bottom: 0;
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0;
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1;
    }
    .cc-window.cc-floating {
        max-width: none;
    }
    .cc-window .cc-message {
        margin-bottom: 1em;
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset;
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}

.cc-theme-edgeless.cc-window {
    padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}

.shariff .orientation-horizontal.button-style-standard li {
    min-width: unset;
}


@keyframes a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    transform: translateZ(0);
    opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    transform: scaleX(1);
    opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
    transform: rotate(-1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    transform: rotate(1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    transform: rotate(0deg);
    opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

@media (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0;
    }
    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important;
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent;
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
    display: none;
}

@media (min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block;
    }
    .fancybox-button--thumbs span {
        font-size: 23px;
    }
    .fancybox-button--thumbs:before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    }
    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995;
    }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: block;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 220px;
    }
    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0;
    }
    .fancybox-thumbs > ul > li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box;
    }
    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, 0.1);
    }
    .fancybox-thumbs > ul > li > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .fancybox-thumbs > ul > li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1;
    }
}

.flag {
    display: inline-block;
    width: 48px;
    height: 48px;
}

.flag.flag-ad {
    background-position: -48px 0;
}

.flag.flag-ae {
    background-position: -96px 0;
}

.flag.flag-af {
    background-position: -144px 0;
}

.flag.flag-ag {
    background-position: -192px 0;
}

.flag.flag-ai {
    background-position: -240px 0;
}

.flag.flag-al {
    background-position: -288px 0;
}

.flag.flag-am {
    background-position: -336px 0;
}

.flag.flag-an {
    background-position: -384px 0;
}

.flag.flag-ao {
    background-position: -432px 0;
}

.flag.flag-ar {
    background-position: -480px 0;
}

.flag.flag-as {
    background-position: -528px 0;
}

.flag.flag-at {
    background-position: -576px 0;
}

.flag.flag-au {
    background-position: -624px 0;
}

.flag.flag-aw {
    background-position: -672px 0;
}

.flag.flag-ax {
    background-position: -720px 0;
}

.flag.flag-az {
    background-position: 0 -48px;
}

.flag.flag-ba {
    background-position: -48px -48px;
}

.flag.flag-bb {
    background-position: -96px -48px;
}

.flag.flag-bd {
    background-position: -144px -48px;
}

.flag.flag-be {
    background-position: -192px -48px;
}

.flag.flag-bf {
    background-position: -240px -48px;
}

.flag.flag-bg {
    background-position: -288px -48px;
}

.flag.flag-bh {
    background-position: -336px -48px;
}

.flag.flag-bi {
    background-position: -384px -48px;
}

.flag.flag-bj {
    background-position: -432px -48px;
}

.flag.flag-bl {
    background-position: -480px -48px;
}

.flag.flag-bm {
    background-position: -528px -48px;
}

.flag.flag-bn {
    background-position: -576px -48px;
}

.flag.flag-bo {
    background-position: -624px -48px;
}

.flag.flag-br {
    background-position: -672px -48px;
}

.flag.flag-bs {
    background-position: -720px -48px;
}

.flag.flag-bt {
    background-position: 0 -96px;
}

.flag.flag-bw {
    background-position: -48px -96px;
}

.flag.flag-by {
    background-position: -96px -96px;
}

.flag.flag-bz {
    background-position: -144px -96px;
}

.flag.flag-ca {
    background-position: -192px -96px;
}

.flag.flag-cd {
    background-position: -240px -96px;
}

.flag.flag-cf {
    background-position: -288px -96px;
}

.flag.flag-cg {
    background-position: -336px -96px;
}

.flag.flag-ch {
    background-position: -384px -96px;
}

.flag.flag-ci {
    background-position: -432px -96px;
}

.flag.flag-ck {
    background-position: -480px -96px;
}

.flag.flag-cl {
    background-position: -528px -96px;
}

.flag.flag-cm {
    background-position: -576px -96px;
}

.flag.flag-cn {
    background-position: -624px -96px;
}

.flag.flag-co {
    background-position: -672px -96px;
}

.flag.flag-cr {
    background-position: -720px -96px;
}

.flag.flag-cu {
    background-position: 0 -144px;
}

.flag.flag-cv {
    background-position: -48px -144px;
}

.flag.flag-cw {
    background-position: -96px -144px;
}

.flag.flag-cy {
    background-position: -144px -144px;
}

.flag.flag-cz {
    background-position: -192px -144px;
}

.flag.flag-de {
    background-position: -240px -144px;
}

.flag.flag-dj {
    background-position: -288px -144px;
}

.flag.flag-dk {
    background-position: -336px -144px;
}

.flag.flag-dm {
    background-position: -384px -144px;
}

.flag.flag-do {
    background-position: -432px -144px;
}

.flag.flag-dz {
    background-position: -480px -144px;
}

.flag.flag-ec {
    background-position: -528px -144px;
}

.flag.flag-ee {
    background-position: -576px -144px;
}

.flag.flag-eg {
    background-position: -624px -144px;
}

.flag.flag-eh {
    background-position: -672px -144px;
}

.flag.flag-er {
    background-position: -720px -144px;
}

.flag.flag-es {
    background-position: 0 -192px;
}

.flag.flag-et {
    background-position: -48px -192px;
}

.flag.flag-eu {
    background-position: -96px -192px;
}

.flag.flag-fi {
    background-position: -144px -192px;
}

.flag.flag-fj {
    background-position: -192px -192px;
}

.flag.flag-fk {
    background-position: -240px -192px;
}

.flag.flag-fm {
    background-position: -288px -192px;
}

.flag.flag-fo {
    background-position: -336px -192px;
}

.flag.flag-fr {
    background-position: -384px -192px;
}

.flag.flag-ga {
    background-position: -432px -192px;
}

.flag.flag-gb {
    background-position: -480px -192px;
}

.flag.flag-gd {
    background-position: -528px -192px;
}

.flag.flag-ge {
    background-position: -576px -192px;
}

.flag.flag-gg {
    background-position: -624px -192px;
}

.flag.flag-gh {
    background-position: -672px -192px;
}

.flag.flag-gi {
    background-position: -720px -192px;
}

.flag.flag-gl {
    background-position: 0 -240px;
}

.flag.flag-gm {
    background-position: -48px -240px;
}

.flag.flag-gn {
    background-position: -96px -240px;
}

.flag.flag-gq {
    background-position: -144px -240px;
}

.flag.flag-gr {
    background-position: -192px -240px;
}

.flag.flag-gs {
    background-position: -240px -240px;
}

.flag.flag-gt {
    background-position: -288px -240px;
}

.flag.flag-gu {
    background-position: -336px -240px;
}

.flag.flag-gw {
    background-position: -384px -240px;
}

.flag.flag-gy {
    background-position: -432px -240px;
}

.flag.flag-hk {
    background-position: -480px -240px;
}

.flag.flag-hn {
    background-position: -528px -240px;
}

.flag.flag-hr {
    background-position: -576px -240px;
}

.flag.flag-ht {
    background-position: -624px -240px;
}

.flag.flag-hu {
    background-position: -672px -240px;
}

.flag.flag-ic {
    background-position: -720px -240px;
}

.flag.flag-id {
    background-position: 0 -288px;
}

.flag.flag-ie {
    background-position: -48px -288px;
}

.flag.flag-il {
    background-position: -96px -288px;
}

.flag.flag-im {
    background-position: -144px -288px;
}

.flag.flag-in {
    background-position: -192px -288px;
}

.flag.flag-iq {
    background-position: -240px -288px;
}

.flag.flag-ir {
    background-position: -288px -288px;
}

.flag.flag-is {
    background-position: -336px -288px;
}

.flag.flag-it {
    background-position: -384px -288px;
}

.flag.flag-je {
    background-position: -432px -288px;
}

.flag.flag-jm {
    background-position: -480px -288px;
}

.flag.flag-jo {
    background-position: -528px -288px;
}

.flag.flag-jp {
    background-position: -576px -288px;
}

.flag.flag-ke {
    background-position: -624px -288px;
}

.flag.flag-kg {
    background-position: -672px -288px;
}

.flag.flag-kh {
    background-position: -720px -288px;
}

.flag.flag-ki {
    background-position: 0 -336px;
}

.flag.flag-km {
    background-position: -48px -336px;
}

.flag.flag-kn {
    background-position: -96px -336px;
}

.flag.flag-kp {
    background-position: -144px -336px;
}

.flag.flag-kr {
    background-position: -192px -336px;
}

.flag.flag-kw {
    background-position: -240px -336px;
}

.flag.flag-ky {
    background-position: -288px -336px;
}

.flag.flag-kz {
    background-position: -336px -336px;
}

.flag.flag-la {
    background-position: -384px -336px;
}

.flag.flag-lb {
    background-position: -432px -336px;
}

.flag.flag-lc {
    background-position: -480px -336px;
}

.flag.flag-li {
    background-position: -528px -336px;
}

.flag.flag-lk {
    background-position: -576px -336px;
}

.flag.flag-lr {
    background-position: -624px -336px;
}

.flag.flag-ls {
    background-position: -672px -336px;
}

.flag.flag-lt {
    background-position: -720px -336px;
}

.flag.flag-lu {
    background-position: 0 -384px;
}

.flag.flag-lv {
    background-position: -48px -384px;
}

.flag.flag-ly {
    background-position: -96px -384px;
}

.flag.flag-ma {
    background-position: -144px -384px;
}

.flag.flag-mc {
    background-position: -192px -384px;
}

.flag.flag-md {
    background-position: -240px -384px;
}

.flag.flag-me {
    background-position: -288px -384px;
}

.flag.flag-mf {
    background-position: -336px -384px;
}

.flag.flag-mg {
    background-position: -384px -384px;
}

.flag.flag-mh {
    background-position: -432px -384px;
}

.flag.flag-mk {
    background-position: -480px -384px;
}

.flag.flag-ml {
    background-position: -528px -384px;
}

.flag.flag-mm {
    background-position: -576px -384px;
}

.flag.flag-mn {
    background-position: -624px -384px;
}

.flag.flag-mo {
    background-position: -672px -384px;
}

.flag.flag-mp {
    background-position: -720px -384px;
}

.flag.flag-mq {
    background-position: 0 -432px;
}

.flag.flag-mr {
    background-position: -48px -432px;
}

.flag.flag-ms {
    background-position: -96px -432px;
}

.flag.flag-mt {
    background-position: -144px -432px;
}

.flag.flag-mu {
    background-position: -192px -432px;
}

.flag.flag-mv {
    background-position: -240px -432px;
}

.flag.flag-mw {
    background-position: -288px -432px;
}

.flag.flag-mx {
    background-position: -336px -432px;
}

.flag.flag-my {
    background-position: -384px -432px;
}

.flag.flag-mz {
    background-position: -432px -432px;
}

.flag.flag-na {
    background-position: -480px -432px;
}

.flag.flag-nc {
    background-position: -528px -432px;
}

.flag.flag-ne {
    background-position: -576px -432px;
}

.flag.flag-nf {
    background-position: -624px -432px;
}

.flag.flag-ng {
    background-position: -672px -432px;
}

.flag.flag-ni {
    background-position: -720px -432px;
}

.flag.flag-nl {
    background-position: 0 -480px;
}

.flag.flag-no {
    background-position: -48px -480px;
}

.flag.flag-np {
    background-position: -96px -480px;
}

.flag.flag-nr {
    background-position: -144px -480px;
}

.flag.flag-nu {
    background-position: -192px -480px;
}

.flag.flag-nz {
    background-position: -240px -480px;
}

.flag.flag-om {
    background-position: -288px -480px;
}

.flag.flag-pa {
    background-position: -336px -480px;
}

.flag.flag-pe {
    background-position: -384px -480px;
}

.flag.flag-pf {
    background-position: -432px -480px;
}

.flag.flag-pg {
    background-position: -480px -480px;
}

.flag.flag-ph {
    background-position: -528px -480px;
}

.flag.flag-pk {
    background-position: -576px -480px;
}

.flag.flag-pl {
    background-position: -624px -480px;
}

.flag.flag-pn {
    background-position: -672px -480px;
}

.flag.flag-pr {
    background-position: -720px -480px;
}

.flag.flag-ps {
    background-position: 0 -528px;
}

.flag.flag-pt {
    background-position: -48px -528px;
}

.flag.flag-pw {
    background-position: -96px -528px;
}

.flag.flag-py {
    background-position: -144px -528px;
}

.flag.flag-qa {
    background-position: -192px -528px;
}

.flag.flag-ro {
    background-position: -240px -528px;
}

.flag.flag-rs {
    background-position: -288px -528px;
}

.flag.flag-ru {
    background-position: -336px -528px;
}

.flag.flag-rw {
    background-position: -384px -528px;
}

.flag.flag-sa {
    background-position: -432px -528px;
}

.flag.flag-sb {
    background-position: -480px -528px;
}

.flag.flag-sc {
    background-position: -528px -528px;
}

.flag.flag-sd {
    background-position: -576px -528px;
}

.flag.flag-se {
    background-position: -624px -528px;
}

.flag.flag-sg {
    background-position: -672px -528px;
}

.flag.flag-sh {
    background-position: -720px -528px;
}

.flag.flag-si {
    background-position: 0 -576px;
}

.flag.flag-sk {
    background-position: -48px -576px;
}

.flag.flag-sl {
    background-position: -96px -576px;
}

.flag.flag-sm {
    background-position: -144px -576px;
}

.flag.flag-sn {
    background-position: -192px -576px;
}

.flag.flag-so {
    background-position: -240px -576px;
}

.flag.flag-sr {
    background-position: -288px -576px;
}

.flag.flag-ss {
    background-position: -336px -576px;
}

.flag.flag-st {
    background-position: -384px -576px;
}

.flag.flag-sv {
    background-position: -432px -576px;
}

.flag.flag-sy {
    background-position: -480px -576px;
}

.flag.flag-sz {
    background-position: -528px -576px;
}

.flag.flag-tc {
    background-position: -576px -576px;
}

.flag.flag-td {
    background-position: -624px -576px;
}

.flag.flag-tf {
    background-position: -672px -576px;
}

.flag.flag-tg {
    background-position: -720px -576px;
}

.flag.flag-th {
    background-position: 0 -624px;
}

.flag.flag-tj {
    background-position: -48px -624px;
}

.flag.flag-tk {
    background-position: -96px -624px;
}

.flag.flag-tl {
    background-position: -144px -624px;
}

.flag.flag-tm {
    background-position: -192px -624px;
}

.flag.flag-tn {
    background-position: -240px -624px;
}

.flag.flag-to {
    background-position: -288px -624px;
}

.flag.flag-tr {
    background-position: -336px -624px;
}

.flag.flag-tt {
    background-position: -384px -624px;
}

.flag.flag-tv {
    background-position: -432px -624px;
}

.flag.flag-tw {
    background-position: -480px -624px;
}

.flag.flag-tz {
    background-position: -528px -624px;
}

.flag.flag-ua {
    background-position: -576px -624px;
}

.flag.flag-ug {
    background-position: -624px -624px;
}

.flag.flag-us {
    background-position: -672px -624px;
}

.flag.flag-uy {
    background-position: -720px -624px;
}

.flag.flag-uz {
    background-position: 0 -672px;
}

.flag.flag-va {
    background-position: -48px -672px;
}

.flag.flag-vc {
    background-position: -96px -672px;
}

.flag.flag-ve {
    background-position: -144px -672px;
}

.flag.flag-vg {
    background-position: -192px -672px;
}

.flag.flag-vi {
    background-position: -240px -672px;
}

.flag.flag-vn {
    background-position: -288px -672px;
}

.flag.flag-vu {
    background-position: -336px -672px;
}

.flag.flag-wf {
    background-position: -384px -672px;
}

.flag.flag-ws {
    background-position: -432px -672px;
}

.flag.flag-ye {
    background-position: -480px -672px;
}

.flag.flag-yt {
    background-position: -528px -672px;
}

.flag.flag-za {
    background-position: -576px -672px;
}

.flag.flag-zm {
    background-position: -624px -672px;
}

.flag.flag-zw {
    background-position: -672px -672px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
}



.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: Vazir, "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "?";
}

[dir="rtl"] .slick-prev:before {
    content: "?";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "?";
}

[dir="rtl"] .slick-next:before {
    content: "?";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: Vazir, "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

header#page-header {
    background-color: #029091;
    color: #fff;
    z-index: 2;
    position: relative;
}

.header-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0 9px;
}

@media (min-width:992px) {
    .header-wrapper {
        padding: 0 0 18px;
    }
}

.header-wrapper-list {
    width: 100%;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrapper-list-top {
    width: 100%;
    text-align:right;
}

@media (max-width:991px) {
    .header-wrapper-list-top {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

.header-wrapper-list-bottom {
    width: 100%;
    margin-top: -30px;
}

@media (max-width:991px) {
    .header-wrapper-list-bottom {
        display: none;
    }
}

.header-wrapper-logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 150px;
}

@media (max-width:991px) {
    .header-wrapper-logo img {
        width: 100%;
        height: auto;
    }
}

@media (min-width:992px) {
    .header-wrapper-logo {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: 20px;
        max-width: none;
    }
}

.header-wrapper-list-top-lang {
    display: none;
}

@media (min-width:992px) {
    .header-wrapper-list-top-lang {
        display: inline-block;
        margin-right: 13px;
    }
}

.language-menu {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center right;
    outline: none;
    padding: 0 15px;
}

.language-menu > option {
    background-color: #ee7203;
    border-color: #fff;
    color: #fff;
}

.language-menu > option:hover,
.language-menu > option:checked {
    background-color: #f39f64;
}

.language-menu > option.disabled {
    display: none;
}

.header-wrapper-list-top-search {
    display: none;
}

@media (min-width:992px) {
    .header-wrapper-list-top-search {
        display: inline-block;
    }
}

.header-wrapper-list-top-navtoggle {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

@media (min-width:992px) {
    .header-wrapper-list-top-navtoggle {
        display: none;
    }
}

.header-wrapper-list-top-search {
    margin-right: 14px;
    width: 100%;
    max-width: 196px;
}

.header-wrapper-list-top-search #tx-solr-search {
    top: 12px;
    position: relative;
}

.header-wrapper-list-top-search input {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    opacity: 0.6;
    transition: opacity .2s ease-in-out;
}

.header-wrapper-list-top-search input:focus {
    opacity: 1;
    outline: none;
}

.header-wrapper-list-top-search input.tx-solr-submit {
    display: none;
}

.header-wrapper-list-top-search input::-moz-placeholder {
    font-style: italic;
    color: #fff;
    opacity: 1;
}

.header-wrapper-list-top-search input::-moz-placeholder:focus {
    opacity: 1;
}

.header-wrapper-list-top-search input:-ms-input-placeholder {
    font-style: italic;
    color: #fff;
    opacity: 1;
}

.header-wrapper-list-top-search input::-webkit-input-placeholder {
    font-style: italic;
    color: #fff;
    opacity: 1;
}

.header-wrapper-list-top-search input:-moz-placeholder {
    font-style: italic;
    color: #fff;
    opacity: 1;
}

nav.mm-menu .mm-navbars-bottom > div > a {
    display: none;
}

nav.mm-menu .mm-navbars-bottom .tx_solr {
    width: 100%;
}

nav.mm-menu .mm-navbars-bottom .tx_solr input.tx-solr-q {
    border: 1px solid #ee7203;
    margin-right: 5px;
    padding: 5px;
}

nav.mm-menu .mm-navbars-bottom .tx_solr .tx-solr-submit {
    border: 2px solid #ee7203;
    background-color: #ee7203;
    color: #fff;
    padding: 0 5px;
    min-height: 1px;
}

nav.main-menu {
    display: none;
    text-align:right;
}

@media (min-width:992px) {
    nav.main-menu {
        display: block;
        margin: 14px -10px 0;
        position: relative;
        z-index: 10;
    }
    nav.main-menu > ul {
        padding: 0;
        margin: 0;
        /*transition: all .2s ease-in-out;*/
    }
    nav.main-menu > ul > li {
        display: inline-block;
        position: relative;
        /*transition: all .2s ease-in-out;*/
    }
    nav.main-menu > ul > li > a {
        padding: 4px 9px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
    }
    nav.main-menu > ul > li > a:hover {
        text-decoration: none;
    }
    nav.main-menu > ul > li.menu_super {
        background-repeat: no-repeat;
        background-position: calc(100% - 11px) 50%;
    }
    nav.main-menu > ul > li.menu_super:hover {
        background-repeat: no-repeat;
        background-position: calc(100% - 11px) 50%;
    }
    nav.main-menu > ul > li.menu_super a {
        display: inline-block;
        padding-right: 20px;
        width: 100%;
    }
    nav.main-menu > ul > li ul {
        position: absolute;
        width: 240px;
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: rgba(0,0,0,.7);
        visibility: hidden;
        opacity: 0;
        /*transition: all .2s ease-in-out;*/
    }
    nav.main-menu > ul > li ul li {
        text-align: left;
        margin-bottom: 0;
    }
    nav.main-menu > ul > li ul li a {
        padding: 8px 15px;
        font-weight: 700;
        display: block;
        color:#fff;
    }
    nav.main-menu > ul > li:hover {
        background-color: rgba(0,0,0,.7);
    }
    nav.main-menu > ul > li:hover a {
        text-decoration: none;
    }
    nav.main-menu > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
    }
    nav.main-menu > ul > li:hover > ul a {
        background-color: transparent;
        /*transition: all .2s ease-in-out;*/
        text-align: right;
    }
    nav.main-menu > ul > li:hover > ul a:hover {
        background-color: #9a9999;
        color:#000;
    }
    nav.main-menu > ul > li:hover > ul li.active > a {
        background-color: #31475e;
    }
    nav.main-menu > ul > li:hover > ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        margin-right:100%;
        margin-top:-30px;
    }
}

@media (min-width:992px) {
    .menuLeft ul {
        margin-top: -40px !important;
        left: -100%;
    }
}

@media (min-width:992px) {
    .menuRight ul {
        margin-top: -40px !important;
        left: 100%;
    }
}

nav.main-menu.mm-menu {
    margin: 0;
}

nav.main-menu.mm-menu *,
nav.main-menu.mm-menu.mm-theme-h2o .mm-navbar > * {
    color: #6a7c92;
    font-size: 16px;
}

body {
    overflow-x: hidden;
}

body:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    content: " ";
    display: block;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

body.overflow:after {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width:991px) {
    .row.mobile-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .row.mobile-flex > div {
        width: 50%;
    }
}

.ce-intext.ce-left .ce-gallery,
.ce-intext.ce-right .ce-gallery {
    max-width: 50%;
}

@media (max-width:600px) {
    .ce-intext.ce-left .ce-gallery,
    .ce-intext.ce-right .ce-gallery {
        width: 100%;
        float: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.mobile-flex + .mobile-flex {
    margin-top: 20px;
}

.container-orange {
    background-color: #ee7203 !important;
    color: #fff;
}

.container-orange * {
    color: #fff;
}

.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-gallery,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-gallery {
    margin-bottom: 0;
}

.container-orange .row.box-shadow > div > div.frame-type-textmedia h1,
.container-orange .row.box-shadow > div > div.frame-type-textmedia h2,
.container-orange .row.box-shadow > div > div.frame-type-textmedia h3,
.container-orange .row.box-shadow > div > div.frame-type-textmedia h4,
.container-orange .row.box-shadow > div > div.frame-type-textmedia h5,
.container-orange .row.box-shadow > div > div.frame-type-textmedia h6,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h1,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h2,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h3,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h4,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h5,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h6 {
    color: #31475E;
}

.container-orange .row.box-shadow > div > div.frame-type-textmedia h1 a,
.container-orange .row.box-shadow > div > div.frame-type-textmedia h2 a,
.container-orange .row.box-shadow > div > div.frame-type-textmedia h3 a,
.container-orange .row.box-shadow > div > div.frame-type-textmedia h4 a,
.container-orange .row.box-shadow > div > div.frame-type-textmedia h5 a,
.container-orange .row.box-shadow > div > div.frame-type-textmedia h6 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h1 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h2 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h3 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h4 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h5 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia h6 a {
    color: #31475E;
}

.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext {
    background-color: #fff;
    padding: 25px;
    color: #6A7C92;
}

.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext p,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext ul,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext li,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext p,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext ul,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext li,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext a {
    color: #6A7C92;
}

.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h1,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h2,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h3,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h4,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h5,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h6,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h1,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h2,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h3,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h4,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h5,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h6 {
    color: #31475E;
}

.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h1 a,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h2 a,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h3 a,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h4 a,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h5 a,
.container-orange .row.box-shadow > div > div.frame-type-textmedia .ce-bodytext h6 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h1 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h2 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h3 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h4 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h5 a,
.container-orange .row.mobile-flex > div > div.frame-type-textmedia .ce-bodytext h6 a {
    color: #31475E;
}

.row.box-shadow > div > div,
.container-orange .row.mobile-flex > div > div {
    border-radius: 3px;
    background-color: #fff;
}

.container-grey {
    background-color: #f6f6f6;
}

.row.box-shadow,
.container-orange .mobile-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .row.box-shadow > div,
    .container-orange .mobile-flex > div {
        width: 100%;
        margin-bottom: 30px;
    }
}

.row.box-shadow > div > div,
.container-orange .mobile-flex > div > div {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
}

.row.box-shadow > div > div.frame-type-textmedia .ce-gallery,
.container-orange .mobile-flex > div > div.frame-type-textmedia .ce-gallery {
    margin-bottom: 0;
}

.row.box-shadow > div > div.frame-type-textmedia .ce-bodytext,
.container-orange .mobile-flex > div > div.frame-type-textmedia .ce-bodytext {
    background-color: #fff;
    padding: 25px;
}

.row.box-shadow .modal-header,
.container-orange .mobile-flex .modal-header {
    border-bottom: none;
}

.row.box-shadow .modal-body > .container,
.container-orange .mobile-flex .modal-body > .container {
    width: 100%;
}

.row.box-shadow .head-orange .modal-body h1,
.container-orange .mobile-flex .head-orange .modal-body h1 {
    color: #6A7C92 !important;
}

.row.box-shadow .head-blue .modal-body h1,
.container-orange .mobile-flex .head-blue .modal-body h1 {
    color: #005baa !important;
}

.row.box-shadow .align-center,
.container-orange .mobile-flex .align-center {
    text-align: center;
}

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

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

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.modal-body {
    padding-top: 0;
}

.modal-body .container {
    width: auto;
}

.modal-content {
    border-radius: 0;
}

.modal-footer .btn + .btn {
    margin-bottom: 15px;
}

.head-orange .modal-body h1 {
    color: #6A7C92 !important;
}

.head-blue .modal-body h1 {
    color: #005baa !important;
}

.contenttable td {
    padding: 10px 0;
}

.contenttable td[colspan="5"] {
    border-top: 1px solid #ddd;
}

.row:before,
.row:after {
    display: block;
}

.pewl {
    margin: 25px auto 0 !important;
    width: 100%;
}

.products-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.products-flex-item {
    width: 50%;
    padding: 10px;
}

@media (min-width:550px) {
    .products-flex-item {
        width: 33.3333%;
    }
    .products-flex-item.products-flex-item-4col {
        width: 25%;
    }
}

.ce-uploads li img {
    display: none;
}

.ce-uploads a[href$=".pdf"] {
    padding-left: 25px;
    position: relative;
    display: block;
}

.ce-uploads a[href$=".pdf"]:before {
    position: absolute;
    content: " ";
    display: block;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
}

.ce-uploads a[href$=".zip"] {
    padding-left: 25px;
    position: relative;
    display: block;
}

.ce-uploads a[href$=".zip"]:before {
    position: absolute;
    content: " ";
    display: block;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
}

footer {
    color: #fff;
    line-height: 1.4;
}

.footer-social-wrapper {
    text-align: center;
}

@media (min-width:500px) {
    .footer-social-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: unset;
    }
}

.footer-map {
    background-color: #333333;
    display: none;
}

@media (min-width:768px) {
    .footer-map {
        display: block;
    }
}

.footer-copyright {
    text-align: center;
    background-color: #333333;
    font-size: 14px;
}

@media (min-width:992px) {
    .footer-copyright {
        text-align: left;
    }
}

.footer-quicklinks {
    padding-top: 50px;
    background-color: #333333;
}

@media (min-width:500px) and (max-width:767px) {
    .footer-quicklinks .mobile {
        float: left;
        width: 90%;
    }
}

@media (max-width:499px) {
    .footer-quicklinks .mobile {
        float: left;
        width: 90%;
    }
}

.footer-qualifies {
    padding: 50px 0 10px;
    background-color: #333333;
}

.footer-qualifies-wrapper {
    padding: 25px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.25);
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.footer-qualifies-wrapper > div > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
}

.footer-qualifies-wrapper > div > div + div {
    margin-top: 20px;
}

@media (min-width:768px) {
    .footer-qualifies-wrapper > div > div + div {
        margin-top: 0;
    }
}

.footer-qualifies-wrapper > div > div > img {
    margin-right: 24px;
    min-width: 80px;
}

.footer-qualifies-wrapper > div > div p {
    margin-bottom: 0;
}

.footer-social {
    padding-top: 25px;
    padding-bottom: 72px;
    background-color: #333333;
}

.footer-social-wrapper-icons {
    width: 100%;
}

.footer-social-wrapper-icons > a {
    margin-right: 10px;
    margin-bottom: 25px;
    display: inline-block;
}

@media (min-width:500px) {
    .footer-social-wrapper-icons > a {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

.footer-social-wrapper-top .js-top {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.17);
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
}

.footer-social-wrapper-top .js-top > img {
    margin: 0 auto;
}

.footer-quicklinks-ul {
    margin-top: 15px;
}

.footer-quicklinks-ul a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 2px 0;
}

.footer-quicklinks-ul a:hover {
    color: #fff;
}

.footer-navigation {
    margin-top: 15px;
}

.footer-navigation li {
    display: block;
    margin-left: 15px;
}

.footer-navigation li a {
    color: #fff;
}

.footer-navigation li a:hover {
    color: #fff;
}

@media (min-width:992px) {
    .footer-navigation li {
        display: inline-block;
    }
}

@media (min-width:992px) {
    .footer-navigation {
        text-align: right;
        margin-top: 0;
    }
}

.footer-title {
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width:992px) {
    .footer-title {
        margin-top: 0;
    }
}

@media (min-width:768px) {
    .footer-map-link {
        
        display: block;
        position: relative;
        text-align: center;
    }
    .footer-map-link:hover .footer-map-link-overlay {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.6);
    }
}

.footer-map-link-overlay {
    transition: all .2s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.footer-map-link-overlay > div {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-map-link-overlay > div:hover {
    box-shadow: 0 8px 20px 0 #000000;
}

.head-orange * h1 {
    color: #ee7203;
}

.head-blue * h1 {
    color: #005baa;
}

@media (min-width:768px) {
    .content-menu {
        margin: 20px 0;
    }
}

.content-menu .Selected > a,
.content-menu .active > a {
    color: #31475E;
}

.content-menu a {
    display: block;
    color: #ee7203;
    font-weight: 700;
    line-height: 1.8;
    transition: all .2s ease-in-out;
}

.content-menu a:hover {
    color: #ee7203;
}

.content-menu li.active > ul,
.content-menu li.selected > ul {
    display: block;
    margin-top: 8px;
    padding-left: 0;
}

.content-menu ul {
    display: none;
    margin-left: 25px;
}

.content-menu ul li {
    margin-bottom: 12px;
}

.content-menu ul li a {
    line-height: 1.2;
}

.content-menu ul ul {
    display: none !important;
}

.header-wrapper-list-top-bookmark {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 26px;
}

.header-wrapper-list-top-bookmark .header-wrapper-list-top-bookmark-text {
    display: none;
}

.header-wrapper-list-top-bookmark .header-wrapper-list-top-bookmark-icon {
    display: inline-block;
    background-color: #D0021B;
    padding: 0 4px;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    font-size: 10px;
    left: 10px;
    color: #fff;
}

@media (min-width:992px) {
    .header-wrapper-list-top-bookmark .header-wrapper-list-top-bookmark-icon {
        position: relative;
        top: 0;
        font-size: 14px;
        left: 0;
        padding: 1px 8px;
    }
}

@media (min-width:992px) {
    .header-wrapper-list-top-bookmark {
        top: -12px;;
        margin-right: 0;
        padding: 21px 20px 11px;
        font-size: 14px;
        font-weight: 700;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: transparent;
        transition: background-color .2s ease-in-out;
        color: #fff;
        height:115px;
    }
    .header-wrapper-list-top-bookmark.highlight {
        /*background-color: rgba(0, 0, 0, 0.3);*/
    /*border: 1px solid #016565;*/

    /*border-radius: 8px;*/
    /*box-shadow: aquamarine;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    }
    .header-wrapper-list-top-bookmark.highlight.mar{
        display:inline-block !important;
	    /*background-color: #ee7103 !important;*/
        height:auto;
        float:left;

    /*border: 1px solid #016565;*/

    /*border-radius: 8px;*/
    /*box-shadow: aquamarine;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

    }
    .social-links{
        display:block !important;
    }
    .header-wrapper-list-top-bookmark .header-wrapper-list-top-bookmark-text {
        margin: 0 7px;
        display: inline-block;
        color: #fff;
    }
    .header-wrapper-list-top-bookmark .header-wrapper-list-top-bookmark-icon {
        display: inline-block;
        background-color: #D0021B;
        padding: 1px 8px;
        border-radius: 50px;
    }
    .header-wrapper-list-top-bookmark .header-wrapper-list-top-bookmark-icon.no-items {
        background-color: rgba(255, 255, 255, 0.4);
    }
}

    .header-wrapper-list-top-bookmark.highlight.mar{
        display:none
    }
    .social-links{
        display:none;
    }

.do-bookmarks-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:768px) {
    .do-bookmarks-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.do-bookmarks-item-text-title {
    font-weight: 700;
}

.do-bookmarks-button {
    overflow: hidden;
    width: 280px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.do-bookmarks-button > span.standard {
    display: inline-block;
    opacity: 1;
    max-width: 300px;
    transition: all .2s ease-in-out;
}

.do-bookmarks-button > span.is-in-list {
    display: inline-block;
    opacity: 0;
    max-width: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.do-bookmarks-button.is-in-list > span.standard {
    opacity: 0;
    max-width: 0;
}

.do-bookmarks-button.is-in-list > span.is-in-list {
    opacity: 1;
    max-width: 300px;
    visibility: visible;
}

.do-bookmarks-info {
    margin-left: 15px;
    color: #ee7203;
    cursor: pointer;
}

.do-bookmarks-info > img {
    margin-right: 5px;
    margin-top: -3px;
}

.do-bookmarks-info:hover {
    color: #ee7203;
}

.do-bookmarks-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(106, 124, 146, 0.5);
    padding: 12px 0;
}

.do-bookmarks-item:last-of-type {
    border-bottom: 1px solid rgba(106, 124, 146, 0.5);
}

.do-bookmarks-item-image {
    width: 125px;
}

.do-bookmarks-item-image > img {
    max-width: 100%;
}

.do-bookmarks-item-text {
    width: 260px;
    margin: 0 20px;
}

form#merkzettel label {
    display: none;
}

form#merkzettel .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(106, 124, 146, 0.5);
}

form#merkzettel > .actions {
    display: none;
}

#merkzettel-productArea {
    display: none;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 32px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    top: -3px;
    right: 6px;
}

@media (max-width:991px) {
    .c-hamburger {
        height: 30px;
    }
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 49px;
    left: 6px;
    right: 6px;
    height: 2px;
    background: white;
}

@media (max-width:991px) {
    .c-hamburger span {
        top: 14px;
    }
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}

.c-hamburger span::before {
    top: -6px;
}

.c-hamburger span::after {
    bottom: -6px;
}

.c-hamburger--htx {
    background-color: rgba(255, 255, 255, 0.4);
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
    background-color: transparent;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

.header-wrapper-list-top-navtoggle .c-hamburger span::before,
.header-wrapper-list-top-navtoggle .c-hamburger span::after {
    background-color: #fff;
}

.header-wrapper-list-top-navtoggle .c-hamburger span {
    background: #fff;
}

.header-wrapper-list-top-navtoggle .c-hamburger--htx.is-active span {
    background: none;
}

.btn {
    border-radius: 100px;
    padding: 12px 35px;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 25px;
    outline: none;
    text-decoration: none !important;
}

.btn:focus {
    box-shadow: 0 0 5px 2px #4A90E2, 0 8px 20px 0 #E0E0E0;
}

.btn:hover {
    box-shadow: 0 8px 20px 0 #E0E0E0;
}

.btn:active {
    outline: none;
    box-shadow: none;
    background-color: inherit;
}

.btn:disabled {
    opacity: .5;
    background-color: inherit;
}

.btn-primary {
    background-color: #ee7203;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: all .2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #ee7203;
}

.btn-primary:hover:focus,
.btn-primary:focus:focus,
.btn-primary:active:focus {
    background-color: #ee7203;
    box-shadow: 0 0 5px 2px #4A90E2, 0 8px 20px 0 #E0E0E0;
}

.btn-secondary {
    border: 2px solid #ee7203;
    color: #ee7203;
    font-weight: 700;
    padding: 10px 21px;
    text-transform: uppercase;
    position: relative;
    background-color: transparent;
    transition: all .2s ease-in-out;
}

.btn-secondary:hover {
    color: #ee7203;
}

.btn-secondary:focus {
    box-shadow: 0 0 5px 2px #4A90E2, 0 8px 20px 0 #E0E0E0;
    color: #ee7203;
}

.btn-secondary[href^="tel:"] {
    padding: 12px 35px 12px 55px;
}

.btn-secondary[href^="tel:"]:before {
    content: " ";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4goYDTIucTu9FQAAAqFJREFUOMudk09oFVcUxn/fTHxaffMUBbUIIqJd1ZViVKgotJt200DahRDFmPQFRQUxLhRBidiF/9pCoUneTlDbYlE3LlxpQDSi6KKQWl2IQqVU0Dcv0eQx83XhRNQXbScfDNx7z9zfPZxzPvkATfEjdmJaDPPIJHgCnI9CjtLrOjnVFD9ip03X2wHDHKA9TiCCb/OCA0wLQCDKpYqXjn+INgCLVr5WmBtsmA5QLHLr9UCp39eAPzGl4dl8nBsscx9gpMoSGutxHcAJzflLEXAXIAknyCpkEMBmxWRqfA2AhLWNQUay5azc4ChiQCJFrKSsmeOBF2UtdEpP9sC5/Bmf8FNgwDA1TmkdD4wlVAwfAoMzqvycHwxInMz2bRxUITNInJ3d4xcnkwIX+3xZ8IfNgvghG7PG7RPUgQ21Dn01KXC2Opw5buuLshZGvR5CHMvODlTblWvkZPvVptah71L4QuJuFNHKcT+vduggsEFQD+DQjIpPxZs0xwW2Cz7DPEbcEAwWCwzyo2sNYMqaHqf8avMR4mKp3zuQVNvC/pSXFpf4yeZTaDSUYMzibCmg501wNmZjCb8BMwW9UcVHAaqd2iizBxEDkc2dwhT2uc7cJKAZ02xYbtOE+aEBDBB36hNMvyFEXCrNopsjHh5t1+KxgP0Ww6WIbo77+ev3ap1al5p+iaEJwQDxN1rjlO8z190rQNe0ih+8r2HD2zQ/GWVA8Ffwrp+iPl+dIlokhoAldbhQ69Q2dmhq7qmYUJs1LQ7pMXyZNe9vmdMOORP1+p83Mt6s+Un4MuP/Bmca2aIVScBem2XZA6nhdgBXgN/DAveTUT5PYTfi5v8Gj6vaoZVAm2C9YcKyCLpzg19plz6oxax2yirEUmAR4pnEyWKfz/4LiNESkL7s0nwAAAAASUVORK5CYII=");
    width: 22px;
    height: 22px;
    position: absolute;
    top: 13px;
    left: 24px;
    transition: all .3s ease-in-out;
}

.btn-secondary[href^="javascript:linkTo_UnCryptMailto"] {
    padding: 12px 35px 12px 55px;
}

.btn-secondary[href^="javascript:linkTo_UnCryptMailto"]:before {
    content: " ";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAYAAABfJS4tAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4goYDTAqRGAbjgAAAZZJREFUOMvVlK9PW3EUxT/nvYcg6StuZn9HHWKWYNoERzZBW14w1GwYDL6qGPagm1mmEYTwD6A2zcw0grr22wTxeDsTaxsSxo+tTOzYe/PJufeeXHmThVDSQTRsXjCHJAaY4zSml4SSjiHDzK2JsSyUkCAaGDB71Q/+PA941NQ6Yg/RiKbjS+yOW8qQ9Bc70LilTGJ36lzDJt8BBDYI8XUh4d3igS+fwrze0svihi6mNmMA0awjZkNwhakVBSehpfpj0NBSvSg4mUCviNmY1mbgNPd5GrOKOANSQ3fU1j6Zlu4QMy2N2to3dIEUcZbGrKa5z++AAcg9rB55WxE7QMCshJLTkGl55jLTcig5xawAQRE71SNvk3t4G5X8bsT00MfXW/pS3NC1qank47itT78yxeun3CK5b3+LB75clNbHTTYNnR/mzeTIRQS9Sp9D7HvTHz2SeFf6zpWwJrgQXChhrdJ3/hD0Qce3VXnvb0D9T6Id8Y/0H4IlBgDjtl7NC5syJAYaNXlryJ7TrSBP0pheKOG5H/1PKrenzXg8yGEAAAAASUVORK5CYII=");
    width: 22px;
    height: 18px;
    position: absolute;
    top: 15px;
    left: 24px;
    transition: all .3s ease-in-out;
}

.btn + .btn {
    margin: 25px 15px 15px;
}

.btn + .do-bookmarks-info {
    margin-bottom: 15px;
    margin-top: 25px;
}

#image-slider {}

#image-slider .slick-slide {
    margin: 0px 20px;
}

#image-slider .slick-slide img {
    width: 100%;
}

#image-slider .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#image-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

#image-slider .slick-list:focus {
    outline: none;
}

#image-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#image-slider .slick-slider .slick-track,
#image-slider .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

#image-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 70px;
}

#image-slider .slick-track:before,
#image-slider .slick-track:after {
    display: table;
    content: '';
}

#image-slider .slick-track:after {
    clear: both;
}

#image-slider .slick-loading .slick-track {
    visibility: hidden;
}

#image-slider .slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
}

#image-slider [dir='rtl'] .slick-slide {
    float: right;
}

#image-slider .slick-slide img {
    display: block;
}

#image-slider .slick-slide.slick-loading img {
    display: none;
}

#image-slider .slick-slide.dragging img {
    pointer-events: none;
}

#image-slider .slick-initialized .slick-slide {
    display: block;
}

#image-slider .slick-loading .slick-slide {
    visibility: hidden;
}

#image-slider .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#image-slider .slick-arrow.slick-hidden {
    display: none;
}

#image-slider .slick-dots {
    text-align: center;
    margin-top: 15px;
}

#image-slider .slick-dots > li {
    display: inline-block;
    margin-right: 7px;
}

#image-slider .slick-dots > li > button {
    text-indent: -99999999px;
    padding: 5px;
    height: 0;
    border-radius: 100%;
    box-shadow: none;
    border: 1px solid #6A7C92;
    background-color: transparent;
    transition: all .2s ease-in-out;
}

#image-slider .slick-dots > li.slick-active button {
    background-color: #6A7C92;
}

#image-slider .slick-dots > li:hover button {
    background-color: #6A7C92;
}

#image-slider .slick-dots > li:last-of-type {
    margin-right: 0;
}

#image-slider .slick-dots > li.iframe button {
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #6a7c92;
    border-radius: 0;
    padding: 0;
    opacity: .5;
}

#image-slider .slick-dots > li.iframe:hover button,
#image-slider .slick-dots > li.iframe.slick-active button {
    background-color: transparent;
    opacity: 1;
}

#header-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
}

#header-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

#header-slider .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
}

#header-slider .slick-slide > img {
    min-height: 150px;
}

#header-slider .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#header-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#header-slider .slick-list:focus {
    outline: none;
}

#header-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#header-slider .slick-slider .slick-track,
#header-slider .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

#header-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 70px;
}

#header-slider .slick-track:before,
#header-slider .slick-track:after {
    display: table;
    content: '';
}

#header-slider .slick-track:after {
    clear: both;
}

#header-slider .slick-loading .slick-track {
    visibility: hidden;
}

#header-slider .slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
    position: relative;
}

#header-slider .slick-slide img {
    display: block;
    height: auto;
}

#header-slider [dir='rtl'] .slick-slide {
    float: right;
}

#header-slider .slick-slide.slick-loading img {
    display: none;
}

#header-slider .slick-slide.dragging img {
    pointer-events: none;
}

#header-slider .slick-initialized .slick-slide {
    display: block;
}

#header-slider .slick-loading .slick-slide {
    visibility: hidden;
}

#header-slider .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#header-slider .slick-arrow.slick-hidden {
    display: none;
}

#header-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

#header-slider .slick-dots li {
    display: inline-block;
    margin: 0;
}

#header-slider .slick-dots li button {
    background-color: rgba(51, 51, 51, 0.5);
    color: transparent;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
}

#header-slider .slick-dots li.slick-active button,
#header-slider .slick-dots li button:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border: 3px solid rgba(51, 51, 51, 0.5);
}

#header-slider .header-slider-content > a {
    color: #fff;
    background-color: transparent;
}

#header-slider .header-slider-content > a:hover,
#header-slider .header-slider-content > a:active {
    color: #fff;
    background-color: transparent;
}

#header-slider .header-slider-content > a > img {
    display: inline-block;
    margin-right: 15px;
    max-width: 35px;
}

.header-slider-content {
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 735px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-slider-content h1,
.header-slider-content h2 {
    color: #fff;
    font-size: 18px;
}

@media (min-width:992px) {
    .header-slider-content h1,
    .header-slider-content h2 {
        font-size: 47px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        top: 0;
        transform: translateY(0);
    }
}

.header-slider-content h1 a,
.header-slider-content h2 a {
    color: #fff;
}

.header-slider-content h1 a:hover,
.header-slider-content h1 a:active,
.header-slider-content h1 a:focus,
.header-slider-content h2 a:hover,
.header-slider-content h2 a:active,
.header-slider-content h2 a:focus {
    color: #fff;
}

.productSearch #header-slider .slick-slide {
    min-height: 150px;
}

@media (min-width:992px) {
    .productSearch #header-slider .slick-slide {
        min-height: 300px;
    }
}

@media (min-width:992px) {
    .productSearch #header-slider .slick-slide .header-slider-content {
        padding-bottom: 77px;
    }
}

.header-slider-wrapper {
    position: relative;
}

@media (min-width:992px) {
    .header-slider-wrapper > .prev {
        display: block;
        position: absolute;
        top: 30%;
        left: 15.3%;
    }
    .header-slider-wrapper > .prev.slick-hidden {
        display: none;
    }
    .header-slider-wrapper > .next {
        display: block;
        position: absolute;
        top: 30%;
        right: 15.3%;
    }
    .header-slider-wrapper > .next.slick-hidden {
        display: none;
    }
    .header-slider-wrapper.productSearch ~ > .prev {
        position: absolute;
        top: 23%;
        left: 15.3%;
    }
    .header-slider-wrapper.productSearch ~ > .next {
        position: absolute;
        top: 23%;
        right: 15.3%;
    }
}

@media (max-width:991px) {
    .header-slider-wrapper > .prev,
    .header-slider-wrapper > .next {
        display: none !important;
    }
}

.header-slider-search {
    display: none;
}

@media (min-width:992px) {
    .header-slider-search {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 47px;
        max-width: 942px;
        margin: 0 auto;
    }
    .header-slider-search .tx-solr-search-form {
        text-align: center;
    }
    .header-slider-search .tx-solr-search-form form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .header-slider-search .tx-solr-search-form form .tx-solr-q,
    .header-slider-search .tx-solr-search-form form .tx-solr-submit {
        background-color: transparent;
        border-radius: 4px;
        padding: 22px 23px;
        color: #fff;
        font-size: 24px;
        opacity: 0.65;
        transition: opacity .2s ease-in-out;
    }
    .header-slider-search .tx-solr-search-form form .tx-solr-q:focus,
    .header-slider-search .tx-solr-search-form form .tx-solr-submit:focus {
        opacity: 1;
        outline: none;
    }
    .header-slider-search .tx-solr-search-form form .tx-solr-q:focus + .tx-solr-submit,
    .header-slider-search .tx-solr-search-form form .tx-solr-submit:focus + .tx-solr-submit {
        opacity: 1;
    }
    .header-slider-search .tx-solr-search-form form .tx-solr-q {
        width: 100%;
        padding-left: 96px;
        border: none;
        background: rgba(0, 0, 0, 0.7) no-repeat 35px 50%;
    }
    .header-slider-search .tx-solr-search-form form .tx-solr-submit {
        font-weight: 700;
        text-transform: uppercase;
        padding: 22px 68px;
        margin-right: 22px;
        border: 2px solid rgba(0, 0, 0, 0.7);
    }
}

.header-slider-search input::-moz-placeholder {
    font-style: italic;
    color: #fff;
    opacity: 1;
}

.header-slider-search input:-ms-input-placeholder {
    font-style: italic;
    color: #fff;
    opacity: 1;
}

.header-slider-search input::-webkit-input-placeholder {
    font-style: italic;
    color: #fff;
    opacity: 1;
}

.header-slider-search input:-moz-placeholder {
    font-style: italic;
    color: #fff;
    opacity: 1;
}

.tab-content > .tab-pane {
    margin-top: 15px;
}

.tab-content > .tab-pane ul {
    padding-left: 0;
}

.tab-content > .tab-pane ul li {
    padding-left: 29px;
    list-style: none;
}

.nav-tabs {}

.nav-tabs > li > a {
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0px;
    text-decoration: none;
    color: #005baa;
    font-size: 16px;
    opacity: 0.75;
    transition: opacity .2s ease-in-out;
}

.nav-tabs > li > a:hover {
    border-color: #f6f6f6 #f6f6f6 #f6f6f6;
    background-color: #f6f6f6;
    opacity: 1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #005baa;
    opacity: 1;
}

.document-item {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.document-item-badge {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #005baa;
    padding: 0 10px;
    border-radius: 10px;
    margin-right: 10px;
    width: 60px;
    text-align: center;
}

.document-item-size {
    min-width: 100px;
    text-align: right;
}

.document-item-title {
    width: 100%;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-wrapper {
    padding: 11px 0;
    font-style: italic;
}

.breadcrumb-wrapper > p {
    margin: 0;
}

.breadcrumb-wrapper img {
    margin: 0 6px;
}

.breadcrumb-wrapper a {
    color: #ee7203;
}

.breadcrumb-wrapper a:hover {
    color: #ee7203;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.video-container.ratio4x3 {
    padding-bottom: 75%;
}

.video-container.productvideo {
    padding-bottom: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#timeline .timeline-item:after,
#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.timeline-header {
    margin: 30px 0 0;
    max-width: 65px;
    border-radius: 10px;
    text-align: center;
    color: #31475e;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e5eef4;
    font-size: 12px;
}

@media (min-width:768px) {
    .timeline-header {
        margin: 30px auto 0;
    }
}

#timeline {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    padding: 20px 10px 0;
    transition: all .4s ease;
}

#timeline:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #e5eef4;
    left: 50%;
    top: 0;
    position: absolute;
}

#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}

#timeline .timeline-item:nth-child(2) {
    margin-top: 75px;
}

#timeline .timeline-item.right {
    float: right;
    clear: right;
}

#timeline .timeline-item.right .timeline-content {
    float: right;
}

#timeline .timeline-item.right .timeline-content:before {
    content: '';
    right: 92%;
    left: inherit;
}

#timeline .timeline-item.right .timeline-content:after {
    right: 91%;
    left: inherit;
    top: 50px;
}

#timeline .timeline-item .timeline-content {
    width: 94%;
    background: #fff;
    padding: 20px 27px;
    border: 2px solid #e5eef4;
    overflow: hidden;
    word-break: break-word;
    transition: all .3s ease;
}

#timeline .timeline-item .timeline-content img {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
}

#timeline .timeline-item .timeline-content img.timeline-news-icon {
    margin-right: 10px;
    margin-top: 0;
}

#timeline .timeline-item .timeline-content h2 {
    padding: 15px;
    margin: -20px -20px 0 -20px;
    font-weight: 300;
}

#timeline .timeline-item .timeline-content .timeline-teaser-header {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #31475E;
}

#timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 92%;
    top: 50px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: -1;
    border: 2px solid #e5eef4;
}

#timeline .timeline-item .timeline-content:after {
    content: '';
    position: absolute;
    left: 91%;
    top: 49px;
    width: 22px;
    height: 20px;
    transform: rotate(45deg);
    z-index: 1;
    background-color: #fff;
}

@media screen and (max-width:768px) {
    #timeline {
        margin: 0 30px 30px;
        padding: 20px 0 0 0;
        width: 90%;
    }
    #timeline:before {
        left: 0;
    }
    #timeline .timeline-item {
        width: 100%;
    }
    #timeline .timeline-item:nth-child(2) {
        margin-top: 0;
    }
    #timeline .timeline-item.right .timeline-content:before {
        left: 10%;
        margin-left: -6px;
    }
    #timeline .timeline-item.right .timeline-content:after {
        left: 10%;
        margin-left: -4px;
        top: 51px;
    }
    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
        overflow: hidden;
    }
    #timeline .timeline-item .timeline-content:before {
        left: 10%;
        margin-left: -6px;
    }
    #timeline .timeline-item .timeline-content:after {
        left: 10%;
        margin-left: -4px;
        top: 51px;
    }
}

.news-single .article .news-img-wrap {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 25px 0;
}

.news-single .article .news-img-wrap > .outer {
    display: inline-block;
    border: 1px solid #fff;
}

.news-single .shariff {
    margin-top: 25px;
}

.sewerin-directory-filter {
    margin-bottom: 50px;
    margin-top: 17px;
}

.sewerin-directory-filter label {
    font-weight: 400;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 27px;
    color: #4a4a4a;
}

.sewerin-directory-filter label img {
    margin-left: 5px;
    width: 25px;
}

.sewerin-partner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}

.sewerin-partner ul li {
    margin-bottom: 0;
}

.sewerin-partner-image {
    width: 57px;
}

@media (min-width:550px) {
    .sewerin-partner-image {
        margin-right: 17px;
    }
}

.sewerin-partner-cert {
    width: 40px;
}

.sewerin-partner-info {
    width: 100%;
    padding: 0 25px;
}

.sewerin-partner-info > p {
    margin: 0;
}

select.js-country-filter {
    padding: 10px 40px 7px 8px;
    margin-bottom: 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #6A7C92;
    color: #4a4a4a;
    background-position: 93% center;
}

@media (min-width:550px) {
    select.js-country-filter {
        margin-right: 24px;
        margin-bottom: 0;
        max-width: 39%;
    }
}

input.js-country-check {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    heigth: 0;
    width: 0;
}

input.js-country-check:checked ~ .checkmark {
    border-color: #ee7203;
    background-color: #ee7203;
}

input.js-country-check:checked ~ .checkmark:after {
    opacity: 1;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #6A7C92;
    background-color: transparent;
    transition: all .2s ease-in-out;
    border-radius: 50%;
}

.checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    transition: all .2s ease-in-out;
}

.productfilter-cat {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
}

.productfilter-cat.showSub {
    display: block;
}

.productfilter-cat.showFirst {
    display: block;
    position: relative;
}

.productfilter-cat.showFirst > div:nth-child(2) > .productfilter-cat {
    margin-top: -36px;
}

.productfilter-cat.showFirst > div:nth-child(3) > .productfilter-cat {
    margin-top: -72px;
}

.productfilter-cat.showFirst > div:nth-child(4) > .productfilter-cat {
    margin-top: -132px;
}

.productfilter-cat.showFirst > div:nth-child(5) > .productfilter-cat {
    margin-top: -168px;
}

.productfilter-cat .btn + .btn {
    margin-right: 0;
}

@media (max-width:345px) {
    .productfilter-cat .btn {
        padding: 10px 10px;
    }
}

.productfilter-cat .catid-17 > .productfilter-cat {
    margin-top: -36px;
}

.productfilter-cat.fadeOut > div,
.productfilter-cat.fadeOut > a {
    transform: translateX(-270%);
}

.productfilter-cat.fadeOut > div[data-catlevel="1"] > div,
.productfilter-cat.fadeOut > div[data-catlevel="1"] > a,
.productfilter-cat.fadeOut > a[data-catlevel="1"] > div,
.productfilter-cat.fadeOut > a[data-catlevel="1"] > a {
    transform: translateX(270%);
}

.productfilter-cat.fadeOut > div[data-catlevel="2"] > div,
.productfilter-cat.fadeOut > div[data-catlevel="2"] > a,
.productfilter-cat.fadeOut > a[data-catlevel="2"] > div,
.productfilter-cat.fadeOut > a[data-catlevel="2"] > a {
    transform: translateX(270%);
}

.productfilter-cat label {
    display: block;
    position: relative;
    padding-left: 27px;
    font-weight: 400;
    margin-bottom: 12px;
    cursor: pointer;
}

.productfilter-cat input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.productfilter-cat .checkmark-radio {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    transition: all .2s ease-in-out;
}

.productfilter-cat input:checked ~ .checkmark-radio {
    background-color: #ee7203;
}

.productfilter-cat .checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.productfilter-cat input:checked ~ .checkmark-radio:after {
    transition: all .2s ease-in-out;
}

.productfilter-cat .checkmark-radio:after {
    top: 5px;
    left: 6px;
    width: 9px;
    height: 9px;
    background: white;
    border-radius: 50%;
}

.productfinder-subheader {
    font-weight: 400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #31475e;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
}

@media (min-width:768px) {
    #modal-productfinder .modal-body {
        padding: 0 47px;
        margin-top: -4px;
    }
}

#modal-productfinder .modal-lg {
    max-width: 782px;
}

#modal-productfinder .modal-content {
    overflow: hidden;
}

#modal-productfinder form {
    margin-bottom: 30px;
}

.productfinder-header {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

@media (min-width:664px) {
    .productfinder-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 59px;
    }
}

@media (min-width:768px) {
    .productfinder-header {
        display: block;
    }
}

@media (min-width:992px) {
    .productfinder-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.productfinder-header > span {
    font-family: Vazir, "AirbusSpecial";
    font-weight: 400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #31475e;
    font-size: 30px;
}

.productfinder-header-nav {
    width: 100%;
    font-size: 30px;
    font-family: Vazir, "AirbusSpecial";
    line-height: 1;
    margin-top: 1px;
    margin-right: 44px;
}

@media (min-width:664px) {
    .productfinder-header-nav {
        text-align: right;
        font-size: 42px;
    }
}

@media (min-width:768px) {
    .productfinder-header-nav {
        text-align: left;
    }
}

@media (min-width:992px) {
    .productfinder-header-nav {
        text-align: right;
    }
}

.productfinder-header-nav > span {
    display: inline-block;
    padding: 12px 8px 13px 12px;
    border: 2px solid #6A7C92;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: relative;
    margin-right: 27px;
    line-height: 38px;
    transition: all .2s ease-in-out;
}

@media (min-width:664px) {
    .productfinder-header-nav > span {
        height: 77px;
        width: 77px;
        line-height: 42px;
        padding: 24px 26px 24px 16px;
    }
}

.productfinder-header-nav > span.productfinder-header-nav-first:before {
    display: none;
}

.productfinder-header-nav > span.productfinder-header-nav-third {
    margin-right: 0;
}

.productfinder-header-nav > span.opacity {
    opacity: 0.5;
}

.productfinder-header-nav > span:before {
    content: " ";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #6A7C92;
    position: absolute;
    left: -34px;
    top: 21px;
}

@media (min-width:664px) {
    .productfinder-header-nav > span:before {
        top: 35px;
    }
}

.tx-solr-search-form .tx-solr-submit {
    margin: 0 0 0 -1px;
    border-radius: 0;
    padding: 6px 12px;
    min-height: 38px;
}

#tx-solr-search .result-found,
#tx-solr-search .query-debug {
    display: none;
}

#tx-solr-search .result-range {
    display: block;
    margin: 15px 0;
}

#tx-solr-search .searchinfo {
    margin-top: 20px;
}

#tx-solr-search #results-per-page {
    margin: 15px 0;
}

#tx-solr-search .list-group-item {
    border: none;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #f6f6f6;
}

#tx-solr-search .list-group-item:first-of-type {
    border-top: 1px solid #f6f6f6;
}

.tx_solr .panel {
    box-shadow: none;
}

#results-per-page {
    display: none;
}

.contact-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-list > div {
    margin-bottom: 20px;
}

.contact-list-item {
    padding: 18px;
    background-color: #f6f6f6;
    height: 100%;
    width: 100%;
}

.contact-list-item-header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.contact-list-item-header-name {
    width: 100%;
}

.contact-list-item-header-name p:last-of-type {
    margin-bottom: 0;
}

.contact-list-item-header-name-color {
    color: #005baa;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-list-item-body p:last-of-type {
    margin-bottom: 0;
}

.contact-list-item-header-image {
    width: 100%;
    max-width: 100px;
    margin-right: 18px;
}

#online-Anmeldung-fieldset-4,
#online-Anmeldung_fr-fieldset-4 {}

#online-Anmeldung-fieldset-4 .form-group:last-child,
#online-Anmeldung_fr-fieldset-4 .form-group:last-child {
    display: none;
}

#online-Anmeldung-fieldset-5 .seminar-more-link,
#online-Anmeldung_fr-fieldset-5 .seminar-more-link {
    display: inline-block;
    padding: 10px 0;
    text-decoration: underline;
    cursor: pointer;
}

.btn-primary:hover:focus,
.btn-primary:focus:focus,
.btn-primary:active:focus {
    box-shadow: none;
}

.popup .modal-header {
    background-color: #EE7203;
}

.popup .modal-header .close {
    opacity: 0.8;
    margin-top: 0;
    margin-right: -4px;
}

.popup .modal-header .close:hover {
    opacity: 1;
}

.popup .modal-header .close img {
    margin-top: -16px;
}

.popup .modal-content {
    min-height: 640px;
}

.popup .modal-content .modal-body {
    padding: 0;
}

.popup .modal-content .modal-body .frame-default {
    padding: 10px 50px;
}

.popup .modal-content .modal-body .slick-track .frame-default {
    padding: 0;
}

.popup .modal-content .modal-body .stage-slider-item {
    position: relative;
}

.popup .modal-content .modal-body .stage-slider-item figure {
    max-height: 280px;
    overflow: hidden;
}

.popup .modal-content .modal-body .stage-slider-item figure img {
    max-width: 100%;
    margin: 0 auto;
}

.popup .modal-content .modal-body .stage-slider-item .stage-slider-item-text {
    padding: 50px;
}

.popup .modal-content .modal-body .stage-slider-item .stage-slider-item-text .btn {
    max-width: 100%;
    white-space: inherit;
}

@media (min-width:600px) {
    .popup .modal-content .modal-body .stage-slider-item .stage-slider-item-text .btn {
        white-space: nowrap;
    }
}

.flexslider {
    margin: 0px !important;
    border:0px !important;
}

.servertime .gadget_header {
    display: none;
}
#slideshow p:empty{
    background:none;
}

.eq-container {
    position: relative;
    background-color: #222;
    border-radius:5%;
    margin-right:2%;
    margin-bottom: 5px;
  /*width: fit-content;*/
  /*height: fit-content;*/
}


.eq-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,.45);
    border-radius:5%;
}

.eq-container:hover .eq-overlay {
  opacity: 1;
}

.eq-container:hover .glass-overlay {
  background: none;
}

.eq-container:hover {
  filter: drop-shadow(3px 3px 3px #e6e5e5);
    cursor:pointer;
    
}

.eq-text {
  color: white;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.eq-text a{
    color:#fff;
}

.eq-container img{
    height:10% !important;
}
.container-grey .flexslider{
    width: 85%;
    margin-right: auto !important;
    margin-left: auto !important;
}
.container-grey .flexslider img{
    width:150px !important;
    height:150px !important;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.container-grey .flexslider img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);    
}

.container-grey.customers{
    display:none;
}
@media (min-width:768px) {
    .container-grey.customers{
        display:block;
    }
}

.customers h2, .customers .separator{
    display:none;
    
}

.glass-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url(images/glass-bg.png);
    background-size: cover;
    border-radius: 5%;
}

.mm-menu1{
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: rgba(50, 50, 50, 0.95);
  overflow-x: hidden;
  transition: .7s;
  padding-top:20px;
}


.mm-menu1 ul li {
	width: 100%;
	list-style: none;
}
.mm-menu1 ul ul{
	display: none;
	padding-right:20px;
	margin-right:-6px;
	background-color: rgba(2, 144, 145, 0.5);
}
.mm-menu1 ul ul ul{
	display: none;
	padding-right:60px;
	margin-right:-40px;

}
.mm-menu1 ul ul ul ul{
	display: none;
	padding-right:80px;
	margin-right:-60px;

}
.mm-menu1 > ul > li {
	border:1px solid #82846f;
	margin-top:-9px;
	padding-right:5px;
}
.mm-menu1 ul li a {

	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
	outline: none;
}

.mm-menu1 ul li a {
    width:95%;
}

.mm-menu1 ul ul li a {
    color: black;
    width:90%;
}
.mm-menu1 ul ul ul li a {
    color: black;
    width:85%;
}
.mm-menu1 ul ul ul li a {
    color: black;
    width:85%;
}


.mm-menu1 > ul > li > a {
	height: 42px;
	line-height: 42px;
	padding-left: 35px;
}
.mm-menu1 > ul > li > ul > li > a {
	/*padding-left: 70px;*/
}
.mm-menu1 > ul > li > ul > li > ul > li > a {
	/*padding-left: 100px;*/
}
.mm-menu1 > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 135px;
}
.mm-menu1 ul li a[data-option='on']{
	background: url(images/vmenu/on.png) left center no-repeat;
}
.mm-menu1 ul li a[data-option='off'] {
	background: url(images/vmenu/off.png) left center no-repeat;
}

#mobileMenu{
    max-width: 440px;
}

.float_d{
    float:left;
}

.phooAlbums img {
    max-height: 180px;
}

.phooAlbums li{
    text-align:center;
}

.phooAlbumsImages img{
height: 200px;
    width: 200px;
    margin-top: 30px;
}

.gadget_meta_tags li:before{
    content:' # ';
}

.gadget_meta_tags ul{
    list-style: none;
}

/************************** RETURN TO TOP BTN **********************/

#button {
    display: inline-block;
    background-color: #b9c1c1;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    font-size: 36px;
    color: #000;
}

#button::after {

    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/*********************  seprator  **********************/
.separator {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
    color: #ee7103;
}

.separator span {
    display: inline-block;
    position: relative;

}

.separator span:before,
.separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(238, 113, 3, .1);
    top: 5px;
    width: 300px;
}

.separator span:before {
    right: 100%;
    margin-right: 15px;
}

.separator span:after {
    left: 100%;
    margin-left: 15px;
}

.separator span  i {
    font-size: 6px;
    padding: 0;
    margin: 0;
    float: none;
}

.text-light .separator span:before,
.text-light .separator span:after {
    border-bottom: 1px solid rgba(238, 113, 3, .1);
}

.line-light.separator span:before, .line-light.separator span:after {
    border-bottom: 1px solid rgba(238, 113, 3, .1);
}

.line-dark.separator span:before, .line-dark.separator span:after {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width:600px) {

    .separator span:before,
    .separator span:after {
        width: 200px;
    }

}

@media (max-width:440px) {

    .separator span:before,
    .separator span:after {
        width: 100px;
    }
}

@media (max-width:360px) {

    .separator span:before,
    .separator span:after {
        width: 80px;
    }
}

@media (max-width:365px) {

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

}

.slick-slider .separator{
    display:none;
}
.slick-slider h2{
    display:none;
}


#projects .col-sm-4{
	line-height: 20px;
    font-size: 14px;
	margin-top: -14px;
	margin-bottom: 14px;
}

#projects p{
  background-color:#029091;
  color:white;
  text-align:center;
  width:200px;
  height:30px;
  border-radius:20px 20px 0 0;   
  line-height: 30px;
}

#projects hr{
    margin-top:-12px
}