@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #939598;
  background-color: #fff; }

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

a {
  color: #2CA4AB;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1c6a6e;
    text-decoration: underline; }
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #d1d0d0; }

.text-primary {
  color: #2CA4AB; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\A0   \2014'; }

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

code,
kbd,
pre,
samp {
  font-family: 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: bold;
    box-shadow: none; }

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #2CA4AB;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 164, 171, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 164, 171, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

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

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

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

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    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;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #2CA4AB;
  border-color: #279197; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #227d82;
    border-color: #0d2f31; }
  .btn-primary:hover {
    color: #fff;
    background-color: #227d82;
    border-color: #1a6266; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #227d82;
    border-color: #1a6266; }
    .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: #1a6266;
      border-color: #0d2f31; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .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: #2CA4AB;
    border-color: #279197; }
  .btn-primary .badge {
    color: #2CA4AB;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #c4beb0;
  border-color: #b9b2a1; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #aea693;
    border-color: #7d745e; }
  .btn-info:hover {
    color: #fff;
    background-color: #aea693;
    border-color: #9f957e; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #aea693;
    border-color: #9f957e; }
    .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: #9f957e;
      border-color: #7d745e; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #c4beb0;
    border-color: #b9b2a1; }
  .btn-info .badge {
    color: #c4beb0;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #2CA4AB;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #1c6a6e;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #54503e;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #fff;
    white-space: nowrap; }

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #2CA4AB; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #2CA4AB; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 120px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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 {
    content: " ";
    display: table; }
  .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-left: 0;
        padding-right: 0; } }

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

.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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @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; }

.navbar-brand {
  float: left;
  padding: 50px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 120px; }
  .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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 43px;
  margin-bottom: 43px;
  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: 25px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @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: 20px; }
        .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: 50px;
          padding-bottom: 50px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 43px;
  margin-bottom: 43px; }
  @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;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

.navbar-btn {
  margin-top: 43px;
  margin-bottom: 43px; }
  .navbar-btn.btn-sm {
    margin-top: 45px;
    margin-bottom: 45px; }
  .navbar-btn.btn-xs {
    margin-top: 49px;
    margin-bottom: 49px; }

.navbar-text {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 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: #F1ECD8;
  border-color: transparent; }
  .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: transparent; }
  .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-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: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #555; }
  @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: transparent; }
    .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-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-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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @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-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; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #2CA4AB;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #1c6a6e;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #2CA4AB;
    border-color: #2CA4AB;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

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

.label-primary {
  background-color: #2CA4AB; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #227d82; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #c4beb0; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #aea693; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #2CA4AB;
    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; }

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

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-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-right-radius: 3px;
    border-top-left-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-right-radius: 0;
  border-top-left-radius: 0; }

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-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-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

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

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

.panel > .table-bordered,
.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 {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #2CA4AB; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #2CA4AB;
    border-color: #2CA4AB; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #2CA4AB; }
    .panel-primary > .panel-heading .badge {
      color: #2CA4AB;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #2CA4AB; }

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

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

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

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2CA4AB; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2CA4AB; }

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

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

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

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2CA4AB; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2CA4AB; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  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; } }

