@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,600&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oswald:700);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
a,
h1,
h2,
h3,
ol,
ul,
li,
img,
p,
form,
figure,
pre,
input,
textarea,
select,
fieldset,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  border: none;
  text-decoration: none;
}
header,
footer,
article,
section,
nav,
aside,
figure {
  display: block;
}
.clear {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  font-size: 0;
}
.hidden {
  display: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1260px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after,
.polaroid-container:before,
.polaroid-container:after,
.gift-container:before,
.gift-container:after,
.date:before,
.date:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.polaroid-container:after,
.gift-container:after,
.date: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-center.red {
  font-size: 28px; 
  color: #FF602C; 
  font-weight: bold;
  line-height: 1em;
}

.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fc8519;
}
a.text-primary:hover {
  color: #df6c03;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #fc8519;
}
a.bg-primary:hover {
  background-color: #df6c03;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ol ul,
ul ol,
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: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #afb4bc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #000000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 40px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 17px;
  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 {
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.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: 22px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@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: 24px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@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: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.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: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #b4b4b4;
  border-color: #a19e9e;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #9b9b9b;
  border-color: #837f7f;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #b4b4b4;
  border-color: #a19e9e;
}
.btn-default .badge {
  color: #b4b4b4;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #fc8519;
  border-color: #d26d11;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #df6c03;
  border-color: #99500c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fc8519;
  border-color: #d26d11;
}
.btn-primary .badge {
  color: #fc8519;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #fc8519;
  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: #aa0001;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: #2aaef2;
  border-color: #1a98d9;
  color: #FFFFFF;
}
.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%;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #afb4bc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2aaef2;
  background-color: transparent;
  border: 1px solid transparent;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #898f92;
  background-color: #ffffff;
  border-color: #898f92;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #898f92;
  background-color: #ffffff;
  border-color: #898f92;
  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: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}
.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: 11px;
}
.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;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -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: #ffffff;
  border: 1px solid #999999;
  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: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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: 400px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 910px;
  }
}
.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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 12px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #fc8519;
}
.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: 11px;
  line-height: 1.42857143;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #000000;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.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: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  /*  padding: 3px 8px;*/
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
  padding: 10px;
  font-size: 12px
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?rud3qs');
  src: url('fonts/icomoon.eot?#iefixrud3qs') format('embedded-opentype'), url('fonts/icomoon.woff?rud3qs') format('woff'), url('fonts/icomoon.ttf?rud3qs') format('truetype'), url('fonts/icomoon.svg?rud3qs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "\f002";
}
.icon-check:before {
  content: "\f00c";
}
.icon-times:before {
  content: "\f00d";
}
.icon-logout:before {
  content: "\f011";
}
.icon-cog:before {
  content: "\f013";
}
.icon-clock:before {
  content: "\f017";
}
.icon-camera:before {
  content: "\f030";
}
.icon-edit:before {
  content: "\f044";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-cross:before {
  content: "\f05c";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-bell:before {
  content: "\f0f3";
}
.icon-chevron-left-light:before {
  content: "\f104";
}
.icon-chevron-right-light:before {
  content: "\f105";
}
.icon-chevron-up-light:before {
  content: "\f106";
}
.icon-chevron-down-light:before {
  content: "\f107";
}
.icon-circle:before {
  content: "\f111";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-circle-o-notch:before {
  content: "\f1ce";
}
.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
html {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
body {
  padding-top: 74px;
}
body.billboard-top {
  padding-top: 146px;
}
body.billboard-top-app {
  padding-top: 146px;
}
@media (max-width: 1280px) {
  body.billboard-top-app {
    padding-top: 129px;
  }
  .container {
    width: 955px;
  }
}

@media (max-width: 768px) {
  .container {
    width: auto;
  }
}

.scrolled #menu #menu-register form {
  visibility: visible;
  opacity: 1;
}
#menu {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu.logged {
  position: fixed;
  background: none;
  padding-top: 0px;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu.logged a.mokate { display: block; width: 100%; height: 60px; background: url('/images/red/pasek-top.png') center no-repeat }
#menu.logged
.modal-open #menu {
  padding-right: 15px;
}
#menu-logo {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px 0;
  line-height: 54px;
  float: left;
}
@media (min-width: 768px) {
  #menu-logo {
    float: left;
    width: 33.33333333%;
  }
}
#menu-logo img {
  vertical-align: middle;
}
#menu-register {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px 0;
  padding-top: 7px;
}
@media (min-width: 768px) {
  #menu-register {
    float: left;
    width: 33.33333333%;
  }
}
#menu-register form {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.15s, opacity 0.15s;
  -o-transition: visibility 0.15s, opacity 0.15s;
  transition: visibility 0.15s, opacity 0.15s;
}
#menu-register .form-control {
  z-index: 0;
  border: none;
  background-color: #ececec;
  font-size: 16px;
  color: #b4b4b4;
}
#menu-register .form-control:focus {
  padding-top: 19px;
  padding-bottom: 19px;
  border: 1px solid #ececec;
  background-color: #fff;
  color: #000;
}
#menu-login {
  margin: 10px 0;
  padding-top: 7px;
  text-align: right;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}
@media (min-width: 768px) {
  #menu-login {
    float: right;
    width: 33.33333333%;
  }
}
#menu-login .btn-facebook {
  position: relative;
  padding-left: 30px;
  background-color: #6d84b4;
}
#menu-login .btn-facebook:hover {
    background-color: #3b5998;
}
#menu-login .btn-facebook:before {
  position: absolute;
  left: 10px;
  display: inline-block;
  color: #fff;
  font-family: icomoon;
  font-size: 23px;
  content: '\f09a';
}
#menu-login .btn {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#menu-items {
  float: right;
  display: none;
  margin: 10px 0;
  padding-top: 7px;
}
#menu-items li {
  float: left;
  margin: 0 4px;
}
#menu-items li.sub {
  position: relative;
}
#menu-items li.sub a.down {
  border-bottom: none;
}
#menu-items li .btn-transparent {
  padding-left: 8px;
  padding-right: 8px;
  position: relative
}
#menu-items li .btn-transparent i {
  font-size: 16px;
}

#menu-items li .btn-transparent.pg {
  color: red
}

#menu-items li .btn-primary {
  margin-left: 5px;
}
#menu-items ul > li > a  .count-strong {
  position: absolute;
  top: -6px;
  right: -10px;
  display: none;
}
#menu-profile {
  position: relative;
  float: right;
  display: none;
  width: 225px;
  height: 100%;
  margin-left: 10px;
  padding: 14px 0 14px 15px;
  border-left: 1px solid #dcdedf;
}
#menu-profile > .count-strong {
  position: absolute;
  top: 5px;
  left: 45px;
  display: none;
}
#menu-profile-user {
  position: relative;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#menu-profile-user img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#menu-profile-user i {
  position: absolute;
  right: 0;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  color: #2aaef2;
  line-height: 44px;
  cursor: pointer;
}
#menu-profile-user i.icon-chevron-up {
  display: none;
}
#menu-profile-user.active .icon-chevron-up {
  display: inline-block;
}
#menu-profile-user.active .icon-chevron-down {
  display: none;
}

#menu-blog i.icon-chevron-up {
  display: none;
}
#menu-blog.down .icon-chevron-up {
  display: inline-block;
}
#menu-blog.down .icon-chevron-down {
  display: none;
}

#menu-blog i{
  color: #2aaef2;
}

#menu-blog-submenu {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  display: none;
  border: 1px solid #000;
  border-top: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#menu-blog-submenu ul:not(.list-links) li {
  margin: 0;
  padding: 0;
  width: 100%;
}

#menu-blog-submenu ul:not(.list-links) li a {
  display: block;
  padding: 9px;
  background-color: #fff;
  color: #000;
  -webkit-transition: background-color 0.15s, color 0.15s;
  -o-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
}

#menu-blog-submenu ul li a:hover {
  background-color: #f2f2f2;
  color: #2aaef2;
}

#menu-profile-submenu {
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  display: none;
  border: 1px solid #dcdedf;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#menu-profile-submenu ul:not(.list-links) li {
  margin: 0;
  padding: 0;
}
#menu-profile-submenu ul:not(.list-links) li a {
  display: block;
  padding: 15px;
  background-color: #fff;
  color: #000;
  -webkit-transition: background-color 0.15s, color 0.15s;
  -o-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
}
#menu-profile-submenu ul:not(.list-links) li a i {
  display: inline-block;
  margin-right: 10px;
  color: #b7bbc2;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
#menu-profile-submenu ul:not(.list-links) li a .count {
  float: right;
}
#menu-profile-submenu ul:not(.list-links) li a .count-strong {
  float: right;
  margin-top: -2px;
}
#menu-profile-submenu ul:not(.list-links) li a:hover {
  background-color: #f2f2f2;
  color: #2aaef2;
}
#menu-profile-submenu ul:not(.list-links) li a:hover i {
  color: #2aaef2;
}
#menu-profile-submenu .list-links {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e6e6e6;
}
#menu-profile-submenu .list-links li {
  margin: 0;
  padding: 0;
}
#menu-profile-submenu .list-links li a {
  display: block;
  padding: 5px 15px;
  background-color: #fff;
  color: #2aaef2;
  font-size: 13px;
  -webkit-transition: background-color 0.15s, color 0.15s;
  -o-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
}
#menu-profile-submenu .list-links li a:hover {
  color: #72c9f6;
}
#menu.logged #menu-logo {
  width: auto;
}
#menu.logged #menu-register {
  display: none;
}
#menu.logged #menu-login {
  display: none;
}
#menu.logged #menu-items {
  display: block;
}
#menu.logged #menu-profile {
  display: block;
  cursor: pointer;
}
@media (max-width: 1280px) {
  #menu-logo img {
    max-width: 185px;
    height: auto;
  }
  #menu-items li {
    margin-left: 3px;
    margin-right: 3px;
  }
  #menu-items li .btn,
  #menu-items li #menu-items .btn-transparent {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
  #menu-items li .btn i,
  #menu-items li #menu-items .btn-transparent i {
    font-size: 12px;
  }
  #menu-profile {
    width: 200px;
    font-size: 14px;
  }
  #menu-profile h3 {
    font-size: 14px;
  }
}
#footer {
  padding: 20px 0;
  background-color: #f6f6f6;
  color: #6b6b6b;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
#footer-logo {
  float: left;
}
#footer-menu {
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
#footer-menu li {
  display: inline-block;
  margin: 0 10px;
}
#footer-menu li a {
  color: #000;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
#footer-menu li a:hover {
  color: #2aaef2;
}
#footer-facebook {
  position: relative;
  float: right;
  display: inline-block;
  margin: 1px 0;
  padding-left: 20px;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