.surahs-nav {
  background: #279197;
  padding: 0px;
  z-index: 9999; }
  .surahs-nav ul {
    padding-left: 0px;
    height: calc(100vh - 190px);
    overflow-y: scroll;
    transition: height 0.5s; }
    .surahs-nav ul li {
      padding: 0px 15px 20px; }
      .surahs-nav ul li a {
        color: rgba(255, 255, 255, 0.5); }
        .surahs-nav ul li a.active, .surahs-nav ul li a:hover {
          color: #fff !important; }
          .surahs-nav ul li a.active span, .surahs-nav ul li a:hover span {
            color: #fff !important; }
        .surahs-nav ul li a .surah-num {
          color: rgba(7, 28, 29, 0.8); }
        .surahs-nav ul li a .surah-name {
          font-weight: 500; }
        .surahs-nav ul li a .surah-meaning {
          font-weight: 300;
          font-size: 10px;
          text-transform: uppercase; }
    .surahs-nav ul .selected {
      background-color: #154c50;
      color: #fff; }

nav.navbar {
  background-color: #F1ECD8;
  width: 100%;
  right: 0px;
  left: inherit;
  transition: top 0.5s; }
  nav.navbar.navbar-fixed-top {
    border: none; }
  nav.navbar a:hover {
    text-decoration: none; }
  nav.navbar.scroll-up {
    top: -90px; }

.navbar-header {
  float: none; }

.navbar-bottom {
  box-shadow: inset 0 7px 9px -10px rgba(0, 0, 0, 0.4);
  background-color: #c4bda1;
  margin-left: -30px;
  margin-right: -30px; }
  @media (max-width: 767px) {
    .navbar-bottom {
      min-height: 42.852px;
      height: auto; } }
  @media (max-width: 991px) {
    .navbar-bottom {
      min-height: 42.852px;
      height: auto; } }
  .navbar-bottom .border-right {
    border-right: 1px solid rgba(235, 233, 224, 0.5); }
  .navbar-bottom .btn-link {
    height: 40px; }
  .navbar-bottom .nav-link {
    color: #635e49;
    width: 100%;
    display: block;
    text-decoration: none;
    line-height: 42.852px;
    outline: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .navbar-bottom .nav-link.toggle-icon {
      font-size: 20px;
      line-height: 100%;
      margin-top: 14px; }
      .navbar-bottom .nav-link.toggle-icon .ss-info {
        font-size: 24px; }
    .navbar-bottom .nav-link.active {
      color: #2CA4AB; }

@media (max-width: 991px) {
  .navbar-bottom.mobile {
    z-index: 999999; }
    .navbar-bottom.mobile .full-height {
      height: 45px; }
      .navbar-bottom.mobile .full-height a {
        display: block; }
    .navbar-bottom.mobile .row {
      height: 45px; }
      .navbar-bottom.mobile .row.dark-bg {
        background: #227d82;
        box-shadow: inset 0 7px 9px -10px rgba(0, 0, 0, 0.4);
        color: #fff; }
  .toggle-options {
    height: 100%; }
    .toggle-options.active {
      background: #1c6a6e; }
    .toggle-options a {
      height: 100%;
      padding: 10px 0px;
      display: block;
      color: #fff; }
      .toggle-options a .ss-search {
        font-size: 18px; }
    .toggle-options + .toggle-options {
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
  .surahs-nav {
    position: relative !important; }
    .surahs-nav ul {
      height: 150px !important;
      list-style: none; }
      .surahs-nav ul > li {
        padding: 10px 15px !important; }
  .options .col-xs-10 {
    padding: 0px; }
  .options ul {
    padding: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 0px; }
    .options ul li {
      width: 25%;
      padding: 0 1.5%;
      height: 100%;
      vertical-align: top;
      display: inline-block;
      background: #c4bda1;
      color: #9d9162; }
      .options ul li a {
        height: 100%;
        display: block;
        line-height: 45px;
        color: #635e49; }
  .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px; }
  .navbar {
    min-height: initial; } }

@media (max-width: 767px) {
  .navbar-collapse .nav > .divider-vertical {
    display: none; } }

.optionSelected {
  background-color: #2CA4AB;
  color: white !important; }

.last-chapter {
  pointer-events: none;
  cursor: default;
  color: #939598;
  font-size: 12px; }

.last-chapter .ss-icon {
  display: none; }

.first-chapter {
  pointer-events: none;
  cursor: default;
  color: #939598;
  font-size: 12px; }

.first-chapter .ss-icon {
  display: none; }

@font-face {
  font-family: 'Montserrat';
  src: url(//assets-1f14.kxcdn.com/fonts/Montserrat-Regular.otf); }

@font-face {
  font-family: 'Montserrat';
  src: url(//assets-1f14.kxcdn.com/fonts/Montserrat-Bold.otf);
  font-weight: 700; }

@font-face {
  font-family: 'Montserrat';
  src: url(//assets-1f14.kxcdn.com/fonts/Montserrat-Light.otf);
  font-weight: 300; }

@font-face {
  font-family: 'Montserrat';
  src: url(//assets-1f14.kxcdn.com/fonts/Montserrat-Hairline.otf);
  font-weight: 100; }

@font-face {
  font-family: 'Montserrat';
  src: url(//assets-1f14.kxcdn.com/fonts/Montserrat-Black.otf);
  font-weight: 600; }

.source-sans, .about-text .credits h4 {
  font-family: 'Source Sans Pro', sans-serif; }

.montserrat, .dropdown-menu, .about-text .row h3 {
  font-family: 'Montserrat', sans-serif; }

.times-new {
  font-family: 'Times New Roman', sans-serif; }

@font-face {
  font-family: "SSStandard";
  src: url(//assets-1f14.kxcdn.com/fonts/ss-standard.eot);
  src: url(//assets-1f14.kxcdn.com/fonts/ss-standard.eot?#iefix) format("embedded-opentype"), url(//assets-1f14.kxcdn.com/fonts/ss-standard.woff) format("woff"), url(//assets-1f14.kxcdn.com/fonts/ss-standard.ttf) format("truetype"), url(//assets-1f14.kxcdn.com/images/ss-standard.svg#SSStandard) format("svg");
  font-weight: normal;
  font-style: normal; }

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-standard,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-cursor:before, .ss-cursor.right:after {
  content: '\E001'; }

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '\2316'; }

.ss-search:before, .ss-search.right:after {
  content: '\1F50E'; }

.ss-zoomin:before, .ss-zoomin.right:after {
  content: '\E002'; }

.ss-zoomout:before, .ss-zoomout.right:after {
  content: '\E003'; }

.ss-view:before, .ss-view.right:after {
  content: '\1F440'; }

.ss-attach:before, .ss-attach.right:after {
  content: '\1F4CE'; }

.ss-link:before, .ss-link.right:after {
  content: '\1F517'; }

.ss-move:before, .ss-move.right:after {
  content: '\E070'; }

.ss-write:before, .ss-write.right:after {
  content: '\270E'; }

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: '\E071'; }

.ss-erase:before, .ss-erase.right:after {
  content: '\2710'; }

.ss-compose:before, .ss-compose.right:after {
  content: '\1F4DD'; }

.ss-lock:before, .ss-lock.right:after {
  content: '\1F512'; }

.ss-unlock:before, .ss-unlock.right:after {
  content: '\1F513'; }

.ss-key:before, .ss-key.right:after {
  content: '\1F511'; }

.ss-backspace:before, .ss-backspace.right:after {
  content: '\232B'; }

.ss-ban:before, .ss-ban.right:after {
  content: '\1F6AB'; }

.ss-trash:before, .ss-trash.right:after {
  content: '\E0D0'; }

.ss-target:before, .ss-target.right:after {
  content: '\25CE'; }

.ss-tag:before, .ss-tag.right:after {
  content: '\E100'; }

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '\1F516'; }

.ss-flag:before, .ss-flag.right:after {
  content: '\2691'; }

.ss-like:before, .ss-like.right:after {
  content: '\1F44D'; }

.ss-dislike:before, .ss-dislike.right:after {
  content: '\1F44E'; }

.ss-heart:before, .ss-heart.right:after {
  content: '\2665'; }

.ss-halfheart:before, .ss-halfheart.right:after {
  content: '\E1A0'; }

.ss-star:before, .ss-star.right:after {
  content: '\22C6'; }

.ss-halfstar:before, .ss-halfstar.right:after {
  content: '\E1A1'; }

.ss-sample:before, .ss-sample.right:after {
  content: '\E200'; }

.ss-crop:before, .ss-crop.right:after {
  content: '\E201'; }

.ss-layers:before, .ss-layers.right:after {
  content: '\E202'; }

.ss-fill:before, .ss-fill.right:after {
  content: '\E240'; }

.ss-stroke:before, .ss-stroke.right:after {
  content: '\E241'; }

.ss-phone:before, .ss-phone.right:after {
  content: '\1F4DE'; }

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: '\E300'; }

.ss-rss:before, .ss-rss.right:after {
  content: '\E310'; }

.ss-facetime:before, .ss-facetime.right:after {
  content: '\E320'; }

.ss-reply:before, .ss-reply.right:after {
  content: '\21A9'; }

.ss-send:before, .ss-send.right:after {
  content: '\E350'; }

.ss-mail:before, .ss-mail.right:after {
  content: '\2709'; }

.ss-inbox:before, .ss-inbox.right:after {
  content: '\1F4E5'; }

.ss-chat:before, .ss-chat.right:after {
  content: '\1F4AC'; }

.ss-ellipsischat:before, .ss-ellipsischat.right:after {
  content: '\E399'; }

.ss-ellipsis:before, .ss-ellipsis.right:after {
  content: '\2026'; }

.ss-user:before, .ss-user.right:after {
  content: '\1F464'; }

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '\1F467'; }

.ss-users:before, .ss-users.right:after {
  content: '\1F465'; }

.ss-cart:before, .ss-cart.right:after {
  content: '\E500'; }

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '\1F4B3'; }

.ss-dollarsign:before, .ss-dollarsign.right:after {
  content: '\1F4B2'; }

.ss-barchart:before, .ss-barchart.right:after {
  content: '\1F4CA'; }

.ss-piechart:before, .ss-piechart.right:after {
  content: '\E570'; }

.ss-box:before, .ss-box.right:after {
  content: '\1F4E6'; }

.ss-home:before, .ss-home.right:after {
  content: '\2302'; }

.ss-buildings:before, .ss-buildings.right:after {
  content: '\1F3E2'; }

.ss-warehouse:before, .ss-warehouse.right:after {
  content: '\E602'; }

.ss-globe:before, .ss-globe.right:after {
  content: '\1F30E'; }

.ss-navigate:before, .ss-navigate.right:after {
  content: '\E670'; }

.ss-compass:before, .ss-compass.right:after {
  content: '\E671'; }

.ss-signpost:before, .ss-signpost.right:after {
  content: '\E672'; }

.ss-map:before, .ss-map.right:after {
  content: '\E673'; }

.ss-location:before, .ss-location.right:after {
  content: '\E6D0'; }

.ss-pin:before, .ss-pin.right:after {
  content: '\1F4CD'; }

.ss-database:before, .ss-database.right:after {
  content: '\E7A0'; }

.ss-hdd:before, .ss-hdd.right:after {
  content: '\E7B0'; }

.ss-music:before, .ss-music.right:after {
  content: '\266B'; }

.ss-mic:before, .ss-mic.right:after {
  content: '\1F3A4'; }

.ss-volume:before, .ss-volume.right:after {
  content: '\1F508'; }

.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '\1F509'; }

.ss-highvolume:before, .ss-highvolume.right:after {
  content: '\1F50A'; }

.ss-airplay:before, .ss-airplay.right:after {
  content: '\E800'; }

.ss-camera:before, .ss-camera.right:after {
  content: '\1F4F7'; }

.ss-picture:before, .ss-picture.right:after {
  content: '\1F304'; }

.ss-video:before, .ss-video.right:after {
  content: '\1F4F9'; }

.ss-play:before, .ss-play.right:after {
  content: '\25B6'; }

.ss-pause:before, .ss-pause.right:after {
  content: '\E8A0'; }

.ss-stop:before, .ss-stop.right:after {
  content: '\25A0'; }

.ss-record:before, .ss-record.right:after {
  content: '\25CF'; }

.ss-rewind:before, .ss-rewind.right:after {
  content: '\23EA'; }

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '\23E9'; }

.ss-skipback:before, .ss-skipback.right:after {
  content: '\23EE'; }

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '\23ED'; }

.ss-eject:before, .ss-eject.right:after {
  content: '\23CF'; }

.ss-repeat:before, .ss-repeat.right:after {
  content: '\1F501'; }

.ss-replay:before, .ss-replay.right:after {
  content: '\21BA'; }

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '\1F500'; }

.ss-book:before, .ss-book.right:after {
  content: '\1F4D5'; }

.ss-openbook:before, .ss-openbook.right:after {
  content: '\1F4D6'; }

.ss-notebook:before, .ss-notebook.right:after {
  content: '\1F4D3'; }

.ss-newspaper:before, .ss-newspaper.right:after {
  content: '\1F4F0'; }

.ss-grid:before, .ss-grid.right:after {
  content: '\E9A0'; }

.ss-rows:before, .ss-rows.right:after {
  content: '\E9A1'; }

.ss-columns:before, .ss-columns.right:after {
  content: '\E9A2'; }

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: '\E9A3'; }

.ss-filter:before, .ss-filter.right:after {
  content: '\E9B0'; }

.ss-desktop:before, .ss-desktop.right:after {
  content: '\1F4BB'; }

.ss-laptop:before, .ss-laptop.right:after {
  content: '\EA00'; }

.ss-tablet:before, .ss-tablet.right:after {
  content: '\EA01'; }

.ss-cell:before, .ss-cell.right:after {
  content: '\1F4F1'; }

.ss-battery:before, .ss-battery.right:after {
  content: '\1F50B'; }

.ss-highbattery:before, .ss-highbattery.right:after {
  content: '\EA10'; }

.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: '\EA11'; }

.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: '\EA12'; }

.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: '\EA13'; }

.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '\1F4A1'; }

.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: '\EB00'; }

.ss-download:before, .ss-download.right:after {
  content: '\EB01'; }

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: '\EB40'; }

.ss-upload:before, .ss-upload.right:after {
  content: '\EB41'; }

.ss-fork:before, .ss-fork.right:after {
  content: '\EB80'; }

.ss-merge:before, .ss-merge.right:after {
  content: '\EB81'; }

.ss-transfer:before, .ss-transfer.right:after {
  content: '\21C6'; }

.ss-refresh:before, .ss-refresh.right:after {
  content: '\21BB'; }

.ss-sync:before, .ss-sync.right:after {
  content: '\EB82'; }

.ss-loading:before, .ss-loading.right:after {
  content: '\EB83'; }

.ss-wifi:before, .ss-wifi.right:after {
  content: '\EB84'; }

.ss-connection:before, .ss-connection.right:after {
  content: '\EB85'; }

.ss-file:before, .ss-file.right:after {
  content: '\1F4C4'; }

.ss-folder:before, .ss-folder.right:after {
  content: '\1F4C1'; }

.ss-quote:before, .ss-quote.right:after {
  content: '\201C'; }

.ss-text:before, .ss-text.right:after {
  content: '\ED00'; }

.ss-font:before, .ss-font.right:after {
  content: '\ED01'; }

.ss-print:before, .ss-print.right:after {
  content: '\2399'; }

.ss-fax:before, .ss-fax.right:after {
  content: '\1F4E0'; }

.ss-list:before, .ss-list.right:after {
  content: '\ED50'; }

.ss-layout:before, .ss-layout.right:after {
  content: '\EDA0'; }

.ss-action:before, .ss-action.right:after {
  content: '\EE00'; }

.ss-redirect:before, .ss-redirect.right:after {
  content: '\21AA'; }

.ss-expand:before, .ss-expand.right:after {
  content: '\2922'; }

.ss-contract:before, .ss-contract.right:after {
  content: '\EE01'; }

.ss-help:before, .ss-help.right:after {
  content: '\2753'; }

.ss-info:before, .ss-info.right:after {
  content: '\2139'; }

.ss-alert:before, .ss-alert.right:after {
  content: '\26A0'; }

.ss-caution:before, .ss-caution.right:after {
  content: '\26D4'; }

.ss-logout:before, .ss-logout.right:after {
  content: '\EE02'; }

.ss-plus:before, .ss-plus.right:after {
  content: '+'; }

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-'; }

.ss-check:before, .ss-check.right:after {
  content: '\2713'; }

.ss-delete:before, .ss-delete.right:after {
  content: '\2421'; }

.ss-settings:before, .ss-settings.right:after {
  content: '\2699'; }

.ss-dashboard:before, .ss-dashboard.right:after {
  content: '\F000'; }

.ss-notifications:before, .ss-notifications.right:after {
  content: '\1F514'; }

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '\1F515'; }

.ss-clock:before, .ss-clock.right:after {
  content: '\23F2'; }

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '\23F1'; }

.ss-calendar:before, .ss-calendar.right:after {
  content: '\1F4C5'; }

.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: '\F070'; }

.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: '\F071'; }

.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: '\F072'; }

.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: '\F073'; }

.ss-plane:before, .ss-plane.right:after {
  content: '\2708'; }

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '\1F4BC'; }

.ss-cloud:before, .ss-cloud.right:after {
  content: '\2601'; }

.ss-droplet:before, .ss-droplet.right:after {
  content: '\1F4A7'; }

.ss-flask:before, .ss-flask.right:after {
  content: '\F4C0'; }

.ss-up:before, .ss-up.right:after {
  content: '\2B06'; }

.ss-upright:before, .ss-upright.right:after {
  content: '\2B08'; }

.ss-right:before, .ss-right.right:after {
  content: '\27A1'; }

.ss-downright:before, .ss-downright.right:after {
  content: '\2B0A'; }

.ss-down:before, .ss-down.right:after {
  content: '\2B07'; }

.ss-downleft:before, .ss-downleft.right:after {
  content: '\2B0B'; }

.ss-left:before, .ss-left.right:after {
  content: '\2B05'; }

.ss-upleft:before, .ss-upleft.right:after {
  content: '\2B09'; }

.ss-navigateup:before, .ss-navigateup.right:after {
  content: '\F500'; }

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '\25BB'; }

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: '\F501'; }

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '\25C5'; }

.ss-directup:before, .ss-directup.right:after {
  content: '\25B4'; }

.ss-directright:before, .ss-directright.right:after {
  content: '\25B9'; }

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '\25BE'; }

.ss-directleft:before, .ss-directleft.right:after {
  content: '\25C3'; }

.ss-retweet:before, .ss-retweet.right:after {
  content: '\F600'; }

/* Legacy classes */
.ss-volumelow:before, .ss-volumelow.right:after {
  content: '\1F509'; }

.ss-volumehigh:before, .ss-volumehigh.right:after {
  content: '\1F50A'; }

.ss-batteryhigh:before, .ss-batteryhigh.right:after {
  content: '\EA10'; }

.ss-batterymedium:before, .ss-batterymedium.right:after {
  content: '\EA11'; }

.ss-batterylow:before, .ss-batterylow.right:after {
  content: '\EA12'; }

.ss-batteryempty:before, .ss-batteryempty.right:after {
  content: '\EA13'; }

.ss-clouddownload:before, .ss-clouddownload.right:after {
  content: '\EB00'; }

.ss-cloudupload:before, .ss-cloudupload.right:after {
  content: '\EB40'; }

.ss-calendaradd:before, .ss-calendaradd.right:after {
  content: '\F070'; }

.ss-calendarremove:before, .ss-calendarremove.right:after {
  content: '\F071'; }

.ss-calendarcheck:before, .ss-calendarcheck.right:after {
  content: '\F072'; }

.ss-calendardelete:before, .ss-calendardelete.right:after {
  content: '\F073'; }

.navbar-brand {
  background: url("//quran-1f14.kxcdn.com/images/index-bg.jpg") center center no-repeat #2CA4AB;
  background-size: cover;
  padding: 10px 15px 5px 15px !important;
  position: relative;
  text-align: center;
  margin-left: 0px !important;
  transition: height 0.5s; }
  .navbar-brand .title {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #fff;
    opacity: 0.5; }
  .navbar-brand img {
    display: inline !important; }
    .navbar-brand img.logo {
      height: 80%;
      vertical-align: top;
      transition: height 0.5s; }