#footer-facebook:hover {
  color: #2aaef2;
}
#footer-facebook:before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: icomoon;
  font-size: 28px;
  content: '\f09a';
}
@media (max-width: 1280px) {
  #footer {
    font-size: 12px;
  }
  #footer-menu li {
    margin: 0 2px;
  }
}
h1,
h2,
h3 {
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 600;
}
h1 small,
h2 small,
h3 small {
  color: #afb4bc;
  font-size: 60%;
  font-weight: 400;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
  font-weight: 400;
}
.h-glued {
  margin-bottom: 5px !important;
}
a {
  color: #2aaef2;
  outline: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
}
a:hover {
  color: #72c9f6;
}
a.link-text {
  color: #000;
}
a.link-text:hover {
  color: #72c9f6;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin-bottom: 10px;
}
.list-header span {
  display: inline-block;
  width: 26px;
  text-align: left;
}
.dp-table {
  display: table;
  table-layout: fixed;
}
dl dt {
  margin-bottom: 5px;
}
dl dt img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
dl dd {
  margin-bottom: 15px;
}
.dl-horizontal dt {
  color: #a6a6a6;
  font-weight: normal;
  text-align: left;
}
.img-circle {
  border-radius: 50%;
}
[contenteditable="true"]:active,
[contenteditable="true"]:focus {
  padding: 6px 12px;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #000000;
  outline: none;
}
.section {
  position: relative;
  padding: 40px 0;
  text-align: center;
}
.section h2 {
  margin: 0 0 60px;
  font-size: 42px;
}
.section h3 {
  font-size: 24px;
  font-weight: bold;
}
.section-register {
  padding: 30px 0;
  background: #fc8519 url('/images/red/bg-register-1.jpg') no-repeat top center;
  text-align: center;
}
.section-register h1 {
/*  margin-bottom: 40px;*/
  margin-bottom: 30px;
  margin-top: -10px;
  color: #fff;
  font-size: 42px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.section-register form {
  width: 580px;
/*  margin: 0 auto 40px;*/
  margin: 0 auto 30px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fc8519;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.section-register form h3 {
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  font-size: 30px;
}
.section-register form h3 img {
  float:right;
  display: none;
}
.section-register p { margin-bottom: 10px; text-align: center }

.section-register form input {
  height: auto;
  padding: 13px;
  font-size: 20px;
  font-weight: 300;
}
.section-register form button {
  padding: 18px 30px;
  font-size: 24px;
  font-weight: 600;
}
.section-register form .checkbox {
  margin-top: 10px;
  text-align: left;
}
.section-register form .checkbox span {
  display: inline-block;
  padding: 0 0 0 27px;
  line-height: 15px;
  color: #fff;
  font-weight: normal;
}
.section-register form .checkbox span a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}
.section-register form .checkbox span a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.section-register form .checkbox span:before {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.section-register form .checkbox:not(.disabled) input:checked:not(:disabled) + span:after {
  font-size: 15px;
}
.section-register form .checkbox + .checkbox {
  margin-top: 5px;
}
.section-register .icons-features {
  margin-bottom: 0;
}
.section-register .icons-features figure {
  width: auto;
  padding: 0 40px;
}
.section-register .icons-features figure img {
  min-height: auto;
  margin-bottom: 15px;
}
.section-register .icons-features figure figcaption {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#bg-video {
  display: none;
}
@media (min-width: 768px) {
  #bg-video {
    position: absolute;
    z-index: -20;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .section-register {
    background: none;
  }
}
.section-why {
  background-color: #fff;
}
.section-couples,
.section-children {
  overflow: hidden;
  color: #fff;
  padding: 15px 0px 0px 0px
}
.section-couples em,
.section-children em {
  display: inline-block;
  clear: both;
  margin: 20px 0 20px;
  font-size: 30px;
  font-weight: 300;
}
.section-recommend {
  background-color: #2aaef2;
}
.section-recommend h2 {
  margin-bottom: 30px;
  color: #fff;
}
.section-profile {
  position: relative;
  padding: 25px 0 85px;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.section-profile .container img.open_m {
  position: absolute;
  top: -3px;
}

.section-profile.wall0 {
  background: url('/images/red/background/0.jpg');
}
.section-profile.wall1 {
  background: url('/images/red/background/1.jpg');
}
.section-profile.wall2 {
  background: url('/images/red/background/2.jpg');
}
.section-profile.wall3 {
  background: url('/images/red/background/3.jpg');
}
.section-profile.wall4 {
  background: url('/images/red/background/4.jpg');
}
.section-profile.wall5 {
  background: url('/images/red/background/5.jpg');
}
.section-profile.wall6 {
  background: url('/images/red/background/6.jpg');
}
.section-profile.wall7 {
  background: url('/images/red/background/7.jpg');
}
.section-profile.wall8 {
  background: url('/images/red/background/8.jpg');
}
.section-profile.wall9 {
  background: url('/images/red/background/9.jpg');
}

.section-profile.wall10 {
  background: url('/images/red/background/10.jpg');
}

.section-profile.wall11 {
  background: url('/images/red/background/11.jpg');
}

.section-profile.wall12 {
  background: url('/images/red/background/12.jpg');
}

.section-profile.wall13 {
  background: url('/images/red/background/13.jpg');
}

.section-profile.wall14 {
  background: url('/images/red/background/14.jpg');
}

.section-profile.wall15 {
  background: url('/images/red/background/15.jpg');
}

.section-profile.wall16 {
  background: url('/images/red/background/16.jpg');
}

.section-profile.wall17 {
  background: url('/images/red/background/17.jpg');
}

.section-profile.wall18 {
  background: url('/images/red/background/18.jpg');
}

.section-profile.wall19 {
  background: url('/images/red/background/19.jpg');
}

.section-profile.wall20 {
  background: url('/images/red/background/20.jpg');
}

.section-profile.wall21 {
  background: url('/images/red/background/21.jpg');
}

.section-profile.wall22 {
  background: url('/images/red/background/22.jpg');
}

.section-profile.wall23 {
  background: url('/images/red/background/23.jpg');
}

.section-profile.wall24 {
  background: url('/images/red/background/24.jpg');
}

.section-profile.wall25 {
  background: url('/images/red/background/25.jpg');
}

.section-profile.wall26 {
  background: url('/images/red/background/26.jpg');
}

.section-profile.wall27 {
  background: url('/images/red/background/27.jpg');
}

.section-profile.wall28 {
  background: url('/images/red/background/28.jpg');
}

.section-profile.wall29 {
  background: url('/images/red/background/29.jpg');
}

.section-profile.wall30 {
  background: url('/images/red/background/30.jpg');
}

.section-profile.wall31 {
  background: url('/images/red/background/31.jpg');
}

.section-profile.wall32 {
  background: url('/images/red/background/32.jpg');
}

.section-profile.wall100 {
  background: url('/images/red/background/100.jpg');
}

.section-profile.wall101 {
  background: url('/images/red/background/101.jpg');
}

.section-profile.wall102 {
  background: url('/images/red/background/102.jpg');
}

.section-profile.wall103 {
  background: url('/images/red/background/103.jpg');
}

.section-profile.wall104 {
  background: url('/images/red/background/104.jpg');
}

.section-profile.wall105 {
  background: url('/images/red/background/105.jpg');
}

.section-profile .tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-profile figure {
  display: table-cell;
  padding: 10px 15px 0 50px;
  vertical-align: middle;
}
.section-profile figure a {
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  float: left;
}
.section-profile figure a:hover {
  opacity: 0.85;
}
.section-profile-data {
  display: table-cell;
  vertical-align: middle;
}
.section-profile-name {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.section-profile-name a {
  color: #FFFFFF;
}
.section-profile-name img {
  padding-right: 10px;
  float: left;
  margin-top: 5px;
}
.section-profile-info {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.section-profile-id {
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
}
.section-profile-report,
.section-profile-block,
.section-profile-background {
  display: inline-block;
  margin-right: 15px;
  padding-right: 25px;
  color: #fff;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.section-profile-report:hover,
.section-profile-block:hover,
.section-profile-background:hover {
  color: #fff;
  opacity: 0.6;
}
.section-profile-report {
  background: url('/images/red/icon-spam.png') no-repeat right;
}
.section-profile-block {
  background: url('/images/red/icon-cross.png') no-repeat right;
}
.section-profile-background {
  background: url('/images/red/icon-picture.png') no-repeat right;
}
.section-profile-stats {
  /*border-top: 1px solid #fff;*/
  color: #fff;
  font-size: 12px;
  text-align: right;
  opacity: 0.8;
}
.section-profile-menu {
  float: right;
  margin: 70px 0 0;
  padding: 0;
}
.section-profile-menu li {
  float: left;
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
}
.section-profile-menu li:first-child {
  border-left: none;
}
.section-profile-menu li a {
  display: inline-block;
  padding: 45px 14px 10px;
  color: #fff;
  font-size: 12px;
  outline: none;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.section-profile-menu li a:hover {
  color: #fff;
  opacity: 0.6;
}
.section-profile-menu li a.menu-video {
  background: url('/images/red/icon-video.png') no-repeat center 13px;
}
.section-profile-menu li a.menu-mail {
  background: url('/images/red/icon-mail.png') no-repeat center 13px;
}
.section-profile-menu li a.menu-bubble {
  background: url('/images/red/icon-bubble.png') no-repeat center 10px;
}
.section-profile-menu li a.menu-gift {
  background: url('/images/red/icon-gift.png') no-repeat center 10px;
}
.section-profile-menu li a.menu-heart {
  background: url('/images/red/icon-heart.png') no-repeat center 10px;
}
.section-profile-menu li a.menu-diamond {
  background: url('/images/red/icon-diamond.png') no-repeat center 11px;
}
.section-profile-menu li a.menu-gift-kp {
  background: url('/images/red/icon-gift-kp.png') no-repeat center 11px;
}
@media (max-width: 1280px) {
  .section-profile figure {
    padding-left: 0;
  }
  .section-profile-menu li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.section-body {
  margin: 15px 0;
}
.section-body h2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.section-body .row-separate {
  margin-bottom: 20px;
}
.section-body p {
  line-height: 1.7em;
  word-wrap: break-word;
}
.section-top + .section-body {
  margin-top: 0;
}
.section-showall {
  margin: 20px 0 0 0;
}

.section-messages {
  margin: 15px 0 0 0;
  border-top: 1px solid #e6e6e6;
}

.section-content {
  margin: 10px 0 35px;
}
.section-content h2 {
  margin-bottom: 30px;
  font-size: 20px;
}
.section-content h3 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
.section-content h3.center {
  text-align: center;
}
.section-content p {
  margin-bottom: 30px;
  line-height: 1.7em;
  /*height: 75px;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-content p.center {
  text-align: center;
}
.section-content dl {
  margin-bottom: 30px;
}
.section-content dt,
.section-content dd {
  line-height: 1.7em;
}
.section-content hr {
  height: 1px;
  margin-bottom: 30px;
  border: none;
  background-color: #e6e6e6;
}
.section-content ul:not(.pagination):not(.tabs) {
  margin: 0 0 30px 30px;
}
.section-content ul:not(.pagination):not(.tabs) li {
  padding-left: 15px;
  list-style-type: disc;
}
.section-content ol:not(.pagination) {
  margin: 0;
  padding: 0;
  counter-reset: item;
}
.section-content ol:not(.pagination) > li {
  margin-bottom: 30px;
  padding-left: 30px;
  list-style-type: none;
  counter-increment: item;
}
.section-content ol:not(.pagination) > li:before {
  display: inline-block;
  width: 26px;
  margin-left: -30px;
  font-weight: bold;
  text-align: left;
  content: counter(item);
}
.section-content .tabs {
  margin-bottom: 40px;
}
.section-meeting-header {
  background: url('/images/red/tmp22.jpg') no-repeat top center;
  margin: 15px 0px 0px 0px
}
.section-meeting-header .container {
  position: relative;
  min-height: 315px;
}
.section-meeting-header .meeting-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.section-meeting-header .meeting-details h2 {
  margin-bottom: 22px;
  font-size: 24px;
}
.section-meeting-header .meeting-details h2 a {
  font-size: 12px;
}
.section-meeting-header .meeting-details p {
  margin-bottom: 0px;
}
.section-meeting-header .meeting-details .meeting-photo {
  float: left;
  width: auto;
  margin-right: 20px;
  text-align: center;
}
.section-meeting-header .meeting-details .meeting-photo img {
  width: 80px;
  border-radius: 50%;
}
.section-meeting-header .meeting-details .meeting-photo figcaption {
  color: #2aaef2;
  font-size: 18px;
  font-weight: bold;
}
.section-meeting-header .meeting-details .btn {
  float: right;
  margin-bottom: 15px;
}
.section-meeting-header .meeting-details .participants {
  float: right;
  clear: right;
}
.section-meeting-header .meeting-details .participants p {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.register-finish {
  background: url('/images/red/bg-register-finish.jpg') no-repeat top center !important;
  background-size: cover;
  overflow: hidden;
}
.register-finish figure {
  float: left;
  margin: 50px 40px 50px 50px;
}
.register-finish h3 {
  float: left;
  margin: 104px 0 0;
  color: #000;
  font-size: 42px;
}
.register-finish h3 small {
  color: #000;
  font-size: 18px;
}
.search .search-header span {
  font-weight: normal;
}
.search .search-criteria {
  display: inline-block;
  max-width: 45%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .search-body {
  display: none;
  margin-top: -20px;
  padding: 20px;
  background-color: #e6e6e6;
}

.search .search-body.admin {
  display: block;
  margin-bottom: 15px;
}
.search .search-body form {
  width: 70%;
  margin: 0 auto;
}
.search .search-body form .slider-inline {
  padding-top: 32px;
}
.search .search-footer {
  text-align: center;
}
.search .search-footer a {
  /*line-height: 40px;*/
}
.search .search-footer .btn {
  margin-left: 20px;
}
@media (max-width: 1280px) {
  .search .search-criteria {
    max-width: 35%;
  }
  .search .search-body form {
    width: 90%;
  }
}
.carousel-inner {
  max-width: 1050px;
  margin: 0 auto;
}
.carousel .item {
  min-height: 365px;
  padding-bottom: 20px;
}
.carousel .item:before,
.carousel .item:after {
  content: " ";
  display: table;
}
.carousel .item:after {
  clear: both;
}
.carousel .item:before,
.carousel .item:after {
  content: " ";
  display: table;
}
.carousel .item:after {
  clear: both;
}
.carousel .item .item-recommend {
  float: left;
  width: 33%;
  min-height: 345px;
  padding: 0 15px;
  color: #fff;
}
.carousel .item .item-recommend img {
  margin-bottom: 20px;
  border-radius: 80px;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.carousel .item .item-recommend h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.carousel .item .item-recommend p {
  font-size: 18px;
  font-style: italic;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  background-color: #fff;
}
.carousel-indicators li.active {
  background-color: #1481b9;
}
.carousel-control-left,
.carousel-control-right {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 47px;
  margin-top: -23px;
  content: '';
}
.carousel-control-left {
  left: 0;
  background: url('/images/red/arrow-left.png') no-repeat;
}
.carousel-control-right {
  right: 0;
  background: url('/images/red/arrow-right.png') no-repeat;
}
.mask-images {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -128px;
  z-index: -1;
  text-align: left;
  line-height: 0;
  font-size: 0px
}
.mask-images figure {
  position: relative;
  display: inline-block;
}
.mask-images figure img {
  margin: 0;
  padding: 0;
}
.mask-images figure::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(54, 54, 54, 0.6);
  content: '';
  -webkit-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
}
.mask-images figure.active::after {
  background-color: transparent;
}
.info-ellipse {
  display: inline-block;
  width: 238px;
  height: 238px;
  margin: 0 40px 40px;
  padding: 45px 0;
  border-radius: 119px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}
.info-ellipse strong {
  clear: both;
  font-family: 'Oswald', sans-serif;
  font-size: 65px;
}
.info-ellipse-primary {
  background-color: #fc8519;
}
.info-ellipse-secondary {
  background-color: #2aaef2;
}
.img-circle-styled {
  width: 168px;
  height: 168px;
  /*border-radius: 100px;
  border: 8px solid rgba(255, 255, 255, 0.3);*/
  border-radius: 50%;
  float: left;
}
.icons-features {
  display: inline-block;
  margin-bottom: 50px;
  text-align: left;
}
.icons-features figure {
  display: inline-block;
  width: 32%;
  padding: 0 30px;
  text-align: center;
  vertical-align: top;
}
.icons-features figure img {
  min-height: 85px;
  margin-bottom: 35px;
}
.icons-features figure figcaption {
  font-size: 24px;
  font-weight: 300;
}
.modal-content {
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 15px;
}
.modal-header {
  min-height: 55px;
  border-bottom: none;
}
.modal-header .modal-title {
  font-size: 18px;
}
.modal-header .modal-title + .steps {
  margin-top: 25px;
}
.modal-header .close {
  margin-top: 5px;
}
.modal-body {
  background: #f3f3f3;
}
.modal-body p {
  font-size: 14px;
}
.modal-body p.errors {
  font-size: 12px;
  color: red;
  text-align: center;
  display: none;
}
.modal-body a {
  color: #2aaef2;
}
.modal-body a:hover {
  color: #72c9f6;
}
.modal-footer {
  border-top: none;
  text-align: center;
}
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-flat .modal-content {
  border-radius: 0;
}
.modal-flat .modal-body {
  background-color: #fff;
}
/*#login.modal,
.register {
  z-index: 450;
}
#login.modal .modal-backdrop,
.register .modal-backdrop {
  background-color: #f7f7f7;
}
#login.modal .modal-backdrop.in,
.register .modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}*/
.register .modal-header,
.register .modal-body,
.register .modal-footer {
  padding: 15px;
}

.register .modal-body.step4
{
  padding-bottom: 60px;
}

.register .modal-header img.loader {
  float: right;
  height: auto;
  width: auto;
  padding: 0;
  display: none;
}
.register .modal-header .modal-title {
  font-size: 30px;
}
.register .modal-footer {
  text-align: right;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 20px auto;
  }
  .modal-content {
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  .modal-content .loader {
    height: 112px; 
    width: 112px;
    padding: 40px;
    margin: auto auto;
  }
  .modal-sm {
    width: 400px;
  }
}
.close {
  font-size: 14px;
  font-weight: normal;
}
.close span {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.steps {
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
}
.steps li {
  position: relative;
  display: table-cell;
  text-align: center;
}
.steps li span {
  position: relative;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  padding-top: 12px;
  border-radius: 24px;
  background-color: #e8e8e8;
  color: #bdc1c9;
  font-size: 18px;
  font-weight: 600;
}
.steps li.active span {
  background-color: #fc8519;
  color: #fff;
}
.steps li.active:before {
  background-color: #fc8519;
}
.steps li:before {
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 0;
  right: 0;
  display: block;
  height: 14px;
  background-color: #e8e8e8;
  content: '';
}
.steps li:first-child:before {
  left: 50%;
}
.steps li:last-child:before {
  right: 50%;
}
.count {
  color: #fc8519;
  font-weight: bold;
}
.count-strong {
  display: none;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #ee2149;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}
.breadcrumbs {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.breadcrumbs li:not(:first-child) {
  padding-left: 15px;
}
.breadcrumbs li:not(:first-child):before {
  position: absolute;
  top: 3px;
  left: 4px;
  display: inline-block;
  color: #8f9497;
  font-family: icomoon;
  content: '\f105';
}
.tabs {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.tabs > ul {
  margin: 0 !important;
  padding: 0;
  font-size: 16px;
  text-align: center;
}
.tabs > ul li {
  display: inline-block;
  margin: 0;
  padding: 0 !important;
}
.tabs > ul li.last { float: right }
.tabs > ul li.last a { color: #2aaef2 }

.tabs > ul li:not(:first-child) {
  margin-left: -4px;
}
.tabs > ul li a {
  display: block;
  padding: 20px;
  border-bottom: 3px solid transparent;
  color: #000;
  -webkit-transition: border-bottom 0.15s, color 0.15s;
  -o-transition: border-bottom 0.15s, color 0.15s;
  transition: border-bottom 0.15s, color 0.15s;
}
.tabs > ul li.active a,
.tabs > ul a:hover {
  color: #6b6b6b;
  border-bottom: 3px solid #2aaef2;
}
.tabs-sm {
  margin-bottom: 20px;
}
.tabs-sm > ul {
  font-size: 14px;
  text-align: left;
}
.tabs-sm > ul li a {
  padding: 8px;
}
.tabs-sm .link-more {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2aaef2;
}
.tabs-sm .link-more:hover {
  color: #72c9f6;
}
.link-more {
  position: relative;
  float: right;
  padding: 0 5px;
  color: #a6a6a6;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  outline: none;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.link-more > ul {
  position: absolute;
  top: 37px;
  left: -1px;
  right: -1px;
  display: none;
  background-color: #fff;
  list-style: none;
  border: 1px solid #e6e6e6;
  border-top: none;
  -webkit-box-shadow: 0 1px 2px #e6e6e6;
  box-shadow: 0 1px 2px #e6e6e6;
}
.link-more > ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.link-more > ul li a {
  display: block;
  padding: 5px;
  color: #000;
}
.link-more > ul li a:hover {
  background-color: #e6e6e6;
}
.link-more-list.active {
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
}
.link-more-special {
  color: #2aaef2;
  font-size: 14px;
  line-height: 17px;
}
.link-more-special i {
  vertical-align: middle;
}
.link-more-edit {
  padding-right: 20px;
  color: #2aaef2;
  font-size: 14px;
  line-height: 17px;
  background: url('/images/red/icon-edit.png') no-repeat right 1px;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.link-more-edit:hover {
  color: #2aaef2;
  opacity: 0.6;
}
.link-more-content {
  display: none;
}
.gallery {
  margin-right: -15px;
  overflow: hidden;
}
.gallery-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 15px;
  left: 0;
  right: 10px;
  display: block;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  opacity: 0;
  content: '';
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.gallery-overlay .img-caption {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  padding: 5px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.gallery-overlay .img-caption a {
  color: #FFFFFF;
}
.gallery-overlay .gallery-link-comment,
.gallery-overlay .gallery-link-delete,
.gallery-overlay .gallery-link-main,
.gallery-overlay .gallery-link-player,
.gallery-overlay .gallery-link-promote,
.gallery-overlay .gallery-link-rotate {
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.gallery-overlay .gallery-link-comment:hover,
.gallery-overlay .gallery-link-delete:hover,
.gallery-overlay .gallery-link-main:hover,
.gallery-overlay .gallery-link-player:hover,
.gallery-overlay .gallery-link-promote:hover,
.gallery-overlay .gallery-link-rotate:hover{
  opacity: 0.5;
}
.gallery-overlay .gallery-link-comment {
  z-index:10000;

  float: left;
  padding-right: 25px;
  background: url('/images/red/icon-speech.png') no-repeat right;
}
.gallery-overlay .gallery-link-delete {
  float: right;
  padding-right: 25px;
  background: url('/images/red/icon-cross-o.png') no-repeat right;
}

.gallery-overlay .gallery-link-promote {
  float: left;
  padding-right: 25px;
  background: url('/images/red/icon-polaroid.png') no-repeat right;
}

.gallery-overlay .gallery-link-rotate {
  float: right;
  padding-right: 25px;
  background: url('/images/red/icon-rotate.png') no-repeat right;
}

.gallery-overlay .gallery-link-main {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding-left: 25px;
  background: url('/images/red/icon-polaroid.png') no-repeat;
}
.gallery-overlay .gallery-link-player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51px;
  height: 51px;
  margin-top: -25px;
  margin-left: -25px;
  background: url('/images/red/icon-player.png') no-repeat;
  content: '';
}
.gallery figure {
  position: relative;
  float: left;
  width: 16.66666667%;
  height: auto;
  padding: 0 10px 15px 0;
  /*line-height: 0;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery figure img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.gallery figure:hover .gallery-overlay {
  opacity: 1;
}
.gallery-sm figure {
  width: auto;
  height: auto;
}
.gallery-sm figure img {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
}

.gallery-sm figure span {
  position: absolute;
  z-index: 15;
  bottom: 20px;
  left: 0;
  right: 10px;
  display: block;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.gallery-inline {
  position: relative;
  margin-right: 0;
  overflow: hidden;
}

.gallery-inline figure {
  margin-bottom: 0;
  padding-bottom: 0;
}
.gallery-inline figure img {
  width: 100px;
  height: 100px;
}
.gallery-inline .gallery-overlay {
  bottom: 0;
}
.gallery-inline .gallery-container {
  width: 1000%;
  -webkit-transition: margin-left 0.15s ease-in-out;
  -o-transition: margin-left 0.15s ease-in-out;
  transition: margin-left 0.15s ease-in-out;
}
.gallery-inline .gallery-right,
.gallery-inline .gallery-left {
  position: absolute;
  z-index: 10;
  top: 0;
  background-color: #fff;
  font-size: 20px;
}
.gallery-inline .gallery-right i,
.gallery-inline .gallery-left i {
  display: inline-block;
  padding: 40px 10px;
  background-color: #2aaef2;
  color: #fff;
}
.gallery-inline .gallery-right:hover i,
.gallery-inline .gallery-left:hover i {
  background-color: #72c9f6;
}
.gallery-inline .gallery-right {
  right: 0;
  padding-left: 10px;
}
.gallery-inline .gallery-right i {
  border-radius: 0 5px 5px 0;
}
.gallery-inline .gallery-left {
  left: 0;
  padding-right: 10px;
}
.gallery-inline .gallery-left i {
  border-radius: 5px 0 0 5px;
}
.gallery-slogan {
  position: relative;
  float: left;
  height: 100px;
  margin-right: 15px;
  /*padding: 27px;*/
  border-radius: 5px;
  background-color: #2aaef2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.gallery-slogan a { 
  height: 100px; 
  padding: 27px; 
  float: left; 
  border-radius: 5px;
  color: #FFFFFF; 
}
.gallery-slogan a:hover { 
  height: 100px; 
  padding: 27px; 
  float: left; 
  color: #FFFFFF;
  background-color: #72c9f6;
}

.gallery-slogan:hover::after{
  border-color: transparent transparent transparent #72c9f6;
}
.gallery-slogan::after {
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent transparent #2aaef2;
  content: '';
}
.polaroid {
  position: relative;
  float: left;
  /*width: 232px;*/
  /*width: 180px;*/
  width: 14.2%;
  height: 245px;
  /*height: 295px;*/
  margin: 0 3px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px #e6e6e6;
  box-shadow: 0 1px 2px #e6e6e6;
}
.polaroid-photo {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}
.polaroid-photo img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.polaroid-photo:hover .polaroid-menu {
  opacity: 1;
}
.polaroid-title {
  display: block;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}
.polaroid-title:hover {
  color: #2aaef2;
}
.polaroid-title strong {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 100%;
}
.polaroid-title strong span {
  font-weight: normal;
}
.polaroid-container {
  margin-left: -10px;
  margin-right: -10px;
}
.polaroid-diamond {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff url('/images/red/icon-diamond-color.png') no-repeat center center;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.polaroid-diamond:hover {
  opacity: 0.8;
}
.polaroid-menu {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 50px;
  opacity: 0;
  vertical-align: bottom;
  background-image: -webkit-linear-gradient(top, transparent 0%, #676767 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #676767 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #676767 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff676767', GradientType=0);
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.polaroid-menu a {
  display: table-cell;
  padding: 40px 0 5px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.polaroid-menu a:hover {
  color: #fff;
  opacity: 0.6;
}
.polaroid-menu a.polaroid-mail {
  background: url('/images/red/icon-mail.png') no-repeat center 13px;
}
.polaroid-menu a.polaroid-bubble {
  background: url('/images/red/icon-bubble.png') no-repeat center 10px;
}
.polaroid-menu a.polaroid-heart {
  background: url('/images/red/icon-heart.png') no-repeat center 10px;
}
@media (max-width: 1280px) {
  .polaroid {
    /*width: 218px;
    height: 280px;*/
    /*width: 180px;*/
    width: 14.2%;
    height: 245px;
  }
}
.premium-abroad-slogan {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.premium-abroad-details > p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.premium-abroad-details h3 {
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
}
.premium-abroad-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.premium-abroad-details ul li {
  margin: 0;
  padding: 7px 0 7px 5px;
  border-top: 1px solid #e6e6e6;
}
.premium-abroad-details ul li em {
  color: #fc8519;
  font-style: normal;
  font-weight: bold;
}
.coins {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  font-size: 36px;
  font-weight: bold;
  text-align: right;
}
.coins:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -18px;
  font-family: icomoon;
  font-size: 36px;
  content: '\f1c0';
}
.coins-offer {
  display: inline-block;
  min-width: 225px;
  padding: 20px 40px;
  border: 1px solid #e6e6e6;/*7px solid red*/;
  font-size: 16px;
  text-align: center;
  float: left
}

.coins-promo { padding: 0; float: left }

.coins-offer em {
  display: block;
  margin: 0 auto 5px;
  color: #fc8519;
  font-style: normal;
  text-transform: uppercase;
}
.coins-offer .coins {
  margin: 0 0 10px;
}
.coins-offer + .coins-offer {
  margin-left: 20px;
}

.coins-head
{
  float: left; 
  width: 620px;
  text-align: center;
  color: #00ACD7;
}

.coins-head h3 { font-size: 21px; font-weight: bold }

.coins-suggestion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coins-suggestion li {
  float: left;
  width: 205px;
  margin: 0;
  padding: 10px;
  border-left: 1px solid #e6e6e6;
}
.coins-suggestion li h3 {
  margin-bottom: 15px;
  min-height: 34px;
  color: #fc8519;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.coins-suggestion li img {
  display: block;
  margin: 0 auto 5px;
}
.coins-suggestion li .coins {
  display: inline-block;
  margin: 0 0 15px;
  color: #2aaef2;
}
.coins-suggestion li .btn {
  margin-bottom: 15px;
}
.coins-suggestion li p { line-height: 1.3em; text-align: center }

.coins-suggestion li:first-child {
  width: 205px;
  padding-left: 0;
  border-left: none;
}

.coins-suggestion li div.img { min-height: 195px }
.coins-suggestion li div.img.flat { min-height: 110px }

.coins-suggestion li:last-child {
  width: 205px;
  padding-right: 0;
}

.tile-colored {
  display: inline-block;
  min-width: 225px;
  padding: 20px 50px;
  background-color: #898f92;
  color: #fff;
  text-align: center;
}
.tile-colored .coins {
  margin: 5px auto 0;
}
.tile-colored + .tile-colored {
  margin-left: 20px;
}
.tile-primary {
  background-color: #fc8519;
}
.tile-secondary {
  background-color: #2aaef2;
}
.gift {
  float: left;
  width: 232px;
  margin: 0 10px 20px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
#gifts .gift {
  width: 205px;
}
.gift-img {
  padding: 20px 0 35px;
  line-height: 0;
}
.gift header h3 {
  margin-bottom: 1px;
  font-size: 14px;
}
.gift header strong {
  font-size: 18px;
}
.gift header strong span {
  font-weight: normal;
}
.gift header + .gift-img {
  padding-bottom: 20px;
}
.gift footer {
  overflow: hidden;
  text-align: left;
  height: 52px;
}
.gift footer img {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 0;
  border-radius: 50%;
}
.gift footer h3 {
  margin-left: 50px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
}
.gift footer h3 a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gift footer em {
  display: block;
  margin-left: 50px;
  color: #6b6b6b;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
}
.gift .btn {
  color: #fff;
}
.gift-container {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1280px) {
  .gift {
    width: 218px;
    height: 280px;
  }
}
.box {
  padding: 20px;
  background-color: #f6f6f6;
}
h2 + .box {
  margin-top: -20px;
}
.box h3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
.box-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-list li {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.box-list li a {
  color: #000;
}
.box-list li a:hover {
  color: #72c9f6;
}
.box-list-wide li {
  float: left;
  width: 50%;
}
.sidebar-container .box {
  margin-bottom: 20px;
  text-align: left;
}
.sidebar-container .box-list li:before {
  display: inline-block;
  padding: 0 8px 3px 0;
  color: #2aaef2;
  font-family: icomoon;
  font-size: 7px;
  text-align: center;
  vertical-align: middle;
  content: '\f111';
}
.sidebar-container .box-list li:last-child {
  margin-bottom: 0;
}
.entry {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}
.entry:before,
.entry:after {
  content: " ";
  display: table;
}
.entry:after {
  clear: both;
}
.entry:before,
.entry:after {
  content: " ";
  display: table;
}
.entry:after {
  clear: both;
}
.entry-photo {
  float: left;
  width: 50px;
  height: 50px;
  margin: 9px 15px 9px;
  border-radius: 50%;
}
.entry-data {
  margin-left: 80px;
}
.messages-thread {
    margin-left: 0;
}
.entry-data time {
  float: right;
  color: #6b6b6b;
  font-size: 12px;
}
.entry-data h3 {
  font-size: 18px;
  font-weight: bold;
}
.entry-data p {
  color: #6b6b6b;
}
.entry-data dl {
  margin-bottom: 0;
}
.entry-data dl dt {
  margin-bottom: 0;
  color: #6b6b6b;
  font-size: 12px;
  font-weight: normal;
}
.entry-data dl dd {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.entry-data dl dd:last-child {
  margin-bottom: 0;
}
.entry-footer {
  color: #6b6b6b;
  font-size: 12px;
}
.meeting {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.meeting:before,
.meeting:after {
  content: " ";
  display: table;
}
.meeting:after {
  clear: both;
}
.meeting:before,
.meeting:after {
  content: " ";
  display: table;
}
.meeting:after {
  clear: both;
}
.meeting-photo,
.meeting-data,
.meeting .participants,
.meeting-date {
  display: table-cell;
  vertical-align: middle;
}
.meeting-photo {
  width: 100px;
}
.meeting-data {
  padding: 0 15px;
  min-width: 609px;
}
.meeting-data h3 {
  font-size: 18px;
  font-weight: bold;
}
.meeting-data p {
  color: #6b6b6b;
}
.meeting .participants,
.meeting-date {
  padding: 0 15px;
  border-left: 1px solid #e6e6e6;
}
.meeting .participants {
  width: 385px;
}
.meeting-date {
  text-align: center;
}
.participants {
  font-size: 0;
}
.participants p {
  font-size: 14px;
}
.participants a img,
.participants .participant {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: top;
}
.participants a:last-child,
.participants .participant:last-child {
  margin-right: 0;
}
.participants .participant {
  padding-top: 15px;
  background-color: #2aaef2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.comments h2 span {
  font-weight: normal;
}
.comments .box {
  margin-bottom: 20px;
  padding: 10px;
}
.comments .box .entry-photo {
  margin-left: 0;
}
.comments .box .form-group {
  margin-bottom: 0;
}
.comments .entry-photo {
  width: 40px;
  height: 40px;
}
.comments .entry-data p {
  color: #000;
}
.comments-wrapper {
  position: relative;
}
.comments.disabled {
  position: relative;
}
.comments.disabled:before {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  content: '';
}
.comments.disabled:after {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -15px;
  margin-left: -15px;
  color: #000;
  font-size: 30px;
  font-family: icomoon;
  content: '\f1ce';
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
.messages {
  height: 540px;
  /*margin-bottom: 40px;*/
}
.messages p {
  margin-top: 20px;
}
.messages-participants {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.messages-participants .messages-threads {
  width: 98%;
}

.messages-participants button.load {
  width: 97.7%;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .messages-participants {
    float: left;
    width: 33.33333333%;
  }
}
.messages-participants .entry {
  display: block;
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 20px;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.messages-participants .entry h3 {
  color: #2aaef2;
}
.messages-participants .entry.online {
  opacity: 1;
}
.messages-participants .entry.active {
  background-color: #f4f4f4;
}
.messages-participants .entry.unread h3 {
  position: relative;
  padding-left: 20px;
}
.messages-participants .entry.unread h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 5px;
  background-color: #4ace53;
  content: '';
}
.messages-participants .entry:hover {
  background-color: #f4f4f4;
}
.messages-participants .entry-data p {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.messages-chat {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  padding: 0;
  border-left: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .messages-chat {
    float: left;
    width: 66.66666667%;
  }
}
.messages-chat-box {
  position: relative;
  height: 480px;
  padding: 10px 10px 15px;
}
.messages-chat-date,
.messages-chat-footer {
  display: block;
  clear: both;
  color: #6b6b6b;
}
.messages-chat-date {
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.messages-chat-sender,
.messages-chat-recipient {
  display: block;
  clear: both;
  max-width: 550px;
}
.messages-chat-sender p,
.messages-chat-recipient p {
  float: left;
  max-width: 735px;
  margin: 0 0 5px;
  padding: 9px;
  border-radius: 0 7px 7px 7px;
  background-color: #f4f4f4;
  color: #000;
  font-size: 16px;
  position: relative;
  padding-right: 29px;
}
.messages-chat-recipient p a {
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border-top-right-radius: 7px;
  background: #000000;
  display: none;
  opacity: 0.3
}

.messages-chat-sender .entry-photo,
.messages-chat-recipient .entry-photo {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.messages-chat-sender .messages-chat-footer,
.messages-chat-recipient .messages-chat-footer {
  padding: 0 0 5px;
  font-size: 12px;
  text-align: left;
  display: none;
  float: left;
}

.messages-chat-sender .messages-chat-footer.read,
.messages-chat-recipient .messages-chat-footer.read {
  padding: 0 0 5px;
  font-size: 12px;
  text-align: left;
  display: block;
  float: left;
}

.messages-chat-sender .messages-chat-data,
.messages-chat-recipient .messages-chat-data {
  float: left;
}
.messages-chat-sender {
  float: right;
}
.messages-chat-sender p {
  float: right;
  border-radius: 7px 7px 0 7px;
  background-color: #2aaef2;
  color: #fff;
  position: relative;
  padding-left: 29px;
}

.messages-chat-sender p a {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border-top-left-radius: 7px;
  background: #000000;
  display: none;
  opacity: 0.3
}

.messages-chat-sender .entry-photo {
  float: right;
}
.messages-chat-sender .messages-chat-footer {
  text-align: right;
}
.messages-chat-sender .messages-chat-data {
  float: right;
}
.messages .box {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.messages .box .form-group {
  margin-bottom: 0;
}
.messages .box .entry-photo {
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-bottom: 0;
}
.messages .box #comment {
  max-height: 144px;
  padding-right: 42px;
  line-height: 26px;
  resize: none;
  overflow: hidden;
}
.messages .box #comment-btn {
  max-height: 144px;
}
.messages-gift {
  position: absolute;
  z-index: 150;
  top: 50%;
  right: 110px;
  display: block;
  width: 25px;
  height: 23px;
  margin-top: -11px;
  background: url('/images/red/icon-gift-sm.png') no-repeat;
  content: '';
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.messages-gift:hover {
  opacity: 0.7;
}
.forum h2 {
  margin-top: 30px;
  margin-bottom: 0;
}
.forum h2 small {
  font-size: 100%;
}
.forum h2 .link-more-special {
  padding: 5px;
}
.forum h2 .link-more-special + .link-more-special {
  margin-right: 15px;
}
.forum h2 .link-more-special i {
  vertical-align: top;
}
.forum h2:first-child {
  margin-top: 0;
}
.forum-title {
  font-size: 20px;
}
.forum-topic {
  margin: 30px 0;
  font-size: 24px;
  font-weight: bold;
}
.forum .entry {
  margin: 0;
  padding: 13px 10px;
}
.forum .entry h3 {
  margin-bottom: 0;
}
.forum .entry-answers {
  float: right;
  padding-right: 23px;
  line-height: 18px;
  background: url('/images/red/icon-answer.png') no-repeat right;
  color: #afb4bc;
}
.article {
  margin-bottom: 35px;
  overflow: hidden;
}
.article-image {
  float: left;
  width: 120px;
  height: 120px;
  margin: 0 20px 0 0;
}
.article span.alead {
  float: left;
  width: 755px;
  text-align: justify;
}
.article-image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.article a.article-image img {
  cursor: pointer;
}
.article a.article-image:hover img {
  opacity: 0.7;
}
.article-date {
  color: #a6a6a6;
}
.article h2 {
  margin: 0 0 10px;
  font-size: 24px;
}
.article h2 a {
  color: #000;
}
.article h2 a:hover {
  color: #2aaef2;
}
.article-single h2 {
  margin: 25px 0;
  font-size: 30px;
  text-align: center;
}
.article-single h3 {
  margin-bottom: 5px;
}
.summary {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.summary-img {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  border-radius: 60px;
}
.summary-img + .summary-data {
  margin-left: 140px;
}
.summary-header {
  margin-bottom: 5px !important;
  font-size: 16px;
  font-weight: bold;
}
.summary-muted {
  display: block;
  margin-bottom: 10px;
  color: #6d6d6d;
  font-size: 14px;
}
.summary-link {
  float: right;
}
.summary p {
  margin-bottom: 15px;
}
.block {
  margin-bottom: 20px;
  text-align: left;
  overflow: hidden;
}
.block > h2 {
  margin-bottom: 30px;
  color: #302c2e;
  font-size: 20px;
  text-transform: uppercase;
}
.block .article {
  margin-bottom: 20px;
  min-height: 90px;
}
.block .article-image {
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.block .article h2 {
  margin-bottom: 5px;
  font-size: 16px;
}
.billboard {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.billboard-header, .billboard-footer {
  margin-top: 20px;
  text-align: center;
}
.billboard-header-app {
  margin-top: 0;
  padding: 10px;
  background-color: #2aaef2;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.billboard-header-app img {
  display: inline-block;
  vertical-align: middle;
}
.billboard-header-app img + .billboard-header-app img {
  margin-left: 15px;
}
.billboard-header-app p {
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
.billboard-header-app .close {
  float: left;
  padding: 14px 0;
  color: #fff;
  font-size: 24px;
  opacity: 1;
  outline: none;
}
.billboard-horizontal {
  text-align: center;
}
.billboard-box-sm,
.billboard-box-lg {
  float: right !important;
  background-color: #fff;
  text-align: center;
}
.billboard-box-sm {
  position: relative;
  min-height: 1px;
  /*padding-left: 10px;*/
  padding-right: 10px;
}
@media (min-width: 768px) {
  .billboard-box-sm {
    float: left;
    width: 24.7%;
    min-height: 1395px
  }
}

.side-box {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  background: #FFFFFF;
  border: 1px solid #e6e6e6;
  float: left;
  width: 100%;
}
.side-box .banner {
    max-width: 226px;
}
.side-box h2 {
  background: #f6f6f6;
  padding: 10px 0px 10px 0px;
  margin: 0;
  border: none;
}

.side-box ul {
  width: 100%;
  padding: 5px 0px 5px 0px;
  float: left;
}

.side-box ul li {
  width: 100%;
  text-align: left;
  float: left;
  padding: 5px 10px 5px 10px;
  margin: 0;
  border-bottom: solid 1px #f6f6f6
}
.side-box ul li:last-child {
  border-bottom: none
}
.side-box ul li a {
  color: #000000;
}
.side-box ul li a:hover {
  color: #2aaef2
}

.side-box ul li span {
  float: right;
  text-align: center;
}

.side-box article {
  margin: 0;
  padding: 10px;
}

.side-box article h3 {
  font-size: 16px;
  text-align: left;
  float: left;
  width: 50%;
}

.side-box article a {
  color: #000000;
  margin-right: 10px;
  height: auto;
  float: left;
}

.billboard-box-lg {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .billboard-box-lg {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .billboard-header-app {
    font-size: 16px;
  }
  .billboard-header-app img {
    max-height: 35px;
  }
  .billboard-header-app .close {
    padding: 5px 0;
  }
}
.sidebar-container {
  /*float: right;*/
  /*width: 24.33333333%;*/
  /*margin-left: 30px;*/
  text-align: center;
}
.sidebar-container + .sidebar-content {
  /*float: left;*/
  /*width: 72.4%;*/
}
.sidebar-container .block .article h2 {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .sidebar-container {
    padding-left: 12px;
  }
  .sidebar-container + .sidebar-content {
    padding-right: 20px;
  }
}
.pagination > li > a,
.pagination > li > span {
  margin: 0 2px;
  border-radius: 4px;
}
.pagination-container {
  text-align: center;
  clear: left;
}
.dd-link .icon-chevron-up {
  display: none;
}
.dd-link.active .icon-chevron-down {
  display: none;
}
.dd-link.active .icon-chevron-up {
  display: inline-block;
}
.dd-content {
  display: none;
}
.modal-media .modal-lg {
  width: 80%;
  height: 80%;
}
.modal-media .modal-content {
  height: 100%;
}
.modal-media .modal-body {
  height: 100%;
  padding: 0 350px 0 0;
  overflow: hidden;
}
.modal-media .carousel {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform: translate3d(0, 0, 0);
}
.modal-media .carousel-inner {
  height: 100%;
}
.modal-media .carousel .item {
  height: 100%;
  padding-bottom: 0;
  line-height: 0;
}
.modal-media .carousel .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.modal-media .carousel-control-left,
.modal-media .carousel-control-right {
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 25%;
  height: auto;
  margin: 0;
  text-align: center;
  visibility: hidden;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  -o-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.modal-media .carousel-control-left:hover,
.modal-media .carousel-control-right:hover {
  color: #fff;
  opacity: 0.5;
}
.modal-media .carousel-control-left {
  left: 0;
  background-position: left 15px center;
  background-position-y: 50%;
  background-position-x: 15px;
}
.modal-media .carousel-control-right {
  right: 0;
  background-position: right 15px center;
  background-position-y: 50%;
  background-position-x: 95%;
}
.modal-media .carousel:hover .carousel-control-left,
.modal-media .carousel:hover .carousel-control-right,
.modal-media .carousel:hover .link-delete,
.modal-media .carousel:hover .link-main,
.modal-media .carousel:hover .link-player {
  visibility: visible;
}
.modal-media .link-delete,
.modal-media .link-main,
.modal-media .link-player {
  position: absolute;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  visibility: hidden;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  -o-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.modal-media .link-delete:hover,
.modal-media .link-main:hover,
.modal-media .link-player:hover {
  color: #fff;
  opacity: 0.5;
}
.modal-media .link-delete {
  top: 15px;
  right: 15px;
  padding-right: 25px;
  background: url('/images/red/icon-cross-o.png') no-repeat right;
}
.modal-media .link-main {
  top: 15px;
  left: 15px;
  padding-left: 25px;
  background: url('/images/red/icon-polaroid.png') no-repeat;
}
.modal-media .link-player {
  top: 50%;
  left: 50%;
  width: 51px;
  height: 51px;
  margin-top: -25px;
  margin-left: -25px;
  background: url('/images/red/icon-player.png') no-repeat;
  content: '';
}
.modal-media .comments {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
}
.modal-media .comments h2 {
  margin-bottom: 15px;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.modal-media .comments button {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-media .comments .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.modal-media .comments-wrapper {
  position: absolute;
  top: 65px;
  bottom: 60px;
  width: 100%;
}
.modal-media .comments .box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
.modal-media .comments .box .entry-photo {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .modal-media .modal-lg {
    width: 95%;
    height: 80%;
  }
  .modal-media .modal-body {
    padding-right: 310px;
  }
  .modal-media .comments {
    width: 310px;
  }
}
.tooltip-inner {
  max-width: 400px;
}
#photo-crop #preview {
  position: relative;
  z-index: 5;
  visibility: hidden;
}
#photo-crop #preview-container {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  background-color: #e6e6e6;
  overflow: hidden;
  text-align: center;
}
#photo-crop #preview-container span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  margin-top: -12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/* -- layout -- */
.select2-container {
  background: #ffffff;
}
.select2-container .select2-choice,
.select2-container .select2-choices {
  min-height: 40px;
  line-height: 28px;
  border: 1px solid #afb4bc;
  border-radius: 4px;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container .select2-choice:hover,
.select2-container .select2-choices:hover {
  color: #000000;
}
.select2-container.required .select2-choice,
.select2-container .select2-choices {
  border-color: #ffa6a6;
}
.select2-container .select2-choice {
  overflow: inherit;
  padding: 5px 12px;
  padding-right: 49px;
}
.select2-container .select2-choice .select2-search-choice-close {
  right: 40px;
  line-height: 40px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border-color: #000000 !important;
}
.select2-dropdown-open .select2-choice,
.select2-dropdown-open .select2-choices {
  border-bottom-color: #ffffff;
  border-radius: 4px 4px 0 0;
}
.select2-container-multi .select2-search-choice {
  padding: 2px 6px;
  margin: 3px 0 3px 3px;
  line-height: 1.42857143;
  border: 1px solid #afb4bc;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.select2-container-multi .select2-search-choice-focus {
  background: #ffffff;
}
.select2-container-multi .select2-search-field input {
  padding: 5px;
  color: #666;
}
.select2-container-multi .select2-search-field.select2-active {
  background: #ffffff url('/images/red/select2-spinner.gif') no-repeat right;
}
.select2-container-multi .select2-choices li {
  height: 26px;
}
.select2-container-disabled {
  cursor: not-allowed;
  background: #eeeeee;
}
.select2-arrow {
  width: 40px;
  background: none;
  border: none;
}
.select2-arrow:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 40px;
  padding: 6px 0;
  color: #2aaef2;
  font-family: icomoon;
  font-size: 20px;
  text-align: center;
  content: '\f107';
}
.select2-dropdown-open .select2-arrow:after {
  content: '\f106';
}
.select2-arrow b {
  background: none;
}
.select2-search-choice-close {
  font-size: 18px;
  font-weight: bold;
  line-height: 17px;
  color: #ffffff;
  vertical-align: top;
}
.select2-search-choice-close:before {
  content: '\D7';
}
.select2-search-choice-close:hover {
  color: #aaa;
}
.select2-match {
  text-decoration: underline;
}
.select2-default,
.select2-default .select2-chosen {
  color: #999999;
}
.select2-drop {
  background: #fff;
  border: 1px solid #000000;
  border-top: none;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}
.select2-container.select2-drop-above .select2-choice,
.select2-container.select2-drop-above .select2-choices {
  border-top-color: transparent;
}
.select2-drop.select2-drop-above {
  border-top: 1px solid #afb4bc;
  border-bottom: 0;
}
.select2-search {
  padding: 5px;
}
.select2-search input {
  padding: 6px 12px;
  padding-right: 20px;
  border: 1px solid #afb4bc;
}
.select2-search input.select2-active {
  background: #ffffff url('/images/red/select2-spinner.gif') no-repeat right;
}
.select2-results li {
  padding: 3px 5px;
}
.select2-results li.select2-result {
  padding: 0;
}
.select2-results .select2-result-label {
  padding: 5px;
}
.select2-results .select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-highlighted {
  background: #f3f3f3;
  /* color: #fff; */
}
.select2-results .select2-disabled {
  color: #999999;
}
.select2-results-dept-0 .select2-result-label {
  padding-left: 5px;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 35px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 50px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 65px;
}
.select2-more-results.select2-active {
  background: url('/images/red/select2-spinner.gif') no-repeat right;
}
/* -- structure -- */
.select2-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.select2-container .select2-choice,
.select2-container .select2-choices {
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-chosen {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice .select2-search-choice-close {
  position: absolute;
  top: 0;
  display: none;
}
.select2-allowclear.select2-container .select2-choice .select2-search-choice-close {
  display: block;
}
.select2-container-multi .select2-choices {
  height: auto;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
}
.select2-container-multi .select2-choices li {
  float: left;
  position: relative;
  list-style: none;
}
.select2-container-multi .select2-search-choice {
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container-multi .select2-search-choice > div {
  display: inline-block;
  white-space: normal;
}
.select2-container-multi .select2-search-field {
  white-space: nowrap;
}
.select2-container-multi .select2-search-field input {
  outline: 0;
  border: 0;
  background: none;
}
.select2-container-disabled .select2-search-choice-close {
  display: none !important;
}
.select2-arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.select2-search-choice-close {
  display: inline-block;
  outline: none;
}
.select2-drop {
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.select2-search {
  display: block;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  outline: 0;
  background: none;
}
.select2-results {
  margin: 0;
  padding: 0;
  max-height: 200px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.select2-results ul,
.select2-results li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.select2-results li {
  margin: 0 2px;
}
.select2-results .select2-result-label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-selected {
  display: none;
}
.select2-results .select2-no-results {
  padding-left: 5px;
  padding-right: 5px;
}
/* -- helpers -- */
.select2-drop-mask {
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: 9998;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Signika, sans-serif;
  font-size: 12px;
}
.ui-widget .ui-widget {
  font-size: 12px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Signika, sans-serif;
  font-size: 12px;
}
.ui-widget-content {
  border: 1px solid #b7b7b7;
  background: #b7b7b7;
  color: #ffffff;
}
.ui-widget-content a {
  color: #fc8519;
}
.ui-widget-header {
  border: 1px solid #afb4bc;
  background-color: #2aaef2;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: #ffffff;
  color: #ffffff;
  font-weight: bold;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #fc8519;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  background: #ffffff;
  color: #fc8519;
  font-weight: bold;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #fc8519;
  text-decoration: none;
}
.ui-state-focus {
  outline: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
  background: #ffffff;
  color: #fc8519;
  font-weight: bold;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fc8519;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #afb4bc;
  background: #ffffff;
  color: #fc8519;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #fc8519;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #afb4bc;
  background: #ffffff;
  color: #fc8519;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #d9534f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #d9534f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 14px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 14px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 14px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 14px;
}
/* Overlays */
.ui-widget-overlay {
  background: #ffffff;
  opacity: .5;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #ffffff;
  opacity: .2;
  filter: alpha(opacity=20);
  /* support: IE8 */
  border-radius: 14px;
}
/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  height: 12px;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-handle::after {
  position: absolute;
  top: 11px;
  left: 11px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #2aaef2;
  content: '';
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.ui-slider .ui-state-active::after {
  top: 7px;
  left: 7px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -14px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-slider-value {
  position: absolute;
  top: -29px;
  left: 50%;
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ui-slider-value::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff transparent transparent transparent;
  content: '';
}
.switch {
  position: relative;
  display: block;
  height: 28px;
  margin-top: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-uncheck,
.switch-check {
  float: left;
  min-width: 50px;
  padding: 3px 10px 4px;
  border: 1px solid #0d95dc;
  border-radius: 5px 0 0 5px;
  background-color: #2aaef2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.switch-check {
  border-color: #afb4bc;
  border-radius: 0 5px 5px 0;
  background-color: #fff;
  color: #2aaef2;
}
.switch input:checked ~ .switch-uncheck {
  border-color: #afb4bc;
  background-color: #fff;
  color: #2aaef2;
}
.switch input:checked ~ .switch-check {
  border-color: #0d95dc;
  background-color: #2aaef2;
  color: #fff;
}
/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fc8519;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #fc8519;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #fc8519;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 18px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}
.ps-container {
    overflow: hidden;
/*  overflow: hidden !important;*/
}
.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail,
.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-x-rail,
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  z-index: 100;
  -webkit-transition: opacity .2s linear, width .2s linear, height .2s linear;
  -o-transition: opacity .2s linear, width .2s linear, height .2s linear;
  transition: opacity .2s linear, width .2s linear, height .2s linear;
  opacity: 0.6;
  filter: alpha(opacity=0);
}
.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover,
.ps-container .ps-scrollbar-y-rail.hover,
.ps-container .ps-scrollbar-x-rail.in-scrolling,
.ps-container .ps-scrollbar-y-rail.in-scrolling {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x-rail {
  bottom: 3px;
  height: 5px;
}
.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover,
.ps-container .ps-scrollbar-x-rail.in-scrolling {
  height: 10px;
}
.ps-container .ps-scrollbar-y-rail {
  right: 3px;
  width: 5px;
}
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover,
.ps-container .ps-scrollbar-y-rail.in-scrolling {
  width: 10px;
}
.ps-container .ps-scrollbar-x,
.ps-container .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.ps-container .ps-scrollbar-x {
  bottom: 0;
  height: 100%;
}
.ps-container .ps-scrollbar-y {
  right: 0;
  width: 100%;
}
/* jquery.Jcrop.css v0.9.12 - MIT License */
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background-color: #e6e6e6;
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  width: 1px !important;
  height: 100%;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  width: 100%;
  height: 1px !important;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #e6e6e6 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  top: 0;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  top: 50%;
  right: 0;
  margin-top: -4px;
  margin-right: -4px;
}
.jcrop-handle.ord-w {
  top: 50%;
  left: 0;
  margin-top: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-nw {
  top: 0;
  left: 0;
  margin-top: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-ne {
  margin-top: -4px;
  margin-right: -4px;
  top: 0;
  right: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  right: 0;
  margin-bottom: -4px;
  margin-right: -4px;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  width: 100%;
  height: 7px;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  width: 7px;
  height: 100%;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  right: 0;
  margin-right: -4px;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background-color: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70 !important;
}
.jcrop-light .jcrop-handle {
  background-color: #000000;
  border-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background-color: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  background-color: #ffffff;
  border-color: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background-color: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
.jcrop-keymgr {
  visibility: hidden;
}
.btn {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 18px;
}
.btn-secondary {
  color: #ffffff;
  background-color: #2aaef2;
  border-color: #1a98d9;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #0d95dc;
  border-color: #1372a2;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #2aaef2;
  border-color: #1a98d9;
}
.btn-secondary .badge {
  color: #2aaef2;
  background-color: #ffffff;
}
.btn-secondary.orange {
  background-color: #FE8132;
  border-color: #b4b4b4;
}
.btn-secondary.orange:hover,
.btn-secondary.orange:focus,
.btn-secondary.orange.focus,
.btn-secondary.orange:active,
.btn-secondary.orange.active,
.open > .dropdown-toggle.btn-secondary.orange {
  color: #ffffff;
  background-color: #FF602C;
  border-color: #a19e9e;
}
.btn-transparent {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.focus,
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  background-image: none;
}
.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent.focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent .badge {
  color: transparent;
  background-color: #000000;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.focus,
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  border-color: #000;
}
.btn-lg {
  padding: 14px 28px;
  font-size: 20px;
  line-height: 20px;
}
.btn-sm {
  padding: 7px 14px;
  font-size: 14px;
  line-height: 14px;
}
.btn-upload {
  position: relative;
  overflow: hidden;
}
.btn-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.btn-upload.active {
  padding-right: 30px;
}
.btn-upload.active:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  border-radius: 5px;
  background-color: #3c763d;
  color: #fff;
  font-family: icomoon;
  font-size: 12px;
  text-align: center;
  content: '\f00c';
}
.btn-adyen {
  padding-left: 96px;
  background-image: url('/images/red/adyen.png');
  background-repeat: no-repeat;
  background-position: 20px center;
}
.btn-payu {
  padding-left: 103px;
  background-image: url('/images/red/payu.png');
  background-repeat: no-repeat;
  background-position: 20px center;
}
.btn-p24 {
  padding-left: 103px;
  background-image: url('/images/red/p24.png');
  background-repeat: no-repeat;
  background-position: 20px center;
}
.btn-link {
  display: inline-block;
  padding: 0;
  color: #2aaef2;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.btn-link small {
  color: #afb4bc;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.btn-link:hover {
  color: #72c9f6;
  text-decoration: none;
}
.btn-link:hover small {
  color: #cbced3;
}
.btns-left {
  margin-bottom: 20px;
  text-align: left;
}
.form-group {
  overflow: hidden;
}
.form-group .btn-upload {
  display: table;
  clear: both;
}
.form-group small {
  font-size: 12px;
}
label,
.label {
  font-size: 14px;
  font-weight: normal;
}
label em,
.label em {
  color: #ff0000;
}
.label {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
fieldset {
  margin-bottom: 20px;
}
fieldset legend {
  padding-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
.form-control {
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus:required {
  border-color: #ff0000;
}
.form-control:required {
  border-color: #afb4bc/*#ffa6a6*/;
}
.form-row {
  margin-bottom: 15px;
}
.form-row .radio,
.form-row .checkbox {
  display: inline-block;
  margin-right: 40px;
}
.form-row-fixed {
  display: table;
}
.form-row-fixed .radio,
.form-row-fixed .checkbox {
  width: 49%;
  margin-top: 6px;
  margin-right: 0;
}
.input-group-addon {
  background-color: #2aaef2;
  color: #fff;
}
.input-group-addon .icon-calendar,
.input-group-addon .icon-clock {
  cursor: pointer;
}
.date {
  margin-left: -10px;
  margin-right: -10px;
}
.date label,
.date .date-input {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.date label {
  padding-top: 4px;
  font-size: 14px;
  font-weight: normal;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #2aaef2;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget td.today:before {
  border-bottom-color: #2aaef2;
}
.bootstrap-datetimepicker-widget .btn {
  color: #2aaef2;
}
.bootstrap-datetimepicker-widget .btn:hover {
  color: #72c9f6;
}
.bootstrap-datetimepicker-widget .btn:active,
.bootstrap-datetimepicker-widget .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.radio,
.checkbox {
  margin-top: 6px;
  margin-bottom: 6px;
}
.radio span,
.checkbox span {
  display: inline-block;
  padding: 0 0 0 35px;
  line-height: 17px;
  font-weight: normal;
  min-height: 28px;
  text-align: justify;
}

.agreement .checkbox span {
  display: inline-block;
  padding: 0 0 0 20px;
  line-height: 15px;
  font-weight: normal;
  min-height: 16px;
  text-align: justify;
  font-size: 12px;
  color: #2aaef2;
  cursor: pointer;
}

.agreement .checkbox span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #afb4bc;
  background-color: #fff;
  content: '';
}

.radio span {
  line-height: 28px;
}
.radio span:before,
.checkbox span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border: 1px solid #afb4bc;
  background-color: #fff;
  content: '';
}
.radio:not(.disabled) input:checked:not(:disabled) + span:after,
.checkbox:not(.disabled) input:checked:not(:disabled) + span:after {
  position: absolute;
  display: inline-block;
}
.radio span:before {
  border-radius: 14px;
}
.radio:not(.disabled) input:checked:not(:disabled) + span:after {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #2aaef2;
  content: '';
}
.checkbox a {
  font-weight: bold;
}
.checkbox span:before {
  border-radius: 3px;
}

.checkbox span.nativeleads-text:before {
  display:none
}

.checkbox span.nativeleads-agree:before {
  display:none
}
.checkbox span.nativeleads-agree {
  font-size: 10px;
  padding: 0px 40px 0px 0px;
}

.checkbox span.nativeleads-text {
  padding: 0;
  margin-top: 5px;
  height: 17px !important;
  min-height: 17px !important;
}

.nl-agreement {
  padding: 0px 15px 10px 15px !important;
  
}

.agreement .checkbox:not(.disabled) input:checked:not(:disabled) + span:after {
  top: 0;
  left: 1px;
  color: #2aaef2;
  font-family: icomoon;
  font-size: 15px;
  content: '\f00c';
  line-height: 21px
}

.agreement a {
  font-weight: normal;
}
.agreement p {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}

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

.agreement .form-group {
  overflow: visible;
}

.checkbox:not(.disabled) input:checked:not(:disabled) + span:after {
  top: 0;
  left: 3px;
  color: #2aaef2;
  font-family: icomoon;
  font-size: 23px;
  content: '\f00c';
  line-height: 28px
}
.checkbox-image,
.radio-image {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 5px;
  background-color: #fff;
  cursor: pointer;
}
.checkbox-image img,
.radio-image img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.checkbox-image span,
.radio-image span {
  position: absolute;
  z-index: 15;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.checkbox-image:after,
.radio-image:after {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  color: #2aaef2;
  font-family: icomoon;
  font-size: 50px;
  content: '\f00c';
}
.checkbox-image:not(.disabled) input:checked:not(:disabled) ~ img,
.radio-image:not(.disabled) input:checked:not(:disabled) ~ img {
  z-index: 3;
  opacity: 0.3;
}
.checkbox-image:not(.disabled) input:checked:not(:disabled) ~ span,
.radio-image:not(.disabled) input:checked:not(:disabled) ~ span {
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.3);
}
.styled-select {
  display: block;
  width: 100%;
}
.form-avatar {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.form-avatar-file,
.form-avatar-camera {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.form-avatar-btn,
.form-avatar-input {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 160px;
  height: 160px;
  padding: 45px 0 0;
  background: url('/images/red/user-default.png') no-repeat;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.form-avatar-btn input[type="file"] {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.form-avatar-btn:hover,
.form-avatar-input:hover {
  opacity: 0.75;
}
.form-avatar-input {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 160px;
  border: 1px solid transparent;
  background: url('/images/red/avatar.jpg') no-repeat;
  background-size: cover;
}
.form-avatar-input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.form-avatar-input.active {
  padding-right: 30px;
}
.form-avatar-input.active:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  border-radius: 5px;
  background-color: #3c763d;
  color: #fff;
  font-family: icomoon;
  font-size: 12px;
  text-align: center;
  content: '\f00c';
}
.form-avatar-input input[type="file"] {
  height: 100%;
}
.form-avatar-input.active {
  position: relative;
  background: none;
  background-color: #3c763d;
}
.form-avatar-input.active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
  font-family: icomoon;
  font-size: 50px;
  content: '\f00c';
}
.slider-inline {
  padding: 8px 0;
  overflow: visible;
}
.slider-inline label {
  float: left;
}
.slider-inline .ui-slider {
  margin: 5px 15px 0 80px;
}
.form-group-inline {
  margin-bottom: 15px;
  overflow: hidden;
  display: table;
}
.form-group-inline .btn-upload {
  display: table;
  clear: both;
}
.form-group-inline small {
  font-size: 12px;
}
.form-group-inline label,
.form-group-inline .form-control,
.form-group-inline .styled-select {
  display: table-cell;
  vertical-align: middle;
}
.form-group-inline label {
  padding-right: 10px;
}
.form-code {
  padding: 40px 20%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.form-code label {
  float: left;
  width: 40%;
}
.form-code label strong {
  display: block;
  font-size: 18px;
}
.form-code .input-group {
  float: left;
  width: 60%;
}
@media (max-width: 1280px) {
  .form-code {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.form-file-drag-field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 25px;
  border: 1px dashed #afb4bc;
  background-color: #f6f6f6;
  text-align: center;
}
.form-file-drag-list {
  margin: 0 0 15px !important;
  padding: 0;
  list-style: none;
}
.form-file-drag-list li {
  display: block;
  margin: 0 0 5px;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
}
.sidebar-container .form-file-drag {
  width: 100%;
}
.required:not(.styled-select) {
  position: relative;
  overflow: visible;
}
.required:not(.styled-select):before {
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  content: '*';
}
th.td-icon,
td.td-icon {
  text-align: center;
}
th.td-number,
td.td-number {
  text-align: right;
}
th.td-text,
td.td-text {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 15px;
}
.table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.table thead th {
  font-weight: bold;
}
.table thead th span {
  color: #fc8519;
}
.table th,
.table td {
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
}
.table th:first-child,
.table td:first-child {
  border-left: none;
}
.table th:last-child,
.table td:last-child {
  border-right: none;
}
.table th .icon-check,
.table td .icon-check,
.table th .icon-times,
.table td .icon-times {
  font-size: 20px;
}
.table th .icon-check,
.table td .icon-check {
  color: #2aaef2;
}
.table th .icon-times,
.table td .icon-times {
  color: #cbcbcb;
}
.table-premium {
  width: 100%;
  margin-bottom: 15px;
}
.table-premium caption {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.table-premium caption span {
  color: #fc8519;
}
.table-premium th,
.table-premium td {
  padding: 10px 20px;
  text-align: center;
}
.table-premium thead th {
  background-color: #fff;
  font-weight: bold;
}
.table-premium tbody th,
.table-premium tbody td {
  height: 88px;
  border: 1px solid #fff;
}
.table-premium tbody th {
  background-color: #f4f4f4;
  font-weight: bold;
}
.table-premium tbody th span {
  color: red;
}
.table-premium tbody td {
  background-color: #eaeaea;
}
.table-premium tbody td strong,
.table-premium tbody td small {
  display: block;
  margin: 0 0 5px;
  line-height: 1em;
}
.table-premium tbody td strong {
  font-size: 18px;
}
.table-premium tbody td small {
  font-size: 11px;
}
.table-premium tbody td em {
  font-weight: bold;
  font-style: normal;
}
.table-premium tbody td .radio {
  display: inline-block;
}
.table-premium tbody td .radio span {
  padding-left: 45px;
  text-align: center;
}
.table-premium tbody td .radio span:before {
  top: 50%;
  margin-top: -14px;
}
.table-premium tbody td .radio:not(.disabled) input:checked:not(:disabled) + span:after {
  top: 50%;
  margin-top: -6px;
}
@media (max-width: 1280px) {
  .table-premium th,
  .table-premium td {
    padding: 10px;
  }
}

.alert {
  padding: 25px;
  /*margin-bottom: 5px;*/
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center; 
}

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

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

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

.alert-dismissible {
  padding-right: 35px;
}

.text-center img.loader {
  height: auto;
  width: auto;
  padding: 0;
  margin-bottom: 10px;
  display: none;
}

/*section.payments { border-top: 1px solid #e6e6e6; padding-top: 15px }*/
section.payments .form_premium_vip, section.payments .form_premium
{
  margin-bottom: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 780px;
}
 section.payments .form_premium {
    margin-top: 30px;
    width: 600px;
}
section.payments .form_premium_vip span.error, section.payments .form_premium span.error
{
  float: left;
  width: 100%;
  color: red;
  text-align: center;
  display: none;
  margin-bottom: 15px;
}

#login .loader {
  float: right;
  width: auto;
  height: auto;
  padding: 0;
  display: none;
}

#footer .bou {
  font-size: 13px; 
  padding-bottom: 20px;
}
#footer .bou span {
  color: #fc8519;
}

.cookies-box {
  position: fixed;
  bottom: 0;
  background-color: #f6f6f6;
  padding: 5px;
  color: black;
  font-size: 10px;
  text-align: center;
  width: 100%;
  z-index: 100;
}

#td-coupons {
  max-width: 935px !important;
}

.invite-row{
  float: left; 
  width: 100%;
  margin-bottom: 25px;
}

.invite-form{
  float: left; 
  padding: 30px;
  background: #e6e6e6;
  width: 779px;
  margin-top: 20px
}
.invite-form form {
  margin: auto auto
}

.section-gallery { padding-top: 15px }
.section-gallery .grid li { float: left; width: 24.2%; margin: 5px; border: solid 1px #c7c3c4; border-radius: 3px; box-shadow: 0 0 3px rgba(0,0,0,0.30)}
.section-gallery .grid li img.pin { width: 100%; height: auto; /*padding: 2px;*/ float: left; border-radius: 3px }
.section-gallery .grid li a.pin { cursor: -moz-zoom-in; cursor: -webkit-zoom-in; cursor: zoom-in; float: left; position: relative; z-index: 40 }
.section-gallery .grid li div.overlay { float: left;  background: #000000; position: relative; z-index: 10 }
.section-gallery .grid li div.overlay span { opacity: 0; position: absolute; left: 50%; margin-left: -50px; top: 50%; margin-top: -49px; z-index: 20; color: #FFFFFF; text-align: center }
.section-gallery .grid li div.overlay:hover img.pin { opacity: 0.2}
.section-gallery .grid li div.overlay:hover span { opacity: 1 }
.section-gallery .grid li:last-child { margin-right: 0 }
.section-gallery .loading { float: left; width: 100%; text-align: center }
.section-gallery .entry { margin: 0; padding: 0; border: 0; float: left; width: 100% }
.section-gallery .entry img { float: left; }
.section-gallery .entry .entry-data { float: left; margin: 0 }
.section-gallery .entry .entry-data h3 { margin-top: 22px; margin-bottom: 0 }
.section-gallery .tabs ul { text-align: center }
.section-gallery div.info { margin-bottom: 20px }
.pin-comments { max-height: 235px; margin-top: 20px }
.pin-comments { font-size: 13px }
.pin-comments .entry-data h3 { font-size: 15px }

body.mokate { background: url('/images/red/mokate/bg_02.png') center 0 no-repeat }
.section-mokate { margin: 15px 0; color: #553121 }
.section-mokate p { width: 100% }
.section-mokate p.link { margin-top: 30px; text-align: center }
.section-mokate p.link a { padding: 15px 60px 15px 60px; background: #4daa05; color: #FFFFFF; border-radius: 5px; cursor: pointer; font-family: Open Sans; font-size: 14px }
.section-mokate .header { text-align: center; margin-top: 30px; font-family: Open Sans; }
.section-mokate .header p.date { font-size: 22px; padding: 30px; }
.section-mokate .header p.header { font-size: 36px; margin-top: 0px; margin-bottom: 10px; font-family: Open Sans Bold; }
.section-mokate .task { float: left; width: 100% }
.section-mokate .task .left { float: left; width: 50%; text-align: center; font-family: Open Sans;  }
.section-mokate .task .left p { font-size: 18px }
.section-mokate .task .left p.competition_task { font-size: 36px; margin-top: 50px; margin-bottom: 10px; font-family: Open Sans Bold; }
.section-mokate .task .right { float: right; width: 50% }
.section-mokate .awards { float: left; width: 100% }
.section-mokate .awards .left { float: left; width: 55% }
.section-mokate .awards .right { float: right; width: 45%; text-align: center; font-family: Open Sans; }
.section-mokate .awards .right p.award { font-size: 36px; margin-top: 70px; margin-bottom: 10px; font-family: Open Sans Bold; }
.section-mokate .second_awards { float: left; width: 100% }
.section-mokate .second_awards .left { float: left; width: 55% }
.section-mokate .second_awards .right { float: right; width: 45%; text-align: center; font-family: Open Sans; }
.section-mokate .second_awards .right p.award { font-size: 22px; margin-top: 70px; margin-bottom: 10px }
.section-mokate .form { float: left; width: 100%; padding: 40px 255px 40px 255px; background: #f0ece9; margin-top: 30px }
.section-mokate .form p { font-size: 36px; margin-bottom: 30px }
.section-mokate .form .input-group { width: 100% }
.section-mokate .form .form-group span.disc { color: #a79b99; font-size: 12px }
.section-mokate .form .btn-file { position: relative; overflow: hidden; } 
.section-mokate .form .btn-file input[type=file] { position: absolute; top: 0; right: 0; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; }
.section-mokate .form .form-group .checkbox span:before { margin-top: -5px }
.section-mokate .form .form-group .checkbox span:after { margin-top: -4px }
.section-mokate .form .checkbox input[type="checkbox"] { display:block; width: 1px; height: 1px; left: 33px }
.section-mokate .terms { margin: 15px 0px 15px 0px; float: left; width: 100% }
.section-mokate .terms p { font-size: 20px; width: 100%; text-align: center }

.section-mokate .grid { margin-top: 60px }
.section-mokate .grid li { float: left; width: 24.2%; margin: 5px; border: solid 1px #c7c3c4; border-radius: 5px; box-shadow: 0 0 3px rgba(0,0,0,0.30)}
.section-mokate .grid li img.pin { width: 100%; height: auto; float: left; border-top-left-radius: 5px; border-top-right-radius: 5px }
.section-mokate .grid li a.pin { cursor: -moz-zoom-in; cursor: -webkit-zoom-in; cursor: zoom-in; float: left; position: relative; z-index: 40; border-top-left-radius: 5px; border-top-right-radius: 5px }
.section-mokate .grid li div.overlay { float: left;  background: #000000; position: relative; z-index: 10; border-top-left-radius: 5px; border-top-right-radius: 5px }
.section-mokate .grid li div.overlay span { opacity: 0; position: absolute; left: 50%; margin-left: -50px; top: 50%; margin-top: -49px; z-index: 20; color: #FFFFFF; text-align: center }
.section-mokate .grid li div.overlay:hover img.pin { opacity: 0.2}
.section-mokate .grid li div.overlay:hover span { opacity: 1 }
.section-mokate .grid li:last-child { margin-right: 0 }
.section-mokate .loading { float: left; width: 100%; text-align: center }
.section-mokate .entry { margin: 0; padding: 20px; border: 0; float: left; width: 100%; background: #FFFFFF; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px }
.section-mokate .entry h3 { margin: 0 }
.section-mokate .entry h3 a { color: #553121; font-weight: bold }
.section-mokate .entry .entry-data { float: left; margin: 5px 0px 5px 0px; width: 100%; overflow: hidden; text-overflow: ellipsis; max-height: 70px; font-size: 12px; color: #646464 }
.section-mokate .entry .vote span { font-weight: bold; float: left; margin-top: 5px }
.section-mokate .entry .vote a.disabled { cursor: not-allowed }
.section-mokate .separator img { width: 100% }
.section-mokate .steps img { width: 100% }
.mokate-desc { max-height: 235px; font-size: 13px }
.mokate-desc .entry { padding: 10px; border: 0; margin: 0 }
.mokate-desc .entry .entry-data { margin: 0 }
.modal-header .modal-title.mokate a { color: #553121; }

.change-password .modal-footer img.loader {
  float: right;
  height: auto;
  width: auto;
  padding: 0;
  display: none;
}


.section-competition { margin: 15px 0; color: #1c415e }
.section-competition p { width: 100% }
.section-competition p.link { margin-top: 15px; margin-bottom: 15px; text-align: center }
/*.section-competition p.link a { padding: 15px 60px 15px 60px; background: #553121; color: #FFFFFF; border-radius: 5px; cursor: pointer; font-family: Open Sans; font-size: 14px }*/
.section-competition .header { text-align: center; margin-top: 30px; font-family: Open Sans; }
.section-competition .header p.date { font-size: 22px }
.section-competition .header p.header { font-size: 36px; margin-top: 0px; margin-bottom: 10px; font-family: Open Sans Bold; }
.section-competition .task { float: left; width: 100% }
.section-competition .task .left { float: left; width: 50%; text-align: center; font-family: Open Sans;  }
.section-competition .task .left p { font-size: 16px }
.section-competition .task .left p.competition_task { font-size: 36px; margin-top: 10px; margin-bottom: 10px; font-family: Open Sans Bold; }
.section-competition .task .right { float: right; width: 50% }
.section-competition .awards { float: left; width: 100%; margin-top: 30px }
.section-competition .awards .left { float: left; width: 55% }
.section-competition .awards .right { float: right; width: 45%; text-align: center; font-family: Open Sans; font-size: 16px; /*margin-top: 90px*/ }
.section-competition .awards .right p.award { font-size: 36px; margin-top: 25px; margin-bottom: 10px; font-family: Open Sans Bold; }
.section-competition .second_awards { float: left; width: 100% }
.section-competition .second_awards .left { float: left; width: 55% }
.section-competition .second_awards .right { float: right; width: 45%; text-align: center; font-family: Open Sans; }
.section-competition .second_awards .right p.award { font-size: 22px; margin-top: 70px; margin-bottom: 10px }
.section-competition .form { float: left; width: 100%; padding: 40px 255px 40px 255px; background: #f0ece9; margin-top: 30px }
.section-competition .form p { font-size: 36px; margin-bottom: 30px }
.section-competition .form .input-group { width: 100% }
.section-competition .form .form-group span.disc { color: #a79b99; font-size: 12px }
.section-competition .form .btn-file { position: relative; overflow: hidden; } 
.section-competition .form .btn-file input[type=file] { position: absolute; top: 0; right: 0; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; }
.section-competition .form .form-group .checkbox span:before { margin-top: -5px }
.section-competition .form .form-group .checkbox span:after { margin-top: -4px }
.section-competition .form .checkbox input[type="checkbox"] { display:block; width: 1px; height: 1px; left: 33px }
.section-competition .terms { margin: 15px 0px 15px 0px; float: left; width: 100% }
.section-competition .terms p { font-size: 20px; width: 100%; text-align: center }

.section-competition .grid { margin-top: 60px }
.section-competition .grid li { float: left; width: 24.2%; margin: 5px; border: solid 1px #c7c3c4; border-radius: 5px; box-shadow: 0 0 3px rgba(0,0,0,0.30)}
.section-competition .grid li img.pin { width: 100%; height: auto; float: left; border-top-left-radius: 5px; border-top-right-radius: 5px }
.section-competition .grid li a.pin { cursor: -moz-zoom-in; cursor: -webkit-zoom-in; cursor: zoom-in; float: left; position: relative; z-index: 40; border-top-left-radius: 5px; border-top-right-radius: 5px }
.section-competition .grid li div.overlay { float: left;  background: #000000; position: relative; z-index: 10; border-top-left-radius: 5px; border-top-right-radius: 5px }
.section-competition .grid li div.overlay span { opacity: 0; position: absolute; left: 50%; margin-left: -50px; top: 50%; margin-top: -49px; z-index: 20; color: #FFFFFF; text-align: center }
.section-competition .grid li div.overlay:hover img.pin { opacity: 0.2}
.section-competition .grid li div.overlay:hover span { opacity: 1 }
.section-competition .grid li:last-child { margin-right: 0 }
.section-competition .loading { float: left; width: 100%; text-align: center }
.section-competition .entry { margin: 0; padding: 20px; border: 0; float: left; width: 100%; background: #FFFFFF; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px }
.section-competition .entry h3 { margin: 0 }
.section-competition .entry h3 a { color: #2aaef2; font-weight: bold }
.section-competition .entry .entry-data { float: left; margin: 5px 0px 5px 0px; width: 100%; overflow: hidden; text-overflow: ellipsis; max-height: 70px; font-size: 12px; color: #646464 }
.section-competition .entry .vote span { font-weight: bold; float: left; margin-top: 5px }
.section-competition .entry .vote a.disabled { cursor: not-allowed }
.section-competition .tabs ul { text-align: center; }
.section-competition .steps p.header { font-size: 36px; margin-bottom: 10px; font-family: Open Sans Bold; width: 100%; }
.section-competition .steps p { text-align: center }
.section-competition small { font-size: 11px }
.mokate-desc { max-height: 235px; font-size: 13px }
.mokate-desc .entry { padding: 10px; border: 0; margin: 0 }
.mokate-desc .entry .entry-data { margin: 0 }
.modal-header .modal-title.mokate a { color: #553121; }

.btn-payment {
    border: 3px solid transparent;
    margin: 10px;
    width: 180px;
    min-height: 200px;
    padding: 0;
    border-radius: 30px;
    color: #ffffff;
    background-color: #2aaef2;
}

.btn-payment-select {
    margin: 0 10px;
    width: 180px;
    padding: 0;
    border-radius: 10px;
}

.btn-payment-method {
    margin: 10px;
    width: 25%;
    padding: 10px 0;
    border-radius: 30px;
}

.btn-group-payment {
    padding: 0 5%;
    justify-content: center;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    box-align: center;              /* As specified */
  -moz-box-align: center;         /* Mozilla */
  -webkit-box-align: center;  
  box-orient: vertical;           /* As specified */
  -moz-box-orient: vertical;      /* Mozilla */
  -webkit-box-orient: vertical;   /* WebKit */
}

.btn-group-payment-method {
    float: left;
}

.btn-cc {
  background-image: url('/images/red/card.jpg');
  background-repeat: no-repeat;
  background-position: 20px center;
}

.btn-payment .p-price {
    line-height: 0.9;
    margin: 0;
    font-size: large;
    padding-top: 45px;
    height: 158px;
    color: #000;
    background-color: #FFFFFF;
    border-bottom-left-radius: 29px;
    border-bottom-right-radius: 29px;
}

.btn-payment.btn-payment-monthly .p-price{
    padding-top: 37px;
}

.btn-payment .p-price strong {
    font-size: xx-large;
}

.btn-payment .p-price small {
    font-size: small;
}

.btn-payment .p-period {
    margin: 0;
    height: 40px;
    line-height: 40px;
}

/*.orange p.p-select {
    margin: 0;
    height: 40px;
    color: #FFFFFF;
}*/

.btn-payment-select p.p-select {
    line-height: 42px;
    margin: 0;
    min-height: 40px;
    color: #FFFFFF;
}

.register-help {
    border-radius: 10px;
    font-size: smaller;
    text-align: center;
    padding: 40px 8px 10px 8px;
    position: absolute;
    left: 1%;
    top: 18%;
    width: 14%;
    width: calc((95% - 910px)/2);
    height: 260px;
    background-color: white;
    opacity: 0.8;
}
@media (max-width: 991px) {
    .register-help {
        width: 12%;
        width: calc((95% - 610px)/2);
        height: 435px;
        height: calc(591px - 30vw);
    }
}
@media (max-width: 767px) {
    .register-help {
        display: none !important;
    }
}
.register-help span {
    color: #FC8519;
}

#nl-container { position: absolute; bottom: 60px }

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
    text-align: center;
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
/*  float: left;*/
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    vertical-align: middle;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
    min-width: 210px;
    min-height: 58px;
    font-size: large;
    color: #A0A0A0;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ffffff;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.nav-link {
    background-color: #EEEEEE;
}
.nav-link.active {
    color: #000000;
    background-color: #FFFFFF;
    border-bottom: 0px;
    border-color: #eeeeee #eeeeee #ffffff;
}

.nav-item > p {
    position: absolute;
    right: calc(50% - 205px);
    color: red;
    font-size: smaller;
}

.premium-prompt {
    position: absolute;
    right: calc(50% - 205px);
    height: 85px;
}

.premium-config {
    margin-top: 50px;
}

.messages .box.chat-tooltip {
    opacity: 0.95;
    border-radius: 30px;
    background-color: #cccccc;
    max-height: 180px;
    font-size: 85%;
}

.modal-body.register-one {
    padding-top: 5px;
}

.modal-footer.register-one {
    padding-top: 5px;
}

.modal-header.register-one {
    padding-bottom: 5px;
}

.modal-body.register-one .form-group, .modal-body.register-one .form-row {
    margin-bottom: 5px;
}

.gallery-img {
    max-height: 100%;
}

.wrapper {
  position: relative;
}

div .wrapper {
  position: absolute;
  z-index: 10;
  display: none;
}
div:hover > .wrapper {
  display: block;
}

.chat-tooltip p {
    padding: 5px;
    margin: 0;
}

.chat-tooltip p a{
    color: #fc8519;
}

.chat-tooltip p a:hover{
    color: #fc8519;
    text-decoration: underline;
}

.ie-register {
    max-width: 940px;
    margin: auto;
}

#menu-logo #logo img{
    max-width: 290px;
}

.table-issues {
    margin-top: 20px;
    border-spacing: 5px;
    border-collapse: separate;
}
.table-issues td, .table-issues th {
    border-radius: 15px;
}
.btn-issues {
    border-radius: 20px;
}

.issue-chat-box {
  position: relative;
  min-height: 120px;
  padding: 10px 10px 15px;
}

.lp-maciek-tlo {background: transparent url('/images/red/lp/maciek/tlo.jpg') no-repeat 100% center;}
.lp-maciek-tlo .lp-maciek-headtext {color: white;text-shadow: black 2px 2px 5px;padding-top: 30px;}
.lp-maciek-tlo .lp-maciek-incontainer {display: inline-block;margin-bottom: 50px;text-align: left;}
.lp-maciek-tlo .lp-maciek-incontainer .lp-maciek-left-block {
	display:inline-block;width:43%;
	font-family: 'Open Sans', sans-serif;
	color:white;
	background-color: #3ba1da;
	background-image: url('/images/red/lp/maciek/matt2.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 7px;
	text-align: left;
	vertical-align: top;
	
}
.lp-maciek-tlo .lp-maciek-incontainer .lp-maciek-middle-block {display:inline-block;width:11%;background-color: transparent;vertical-align: top;}
.lp-maciek-tlo .lp-maciek-incontainer .lp-maciek-right-block {
	display:inline-block;width:43%;
	font-family: 'Open Sans', sans-serif;
	color:white;
	background-color: #f8843a;
	border-radius: 7px;
	text-align: left;
	vertical-align: top;
	
}
.lp-maciek-tlo .lp-maciek-incontainer .lp-maciek-left-block .lp-maciek-left-block-inner {
	display:inline-block; 
	width: 80%;
	text-align: left;
	vertical-align: top;
	padding: 20px 30px;
	text-shadow: 0px 0px 3px #3ba1da;
}
.lp-maciek-tlo .lp-maciek-incontainer .lp-maciek-right-block .lp-maciek-right-block-inner {
	padding:20px 30px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0px 0px 3px #f8843a;
}

.lp-maciek-tlo .lp-maciek-incontainer .lp-maciek-left-block .lp-maciek-left-block-inner strong {font-size:42px;padding-left:15px;}
.lp-maciek-tlo .lp-maciek-incontainer .lp-maciek-left-block .lp-maciek-left-block-inner ul {list-style: disc outside;margin-top:5px;font-weight: bold;font-size: 20px;padding-left:20px;line-height: 1.23em;}
.lp-maciek-tlo .lp-maciek-incontainer .lp-maciek-left-block .lp-maciek-left-block-inner li {list-style-type: disc;}
.lp-maciek-tlo .lp-maciek-incontainer .lp-maciek-right-block .lp-maciek-right-block-inner form h3 {margin-bottom: 9px;}
.join-video-chat { width: 16px; float: left; padding: 6px 4px 0px 0px; }
.join-video-chat-link { float: right;
  border-radius: 7px 7px 0 7px;
  background-color: #fc8519;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  padding: 5px 10px 5px 10px; }
.join-video-chat-link:hover {
  color: #fff;
}
/* Left Sidebar & Overlay ====================== */
.overlay {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10; }

.overlay-open .sidebar {
  margin-left: 0;
  z-index: 99999999; }

.sidebar {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Prompt", sans-serif;
  background: #fdfdfd;
  width: 300px;
  overflow: hidden;
  display: inline-block;
  height: calc(100vh - 70px);
  position: fixed;
  top: 70px;
  left: 0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 11 !important; }
.sidebar .legal {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 15px;
  overflow: hidden; }
.sidebar .legal .copyright {
  font-size: 13px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }
.sidebar .legal .copyright a {
  font-weight: bold;
  text-decoration: none; }
.sidebar .legal .version {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
  font-size: 13px; }
.sidebar .user-info {
  padding: 13px 15px 12px 15px;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  background: url("/images/adminbsb/user-img-background.jpg") no-repeat no-repeat;
  height: 135px; }
.sidebar .user-info .image {
  margin-right: 12px;
  display: inline-block; }
.sidebar .user-info .image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: bottom !important; }
.sidebar .user-info .info-container {
  cursor: default;
  display: block;
  position: relative;
  top: 25px; }
.sidebar .user-info .info-container .name {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  max-width: 200px;
  color: #fff; }
.sidebar .user-info .info-container .email {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  max-width: 200px;
  color: #fff; }
.sidebar .user-info .info-container .user-helper-dropdown {
  position: absolute;
  right: -3px;
  bottom: -12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  color: #fff; }
.sidebar .menu {
  position: relative;
  overflow-y: auto;
  height: 90vh; }
.sidebar .menu .list {
  list-style: none;
  padding-left: 0; }
.sidebar .menu .list li.active > :first-child span {
  font-weight: bold; }
.sidebar .menu .list .header {
  background: #eee;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px; }
.sidebar .menu .list i.material-icons {
  margin-top: 4px; }
.sidebar .menu .list .menu-toggle:after, .sidebar .menu .list .menu-toggle:before {
  position: absolute;
  top: calc(50% - 14px);
  right: 17px;
  font-size: 19px;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.sidebar .menu .list .menu-toggle:before {
  content: '+';
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.sidebar .menu .list .menu-toggle:after {
  content: '\2013';
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }
.sidebar .menu .list .menu-toggle.toggled:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }
.sidebar .menu .list .menu-toggle.toggled:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.sidebar .menu .list a {
  color: #747474;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: 100%;
  padding: 10px 13px; }
.sidebar .menu .list a:hover, .sidebar .menu .list a:active, .sidebar .menu .list a:focus {
  text-decoration: none !important; }
.sidebar .menu .list a small {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 15px; }
.sidebar .menu .list a span {
  margin: 7px 0 7px 12px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden; }
.sidebar .menu .list .ml-menu {
  list-style: none;
  display: none;
  padding-left: 0; }
.sidebar .menu .list .ml-menu span {
  font-weight: normal;
  font-size: 14px;
  margin: 3px 0 1px 6px; }
.sidebar .menu .list .ml-menu li a {
  padding-left: 55px;
  padding-top: 7px;
  padding-bottom: 7px; }
.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
  font-weight: 600;
  margin-left: 5px; }
.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
  content: '\E315';
  font-family: 'Material Icons';
  position: relative;
  font-size: 21px;
  height: 20px;
  top: -5px;
  right: 0px; }
.sidebar .menu .list .ml-menu li .ml-menu li a {
  padding-left: 80px; }
.sidebar .menu .list .ml-menu li .ml-menu .ml-menu li a {
  padding-left: 95px; }

.right-sidebar {
  width: 100%;
  height: 100%;/*calc(100vh - 70px);*/
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  padding: 0px 50px 0px 50px;
  overflow: auto;
  z-index: 11 !important;
  -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.right-sidebar.open {
  right: 0; }
.right-sidebar .nav-tabs {
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  margin-left: 2px; }
.right-sidebar .nav-tabs li {
  text-align: center; }
.right-sidebar .nav-tabs li > a {
  margin-right: 0; }
.right-sidebar .nav-tabs li:first-child {
  width: 25%; }
.right-sidebar .nav-tabs li {
  width: 25%; }

/* The Overlay (background) */
.menuOverlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 15; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  background-color: rgba(255,255,255, 1); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.menuOverlay-content {
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: left; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.menuOverlay a, .right-sidebar a {
  padding: 2px;
  text-decoration: none;
  font-size: 36px;
  color: #c7c7c7;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}
@media (max-width: 767px) {
  .menuOverlay-content a {
    font-size: 24px !important;
  }
}
.right-sidebar a:hover {
  text-decoration: none;
}
/* When you mouse over the navigation links, change their color */
.menuOverlay a:hover, .menuOverlay a:focus {
  color: #c8c8c8;
  /*    font-weight: bold;*/
}

/* Position the close button (top right corner) */
.menuOverlay .closebtn {
  position: absolute;
  top: 100px;
  right: 45px;
  font-size: 60px;
}
.right-sidebar .closebtn {
  position: absolute;
  top: 20px;
  left: 45px;
  font-size: 60px;
}

.menuOverlay  a.closebtn:focus, .menuOverlay a.closebtn:hover {text-decoration: none; font-weight: normal}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .menuOverlay a {font-size: 20px;}

  .menuOverlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    z-index: 10000;
  }
}

.navigationOpen {
  color: #b0b0b0;
  font-weight: normal;
  position: fixed;
  top: 50%;
  left: 1%;
  transform: rotate(270deg);
  transform-origin: left top 0;
  font-size: 22px;
  cursor: pointer;
}

.searchOpen {
  color: #FDD300 ;
  font-weight: normal;
  position: fixed;
  top: 50%;
  right: 1%;
  transform: rotate(90deg);
  transform-origin: right top 0;
  font-size: 22px;
  cursor: pointer;
  margin-top: 17px;
}

a.searchOpenMenu, a.searchOpenMenu:hover {
  color: #FDD300 ;
}
#up-footer li {
  display: inline-block;
  margin: 0 10px;
  color: #888;
}

#up-footer .container, #up-footer .row {
  margin-top: 30px;
}
#up-footer img {
  width: 100%!important;
}
#up-footer .container {
  text-align: center;
}
.right-menu > li > a {
  overflow: hidden!important;
}

@media screen and (min-width: 1025px) {
  .col-md-4 {
    padding: 10px 30px;
  }
}

.footer-menu a {
  background-color: #eee;
  padding: 10px 8px;
  border-radius: 20px;
  line-height: 60px;
}

#up-footer h1 {
  color: #333;
  width: 100%;
  text-align: center;
  padding: 30px 0px;
}
#up-footer h2 {
  color: #333;
  padding: 10px 0px;
}
#up-footer p {
  color: #333;
}
.blog-full-button a {
  background-color: #eee;
  padding: 10px 15px;
  border-radius: 20px;
  line-height: 60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .blog-full-button {
        margin-bottom: 50px;
    }

    .blog-full-button a {
        padding: 30px 40px;
        border-radius: 40px;
    }

  .footer-menu a {
    font-size: 18px;
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 20px;
    line-height: 60px;
  }

  #up-footer li {
    display: inline-block;
    margin: 0px;
    color: #888;
    width: 45%;
    margin-bottom: 30px;
    text-align: center;
    padding: 10px;
    background: #eee;
    border-radius: 20px;
  }
  #up-footer h1 {
    font-size: 64px;
  }
  #up-footer h2 {
    font-size: 48px;
  }

  #up-footer p {
    color: #333;
    font-size: 36px;
  }

  #up-footer a {
    margin: 0px;
  }

  #catalog-content .left #photo_wall ul li .photo_footer .top .name {
    height: 48px!important;
    text-align: center!important;
    margin-bottom: 20px!important;
  }
  #catalog-content .left #photo_wall ul li .photo_footer .top .name a {
    font-size: 36px!important;
  }

  #catalog-content .left #photo_wall ul li .photo_footer .city {
    font-size: 36px!important;
  }

  #catalog-content > .left > .top > h1 {
    text-align:center!important;
    float:none!important;
    font-size: 48px!important;
    margin-bottom: 20px !important;
  }

  .search-result-info {
    font-size: 24px!important;
    height: 48px!important;
    text-align: center!important;
    width: 100%!important;
    line-height: 30px !important;
  }
  #catalog-content .left #photo_wall .profile-box-icons img {
    width: 48px!important;
  }
  .f-left {
    float: none!important;
  }

  .profile-box-img {
    border-radius: 20px !important;
  }

  .profile-box-img-wrap {
    width: 80% !important;
    height: auto!important;
  }
  .catalog-right .catalog-box {
    width: 33%!important;
  }
  #up-footer a {
    font-size: 36px;
    margin-right: 20px;
  }
  .section-register form {
    width: 100%!important;
  }
  label, .label {
    font-size: 18px;
  }

  #footer-menu li {
    margin: 5px 50px;
  }
  #footer-menu li a {
    font-size: 30px;
  }
  .col-sm-12 {
    padding: 30px;
  }
  .col-sm-12 img {
    margin-bottom: 20px;
  }
  .section-register form .checkbox span {
    font-size: 1.5em;
    line-height: 1em;
  }
  .icons-features figure figcaption {
    font-size: 2em !important;
  }
  #menu-login {
    width: 50%!important;
  }
  .btn {
    padding: 20px 30px !important;
    font-size: 2em !important;
    line-height: 18px !important;
  }
  .section-register form input {
    padding: 30px!important;
    font-size: 2em !important;
  }
  .section-register form button {
    padding: 35px 30px !important;
    font-size: 30px !important;
    font-weight: 600 !important;
  }
  #bg-video {
    top: 42%!important;
  }
  #catalog-content.dashboard>.left>.top {
    margin-top: 50px;
  }
  #menu-logo {
    width: 50%;
  }
  #menu-logo #logo img {
    width: 100%;
    max-width: 100%;
  }
  .pagination ul>li>a, .pagination ul>li>span {
    float: left;
    line-height: 20px!important;
    padding: 1em 1em!important;
    text-decoration: none;
    margin-right: 1em!important;
    font-size: 2.5em!important;
    background: #eee!important;
    border-radius: 1em!important;
  }
  .catalog-right .catalog-box {
    width: 80% !important;
    margin-right: auto!important;
    position: relative!important;
    margin-left: 10%!important;
  }
  .right-menu>li>a {
    height: 3em!important;
    line-height: 25px!important;
    padding: 1.4em 15px!important;
    display: block;
    overflow: auto;
    border-radius: 0;
    font-size: 2.5em!important;
  }

  .catalog-right .catalog-box .header h3 {
    float: left;
    font-family: FreightTextProMedium-Regular;
    font-size: 3em !important;
    font-weight: 400;
    text-align: left;
    /* width: 255px; */
    width: 100%;
    text-align: center;
  }
  h2 {
    font-size: 3em;
  }
  .catalog-box .photo img {
    width: 200px;
    height: 200px;
  }
  .catalog-box .name, .catalog-box .city {
    font-size: 3em;
  }
  #footer-logo {
    width: 40%!important;
  }
  #footer-logo img {
    width: 100%;
  }
  #footer-facebook {
    font-size: 2em!important;
  }
  .f-left {
    font-size: 1.5em!important;
  }
  #footer .bou {
    font-size: 2em!important;
  }
  .right-box h2 {
    margin-bottom: 0.8em;
  }
  .section-register {
    margin-top: 60px!important;
  }
}