@media (max-width: 991px) {
  .navbar-brand {
    height: 50px;
    padding: 10px 0px 10px 5px !important;
    text-align: center;
    background: #2CA4AB !important; }
    .navbar-brand .menu {
      font-size: 12px;
      color: #fff; }
      .navbar-brand .menu.visible-xs {
        display: inline !important;
        cursor: pointer;
        padding: 10px 5px; }
        .navbar-brand .menu.visible-xs:hover {
          cursor: pointer; }
    .navbar-brand img.logo {
      height: 100%; }
    .navbar-brand .title {
      position: static;
      font-size: 12px;
      margin: 0px 15%; } }

.right-inner-addon.search-input {
  padding: 0px;
  height: 40px;
  margin-bottom: 0px; }
  .right-inner-addon.search-input input {
    padding: 10px 15px;
    height: 100%;
    padding-right: 48px;
    background: transparent; }
  .right-inner-addon.search-input input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #635e49; }
  .right-inner-addon.search-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #635e49; }
  .right-inner-addon.search-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #635e49; }
  .right-inner-addon.search-input input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #635e49; }
  .right-inner-addon.search-input i.ss-icon {
    font-size: 90%;
    padding: 15px;
    height: 100%;
    text-align: center;
    border: 0;
    background: transparent;
    right: 0px; }

.right-inner-addon {
  position: relative;
  margin: 0px auto;
  margin-bottom: 50px; }
  .right-inner-addon input {
    width: 100%;
    padding: 20px 30px;
    padding-right: 60px;
    outline: none;
    border: none;
    background-color: #fff;
    color: #2CA4AB; }
    .right-inner-addon input::-webkit-input-placeholder {
      color: #2CA4AB;
      font-weight: 300; }
    .right-inner-addon input:-moz-placeholder {
      /* Firefox 18- */
      color: #2CA4AB;
      font-weight: 300; }
    .right-inner-addon input::-moz-placeholder {
      /* Firefox 19+ */
      color: #2CA4AB;
      font-weight: 300; }
    .right-inner-addon input:-ms-input-placeholder {
      color: #2CA4AB;
      font-weight: 300; }
  .right-inner-addon i.ss-icon {
    position: absolute;
    right: 0px;
    padding: 15px 15px;
    font-size: 150%;
    background-color: #2CA4AB;
    color: #fff;
    cursor: pointer;
    height: 100%;
    border: 3px solid #fff; }
    .right-inner-addon i.ss-icon:hover {
      background-color: #3dc5cd; }

@media (max-width: 767px) {
  .right-inner-addon.search-input i {
    display: none; } }

.surah-title {
  padding: 10px 15px 5px 15px !important;
  height: 90px;
  transition: height 0.5s; }
  .surah-title .navbar-text {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
    float: none; }
  .surah-title img {
    height: 100%; }
    .surah-title img.title {
      display: block;
      margin: auto;
      height: 170px;
      margin-top: -60px;
      margin-bottom: -75px; }
    .surah-title img.ornament {
      opacity: 0.15; }
  .surah-title .previous-chapter,
  .surah-title .next-chapter {
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.25;
    transition: opacity 0.5s; }
    .surah-title .previous-chapter:hover,
    .surah-title .next-chapter:hover {
      opacity: 1; }
    .surah-title .previous-chapter i,
    .surah-title .next-chapter i {
      font-size: 20px;
      display: inline-block;
      transform: translateY(17%); }
  .surah-title .previous-chapter i {
    padding-right: 7px; }
  .surah-title .next-chapter i {
    padding-left: 7px; }

.surah-name {
  font-size: 13px;
  color: #635e49; }

@media (max-width: 991px) {
  .surah-title {
    padding: 0px !important;
    height: 70px; }
    .surah-title img.title {
      height: 175%;
      margin-top: -35px;
      margin-bottom: -50px;
      transition: transform 0.5s, display 1s 0.5s; }
    .surah-title h1 {
      margin: 0px;
      font-size: 26px; }
    .surah-title p {
      font-size: 10px; }
    .surah-title .previous-chapter,
    .surah-title .next-chapter {
      line-height: 50%;
      height: 100%;
      vertical-align: middle;
      display: inline-block; }
      .surah-title .previous-chapter i,
      .surah-title .next-chapter i {
        vertical-align: middle;
        top: 50%;
        position: relative;
        transform: translateY(-50%); } }

.options .dropdown {
  height: 100%; }
  .options .dropdown .dropdown-icon.ss-icon:before {
    content: "\25BE"; }
  @media (max-width: 767px) {
    .options .dropdown {
      background: #635e49;
      color: #c4bda1; }
      .options .dropdown a {
        color: #c4bda1; } }

.dropdown.open {
  background-color: #635e49; }
  .dropdown.open .dropdown-icon.ss-icon:before {
    content: "\25B4"; }
  .dropdown.open a.dropdown-toggle {
    color: #F1ECD8 !important; }

.dropdown-menu {
  margin-top: 0px;
  border-radius: 0px;
  border-color: #54503e;
  min-width: 100%;
  width: auto; }
  .dropdown-menu.audio {
    padding-top: 25px; }
  .dropdown-menu.dropdown-content .languages {
    padding: 15px 0px; }
  .dropdown-menu > li > label,
  .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.428571429;
    white-space: nowrap;
    margin-bottom: 0px;
    color: #F1ECD8; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a.active {
    background: #F1ECD8;
    color: #635e49;
    cursor: pointer; }

.index-header {
  background: url("//quran-1f14.kxcdn.com/images/index-bg.jpg") center center no-repeat;
  background-size: cover; }
  .index-header .nav {
    width: 100%;
    padding: 5px 15px; }
    .index-header .nav .nav-button {
      display: none;
      float: right;
      background-color: #fff;
      color: #2CA4AB; }
      @media (max-width: 767px) {
        .index-header .nav .nav-button {
          display: block; } }
    .index-header .nav .links {
      float: right;
      list-style: none; }
      @media (max-width: 767px) {
        .index-header .nav .links {
          display: none; }
          .index-header .nav .links.open {
            display: block; } }
      .index-header .nav .links li {
        display: inline-block;
        padding-right: 15px; }
        .index-header .nav .links li a {
          color: #fff; }
          .index-header .nav .links li a:hover {
            opacity: 0.8; }
  .index-header .logo {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 30%; }
  .index-header .title {
    color: #8edde2;
    font-size: 160%;
    padding-bottom: 3.5%; }

.modal-backdrop {
  bottom: 0; }

.modal-footer.btns-center {
  text-align: center !important; }
  .modal-footer.btns-center .btn {
    padding: 10px 24px; }

.Tooltip {
  position: relative; }
  .Tooltip:after {
    content: attr(aria-label);
    direction: ltr;
    padding: .625rem .9375rem;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.2;
    background-color: #2CA4AB;
    color: #fff;
    border-radius: 3px;
    opacity: 0; }
  .Tooltip:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: .75rem solid transparent;
    border-right: .75rem solid transparent;
    border-top: 0.75rem solid #2CA4AB;
    opacity: 0; }
  .Tooltip:hover:after, .Tooltip:hover:before {
    opacity: 1; }

.hlt1, .hlt10 {
  color: #2CA4AB !important; }

.hlt2, .hlt9 {
  color: #f1c40f !important; }

.hlt3 {
  color: #e29467 !important; }

.hlt4 {
  color: #C50F90 !important; }

.hlt5 {
  color: #e67e22 !important; }

.hlt6 {
  color: #f39c12 !important; }

.hlt7 {
  color: #1abc9c !important; }

.hlt8 {
  color: #e61e22 !important; }

html, body {
  height: 100%;
  min-height: 100%;
  font-size: 14px; }
  @media (max-width: 991px) {
    html, body {
      font-size: 12px; } }

a:hover {
  text-decoration: none; }

.surah-body .left-side {
  width: 16.6666666%;
  height: 100vh;
  float: left;
  display: block;
  position: fixed;
  top: 0px; }
  @media (max-width: 991px) {
    .surah-body .left-side {
      display: none; } }

.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none; }

.opening {
  background-color: rgba(196, 190, 176, 0.25); }

.font-sizes {
  background-color: #2CA4AB;
  border-radius: 6px; }
  .font-sizes li:hover {
    cursor: pointer;
    background-color: #279197; }

.popover {
  max-width: 600px;
  width: auto;
  min-width: 100px; }

li em {
  word-break: break-all; }

.loading img {
  width: 100px;
  padding-top: 100px; }

.loading h3 {
  margin: 0px;
  padding-bottom: 50%;
  font-weight: 300; }

.form-success-message {
  padding: 5% 0%; }

.about-text {
  padding-top: 5%;
  padding-bottom: 5%; }
  .about-text h3 {
    font-size: 130%; }
  .about-text .row {
    padding-top: 1%;
    padding-bottom: 1%; }
    .about-text .row h3 {
      color: #2CA4AB; }
    .about-text .row h4 {
      font-weight: 300;
      line-height: 150%; }
  .about-text .credits h3 {
    color: #939598; }

.pointer {
  cursor: pointer; }

.no-outline {
  outline: none !important; }
  .no-outline:hover, .no-outline:focus {
    outline: none !important; }

.text-color {
  color: #939598; }

.ss-icon.text-align {
  vertical-align: middle;
  margin-right: 5px; }

.dropdown .btn-link:hover, .dropdown .btn-link:focus {
  text-decoration: none; }

.dropdown.open .btn-link {
  color: #c4bda1; }
._2fm5w2VLWD43am7KKk2FDZ {
  background-color: #32312C;
  padding: 3% 0%;
  font-size: 14px;
  margin-top: 50px;
}

._2fm5w2VLWD43am7KKk2FDZ .aev3XkfZl1g9FGS1UGh9G,
._2fm5w2VLWD43am7KKk2FDZ ._1xAddDRKMnmJgbZwBYhXmy {
  padding-top: 30px;
}

._2fm5w2VLWD43am7KKk2FDZ .aev3XkfZl1g9FGS1UGh9G ._1ubDRuOCQNWtvCEYFMbVBV,
._2fm5w2VLWD43am7KKk2FDZ ._1xAddDRKMnmJgbZwBYhXmy ._1ubDRuOCQNWtvCEYFMbVBV {
  padding-left: 0px;
}

._2fm5w2VLWD43am7KKk2FDZ .aev3XkfZl1g9FGS1UGh9G ._1ubDRuOCQNWtvCEYFMbVBV li,
._2fm5w2VLWD43am7KKk2FDZ ._1xAddDRKMnmJgbZwBYhXmy ._1ubDRuOCQNWtvCEYFMbVBV li {
  list-style: none;
  padding: 3% 0%;
}

._2fm5w2VLWD43am7KKk2FDZ .aev3XkfZl1g9FGS1UGh9G a {
  color: #fff;
}

._2fm5w2VLWD43am7KKk2FDZ ._1xAddDRKMnmJgbZwBYhXmy {
  text-transform: uppercase;
}

._2fm5w2VLWD43am7KKk2FDZ ._1xAddDRKMnmJgbZwBYhXmy a {
  color: rgba(255, 255, 255, 0.5);
}

.iDAMQsBbwWae_UbxiaDsw {
  padding-top: 15px;
}

.iDAMQsBbwWae_UbxiaDsw li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.iDAMQsBbwWae_UbxiaDsw li:first-child {
  border: none;
}

.iDAMQsBbwWae_UbxiaDsw a {
  color: rgba(255, 255, 255, 0.5);
  white-space: pre;
}
.B86yR7URt7CDk9ZTRWb2d {
  width: 100%;
  background-color: #ccc;
  position: absolute;
  z-index: 99;
  /* Pointer */
}

.B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2 {
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: .2em 0 0;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

.B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2:before {
  content: "";
  position: absolute;
  top: -.23em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2 > li {
  position: relative;
  cursor: pointer;
  text-align: left;
}

.B86yR7URt7CDk9ZTRWb2d .ScyC0JpAXBdfluUcufbY_ {
  position: absolute;
  right: 0;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 70px;
  padding-right: 10px;
  line-height: 28px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 40%, white);
  z-index: 2;
  text-align: right;
}

.B86yR7URt7CDk9ZTRWb2d ._3dDOqbTQUFFhKohoR7w4f7 {
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  line-height: 28px;
  padding-left: 10px;
  padding-top: .2em;
  padding-bottom: .2em;
}

.B86yR7URt7CDk9ZTRWb2d ._3dDOqbTQUFFhKohoR7w4f7 a {
  display: block;
}

.B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2 > li:hover ._3dDOqbTQUFFhKohoR7w4f7, .B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2 > li:focus ._3dDOqbTQUFFhKohoR7w4f7 {
  background-color: rgba(44, 164, 171, 0.5);
  color: #939598;
}

.B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2 > li:hover ._3dDOqbTQUFFhKohoR7w4f7 a, .B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2 > li:focus ._3dDOqbTQUFFhKohoR7w4f7 a {
  color: #444;
}

.B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2 > li:hover .ScyC0JpAXBdfluUcufbY_ a, .B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2 > li:focus .ScyC0JpAXBdfluUcufbY_ a {
  color: #444;
}

.B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2 > li[aria-selected="true"] ._3dDOqbTQUFFhKohoR7w4f7 {
  background: #3d6d8f;
  color: white;
}

.B86yR7URt7CDk9ZTRWb2d mark {
  background: #eaff00;
}

.B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2 li:hover mark, .B86yR7URt7CDk9ZTRWb2d ._3b77Vz854nDGF-e4VZ2yR2 li:focus mark {
  background: #b5d100;
}

.B86yR7URt7CDk9ZTRWb2d li[aria-selected="true"] mark {
  background: #3d6b00;
  color: inherit;
}
._2RyjZ4VLjPLNPpX8B8oX4a {
  color: #2CA4AB;
}

._2RyjZ4VLjPLNPpX8B8oX4a:hover {
  background: #f1f1f1;
}

._2RyjZ4VLjPLNPpX8B8oX4a ._2UxM9CFlksUC9o7XqGCTrP {
  display: block;
  padding: 10px 10px;
}

._2RyjZ4VLjPLNPpX8B8oX4a ._1n95RA4FPv8ypmbiSl4xKy {
  font-size: 10px;
}

._2RyjZ4VLjPLNPpX8B8oX4a ._26R0dcL03HfMlhTuaGv0PE {
  font-size: 14px;
}
._4oT34IV0wKo8CmA8dz0Em ._12PdZOULNjnM8vEFGL_wQU {
  padding: 50px 0px;
  font-size: 14px;
  margin: 0px;
}

@media (max-width: 767px) {
  ._4oT34IV0wKo8CmA8dz0Em ._12PdZOULNjnM8vEFGL_wQU {
    padding: 10px 0;
  }
}
._3huhAPjsM3l29MFhIdk45e {
  min-height: 500px;
  min-height: 100vh;
  padding-top: 15%;
}

._3huhAPjsM3l29MFhIdk45e + footer {
  margin-top: 0px;
}

.vSBw247w8uFccyqDdvG08 {
  color: #000000;
}

.XdUUa36getjLm7KqZzoJL {
  border-radius: 50px;
}

@media (max-width: 768px) {
  .XdUUa36getjLm7KqZzoJL:last-child {
    margin-top: 15px;
  }
}

._1wlS653MzS_pR9ZBnya8fU {
  height: 18px;
  padding-right: 5px;
}
._3aBBCVr0LuicbbQTos-oXA {
  position: relative;
}

._3aBBCVr0LuicbbQTos-oXA:after {
  content: attr(aria-label);
  direction: ltr;
  padding: .625rem .9375rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  background-color: #2CA4AB;
  color: #fff;
  border-radius: 3px;
  opacity: 0;
}

._3aBBCVr0LuicbbQTos-oXA:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: .75rem solid transparent;
  border-right: .75rem solid transparent;
  border-top: 0.75rem solid #2CA4AB;
  opacity: 0;
}

._3aBBCVr0LuicbbQTos-oXA:hover:after, ._3aBBCVr0LuicbbQTos-oXA:hover:before {
  opacity: 1;
}

.CeQNcMiX_fZP8yqke42HD {
  padding: 2.5% 0%;
  border-bottom: 1px solid rgba(209, 208, 208, 0.5);
}

.CeQNcMiX_fZP8yqke42HD ._2xfC2wor3o8v0hsDgFXD3m {
  color: #c4beb0;
}

.CeQNcMiX_fZP8yqke42HD ._2xfC2wor3o8v0hsDgFXD3m:hover {
  color: #2CA4AB;
}

.CeQNcMiX_fZP8yqke42HD:hover ._3fbuyUxUFVB58_GK1bIBrO {
  visibility: visible;
}

.CeQNcMiX_fZP8yqke42HD ._3fbuyUxUFVB58_GK1bIBrO {
  visibility: hidden;
}

.CeQNcMiX_fZP8yqke42HD ._4TB_Vqudgq9Q7xi5Hhf8T._15--yHwkgrs5vEe4_wwfru {
  text-align: right;
}

.CeQNcMiX_fZP8yqke42HD ._4TB_Vqudgq9Q7xi5Hhf8T h4 {
  color: #2CA4AB;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .CeQNcMiX_fZP8yqke42HD ._4TB_Vqudgq9Q7xi5Hhf8T h4 {
    font-size: 12px;
  }
}

.CeQNcMiX_fZP8yqke42HD ._4TB_Vqudgq9Q7xi5Hhf8T h2 {
  margin-top: 5px;
  margin-bottom: 25px;
}

.CeQNcMiX_fZP8yqke42HD ._28WPgEyRhYKH_dYhAaBhHs a {
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
  font-size: 12px;
}

.CeQNcMiX_fZP8yqke42HD ._28WPgEyRhYKH_dYhAaBhHs a:hover {
  cursor: pointer;
}

.CeQNcMiX_fZP8yqke42HD ._28WPgEyRhYKH_dYhAaBhHs ._2Fk0KOj6NUvikUpYkKCtMo {
  padding: .65em 1.1em;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 15px;
  color: #858383;
  font-weight: 300;
}

.CeQNcMiX_fZP8yqke42HD ._28WPgEyRhYKH_dYhAaBhHs ._2Fk0KOj6NUvikUpYkKCtMo:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .CeQNcMiX_fZP8yqke42HD ._28WPgEyRhYKH_dYhAaBhHs h4,
  .CeQNcMiX_fZP8yqke42HD ._28WPgEyRhYKH_dYhAaBhHs a {
    display: inline-block;
    margin: 0px 10px;
  }
}

._1ATSKnWSzEp2Ca_DB--X39 {
  white-space: pre-line;
  color: #000;
  width: 100%;
  overflow-wrap: break-word;
  line-height: 1.5;
  word-break: break-all;
  text-align: right;
  float: left;
}

._1ATSKnWSzEp2Ca_DB--X39 b {
  float: right;
  border-color: transparent;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
}

._1ATSKnWSzEp2Ca_DB--X39 b.m1t4g6T8dVj8kE-PUBtQ2 {
  color: #279197;
  border-color: #1c6a6e;
}

._1ATSKnWSzEp2Ca_DB--X39 ._1KvzAHGLMwalmrXjV_hSqA {
  direction: rtl;
}

._1ATSKnWSzEp2Ca_DB--X39 ._1KvzAHGLMwalmrXjV_hSqA b {
  float: none;
  display: inline-block;
}

._1ATSKnWSzEp2Ca_DB--X39 b, ._1ATSKnWSzEp2Ca_DB--X39 a {
  font-weight: 100;
  margin: 0px 2px;
  white-space: pre;
  color: #000;
}

._1ATSKnWSzEp2Ca_DB--X39 b:hover, ._1ATSKnWSzEp2Ca_DB--X39 a:hover {
  color: #2CA4AB;
  cursor: help;
}

._1ATSKnWSzEp2Ca_DB--X39 b:focus, ._1ATSKnWSzEp2Ca_DB--X39 a:focus {
  color: #227d82;
  outline: none;
}

@media (max-width: 767px) {
  ._1ATSKnWSzEp2Ca_DB--X39 {
    font-size: 300%;
    line-height: 130%;
  }
}

._4TB_Vqudgq9Q7xi5Hhf8T h4 {
  color: #2CA4AB;
  margin-bottom: 5px;
}

._4TB_Vqudgq9Q7xi5Hhf8T h2 {
  margin-top: 5px;
  margin-bottom: 25px;
}

._2fnTPVRXc6gpw1ootyHl93 {
  line-height: 150%;
}

._1KvzAHGLMwalmrXjV_hSqA {
  line-height: 150%;
  display: block;
  width: 100%;
  margin: 0px auto;
}
._39FT8RZvv2P_jkkWF19zA6 {
  background-color: #E7E6E6;
  min-height: 50px;
  padding: 15px 0px;
  color: #414141;
  font-weight: 400;
}

._39FT8RZvv2P_jkkWF19zA6 ._1dGHYuuEAvq8iSK7fjrAZI {
  color: #2CA4AB;
}

._39FT8RZvv2P_jkkWF19zA6 .pagination {
  margin: 0px;
}

._39FT8RZvv2P_jkkWF19zA6 .pagination > li:first-child > a,
._39FT8RZvv2P_jkkWF19zA6 .pagination > li:last-child > a {
  font-size: 14px;
}

._39FT8RZvv2P_jkkWF19zA6 .pagination > li:first-child > a.xVw-7P3l_d0hLhn0V2imb,
._39FT8RZvv2P_jkkWF19zA6 .pagination > li:last-child > a.xVw-7P3l_d0hLhn0V2imb {
  opacity: 0.5;
}

._39FT8RZvv2P_jkkWF19zA6 .pagination > li._2IYe_5WticPyUP2RSv9Tac a {
  color: #2CA4AB;
}

._39FT8RZvv2P_jkkWF19zA6 .pagination > li.xVw-7P3l_d0hLhn0V2imb {
  opacity: 0.5;
}

._39FT8RZvv2P_jkkWF19zA6 .pagination > li > a {
  background: transparent;
  border: none;
  color: #414141;
  float: initial;
  padding: 6px 18px;
  font-weight: 300;
  font-size: 14px;
}

._39FT8RZvv2P_jkkWF19zA6 .pagination > li > a:hover, ._39FT8RZvv2P_jkkWF19zA6 .pagination > li > a:focus {
  background: initial;
}

._39FT8RZvv2P_jkkWF19zA6 .pagination > li > a i {
  font-size: 12px;
}

._39FT8RZvv2P_jkkWF19zA6 .pagination .selected a {
  color: #2CA4AB;
}

@media (max-width: 991px) {
  ._39FT8RZvv2P_jkkWF19zA6 .pagination {
    padding-top: 5px;
  }
}
._1agbobhCBZhR_VwhbAJ6w5 {
  background-color: #635e49;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

._3O7ZyaBgfdBdT4lCq-TjWw {
  background: #2CA4AB;
  position: relative;
  height: 100%;
}

._3O7ZyaBgfdBdT4lCq-TjWw:after {
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 10px;
  position: absolute;
  right: 0px;
  display: block;
  background: #fff;
  top: -5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  transition: height 0.5s;
}
._32NvhYFTY8ARGfNWQ_-6hv {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 40px;
  padding: 10px 20px;
}

._2HuZSmoh9jBWU2m0ZYUJD6 {
  width: 100%;
  position: absolute;
  top: 90%;
  left: 0px;
  height: 10%;
}

._1nT1RiqSKOHgBdIUMiNfyI {
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  margin: 0px;
  height: 90%;
  text-align: center;
}

._3GnGmKg6C6vcX4c1CAXJBq {
  margin-bottom: 0px;
  display: table;
  width: 100%;
  padding-left: 0px;
  text-align: center;
}

._3GnGmKg6C6vcX4c1CAXJBq li {
  padding-right: 15px;
  display: table-cell;
}

._3v1X3qms4NPVBqOLtmnfPt {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  padding-right: 1.5%;
  color: #635e49;
  outline: none;
}

._3v1X3qms4NPVBqOLtmnfPt._16FAs-htPXiaBuu7doq0H_ {
  color: #2CA4AB;
}

._3v1X3qms4NPVBqOLtmnfPt i._1_QkxUFngM6nDjPmXCdMvQ {
  color: inherit;
  font-size: 100%;
}

._2RLGzSV1xEJqVTqk-jUhm_ {
  display: none;
}

._2fIn1F9f0VOsVNbcoOiah2 {
  color: #2CA4AB;
}

._2b2sjxhTu4Wk31v9xto0n4 {
  color: #2CA4AB;
}

._2gW8orzvH0VSm6Pz4mccbM {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}

.QO6w0PnNQbxfN0CH2XElM {
  padding: 0px;
  color: #635e49;
}

._1OSqDK2sANJRPWroQZmvWr .popover-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #c4bda1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.75em;
}

._1OSqDK2sANJRPWroQZmvWr .popover-content a {
  font-size: 0.8em;
}

._1OSqDK2sANJRPWroQZmvWr ._2ef6ungShVtpxIdJkbOX-Y a {
  padding: 10px 15px;
}
._3dqOvsHph5lfQXOPFJoPXk {
  display: inline-block;
  vertical-align: middle;
}

._3KhPjUJPXLhZMxo2FWLUBK {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

._3KhPjUJPXLhZMxo2FWLUBK + ._3LBcIKLgRvArrFPWxREzr_ {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0px;
}

._2khNQrhuoQKCSAsBPDXeB2 + ._3LBcIKLgRvArrFPWxREzr_ {
  padding: 2px;
  width: 50px;
  height: 25px;
  background-color: #dddddd;
  border-radius: 25px;
}

._2khNQrhuoQKCSAsBPDXeB2 + ._3LBcIKLgRvArrFPWxREzr_:before,
._2khNQrhuoQKCSAsBPDXeB2 + ._3LBcIKLgRvArrFPWxREzr_:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

._2khNQrhuoQKCSAsBPDXeB2 + ._3LBcIKLgRvArrFPWxREzr_:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 25px;
  transition: background 0.4s;
}

._2khNQrhuoQKCSAsBPDXeB2 + ._3LBcIKLgRvArrFPWxREzr_:after {
  width: 23px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}

._2khNQrhuoQKCSAsBPDXeB2:checked + ._3LBcIKLgRvArrFPWxREzr_:before {
  background-color: #2CA4AB;
}

._2khNQrhuoQKCSAsBPDXeB2:checked + ._3LBcIKLgRvArrFPWxREzr_:after {
  margin-left: 25px;
}

._2a5ia9iu8-9TdLRgH090sa + ._3LBcIKLgRvArrFPWxREzr_ {
  padding: 2px;
  width: 50px;
  height: 25px;
  background-color: #dddddd;
  border-radius: 25px;
  transition: background 0.4s;
}

._2a5ia9iu8-9TdLRgH090sa + ._3LBcIKLgRvArrFPWxREzr_:before,
._2a5ia9iu8-9TdLRgH090sa + ._3LBcIKLgRvArrFPWxREzr_:after {
  display: block;
  position: absolute;
  content: "";
}

._2a5ia9iu8-9TdLRgH090sa + ._3LBcIKLgRvArrFPWxREzr_:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 25px;
  transition: background 0.4s;
}

._2a5ia9iu8-9TdLRgH090sa + ._3LBcIKLgRvArrFPWxREzr_:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 17px;
  background-color: #dddddd;
  border-radius: 17px;
  transition: margin 0.4s, background 0.4s;
}

._2a5ia9iu8-9TdLRgH090sa:checked + ._3LBcIKLgRvArrFPWxREzr_ {
  background-color: #2CA4AB;
}

._2a5ia9iu8-9TdLRgH090sa:checked + ._3LBcIKLgRvArrFPWxREzr_:after {
  margin-left: 25px;
  background-color: #2CA4AB;
}
@charset "UTF-8";
@media (max-width: 1150px) {
  ._3VxB36LY35Uj4XUW-mTQYU {
    min-width: initial;
  }
  ._3VxB36LY35Uj4XUW-mTQYU i + span {
    display: none;
  }
}

@media (max-width: 1000px) {
  ._3VxB36LY35Uj4XUW-mTQYU i + span {
    display: initial;
  }
}

._3VxB36LY35Uj4XUW-mTQYU ul {
  height: 315px;
  overflow-x: hidden;
  overflow-y: auto;
}

._3VxB36LY35Uj4XUW-mTQYU ul li {
  padding-right: 20px;
  white-space: nowrap;
}

.in ._1khBaJPmDv0txh8oWj7dOh ._3BPuE0noybrb6ShPvcsP-6:after, .in ._1khBaJPmDv0txh8oWj7dOh ._3BPuE0noybrb6ShPvcsP-6:before {
  color: #635e49 !important;
  border-color: #635e49 !important;
}

._1khBaJPmDv0txh8oWj7dOh {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
}

._1khBaJPmDv0txh8oWj7dOh ._3BPuE0noybrb6ShPvcsP-6 {
  color: #e2ded0;
  font-weight: 300;
}

._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:not(:checked),
._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:checked {
  position: absolute;
  left: -9999px;
}

._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:not(:checked) + ._3BPuE0noybrb6ShPvcsP-6,
._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:checked + ._3BPuE0noybrb6ShPvcsP-6 {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  width: 100%;
}

._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:not(:checked) + ._3BPuE0noybrb6ShPvcsP-6:before,
._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:checked + ._3BPuE0noybrb6ShPvcsP-6:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #e2ded0;
  background: transparent;
}

._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:not(:checked) + ._3BPuE0noybrb6ShPvcsP-6:after,
._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:checked + ._3BPuE0noybrb6ShPvcsP-6:after {
  content: '\2714';
  position: absolute;
  top: 8px;
  left: 22px;
  font-size: 10px;
  color: #e2ded0;
  transition: all .2s;
}

._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:not(:checked) + ._3BPuE0noybrb6ShPvcsP-6:after {
  opacity: 0;
  transform: scale(0);
}

._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:checked + ._3BPuE0noybrb6ShPvcsP-6:after {
  opacity: 1;
  transform: scale(1);
}

._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:disabled:not(:checked) + ._3BPuE0noybrb6ShPvcsP-6:before,
._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:disabled:checked + ._3BPuE0noybrb6ShPvcsP-6:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:disabled:checked + ._3BPuE0noybrb6ShPvcsP-6:after {
  color: #999;
}

._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:disabled + ._3BPuE0noybrb6ShPvcsP-6 {
  color: #aaa;
}

._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:checked:focus + ._3BPuE0noybrb6ShPvcsP-6:before,
._1khBaJPmDv0txh8oWj7dOh ._1RL4oPg7yEQ5IuX7OSJFB0:not(:checked):focus + ._3BPuE0noybrb6ShPvcsP-6:before {
  border: 1px solid #635e49;
}
@media (max-width: 1150px) {
  ._2fgUTbn9x_vdmp5QaZwQYC i + span {
    display: none;
  }
}

@media (max-width: 1000px) {
  ._2fgUTbn9x_vdmp5QaZwQYC i + span {
    display: initial;
  }
}
._2eubh95oPh6oBDZMcxdtJs ul {
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}

._34WIfFnytrAnTYEax1sHX1 {
  direction: rtl;
  padding-right: 5px;
}
._3MkYqXGEDep2Y5wDjEOmJ1 ul {
  max-height: 400px;
  overflow-y: scroll;
}
._1JOqM8JeDHpUz3v-GWKjLE {
  overflow-y: auto;
  margin-bottom: 30px;
  height: 0px;
  max-height: 0px;
  min-height: 0px;
  transition: max-height 0.75s, height 0.75s;
}

@media (max-width: 767px) {
  ._1JOqM8JeDHpUz3v-GWKjLE {
    margin-bottom: 0;
  }
}

._1JOqM8JeDHpUz3v-GWKjLE._1muD-xDE8gF7MfJLYG2q0O {
  max-height: 600px;
  max-height: 70vh;
  height: 1000px;
}

._1JOqM8JeDHpUz3v-GWKjLE ._2xmhfuBsK6IWDrgcVYGKum {
  height: 100%;
}

._1JOqM8JeDHpUz3v-GWKjLE ._24g6dMJtSFUMPUUdzoDnnh {
  height: 100%;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}

._1JOqM8JeDHpUz3v-GWKjLE ._24g6dMJtSFUMPUUdzoDnnh._1R_SVwKmzIwd17TYqlsz0D {
  background-image: url(//assets-1f14.kxcdn.com/images/madinah.jpg);
}

._1JOqM8JeDHpUz3v-GWKjLE ._24g6dMJtSFUMPUUdzoDnnh._2Pq0DUkO_qy9S6O1An2E6j {
  background-image: url(//assets-1f14.kxcdn.com/images/makkah.jpg);
}

._1JOqM8JeDHpUz3v-GWKjLE .a2zZaZQFD8qHJXi_IMlDL {
  background: #eaeaea;
  height: 100%;
}

@media (max-width: 768px) {
  ._1JOqM8JeDHpUz3v-GWKjLE .a2zZaZQFD8qHJXi_IMlDL, ._1JOqM8JeDHpUz3v-GWKjLE ._24g6dMJtSFUMPUUdzoDnnh {
    height: 30%;
  }
}

._1JOqM8JeDHpUz3v-GWKjLE ._1Yfaf1zwVqEN6NrtPv45X6 {
  height: 100%;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  background: #f7f7f7;
}

._1JOqM8JeDHpUz3v-GWKjLE ._1Yfaf1zwVqEN6NrtPv45X6 h2 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

._1JOqM8JeDHpUz3v-GWKjLE ._1Yfaf1zwVqEN6NrtPv45X6 h3 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

._1JOqM8JeDHpUz3v-GWKjLE ._1Yfaf1zwVqEN6NrtPv45X6 p {
  font-size: 16px;
}

._1JOqM8JeDHpUz3v-GWKjLE dl {
  padding-top: 8px;
  text-align: right;
}

._1JOqM8JeDHpUz3v-GWKjLE dl dt {
  font-size: 10px;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 5px;
}

._1JOqM8JeDHpUz3v-GWKjLE dl dd {
  color: #2CA4AB;
  font-weight: 300;
}

._1JOqM8JeDHpUz3v-GWKjLE ._-vmHhEsusPr4xtUnCkKDi {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #eaeaea;
  height: 26px;
  width: 26px;
  padding: 7px 8px;
  font-size: 10px;
  border-radius: 16px;
  color: #fff;
  z-index: 20;
  cursor: pointer;
}

._1JOqM8JeDHpUz3v-GWKjLE ._-vmHhEsusPr4xtUnCkKDi:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .MAG5rV8jlfL5dIHwJQn6k {
    width: 80%;
    margin-left: 15px;
    display: inline-block;
  }
}
._2Jt7C96qyYC6e1z15EzyY5 .popover-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #c4bda1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.75em;
}

._2Jt7C96qyYC6e1z15EzyY5 .popover-content a {
  font-size: 0.8em;
}
._3-QWPOYFhNOxPJazOyRFvT .popover-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #c4bda1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.75em;
}

._3-QWPOYFhNOxPJazOyRFvT .popover-content a {
  font-size: 0.8em;
}
._36RmFyvbszTZpOnHgHKSY0 {
  position: relative;
  left: 5px;
  top: 2px;
}

._36RmFyvbszTZpOnHgHKSY0 ._39NpUPhU6lgJKG6gC0FPbm {
  padding: 0 30px 10px 0;
}

._36RmFyvbszTZpOnHgHKSY0 ._3JSI8KnWmcs8AjIwV3FThd {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAYCAYAAAAlBadpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI5JREFUeNpiZCASFO2fawCkBJDFWAhocABS+UAcgE2eBY/GfiBVgM9wJhwaCwhpxKkZCOqJCQcmHP4UIEYzCwPx4AEQLyRXc2GfY/IGZAFGoDNBTjRAEgOx+7FpBuILSPwLLFDF+4mwGd1ARyYGCsAQ1cwCDUFHckKbEUcKwxb6jsB4PjAMAmxUM4kAIMAAl28gf4szQrUAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 12px;
  padding-top: 1px;
}

._36RmFyvbszTZpOnHgHKSY0 ._3JSI8KnWmcs8AjIwV3FThd:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAaCAYAAAC+aNwHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI9JREFUeNpiZCAAjuzbUACk4oHYAJs8Cx6NIA3zcWnEawBQswCQWg/ECoRcyIRDvJ8YzfgMCGAgEuAyQIBYA1gYSAOBNk4BG4hxAVaArhkEGIEh7gCkHdDE63GY0YjGX8AC1VxPpCPQ1R1gYqAQDAMDQIF4gIjAwhULDxhxZKb/ONIB4zAMxFEDhoUBAAEGAKPuGvs2tpIAAAAAAElFTkSuQmCC);
}

._36RmFyvbszTZpOnHgHKSY0 .L33uZApOjddp2iU4GAVYb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAWCAYAAADeiIy1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAV5JREFUeNrcVe1twjAQhYgBGCEjZAQyATBBqRgA0gWgC7RlgAqYgDBBYAI8QkbwCH1PukjX1CZucP/0pJMTf7znu/PdDQb/TYZ9D75Un2MMC+hUpiz0/JYvD2rPBP+Xb0SY3GIwWCgDSDIMJ2jqWCbwFfoErYGXczJRG7iwB8gswKC9h4QygW6gtHjX4GmiVBZPYp3PGrorC7jMWC5k2kRWfW8AeKOPHQBpYBiJl8N1NX9GaqGU4DbCW1cg48Yjfd8ENlDm2G9+vDoA8qY3MTmG5Ppi2nUkqf8qj9oxymIBt92siV4jGnDxWiQZfYhEdL7nOkoRgcy6MBJHki0eJNrBO/YukSTXxwMk3vOJ47UU4kLbg2jusqazTSCJKymSIfKsW0QnkbQAgq8C65oVkrKz8QH8HcO6h6sIXjSFM6jDSq2jFbMOS6wQHH9TZIee2KRCpuNjpGOaPs/xS4ABAGiGc8j81LlHAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 21px;
}

._36RmFyvbszTZpOnHgHKSY0 .L33uZApOjddp2iU4GAVYb:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVCAYAAABYHP4bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWNJREFUeNq8VdFNwzAQraMOkBE6QvuPRGCCMAHNBKUTQCagnaAZwSxQWol/skHLBGQE3qF3kuXiYEeBJ53snC9+enf22UwG4m1vZxgeYSUsp7uF1Ve3pXViVvheGzp2GI5wNJEkcwyvDoGPhmsliZ+U6JML1W9kiJW4Uw+Ji2+FMsno0J92oo6bhbCMJBGIcsnWIQts9A6yZeDn64RSnmE3yFI3peMAK5yAGdVJsbcwi+Czpz4GCyGRidaoYHH70DHn81gykBida+ruqaoPOVXnQ67D1KnL2GjdD1Vk/4uo/gOilwsiFE3YKxZ8DHTahnxFesTtSGRb35F5x7cceqq8fTZBIl6sagQ1tV7SkKIJ83rH1jEEDfbY/LRgerq03K3nhFS22teiiPjWSKd4SFBi+cQED5Lho6eNVC2l8HUoXX6N1rCPRJKOr+gihuQideziBd+cnJ1a86/d++hfxhh8CTAAF1104hTmWuAAAAAASUVORK5CYII=);
}
._1w2ertPV1Pvt0JzgmiE684 {
  padding-left: 0;
  padding-right: 0;
}

._1w2ertPV1Pvt0JzgmiE684 > button {
  width: 100%;
  text-align: left;
}

._1w2ertPV1Pvt0JzgmiE684 .caret {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1px;
}

.oTuG7IiMGzxioR0Eg_hfl {
  border-right: 1px solid rgba(173, 170, 156, 0.5);
}

._2_P-mLgvKZQKcw7FWgqMkS {
  padding-top: 130px;
}

@media (max-width: 767px) {
  ._2_P-mLgvKZQKcw7FWgqMkS {
    padding-top: 100px;
  }
}

/*# sourceMappingURL=main-43afb6a7ad7a88e97e0d.map.js*/