/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}

.openseadragon-canvas {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
} 

audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #2e2e2e;
  background-color: #f8f8f8;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0069b4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2293E3;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #e4e4e4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 750px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #e4e4e4;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  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: #e4e4e4;
}
h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 29px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #e4e4e4;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 750px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e4e4e4;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #e4e4e4;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #e4e4e4;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e4e4e4;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kdb,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #2e2e2e;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  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-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-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%;
}
@media (min-width: 750px) {
  .container {
    width: 100%;
  }
  .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 {
    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-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-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%;
  }
}
@media (min-width: 800px) {
  .container {
    width: 100%;
  }
  .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 {
    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-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-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%;
  }
}
@media (min-width: 1010px) {
  .container {
    width: 990px;
  }
  .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 {
    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-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-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%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #f8f8f8;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  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 > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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.danger:hover > th {
  background-color: #ebcccc;
  border-color: #e4b9c0;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.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.warning:hover > th {
  background-color: #faf2cc;
  border-color: #f7e1b5;
}
@media (max-width: 750px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #2e2e2e;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #2e2e2e;
  vertical-align: middle;
}
.form-control {
  position: relative;
  background: #fff;
}
.form-control:-moz-placeholder {
  color: #aaaaaa !important;
  text-overflow: ellipsis;
}
.form-control::-moz-placeholder {
  color: #aaaaaa !important;
  text-overflow: ellipsis;
}
.form-control:-ms-input-placeholder {
  color: #aaaaaa !important;
  text-overflow: ellipsis;
}
.form-control::-webkit-input-placeholder {
  color: #aaaaaa !important;
  text-overflow: ellipsis;
}
.form-control span {
  position: absolute;
  top: 0;
  height: 34px;
  left: 0;
  line-height: 34px;
  padding: 0px 13px;
  color: #d1d1d1;
  font-size: 15px;
}
.form-control.placeholder-textarea span {
  line-height: 1.42857;
  padding-top: 7px;
  height: auto;
  right: 0;
}
.form-control.placeholder-input span {
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #2e2e2e;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e4e4e4;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6e6e6e;
}
@media (min-width: 750px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 750px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* height: 34px; Rozbiji button na strance https://zonerama.com/Create */
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.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: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: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #0069b4;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: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: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  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: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-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  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: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-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  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: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-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  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: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-link {
  color: #0069b4;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2293E3;
  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: #e4e4e4;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.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: 13px;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    -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: border-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 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: #2e2e2e;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2e2e2e;
  background-color: #aaaaaa;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e4e4e4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e4e4e4;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #e4e4e4;
}
.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 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 750px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 13px;
  font-weight: normal;
  line-height: 1;
  color: #2e2e2e;
  text-align: center;
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e4e4e4;
}
.nav > li.disabled > a {
  color: #e4e4e4;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e4e4e4;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e4e4e4;
  border-color: #0069b4;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2293E3;
  border-bottom-color: #2293E3;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e4e4e4 #e4e4e4 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: black;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 750px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 750px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f8f8f8;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 750px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 750px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f8f8f8;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #0069b4;
  border-bottom-color: #0069b4;
}
.nav a:hover .caret {
  border-top-color: #2293E3;
  border-bottom-color: #2293E3;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 28px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 750px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 750px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 750px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 750px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 750px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 750px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1020;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 5px 15px;
  font-size: 17px;
  line-height: 18px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 750px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: -3px;
  margin-bottom: -3px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 750px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 2.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 749px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 750px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 750px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -2px;
  margin-bottom: -2px;
}
@media (min-width: 750px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 750px) and (max-width: 799px) {
    .navbar-top .navbar-form.navbar-right.hidden-sm {display: block!important;}
    .navbar-top .navbar-form .form-control {width: 150px;}
}

.navbar-form .form-group-text p {
  margin: 0;
}
.navbar-form .inp-checkbox {
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 749px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 750px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: -2px;
  margin-bottom: -2px;
}
.navbar-text {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 750px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #aaaaaa;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #919191;
  background-color: #2293E3;
}
.navbar-default .navbar-text {
  color: #aaaaaa;
}
.navbar-default .navbar-nav > li > a {
  color: #aaaaaa;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e4e4e4;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e4e4e4;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #aaaaaa;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #e4e4e4;
  border-bottom-color: #e4e4e4;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #e4e4e4;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #e4e4e4;
  border-bottom-color: #e4e4e4;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #aaaaaa;
  border-bottom-color: #aaaaaa;
}
@media (max-width: 749px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #aaaaaa;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e4e4e4;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e4e4e4;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #aaaaaa;
}
.navbar-default .navbar-link:hover {
  color: #e4e4e4;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #e4e4e4;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e4e4e4;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e4e4e4;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #e4e4e4;
  border-bottom-color: #e4e4e4;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 749px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e4e4e4;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #e4e4e4;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #e4e4e4;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e4e4;
}
.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: #fff;
  background-color: #428bca;
  border-color: #428bca;
  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: #e4e4e4;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e4e4e4;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e4e4e4;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #e4e4e4;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #cbcbcb;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e4e4e4;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0069b4;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #e4e4e4;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 0;
}
@media screen and (min-width: 750px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 18px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0069b4;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
  border-radius:6px;
}
.thumbnail .caption {
  padding: 9px;
  color: #2e2e2e;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert .close { margin-left: 10px; }
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert a { white-space:nowrap;text-decoration: underline;}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #eeeeee;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #eeeeee;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #eeeeee;
}
.panel-default {
  border-color: #eeeeee;
}
.panel-default > .panel-heading {
  color: #2e2e2e;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eeeeee;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eeeeee;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900000;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 21.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 750px) {
  .modal-dialog {
    width: 780px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 200px;
  white-space: normal;
}
.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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 6px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: auto;
  padding: 1px;
  text-align: left;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #000;
  border-bottom: 1px solid #000000;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #000;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #000;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #000;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #000;
  bottom: -10px;
}
.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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-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-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-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 {
  color: #fff;
  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%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -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 #fff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 750px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 749px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 750px) and (max-width: 799px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 1009px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 749px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 750px) and (max-width: 799px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 1009px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 749px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 750px) and (max-width: 799px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 1009px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 749px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 750px) and (max-width: 799px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 1009px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 749px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 750px) and (max-width: 799px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 1009px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1010px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 749px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 750px) and (max-width: 799px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 1009px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1010px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 749px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 750px) and (max-width: 799px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 1009px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1010px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 749px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 750px) and (max-width: 799px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 1009px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1010px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: relative;
}
.jspVerticalBar {
  height: 100%;
  padding-right: 7px;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspHorizontalBar {
  bottom: 0;
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
.jspCap {
  display: block;
  height: 10px;
}
.jspHorizontalBar .jspCap {
  height: 0;
  width: 9px;
}
.jspTrack {
  position: relative;
}
.jspDrag {
  background: none repeat scroll 0 0 rgba(42, 42, 42, 0.9);
  cursor: pointer;
  height: 2px;
  left: 0;
  position: relative;
  top: 0;
  width: 8px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  height: 8px;
}
.jspHorizontalBar .jspTrack {
  left: 2px;
}
.jspHorizontalBar .jspDrag {
  background: none repeat scroll 0 0 rgba(42, 42, 42, 0.9);
  cursor: pointer;
  height: 6px;
  left: 0;
  position: relative;
  top: 0;
}
.jspDragLeft {
  background: none repeat scroll 0 0 rgba(42, 42, 42, 0.9);
  height: 6px;
  left: -2px;
  position: absolute;
  top: 0;
  width: 2px;
}
.jspDragRight {
  background: none repeat scroll 0 0 rgba(42, 42, 42, 0.9);
  height: 6px;
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
}
.jspDragTop {
  background: none repeat scroll 0 0 rgba(42, 42, 42, 0.9);
  height: 2px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 8px;
}
.jspDragBottom {
  background: none repeat scroll 0 0 rgba(42, 42, 42, 0.9);
  bottom: -2px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 8px;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/*.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {*/
  /* This class is applied to the lower origin when
   its values is > 50%. */
  /*z-index: 10;
}
.noUi-stacking + .noUi-origin {*/
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  /**z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}*/
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
/*.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}*/
/* Slider size and handle placement;
 */
/*.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}*/
/* Styling;
 */
/*.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}*/
/* Handles and cursors;
 */
/*.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}*/
/* Handle stripes;
 */
/*.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}*/
/* Disabled state;
 */
/*[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}*/
.jumbotron h1 {
  font-size: 40px;
  margin: 0 0 30px;
}
.jumbotron .list-title {
  font-size: 20px;
  font-weight: bold;
}
.jumbotron .list-title ol {
  font-weight: 200;
  font-size: 14px;
  line-height: 1.6;
}
.jumbotron .list-title ol li {
  margin: 15px 0;
}
.ico {
  display: inline-block;
  position: relative;
  top: 0;
  line-height: 1;
  background: url('../../img/sprite-k.png') no-repeat 0 -100px;
  width: 1px;
  height: 1px;
}
.ico-img {
  background-position: 0 -500px;
  width: 9px;
  height: 9px;
}
.ico-full-gallery-play {
  background-position: -300px 0;
  width: 26px;
  height: 20px;
}
.ico-full-gallery-pause {
  background-position: -200px 0;
  width: 26px;
  height: 20px;
}
.ico-key-left {
  background-position: -225px 0;
  width: 21px;
  height: 20px;
}
.ico-key-right {
  background-position: -250px 0;
  width: 21px;
  height: 20px;
}
.ico-favorite {
  background-position: -50px -700px;
  width: 23px;
  height: 20px;
}
.ico-favorite:hover {
  background-position: -50px -675px;
}
.active .ico-favorite {
  background-position: -50px -650px;
}
.active .ico-favorite:hover {
  background-position: -50px -725px;
}
.ico-share {
  background-position: -75px -700px;
  width: 23px;
  height: 20px;
}
.ico-share:hover {
  background-position: -75px -675px;
}
.ico-download {
  background-position: -125px -700px;
  width: 23px;
  height: 20px;
}
.ico-download:hover {
  background-position: -125px -675px;
}
.ico-desc {
  background-position: -225px -700px;
  width: 23px;
  height: 20px;
}
.ico-desc:hover {
  background-position: -225px -675px;
}
.ico-filmstrip {
  background-position: -250px -700px;
  width: 23px;
  height: 20px;
}
.ico-filmstrip:hover {
  background-position: -250px -675px;
}
.ico-info {
  background-position: -200px -700px;
  width: 23px;
  height: 20px;
}
.ico-info:hover {
  background-position: -200px -675px;
}
.ico-views {
  background-position: -150px -700px;
  width: 29px;
  height: 21px;
}
.ul-orange {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-orange li {
  background: url('../../img/li.png') no-repeat 0 0.5em;
  padding-left: 25px;
  margin-bottom: 20px;
}
.navbar {
  border: none;
  border-radius: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
.navbar-brand {
  padding: 10px 15px;
}
.navbar-toggle {
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  height: 40px;
  padding: 9px 12px;
}
.navbar-collapse {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-nav.navbar-right > li{padding:5px 0}
.navbar-nav.navbar-right > li > a {line-height:28px;padding:0 10px}
@media only screen and (max-width:800px) {.navbar-nav.navbar-right > li > a {padding:0 7px}}
.navbar-head .navbar-collapse{padding:0}
.navbar-head .navbar-nav {
  font-size:16px
}
.navbar-head .navbar-nav .a-upload {
  color: #fff;
  background: #0069b4;
  font-weight: 800;
  margin-left: 10px;
  border-radius: 6px;
}
.navbar-head .navbar-nav .a-upload.disabled,
.navbar-head .navbar-nav .a-upload:hover,
.navbar-head .navbar-nav .a-upload:focus {
  background: #e4e4e4;
  color: #2e2e2e;
}
.navbar-head .navbar-nav .a-upload .line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #4CB5FF;
  height: 2px;
  width: 60%;
}
.navbar-head .navbar-nav .a-login {
  color: #fff;
  background: #aaaaaa;
  font-weight: 800;
}
.navbar-head .navbar-nav .a-login:hover {
  background: #e4e4e4;
  color: #2e2e2e;
}
.dropdown-menu > li > a {
  padding: 4px 10px;
}
.navbar-default .navbar-nav .active > a {
  background: transparent;
  border-bottom: 2px solid #e4e4e4;
}
.navbar-default .navbar-nav .open .dropdown .divider,
.navbar-default .navbar-nav .dropdown .divider {
  background-color: #aaaaaa;
  margin: 5px 0;
}
.navbar-default .navbar-nav .open .dropdown .active > a,
.navbar-default .navbar-nav .dropdown .active > a {
  border: none;
  background: #aaaaaa;
  color: #2e2e2e;
}
.navbar-default .navbar-nav .open .dropdown .dropdown-menu,
.navbar-default .navbar-nav .dropdown .dropdown-menu {
  min-width: 0;
}
.navbar-default .navbar-nav .open .dropdown .dropdown-menu li > a,
.navbar-default .navbar-nav .dropdown .dropdown-menu li > a {
  padding: 4px 10px;
}
.navbar-default .navbar-nav .open .dropdown .dropdown-menu li.li-check > a,
.navbar-default .navbar-nav .dropdown .dropdown-menu li.li-check > a {
  padding-left: 30px;
  position: relative;
}
.navbar-default .navbar-nav .open .dropdown .dropdown-menu li.li-check > a .za-icon,
.navbar-default .navbar-nav .dropdown .dropdown-menu li.li-check > a .za-icon {
  display: none;
}
.navbar-default .navbar-nav .open .dropdown .dropdown-menu li.li-check > a.a-checked .za-icon,
.navbar-default .navbar-nav .dropdown .dropdown-menu li.li-check > a.a-checked .za-icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 9px;
  font-size: 14px;
}
.navbar-default .navbar-user {
  z-index: 1005;
  margin-left: -1px;
}
.navbar-default .navbar-user .dropdown-menu {
  padding: 0;
  border: none;
}
.navbar-default .navbar-user .dropdown-menu li {
  position: relative;
}
.navbar-default .navbar-user > li {
  margin-left: 1px;
  float: right;
}
.navbar-default .navbar-user > li.dropdown-mobile {
  display: none;
}
.navbar-default .navbar-user > li .za-icon {
  margin-right: 10px;
}
.navbar-default .navbar-user > li .first-link {
  padding: 7px 10px 0 65px;
  min-height: 55px;
  color: #2e2e2e;
}
.navbar-default .navbar-user > li .first-link span {
  display: block;
}
.navbar-default .navbar-user > li .first-link span.img {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 3px;
  top: 3px;
    border-radius: 50%;
    border: 1.3px solid #aaaaaa;
    background-size:cover;

}
.navbar-default .navbar-user  > li .first-link span.img img {
}

.navbar-default .navbar-user > li .first-link span.name {
  font-weight: bold;
  font-size: 14px;
}
.navbar-default .navbar-user > li .first-link span.mail {
  font-size: 12px;
}
.navbar-default .navbar-user .navbar-name {
  display: block;
  font-size: 14px;
}
.navbar-default .navbar-user .navbar-name .name-avatar {
  display: inline-block;
  position: relative;
  line-height: 18px;
  border-radius: 50%;
  border: 1.3px solid #aaaaaa;
  width: 28px;
  height: 28px;
}
.navbar-default .navbar-user .navbar-name .name-avatar span {
  /* display: block; */
}
.navbar-default .navbar-user .navbar-name .name-avatar img {
  display: block;
  vertical-align: middle;
  height: 28px;
}
.navbar-default .navbar-user .navbar-name .name-avatar:hover .over {
  color: #e4e4e4;
  display: block;
  height: 100%;
  left: 0;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  background: rgba(228, 228, 228, 0.5);
  border-radius: 50%;

}
.navbar-default .navbar-user .bell-link {
  position: relative;
}
.navbar-default .navbar-user .bell-link .bell-numb {
  position: absolute;
  top: 3px;
  right: 10px;
  background: #e80000;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 9px;
  font-weight: bold;
  padding: 1px 2px;
}
.navbar-default .navbar-user .bell-link .za-icon {
  margin: 0;
  font-size: 16px;
  top: 1px;
  position: relative;
}
.navbar-default .navbar-user .navbar-nologin {
  background: #0069b4;
  font-weight: bold;
}
.navbar-default .navbar-user.nav-lang {
  display: none;
}
@media (max-width: 749px) {
  .navbar-default .navbar-user {
    margin: 0;
    border-bottom: 1px solid #565656;
  }
  .navbar-default .navbar-user > li {
    float: none;
  }
  .navbar-default .navbar-user > li.dropdown-mobile {
    display: block;
  }
  .navbar-default .navbar-user > li.dropdown-mobile .arr {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    display: block;
  }
  .navbar-default .navbar-user > li.dropdown-mobile .arr .za-icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
  }
  .navbar-default .navbar-user > li .first-link {
    color: #aaaaaa;
  }
  .navbar-default .navbar-user > li a {
    border: none;
    color: #a5a5a5;
  }
  .navbar-default .navbar-user > li a:hover,
  .navbar-default .navbar-user > li a:focus {
    background: #6b6b6b;
    color: #a5a5a5;
  }
  .navbar-default .navbar-user > li a.a-upload {
    margin-left: 0;
  }
  .navbar-default .navbar-user > li.active a,
  .navbar-default .navbar-user > li.active a:hover,
  .navbar-default .navbar-user > li.active a:focus {
    background: #8e8e8e;
    color: #2e2e2e;
    border: none;
  }
  .navbar-default .navbar-user > li.open.dropdown-mobile .arr .za-icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .navbar-default .navbar-user > li.open > a:focus {
    background: none;
    color: #a5a5a5;
  }
  .navbar-default .navbar-user > li.open .dropdown-menu {
    background: #525252;
    padding: 0;
  }
  .navbar-default .navbar-user > li.open .dropdown-menu li > a {
    color: #a5a5a5;
    border: none;
    padding: 8px 15px 8px 25px;
  }
  .navbar-default .navbar-user > li.open .dropdown-menu li > a:hover {
    background: #6b6b6b;
    color: #a5a5a5;
  }
  .navbar-default .navbar-user > li.open .dropdown-menu li.active a,
  .navbar-default .navbar-user > li.open .dropdown-menu li.active a:hover {
    background: #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
    color: #2e2e2e;
  }
  .navbar-default .navbar-user.nav-lang {
    margin: 0;
    text-align: left;
    font-size: 11px;
    border: none;
    padding-top: 10px;
    display: block;
  }
  .navbar-default .navbar-user.nav-lang li > a {
    padding: 5px 10px;
  }
  .navbar-default .navbar-user.nav-lang li > a:hover,
  .navbar-default .navbar-user.nav-lang li > a:focus {
    background: none;
    color: #e4e4e4;
  }
  .navbar-default .navbar-user.nav-lang li.active > a,
  .navbar-default .navbar-user.nav-lang li.active:hover,
  .navbar-default .navbar-user.nav-lang li.active:focus {
    background: none;
    color: #e4e4e4;
  }
  .navbar-default .navbar-user.nav-lang li.open > a:focus {
    background: none;
    color: #a5a5a5;
  }
  .navbar-default .navbar-user.nav-lang li.open .dropdown-menu {
    font-size: 11px;
  }
  .navbar-default .navbar-user.nav-lang li.open .dropdown-menu li > a {
    padding: 4px 15px 4px 25px;
  }
  .navbar-default .navbar-user.navbar-nouser {
    border: none;
    padding-bottom: 0;
  }
  .navbar-default .navbar-user .navbar-name .name-avatar {
    float: left;
    margin-right: 10px;
  }
}
.navbar-default .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
.navbar-default .navbar-header .navbar-toggle {
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  padding: 0 10px;
}
@media (max-width: 749px) {
  .navbar-default .navbar-header {
    text-align: center;
  }
  .navbar-default .navbar-header .navbar-toggle {
    position: absolute;
    left: 0;
    top: 0px;
  }
  .navbar-default .navbar-header .navbar-toggle.navbar-toggle-notif {
    left: auto;
    right: 2px;
    top: 1px;
    color: #aaaaaa;
    font-size: 18px;
    text-decoration: none;
  padding: 0;}
  .navbar-default .navbar-header .navbar-toggle.navbar-toggle-notif:hover {
    text-decoration: none;
  }
  .navbar-default .navbar-header .navbar-toggle.navbar-toggle-notif .bell-numb {
    position: absolute;
    top: 3px;
    right: 7px;
    background: #e80000;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-size: 9px;
    font-weight: bold;
    padding: 1px 2px;
  }
}
@media (max-width: 749px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #e4e4e4;
  }
  .navbar-default .navbar-nav .open .dropdown-menu li > a {
    color: #2e2e2e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu li > a:hover {
    background: #aaaaaa;
  }
  .navbar-default .navbar-nav .open .dropdown-menu li.active > a {
    background: #aaaaaa;
    color: #e4e4e4;
  }
  .navbar-default .navbar-nav .dropdown.active li > a {
    background: none;
  }
}
.navbar-default .navbar-header .navbar-logo {
  float: left;
  margin: 0;
}
.navbar-default .navbar-header .navbar-logo .navbar-name img {
  vertical-align: baseline;
}
.navbar-default .navbar-header .navbar-logo > li > a,
.navbar-default .navbar-header .navbar-logo > li > span {
  padding: 0 5px;
  height: 28px;
  display: block;
  line-height: 28px;
}
.navbar-default .navbar-header .navbar-logo > li > a:hover,
.navbar-default .navbar-header .navbar-logo > li > span:hover {
  background: none;
}
.navbar-default .navbar-header .navbar-logo > li.open > a {
  background: none;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu {
  padding: 0;
  background: #fff;
  border: 1px solid #f2f2f2;
  width: 290px;
  top: 35px;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 12px 11px;
  content: "";
  height: 0;
  left: 31px;
  position: absolute;
  top: -11px;
  width: 0;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu li {
  border-top: 1px solid #f2f2f2;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu li:first-child {
  border-top: none;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu li a {
  padding: 0 10px;
  position: relative;
  height: 53px;
  padding: 0;
  color: #525252;
  line-height: 1.2;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu li a .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 86px;
  right: 0;
  background: #e4e4e4;
  display: block;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 10px;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu li a .text .name {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu li a .text .desc {
  display: block;
  font-weight: 300;
  font-size: 12px;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu li a:hover {
  background: #fff;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu li a:hover .text {
  background: #fff;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu li.active a {
  background: #fff;
}
.navbar-default .navbar-header .navbar-logo .dropdown-menu li.active a .text {
  background: #fff;
}
.navbar-default .navbar-header .navbar-logo .ico-logo {
  background: url('../../img/sprite-k.png') no-repeat -450px -100px;
  display: block;
  width: 40px;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  left: 24px;
  top: 50%;
}
.navbar-default .navbar-header .navbar-logo .ico-logo-zps {
  background-position: -500px -100px;
  width: 37px;
  height: 28px;
  margin-top: -14px;
  left: 24px;
}
.navbar-default .navbar-header .navbar-logo .ico-logo-zpsa {
  background-position: -600px -100px;
  width: 40px;
  height: 31px;
  margin-top: -16px;
  left: 22px;
}
.navbar-default .navbar-header .navbar-logo .ico-logo-za {
  background-position: -400px -100px;
  width: 33px;
  height: 36px;
  margin-top: -18px;
  left: 26px;
}
.navbar-default .navbar-header .navbar-logo .ico-logo-znrm {
  background-position: -550px -100px;
  width: 40px;
  height: 32px;
  margin-top: -17px;
  left: 25px;
}
.navbar-default .navbar-header .navbar-logo .ico-logo-mf {
  background-position: -450px -100px;
  width: 40px;
  height: 32px;
  margin-top: -16px;
  left: 22px;
}
.navbar-default .navbar-header .navbar-logo .ico-logo-bg {
  background-position: -450px -100px;
  width: 40px;
  height: 32px;
  margin-top: -16px;
  left: 23px;
}
@media (max-width: 749px) {
  .navbar-default .navbar-header .navbar-logo {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
  .navbar-default .navbar-header .navbar-logo .dropdown-menu {
    position: absolute;
    left: -85px;
  }
  .navbar-default .navbar-header .navbar-logo .dropdown-menu:before {
    left: 50%;
    margin-left: -10px;
  }
  .navbar-default .navbar-header .navbar-logo .open .dropdown-menu li > a {
    color: #525252;
  }
  .navbar-default .navbar-header .navbar-logo .open .dropdown-menu li.active > a {
    color: #525252;
  }
}
/* navbar-top */
.navbar-top {
  margin-bottom: 0;
  margin-top: 15px;
}
.navbar-top .navbar-nav {
  margin-left: -35px;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-top .navbar-nav li {
  margin-left: 35px;
}
.navbar-top .navbar-nav li a {
  border-bottom: 2px solid transparent;
  padding: 5px 0;
  display: inline-block;
}
.navbar-top .navbar-nav li a:hover,
.navbar-top .navbar-nav li a:focus {
  background: none;
  color: #e4e4e4;
}
.navbar-top .navbar-nav li.active > a {
  border-bottom: 2px solid #e4e4e4;
  background: none;
  color: #e4e4e4;
}
.navbar-top .navbar-nav li.active > a:hover,
.navbar-top .navbar-nav li.active > a:focus {
  background: none;
  color: #e4e4e4;
}
.navbar-top .navbar-nav li .notif-numb {
  background: #e80000;
  font-size: 12px;
  color: #fff;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  padding: 0 3px;
  text-align: center;
  position: relative;
  margin-left: 5px;
}
.navbar-top .navbar-nav li .notif-numb:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #e80000 transparent transparent;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -5px;
}
.navbar-top .navbar-form {
  background: #fff;
  margin: 0;
  padding: 0;
  border-radius:6px;
}
.navbar-top .navbar-form .form-group {
  float: left;
  position: relative;
}
.navbar-top .navbar-form .form-group .form-control {
  border: none;
  box-shadow: none;
  color: #2e2e2e;
}
.navbar-top .navbar-form .form-group .form-control::-ms-clear {
  display: none;
}
.navbar-top .navbar-form .form-group .delete {
  position: absolute;
  top: 50%;
  height: 19px;
  width: 19px;
  font-size: 19px;
  margin-top: -9px;
  right: 0;
  color: #aaaaaa;
}
.navbar-top .navbar-form .form-group .delete img {
  display: block;
}
.navbar-top .navbar-form .form-group .delete:hover {
  color: #2e2e2e;
  text-decoration: none;
}
.navbar-top .navbar-form .form-group .delete .za-icon {
  top: 0;
  display: block;
}
.navbar-top .navbar-form .btn {
  height: 32px;
  padding: 0 8px;
  float: left;
  border: none;
  color: #aaaaaa;
  font-size: 20px;
  line-height: 32px;
}
.navbar-top .navbar-form .btn .za-icon {
  position: relative;
  top: 1px;
}
.navbar-top .navbar-form .btn:hover,
.navbar-top .navbar-form .btn:focus {
  background: none;
  color: #2e2e2e;
}

.navbar-top .navbar-form .search-drop {
  position: absolute;
  top: 100%;
  right: 0;
  width: 246px;
  border: 1px solid #e4e4e4;
  border-radius:6px;
  background: #aaaaaa;
  margin-top: 1px;
  color: #2e2e2e;
}
.navbar-top .navbar-form .search-drop a {
  color: #2e2e2e;
}
.navbar-top .navbar-form .search-drop .title {
  background: #2e2e2e;
  color: #e4e4e4;
  padding: 7px 10px;
  font-size: 14px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
}
.navbar-top .navbar-form .search-drop .spc {
  padding: 0 10px;
}
.navbar-top .navbar-form .search-drop .boxes {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.navbar-top .navbar-form .search-drop .box {
  margin-top: 10px;
  padding-left: 60px;
  position: relative;
  display: block;
  min-height: 50px;
  line-height: 1.2;
}
.navbar-top .navbar-form .search-drop .box .img {
  top: 0;
  left: 0;
  position: absolute;
}
.navbar-top .navbar-form .search-drop .box .text {
  display: block;
  padding-top: 7px;
}
.navbar-top .navbar-form .search-drop .box .text span {
  display: block;
  height: 16px;
  overflow: hidden;
}
.navbar-top .navbar-form .search-drop .box .text .name {
  font-size: 16px;
  height: 20px;
  overflow: hidden;
}
.navbar-top .navbar-form .search-drop .box .text-alb {
  padding-top: 1px;
  font-size: 13px;
}
.navbar-top .navbar-form .search-drop .box:hover,
.navbar-top .navbar-form .search-drop .box.active {
  background: #e4e4e4;
  text-decoration: none;
}
.navbar-top .navbar-form .search-drop .more {
  text-align: center;
  font-size: 12px;
  margin: 0;
}
.navbar-top .navbar-form .search-drop .more a {
  display: block;
  padding: 8px 0;
  text-decoration: underline;
}
.navbar-top .navbar-form .search-drop .more a:hover {
  text-decoration: none;
}
@media (max-width: 749px) {
  .navbar-top .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    display: table;
    width: 100%;
  }
  .navbar-top .navbar-nav li {
    margin-left: 0;
    display: table-cell;
    width: 25%;
    text-align: center;
  }
  .navbar-top .navbar-nav li a {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .navbar-top .navbar-nav {
    font-size: 13px;
  }
}
/**/
/* navbar-ranking */
.navbar-ranking {
  margin: 0;
  min-height: 0;
  float: left;
}
.navbar-ranking .navbar-nav {
  margin: 0;
}
.navbar-ranking .navbar-nav > li .nav-more {
  color: #2e2e2e;
  font-size: 17px;
  padding: 0;
}
.navbar-ranking .navbar-nav > li .nav-more:hover,
.navbar-ranking .navbar-nav > li .nav-more:focus {
  color: #aaaaaa;
}
.navbar-ranking .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
}
.navbar-ranking-link {
  margin: 0px;
  float: right;
}
.navbar-ranking-link a {
  color: #0069b4;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  text-decoration: underline;
}
.navbar-ranking-link a .za-icon {
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 3px;
}
.navbar-ranking-link a:hover {
  color: #49aaef;
}
.navbar-ranking-link a:hover .za-icon {
  text-decoration: none;
}
.container-ranking {
  margin-top: 20px;
  vertical-align: top;
}
/**/
/* Navbar-pages */
.navbar-pages {
  background: none;
  min-height: 45px;
  margin-bottom: 0;
}
.navbar-pages .navbar-header {
  height: 45px;
}
.navbar-pages .navbar-header .navbar-toggle {
  margin-right: 0;
  height: 45px;
  padding: 0;
  text-align: center;
}
.navbar-pages .navbar-header .navbar-toggle .active-li {
  padding-left: 20px;
  color: #e4e4e4;
  font-weight: bold;
  font-size: 15px;
}
.navbar-pages .navbar-header .navbar-toggle .icon-bar-center {
  display: inline-block;
  padding-top: 3px;
  padding-right: 20px;
}
.navbar-pages .navbar-pages-resp {
  background: url('../../img/tabs-line.png') repeat 0 0;
}
@media (max-width: 750px) {
  .navbar-pages .navbar-pages-resp.navbar-pages-resp-old {
    background: none;
  }
  .navbar-pages .navbar-pages-resp.navbar-pages-resp-old li {
    border-top: 1px solid #aaaaaa;
  }
  .navbar-pages .navbar-pages-resp.navbar-pages-resp-old li a {
    display: block;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
  }
  .navbar-pages .navbar-pages-resp.navbar-pages-resp-old .navbar-nav > li.active {
    display: none;
  }
}
.navbar-pages .navbar-nav.navbar-left {
  margin: 0 -15px;
}
.navbar-pages .navbar-nav > li {
  line-height: 45px;
}
.navbar-pages .navbar-nav > li.edit-plus {
  vertical-align: top;
  height: 45px;
}
.navbar-pages .navbar-nav > li.edit-plus > a {
  padding: 0 14px;
  line-height: 45px;
}
.navbar-pages .navbar-nav > li .edit-a {
  border: none;
  color: #aaaaaa;
  vertical-align: middle;
  display: inline-block;
  margin-left: 3px;
}
.navbar-pages .navbar-nav > li .edit-a:hover {
  color: #e4e4e4;
}
.navbar-pages .navbar-nav > li > a {
  background: none;
  color: #aaaaaa;
  font-size: 14px;
  padding: 5px 0px;
  display: inline-block;
  font-weight: 300;
  vertical-align: middle;
}
.navbar-pages .navbar-nav > li > a:first-child {
  margin-left: 20px;
}
.navbar-pages .navbar-nav > li > a .za-icon {
  font-size: 18px;
  top: 2px;
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.navbar-pages .navbar-nav > li > a:hover {
  background: none;
  color: #e4e4e4;
}
.navbar-pages .navbar-nav > li > a:focus {
  background: none;
  color: #e4e4e4;
}
.navbar-pages .navbar-nav > li.active > a:hover {
  background: none;
  color: #e4e4e4;
}
.navbar-pages .navbar-nav > li.active {
  height: 45px;
}
.navbar-pages .navbar-nav .dropdown a .caret {
  border-top-color: #aaaaaa;
  border-bottom-color: #aaaaaa;
}
.navbar-pages-swiper {
  position: relative;
}
.navbar-pages-swiper .navbar-pages-swiper-menu {
  position: absolute;
  top: 100%;
  right: 20px;
}
.navbar-pages-swiper .navbar-pages-swiper-menu .navbar-nav .dropdown-menu {
  position: relative;
  top: 0;
}
.navbar-pages-swiper .swiper {
  padding: 0 15px 0 15px;
  height: 45px;
}
.navbar-pages-swiper .swiper .navbar-pages .navbar-pages-resp {
  height: 45px;
  position: absolute;
  left: 0px;
  right: 0px;
}
.navbar-pages-swiper .swiper .navbar-pages .navbar-nav.navbar-left {
  margin-left: 0;
  margin-right: 0;
  height: 45px;
  position: relative;
}
.navbar-pages-swiper .swiper .navbar-pages .navbar-nav.navbar-left .edit-a {
  display: none;
  opacity: 0;
  width: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-pages-swiper .swiper .navbar-pages .navbar-nav.navbar-left > li.li-edit {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-pages-swiper .swiper .navbar-pages .navbar-nav.navbar-left > li.li-edit:hover > a,
.navbar-pages-swiper .swiper .navbar-pages .navbar-nav.navbar-left > li.li-edit.li-edit-open > a {
  color: #e4e4e4;
}
.navbar-pages-swiper .swiper .navbar-pages .navbar-nav.navbar-left > li.li-edit .swiper-add-tab {
  position: relative;
  right: 0;
  top: 0;
  padding: 0;
  margin-left: 20px;
}
.navbar-pages-swiper .swiper .navbar-pages .navbar-nav.navbar-left > li.active .edit-a {
  display: inline-block;
  opacity: 1;
}
.navbar-pages-swiper .swiper .navbar-pages .navbar-nav {
  white-space: nowrap;
}
.navbar-pages-swiper .swiper .navbar-pages .navbar-nav > li {
  white-space: nowrap;
  display: inline-block;
}
.navbar-pages-swiper.navbar-pages-swiper-arr.navbar-pages-swiper-add .swiper {
  padding: 0 90px 0 0;
}
.navbar-pages-swiper.navbar-pages-swiper-arr.navbar-pages-swiper-add .swiper-add-tab {
  display: block;
}
.navbar-pages-swiper.navbar-pages-swiper-arr .swiper {
  padding: 0 45px 0 45px;
}
.navbar-pages-swiper.navbar-pages-swiper-arr .swiper-arr {
  display: block;
}
.navbar-pages-swiper.navbar-pages-swiper-arr .swiper-add-tab {
  right: 45px;
}
/*
.navbar-pages-swiper.navbar-pages-swiper-arr .swiper-edit-tab {
  right: 45px;
}*/
.navbar-pages-swiper.navbar-pages-swiper-add .swiper-add-tab,
.navbar-pages-swiper.navbar-pages-swiper-add .swiper-edit-tab {
  display: block;
}
.navbar-pages-swiper.navbar-pages-swiper-add .swiper {
  padding-right: 100px;
}
.navbar-pages-swiper .swiper-add-tab,
.navbar-pages-swiper .swiper-edit-tab {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  color: #aaaaaa;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  z-index: 1010;
}
.navbar-pages-swiper .swiper-my-shared-albums:after,
.navbar-pages-swiper .swiper-add-tab:after,
.navbar-pages-swiper .swiper-edit-tab:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 0;
  background: #aaaaaa;
}
.navbar-pages-swiper .swiper-add-tab .za-icon,
.navbar-pages-swiper .swiper-edit-tab .za-icon {
  font-size: 18px;
  position: relative;
  top: 3px;
}
.navbar-pages-swiper .swiper-add-tab:hover,
.navbar-pages-swiper .swiper-edit-tab:hover {
  color: #e4e4e4;
  text-decoration: none;
}
.navbar-pages-swiper .swiper-add-tab {
  right: 45px;
}
.navbar-pages-swiper .swiper-arr {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  color: #aaaaaa;
  text-align: center;
  line-height: 45px;
  z-index: 1010;
}
.navbar-pages-swiper .swiper-arr:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 9px;
  bottom: 9px;
  right: 0;
  background: #aaaaaa;
}
.navbar-pages-swiper .swiper-arr .za-icon {
  font-size: 18px;
  position: relative;
  top: 3px;
}
.navbar-pages-swiper .swiper-arr:hover {
  color: #e4e4e4;
  text-decoration: none;
}
.navbar-pages-swiper .swiper-arr.swiper-arr-l .za-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  display: inline-block;
}
.navbar-pages-swiper .swiper-arr.swiper-arr-r {
  left: auto;
  right: 0;
}
.navbar-pages-swiper .swiper-arr.swiper-arr-r:after {
  right: auto;
  left: 0;
}
/**/
/* navbar-tab-vertical */
.navbar-tab-vertical {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e7e8;
}
.navbar-tab-vertical .ul {
  list-style: none;
  padding: 0;
  margin: -3px 0 0 0;
}
.navbar-tab-vertical .ul li {
  padding: 0;
  margin: 3px 0 0 0;
}
.navbar-tab-vertical .ul li a {
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  color: #2e2e2e;
  position: relative;
}
.navbar-tab-vertical .ul li a span {
  display: block;
  height: 25px;
  padding: 0 10px;
}
.navbar-tab-vertical .ul li a:hover {
  text-decoration: none;
}
.navbar-tab-vertical .ul li a:hover span {
  background: #e4e4e4;
}
.navbar-tab-vertical .ul li.active a span {
  background: #0069b4;
  color: #fff;
}
@media (min-width: 750px) {
  .navbar-tab-vertical {
    padding-bottom: 0;
    border: none;
  }
  .navbar-tab-vertical .ul li a {
    padding-right: 12px;
  }
  .navbar-tab-vertical .ul li a:hover:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 12px;
    border-color: transparent transparent transparent #e4e4e4;
    content: '';
  }
  .navbar-tab-vertical .ul li.active a:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 12px;
    border-color: transparent transparent transparent #0069b4;
    content: '';
  }
}
.dropdown-menu-abs {
  top: 5px;
  left: 5px;
  z-index: 1030;
}
.dropdown-menu-abs .divider {
  background-color: #aaaaaa;
  margin: 5px 0;
}
.dropdown-menu-abs.dropdown-menu-abs-active {
  display: block;
}
.list-albs {
  margin: 0px 0 0 -20px;
  padding: 0 60px;
}
.list-albs:before,
.list-albs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-albs:after {
  clear: both;
}
.list-albs:before,
.list-albs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-albs:after {
  clear: both;
}
.list-albs .list-alb {
  float: left;
  width: 100%;
  margin: 0;
}
.list-albs .list-alb > .spc {
  position: relative;
  margin: 20px 0 0 20px;
  border-radius:6px;
}
.list-albs .list-alb > .spc:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}
.list-albs .list-alb > .spc:hover .edit-alb {
  display: block;
}
.list-albs .list-alb > .spc:hover .abs-btn {
  display: block;
}
.list-albs .list-alb > .spc:hover .abs-btn.active {
  display: block;
}
.list-albs .list-alb.list-alb-edit-alb-open > .spc .edit-alb {
  display: block;
}
.list-albs .list-alb.list-alb-edit-alb-open > .spc .edit-alb .dropdown-toggle {
  color: #2e2e2e;
}
.list-albs .list-alb.list-alb-blog .thumbnail {
  color: #2e2e2e;
}
.list-albs .list-alb.list-alb-blog .col-r {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  font-size: 12px;
  overflow: hidden;
  z-index: 3;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.list-albs .list-alb.list-alb-blog .col-r .padd {
  padding: 15px;
}
.list-albs .list-alb.list-alb-blog .col-r h2 {
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
  color: #2e2e2e;
  margin-bottom: 5px;
}
.list-albs .list-alb.list-alb-blog .col-r .info,
.list-albs .list-alb.list-alb-blog .col-r .author {
  height: 19px;
  overflow: hidden;
}
.list-albs .list-alb.list-alb-blog .col-r .desc {
  height: 70px;
  overflow: hidden;
}
.list-albs .list-alb.list-alb-blog .col-r .link {
  margin-bottom: 0;
}
.list-albs .list-alb.list-alb-blog .abs-r {
  right: 50%;
  margin-right: 9px;
}
.list-albs .list-alb.list-alb-blog .abs-new {
  right: 50%;
}
.list-albs .list-alb .edit-alb {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 10;
  display: none;
}
.list-albs .list-alb .edit-alb .tooltip.top {
  margin-top: 0;
}
.list-albs .list-alb .edit-alb .tooltip .tooltip-inner {
  white-space: nowrap;
}
.list-albs .list-alb .edit-alb .navbar {
  display: inline-block;
  margin: 0;
}
.list-albs .list-alb .edit-alb .navbar .navbar-nav {
  margin: 0;
}
.list-albs .list-alb .edit-alb .navbar .dropdown-toggle {
  font-size: 20px;
  color: #aaaaaa;
}
.list-albs .list-alb .edit-alb .navbar .dropdown:hover .dropdown-toggle {
  color: #2e2e2e;
}
.list-albs .list-alb .edit-alb .navbar .dorpdown {
  position: relative;
}
.list-albs .list-alb .edit-alb .navbar .dropdown-menu {
  position: absolute;
  left: auto;
  right: 0;
  top: 40px;
}
.device-touch .list-albs .list-alb .edit-alb {
  display: block;
}
.list-albs .list-alb .thumbnail {
  padding: 0;
  border: none;
  margin: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.list-albs .list-alb .thumbnail .caption {
  padding: 0px;
  height: 25%;
  position: relative;
}
.list-albs .list-alb .thumbnail .caption .spc {
  position: absolute;
  height: 40px;
  top: 50%;
  left: 20px;
  right: 35px;
  margin-top: -20px;
  overflow: hidden;
  margin-left: 0;
}
.list-albs .list-alb .thumbnail .caption h2 {
  white-space:nowrap;
  margin: 0;
  font-size: 16px;
  height: 19px;
  margin-bottom: 2px;
  color: #2e2e2e;
  overflow: hidden;
}
.list-albs .list-alb .thumbnail .caption h2 .za-icon {
  font-size: 15px;
}
.list-albs .list-alb .thumbnail .caption h2 .icon-face2 {
  font-size: 15px;
  vertical-align: baseline;
}
.list-albs .list-alb .thumbnail .caption p {
  color: #2e2e2e;
  margin: 0;
}
.list-albs .list-alb .thumbnail .caption p.info {
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.list-albs .list-alb .thumbnail .caption .za-icon {
  font-size: 13px;
  vertical-align: baseline;
}
.list-albs .list-alb .thumbnail .caption .za-icon.icon-eye {
  position: relative;
  top: 1px;
}
.list-albs .list-alb .thumbnail .caption-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=0);
}
.list-albs .list-alb .thumbnail .caption-abs h2,
.list-albs .list-alb .thumbnail .caption-abs p {
  color: white;
}
.list-albs .list-alb .thumbnail .caption-avatar {
  padding-left: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 50%;
  padding-top: 0px;
  padding-bottom: 0;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
}
.list-albs .list-alb .thumbnail .caption-avatar .avatar {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -30px;
    border-radius: 50%;
   /* border: 1px solid #aaaaaa;*/
   box-shadow: 0 0 0 1.5px #aaa;
    overflow: hidden;
}
.list-albs .list-alb .thumbnail .caption-avatar .avatar img {
  min-width: 60px;
  min-height: 60px;
}
.list-albs .list-alb .thumbnail .caption-avatar .spc {
  position: absolute;
  height: 60px;
  top: 50%;
  left: 99px;
  margin-top: -30px;
  margin-left: 0;
}
@media (min-width: 400px) and (max-width: 449px) {
  .list-albs .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -30px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 60px;
    min-height: 60px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .spc {
    height: 70px;
    margin-top: -35px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar h2 {
    font-size: 19px;
    height: 22px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar p.info {
    font-size: 15px;
    height: 22px;
  }
}
@media (min-width: 450px) and (max-width: 549px) {
  .list-albs .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -40px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 80px;
    min-height: 80px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .spc {
    height: 76px;
    margin-top: -38px;
    left: 120px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar h2 {
    font-size: 22px;
    height: 26px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar p.info {
    font-size: 17px;
    height: 24px;
  }
}
@media (min-width: 550px) and (max-width: 599px) {
  .list-albs .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -50px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 100px;
    min-height: 100px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .spc {
    height: 90px;
    margin-top: -45px;
    left: 140px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar h2 {
    font-size: 26px;
    height: 30px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar p.info {
    font-size: 20px;
    height: 28px;
  }
}
@media (min-width: 830px) and (max-width: 859px) {
  .list-albs .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -30px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 60px;
    min-height: 60px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .spc {
    height: 70px;
    margin-top: -35px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar h2 {
    font-size: 19px;
    height: 22px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar p.info {
    font-size: 15px;
    height: 22px;
  }
}
@media (min-width: 860px) and (max-width: 1059px) {
  .list-albs .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -40px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 80px;
    min-height: 80px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .spc {
    height: 76px;
    margin-top: -38px;
    left: 120px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar h2 {
    font-size: 22px;
    height: 26px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar p.info {
    font-size: 17px;
    height: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1379px) {
  .list-albs .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -30px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 60px;
    min-height: 60px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .spc {
    height: 70px;
    margin-top: -35px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar h2 {
    font-size: 19px;
    height: 22px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar p.info {
    font-size: 15px;
    height: 22px;
  }
}
@media (min-width: 1680px) and (max-width: 1710px) {
  .list-albs .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -30px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 60px;
    min-height: 60px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .spc {
    height: 70px;
    margin-top: -35px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar h2 {
    font-size: 19px;
    height: 22px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar p.info {
    font-size: 15px;
    height: 22px;
  }
}
@media (min-width: 2000px) and (max-width: 2499px) {
  .list-albs .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -30px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 60px;
    min-height: 60px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .spc {
    height: 70px;
    margin-top: -35px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar h2 {
    font-size: 19px;
    height: 22px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar p.info {
    font-size: 15px;
    height: 22px;
  }
}
@media (min-width: 2500px) {
  .list-albs .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -50px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 100px;
    min-height: 100px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar .spc {
    height: 90px;
    margin-top: -45px;
    left: 140px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar h2 {
    font-size: 26px;
    height: 30px;
  }
  .list-albs .list-alb .thumbnail .caption-avatar p.info {
    font-size: 20px;
    height: 28px;
  }
}
.list-albs .list-alb .thumbnail .caption-abs-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
 /* background: #fff;*/
  padding: 0;
}
.list-albs .list-alb .thumbnail .img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.list-albs .list-alb .thumbnail .img img {
  width: 100%;
}
.list-albs .list-alb .thumbnail .img .img-responsive-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.list-albs .list-alb .thumbnail .img .over-white {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  line-height: 130px;
  color: #aaaaaa;
}
.list-albs .list-alb .thumbnail .img .over-white .za-icon {
  font-size: 60px;
  position: relative;
  top: 20px;
}
.list-albs .list-alb .thumbnail .img .over {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.list-albs .list-alb .thumbnail:hover {
  text-decoration: none;
}
.list-albs .list-alb .thumbnail:hover h2 {
  color: #4c4c4d;
}
.list-albs .list-alb .thumbnail:hover .caption p {
  color: #4c4c4d;
}
.list-albs .list-alb .thumbnail:hover .caption-abs h2 {
  color: #e4e4e4;
}
.list-albs .list-alb.list-alb-profile .abs-btn {
  top: 20px;
}
.list-albs .list-alb .abs-btn {
  position: absolute;
  top: 3px;
  right: 12px;
  z-index: 10;
  font-size: 18px;
  text-decoration: none;
  color: #2e2e2e;
  height: 25px;
  padding: 0 6px;
  line-height: 19px;
  display: none;
  border: 1px solid transparent;
}
.list-albs .list-alb .abs-btn > span {
  display: none;
  z-index: 1;
}
.list-albs .list-alb .abs-btn > span.span-active {
  display: block;
  z-index: 5;
}
.list-albs .list-alb .abs-btn span.txt {
  display: none;
  font-size: 13px;
  vertical-align: middle;
}
.list-albs .list-alb .abs-btn .za-icon {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.list-albs .list-alb .abs-btn.active {
  display: block;
}
.list-albs .list-alb .abs-btn.active:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.list-albs .list-alb .abs-btn.active:hover span.txt {
  display: inline-block;
}
.list-albs .list-alb .abs-btn:hover {
  background: #0069b4;
  color: #fff;
  border: 1px solid #0069b4;
}
.list-albs .list-alb .abs-btn:hover span.txt {
  display: inline-block;
}
.list-albs .list-alb .abs-btn.onPhoto {
  color: #fff;
  top: 10px;
}
.list-albs .list-alb .abs-btn.onPhoto .za-icon {
  text-shadow: 0 0 10px #000;
}
.list-albs .list-alb .abs-btn.onPhoto:hover .za-icon {
  text-shadow: none;
}
.list-albs .list-alb .abs-l,
.list-albs .list-alb .abs-r {
  position: absolute;
  bottom: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  z-index: 5;
}
.list-albs .list-alb .abs-l p,
.list-albs .list-alb .abs-r p {
  margin-bottom: 2px;
}
.list-albs .list-alb .abs-l a,
.list-albs .list-alb .abs-r a {
  color: #fff;
}
.list-albs .list-alb .abs-l .title,
.list-albs .list-alb .abs-r .title {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.list-albs .list-alb .abs-l .box-icon,
.list-albs .list-alb .abs-r .box-icon {
  font-size: 24px;
  color: #fff;
  display: inline-block;
}
.list-albs .list-alb .abs-l .box-icon a,
.list-albs .list-alb .abs-r .box-icon a {
  display: block;
}
.list-albs .list-alb .abs-l .box-icon a:hover,
.list-albs .list-alb .abs-r .box-icon a:hover {
  text-decoration: none;
}
.list-albs .list-alb .abs-l .box-icon .icon-medal2,
.list-albs .list-alb .abs-r .box-icon .icon-medal2,
.list-albs .list-alb .abs-l .box-icon .icon-medal3,
.list-albs .list-alb .abs-r .box-icon .icon-medal3,
.list-albs .list-alb .abs-l .box-icon .icon-medal4,
.list-albs .list-alb .abs-r .box-icon .icon-medal4 {
  font-size: 23px;
}
.list-albs .list-alb .abs-l .box-icon .icon-file,
.list-albs .list-alb .abs-r .box-icon .icon-file {
  font-size: 22px;
}
.list-albs .list-alb .abs-l .box-icon .icon-close,
.list-albs .list-alb .abs-r .box-icon .icon-close {
  vertical-align: bottom;
}
.list-albs .list-alb .abs-l .box-icon.box-icon-visited,
.list-albs .list-alb .abs-r .box-icon.box-icon-visited {
  color: #aaaaaa;
}
.list-albs .list-alb .abs-l .popover,
.list-albs .list-alb .abs-r .popover {
  min-width: 200px;
  font-size: 12px;
}
.list-albs .list-alb .abs-l .popover .popover-content a.img,
.list-albs .list-alb .abs-r .popover .popover-content a.img {
  margin: 2px 10px 0px 0;
  display: block;
  float: left;
}
.list-albs .list-alb .abs-l .popover .popover-content a,
.list-albs .list-alb .abs-r .popover .popover-content a {
  display: inline-block;
}
.list-albs .list-alb .abs-l .popover .popover-content .za-icon,
.list-albs .list-alb .abs-r .popover .popover-content .za-icon {
  vertical-align: middle;
  top: 0;
  margin: 0 3px;
}
.list-albs .list-alb .abs-l {
  left: 15px;
}
.list-albs .list-alb .abs-r {
  right: 12px;
}
.list-albs .list-alb .abs-r .popover {
  left: auto;
  right: 0;
}
.list-albs .list-alb .abs-r .box-icon {
  margin-left: 8px;
}
.list-albs .list-alb .abs-new {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: url('../../img/sprite-k.png') no-repeat -400px 0px;
  width: 78px;
  height: 78px;
  z-index: 4;
}
.list-albs .list-alb .abs-top {
  display: block;
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0069b4;
  z-index: 4;
}
.list-albs .list-alb .abs-top .abs-top-spc {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.list-albs .list-alb .abs-top p {
  text-align: center;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-size: 110px;
  color: #fff;
}
.list-albs .list-alb .abs {
  display: none;
}
.list-albs .list-alb.list-alb-pass .thumbnail .abs {
  background: none repeat scroll 0 0 #0077CC;
  color: #FFFFFF;
  padding: 15px 25px 0;
  position: absolute;
  top: 66px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 10;
}
.list-albs .list-alb.list-alb-pass .thumbnail .abs .desc {
  margin-bottom: 7px;
  text-align: center;
  display: block;
  overflow: hidden;
  max-height: 58px;
}
.list-albs .list-alb.list-alb-pass .thumbnail .abs .form-group {
  margin-bottom: 7px;
  z-index: 10;
}
@media (max-width: 480px) {
  .list-albs .list-alb {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1060px) {
  .list-albs .list-alb {
    width: 50%;
  }
}
@media (min-width: 1060px) and (max-width: 1380px) {
  .list-albs .list-alb {
    width: 33.3%;
  }
}
@media (min-width: 1380px) and (max-width: 1711px) {
  .list-albs .list-alb {
    width: 25%;
  }
}
@media (min-width: 1711px) {
  .list-albs .list-alb {
    width: 20%;
  }
}
@media (max-width: 660px) {
  .list-albs {
    padding: 0 10px;
  }
}
@media (min-width: 660px) and (max-width: 1060px) {
  .list-albs {
    padding: 0 20px;
  }
}
.list-albs.list-albs-profile {
  margin: 0 60px;
  padding: 0;
  position: relative;
}
.list-albs.list-albs-profile .list-alb {
  float: none;
}
.list-albs.list-albs-profile .list-alb > .spc {
  margin: 0;
  border-radius:6px;
}
@media (max-width: 660px) {
  .list-albs.list-albs-profile {
    margin: 0 10px;
    padding: 0;
  }
}
@media (min-width: 660px) and (max-width: 1060px) {
  .list-albs.list-albs-profile {
    margin: 0 20px;
    padding: 0;
  }
}
.list-albs.list-albs-t {
  text-align: center;
}
.list-albs.list-albs-t .list-alb {
  display: inline-block;
  float: none;
  width: 32%;
  max-width: 450px;
  text-align: left;
}
@media (max-width: 1059px) {
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -40px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 80px;
    min-height: 80px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar .spc {
    height: 76px;
    margin-top: -38px;
    left: 120px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar h2 {
    font-size: 22px;
    height: 26px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar p.info {
    font-size: 17px;
    height: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -30px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 60px;
    min-height: 60px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar .spc {
    height: 70px;
    margin-top: -35px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar h2 {
    font-size: 19px;
    height: 22px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar p.info {
    font-size: 15px;
    height: 22px;
  }
}
@media (min-width: 1500px) {
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar .avatar {
    left: 20px;
    margin-top: -40px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar .avatar img {
    min-width: 80px;
    min-height: 80px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar .spc {
    height: 76px;
    margin-top: -38px;
    left: 120px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar h2 {
    font-size: 22px;
    height: 26px;
  }
  .list-albs.list-albs-t .list-alb .thumbnail .caption-avatar p.info {
    font-size: 17px;
    height: 24px;
  }
}
@media (max-width: 600px) {
  .list-albs.list-albs-t .list-alb {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1060px) {
  .list-albs.list-albs-t {
    background: url('../../img/ranking-bg.png') no-repeat 50% 30px;
  }
  .list-albs.list-albs-t .list-alb {
    width: 49%;
  }
  .list-albs.list-albs-t .list-alb:first-child {
    max-width: 100%;
    width: 100%;
    display: block;
    text-align: center;
  }
  .list-albs.list-albs-t .list-alb:first-child > .spc {
    display: inline-block;
    margin: 20px 0 0;
    width: 49%;
    text-align: left;
  }
}
.list-albs.list-albs-sort {
  margin: -10px 0 0 0;
  padding: 5px;
}
.list-albs.list-albs-sort.list-albs-sort-tabs .list-alb {
  width: 100% !important;
  margin-top: 10px;
}
.list-albs.list-albs-sort.list-albs-sort-tabs .list-alb .spc .thumbnail {
  padding: 10px;
  position: relative;
  min-height: 40px;
  line-height: 40px;
}
.list-albs.list-albs-sort.list-albs-sort-tabs .list-alb .spc .thumbnail .caption {
  left: 10px;
}
.list-albs.list-albs-sort.list-albs-sort-tabs .list-alb .spc .thumbnail .caption .spc {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.list-albs.list-albs-sort.list-albs-sort-tabs .list-alb .spc .thumbnail .caption .spc h2 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  margin: 0;
  height: auto;
}
.list-albs.list-albs-sort .list-alb {
  width: 100% !important;
  margin-top: 10px;
}
.list-albs.list-albs-sort .list-alb .spc {
  margin: 0;
}
.list-albs.list-albs-sort .list-alb .spc .thumbnail {
  background: #fff;
  padding: 10px;
  position: relative;
  min-height: 61px;
}
.list-albs.list-albs-sort .list-alb .spc .thumbnail .icon-sort {
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -10px;
  right: 10px;
  color: #aaaaaa;
}
.list-albs.list-albs-sort .list-alb .spc .thumbnail .caption {
  left: 20%;
  height: 100%;
  background: none;
}
.list-albs.list-albs-sort .list-alb .spc .thumbnail .caption .spc {
  left: 0;
}
.list-albs.list-albs-sort .list-alb .spc .thumbnail .img {
  z-index: 6;
  position: relative;
  width: 15%;
}
.list-albs.list-albs-sort .list-alb .spc .thumbnail .img .abs-top {
  top: 0;
}
.list-albs.list-albs-sort .list-alb .spc .edit-alb {
  display: none;
}
.list-albs.list-albs-sort .list-alb .abs-top p {
  font-size: 70px;
}
.list-albs.list-albs-sort .list-alb.list-alb-pass:hover .abs {
  display: none;
}
@media (max-width: 480px) {
  .list-albs.list-albs-sort .list-alb .abs-top p {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 750px) {
  .list-albs.list-albs-sort .list-alb .abs-top p {
    font-size: 40px;
  }
}
@media (min-width: 750px) and (max-width: 1010px) {
  .list-albs.list-albs-sort .list-alb .abs-top p {
    font-size: 55px;
  }
}
.list-albs.list-albs-download {
  padding: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
.list-albs.list-albs-download .list-alb .abs-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  z-index: 3;
  padding: 10px 0;
  color: #aaaaaa;
}
.list-albs.list-albs-download .list-alb .spc {
  width: auto;
  height: auto;
  margin: 0;
}
.list-albs.list-albs-download .list-alb .spc .abs-l {
  font-size: 10px;
}
.list-albs.list-albs-download .list-alb .spc:hover .checkbox {
  display: block;
}
.list-albs.list-albs-download .list-alb .spc .thumbnail {
  height: 100%;
}
.list-albs.list-albs-download .list-alb .spc .thumbnail .img {
  height: 100%;
}
.list-albs.list-albs-download .list-alb .spc .thumbnail .img .img-responsive {
  width: 100%;
  height: 100%;
}
.list-albs.list-albs-download .list-alb .spc .checkbox {
  display: none;
}
.list-albs.list-albs-download .list-alb .spc .checkbox .inp-checkbox {
  margin: 0 0 0 -4px;
}
.list-albs.list-albs-download .list-alb.list-alb-downl .spc .thumbnail .downl {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../../img/list-alb-downl.png') repeat 0 0;
  z-index: 2;
}
.list-albs.list-albs-download .list-alb.list-alb-selected .spc .thumbnail .selected {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../../img/list-alb-selected.png') repeat 0 0;
  z-index: 2;
}
.list-albs.list-albs-download .list-alb.list-alb-selected .spc .checkbox {
  display: block;
}
/* categ-empty */
.categ-empty {
  text-align: center;
  color: #aaaaaa;
  padding: 20px 10px;
}
.categ-empty .za-icon {
  font-size: 250px;
  line-height: 255px;
}
.categ-empty .za-icon.icon-visited-no {
  font-size: 260px;
  line-height: 265px;
}
.categ-empty .title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 0;
}
.categ-empty .text {
  max-width: 550px;
  margin: 20px auto;
}
.categ-empty a { text-decoration: none; color: grey;}
.categ-empty a:hover { text-decoration: none; color: grey;}
.categ-empty .text p {
  font-size: 15px;
}
.categ-empty .text p a {
  color: #aaaaaa;
  text-decoration: underline;
  font-weight: bold;
}
.categ-empty .text p a:hover {
  text-decoration: none;
}
.categ-empty .input-group {
  margin: 30px auto 0;
  width: 40%;
}
.categ-empty .input-group.input-group-hint {
  margin-top: 10px;
  text-align: left;
}
.categ-empty .input-group.input-group-hint p {
  padding: 0 12px;
}
.categ-empty .input-group .form-control {
  height: 40px;
}
.categ-empty .input-group .btn {
  height: 40px;
  background: #0069b4;
  color: #fff;
  font-size: 15px;
}
.categ-empty .input-group .btn:hover {
  background: #005a9b;
}
@media (max-width: 750px) {
  .categ-empty .input-group {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .categ-empty .input-group {
    width: 100%;
  }
}
.btn-plus {
  background: #979795;
  color: #fff;
  line-height: 1;
}
.btn-plus .za-icon {
  color: #efefef;
  vertical-align: top;
}
.btn-plus:hover {
  background: #2293E3;
  color: #fff;
}
.btn-shadow {
  background: #e6e7e8;
  color: #000;
}
.btn-shadow:hover {
  background: #c7c7c7;
  color: #000;
}
.btn-blue {
  background: #0069b4;
  border: 1px solid #016bb7;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-box-shadow: inset 0px 0px 21px 0px rgba(50, 50, 50, 0.2), 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: inset 0px 0px 21px 0px rgba(50, 50, 50, 0.2), 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: inset 0px 0px 21px 0px rgba(50, 50, 50, 0.2), 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
.btn-blue:hover,
.btn-blue:focus {
  background: #005ca4;
  border-color: #005ca4;
  color: #fff;
}
.btn-blue-bg {
  background: #0069b4;
  color: #fff;
}
.btn-blue-bg:hover,
.btn-blue-bg:focus {
  background: #005ca4;
  border-color: #005ca4;
  color: #fff;
}
.btn-follow {
  background: #0069b4;
  border: 1px solid #0069b4;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
  line-height: 24px;
  height: 26px;
  vertical-align: top;
}
.btn-follow.btn-follow-numb {
  padding-right: 0;
}
.btn-follow.btn-follow-numb .follow-numb {
  margin-left: 8px;
  padding: 0 5px;
  color: #fff;
  position: relative;
  display: inline-block;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  line-height: 22px;
  height: 24px;
  vertical-align: top;
  border-radius:6px;
}
.btn-follow.btn-follow-numb .follow-numb:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #2e2e2e transparent transparent;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -4px;
  content: '';
}
.share-a.btn-follow-active { color: white !important; }
.btn-follow.btn-follow-active {
  background: #2e2e2e;
  color: #aaaaaa;
  border-color: #aaaaaa;
}
.btn-follow.btn-follow-active .follow-numb {
  border-left: 1px solid #aaaaaa;
  color: #aaaaaa;
}
.btn-follow.btn-follow-active .follow-numb:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #aaaaaa transparent transparent;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -5px;
  content: '';
}
.btn-follow.btn-follow-active:hover,
.btn-follow.btn-follow-active:focus {
  background: #2e2e2e;
  color: #aaaaaa;
  border-color: #e4e4e4;
}
.btn-follow.btn-follow-active:hover .follow-numb,
.btn-follow.btn-follow-active:focus .follow-numb {
  color: #aaaaaa;
  border-left: 1px solid #e4e4e4;
}
.btn-follow.btn-follow-active:hover .follow-numb:before,
.btn-follow.btn-follow-active:focus .follow-numb:before {
  border-color: transparent #e4e4e4 transparent transparent;
}
.btn-follow:hover,
.btn-follow:focus {
  background: #e4e4e4;
  color: #2e2e2e;
  border: 1px solid #e4e4e4;
}
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 32px;
  font-size: 21px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-face {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-face:hover,
.btn-face:focus,
.btn-face:active,
.btn-face.active,
.open .dropdown-toggle.btn-face {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-face:active,
.btn-face.active,
.open .dropdown-toggle.btn-face {
  background-image: none;
}
.btn-face.disabled,
.btn-face[disabled],
fieldset[disabled] .btn-face,
.btn-face.disabled:hover,
.btn-face[disabled]:hover,
fieldset[disabled] .btn-face:hover,
.btn-face.disabled:focus,
.btn-face[disabled]:focus,
fieldset[disabled] .btn-face:focus,
.btn-face.disabled:active,
.btn-face[disabled]:active,
fieldset[disabled] .btn-face:active,
.btn-face.disabled.active,
.btn-face[disabled].active,
fieldset[disabled] .btn-face.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-goo-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-goo-plus:hover,
.btn-goo-plus:focus,
.btn-goo-plus:active,
.btn-goo-plus.active,
.open .dropdown-toggle.btn-goo-plus {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-goo-plus:active,
.btn-goo-plus.active,
.open .dropdown-toggle.btn-goo-plus {
  background-image: none;
}
.btn-goo-plus.disabled,
.btn-goo-plus[disabled],
fieldset[disabled] .btn-goo-plus,
.btn-goo-plus.disabled:hover,
.btn-goo-plus[disabled]:hover,
fieldset[disabled] .btn-goo-plus:hover,
.btn-goo-plus.disabled:focus,
.btn-goo-plus[disabled]:focus,
fieldset[disabled] .btn-goo-plus:focus,
.btn-goo-plus.disabled:active,
.btn-goo-plus[disabled]:active,
fieldset[disabled] .btn-goo-plus:active,
.btn-goo-plus.disabled.active,
.btn-goo-plus[disabled].active,
fieldset[disabled] .btn-goo-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twe {
  color: #fff;
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twe:hover,
.btn-twe:focus,
.btn-twe:active,
.btn-twe.active,
.open .dropdown-toggle.btn-twe {
  color: #fff;
  background-color: #1c92c7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twe:active,
.btn-twe.active,
.open .dropdown-toggle.btn-twe {
  background-image: none;
}
.btn-twe.disabled,
.btn-twe[disabled],
fieldset[disabled] .btn-twe,
.btn-twe.disabled:hover,
.btn-twe[disabled]:hover,
fieldset[disabled] .btn-twe:hover,
.btn-twe.disabled:focus,
.btn-twe[disabled]:focus,
fieldset[disabled] .btn-twe:focus,
.btn-twe.disabled:active,
.btn-twe[disabled]:active,
fieldset[disabled] .btn-twe:active,
.btn-twe.disabled.active,
.btn-twe[disabled].active,
fieldset[disabled] .btn-twe.active {
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}
.switchers { cursor: pointer; }
.switchers .txt {
  margin-left: 10px;
  display: inline-block;
}
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.switchery + .switchery {
  margin-left: 20px;
}
.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 27px;
  position: absolute;
  top: -1px;
  width: 27px;
  font-size: 15px;
  text-align: center;
  line-height: 27px;
  color: #aaaaaa;
}
.switchery > small .za-icon {
  position: relative;
  top: 0px;
  font-size: 12px;
}
.switchery > small .za-icon.icon-twitter {
  left: 1px;
}
.switchery.switchery-on > small {
  color: #64bd63;
  margin-left: 2px;
}
.switchers-small .switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 19px;
  position: relative;
  vertical-align: middle;
  width: 40px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.switchers-small .switchery + .switchers-small .switchery {
  margin-left: 20px;
}
.switchers-small .switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 23px;
  position: absolute;
  top: -2px;
  width: 23px;
  font-size: 15px;
  text-align: center;
  line-height: 23px;
  color: #aaaaaa;
}
.switchers-small .switchery > small .za-icon {
  position: relative;
  top: 0px;
  font-size: 12px;
}
.switchers-small .switchery > small .za-icon.icon-twitter {
  left: 1px;
}
.switchers-small .switchery.switchery-on > small {
  color: #64bd63;
  margin-left: 2px;
}
.panel-group-faq {
  margin-bottom: 50px;
}
.panel-group-faq .panel {
  box-shadow: none;
}
.panel-group-faq .panel .panel-heading {
  padding: 0;
}
.panel-group-faq .panel .panel-heading .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.panel-group-faq .panel .panel-heading .panel-title a {
  display: block;
  padding: 20px 20px 20px 75px;
  position: relative;
}
.panel-group-faq .panel .panel-heading .panel-title a .za-icon-abs {
  position: absolute;
  top: 50%;
  font-size: 22px;
  display: block;
  margin-top: -15px;
  height: 30px;
  width: 25px;
  left: 30px;
}
.panel-group-faq .panel .panel-heading .panel-title a .za-icon-abs .za-icon {
  vertical-align: middle;
}
.panel-group-faq .panel .panel-heading .panel-title a:hover {
  text-decoration: none;
  color: #0069b4;
}
.panel-group-faq .panel .panel-heading.panel-heading-active .panel-title a {
  font-weight: bold;
  color: #0069b4;
}
.panel-group-faq .panel .panel-body {
  background: #f8f8f8;
}
.panel-group-faq .panel .panel-body .foot {
  color: #aaaaaa;
  margin-bottom: 0;
}
.panel-group-faq .panel .panel-body .foot a {
  color: #aaaaaa;
}
.panel-group-faq .panel .panel-body .foot a:hover {
  text-decoration: none;
  color: #0069b4;
}
.panel-group-faq .panel .panel-body .foot .za-icon-a {
  margin-left: 15px;
  font-size: 16px;
  vertical-align: middle;
}
.panel-group-faq .panel + .panel {
  margin-top: 1px;
}
@media (max-width: 480px) {
  .panel-group-faq .panel .panel-heading .panel-title {
    font-size: 14px;
  }
  .panel-group-faq .panel .panel-heading .panel-title a {
    padding-left: 50px;
  }
  .panel-group-faq .panel .panel-heading .panel-title a .za-icon-abs {
    position: absolute;
    top: 50%;
    font-size: 18px;
    display: block;
    margin-top: -15px;
    height: 30px;
    width: 25px;
    left: 15px;
    vertical-align: middle;
  }
  .panel-group-faq .panel .panel-heading .panel-title a .za-icon-abs .za-icon {
    vertical-align: middle;
  }
  .panel-group-faq .panel .panel-heading .panel-title a:hover {
    text-decoration: none;
    color: #0069b4;
  }
  .panel-group-faq .panel .panel-heading.panel-heading-active .panel-title a {
    font-weight: bold;
    color: #0069b4;
  }
  .panel-group-faq .panel .panel-body {
    background: #f8f8f8;
  }
  .panel-group-faq .panel .panel-body .foot {
    color: #aaaaaa;
    margin-bottom: 0;
  }
  .panel-group-faq .panel .panel-body .foot a {
    color: #aaaaaa;
  }
  .panel-group-faq .panel .panel-body .foot a:hover {
    text-decoration: none;
    color: #0069b4;
  }
  .panel-group-faq .panel .panel-body .foot .za-icon-a {
    margin-left: 15px;
    font-size: 16px;
    vertical-align: middle;
  }
  .panel-group-faq .panel + .panel {
    margin-top: 1px;
  }
}
/* notifications */
.dropdown-notif {
  background: #eceded;
  padding: 0;
  min-width: 300px;
  margin: 0;
  z-index: 1015;
}
.dropdown-notif .swiper-slide {
  float: none;
}
.dropdown-notif::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #eceded transparent;
  position: absolute;
  top: -11px;
  right: 15px;
  content: '';
}
.dropdown-notif.collapse {
  display: block;
}
.notif-main::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.notif-main::-webkit-scrollbar-track {
    background: rgba(59, 59, 59, 0.75);
}

/* Handle */
.notif-main::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.notif-main::-webkit-scrollbar-thumb:hover {
    background: #555;
}





.dropdown-notif p.notif-main-empty {
  font-size: 18px;
  margin: 0;
  padding: 20px 0;
}
.dropdown-notif p.notif-main-empty .za-icon {
  font-size: 30px;
  margin-bottom: 5px;
  display: inline-block;
}
.dropdown-notif .notif-row {
  display: block;
  position: relative;
}
.dropdown-notif .notif-row.notif-imgs .notif {
  padding-right: 70px;
}
.dropdown-notif .notif-row.notif-imgs .abs-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  text-align: center;
  display: block;
  padding-top: 10px;
}
.dropdown-notif .notif-row.notif-header {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 14px;
  border-bottom: 1px solid #dfdfdf;
}
.dropdown-notif .notif-row.notif-header:hover {
  background: none;
}
.dropdown-notif .notif-row > .notif {
  padding-left: 95px;
  padding: 10px 10px 10px 95px;
  min-height: 70px;
  position: relative;
  white-space: normal;
  display: block;
  text-decoration: none;
  color: #2e2e2e;
}
.dropdown-notif .notif-row > .notif:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #dfdfdf;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
}
.dropdown-notif .notif-row > .notif:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #dfdfdf;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -2.5px;
}
.dropdown-notif .notif-row > .notif .img {
  position: absolute;
  left: 34px;
  top: 50%;
  margin-top: -25px;
  display: block;
}
.dropdown-notif .notif-row > .notif .desc {
  display: block;
/*  height: 34px;*/
  line-height: 1.3;
  overflow: hidden;
}
.dropdown-notif .notif-row > .notif .time {
  display: block;
  font-size: 11px;
  color: #aaaaaa;
}
.dropdown-notif .notif-row:hover,
.dropdown-notif .notif-row:focus {
  background: #f6f6f6;
}
.dropdown-notif .notif-row.notif-row-active > a.notif {
  background: #fff;
}
.dropdown-notif .notif-row.notif-row-active > a.notif:after {
  background-color: #000;
}
.dropdown-notif .notif-row.notif-row-active:hover,
.dropdown-notif .notif-row.notif-row-active:focus {
  background: #f6f6f6;
}
.dropdown-notif .notif-row.last > .notif-more {
  padding-left: 34px;
  min-height: 0;
  font-size: 12px;
  color: #6f6f6f;
  margin-bottom: 0;
}
.dropdown-notif .notif-row.last > .notif-more .span-btn {
  background: #dfdfdf;
  display: block;
  text-align: center;
  padding: 7px 0;
}
.dropdown-notif .notif-row.last > .notif-more .span-btn .za-icon {
  margin-right: 7px;
}
.dropdown-notif .notif-row.last > .notif-more:after {
  display: none;
}
.dropdown-notif .notif-row.last:hover,
.dropdown-notif .notif-row.last:focus {
  background: none;
}
.dropdown-notif .notif-row.last:hover .span-btn,
.dropdown-notif .notif-row.last:focus .span-btn {
  background: #f6f6f6;
}
.dropdown-notif .notif-row.last .notif-last {
  color: #dfdfdf;
}
.dropdown-notif .notif-row.last .notif-last .za-icon {
  font-size: 17px;
}
@media (max-width: 480px) {
  .dropdown-notif {
    min-width: 0;
  }
}
.embeded .embe {
  position: relative;
  overflow: hidden;
}
.embeded .embe .img {
  text-align: center;
  display: block;
}
.embeded .embe .img img {
  display: inline-block;
}
.embeded .embe .img .swiper-slide img {
  margin-left: 5px;
}
.embeded .embe .fullscreen {
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 1;
  padding: 5px;
  font-size: 20px;
  color: #fff;
  z-index: 10;
  text-shadow: 0 0 8px #e4e4e4;
}
.embeded .embe .fullscreen:hover {
  text-shadow: 0 0 8px #aaaaaa;
  text-decoration: none;
}
.embeded .embe .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  top: 50%;
  line-height: 1;
  font-size: 80px;
  width: 100px;
  padding: 0 10px;
  margin: -50px 0 0 -50px;
  color: #fff;
  height: 80px;
  z-index: 5;
  text-shadow: 0 0 8px #e4e4e4;
}
.embeded .embe .play .za-icon {
  display: none;
  top: 50%;
  margin-top: -50px;
  position: absolute;
}
.embeded .embe .play:hover {
  text-shadow: 0 0 16px #aaaaaa;
  text-decoration: none;
}
.embeded .embe .play:hover .za-icon {
  display: block;
}
.embeded .embe .arr-l,
.embeded .embe .arr-r {
  bottom: 0;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 5;
  text-shadow: 0 0 8px #e4e4e4;
}
.embeded .embe .arr-l .za-icon,
.embeded .embe .arr-r .za-icon {
  font-size: 25px;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  line-height: 1;
}
.embeded .embe .arr-l:hover,
.embeded .embe .arr-r:hover {
  text-shadow: 0 0 8px #2e2e2e;
  text-decoration: none;
}
.embeded .embe .arr-r {
  left: auto;
  right: 0;
}
.embeded .embe .control {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 0 15px;
  z-index: 8;
}
.embeded .embe .control .pull-name {
  color: #fff;
  float: left;
  padding-top: 2px;
  max-width: 60%;
}
.embeded .embe .control .pull-name.pull-name-avatar {
  padding-left: 40px;
  position: relative;
}
.embeded .embe .control .pull-name.pull-name-avatar .avatar {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  bottom: 0;
}
.embeded .embe .control .pull-name.pull-name-avatar .avatar img {
  width: 30px;
  height: 30px;
  display: block;
}
.embeded .embe .control .pull-name p {
  margin: 0;
}
.embeded .embe .control .pull-name .name {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.embeded .embe .control .pull-name .by {
  white-space: nowrap;
}
.embeded .embe .control .pull-name .by a {
  color: #fff;
}
.embeded .embe .control .pull-name .by .za-icon {
  font-size: 14px;
}
.embeded .embe .control .pull-name .by .za-icon.icon-eye {
  position: relative;
  top: 1px;
}
.embeded .embe .control .pull-menu {
  float: right;
  z-index: 5;
  position: relative;
}
.embeded .embe .control .pull-menu .btn-follow {
  float: right;
  margin: 12px 15px 0 0;
  background: #fff;
  border-color: #fff;
  color: #2e2e2e;
}
.embeded .embe .control .pull-menu .btn-follow .icon-user-plus {
  position: relative;
  top: 3px;
  font-size: 18px;
}
.embeded .embe .control .pull-menu .btn-follow:hover {
  background: #e4e4e4;
  border-color: #e4e4e4;
}
.embeded .embe .control .pull-menu .btn-follow.btn-follow-active {
  color: #fff;
}
.embeded .embe .control .pull-menu .btn-follow.btn-follow-active .follow-numb {
  color: #fff;
  border-left-color: #fff !important;
}
.embeded .embe .control .pull-menu .btn-follow.btn-follow-active .follow-numb:before {
  border-color: transparent #fff transparent transparent;
}
.embeded .embe .control .pull-menu .btn-follow.btn-follow-active:hover .follow-numb {
  border-left-color: #e4e4e4 !important;
}
.embeded .embe .control .pull-menu .btn-follow.btn-follow-active:hover .follow-numb:before {
  border-color: transparent #e4e4e4 transparent transparent;
}
.embeded .embe .control .pull-menu .navbar {
  margin-bottom: 0;
  margin-top: 8px;
  width: 45px;
  float: right;
}
.embeded .embe .control .pull-menu .navbar .navbar-nav {
  margin: 0;
}
.embeded .embe .control .pull-menu .navbar .navbar-nav .nav-more {
  font-size: 25px;
  color: #fff;
  padding: 5px 10px;
}
.embeded .embe .control .pull-menu .navbar .navbar-nav .nav-more:hover {
  color: #e4e4e4;
}
.embeded .embe .control .pull-menu .navbar .navbar-nav .dropup-menu {
  top: auto;
  bottom: 30px;
  position: absolute;
  left: auto;
  right: 0;
}
.embeded .embe .control .pull-menu .popover {
  right: 10px;
  left: auto;
}
.embeded .embe .control.control-orange {
  background: rgba(249, 105, 0, 0.9);
}
.embeded .embe .control.control-orange .pull-menu .btn-follow .follow-numb {
  background: rgba(249, 105, 0, 0.9);
  border-color: rgba(249, 105, 0, 0.9);
}
.embeded .embe .control.control-orange .pull-menu .btn-follow .follow-numb:after {
  border-color: transparent rgba(249, 105, 0, 0.9) transparent transparent;
}
.embeded .embe .control.control-orange .pull-menu .btn-follow.btn-follow-active {
  background: rgba(249, 105, 0, 0.9);
}
.embeded .embe .control.control-blue {
  background: rgba(124, 200, 255, 0.9);
}
.embeded .embe .control.control-blue .pull-menu .btn-follow .follow-numb {
  background: rgba(124, 200, 255, 0.9);
  border-color: rgba(124, 200, 255, 0.9);
}
.embeded .embe .control.control-blue .pull-menu .btn-follow .follow-numb:after {
  border-color: transparent rgba(124, 200, 255, 0.9) transparent transparent;
}
.embeded .embe .control.control-blue .pull-menu .btn-follow.btn-follow-active {
  background: rgba(124, 200, 255, 0.9);
}
.embeded .embe .control.control-green {
  background: rgba(141, 198, 63, 0.9);
}
.embeded .embe .control.control-green .pull-menu .btn-follow .follow-numb {
  background: rgba(141, 198, 63, 0.9);
  border-color: rgba(141, 198, 63, 0.9);
}
.embeded .embe .control.control-green .pull-menu .btn-follow .follow-numb:after {
  border-color: transparent rgba(141, 198, 63, 0.9) transparent transparent;
}
.embeded .embe .control.control-green .pull-menu .btn-follow.btn-follow-active {
  background: rgba(141, 198, 63, 0.9);
}
.embeded .embe .control.control-gray-dark {
  background: rgba(42, 42, 42, 0.9);
}
.embeded .embe .control.control-gray-dark .pull-menu .btn-follow .follow-numb {
  background: rgba(42, 42, 42, 0.9);
  border-color: rgba(42, 42, 42, 0.9);
}
.embeded .embe .control.control-gray-dark .pull-menu .btn-follow .follow-numb:after {
  border-color: transparent rgba(42, 42, 42, 0.9) transparent transparent;
}
.embeded .embe .control.control-gray-dark .pull-menu .btn-follow.btn-follow-active {
  background: rgba(42, 42, 42, 0.9);
}
.embeded .embe-panel {
  position: relative;
  padding-top: 10px;
}
.embeded .embe-panel:before,
.embeded .embe-panel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.embeded .embe-panel:after {
  clear: both;
}
.embeded .embe-panel:before,
.embeded .embe-panel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.embeded .embe-panel:after {
  clear: both;
}
.embeded .embe-panel .form-group .form-control {
  text-align: center;
  width: 60px;
}
.embeded .embe-panel .form-inline .checkbox {
  margin-left: 20px;
}
.embeded .embe-panel .form-inline .checkbox input {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.embeded .embe-panel .form-inline .checkbox label {
  vertical-align: middle;
}
.embeded .embe-panel .colors {
  padding-top: 7px;
  margin-bottom: 0;
}
.embeded .embe-panel .colors a {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid transparent;
  margin-left: 2px;
}
.embeded .embe-panel .colors .active {
  border-color: #2e2e2e;
}
.embeded .embe-panel .colors .orange {
  background: rgba(249, 105, 0, 0.9);
}
.embeded .embe-panel .colors .blue {
  background: rgba(124, 200, 255, 0.9);
}
.embeded .embe-panel .colors .green {
  background: rgba(141, 198, 63, 0.9);
}
.embeded .embe-panel .colors .gray-dark {
  background: rgba(42, 42, 42, 0.9);
}
@media (max-width: 480px) {
  .embeded .embe .control {
    padding-left: 10px;
  }
  .embeded .embe .control .pull-name {
    padding-top: 6px;
  }
  .embeded .embe .control .pull-name.pull-name-avatar {
    padding-left: 35px;
  }
  .embeded .embe .control .pull-name .name {
    font-size: 14px;
    white-space: nowrap;
  }
  .embeded .embe .control .pull-name .by {
    font-size: 12px;
  }
  .embeded .embe .control .pull-menu .btn-follow .btn-follow-text {
    display: none;
  }
  .embeded .embe-panel .pull-left {
    width: 100%;
  }
  .embeded .embe-panel .pull-right {
    margin-bottom: 15px;
    width: 100%;
  }
  .embeded .embe-panel .pull-right .colors {
    text-align: center;
  }
  .embeded .embe-panel .form-inline .form-group {
    display: block;
    margin-bottom: 15px;
  }
  .embeded .embe-panel .form-inline .form-group .form-control {
    width: 100%;
  }
  .embeded .embe-panel .form-inline .form-group.form-group-text {
    text-align: center;
  }
  .embeded .embe-panel .form-inline .checkbox {
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 750px) {
  .embeded .embe-panel .pull-left {
    min-width: 50%;
  }
  .embeded .embe-panel .form-inline .form-group,
  .embeded .embe-panel .form-inline .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
  }
}
.embeded.embeded-vertical .embe .control .pull-menu {
  position: absolute;
  right: 0;
  top: 0;
}
.embeded.embeded-vertical .embe .swiper-slide img {
  margin-left: 0px;
  margin-bottom: 5px;
}
.embeded.embeded-vertical .embe .arr-l {
  bottom: auto;
  top: 0;
  height: 40px;
  left: 0;
  right: 0;
  width: 100%;
}
.embeded.embeded-vertical .embe .arr-l .za-icon {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.embeded.embeded-vertical .embe .arr-r {
  bottom: 50px;
  top: auto;
  height: 40px;
  left: 0;
  right: 0;
  width: 100%;
}
.embeded.embeded-vertical .embe .arr-r .za-icon {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.box-video {
  position: relative;
}
.box-video .video {
  width: 100%;
  background: #000;
}
.box-video .video img {
  max-width: 100%;
}
.box-video .video .icon {
  position: fixed;
  color: #e4e4e4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  width: 80px;
  height: 80px;
  /*margin: -40px 0 0 -40px;*/
  text-decoration: none;
  text-shadow: 0px 0px 10px #111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-video .video .icon:hover {
  text-shadow: 0px 0px 15px #000;
}
.box-video .bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 40px;
  line-height: 40px;
  color: #2e2e2e;
  font-size: 20px;
  background: rgba(114, 114, 114, 0.7);
  transition: opacity 200ms ease-in-out 0s
}
.box-video .bar .boxes {
  display: table;
  width: 100%;
  height: 40px;
}
.box-video .bar .boxes a {
  color: #aaaaaa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-video .bar .boxes a:hover,
.box-video .bar .boxes a.active {
  color: #e4e4e4;
  text-decoration: none;
}
.box-video .bar .boxes .box {
  display: table-cell;
  height: 40px;
  vertical-align: top;
  white-space: nowrap;
  /*background: rgba(114, 114, 114, 0.7);*/
}
.box-video .bar .boxes .box.box1 {
  text-align: center;
  /*border-right: 1px solid #aaaaaa;*/
}
.box-video .bar .boxes .box.box2 {
  padding: 0 5px;
  text-align: center;
}
.box-video .bar .boxes .box.box3 {
  width: 100%;
}
.box-video .bar .boxes .play-pause {
  font-size: 25px;
  display: block;
}
.box-video .bar .boxes .play-pause .za-icon {
  position: relative;
  top: 3px;
}
.box-video .bar .boxes .time {
  color: #e4e4e4;
  font-size: 12px;
  padding-top: 1px;
  display: inline-block;
  vertical-align: top;
}
.box-video .bar .boxes .time .separ {
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 1px;
  background: #e4e4e4;
  position: relative;
  margin: 0 5px;
  top: -1px;
}
.box-video .bar .boxes .progre {
  display: block;
  height: 40px;
  width: 100%;
  position: relative;
}
.box-video .bar .boxes .progre .progre-line {
  width: 100%;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.box-video .bar .boxes .progre .progre-line .line-bg {
  background: #aaaaaa;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  height: 6px;
  display: block;
  width: 100%;
}
.box-video .bar .boxes .progre .progre-line .line-pre {
  background: #e4e4e4;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  display: block;
  z-index: 3;
}
.box-video .bar .boxes .progre .progre-line .line {
  background: #0069b4;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  display: block;
  z-index: 5;
}
.box-video .bar .boxes .progre .abs {
  position: absolute;
  top: -45px;
  left: 0;
  border: 3px solid #d0d0d0;
  z-index: 10;
  text-align: center;
}
.box-video .bar .boxes .progre .abs:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #d0d0d0 transparent transparent transparent;
}
.box-video .bar .boxes .progre .abs img {
  display: block;
}
.box-video .bar .boxes .progre .abs .txt {
  margin: 0;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.box-video .bar .boxes .progre .abs .txt span {
  background: rgba(114, 114, 114, 0.5);
  display: inline-block;
  color: #dcd7d0;
  font-size: 11px;
  padding: 4px 5px;
}
.box-video .bar .volume {
  padding: 0 10px 0 20px;
  width: 110px;
  position: relative;
}
.box-video .bar .volume .icon .za-icon {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.box-video .bar .volume .volume-line {
  background: #aaaaaa;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 45px;
  right: 10px;
  margin-top: -2px;
}
.box-video .bar .volume .volume-line .line {
  background: #0069b4;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  display: block;
  z-index: 5;
}
.box-video .bar .full {
  display: block;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
.box-video .bar .full .za-icon {
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.box-video .bar a.hd {
  display: block;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 33px;
}
.box-video .bar a.hd.active {
  color: #0069b4;
}
.box-video .bar a.hd .za-icon {
  vertical-align: middle;
  top: -2px;
  position: relative;
}

@media (max-width: 480px) {
    .box-video .bar .volume .volume-line { display: none;}
    .box-video .bar .volume { width:auto; }
    .box-video .bar .boxes .box.box2 { padding: 0 5px; }
    .box-video .bar { left:0; right:0; bottom:0; position: fixed; }
}

.well-login {
  font-size: 16px;
  padding: 30px 40px;
}
.well-login .header {
  margin-top: 0;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.panel-group-login {
  border: 1px solid #e6e7e8;
}
.panel-group-login .panel {
  border: none;
  box-shadow: none;
  border-top: 1px solid #e6e7e8;
}
.panel-group-login .panel:first-child {
  border-top: none;
}
.panel-group-login .panel .panel-heading {
  background: none;
  border: none;
}
.panel-group-login .panel .panel-title {
  font-size: 30px;
  font-weight: bold;
}
.panel-group-login .panel .panel-title a:hover,
.panel-group-login .panel .panel-title a:focus {
  color: #2293E3;
  text-decoration: none;
}
.panel-group-login .panel .panel-title .glyphicon {
  margin-left: 0px;
  font-size: 18px;
}
.panel-group-login .panel .panel-title .glyphicon-chevron-down {
  top: 1px;
}
.panel-group-login .panel .panel-title .glyphicon-chevron-right {
  top: 0px;
}
.panel-group-login .panel > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-group-login .panel > .panel-heading + .panel-collapse .panel-body .panel-body {
  border-top-color: #e6e7e8;
}
.panel-group-login .panel .panel-body .form-inline {
  margin-bottom: 10px;
}
.panel-group-login .panel .panel-body .form-inline .btn {
  margin-right: 10px;
}
.panel-group-login .panel .panel-body .form-inline .checkbox {
  vertical-align: top;
}
.panel-group-login .panel .panel-body .panel-body {
  padding: 15px 0;
  border-top-color: red;
}
.panel-group-login .panel .a-passw {
  font-weight: bold;
}
.panel-group-login .panel .a-passw:hover {
  text-decoration: none;
}
.panel-group-login .panel .a-passw .glyphicon {
  font-size: 12px;
}
.panel-group-login .panel .a-passw .glyphicon-chevron-down {
  top: 2px;
}
.panel-group-login .panel .a-passw .glyphicon-chevron-right {
  top: 1px;
}
.box-login {
  margin: 20px auto;
  max-width: 720px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
.box-login .box-login-header {
  background: #0069b4;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.box-login .box-login-main {
  text-align: center;
  color: #000;
  font-weight: 300;
  padding: 23px 60px 30px;
  font-size: 15px;
}
.box-login .box-login-main label {
  font-weight: 300;
}
.box-login .box-login-main a {
  color: #0069b4;
  text-decoration: underline;
}
.box-login .box-login-main a:hover {
  text-decoration: none;
}
.box-login .box-login-main .title {
  font-size: 40px;
  margin-bottom: 35px;
  line-height: 1.2;
}
.box-login .box-login-main .services {
  margin-bottom: 30px;
  text-align: center;
}
.box-login .box-login-main .services .service {
  display: inline-block;
  text-decoration: none;
  width: 90px;
  height: 90px;
  line-height: 85px;
  text-align: center;
  background-color: #fafafa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-login .box-login-main .services .service span {
  background: url('../../img/login-services.png') no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
}
.box-login .box-login-main .services .service.service-1 span {
  background-position: 0 0;
  width: 54px;
  height: 49px;
}
.box-login .box-login-main .services .service.service-2 span {
  background-position: -57px 0;
  width: 46px;
  height: 46px;
}
.box-login .box-login-main .services .service.service-3 span {
  background-position: -113px 0;
  width: 55px;
  height: 44px;
}
.box-login .box-login-main .services .service.service-4 span {
  background-position: 0 -57px;
  width: 45px;
  height: 44px;
}
.box-login .box-login-main .services .service.service-5 span {
  background-position: -57px -57px;
  width: 36px;
  height: 44px;
}
.box-login .box-login-main .services .service:hover,
.box-login .box-login-main .services .service.active {
  background-color: #e0e0e0;
}
.box-login .box-login-main .desc {
  font-size: 18px;
  margin-bottom: 30px;
  color: #989898;
}
.box-login .box-login-main .form-group {
  margin-bottom: 15px;
}
.box-login .box-login-main .form-group .form-control {
  height: 46px;
  font-size: 18px;
}
.box-login .box-login-main .btns {
  margin-bottom: 20px;
}
.box-login .box-login-main .btns .btn {
  padding: 9px 30px;
  font-size: 18px;
  font-weight: normal;
  min-width: 240px;
  text-align: center;
}
/* header */
.header {
  background: #2a2a2a;
  background: rgba(42, 42, 42, 0.96);
  color: #aaaaaa;
  min-height: 102px;
  transition: all 0.5s linear;
}
.header-hide {
    transform: translateY(-300px);
}
.header .container {
  position: relative;
}
.header .navbar-head {
  background: none;
  z-index: 1010;
  padding-top: 5px;
  margin-bottom: 7px;
}
.header.header-small {
  min-height: 48px;
}
.header.header-small .navbar-head {
  margin-bottom: 0;
}
.content-header {
  position: relative;
  margin-bottom: 5px;
  min-height: 49px;
}
.content-header.navbar-center {
  text-align: center;
}
.content-header.navbar-center .navbar-top {
  display: inline-block;
}
.content-header .btn-follow {
  display: inline-block;
  margin-left: 6px;
}
.content-header .btn-follow .za-icon {
  font-size: 17px;
  top: 3px;
  position: relative;
}
.content-header .btn-follow .za-icon.icon-shr {
  top: 2px;
}
.content-header .col-name {
  min-height: 55px;
  padding-left: 73px;
  position: relative;
  overflow: visible;
}
.content-header .col-name.col-name-noimg {
  padding-left: 15px;
}
.circle-avatar {
    border-radius: 50%;
    border: 1.5px solid #aaaaaa !important;
    overflow: hidden;
    background-size:cover;
}
.content-header .user-img {
  position: absolute;
  left: 10px;
  top: 0;
}
.content-header .user-img.edit-user-img {
  cursor: pointer;
}
.content-header .user-img.edit-user-img .tooltip {
  white-space: nowrap;
}
.content-header .user-img.edit-user-img .over {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #e4e4e4;
}
.content-header .user-img.edit-user-img .over .za-icon {
  vertical-align: middle;
  top: -2px;
  font-size: 25px;
}
.content-header .user-img.edit-user-img:hover .over {
  background: rgba(59, 59, 59, 0.65);
  display: block;
}
.content-header .user-img a:hover,
.content-header .user-img a:focus {
  text-decoration: none;
}
.content-header .user-img .za-icon {
  font-size: 30px;
  vertical-align: middle;
}
.content-header .user-img .circle-avatar
{
    vertical-align: middle;
    width: 50px; height: 50px;
}
.content-header .user-img .circle-avatar:hover
{

}

.content-header .user-img img {
  border: none;
  -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.36);
  width: 50px;
  height: 50px;
}
.content-header .user-name {
/*  float: left;*/
  padding-top: 1px;
  padding-left: 8px;
  border-left: 1px solid #aaaaaa;
}
.content-header .user-name .user-name-h2 {
  margin: 0px 0 5px 0;
  color: #e4e4e4;
  /*white-space: nowrap;*/
  font-size: 23px;
}
.content-header .user-name .user-name-h2 a.btn-follow { color: white;}
.content-header .user-name .user-name-h2 a.btn-follow:hover {    
    background: #e4e4e4;
    color: #2e2e2e;
    border: 1px solid #e4e4e4;
}

.content-header .user-name .user-name-h2 a {
  color: #aaaaaa;
}
.content-header .user-name .user-name-h2 a .za-icon {
  text-decoration: none;
}
.content-header .user-name .user-name-h2 a .icon-face2 {
  font-size: 17px;
}
.content-header .user-name .user-name-h2 a:hover {
  text-decoration: none;
  color: #e4e4e4;
}
.content-header .user-name .user-name-h2 a.active {
  color: #0069b4;
}
.content-header .user-name .user-name-h2 .tooltip {
  font-weight: normal;
}
.content-header .user-name .user-name-h2.edit-user-name-h2 {
  margin-left: -3px;
}
.content-header .user-name .user-name-h2.edit-user-name-h2 .tooltip {
  font-weight: normal;
}
.content-header .user-name .user-name-h2.edit-user-name-h2 .edit-span {
  padding: 0 3px 0 3px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-header .user-name .user-name-h2.edit-user-name-h2 .edit-span .edit-span-icon {
  display: none;
  opacity: 0;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-header .user-name .user-name-h2.edit-user-name-h2 .edit-span .edit-span-icon .za-icon {
  font-size: 18px;
  vertical-align: top;
  top: 3px;
  position: relative;
}
.content-header .user-name .user-name-h2.edit-user-name-h2 .edit-span:hover {
  background: #3b3b3b;
}
.content-header .user-name .user-name-h2.edit-user-name-h2 .edit-span:hover .edit-span-icon {
  display: inline-block;
  opacity: 1;
}
.content-header .row-name-likers {
  padding: 10px 0;
  border-top: 1px solid #e4e4e4;
  margin: 0;
}
.content-header .row-name-likers:first-child {
  border-top: none;
}
.content-header .row-name-likers .col-name-likers {
  min-height: 0;
  padding-left: 40px;
}
.content-header .row-name-likers .col-name-likers .btn-follow-abs {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
.content-header .row-name-likers .col-name-likers .btn-follow-abs.btn-follow-active {
  background: #fff;
}
.content-header .row-name-likers .col-name-likers .user-img {
  left: 0;
}
.content-header .row-name-likers .col-name-likers .user-img img {
  box-shadow: none;
  width: 30px;
  height: 30px;
}
.content-header .row-name-likers .col-name-likers .user-name {
  padding: 0;
}
.content-header .row-name-likers .col-name-likers .user-name .user-name-h2 {
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  color: #2e2e2e;
  margin: 0;
}
.content-header .row-name-likers .col-name-likers .user-name .user-name-h2 a {
  color: #2e2e2e;
}
.content-header .row-name-likers .col-name-likers .user-name .user-name-h2 a:hover {
  text-decoration: underline;
}
.content-header .row-name-foll {
  padding: 10px 0;
  border-top: 1px solid #e4e4e4;
  margin: 0;
}
.content-header .row-name-foll:first-child {
  border-top: none;
}
.content-header .row-name-foll .col-name {
  min-height: 0;
  padding-left: 60px;
  padding-top: 7px;
}
.content-header .row-name-foll .col-name .btn-follow-abs {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
.content-header .row-name-foll .col-name .user-img {
  left: 0;
}
.content-header .row-name-foll .col-name .user-img img {
  box-shadow: none;
  width: 50px;
  height: 50px;
}
.content-header .row-name-foll .col-name .user-name {
  padding: 0;
}
.content-header .row-name-foll .col-name .user-name .user-name-h2 {
  font-size: 15px;
  font-weight: normal;
  color: #2e2e2e;
  margin: 0;
  margin-bottom: 5px;
}
.content-header .row-name-foll .col-name .user-name .user-name-h2 a {
  color: #2e2e2e;
}
.content-header .row-name-foll .col-name .user-name .user-name-h2 a:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .content-header {
    margin-bottom: 0px;
  }
  .content-header .row-name {
    margin-bottom: 7px;
  }
  .content-header .row-name .col-name {
    min-height: 35px;
    padding-left: 53px;
    margin-bottom: 5px;
  }
  .content-header .user-img .za-icon {
    font-size: 25px;
  }
  .content-header .user-img img {
    width: 30px;
    height: 30px;
  }
  .content-header .user-img .circle-avatar {
    width: 38px;
    height: 38px;
  }
  .content-header .user-name,
  .content-header .row-name-likers .col-name-likers .user-name {
    padding-top: 0px;
  }
  .content-header .user-name .user-name-h2,
  .content-header .row-name-likers .col-name-likers .user-name .user-name-h2 {
    margin: 0;
  }
  .content-header .user-name .user-name-h2 .za-icon,
  .content-header .row-name-likers .col-name-likers .user-name .user-name-h2 .za-icon {
    font-size: 14px;
  }
  .content-header .user-name {
    display: block;
    width: 100%;
  }
  .content-header .row-name-likers,
  .content-header .row-name-foll {
    margin-bottom: 0;
  }
  .content-header .row-name-likers .col-name,
  .content-header .row-name-foll .col-name {
    padding-left: 40px;
    min-height: 0;
    margin: 0;
  }
  .content-header .row-name-likers .col-name .btn-follow span,
  .content-header .row-name-foll .col-name .btn-follow span {
    display: none;
  }
  .content-header .row-name-foll .col-name {
    padding-left: 60px;
  }
}
.content-header .navbar-share {
  background: none;
  margin: 0;
  float: none !important;
  position: relative;
}
.content-header .navbar-share .navbar-nav {
  margin: 0 !important;
/*  top: 3px;*/
  position: relative;
  height: 32px;
}
.content-header .navbar-share .dropdown {
  /*float: left;*/
}
.content-header .navbar-share .nav-more {
  background: none;
  color: #aaaaaa;
  padding: 0;
}
.content-header .navbar-share .nav-more:hover,
.content-header .navbar-share .nav-more:focus {
  background: none;
  color: #e4e4e4;
}
.content-header .navbar-share .dropdown-menu {
  position: absolute;
  left: auto;
  right: 0;
  top: 25px;
  z-index: 1012;
  text-align: left;
}
.content-header .navbar-share .dropdown-menu li.edit-mobile {
  display: none;
}
.device-touch .content-header .navbar-share .dropdown-menu li.edit-mobile {
  display: block;
}
.content-header .navbar-share .dropdown-menu li.li-check a {
  padding-left: 30px;
  position: relative;
}
.content-header .navbar-share .dropdown-menu li.li-check a .za-icon {
  display: none;
}
.content-header .navbar-share .dropdown-menu li.li-check a.a-checked .za-icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 10px;
  font-size: 14px;
}
.content-header .navbar-share .dropdown-menu li a {
  padding: 4px 10px;
}
.content-header .navbar-share .open a.nav-more,
.content-header .navbar-share .open a.nav-more:focus {
  color: #e4e4e4;
  background: none;
}
.content-header .shr-bar {
  position: absolute;
  bottom: 2px;
  right: -15px;
}
.content-header .shr-bar .popover {
  top: 26px;
  right: 0;
  left: auto;
  background: #eceded;
  border-color: #eceded;
  color: #2e2e2e;
}
.content-header .shr-bar .popover a {
  color: #2e2e2e;
}
.content-header .shr-bar .popover.bottom::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #eceded transparent;
  position: absolute;
  top: -11px;
  right: 25px;
  content: '';
}
.content-header .shr-bar .popover-over-hover .popover {
  background: #000;
  border-color: #000;
  display: none;
}
.content-header .shr-bar .popover-over-hover:hover .popover {
  display: block;
}
.content-header .shr-bar .share-a, .content-header .data-center {
  color: #aaaaaa;
  font-size: 20px;
  white-space:nowrap;
}
.content-header .data-center span { font-size: 14px; }
.content-header .shr-bar .share-a:hover,
.content-header .shr-bar .share-a:focus,
.content-header .data-center:hover,
.content-header .data-center:focus{
  text-decoration: none;
  color: #e4e4e4;
}
.content-header .shr-bar .share-a.share-a-disabled {
  cursor: default;
  color: #444;
}
.content-header .shr-bar .za-icon {
  font-size: 19px;
  height: 20px;
  position:relative;
  top:2px;
}
.content-header .shr-bar .za-icon.icon-shr {
  font-size: 20px;
}
.content-header .shr-bar .za-icon.icon-menu {
  font-size: 20px;
}
.content-header .shr-bar .td-btn-follow {
  white-space: nowrap;
  margin-left: -6px;
}
.content-header .shr-bar .btn-follow {
  display: inline-block;
  margin-left: 6px;
}
.content-header .shr-bar .pull-desc {
  display: none;
}
.content-header .shr-bar .pull-desc .share-info {
  position: relative;
}
.content-header .shr-bar .pull-desc .share-info .share-ico {
  background: red;
}
.content-header .shr-bar .pull-desc .share-info:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  vertical-align: middle;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 0 dotted;
}
.content-header .shr-bar .pull-desc .share-info.collapsed:after {
  display: none;
}
.content-header .shr-bar .pull-desc .share-info.collapsed .share-ico {
  background-position: -200px -700px;
}
.content-header .shr-bar .pull-desc .share-info.collapsed .share-ico:hover {
  background-position: -200px -725px;
}
@media (max-width: 750px) {
  .content-header .shr-bar {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .content-header .shr-bar > .pull-right {
    width: 100%;
  }
  .content-header .shr-bar > .pull-right > .table-pull {
    width: 100%;
  }
  .content-header .shr-bar > .pull-right > .table-pull td {
    text-align: center;
  }
  .content-header .shr-bar > .pull-right > .table-pull td.td-btn-follow {
    text-align: left;
    padding-left: 0;
  }
  .content-header .shr-bar > .pull-right > .table-pull td.td-btn-follow .popover {
    left: 0;
    right: auto;
  }
  .content-header .shr-bar > .pull-right > .table-pull td.td-btn-follow .popover::before {
    left: 25px;
    right: auto;
  }
  .content-header .shr-bar > .pull-right > .table-pull td .nav {
    /*text-align: left;*/
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .content-header .shr-bar .pull-desc {
    display: block;
  }
  .content-header .shr-bar > .pull-right {
    width: 100%;
  }
  .content-header .shr-bar > .pull-right > .table-pull {
    width: 100%;
  }
  .content-header .shr-bar > .pull-right > .table-pull td {
    text-align: center;
  }
  .content-header .shr-bar > .pull-right > .table-pull td.td-ico {
    width: 35px;
  }
  .content-header .shr-bar > .pull-right > .table-pull td.td-btn-follow {
    text-align: left;
    padding-left: 0;
  }
  /*.content-header .shr-bar > .pull-right > .table-pull td .navbar-share {
    text-align: right;
  }*/
  .content-header .shr-bar > .pull-right > .table-pull td .navbar-share .dropdown {
    float: none;
  }
  .content-header .shr-bar > .pull-right > .table-pull td .navbar-share .dropdown-menu {
    text-align: left;
  }
  .content-header .shr-bar > .pull-right > .table-pull td .navbar-share .nav-more {
    float: none;
    display: block;
    text-align: center;
  }
}
@media (min-width: 480px) {
  .content-header .shr-bar .pull-right .table-pull {
    margin-left: 15px;
  }
  .content-header .shr-bar .pull-right .table-pull td {
    padding: 0 12px;
  }
  .content-header .shr-bar .pull-right .table-pull td.td-ico {
    width: 35px;
  }
  .content-header .shr-bar .pull-right .table-pull td.td-navbar-share {
    padding: 0 5px;
  }
}
/**/
/* profile-slide */
.profile-slide {
  position: relative;
}
.profile-slide .swiper-slide a {
  margin-left: 5px;
  display: block;
}
.profile-slide .swiper-container {
  position: relative;
}
.profile-slide .swiper-container .edit-profile-photo-btn2 {
  text-align: center;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  margin: 0;
}
.profile-slide .swiper-container .btn-follow {
  position: absolute;
  left: 50%;
  margin-left: -480px;
  background: rgba(59, 59, 59, 0.65);
  border: none;
  display: none;
}
.profile-slide .swiper-container .btn-follow:hover {
  background: rgba(59, 59, 59, 0.85);
  color: #fff;
  border: none;
}
.profile-slide .swiper-container .btn-follow .za-icon {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
@media (max-width: 1010px) {
  .profile-slide .swiper-container .btn-follow {
    position: relative;
    left: 0;
    margin: 0;
    display: inline-block;
  }
}
.profile-slide .abs-profile-desc {
  padding: 0 15px;
  z-index: 5;
}
.profile-slide .abs-profile-desc .profile-desc {
  white-space: normal;
  position: relative;
  text-align: left;
  height: auto;
  background: rgba(59, 59, 59, 0.75);
  z-index: 5;
  display: block;
  color: #e4e4e4;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  margin-top: 15px;
  margin-bottom: 15px;
}
.profile-slide .abs-profile-desc .profile-desc .icon-pencil {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 15px;
  color: #e4e4e4;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.profile-slide .abs-profile-desc .profile-desc .padd {
  padding: 15px;
  position: relative;
}
.profile-slide .abs-profile-desc .profile-desc::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent rgba(59, 59, 59, 0.75) transparent;
  position: absolute;
  top: -11px;
  left: 16px;
  content: '';
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.profile-slide .abs-profile-desc .profile-desc.edit-profile-desc {
  padding: 0;
}
.profile-slide .abs-profile-desc .profile-desc.edit-profile-desc:hover {
  background: rgba(228, 228, 228, 0.9);
  background: rgba(59, 59, 59, 0.85);
  cursor: pointer;
}
.profile-slide .abs-profile-desc .profile-desc.edit-profile-desc:hover .icon-pencil {
  opacity: 1;
}
.profile-slide .abs-profile-desc .profile-desc.edit-profile-desc:hover p {
  color: #2e2e2e;
  color: #fff;
}
.profile-slide .abs-profile-desc .profile-desc.edit-profile-desc:hover::before {
  border-color: transparent transparent rgba(228, 228, 228, 0.9) transparent;
  border-color: transparent transparent rgba(59, 59, 59, 0.85) transparent;
}
.profile-slide .abs-profile-desc .profile-desc .spc {
  overflow-y: scroll;
  height: 72px;
}

.profile-slide .abs-profile-desc .profile-desc .spc::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.profile-slide .abs-profile-desc .profile-desc .spc::-webkit-scrollbar-track {
    background: rgba(59, 59, 59, 0.75);
}

/* Handle */
.profile-slide .abs-profile-desc .profile-desc .spc::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.profile-slide .abs-profile-desc .profile-desc .spc::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 480px) {
  .profile-slide .abs-profile-desc .profile-desc {
    background: #313131;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    position: relative;
    display: block;
  }
  .profile-slide .abs-profile-desc .profile-desc::before {
    display: none;
  }
  .profile-slide .abs-profile-desc .profile-desc .spc {
    height: auto;
  }
}
.profile-slide .abs-profile-desc .profile-desc p {
  display: block;
  margin: 0;
  color: #e4e4e4;
}
.profile-slide .abs-profile-desc .profile-desc a {
  color: #e4e4e4;
}
.profile-slide .abs-profile-desc .edit-profile-desc-btn,
.profile-slide .abs-profile-desc .edit-profile-photo-btn {
  width: auto;
  background: none;
  text-align: center;
  margin: 15px 0;
}
.profile-slide .abs-profile-desc .edit-profile-desc-btn::before,
.profile-slide .abs-profile-desc .edit-profile-photo-btn::before {
  display: none;
}
.profile-slide .abs-profile-desc .edit-profile-desc-btn .btn,
.profile-slide .abs-profile-desc .edit-profile-photo-btn .btn {
  background: rgba(59, 59, 59, 0.65);
  border: none;
}
.profile-slide .abs-profile-desc .edit-profile-desc-btn .btn .za-icon,
.profile-slide .abs-profile-desc .edit-profile-photo-btn .btn .za-icon {
  top: 2px;
  position: relative;
  margin-right: 3px;
}
.profile-slide .abs-profile-desc .edit-profile-desc-btn .btn:hover,
.profile-slide .abs-profile-desc .edit-profile-photo-btn .btn:hover,
.profile-slide .abs-profile-desc .edit-profile-desc-btn .btn:focus,
.profile-slide .abs-profile-desc .edit-profile-photo-btn .btn:focus {
  background: rgba(59, 59, 59, 0.85);
  border: none;
  color: #fff;
}
.profile-slide .abs-profile-desc .edit-profile-photo-btn {
  display: none;
}
@media (min-width: 1010px) {
  .profile-slide .abs-profile-desc {
    left: 50%;
    margin-left: -480px;
    position: absolute;
    top: 0;
    padding: 0;
    padding-top: 15px;
  }
  .profile-slide .abs-profile-desc .profile-desc {
    width: 310px;
  }
  .profile-slide .abs-profile-desc.abs-profile-desc-full {
    position: relative;
    left: 0;
    margin-left: auto;
    padding: 10px 15px;
  }
  .profile-slide .abs-profile-desc.abs-profile-desc-full .profile-desc {
    width: auto;
  }
  .profile-slide .abs-profile-desc .edit-profile-photo-btn {
    display: block;
  }
  .profile-slide .abs-profile-desc .edit-profile-desc-btn,
  .profile-slide .abs-profile-desc .edit-profile-photo-btn {
    text-align: left;
  }
}
/* header */
.content-header .user-img a {
  color: #aaaaaa;
}
.content-header .user-img a:hover {
  color: #e4e4e4;
}
.content-header .user-img a:hover .circle-avatar {
  -webkit-box-shadow: 1px 2px 5px 0px #5a5a5a;
  -moz-box-shadow: 1px 2px 5px 0px #5a5a5a;
  box-shadow: 1px 2px 5px 0px #5a5a5a;
}
.content-header .row-name-album .col-name {
  padding-left: 95px;
}
.content-header .row-name-album .col-name.col-name-search {
  padding-left: 73px;
}
.content-header .row-name-album .col-name.col-name-noimg {
  padding-left: 15px;
}
.content-header .row-name-album .user-img {
  margin-left: -12px;
  /*border-right: 1px solid #aaaaaa;*/
  padding-right: 8px;
}
.content-header .row-name-album .user-img.user-img-search {
  margin-top: 18px;
}
.content-header .row-name-album.row-name-album-search {
  padding-left: 72px;
}
@media (max-width: 750px) {
  .content-header .row-name-album .col-name {
    padding-right: 0;
  }
  .content-header .row-name-album .user-img {
    margin-left: -18px;
  }
  .content-header .row-name-album .user-img img {
    position: relative;
    margin-left: -6px;
  }
}
@media (max-width: 480px) {
  .content-header .row-name-album .col-name {
    padding-left: 65px;
  }
  .content-header .row-name-album .col-name.col-name-noimg {
    padding-left: 15px;
  }
}
.content-header .user-name.user-name-search {
  margin-top: 18px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
}
.content-header .user-name.user-name-search p {
  margin: 0;
}
@media (max-width: 480px) {
  .content-header .user-name .name-alb {
    display: block;
  }
}
.content-header .user-name-alb {
  padding-top: 0;
}
.content-header .album-info {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  display: block;
  padding-left: 0px;
  white-space: nowrap;
  padding: 0;
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.content-header .album-info.edit-album-info .edit-span {
  padding: 0 3px 2px;
  margin-left: -3px;
  margin-right: -24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-header .album-info.edit-album-info .edit-span .edit-span-icon {
  opacity: 0;
  margin-left: 8px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-header .album-info.edit-album-info .edit-span:hover {
  background: #3b3b3b;
  margin-right: 0;
  border-radius: 6px;
}
.content-header .album-info.edit-album-info .edit-span:hover .edit-span-icon {
  opacity: 1;
}
.content-header .album-info a {
  color: #aaaaaa;
}
.content-header .album-info .gray-light:hover {
  color: #e4e4e4;
}
.content-header .album-info .za-icon {
  font-size: 14px;
}
.content-header .album-info .za-icon.icon-user-plus {
  top: 1px;
  position: relative;
}
.content-header .album-info .za-icon.icon-eye {
  top: 1px;
  position: relative;
}
.content-header .album-info .za-icon.icon-star {
  top: 1px;
  position: relative;
}
@media (max-width: 480px) {
  .content-header .album-info {
    font-size: 12px;
  }
}

.header-logo img { height: 28px;}
@media (max-width: 749px) {
    .header-logo {height: 28px; }
    .header-logo img { height: 28px;}
}
@media (max-width: 480px) {
    .header-logo {height: 26px; }
    .header-logo img { height: 26px;}
}
/*/
.content-header marquee.album-info {
  display: none;
}
@media (max-width: 480px) {
  .content-header .album-info {
    display: none;
  }
  .content-header marquee.album-info {
    display: block;
  }
}*/
.content-header.col-name-likers .album-info a {
  color: #2e2e2e;
}
.content-gallery {
  position: relative;
  margin: 0px 30px 0 30px;
}
.content-gallery .gallery-inner {
  height: 268px;
  margin: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 401px;  
}

.content-gallery .gallery-inner img[data-id="blank"] {
    -webkit-touch-callout: none !important; -webkit-user-select: none !important;
}

.content-gallery .gallery-inner .abs-new {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: url('../../img/sprite-k.png') no-repeat -400px 0px;
  width: 78px;
  height: 78px;
  z-index: 4;
}
.content-gallery .gallery-inner .gallery-text {
  background: #0069b4 url('../../img/quote.png') no-repeat 10px 10px;
  color: #e4e4e4;
  display: table;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.content-gallery .gallery-inner .gallery-text:hover {
  text-decoration: none;
}
.content-gallery .gallery-inner .gallery-text .spc {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.content-gallery .gallery-inner .gallery-text .spc p {
  margin: 0;
}
.content-gallery .gallery-inner .edit-photo {
  position: absolute;
  top: 7px;
  right: 2px;
  z-index: 20;
  display: none;
}
.content-gallery .gallery-inner .edit-photo .navbar {
  display: inline-block;
  margin: 0;
  text-align: left;
}
.content-gallery .gallery-inner .edit-photo .navbar .navbar-nav {
  margin: 0;
}
.content-gallery .gallery-inner .edit-photo .navbar .dropdown-toggle {
  font-size: 20px;
  color: #aaaaaa;
  text-shadow: 1px 1px 0 black;
}
.content-gallery .gallery-inner .edit-photo .navbar .dropdown:hover .dropdown-toggle {
  color: #e4e4e4;
}
.content-gallery .gallery-inner .edit-photo .navbar .dorpdown {
  position: relative;
}
.content-gallery .gallery-inner .edit-photo .navbar .dropdown-menu {
  position: absolute;
  left: auto;
  right: 0;
  top: 40px;
}
.device-touch .content-gallery .gallery-inner .edit-photo {
  display: block;
}
.content-gallery .gallery-inner:hover .edit-photo,
.content-gallery .gallery-inner.gallery-inner-open .edit-photo {
  display: block;
}
.content-gallery .gallery-inner .gallery-link {
  background: #DADADA;
  border: none;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.content-gallery .gallery-inner .gallery-link img {
  vertical-align: top;
  border: none;
}
.content-gallery .gallery-inner .gallery-link .icon-bookmark {
  display: inline-block;
  font-size: 45px;
  color: #0069b4;
  position: absolute;
  top: 0;
  left: 5px;
  text-shadow: 0 0 8px #000;
}
.content-gallery .gallery-inner .gallery-link .icon-bookmark.pos2 {
  left: 40px;
}
.content-gallery .gallery-inner .gallery-link .icon-bookmark-add {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 19px;
}
.content-gallery .gallery-inner .gallery-link .icon-bookmark-add.icon-pushpin {
  left: 20px;
}
.content-gallery .gallery-inner .gallery-link .icon-bookmark-add.pos2 {
  left: 55px;
}
.content-gallery .gallery-inner .gallery-link .icon-play {
  display: inline-block;
  font-size: 60px;
  width: 60px;
  color: #fff;
  height: 60px;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 0 15px #000;
}
.content-gallery .gallery-inner .gallery-link .over {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-gallery .gallery-inner .gallery-link:hover .icon-play {
  text-shadow: 0 0 15px #e4e4e4;
}
.content-gallery .gallery-inner .abs-l,
.content-gallery .gallery-inner .abs-r {
  position: absolute;
  bottom: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  z-index: 5;
}
.content-gallery .gallery-inner .abs-l a,
.content-gallery .gallery-inner .abs-r a {
  color: #fff;
}
.content-gallery .gallery-inner .abs-l p,
.content-gallery .gallery-inner .abs-r p {
  margin-bottom: 2px;
}
.content-gallery .gallery-inner .abs-l p .za-icon,
.content-gallery .gallery-inner .abs-r p .za-icon {
  vertical-align: middle;
}
.content-gallery .gallery-inner .abs-l .title,
.content-gallery .gallery-inner .abs-r .title {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.content-gallery .gallery-inner .abs-l .title .za-icon,
.content-gallery .gallery-inner .abs-r .title .za-icon {
  font-size: 17px;
  vertical-align: top;
}
.content-gallery .gallery-inner .abs-l .box-icon,
.content-gallery .gallery-inner .abs-r .box-icon {
  font-size: 17px;
  color: #fff;
  display: inline-block;
}
.content-gallery .gallery-inner .abs-l .box-icon .icon-medal4,
.content-gallery .gallery-inner .abs-r .box-icon .icon-medal4,
.content-gallery .gallery-inner .abs-l .box-icon .icon-medal5,
.content-gallery .gallery-inner .abs-r .box-icon .icon-medal5,
.content-gallery .gallery-inner .abs-l .box-icon .icon-medal3,
.content-gallery .gallery-inner .abs-r .box-icon .icon-medal3 {
  font-size: 23px;
}
.content-gallery .gallery-inner .abs-l .popover,
.content-gallery .gallery-inner .abs-r .popover {
  font-size: 13px;
  left: auto;
  /*min-width: 200px;*/
  min-width: 0;
  right: 0;
}
.content-gallery .gallery-inner .abs-l {
  left: 10px;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
}
.content-gallery .gallery-inner .abs-r {
  right: 10px;
}
.content-gallery .gallery-inner .abs-r .box-icon {
  margin-left: 8px;
}
.content-gallery .gallery-inner .caption {
  padding: 10px;
  height: 58px;
  position: relative;
  text-align: left;
}
.content-gallery .gallery-inner .caption h2 {
  margin: 0;
  font-size: 16px;
  margin-bottom: 4px;
  color: #0069b4;
  overflow: hidden;
  height: 18px;
}
.content-gallery .gallery-inner .caption h2 .za-icon {
  font-size: 14px;
}
.content-gallery .gallery-inner .caption h2 .icon-face2 {
  font-size: 16px;
  vertical-align: top;
}
.content-gallery .gallery-inner .caption p {
  color: #aaaaaa;
  margin: 0;
}
.content-gallery .gallery-inner .caption p.info {
  height: 19px;
  overflow: hidden;
}
.content-gallery .gallery-inner .caption .za-icon {
  font-size: 14px;
  vertical-align: baseline;
}
.content-gallery .gallery-inner .caption .za-icon.icon-eye {
  position: relative;
  top: 1px;
}
.content-gallery .gallery-inner .caption-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=0);
}
.content-gallery .gallery-inner .caption-abs h2,
.content-gallery .gallery-inner .caption-abs p {
  color: white;
}
.content-gallery .gallery-inner .caption-abs h2 .mf-green,
.content-gallery .gallery-inner .caption-abs p .mf-green {
  color: #a3bf2a;
}
.content-gallery .gallery-inner .caption-abs h2 .mf-blue,
.content-gallery .gallery-inner .caption-abs p .mf-blue {
  color: #00b9e4;
}
.content-gallery .gallery-inner .caption-abs h2 .mf-orange,
.content-gallery .gallery-inner .caption-abs p .mf-orange {
  color: #ee7a19;
}
.content-gallery .gallery-inner .caption-abs h2 .mf-purple,
.content-gallery .gallery-inner .caption-abs p .mf-purple {
  color: #a65da3;
}
.content-gallery .gallery-inner.gallery-inner-text {
  overflow: hidden;
}
@media (max-width: 750px) {
  .content-gallery {
    margin: 0;
  }
}
.box-sort-photos {
  display: block;
  margin: -3px 0 0 -3px;
}
.box-sort-photos:before,
.box-sort-photos:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.box-sort-photos:after {
  clear: both;
}
.box-sort-photos:before,
.box-sort-photos:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.box-sort-photos:after {
  clear: both;
}
.box-sort-photos .item {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  margin: 3px 0 0 3px;
}
.box-sort-photos .item.item-desc {
  background: #0069b4 url("../../img/quote.png") no-repeat 12px 26px;
  background-size: 75px 50px;
}
.full-gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../../img/full-gall.png") repeat 0 0;
  overflow: hidden;
  z-index: 1030;
  color: #e4e4e4;
}
.full-gallery.full-gallery-bg {
  background: #141414;
}
.full-gallery .alerts-over {
  left: 15%;
  right: 15%;
  min-width: 300px;
}
.full-gallery .arr-l,
.full-gallery .arr-r {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  color: #aaaaaa;
  z-index: 10;
}
.full-gallery .arr-l .za-icon,
.full-gallery .arr-r .za-icon {
  margin-top: -12px;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
}
.full-gallery .arr-l:hover,
.full-gallery .arr-r:hover {
  color: #e4e4e4;
  text-shadow: 0 0 8px #fff;
  text-decoration: none;
}
.full-gallery .arr-r {
    left: auto;
    right: 0;
    /*  width: 50px; Zpusobuje chybu: https://app.asana.com/0/inbox/68166366766750/1199618801398938/1199234921396657 */
}
.full-gallery .arr-r .za-icon {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -12px;
}
.full-gallery .full-gallery-padd {
  width: 100%;
  height: 100%;
}
.full-gallery .full-gallery-padd .swiper-slide {
  margin: 0;
}
.full-gallery .full-gallery-padd .full-gallery-spc0 {
  text-align: center;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.full-gallery .full-gallery-padd .full-gallery-spc {
  /* display: table-cell; */
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height:100%;
}
.full-gallery .full-gallery-padd .full-gallery-spc2 {
  display: inline-block;
}
.full-gallery .full-gallery-close {
  position: absolute;
  top: 5px;
  right: 17px;
  font-size: 23px;
  z-index: 15;
}
.full-gallery .full-gallery-close a {
  color: #aaaaaa;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  width: 23px;
  height: 23px;
  float: left;
}
.full-gallery .full-gallery-close a .icon-arrow {
  font-size: 13px;
  vertical-align: middle;
  top: -3px;
  position: relative;
}
.full-gallery .full-gallery-close a:hover {
  text-decoration: none;
  color: #e4e4e4;
}
.full-gallery .full-gallery-photo {
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 105;
  height: 100%;
}
.full-gallery .full-gallery-desc {
  display: table-cell;
  vertical-align: middle;
  background: #0069b4 url('../../img/quote-big.png') no-repeat 40px 25px;
  color: #e4e4e4;
  font-size: 20px;
  overflow: hidden;
}
.full-gallery .full-gallery-desc a {
  color: #e4e4e4;
  text-decoration: underline;
}
.full-gallery .full-gallery-desc a:hover {
  text-decoration: none;
}
.full-gallery .full-gallery-desc p {
  margin: 0;
  padding: 20px;
}
.full-gallery .full-gallery-desc .swiper-wrapper {
  position: relative;
}
.full-gallery .full-gallery-desc .swiper-container .swiper-scrollbar.swiper-vertical {
  right: 5px;
}
.full-gallery .full-gallery-info {
  color: #aaaaaa;
  word-wrap: break-word;
  background: #1b1b1b;
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.full-gallery .full-gallery-info.full-gallery-info-anim-desktop {
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.full-gallery .full-gallery-info.full-gallery-info-anim-desktop-panzoom {
    -webkit-transform: translateX(370px);
    transform: translateX(370px);
}
.full-gallery .full-gallery-info.full-gallery-info-empty .spc {
  display: table;
  height: 100%;
  width: 100%;
}
.full-gallery .full-gallery-info.full-gallery-info-empty .spc .full-gallery-info-padd {
  display: table-cell;
  vertical-align: middle;
}
.full-gallery .full-gallery-info.full-gallery-info-empty .spc .full-gallery-info-padd .full-gallery-info-padd-empty {
  font-size: 24px;
  font-weight: bold;
  color: #363636;
}
.full-gallery .full-gallery-info.full-gallery-info-empty .spc .full-gallery-info-padd .full-gallery-info-padd-empty .za-icon {
  font-size: 100px;
}
.full-gallery .full-gallery-info .map {
  text-align: center;
  display: block;
  position: relative;
}
.full-gallery .full-gallery-info .map .location {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -13px;
  color: #000;
  text-decoration: none;
}
.full-gallery .full-gallery-info .map .location .za-icon {
  font-size: 26px;
  line-height: 1;
  display: block;
}
.full-gallery .full-gallery-info .photo-desc-data-for-mobile {
  display: none;
}
.full-gallery .full-gallery-info .full-gallery-info-padd {
  padding: 45px 22px;
}
.full-gallery .full-gallery-info .cam-set {
  color: #595959;
  display: block;
  height: 55px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.full-gallery .full-gallery-info .cam-set li {
  float: left;
  margin: 0;
  width: 25%;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.full-gallery .full-gallery-info .cam-set li .ico {
  background: url('../../img/sprite-k.png') no-repeat 0 -100px;
  display: inline-block;
  width: 33px;
  height: 26px;
}
.full-gallery .full-gallery-info .cam-set li .ico.ico2 {
  background-position: -50px -100px;
}
.full-gallery .full-gallery-info .cam-set li .ico.ico3 {
  background-position: 0px -150px;
}
.full-gallery .full-gallery-info .cam-set li .ico.ico4 {
  background-position: -50px -150px;
}
.full-gallery .full-gallery-info .cam-set li .text {
  display: block;
  text-align: center;
}
.full-gallery .full-gallery-info .param {
  font-size: 12px;
}
.full-gallery .full-gallery-info .param table {
  width: 100%;
  text-align: left;
}
.full-gallery .full-gallery-info .param table td {
  padding: 3px 0 3px 5px;
  vertical-align: top;
  overflow: hidden;
}
.full-gallery .full-gallery-info .param table td span {
  overflow: visible;
}
.full-gallery .full-gallery-info .param table td span .tooltip {
  white-space: normal;
}
.full-gallery .full-gallery-info .param table td:first-child {
  font-weight: bold;
  white-space: nowrap;
  max-width: 122px;
  padding-left: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.full-gallery .full-gallery-info .param .link-question {
  text-decoration: none;
  color: #aaaaaa;
}
.full-gallery .full-gallery-info .param .link-question .za-icon {
  font-size: 15px;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 5px;
}
.full-gallery .full-gallery-info .param .popover {
  margin-right: 5px;
}
.full-gallery .full-gallery-info .param .popover-content {
  color: #fff;
  line-height: 1.5;
}
.full-gallery .full-gallery-info .param .popover-content strong {
  margin-bottom: 8px;
  display: inline-block;
}
.full-gallery .full-gallery-info .param .popover-content a {
  color: #fff;
  text-decoration: underline;
}
.full-gallery .full-gallery-info .param .popover-content a:hover {
  text-decoration: none;
}
.full-gallery .swiper-slide-active .full-gallery-info {
  z-index: 100;
}
.full-gallery .photo-desc-data {
    text-align: center;
    padding: 5px 0;
    bottom: 0px;
    /*text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 1px 0px 0 #000, 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 1px 2px 0 #000, -1px 2px 0 #000, 1px -2px 0 #000, -1px -2px 0 #000, 2px 1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000, -2px -1px 0 #000;*/
}
.full-gallery .photo-desc-data .place {
  color: #aaaaaa;
  font-style: italic;
  margin: 0;
}
.full-gallery .photo-desc-data .place a {
  color: #aaaaaa;
  text-decoration: underline;
}
.full-gallery .photo-desc-data .place a:hover {
  text-decoration: none;
}
.full-gallery .photo-desc-data .photo-desc-data-read .spc {
  padding: 5px;
}
.full-gallery .photo-desc-data .photo-desc-data-read .photo-desc-data-name {
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 4px;
}
.full-gallery .photo-desc-data .photo-desc-data-read .scroll {
  max-height: 72px;
  overflow: hidden;
}
.full-gallery .photo-desc-data .photo-desc-data-read .scroll .swiper-container {
  max-height: 72px;
}
.full-gallery .photo-desc-data .photo-desc-data-read .photo-desc-data-desc {
  margin-bottom: 0;
  font-style: italic;
  font-size: 16px;
}
.full-gallery .photo-desc-data .photo-desc-data-read .photo-desc-data-desc.photo-desc-data-desc-img {
  text-align: left;
}
.full-gallery .photo-desc-data .photo-desc-data-read .photo-desc-data-desc.photo-desc-data-desc-img img.pull-left {
  margin: 0 10px 10px 0;
}
.full-gallery .photo-desc-data .photo-desc-data-write {
  background: #1b1b1b;
}
.full-gallery .photo-desc-data .photo-desc-data-write .spc {
  padding: 5px;
}
.full-gallery .photo-desc-data .photo-desc-data-write .small {
  text-align: left;
  margin-bottom: 0;
}
.full-gallery .photo-desc-data .photo-desc-data-write .form-control {
  text-align: center;
  background: #d1d1d1;
  font-size: 14px;
  max-width: 100%;
  resize: vertical;
}
.full-gallery .photo-desc-data .photo-desc-data-write .form-control .placeholder(#1b1b1b) ::-webkit-input-placeholder {
  color: #1b1b1b;
}
.full-gallery .photo-desc-data .photo-desc-data-write .photo-desc-data-name {
  margin-bottom: 5px;
}
.full-gallery .photo-desc-data .photo-desc-data-write .photo-desc-data-desc {
  margin-bottom: 5px;
}
.full-gallery .photo-desc-data .photo-desc-data-write .photo-desc-data-desc .form-control {
  height: 32px;
}
.full-gallery .photo-bottom-panel {
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 23;
}
.full-gallery .photo-bottom-panel .description {
  height: 45px;
  font-size: 12px;
  padding: 4px 0 0 20px;
  float: left;
  overflow: hidden;
}
.full-gallery .photo-bottom-panel .description p {
  margin: 0;
}
.full-gallery .photo-bottom-panel .description .name {
  color: #e4e4e4;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.full-gallery .photo-bottom-panel .description .by {
  color: #aaaaaa;
  white-space: nowrap;
}
.full-gallery .photo-bottom-panel .description .by a {
  color: #aaaaaa;
}
.full-gallery .photo-bottom-panel .description .za-icon {
  font-size: 13px;
}
.full-gallery .photo-bottom-panel .description .pull-name {
  padding-left: 67px;
}
.full-gallery .photo-bottom-panel .description .pull-back {
  line-height: 30px;
  height: 30px;
  margin-right: 15px;
  padding-right: 14px;
  border-right: 1px solid #aaaaaa;
  position: absolute;
  top: 10px;
  left: 0;
}
.full-gallery .photo-bottom-panel .description .pull-back a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #aaaaaa;
  vertical-align: middle;
}
.full-gallery .photo-bottom-panel .description .pull-back a img {
  vertical-align: top;
}
.full-gallery .photo-bottom-panel .description .pull-back a:hover {
  text-decoration: none;
  color: #e4e4e4;
}
.full-gallery .photo-bottom-panel .description .pull-back .za-icon {
  font-size: 25px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.full-gallery .photo-bottom-panel .control {
  position: absolute;
  left: 50%;
  width: 150px;
  margin-left: -81px;
  top: 8px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.full-gallery .photo-bottom-panel .control .play {
  font-size: 27px;
}
.full-gallery .photo-bottom-panel .control a {
  color: #aaaaaa;
  text-decoration: none;
  vertical-align: middle;
  margin-left: 6px;
}
.full-gallery .photo-bottom-panel .control a:hover {
  color: #e4e4e4;
  text-decoration: none;
}
.full-gallery .bar-abs {
  position: absolute;
  right: 12px;
  bottom: 0;
  z-index: 25;
}
.full-gallery .bar-abs .navbar-share {
  background: none;
  min-height: 20px;
  margin: 0;
  position: relative;
  float: right;
}
.full-gallery .bar-abs .navbar-share .navbar-nav {
  margin: 0 !important;
}
.full-gallery .bar-abs .navbar-share .dropdown {
  float: left;
}
.full-gallery .bar-abs .navbar-share .nav-more {
  padding: 0;
}
.full-gallery .bar-abs .navbar-share .nav-more:hover,
.full-gallery .bar-abs .navbar-share .nav-more:focus {
  background: none;
  color: #e4e4e4;
}
.full-gallery .bar-abs .navbar-share .dropdown-menu {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 25px;
}
.full-gallery .bar-abs .navbar-share .open a.nav-more,
.full-gallery .bar-abs .navbar-share .open a.nav-more:focus {
  color: #e4e4e4;
  background: none;
}
.full-gallery .bar {
  height: 50px;
  line-height: 50px;
  z-index: 5;
  float: left;
}
.full-gallery .bar .link {
  background: url("../../img/sprite-k.png") no-repeat scroll 0 0;
  display: inline-block;
  float: right;
  height: 20px;
  width: 10px;
  position: relative;
  top: 15px;
}
.full-gallery .bar .link.link-more {
  background: url("../../img/icons-k.png") no-repeat scroll 0 -2100px;
  display: block;
  float: right;
  padding-left: 5px;
  padding-right: 15px;
  width: 10px;
}
.full-gallery .bar .link.link-more:hover {
  background-position: 0 -2150px;
}
.full-gallery .bar .ico {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.full-gallery .bar .ico.ico-views {
  cursor: default;
}
.full-gallery .bar .txt {
  font-size: 18px;
  font-weight: bold;
  color: #8c8c8c;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
}
.full-gallery .bar .table-links {
  vertical-align: top;
  line-height: 1;
  height: 50px;
  float: right;
}
.full-gallery .bar .table-links td {
  vertical-align: middle;
  padding: 0 12px;
  border: none;
  margin: 0;
}
.full-gallery .bar .table-links .td-ico {
  width: 35px;
}
.full-gallery .bar .table-links .za-icon-link {
  display: inline-block;
  vertical-align: text-bottom;
  color: #aaaaaa;
}
.full-gallery .bar .table-links .za-icon-link:hover {
  color: #e4e4e4;
}
.full-gallery .bar .table-links .za-icon-link.za-icon-link-disabled {
  color: #2e2e2e;
  cursor: default;
}
.full-gallery .bar .table-links .za-icon {
  font-size: 19px;
  vertical-align: middle;
}
.full-gallery .bar .table-links .popover {
  left: auto;
  right: 0;
}
.full-gallery .bar .table-links .btn-follow.btn-follow-active {
  background: #000;
}
.full-gallery .bar .table-links .btn-follow .follow-numb {
  background: #000;
}
.full-gallery .bar .table-links .btn-follow .follow-numb:after {
  border-color: transparent #000 transparent transparent;
}
.full-gallery .bar .table-links .btn-follow .za-icon {
  vertical-align: baseline;
  font-size: 14px;
}
.full-animate {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 0px;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1030;
  background: url("../../img/full-gall.png") repeat 0 0;
}
.full-animate span {
  width: 40px;
  height: 0;
  display: inline-block;
  background: url("../../img/loading.gif") no-repeat 0 0;
}
.full-animate.full-animate-pre-open {
  height: 60px;
  margin-top: -30px;
  text-align: center;
  line-height: 60px;
}
.full-animate.full-animate-pre-open span {
  width: 40px;
  margin-top: 8px;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  height: 40px;
}
.full-animate.full-animate-open {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.full-animate.full-animate-open span {
  display: none;
}
@media (max-width: 750px) {
  .full-gallery .full-gallery-close {
    display: none;
  }
  .full-gallery .full-gallery-padd {
    overflow: hidden;
    overflow-y: auto;
  }
  .full-gallery .full-gallery-padd .full-gallery-spc {
    padding-bottom: 50px;
    overflow: hidden;
  }
  .full-gallery .arr-l,
  .full-gallery .arr-r {
    display: none;
  }
  .full-gallery .full-gallery-photo {
    z-index: 1;
  }
  .full-gallery .full-gallery-info {
    display: block;
    float: none;
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
    zoom: 1;
  }
  .ie .full-gallery .full-gallery-info {
    left: 0;
    right: 0;
  }
  .full-gallery .full-gallery-info .spc {
    padding-top: 35px;
  }
  .full-gallery .full-gallery-info .photo-desc-data-for-mobile {
    display: block;
  }
  .full-gallery .full-gallery-info .photo-desc-data-for-mobile .photo-desc-data {
    padding: 20px 10px 0;
    display: block;
  }
  .full-gallery .full-gallery-info .photo-desc-data-for-mobile .photo-desc-data .scroll {
    max-height: none;
  }
  .full-gallery .full-gallery-info .photo-desc-data-for-mobile .photo-desc-data .scroll .swiper-container {
    max-height: none;
  }
  .full-gallery .full-gallery-info .param {
    font-size: 14px;
  }
  .full-gallery .full-gallery-info .param table {
    width: auto;
    margin: 0 auto;
  }
  .full-gallery .full-gallery-info .param table td:first-child {
    width: 50%;
  }
  .full-gallery .full-gallery-info .full-gallery-info-padd {
    padding-bottom: 72px;
  }
  .full-gallery .photo-desc-data {
    overflow-y: auto;
    /*bottom: 100px;*/
    /*display: none;*/
  }
  .full-gallery .photo-desc-data .photo-desc-data-read .spc {
    padding: 3px;
  }
  .full-gallery .photo-desc-data .photo-desc-data-read .photo-desc-data-name {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .full-gallery .photo-desc-data .photo-desc-data-read .photo-desc-data-desc {
    font-size: 13px;
  }
  .full-gallery .photo-bottom-panel {
    bottom: auto;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .full-gallery .photo-bottom-panel .description {
    padding-left: 8px;
  }
  .full-gallery .photo-bottom-panel .description .pull-back {
    padding-right: 8px;
    margin-left: -3px;
  }
  .full-gallery .photo-bottom-panel .description .pull-back img {
    position: relative;
    margin-left: -6px;
  }
  .full-gallery .photo-bottom-panel .description .pull-name {
    padding-left: 57px;
    padding-top: 1px;
  }
  .full-gallery .photo-bottom-panel .description .name {
    font-size: 15px;
    overflow: hidden;
    height: 21px;
    display: block;
  }
  .full-gallery .photo-bottom-panel .control {
    display: none;
  }
  .full-gallery .bar-abs {
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.84)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d6000000', GradientType=0);
  }
  .full-gallery .bar-abs .bar {
    width: 100%;
  }
  .full-gallery .bar-abs .bar .table-links {
    width: 100%;
  }
  .full-gallery .bar-abs .bar .table-links .popover {
    min-width: 290px;
    left: 0;
    right: 0;
  }
  .full-gallery .bar-abs .bar .table-links .popover:before {
    right: auto;
    left: 15px;
  }
}
@media (max-width: 480px) {
  .full-gallery .bar .table-links td.td-ico {
    padding: 0 5px;
    text-align: center;
  }
  .full-gallery .bar .table-links .dropup-menu {
    text-align: left;
  }
}
.home {
  color: #050505;
}
.home .container-wide {
  overflow: hidden;
}
.home .row-home {
  display: block;
  overflow: hidden;
  z-index: 1000;
  height: 100%;
  position: relative;
}
.home .row-home .container {
  position: relative;
  height: 100%;
  z-index: 1000;
}
.home .row-home .container .abs-images {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.home .row-home .container .abs-images .abs {
  position: absolute;
  border: none;
}
.home .row-home .container .abs-images .abs.pos1 {
  top: 105px;
  left: 0;
  width: 250px;
  height: 375px;
}
.home .row-home .container .abs-images .abs.pos2 {
  top: 200px;
  left: 260px;
  width: 248px;
  height: 248px;
}
.home .row-home .container .abs-images .abs.pos3 {
  top: 460px;
  left: 284px;
  width: 107px;
  height: 107px;
}
.home .row-home .container .abs-images .abs.pos4 {
  top: 460px;
  left: 403px;
  width: 100px;
  height: 150px;
}
.home .row-home .container .abs-images .abs.pos5 {
  top: 290px;
  left: 520px;
  width: 375px;
  height: 250px;
}
.home .row-home .container .next {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  z-index: 10;
}
.home .row-home .container .next a {
  color: #fff;
  text-decoration: none;
  font-size: 36px;
  display: inline-block;
  padding-bottom: 25px;
  min-width: 32px;
  position: relative;
}
.home .row-home .container .next .arr {
  background: url("../../img/sprite-k.png") no-repeat -300px -50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 22px;
  display: block;
}
.home .row-home .title-hp {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #050505;
}
.home .row-home .desc {
  font-size: 30px;
  color: #8c8c8c;
  margin-bottom: 0;
}
.home .row-home .home-images {
  background: url("../../img/home-images.png") no-repeat 0 0;
  position: relative;
  left: 0px;
  margin-top: 90px;
  width: 490px;
  height: 404px;
}
.home .row-home .nb {
  background: url("../../img/home-nb.png") no-repeat 0 0;
  position: absolute;
  right: -110px;
  top: 140px;
  width: 806px;
  height: 587px;
}
.home .row-white {
  background: #fff;
}
.home .row-home1 {
  color: #fff;
}
.home .row-home1 .title-hp {
  color: #fff;
  text-shadow: 1px 1px 2px #606060;
}
.home .row-home1 .btn {
  white-space: normal;
}
.home .row-home1 .spc {
  position: relative;
  z-index: 10;
  padding-right: 400px;
  padding-top: 100px;
}
.home .row-home1 .container .next .arr {
  background-position: -300px -25px;
}
.home .row-home1 .desc {
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px #606060;
  margin-top: 20px;
}
.home .row-home2 .row {
  padding-bottom: 80px;
}
.home .row-home2 .spc {
  padding: 120px 0 0 0;
}
.home .row-home3 {
  background: url("../../img/home3.jpg") no-repeat fixed 50% 0;
  min-height: 500px;
}
.home .row-home4 .spc {
  padding: 25px 0 100px;
}
.home .row-home4 .desc a {
  color: #8C8C8C;
  text-decoration: underline;
}
.home .row-home4 .desc a:hover {
  text-decoration: none;
}
.home .row-home4 .row {
  margin-top: 30px;
}
.home .row-home4 .row .img {
  text-align: center;
  height: 225px;
  vertical-align: bottom;
}
.home .row-home4 .row .img img {
  display: inline-block;
  vertical-align: bottom;
}
.home .row-home4 .row .title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.home .row-home4 .row .icon {
  margin-bottom: 0;
  text-align: center;
  margin-left: -30px;
}
.home .row-home4 .row .icon .win8 {
  display: inline-block;
  width: 39px;
  height: 43px;
  background: url("../../img/sprite-k.png") no-repeat -550px 0;
  margin-left: 30px;
}
.home .row-home4 .row .icon .win8:hover {
  background-position: -550px -50px;
}
.home .row-home4 .row .icon .win {
  display: inline-block;
  width: 49px;
  height: 43px;
  background: url("../../img/sprite-k.png") no-repeat -500px 0;
  margin-left: 30px;
}
.home .row-home4 .row .icon .win:hover {
  background-position: -500px -50px;
}
.home .row-home4 .row .icon .and {
  display: inline-block;
  width: 36px;
  height: 43px;
  background: url("../../img/sprite-k.png") no-repeat -600px 0;
  margin-left: 30px;
}
.home .row-home4 .row .icon .and:hover {
  background-position: -600px -50px;
}
.home .row-home4 .row .row-desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.home .row-home6 .container {
  background: url("../../img/home6.png") no-repeat 50% 35px;
  min-height: 700px;
  padding-bottom: 80px;
}
.home .row-home6 .container .abs-images {
  z-index: 3;
}
.home .row-home6 .container .spc {
  padding-top: 50px;
  z-index: 5;
  position: relative;
}
.home .row-home7 {
  /* background: url("../../img/home7.jpg") no-repeat fixed 50% 100%; =Nefungovalo to na 4K monitorech */
}
.home .row-home7 .container {
  min-height: 900px;
}
.home .row-home7 .spc {
  padding-top: 30px;
}
.home .row-home7 .title-hp {
  color: #fff;
  text-shadow: 1px 1px 2px #606060;
}
.home .row-home7 .text-center {
  text-shadow: 1px 1px 2px #606060;
}
.home .row-home7 p {
  color: #fff;
  font-size: 30px;
  margin-bottom: 40px;
}
.home .row-home7 a {
  color: #fff;
  text-decoration: underline;
}
.home .row-home7 .form {
  margin: 0 auto;
  width: 600px;
}
.home .row-home7 .placeholder span {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}
.home .row-home7 .form-control {
  height: 60px;
  text-align: center;
  font-size: 30px;
}
.home .row-home7 .btn {
  white-space: normal;
}
.home .row-home7 .btn strong {
  display: block;
}
.home .row-home7 .btn span {
  display: block;
  font-weight: normal;
  font-size: 18px;
}
.home #footer {
  background: #292929;
  min-height: 80px;
  color: #f1e9e4;
}
.home #footer .nav-lang .navbar-nav > li > a {
  color: #f1e9e4;
}
.home.device-touch .img-holder {
  height: 600px;
}
.home.device-touch .img-holder1 > img {
  display: none;
}
.home.device-touch .img-holder7 > img {
  display: none;
}
.home.device-touch .row-home1 {
  background: url("../../img/home1.jpg") no-repeat 50% 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.home.device-touch .row-home1 .spc {
  text-align: center;
  padding-right: 0px;
  padding-top: 100px;
}
.home.device-touch .row-home1 .desc {
  color: #fff;
}
@media (max-width: 799px) {
  .home.device-touch .img-holder {
    height: 200px;
  }
  .home .img-holder1 > img {
    display: none;
  }
  .home .img-holder7 > img {
    display: none;
  }
  .home .row-home .title-hp {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .home .row-home .desc {
    font-size: 20px;
    color: #8c8c8c;
  }
  .home .row-home .home-images {
    background: url("../../img/home-images.png") no-repeat 0 0;
    position: absolute;
    left: 0px;
    top: 90px;
    width: 490px;
    height: 404px;
  }
  .home .row-home .nb {
    display: none;
  }
  .home .row-home .spc {
    text-align: center;
  }
  .home .row-home1 {
    background: url("../../img/home1.jpg") no-repeat 50% 100%;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .home .row-home1 .spc {
    text-align: center;
    padding-right: 0px;
    padding-top: 100px;
  }
  .home .row-home1 .desc {
    color: #fff;
  }
  .home .row-home2 .home-images {
    display: none;
  }
  .home .row-home2 .row {
    padding-bottom: 100px;
  }
  .home .row-home2 .spc {
    padding: 0;
  }
  .home .row-home3 {
    background: url("../../img/home3.jpg") no-repeat 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 190px;
  }
  .home .row-home4 .row .col-sm-4 {
    margin-top: 40px;
  }
  .home .row-home4 .row .col-sm-4:first-child {
    margin-top: 0;
  }
  .home .row-home4 .row .img {
    width: 100px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    overflow: hidden;
  }
  .home .row-home4 .row .text {
    padding-left: 120px;
  }
  .home .row-home4 .row .title {
    font-size: 20px;
  }
  .home .row-home4 .row .row-desc {
    font-size: 15px;
  }
  .home .row-home5 {
    background: url("../../img/home5.jpg") no-repeat 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 190px;
  }
  .home .row-home6 .container {
    min-height: 0;
  }
  .home .row-home6 .container .abs-images {
    position: relative;
    margin-top: 40px;
  }
  .home .row-home6 .container .abs-images .abs {
    position: relative;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
    vertical-align: top;
    margin-bottom: 10px;
    height: auto !important;
    display: none;
  }
  .home .row-home6 .container .abs-images .abs.pos5 {
    display: block;
  }
  .home .row-home6 .container .spc {
    padding-top: 50px;
    z-index: 5;
    position: relative;
  }
  .home .row-home7 {
    background: url("../../img/home7.jpg") no-repeat 50% 0;
  }
  .home .row-home7 .container {
    min-height: 0;
  }
  .home .row-home7 .spc {
    padding-bottom: 100px;
  }
  .home .row-home7 .form {
    margin: 0 auto;
    width: 100%;
  }
  .home .row-home7 .form-control {
    font-size: 15px;
  }
  .home .row-home7 a {
    color: #fff;
    text-decoration: underline;
  }
  .home .row-home7 .btn {
    white-space: normal;
    font-size: 25px;
  }
  .home .row-home7 .btn strong {
    display: block;
  }
  .home .row-home7 .btn span {
    display: block;
    font-weight: normal;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .home .row-home .btn {
    font-size: 18px;
  }
  .home .row-home .spc {
    padding-top: 20px;
  }
}
@media (min-width: 799px) and (max-width: 1000px) {
  .home .row-home .title-hp {
    font-size: 35px;
  }
  .home .row-home .desc {
    font-size: 23px;
  }
  .home .row-home .btn {
    font-size: 23px;
  }
  .home .row-home .nb {
    top: 75px;
  }
}
.registrace .monitor {
  position: absolute;
  right: 0;
  top: 70px;
  bottom: 0;
  width: 921px;
  background: url("../../img/mon-cz.jpg") no-repeat 0 0;
  z-index: 5;
  display: none;
  overflow: hidden;
}
.registrace .monitor .menu {
  position: absolute;
  top: 126px;
  left: 672px;
  z-index: 2;
  color: #aaaaaa;
}
.registrace .monitor .menu span {
  padding: 0 10px;
}
.registrace .monitor .menu span .za-icon {
  margin-right: 10px;
}
.registrace .monitor .menu span.active {
  color: #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}
.registrace .monitor .btn-follow {
  position: absolute;
  left: 830px;
  top: 179px;
  cursor: default;
}
.registrace .monitor .btn-follow:hover {
  border-color: #aaaaaa;
}
.registrace .monitor .url {
  position: absolute;
  top: 87px;
  left: 151px;
  color: #aaaaaa;
}
.registrace .monitor .name {
  position: absolute;
  top: 155px;
  left: 235px;
  color: #e4e4e4;
  font-weight: bold;
  font-size: 23px;
  white-space: nowrap;
}
.registrace .monitor .desc {
  position: absolute;
  top: 185px;
  left: 236px;
  color: #aaaaaa;
  white-space: nowrap;
}
.registrace .registrace-container {
  position: relative;
  z-index: 10;
  background: #f8f8f8;
  padding-top: 0px;
}
.registrace .registrace-container h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
.registrace .registrace-container .desc {
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 45px;
}
.registrace .registrace-container .form-group {
  margin-bottom: 30px;
}
.registrace .registrace-container .form-group .line {
  border-bottom: 1px solid #aaaaaa;
  padding-right: 30px;
  margin-bottom: 5px;
  position: relative;
}
.registrace .registrace-container .form-group .line .icon {
  position: absolute;
  top: 12px;
  right: 0;
  width: 30px;
  height: 23px;
  font-size: 23px;
  text-align: right;
  vertical-align: top;
  color: #aaaaaa;
}
.registrace .registrace-container .form-group .line .icon .za-icon {
  vertical-align: top;
  position: relative;
}
.registrace .registrace-container .form-group .line .icon .za-icon.icon-checkmark {
  font-size: 25px;
  color: #87bd22;
}
.registrace .registrace-container .form-group .line:hover {
  border-color: #2e2e2e;
}
.registrace .registrace-container .form-group .line-desc {
  font-size: 16px;
  margin-bottom: 0;
  color: #292929;
  font-weight: 300;
  min-height: 37px;
}
.registrace .registrace-container .form-group .form-control {
  font-size: 26px;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  font-weight: bold;
  padding: 4px 0;
}
.registrace .registrace-container .form-group.form-group-btn {
  border: none;
  margin-top: 40px;
  margin-bottom: 0;
}
.registrace .registrace-container .form-group.form-group-btn .btn-blue {
  font-size: 26px;
}
.registrace .registrace-container .form-group.form-group-btn + .form-group {
  margin-top: 20px;
}
.registrace .registrace-container .form-group.has-error .line {
  border-color: #b94a48;
}
.registrace .registrace-container .form-group.has-error .line .icon-close-big {
  color: #cf0202;
}
.registrace .registrace-container .form-group.has-error .line-desc {
  display: none;
}
.registrace .registrace-container .form-group.has-error .has-error .alert-danger {
  min-height: 37px;
}
.registrace .registrace-container .form-group-url .spc {
  position: relative;
  padding-right: 200px;
}
.registrace .registrace-container .form-group-url .form-group-url-p {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 26px;
  line-height: 32px;
  color: #0069b4;
  text-align: right;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 1009px) {
  .registrace .monitor {
    display: block;
  }
  .registrace .registrace-container {
    width: 450px;
    padding-top: 73px;
  }
}
@media (min-width: 1000px) {
  .registrace .monitor {
    width: 500px;
  }
}
@media (min-width: 1400px) {
  .registrace .monitor {
    width: 700px;
  }
}
@media (min-width: 1800px) {
  .registrace .monitor {
    width: 921px;
  }
}
@media (max-width: 480px) {
  .registrace .registrace-container h1 {
    font-size: 30px;
  }
  .registrace .registrace-container .desc {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .registrace .registrace-container .form-group .line {
    border-bottom: 1px solid #aaaaaa;
    padding-right: 30px;
    margin-bottom: 5px;
    position: relative;
  }
  .registrace .registrace-container .form-group .line .icon {
    top: 11px;
    font-size: 18px;
  }
  .registrace .registrace-container .form-group .line .icon .za-icon.icon-checkmark {
    font-size: 20px;
  }
  .registrace .registrace-container .form-group .form-control {
    font-size: 20px;
  }
  .registrace .registrace-container .form-group .line-desc {
    font-size: 14px;
  }
  .registrace .registrace-container .form-group-url .spc {
    padding-right: 155px;
  }
  .registrace .registrace-container .form-group-url .form-group-url-p {
    top: 2px;
    font-size: 20px;
  }
}
footer {
  z-index: 0;
  min-height: 60px;
  position: relative;
  color: black;
  padding-top: 15px;
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: black;
  text-decoration: underline;
}
footer a:hover {
  color: black;
  text-decoration: none;
}
footer .navbar-default .navbar-nav > li > a {
    color: black;
}
footer.darkblue {
    color: #aaaaaa;
}
footer.darkblue a {
  color: #aaaaaa;
  text-decoration: underline;
}
footer.darkblue a:hover {
  color: #aaaaaa;
  text-decoration: none;
}
footer.darkblue .navbar-default .navbar-nav > li > a {
    color: #2e2e2e;
}

@media (max-width: 750px) {
  footer {
    display: none;
  }
}
.nav-lang {
  display: block;
  text-align: center;
  margin: 0;
}
.nav-lang .nav {
  display: inline-block;
  float: none;
}
.nav-lang .nav li > a {
  text-decoration: none;
}
.nav-lang .nav li > a:hover {
  color: #2e2e2e;
}
.nav-lang .nav .active > a,
.nav-lang .nav .open > a {
  color: #2e2e2e;
  border: none;
}
.nav-lang .nav .active > a:hover,
.nav-lang .nav .open > a:hover {
  color: #2e2e2e;
}
.nav-lang .nav .active .dropdown-toggle,
.nav-lang .nav .open .dropdown-toggle {
  color: #2e2e2e;
}
.nav-lang .nav .active .dropdown-toggle:focus,
.nav-lang .nav .open .dropdown-toggle:focus {
  color: #2e2e2e;
}
.nav-lang .dropdown-menu {
  text-align: left;
}
.nav-lang a > .lng {
  padding-left: 28px;
  display: inline-block;
  background: url('../../img/icons-k.png') no-repeat 0 -1500px;
}
.nav-lang a > .jp {
  background-position: 0 -1550px;
}
.nav-lang a > .de {
  background-position: 0 -1650px;
}
.nav-lang a > .cz {
  background-position: 0 -1600px;
}
.nav-lang a > .es {
  background-position: 0 -1350px;
}
.nav-lang a > .en {
  /*background-position: 0 -1700px;*/
  background: url('../../img/flag-us.png') no-repeat 0 4px;
}
.nav-lang a > .sk {
  background-position: 0 -1300px;
}
@media (max-width: 750px) {
  .nav-lang .navbar-nav {
    text-align: center;
    margin: 0;
  }
  .nav-lang .navbar-nav > li {
    display: inline-block;
  }
  .nav-lang .navbar-nav > li a {
    padding: 5px;
  }
  .nav-lang .navbar-nav .open .dropdown-menu {
    position: absolute;
  }
}
.modal {
  outline: none;
}
.modal-open {
  padding-right: 15px;
}
.modal-open .header {
  right: 15px;
}
@media (max-width: 480px) {
  .modal-open {
    padding-right: 0;
  }
  .modal-open .header {
    right: 0;
  }
}
.modal-content-zps {
  border: none;
  height: 100%;
  overflow: hidden;
  padding-bottom: 73px;
  padding-top: 73px;
  position: relative;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.modal-content-zps .spc {
  position: relative;
}
.modal-content-zps .modal-header,
.modal-content-zps .modal-footer {
  background: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-content-zps .modal-footer {
  bottom: 0;
  top: auto;
  margin-top: 0;
}
.modal-content-zps .modal-body {
  height: 100%;
  overflow-y: auto;
}
.modal-dialog {
  min-width: 320px;
}
.modal-dialog .date {
  font-weight: bold;
}
.modal-dialog.modal-dialog2 {
  max-width: 500px;
}
.modal-dialog .modal-header {
  padding: 15px 20px;
}
.modal-dialog .modal-body .scroll {
  overflow-y: auto;
}
@media (max-width: 660px) {
  .modal-dialog .modal-body .modal-body .scroll {
    overflow-y: visible;
  }
}
.modal-dialog .modal-body .box-intro-photo .a-question {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  color: #2e2e2e;
  text-decoration: none;
}
.modal-dialog .modal-body .box-intro-photo .upload-box {
  margin-bottom: 20px;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-block:before,
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-block:after {
  clear: both;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-block:before,
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-block:after {
  clear: both;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-block img {
  max-width: 100%;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-block .popover-help .popover.top {
  color: #000;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: auto;
  left: -13px;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-block .popover-help .popover.top:before {
  right: auto;
  left: 10px;
  border-color: #fff transparent transparent;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns {
  margin-bottom: 20px;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  margin-right: 10px;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn .spc {
  display: inline-block;
  line-height: 1;
  width: 60px;
  vertical-align: middle;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn .icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-bottom: 5px;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn .icon .za-icon {
  font-size: 25px;
  width: 25px;
  height: 25px;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn .icon .za-icon.icon-question-clear {
  font-size: 30px;
  width: 30px;
  height: 30px;
  left: -2px;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn .txt {
  display: block;
  line-height: 1.1;
  font-weight: 300;
  font-size: 13px;
}
.modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn.active {
  background: #0069b4;
  color: #fff;
  box-shadow: none;
}
@media (min-width: 750px) {
  .modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn {
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin-right: 20px;
  }
  .modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn .spc {
    width: 120px;
  }
  .modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn .icon {
    margin-bottom: 15px;
  }
  .modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn .icon .za-icon {
    font-size: 50px;
    width: 50px;
    height: 50px;
  }
  .modal-dialog .modal-body .box-intro-photo .box-intro-photo-big-btns .btn .icon .za-icon.icon-question-clear {
    font-size: 70px;
    width: 70px;
    height: 70px;
    left: -2px;
  }
}
.modal-dialog .modal-body .box-intro-photo .edit-profile-img .noui-slider {
  float: right;
  width: 60%;
  max-width: none;
  margin-top: 16px;
}
.modal-dialog .modal-body .box-intro-photo .edit-profile-img .btns {
  float: left;
  width: 35%;
  margin: 0;
}
.modal-dialog .modal-body .edit-profile-img .edit-img {
    text-align: center;
    margin: 0 auto 20px;
    -webkit-box-shadow: 0px 0px 10px 0px #c7c7c7;
    -moz-box-shadow: 0px 0px 10px 0px #c7c7c7;
    box-shadow: 0px 0px 10px 0px #c7c7c7;
    border-radius: 50%;
    border: 1.3px solid #aaaaaa;
}
.modal-dialog .modal-body .edit-profile-img .edit-img img {
  max-width: 100%;
}
.modal-dialog .modal-body .edit-profile-img .noui-slider {
  margin: 0 auto;
  max-width: 258px;
}
.modal-dialog .modal-body .edit-profile-img .noui-slider .noUi-handle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #0069b4;
  box-shadow: none;
  border-color: #0069b4;
}
.modal-dialog .modal-body .edit-profile-img .noui-slider .noUi-handle:after,
.modal-dialog .modal-body .edit-profile-img .noui-slider .noUi-handle:before {
  top: 50%;
  margin-top: -7px;
  background: #fff;
  left: 10px;
  display: none;
}
.modal-dialog .modal-body .edit-profile-img .noui-slider .noUi-handle:after {
  left: 12px;
}
.modal-dialog .modal-body .edit-profile-img .noui-slider.noUi-horizontal {
  height: 1px;
  border-bottom: none;
}
.modal-dialog .modal-body .edit-profile-img .noui-slider.noUi-horizontal .noUi-handle {
  top: 50%;
  margin-top: -11px;
}
.modal-dialog .modal-body .nav-upload-tree {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 1px solid #eeeeee;
  background: #f8f8f8;
}
.modal-dialog .modal-body .nav-upload-tree > li:first-child {
  border-top: none;
}
.modal-dialog .modal-body .nav-upload-tree li {
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #eeeeee;
}
.modal-dialog .modal-body .nav-upload-tree li a,
.modal-dialog .modal-body .nav-upload-tree li label {
  padding: 5px 15px;
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.modal-dialog .modal-body .nav-upload-tree li a:hover,
.modal-dialog .modal-body .nav-upload-tree li label:hover {
  background: #f2f2f2;
}
.modal-dialog .modal-body .nav-upload-tree li.active a {
  background: #E3E3E3;
}
.modal-dialog .modal-body .nav-upload-tree li label {
  cursor: pointer;
  margin: 0;
}
.modal-dialog .modal-body .nav-upload-tree li label .icon-arrow-right {
  font-size: 9px;
  margin-right: 8px;
  position: relative;
  top: -1px;
  display: inline-block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal-dialog .modal-body .nav-upload-tree li label.tree-close .icon-arrow-right {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.modal-dialog .modal-body .nav-upload-tree li a {
  text-decoration: none;
}
.modal-dialog .modal-body .nav-upload-tree li a .icon-arrow-right,
.modal-dialog .modal-body .nav-upload-tree li a .icon-plus {
  font-size: 9px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.modal-dialog .modal-body .nav-upload-tree .submenu {
  margin: 0;
  padding: 0;
}
.modal-dialog .modal-body .nav-upload-tree .submenu li a {
  padding-left: 30px;
}
.modal-dialog .modal-body .form-inline p.pull-right {
  margin: 0;
}
.modal-dialog .modal-body .title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
}
.modal-dialog .modal-body .title2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
}
.modal-dialog .modal-body .title-collapse {
  display: inline-block;
  cursor: pointer;
}
.modal-dialog .modal-body .title-collapse.collapsed {
  margin-bottom: 0;
}
.modal-dialog .modal-body .pass {
  margin-top: 15px;
}
.modal-dialog .modal-body .download-content {
  padding: 30px 0;
}
.modal-dialog .modal-body .download-content .icon {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 5px;
  color: #404040;
}
.modal-dialog .modal-body .download-content .title {
  font-weight: 300;
}
.modal-dialog .modal-body .download-content .box-copy {
  text-align: center;
}
.modal-dialog .modal-body .download-content .box-copy .spc {
  display: inline-block;
  border: 1px solid #d6d6d6;
  background: #e4e4e4;
  font-size: 14px;
  padding: 4px 10px;
  text-align: center;
}
.modal-dialog .modal-body .panel-default .panel-heading {
  position: relative;
}
.modal-dialog .modal-body .panel-default .panel-heading .panel-title-link {
  font-size: 13px;
  float: right;
  color: #0069b4;
  text-decoration: underline;
  margin-top: 1px;
}
.modal-dialog .modal-body .panel-default .panel-heading .panel-title-link:hover {
  text-decoration: none;
}
.modal-dialog .modal-body .panel-default .panel-heading .za-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-dialog .modal-body .panel-default .panel-heading .za-icon-close {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  right: 10px;
  margin-top: -10px;
}
.modal-dialog .modal-body .panel-default .panel-heading .za-icon-close:hover {
  text-decoration: none;
}
.modal-dialog .modal-body .panel-default .panel-heading .za-icon-close .za-icon {
  position: relative;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-dialog .modal-body .panel-default .panel-heading.panel-heading-collapse {
  cursor: pointer;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
}
.modal-dialog .modal-body .panel-default .panel-heading.panel-heading-collapse.collapsed {
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
 }

.modal-dialog .modal-body .panel-default .panel-heading.collapsed .icon-arrow-up2 {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.modal-dialog .modal-body .panel-default .panel-body .padd-l {
  padding-left: 20px;
}
.modal-dialog .modal-body .panel-default .panel-body .spc-input-group-addon {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  background: #fff;
  margin-bottom: 8px;
  border-radius: 6px;
}
.modal-dialog .modal-body .panel-default .panel-body .spc-input-group-addon .my-input-group-addon {
  background: none;
  padding-right: 5px;
  padding: 6px 5px 6px 12px;
  line-height: 1.42857;
  border: none;
  color: #a2a2a2;
}
.modal-dialog .modal-body .panel-default .panel-body .spc-input-group-addon .my-input-group-addon .over {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90px;
  display: inline-block;
  vertical-align: middle;
}
.modal-dialog .modal-body .panel-default .panel-body .spc-input-group-addon .my-input-group-addon .separ {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.modal-dialog .modal-body .panel-default .panel-body .spc-input-group-addon .form-control {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}
.modal-dialog .modal-body .panel-default .panel-body .spc-input-group-addon .form-control:focus {
  border: none;
}
.modal-dialog .modal-body .panel-default .panel-body .spc-input-group-addon.spc-input-group-addon-focus {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.modal-dialog .modal-body .panel-default .panel-body .p-input-group-addon {
  margin: 10px 0;
}
.modal-dialog .modal-body .panel-default .panel-body .p-input-group-addon .p-my-input-group-addon {
  color: #a2a2a2;
}
.modal-dialog .modal-body .modal-body-left {
  width: 540px;
  float: left;
}
.modal-dialog .modal-body .modal-body-right {
  float: right;
  width: 302px;
  background: none;
  border-left: 1px solid #e5e5e5;
  position: relative;
  margin: -20px -20px -20px 0;
  padding: 0;
}
.modal-dialog .modal-body .modal-body-right .spc {
  padding: 20px;
}
.modal-dialog .modal-body .modal-body-right .spc .panel {
  margin-bottom: 0;
  margin-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .spc .panel:first-child {
  margin-top: 0;
}
.modal-dialog .modal-body .modal-body-right .spc .panel .form-inline .form-group {
  width: 25px;
  text-align: center;
}
.modal-dialog .modal-body .modal-body-right .spc .panel .form-inline .form-group-half {
  width: 40%;
}
.modal-dialog .modal-body .modal-body-right .spc .panel .table-foto {
  width: 100%;
}
.modal-dialog .modal-body .modal-body-right .spc .panel .table-foto .td2 {
  width: 40px;
  text-align: center;
}
.modal-dialog .modal-body .modal-body-right .spc .panel-body-nav-upload-tree {
  padding: 0;
}
.modal-dialog .modal-body .modal-body-right .spc .panel-body-nav-upload-tree .nav-upload-tree {
  border: none;
}
.modal-dialog .modal-body .form-group-add-email .btn {
  color: #2e2e2e;
  padding: 0;
}
.modal-dialog .modal-body .form-group-add-email .btn:active {
  color: #2e2e2e;
}
.modal-dialog .modal-body .form-group-add-email .btn:hover,
.modal-dialog .modal-body .form-group-add-email .btn:focus {
  color: #aaaaaa;
  text-decoration: none;
}
.modal-dialog .modal-body .form-group-add-email .btn .za-icon {
  font-size: 13px;
  font-weight: 300;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.modal-dialog .modal-body .user-name .user-name-h2 {
  color: #2e2e2e;
}
.modal-dialog .modal-body img.pull-left {
  margin: 0 25px 0 0;
}
.modal-dialog .modal-body img.pull-right {
  margin: 0 0 0 25px;
}
.modal-dialog .modal-body .form-group-url .spc {
  position: relative;
  padding-right: 100px;
}
.modal-dialog .modal-body .form-group-url .form-group-url-p {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  color: #aaaaaa;
  text-align: right;
}
.modal-dialog .modal-body .form-group-socials .pull-left * {
  vertical-align: top !important;
}
.modal-dialog .modal-body .form-group-socials .fb,
.modal-dialog .modal-body .form-group-socials .tumblr {
  margin-right: 10px;
}
.modal-dialog .modal-body .social-text {
  margin: 0;
}
.modal-dialog .modal-body .social-text .za-icon-spc {
  vertical-align: middle;
  width: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
}
.modal-dialog .modal-body .social-text .za-icon-spc .za-icon {
  display: inline-block;
}
.modal-dialog .modal-body .social-text.social-text-face .za-icon-spc {
  color: #3B5998;
}
.modal-dialog .modal-body .social-text.social-text-goo .za-icon-spc {
  color: #DD4B39;
}
.modal-dialog .modal-body .social-text.social-text-twe .za-icon-spc {
  color: #2BA9E1;
}
.modal-dialog .modal-body .upload-box {
  border: 3px dashed #e6e7e8;
  color: #c9c9c9;
  border-radius: 6px;
}
.modal-dialog .modal-body .upload-box .p-img {
  font-size: 60px;
}
.modal-dialog .modal-body .upload-box .p-1 {
  font-size: 22px;
}
.modal-dialog .modal-body .upload-box .p-2 {
  font-size: 13px;
  margin-bottom: 15px;
}
.modal-dialog .modal-body .upload-box .list-albs {
  text-align: center;
  margin-bottom: 0;
}
.modal-dialog .modal-body .upload-box .list-albs .list-alb {
  display: inline-block;
  width: 100%;
}
.modal-dialog .modal-body .upload-box .list-albs .list-alb .spc:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-dialog .modal-body .upload-box .list-albs .list-alb .thumbnail {
  background: #0069b4;
  border: 1px solid #0069b4;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
  line-height: 32px;
  height: 32px;
  vertical-align: top;
  display: inline-block;
  border-radius: 6px;
}
.modal-dialog .modal-body .upload-box .list-albs .list-alb .thumbnail .img {
  display: none;
}
.modal-dialog .modal-body .upload-box .list-albs .list-alb .thumbnail .abs-bottom {
  position: relative;
  font-weight: normal;
  padding: 0;
  color: #fff;
}
.modal-dialog .modal-body .upload-box .list-albs .list-alb .thumbnail:hover {
  background: #e4e4e4;
  color: #2e2e2e;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-dialog .modal-body .upload-box .list-albs .list-alb .thumbnail:hover .abs-bottom {
  color: #2e2e2e;
}
.modal-dialog .modal-footer {
  margin-top: 0;
}
.modal-dialog .modal-footer p.text-left {
  float: left;
  margin: 0;
  line-height: 33px;
  font-size: 12px;
}
.modal-dialog .modal-footer .modal-footer-l {
  float: left;
  width: 55%;
  text-align: left;
}
.modal-dialog .modal-footer .modal-footer-l .upload-info {
  margin-bottom: 5px;
  font-size: 12px;
}
.modal-dialog .modal-footer .modal-footer-l .upload-info input {
  vertical-align: top;
  margin-right: 3px;
  position: relative;
  top: -2px;
  margin-left: 0;
}
.modal-dialog .modal-footer .modal-footer-l .progress {
  height: 10px;
  margin-bottom: 0;
}
.modal-dialog .modal-footer .modal-footer-r {
  float: right;
  width: 45%;
}
@media (max-width: 660px) {
  .modal-dialog .modal-footer .modal-footer .modal-footer-l {
    float: none;
    display: block;
    width: 100%;
  }
  .modal-dialog .modal-footer .modal-footer .modal-footer-l .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
  }
  .modal-dialog .modal-footer .modal-footer .modal-footer-r {
    float: none;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.modal-dialog.modal-dialog-nahrat-fotky {
  width: 900px;
}
.modal-dialog.modal-dialog-nahrat-fotky .modal-content {
  overflow: hidden;
}
.modal-dialog.modal-dialog-nahrat-fotky .modal-body-right.anim {
  transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -o-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modal-dialog.modal-dialog-nahrat-fotky .modal-body .info-links {
  margin-top: 3px;
}
.modal-dialog.modal-dialog-nahrat-fotky .modal-body .info-links a.pull-left {
  text-decoration: none;
}
.modal-dialog.modal-dialog-nahrat-fotky .modal-body .upload-box-bnr {
  margin-bottom: 30px;
  position: relative;
}
.modal-dialog.modal-dialog-nahrat-fotky .modal-body .upload-box-bnr .spc {
  background: #eee;
  padding: 20px 10px;
  color: #342e2e;
  border-radius: 6px;
}
.modal-dialog.modal-dialog-nahrat-fotky .modal-body .upload-box-bnr .spc .row-app .col-sm-5 {
  border-left: 1px solid #dadada;
}
.modal-dialog.modal-dialog-nahrat-fotky .modal-body .upload-box-bnr .spc .row-app .item {
  text-align: center;
  padding: 10px 0;
}
.modal-dialog.modal-dialog-nahrat-fotky .modal-body .upload-box-bnr .spc .row-app .item .za-icon {
  position: relative;
  font-size: 35px;
  line-height: 1;
  top: 0;
  color: #342e2e;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
.modal-dialog.modal-dialog-nahrat-fotky .modal-body .upload-box-bnr .spc .row-app .item .text {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 750px) {
  .modal-dialog.modal-dialog-nahrat-fotky .modal-body .upload-box-bnr .spc .row-app .col-sm-5 {
    border: none;
    border-top: 1px solid #dadada;
    margin-top: 15px;
    padding-top: 10px;
  }
}
.modal-dialog.modal-dialog-nahrat-fotky .modal-footer .switchers {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .modal-dialog.modal-dialog-nahrat-fotky {
    width: 100%;
  }
  .modal-dialog.modal-dialog-nahrat-fotky .modal-body .modal-body-left {
    width: 60%;
  }
  .modal-dialog.modal-dialog-nahrat-fotky .modal-body .modal-body-right {
    width: 40%;
  }
}
@media (max-width: 660px) {
  .modal-dialog.modal-dialog-nahrat-fotky .modal-body .modal-body-left,
  .modal-dialog.modal-dialog-nahrat-fotky .modal-body .modal-body-right {
    width: 100%;
    display: block;
    float: none;
  }
  .modal-dialog.modal-dialog-nahrat-fotky .modal-body .modal-body-right {
    border: none;
    margin: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
  }
  .modal-dialog.modal-dialog-nahrat-fotky .modal-body .modal-body-right .spc {
    padding: 0;
  }
  .modal-dialog.modal-dialog-nahrat-fotky .modal-footer .modal-footer-r .switchers {
    float: left;
    margin-right: 0;
  }
}
@media (max-width: 350px) {
  .modal-dialog.modal-dialog-nahrat-fotky .modal-footer .modal-footer-r {
    text-align: center;
  }
  .modal-dialog.modal-dialog-nahrat-fotky .modal-footer .modal-footer-r .switchers {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.modal-dialog.modal-dialog-login .modal-header {
  background: #0069b4;
  text-align: center;
  border-bottom: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-dialog.modal-dialog-login .modal-header .close {
  color: #fff;
  opacity: .8;
  text-shadow: none;
}
.modal-dialog.modal-dialog-login .modal-header .close:hover {
  opacity: 1;
}
.modal-dialog.modal-dialog-login .modal-header .zac-logo img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.modal-dialog.modal-dialog-login .modal-header .zac-logo span {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
}
.modal-dialog.modal-dialog-login .box-login-main {
  text-align: center;
  color: #000;
  font-weight: 300;
  padding: 0px;
  font-size: 15px;
}
.modal-dialog.modal-dialog-login .box-login-main label {
  font-weight: 300;
}
.modal-dialog.modal-dialog-login .box-login-main a {
  color: #0173ba;
  text-decoration: underline;
}
.modal-dialog.modal-dialog-login .box-login-main .title {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 550px) {
  .modal-dialog.modal-dialog-login .box-login-main .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.modal-dialog.modal-dialog-login .box-login-main .services {
  margin-bottom: 20px;
  text-align: center;
}
.modal-dialog.modal-dialog-login .box-login-main .services .service {
  display: inline-block;
  text-decoration: none;
  width: 90px;
  height: 90px;
  line-height: 85px;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-dialog.modal-dialog-login .box-login-main .services .service span {
  vertical-align: middle;
  display: inline-block;
}
.modal-dialog.modal-dialog-login .box-login-main .services .service.service-1 img {
  width: 36px;
}
.modal-dialog.modal-dialog-login .box-login-main .services .service.service-2 img {
  width: 54px;
}
.modal-dialog.modal-dialog-login .box-login-main .services .service.service-3 img {
  width: 66px;
}
.modal-dialog.modal-dialog-login .box-login-main .services .service.service-4 img {
  width: 50px;
}
.modal-dialog.modal-dialog-login .box-login-main .services .service.service-5 img {
  width: 27px;
}
.modal-dialog.modal-dialog-login .box-login-main .services .service:hover,
.modal-dialog.modal-dialog-login .box-login-main .services .service.active {
  background-color: #e0e0e0;
}
@media (max-width: 749px) {
  .modal-dialog.modal-dialog-login .box-login-main .services .service {
    width: 70px;
    height: 70px;
    line-height: 65px;
  }
}
@media (max-width: 500px) {
  .modal-dialog.modal-dialog-login .box-login-main .services {
    margin-bottom: 10px;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service {
    width: 60px;
    height: 60px;
    line-height: 55px;
    margin: 0 5px;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-1 img {
    width: 37px;
    display: block;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-1 img {
    width: 37px;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-2 img {
    width: 33px;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-3 img {
    width: 38px;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-4 img {
    width: 33px;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-5 img {
    width: 30px;
  }
}
@media (max-width: 450px) {
  .modal-dialog.modal-dialog-login .box-login-main .services .service {
    width: 55px;
    height: 55px;
    line-height: 50px;
    margin: 0;
  }
}
@media (max-width: 350px) {
  .modal-dialog.modal-dialog-login .box-login-main .services .service {
    width: 45px;
    height: 45px;
    line-height: 40px;
    margin: 0;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-1 img {
    width: 27px;
    display: block;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-1 img {
    width: 27px;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-2 img {
    width: 23px;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-3 img {
    width: 28px;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-4 img {
    width: 23px;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services .service.service-5 img {
    width: 20px;
  }
}
.modal-dialog.modal-dialog-login .box-login-main .services-over {
  position: relative;
}
.modal-dialog.modal-dialog-login .box-login-main .services-over .desc-box {
  position: relative;
  margin-bottom: 40px;
}
.modal-dialog.modal-dialog-login .box-login-main .services-over .desc-box .close {
  display: none;
}
.modal-dialog.modal-dialog-login .box-login-main .services-over .desc-box .desc {
  font-size: 16px;
  color: #989898;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.modal-dialog.modal-dialog-login .box-login-main .services-over .desc-box .desc a {
  color: #989898;
}
@media (max-width: 550px) {
  .modal-dialog.modal-dialog-login .box-login-main .services-over .desc-box {
    position: relative;
    display: block;
    z-index: 1000;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services-over .desc-box .close {
    position: absolute;
    top: 0px;
    right: 4px;
    z-index: 10;
    opacity: 0.4;
    display: block;
  }
  .modal-dialog.modal-dialog-login .box-login-main .services-over .desc-box .desc {
    top: 10px;
    left: 15px;
    right: 15px;
    bottom: 10px;
  }
}
@media (max-width: 450px) {
  .modal-dialog.modal-dialog-login .box-login-main .services-over .desc-box .desc {
    font-size: 13px;
  }
}
.modal-dialog.modal-dialog-login .box-login-main .modal-slides {
  position: relative;
  overflow: hidden;
}
.modal-dialog.modal-dialog-login .box-login-main .modal-slides .modal-slide {
  position: absolute;
  top: 0;
  transform: translate(100%, 0px);
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-dialog.modal-dialog-login .box-login-main .modal-slides .modal-slide.active {
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  opacity: 1;
}
.modal-dialog.modal-dialog-login .box-login-main .modal-slides .modal-slide.anime-l {
  transform: translate(-100%, 0px);
  -webkit-transform: translate(-100%, 0px);
  -moz-transform: translate(-100%, 0px);
  -o-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  opacity: 0;
}
.modal-dialog.modal-dialog-login .box-login-main .form-group {
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  position: relative;
}
.modal-dialog.modal-dialog-login .box-login-main .form-group.form-group-txt {
/*  font-weight: 300;*/
  line-height: 46px;
  min-height: 46px;
}
.modal-dialog.modal-dialog-login .box-login-main .form-group.form-group-txt p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.modal-dialog.modal-dialog-login .box-login-main .form-group .txt-modals {
  font-weight: 300;
}
.modal-dialog.modal-dialog-login .box-login-main .form-group .forgot-password {
  font-weight: 300;
  font-size: 15px;
}
.modal-dialog.modal-dialog-login .box-login-main .form-group .placeholder span {
  height: 46px;
  line-height: 46px;
}
.modal-dialog.modal-dialog-login .box-login-main .form-group .form-control {
  height: 46px;
  font-size: 15px;
  float: none;
}
.modal-dialog.modal-dialog-login .box-login-main .form-group .form-control:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.modal-dialog.modal-dialog-login .box-login-main .form-group .checkbox input {
  margin-top: 5px;
}
.modal-dialog.modal-dialog-login .box-login-main .btns {
  margin-bottom: 20px;
}
.modal-dialog.modal-dialog-login .box-login-main .btns .btn {
  padding: 9px 30px;
  height: 45px;
  font-size: 18px;
  font-weight: normal;
  min-width: 220px;
  text-align: center;
  background: #0069b4;
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 21px 0px rgba(50, 50, 50, 0.2), 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: inset 0px 0px 21px 0px rgba(50, 50, 50, 0.2), 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: inset 0px 0px 21px 0px rgba(50, 50, 50, 0.2), 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
.modal-dialog.modal-dialog-login .box-login-main .btns .btn:hover {
  background: #005ca4;
}
.modal-dialog.modal-dialog-login .box-login-main .btns .btn-login-social {
  min-width: 0;
  text-decoration: none;
  width: 46px;
  padding-left: 0;
  padding-right: 0;
}
.modal-dialog.modal-dialog-login .box-login-main .btns .btn-login-social.btn-face {
  background: #3b5998;
}
.modal-dialog.modal-dialog-login .box-login-main .btns .btn-login-social.btn-face:hover {
  background: #20427d;
}
.modal-dialog.modal-dialog-login .box-login-main .btns .btn-login-social.btn-goo-plus {
  background: #dd4b39;
}
.modal-dialog.modal-dialog-login .box-login-main .btns .btn-login-social.btn-goo-plus:hover {
  background: #bd3026;
}
.modal-dialog.modal-dialog-login .box-login-main .btns .btn-login-social.btn-goo-plus .za-icon {
  top: 2px;
  position: relative;
}
.modal-dialog.modal-dialog-login .box-login-main .btns .btn-login-social.btn-twe {
  background: #2ba9e1;
}
.modal-dialog.modal-dialog-login .box-login-main .btns .btn-login-social.btn-twe:hover {
  background: #008fc5;
}
.modal-dialog.modal-dialog-login .box-login-main .btns .btn-login-social.btn-twe .za-icon {
  top: 2px;
  position: relative;
}
@media (max-width: 550px) {
  .modal-dialog.modal-dialog-login .box-login-main .btns .clear {
    display: block;
    height: 4px;
  }
}
.modal-dialog.modal-dialog-login .box-login-main .txt-modals-nav {
  font-size: 15px;
}
.modal-dialog.modal-dialog-login .soc-box {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .modal-dialog .modal-body img.pull-left,
  .modal-dialog .modal-body img.pull-right {
    margin-bottom: 10px;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  min-width: 320px;
}
body {
  background: #f8f8f8;
  font-weight: 400;
  position: relative;
  overflow-x: auto;
}
img.img-responsive {
  display: inline-block;
}
.dib {
  display: inline-block;
}
a:focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}
.container-wide:before,
.container-wide:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container-wide:after {
  clear: both;
}
.container-wide:before,
.container-wide:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container-wide:after {
  clear: both;
}
.container-wide-bg {
  background: #313131;
}
.container-more {
  margin: 60px auto;
}
.container-more .btn {
  font-size: 16px;
  color: #aaaaaa;
  background: none;
  outline: none;
}
.container-more .btn .za-icon {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.container-more .btn:hover {
  background: #e4e4e4;
}
.container-paging {
  margin: 60px auto;
  text-align: center;
  font-size: 17px;
}
.container-paging nav {
  display: inline-block;
}
.container-paging ul {
  margin: 0;
  display: inline-block;
}
.container-paging ul li {
  background: none;
}
.container-paging ul li a {
  background: none;
  color: #aaaaaa;
}
.container-paging ul li a:hover,
.container-paging ul li a.active {
  background: #e4e4e4;
  color: #2e2e2e;
}
.container-paging ul li a.arr {
  padding: 6px 9px;
}
.container-paging ul li a.arr .za-icon {
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.container-paging ul li span {
  background: none;
  color: #aaaaaa;
}
.container-paging ul li span:hover {
  background: none;
}
.wrap {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -80px;
}
.push {
  height: 60px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .push {
    height: 80px;
    margin-top: 0;
    display: none;
  }
}
.push2 {
  background: #313131;
  height: 170px;
  display: block;
  overflow: hidden;
}
@media (max-width: 480px) {
  .push2 {
    height: 145px;
  }
}
@media (min-width: 480px) and (max-width: 750px) {
  .push2 {
    height: 150px;
  }
}
.push2-a {
  background: #313131;
  height: 100px;
  display: block;
  overflow: hidden;
}
.push2-transp {
  background: transparent;
}
.push3 {
  height: 40px;
}
.text-blue {
  color: #0069b4;
}
.form-inline .form-group-text p {
  margin: 0;
}
.form-control {
  height: 34px;
}
textarea.form-control {
  max-width: 100%;
}
.placeholder {
  position: relative;
  background: #fff;
}
.placeholder span {
  position: absolute;
  top: 0;
  height: 34px;
  left: 0;
  line-height: 34px;
  padding: 0px 13px;
  color: #d1d1d1;
  font-size: 15px;
}
.placeholder.placeholder-textarea span {
  line-height: 1.42857;
  padding-top: 7px;
  height: auto;
  right: 0;
}
.placeholder.placeholder-input span {
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.placeholder .form-control {
  background: none;
}
.container-padd {
  padding: 0 0 40px 0;
}
h2 {
  font-weight: 800;
  color: #0069b4;
}
h2 a {
  color: #0069b4;
}
h2 a:hover {
  color: #2293E3;
}
.nomarg {
  margin: 0;
}
.mb0 {
  margin-bottom: 0px;
}
.mt0 {
  margin-top: 0;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mr15 {
  margin-right: 15px;
}
.ml10 {
  margin-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
label .text-normal {
  font-weight: normal;
}
.alerts-over {
  position: absolute;
  top: 20px;
  left: 70px;
  right: 70px;
}
.alert-znrm {
  position: relative;
  margin: 0 0 20px 0;
  background: #e7a60a;
  color: #fff;
  font-size: 15px;
  z-index: 1010;
}
.alert-znrm .alert-keys-p {
  font-size: 15px;
  text-align: center;
}
.alert-znrm .alert-keys-p .blok {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  line-height: 34px;
  height: 36px;
  overflow: hidden;
}
.alert-znrm .alert-keys-p .blok .za-icon {
  font-size: 25px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 10px;
  display: inline-block;
}
.alert-znrm .alert-keys-p .blok .za-icon.icon-f11,
.alert-znrm .alert-keys-p .blok .za-icon.icon-esc {
  font-size: 36px;
}
.alert-znrm .alert-keys-p .blok .za-icon.icon-space {
  font-size: 51px;
  vertical-align: top;
  top: -7px;
}
.alert-znrm .alert-keys-p .dash {
  width: 1px;
  display: inline-block;
  height: 40px;
  background: #f2b82d;
  vertical-align: top;
  margin: 0 15px;
}
.alert-znrm a {
  color: inherit;
  text-decoration: underline;
}
.alert-znrm a:hover {
  text-decoration: none;
}
.alert-znrm .close {
  color: #fff;
  right: -20px;
  top: -5px;
  opacity: 0.9;
}
@media (max-width: 750px) {
  .alert-znrm {
    left: 0px;
    right: 0px;
  }
}
.popover-over {
  position: relative;
  display: inline-block;
}
.popover-over .popover {
  color: #fff;
  padding: 0;
  line-height: 1.15;
  border-color: #000;
  background: #000;
  width: 300px;
  border-radius: 6px;
}
.popover-over .popover .popover-content-img {
  padding-left: 65px;
  position: relative;
  min-height: 65px;
}
.popover-over .popover .popover-content-img .img {
  position: absolute;
  top: 10px;
  left: 10px;
}
.popover-over .popover.popover-arr-l:before {
  right: auto;
  left: 5px;
}
.popover-over .popover .date {
  color: #fff;
  font-size: 11px;
  margin-top: 5px;
}
.popover-over .popover .date a {
  color: #fff;
}
.popover-over .popover a {
  color: #fff;
  text-decoration: underline;
}
.popover-over .popover a:hover {
  text-decoration: none;
}
.popover-over .popover.top {
  top: auto;
  bottom: 100%;
  margin: 0;
  margin-bottom: 13px;
}
.popover-over .popover.top::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11px 11px 0px 11px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  right: 5px;
  content: '';
}
.popover-over .popover.bottom::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  top: -11px;
  right: 5px;
  content: '';
}
.popover-over2 .popover {
  color: #2e2e2e;
  background: #eceded;
  border-color: #eceded;
}
.popover-over2 .popover .date {
  color: #2e2e2e;
}
.popover-over2 .popover .date a {
  color: #2e2e2e;
}
.popover-over2 .popover a {
  color: #2e2e2e;
}
.popover-over2 .popover.top::before {
  border-color: #eceded transparent transparent transparent;
}
.popover-over2 .popover.bottom::before {
  border-color: transparent transparent #eceded transparent;
}
.popover-over-hover .popover {
  background: #000;
}
.popover-over-hover .popover.top::before {
  border-color: #000 transparent transparent transparent;
}
.popover-over-hover .popover.bottom::before {
  border-color: transparent transparent #000 transparent;
}
.table-orders a {
  text-decoration: underline;
}
.table-orders thead > tr > th {
  color: #2293E3;
  border-bottom-width: 1px;
}
.table-orders tbody {
  border: 1px solid #e6e7e8;
}
.table-orders thead > tr > th,
.table-orders tbody > tr > th,
.table-orders tfoot > tr > th,
.table-orders thead > tr > td,
.table-orders tbody > tr > td,
.table-orders tfoot > tr > td {
  vertical-align: middle;
}
.list-group-item .radio {
  padding-top: 0;
}
.alert-mb0 {
  margin-bottom: 0;
}
a.za-icon-link {
  color: #e4e4e4;
  text-decoration: none;
}
a.za-icon-link:hover {
  color: #2293E3;
}
.has-error .alert-danger {
  margin: 0;
  padding: 8px 15px;
}
.dn {
  display: none;
}
.content-marg {
  margin: 20px 0;
}
.tooltip {
  z-index: 1035;
}
.tooltip .tooltip-inner-edit {
  background-color: #000000;
  border-radius: 0;
  color: #ffffff;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 13px;
}
.tooltip .tooltip-inner-edit .za-icon {
  font-size: 12px;
  margin-right: 5px;
}
.tooltip .tooltip-inner-edit .tooltip-inner {
  max-width: auto;
  background: none;
  padding: 0;
  display: inline-block;
}
.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.scroll .swiper-container .swiper-wrapper .swiper-slide {
    overflow: visible;
}
.swiper-container .swiper-wrapper img {
  display: inline-block;
  border: none;
  vertical-align: top;
}
.swiper-container .swiper-scrollbar {
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 6px;
  width: 100%;
  z-index: 5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  position: absolute;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  top: 0px;
  height: 6px;
  background: rgba(42, 42, 42, 0.9);
  /*span{
				background: rgba(42, 42, 42, 0.9);
				height: 6px;
				position: absolute;
				top: 50%;
				margin-top: -3px;
				left: 0;
				right: 0;
				display: block;
			}*/
}
.swiper-container .swiper-scrollbar.swiper-vertical {
  width: 6px;
  left: auto;
  right: 0px;
  height: 100%;
  top: 0;
  bottom: 0;
}
.profile-slide .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 13px;
  top: -4px;
  background: none;
}
.profile-slide .swiper-container .swiper-scrollbar .swiper-scrollbar-drag span {
  background: rgba(42, 42, 42, 0.9);
  height: 6px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  display: block;
}
.transition05 {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.side-collapse .copy {
  display: none;
}
@media (max-width: 749px) {
  .side-collapse-container {
    width: 100%;
    position: relative;
    left: 0;
    transition: left .4s;
  }
  .side-collapse-container-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 43, 43, 0.8);
    z-index: 1015;
    display: none;
  }
  .side-collapse-container.out {
    left: 0;
    overflow: hidden;
    height: 100%;
  }
  .side-collapse-container.out .side-collapse-container-over {
    display: block;
  }
  .side-collapse {
    top: 40px;
    bottom: 0;
    left: 0;
    width: 250px;
    position: fixed;
    transition: width .4s;
    display: block;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #424242;
  }
  .side-collapse .navbar-collapse {
    margin: 0;
    padding: 0;
    width: 250px;
    max-height: none;
  }
  .side-collapse .navbar-collapse .copy {
    color: #666666;
    font-size: 10px;
    padding: 10px 10px 7px 10px;
    display: block;
  }
  .side-collapse .navbar-user {
    margin: 0;
  }
  .side-collapse.in {
    width: 0;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 799px) {
  .form-inline .radio,
  .form-inline .checkbox {
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .form-inline input.inp-checkbox {
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    float: none;
  }
}
.form-inline .radio,
.form-inline .checkbox {
  padding: 0;
  margin: 0;
}
.form-inline .inp-checkbox {
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
}
.div-hr-ranking {
  margin-top: 20px;
  padding: 0 60px;
}
.div-hr-ranking .hr-ranking {
  display: block;
  width: 100%;
  margin: 20px 0;
  background: url('../../img/ranking-hr.png') repeat-x 0 0;
  height: 7px;
}
@media (max-width: 480px) {
  .div-hr-ranking {
    padding: 0 10px;
  }
}
.color-marker-box {width: 16px; height: 16px; display: block; opacity: 0.3; cursor: pointer; float: left; margin-right: 7px; border:1px solid #c1c1c1;  }
.color-marker-box:hover { opacity: 0.5; }
.color-marker-box.checked { opacity: 1; }

.album-filter { 
    border-right: 1px solid #aaaaaa;
    width: 300px;
    position: fixed;
    z-index:10;    
    background-color: white;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 10px;
    height: calc(100% - 160px);
    transform: translateX(-120%);
    transition: all 0.25s ease-in-out;
    /*-webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 70%);
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 70%);*/

}
.album-filter.open {
    transform: translateX(0px);
}
.album-filter-header { margin-bottom: 20px; padding: 10px;}
.album-filter-header a { color: black; }
.album-filter-header a:hover { text-decoration: none;}
.album-filter-header .pull-left, .album-filter-header .pull-right { font-size: 22px; } 
.album-filter-content { overflow-y: auto; padding: 10px;}

.album-filter-open { margin-top: 15px; margin-right: 10px; width: 50px; position: fixed; cursor: pointer; text-align: center; z-index: 1;}
.album-filter-open div {width: 50px; height: 50px; margin-bottom: 8px; background-color: black; border-radius: 0 3px 3px 0; color:white; text-align: center; font-size: 36px;}

.filter .stars { color: #c1c1c1;  }
.filter .stars:hover { color: grey;  text-decoration:none; }
.filter .stars.checked { cursor: pointer; color: black; }
.filter .box-empty {  color: #c1c1c1; font-size: 16px; cursor: pointer;  margin-right: 7px;  }
.filter .box-empty:hover { color: grey;  text-decoration:none; }
.filter .box-empty.checked {  color: black; }
/*
.filter .za-icon.icon-star { cursor: pointer; color: lightgray;  position:relative; }
.filter .za-icon.icon-star:hover { color: grey;  }
.filter .za-icon.icon-star.checked { cursor: pointer; color: black; }
.filter .za-icon.icon-star span
{
    width: 100%;
    height: 100%;
    left:0;
    bottom:0;
    text-align: center;
    color: white;
    position: absolute;
    display: inline-block;
    font-size: 10px;
}*/

.filter .keywords { margin-top: 5px; }
.filter .keyword { 
    padding: 3px 8px 3px 8px; 
    background-color: lightgray; 
    cursor: pointer; 
    opacity: 0.5; 
    display: inline-block; 
    margin-top: 3px;  
    white-space:nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    max-width: 100%;
    border-radius: 6px;
}
.filter .keyword:hover { opacity: 0.5; }
.filter .keyword.checked { opacity: 1; }
.filter .filter-label { margin-top: 14px; margin-bottom: 20px; color: rgb(65,65,65); font-size: 14px; font-weight: bold;  }

.filter .owner {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.filter .owner:hover > .owner-avatar { opacity: 1;}
.filter .owner.checked .owner-avatar  {
    opacity: 1;
    -webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 70%);
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 70%);
}
.filter .owner-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid #aaaaaa;
    margin:auto;
    opacity: 0.7;
}

.album-text {
    text-align: center;
    margin: 30px;
    max-width: 100%;
}
.album-text a { color: inherit; text-decoration: underline; }
.album-text h1 { color: inherit; margin: 0; padding: 0; font-size: 33px; }
.album-text h2 { color: inherit; margin: 0; padding: 0; font-size: 28px; }

#dialog-edit-html h1 { color: inherit; font-size: 33px; }
#dialog-edit-html h2 { color: inherit; font-size: 28px; }

.profile-desc a { display: inline !important; margin: 0 !important;}



/* modal-dialog-share */
.modal-dialog-share .modal-header {padding: 17px 25px; background: #d6ba00; color: #fff;}
.modal-dialog-share .modal-header.modal-header-fcb { background: #42599e;}
.modal-dialog-share .modal-header.modal-header-twe { background: #55acee; }

.modal-dialog-share .zps-icon {display: inline-block;}
.modal-dialog-share .zps-icon::before, .modal-dialog-share .zps-icon::after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.modal-dialog-share .zps-icon-fcb {position: relative; top: -5px; margin-right: 20px; font-size: 30px; vertical-align: middle;}
.modal-dialog-share .modal-header .modal-title .zps-icon-twe {
  position: relative;
  top: -5px;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.modal-dialog-share .modal-header .modal-title .zps-icon-link {
  position: relative;
  top: -5px;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}

.modal-dialog-share .zps-icon-cross {font-size: 18px; top: 1px;}
.modal-dialog-share .modal-header .close {opacity: 1; color: #fff; text-shadow: none;}
.modal-dialog-share .modal-header .close:hover {text-decoration: none; color: #86781D;}
.modal-dialog-share .share-preview {max-height: 249px; overflow: hidden; position: relative;}
.modal-dialog-share .share-preview:before {content:''; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; background: linear-gradient(to right, transparent 50%, white); z-index: 10;}
.modal-dialog-share .share-preview > div {padding: 0 10px !important;}
.modal-dialog-share .share-preview .a-img {margin-bottom: 20px; display: block; position: relative; overflow: hidden;}			
.modal-dialog-share .share-preview .a-img img {width: 100%;}
.modal-dialog-share .input-group-btn .btn {padding: 0 12px; line-height: 32px;}
/* modal-dialog-share */






.modal-dialog-mail {
  margin: 0 auto;
  position: relative;
}
.modal-dialog-mail .modal-header .close {opacity: 1; color: #fff; text-shadow: none;}
.modal-dialog-mail .modal-header .close:hover {text-decoration: none; color: #86781D;}
{
    opacity: 1;
    color: white;
}
.modal-dialog-mail .modal-content {
  box-shadow: none;
  border: none;
  height: 100%;
}
.modal-dialog-mail .modal-content.modal-header-fixed {
  padding-top: 70px;
}
.modal-dialog-mail .modal-content.modal-header-fixed .modal-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.modal-dialog-mail .modal-header {
  padding: 17px 25px;
  background: #d6ba00;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-dialog-mail .modal-header.modal-header-fcb {
  background: #42599e;
}
.modal-dialog-mail .modal-header.modal-header-twe {
  background: #55acee;
}
.modal-dialog-mail .modal-header.modal-header-postcard {
  background: #72AF1C;
}
.modal-dialog-mail .modal-header.modal-header-znrm {
  background: #313131;
}
.modal-dialog-mail .modal-header.modal-header-white {
  background: white;
}
.modal-dialog-mail .modal-header.modal-header-white .close {
    color:black;
}
.modal-dialog-mail .modal-header .modal-title {
  font-size: 22px;
}
.modal-dialog-mail .modal-header .modal-title .zps-icon-envelop {
  position: relative;
  top: -2px;
  margin-right: 20px;
  font-size: 34px;
  vertical-align: middle;
}
.modal-dialog-mail .modal-header .modal-title .zps-icon-postcard {
  position: relative;
  top: -2px;
  margin-right: 20px;
  font-size: 34px;
  vertical-align: middle;
}
.modal-dialog-mail .modal-header .modal-title .zps-icon-fcb {
  position: relative;
  top: -5px;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.modal-dialog-mail .modal-header .modal-title .zps-icon-twe {
  position: relative;
  top: -4px;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.modal-dialog-mail .modal-header .modal-title .zps-icon-link {
  position: relative;
  top: -4px;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.modal-dialog-mail .modal-header .btns {
  position: absolute;
  right: 25px;
  top: 10px;
}
.modal-dialog-mail .modal-header .btns a {
  display: inline-block;
  height: 29px;
  width: 23px;
  text-align: center;
  color: #fff;
}
.modal-dialog-mail .modal-header .btns a .zps-icon {
  top: 0;
}
.modal-dialog-mail .modal-header .btns a .zps-icon.zps-icon-cross {
  font-size: 18px;
  top: 1px;
}
.modal-dialog-mail .modal-header .btns a:hover {
  text-decoration: none;
  color: #86781D;
}
.modal-dialog-mail .modal-body {
  padding: 12px 25px;
  height: 100%;
  overflow-y: auto;
}
.modal-dialog-mail .modal-body .mail-tabs {
  margin: 0 -25px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 25px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.modal-dialog-mail .modal-body .txt-empty {
  color: #9F9F9F;
  text-align: center;
  padding-top: 100px;
  font-size: 16px;
}
.modal-dialog-mail .modal-body .txt-empty .zps-icon {
  font-size: 80px;
  height: 80px;
  width: 80px;
  top: 0;
}
.modal-dialog-mail .modal-body .txt-empty .desc {
  margin-top: 30px;
}
.modal-dialog-mail .modal-body .alert {
  border: none;
}
.modal-dialog-mail .modal-body .alert.alert-danger {
  border: none;
  color: #DE1F2D;
}
.modal-dialog-mail .modal-body .alert.alert-danger a {
  color: #DE1F2D;
}
.modal-dialog-mail .modal-body .message-twe {
  color: #cccccc;
  text-align: right;
  font-size: 13px;
}
.modal-dialog-mail .modal-body .nav-pills > li > a {
  background: #f3f3f3;
  color: #404040;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-bottom: none;
}
.modal-dialog-mail .modal-body .nav-pills > li > a:hover {
  border-color: #d1d1d1;
}
.modal-dialog-mail .modal-body .nav-pills > li + li {
  margin-left: 8px;
}
.modal-dialog-mail .modal-body .nav-pills > li.active > a {
  background: #dbdbdb;
  border-color: #d1d1d1;
}
.modal-dialog-mail .modal-body .album-header {
  background: url("../img/mail-header.png") no-repeat 0 0;
  min-height: 43px;
  margin-bottom: 15px;
  position: relative;
}
.modal-dialog-mail .modal-body .album-header .link {
  color: #404040;
  position: absolute;
  top: 19px;
  left: 100px;
}
.modal-dialog-mail .modal-footer {
  padding: 15px 25px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  border-bottom-left-radius:6px;
  border-bottom-right-radius: 6px;
}
.modal-dialog-mail .modal-footer .btn-group + .btn-group {
  margin-left: 3px;
}
.modal-dialog-mail .modal-footer .btn-light {
  padding: 0 10px;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
}
.modal-dialog-mail .modal-footer .btn-group-zoom .btn,
.modal-dialog-mail .modal-footer .btn-group-rotate .btn {
  font-size: 17px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
}
.modal-dialog-mail .modal-footer .btn-group-rotate .btn .zps-icon {
  top: 0;
}
.modal-dialog-mail .modal-footer > .btn {
  margin-left: 5px;
}
.modal-dialog-mail .modal-footer .pull-left {
  max-width: 60%;
  text-align: left;
}
.modal-dialog-mail .modal-footer .notif-lh {
  line-height: 34px;
  display: block;
}
.modal-dialog-mail .modal-footer .notif-lh .notif {
  margin: 0;
  position: relative;
  font-size: 13px;
  padding-left: 35px;
  line-height: 25px;
  display: inline-block;
}
.modal-dialog-mail .modal-footer .notif-lh .notif .zps-icon {
  font-size: 25px;
  vertical-align: middle;
  top: -1px;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  left: 0;
}
.modal-dialog-mail .modal-footer .notif-lh .notif .txt {
  line-height: 16px;
  display: block;
}
.modal-dialog-mail .modal-footer .notif-lh.notif-lh-light {
  display: inline-block;
  vertical-align: middle;
}
.modal-dialog-mail .modal-footer .notif-lh.notif-lh-light .notif {
  line-height: 1.1;
  padding-left: 22px;
}
.modal-dialog-mail .modal-footer .notif-lh.notif-lh-light .notif .zps-icon-light {
  font-size: 18px;
  margin-top: -9px;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-toggle .zps-icon {
  font-size: 17px;
  vertical-align: middle;
  top: -1px;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-toggle .caret {
  margin-left: 5px;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu {
  padding-bottom: 4px;
  left: auto;
  right: 0;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu li {
  margin-top: 4px;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu li:first-child {
  margin-top: 0;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu li.li-title {
  padding: 5px 5px 0px 22px;
  font-size: 12px;
  color: #4e5665;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu .a-fcb {
  background: #F6F7F8;
  position: relative;
  padding-left: 22px;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu .a-fcb .name {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu .a-fcb .name .zps-icon {
  font-size: 16px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  color: #575757;
  top: 1px;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu .a-fcb .name .zps-icon.zps-icon-globe {
  font-size: 18px;
  width: 18px;
  height: 18px;
  top: 3px;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu .a-fcb .name .zps-icon.zps-icon-lock {
  top: 3px;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu .a-fcb .desc {
  color: #7f7f7f;
  font-size: 11px;
  padding-left: 28px;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu .a-fcb:hover {
  background: #42599e;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu .a-fcb:hover .desc,
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu .a-fcb:hover .name,
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu .a-fcb:hover .name .zps-icon {
  color: #fff;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu li.active .a-fcb:after {
  content: '\e605';
  position: absolute;
  top: 7px;
  left: 5px;
  font-size: 14px;
  color: #646b7b;
  font-family: 'zps';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-dialog-mail .modal-footer .drop-fcb .dropdown-menu li.active .a-fcb:hover:after {
  color: #fff;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu {
  padding: 0;
  left: 0;
  right: auto;
  min-width: 230px;
  max-height: 250px;
  overflow-y: auto;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu li {
  margin-top: 0px;
  border-top: 1px solid #dbdbdb;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu li:first-child {
  border-top: none;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb {
  background: #fff;
  padding: 5px 20px 5px 60px;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb.a-fcb-creat-album {
  line-height: 40px;
  min-height: 40px;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb.a-fcb-creat-album .img {
  line-height: 1;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb.a-fcb-creat-album .name {
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb .img {
  position: absolute;
  top: 5px;
  left: 10px;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb .name {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb .name .zps-icon {
  font-size: 16px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  color: #575757;
  top: 1px;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb .name .zps-icon.zps-icon-globe {
  font-size: 18px;
  width: 18px;
  height: 18px;
  top: 3px;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb .name .zps-icon.zps-icon-lock {
  top: 3px;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb .desc {
  padding-left: 0px;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb:hover {
  background: #dbdbdb;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb:hover .desc,
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb:hover .name,
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu .a-fcb:hover .name .zps-icon {
  color: #000;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu li.active .a-fcb {
  background: #dbdbdb;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu li.active .a-fcb .desc,
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu li.active .a-fcb .name,
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu li.active .a-fcb .name .zps-icon {
  color: #000;
}
.modal-dialog-mail .modal-footer .drop-fcb.drop-fcb-folder .dropdown-menu li.active .a-fcb:after {
  display: none;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body {
  padding: 0;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body.padd {
  padding: 25px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body.form h1 {
  margin-top: 0;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body.form .form-group {
  display: table;
  width: 100%;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body.form .form-group .label {
  font-size: 14px;
  font-weight: normal;
  display: table-cell;
  text-align: right;
  width: 200px;
  vertical-align: middle;
  padding-right: 20px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .front {
  padding-top: 20px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .back {
  padding-top: 20px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .back .spc {
  padding: 20px;
  box-shadow: 0 0 5px 1px #ccc;
  background: url('../img/postcard-right.png') no-repeat 100% 20px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .back .spc .spc2 {
  background: url('../img/postcard-half.png') no-repeat 50% 50%;
  height: 400px;
  overflow: hidden;
}
.culture-en .modal-dialog-mail.modal-dialog-postcard .modal-body .back .spc {
  background: url('../img/postcard-right-en.png') no-repeat 100% 20px;
}
.culture-en .modal-dialog-mail.modal-dialog-postcard .modal-body .back .spc .spc2 {
  background: url('../img/postcard-half-en.png') no-repeat 50% 50%;
}
.culture-de .modal-dialog-mail.modal-dialog-postcard .modal-body .back .spc {
  background: url('../img/postcard-right-en.png') no-repeat 100% 20px;
}
.culture-de .modal-dialog-mail.modal-dialog-postcard .modal-body .back .spc .spc2 {
  background: url('../img/postcard-half-en.png') no-repeat 50% 50%;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .spc {
  width: 620px;
  height: 440px;
  margin: 0 auto;
  box-shadow: 0 0 5px 1px #ccc;
  position: relative;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .spc .line {
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 3px;
  background: #72af1c;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .postcard-message {
  height: 350px;
  min-height: 350px;
  max-height: 350px;
  border: none;
  padding: 0;
  font-size: 20px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .postcard-message.ff-HauntAoe {
  font-size: 22px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .postcard-message.ff-RujisHandwriting {
  font-size: 20px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .postcard-message.ff-MarckScript {
  font-size: 21px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .postcard-message.ff-Annie {
  font-size: 20px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .postcard-message.ff-OpenSans {
  font-size: 20px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .postcard-img img {
  max-width: 100%;
  max-height: 100%;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .list-fonts {
  text-align: center;
  font-size: 18px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .list-fonts li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .list-fonts li:first-child {
  margin-left: 0;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .list-fonts li a {
  border: 1px solid #72af1c;
  height: 33px;
  line-height: 33px;
  display: block;
  width: 45px;
  text-align: center;
  vertical-align: top;
  color: #333;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .list-fonts li a:hover {
  color: #72af1c;
  text-decoration: none;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .list-fonts li a.selected {
  background: #72af1c;
  color: #fff;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over {
  padding: 55px 30px 0 0;
  line-height: 270px;
  height: 400px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .address {
  display: block;
  overflow-y: auto;
  overflow-x: visible;
  height: 345px;
  width: 100%;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr {
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li {
  border-top: 1px solid #ccc;
  padding: 0 5px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li:first-child {
  border-top: none;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li:hover .edit {
  display: block;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li:hover .addr {
  width: 190px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li:hover label {
  padding-right: 20px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li .checkbox {
  margin: 5px 0 3px;
  position: relative;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li .edit {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  color: #333333;
  margin-top: -11px;
  display: none;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li .edit:hover {
  color: #72af1c;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li .name {
  margin-bottom: 2px;
  font-size: 13px;
  display: block;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li .date {
  font-size: 10px;
  white-space: nowrap;
  display: block;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li .addr {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 215px;
  display: block;
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 3px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li .link-add-addr {
  padding: 5px 0 5px 20px;
  color: #333;
  font-size: 16px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li .link-add-addr:focus {
  text-decoration: none;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li .link-add-addr:hover {
  color: #72af1c;
  text-decoration: none;
}
.modal-dialog-mail.modal-dialog-postcard .modal-body .address-over .list-addr li .link-add-addr .zps-icon {
  position: absolute;
  top: 6px;
  left: 0;
}
.modal-dialog-mail.modal-dialog-postcard.modal-dialog-postcard-v2 .modal-body .front {
  padding-top: 0;
}
.modal-dialog-mail.modal-dialog-postcard.modal-dialog-postcard-v2 .modal-body .back {
  padding-top: 20px;
}
.modal-dialog-mail.modal-dialog-postcard.modal-dialog-postcard-v2 .modal-body .back .workspace {
  width: 780px;
  margin: auto;
  vertical-align: top;
}
.modal-dialog-mail.modal-dialog-postcard.modal-dialog-postcard-v2 .modal-body .back .workspace .delimiter_line {
  width: 1px;
  height: 440px;
  border-right: 1px solid #e2e2e2;
  display: inline-block;
  position: relative;
  margin: 0 25px 0 5px;
  vertical-align: top;
}
.modal-dialog-mail.modal-dialog-postcard.modal-dialog-postcard-v2 .modal-body .back .workspace .settings {
  width: 115px;
  max-height: 440px;
  overflow-y: auto;
  overflow-x: hidden;
  display: inline-block;
  vertical-align: top;
}
.modal-dialog-mail.modal-dialog-postcard.modal-dialog-postcard-v2 .modal-body .back .workspace .settings .list-fonts li {
  display: block;
  cursor: pointer;
  height: 73px;
  margin: 10px;
  width: 94px;
}
.modal-dialog-mail.modal-dialog-postcard.modal-dialog-postcard-v2 .modal-body .back .workspace .settings .list-fonts li a {
  display: block;
  height: 73px;
  line-height: 73px;
  width: 100%;
  border-color: #d0d0d0;
}
.modal-dialog-mail.modal-dialog-postcard.modal-dialog-postcard-v2 .modal-body .back .workspace .settings .list-fonts li a.selected {
  border-color: #72af1c;
  color: #000;
  background: none;
}
.modal-dialog-mail.modal-dialog-postcard.modal-dialog-postcard-v2 .modal-body .back .workspace .settings .list-fonts li a:hover {
  color: #000;
  border-color: grey;
}
.modal-dialog-mail.modal-dialog-postcard.modal-dialog-postcard-v2 .modal-body .back .workspace .spc {
  display: inline-block;
  width: 620px;
  vertical-align: top;
}
.modal-dialog-mail.modal-dialog-postcard.modal-dialog-postcard-v2 .modal-body .back .workspace .spc .postcard-message {
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  resize: none;
}
.modal-dialog-mail.modal-dialog-postcard .modal-footer .btn-group .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 100px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-footer .btn-group .dropdown-menu > li.active > a {
  background: #5cb85c;
}
.modal-dialog-mail.modal-dialog-postcard .modal-footer .btn-group .dropdown-menu > li > a {
  padding: 3px 10px;
}
.modal-dialog-mail.modal-dialog-postcard .modal-footer .btn .price {
  display: inline-block;
  border-left: 1px solid #60D35D;
  padding-left: 4px;
  font-weight: bold;
}
.modal-dialog-mail.modal-dialog-postcard .modal-footer .btn .price span {
  font-size: 10px;
  font-weight: normal;
}
.table-shared {
  width: 100%;
}
.table-shared td {
  padding: 10px 0;
  border-top: 1px solid #D1D1D1;
}
.table-shared td.img-over {
  width: 50px;
}
.table-shared td.img-over .img {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.table-shared td.img-over .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
}
.table-shared td.img-over .over .zps-icon {
  top: 2px;
}
.table-shared td.img-over .over .zps-icon.zps-icon-fcb {
  top: 0;
  left: -1px;
}
.table-shared td.img-over .over .zps-icon.zps-icon-twe {
  top: 1px;
}
.table-shared td.btns {
  text-align: right;
}
.table-shared td.icons .popover-over3 {
  display: inline-block;
  cursor: default;
  margin-left: 10px;
}
.table-shared td.icons .popover-over3:first-child {
  margin-left: 0;
}
.table-shared td.icons .popover-over3 .popover-content .zps-icon-r {
  margin-left: 6px;
}
.table-shared td.icons .popover-over3 .popover-content .legend {
  font-size: 11px;
}
.table-shared td.icons .zps-icon-r {
  display: inline-block;
  margin-left: 4px;
}
.table-shared td.icons a {
  color: #333333;
  display: inline-block;
}
.table-shared tr:first-child td {
  border-top: none;
}

.popover-over3 {
  position: relative;
  display: inline-block;
}
.popover-over3:hover .popover {
  display: block;
}
.popover-over3 .popover {
  color: #fff;
  padding: 0;
  line-height: 1.4;
  border: none;
  background: none;
  box-shadow: none;
  min-width: 300px;
  margin-left: -150px;
  left: 50%;
  font-size: 12px;
}
.popover-over3 .popover .spc {
  position: relative;
}
.popover-over3 .popover .popover-content {
  border-color: #000;
  position: relative;
  background: #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover-over3 .popover .popover-content a {
  color: #fff;
  text-decoration: underline;
}
.popover-over3 .popover .popover-content a:hover {
  text-decoration: none;
}
.popover-over3 .popover.popover-arr-l:before {
  right: auto;
  left: 5px;
}
.popover-over3 .popover.top {
  top: auto;
  bottom: 100%;
  margin-bottom: 0;
  padding-bottom: 8px;
}
.popover-over3 .popover.top .spc::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  content: '';
}
.popover-over3 .popover.bottom {
  top: 100%;
  margin-top: 0;
  padding-top: 8px;
}
.popover-over3 .popover.bottom .spc::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  content: '';
}

.modal-dialog-mail-2 { font-size: 16px; }
.modal-dialog-mail-2 .name a { text-decoration: underline; font-size: 12px; }
.modal-dialog-mail-2 .btns a { color: black; margin-left: 8px;  }



/* ********************* TABS *********************************** */
/* custom inclusion of right, left and below tabs */

.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-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .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;
    }


div.box.box5 {text-align:center}
div.box.box5 .dropdown {width:30px}
.li-check a {text-align:left;position:relative}
.li-check a sup,.li-check.selected a::before {color:#f00;text-shadow:0 0 1px rgba(0,0,0,.5)}
.li-check.selected a::before {content:'\2022';position:absolute;left:12px}
.setting-quality {position:absolute;top:8px;right:2px;padding:1px;background-color:#f00;border-radius:1px;line-height:7px;font-weight:bold;color:#fff;font-size:7px;text-shadow:0 0 1px rgba(0,0,0,.5)}

/* ********************* EMBED *********************************** */
.dropdown-menu li.divider {
    background-color: #aaaaaa;
    margin: 5px 0;
}

.embed-album-title { font-size: 38px; margin-left: 30px; margin-bottom: 20px; }
.embed-album-back { }
.embed-album-back:hover {  text-decoration: none; }
.embed-album-name {  }

.dropdown-menu li.li-check a {
  padding-left: 30px;
  position: relative;
}

.dropdown-menu li.li-check.disabled a {
    color: grey;
}
.dropdown-menu li.li-check a .za-icon {
  display: none;
}
.dropdown-menu li.li-check a.a-checked .za-icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 10px;
  font-size: 14px;
}

.embed-dropdown .dropdown-menu .divider {
  background-color: #aaaaaa;
  margin: 5px 0;
}
.embed-button {
    font-size: 13px;
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 99999;
}
.embed-dialog-opt-group {
    margin-left: 30px;
}

.switchers-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.embed-opt-table td {
    padding: 6px;
}
.embed-opt-table td:first-child {
    width: 52px;
}
.embed-opt-table h3 {
    white-space: nowrap;
}

.dropdown-menu li.li-chck a .za-icon {
    display: none;
}

.dropdown-menu li.li-chck a.a-checked .za-icon {
    display: inline;
    margin-right: 3px;
}

table.disabled {
    color: grey;
}

.en-only {
    display: none;
}
.culture-en .en-only {
    display: initial;
}

/* harpoon css */
/* harpoon css */
@font-face {
    font-family: 'museo_sans300';
    src: url(/Content/museo-font/MuseoSans_300-webfont.woff2) format("woff2"),url(/Content/museo-font/MuseoSans_300-webfont.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'museo_sans700';
    src: url(/Content/museo-font/MuseoSans_700-webfont.woff2) format("woff2"),url(/Content/museo-font/MuseoSans_700-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.harpoon {
    position: fixed;
    top: 140px;
    right: 35px;
    z-index: 1000;
}

    .harpoon .close, .modal-dialog-harpoon .close {
        position: absolute;
        font-size: 30px;
        opacity: 1;
        color: #fff
    }

    .harpoon .close {
        top: -5px;
        right: -15px;
        text-shadow: 0 1px 2px #333
    }

.modal-dialog-harpoon {
    margin: auto
}

    .modal-dialog-harpoon .modal-content {
        color: #fff;
        font-family: 'museo_sans300',Arial,sans-serif;
        background: #000 url(/Content/img/harpoon/harpoon_bg.jpg) top left;
        background-size: 1000px;
        box-sizing: border-box;
        padding: 40px 30px;
        min-height: 500px
    }

    .modal-dialog-harpoon h2 {
        color: #fff;
        font-family: 'museo_sans700',Arial,sans-serif;
        font-size: 50px;
        font-weight: normal;
        margin-bottom: 10px
    }

    .modal-dialog-harpoon p {
        color: #fff;
        max-width: 400px;
        font-size: 30px;
        margin-bottom: 20px
    }

    .modal-dialog-harpoon .close {
        top: 10px;
        right: 5px;
        font-size: 20px;
        opacity: 1;
        color: #fff;
        text-shadow: none;
        display: flex;
        align-items: center
    }

        .modal-dialog-harpoon .close .icon-close {
            font-size: 30px
        }

    .modal-dialog-harpoon .btn-znrm {
        font-family: 'museo_sans700',Arial,sans-serif;
        font-weight: 700;
        font-size: 17px;
        display: inline-block;
        padding: 1.5rem 3.2rem;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        background-color: #23bae2;
        border: none;
        color: #fff;
        width: 100%;
        max-width: 260px
    }

        .modal-dialog-harpoon .btn-znrm:hover {
            background-color: #1ea4c9
        }

.dialog-harpoon table {
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 750px) {
    .harpoon {
        top: auto;
        bottom: 20px
    }

    .modal-dialog-harpoon .close span {
        display: none
    }

    .modal-dialog-harpoon .modal-content {
        background-position: center center;
        background-size: cover;
        min-height: unset;
        z-index: 2;
        position: relative;
        text-align: center
    }

        .modal-dialog-harpoon .modal-content:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.7));
            z-index: -1
        }

    .modal-dialog-harpoon h2 {
        font-size: 36px;
        margin: 230px 0 10px 0;
        text-shadow: 0 1px 2px #333
    }

    .modal-dialog-harpoon p {
        color: #fff;
        max-width: 300px;
        font-size: 22px;
        margin: 0 auto 20px auto
    }

        .modal-dialog-harpoon p:last-child {
            margin-bottom: 0
        }
}

/* Info panel */
@font-face{font-family:'museo_sans300';src:url(/Content/museo-font/MuseoSans_300-webfont.woff2) format("woff2"),url(/Content/museo-font/MuseoSans_300-webfont.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'museo_sans700';src:url(/Content/museo-font/MuseoSans_700-webfont.woff2) format("woff2"),url(/Content/museo-font/MuseoSans_700-webfont.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}
.museo{font-size:62.5%;font-family:'museo_sans300',Arial,sans-serif;font-weight:normal;color:#222}
.museo strong,.museo b{font-family:'museo_sans700',Arial,sans-serif;font-weight:normal}
.infopanel{position:relative;padding:5px 0;text-align:center;background-color:#313131;color:#e4e4e4}
.infopanel .close{color:#fff;text-shadow:none;opacity:1}
.infowrap{display:inline-flex;align-items:center;width:100%;max-width:450px;margin:0 auto;text-align:left;}
.infopanel p,.infopanel img{font-size:15px;margin:0 10px 0 0}
.infopanel .btn{width:120px;text-align:center;font-family:'museo_sans300',Arial,sans-serif;background-color:#8CC63F;border-color:#8CC63F;font-size:15px}
.infopanel .btn:hover{background-color:#6DA025;border-color:#6DA025}
.infopanel .progressbar{position:relative;width:100px;height:15px;box-sizing:border-box;border:1px solid #000;border-radius:4px;flex-shrink:0;background-color:#fff;margin:0 10px 0 0}
.infopanel .progressbar::before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;border-radius:4px;background:linear-gradient(to left, #8CC63F 0%, #8CC63F 100%);background-repeat:repeat-y;background-size:calc(var(--progressvalue) * 1px) auto}
.infopanel .infotext{display:flex;align-items:center}
.infopanel a { color: #e4e4e4; text-decoration: underline;}
.infopanel a:hover {color: white;}
.infowrap2{display:grid;grid-template-columns:auto auto auto;grid-template-rows:1fr;align-items:center;gap:0px 0px;grid-auto-flow:row;width:100%;max-width:500px;margin:0 auto;text-align:left}
.infotext{grid-area:1 / 1 / 2 / 2;}
.progresswrap{grid-area:1 / 2 / 2 / 3;}
.infowrap2 button{grid-area: 1 / 3 / 2 / 4;}
@media only screen and (max-width: 768px) {
.infowrap .desktoptext,.infowrap2 .desktoptext{display:none}
.infowrap .mobiletext,.infowrap2 .mobiletext{display:inline}
.infowrap,.infowrap2{max-width:calc(100% - 25px)}
.infopanel .container{padding:0 10px 0 5px}
.infopanel p{font-size:12px;margin:0 10px 0 0}
.infowrap p{max-width:210px}
.infowrap2{grid-template-columns:auto auto;grid-template-rows:auto auto;}
.progresswrap{grid-area: 2 / 1 / 3 / 2;margin-top:5px;justify-self:center}
.infowrap2 button{grid-area: 1 / 2 / 3 / 3}
.infotext{justify-content:center}
.infopanel img{width:15px;height:15px}
.infopanel .btn{width:100px;padding:5px 10px}
}
/* Info panel */
/* Photograph wizard*/
:root{--progressvalue:0}
.photographerwizard .modal-content{text-align:center;position:relative}
.photographerwizard .modal-content img{max-width:100%}
.photographerwizard .modal-body,.photographerwizard .modal-header,.photographerwizard .modal-footer{margin:0 35px;padding:0}
.photographerwizard .modal-footer{padding:25px 0;min-height:82px;text-align:left}
.photographerwizard .modal-header{border:none;padding-top:35px}
.photographerwizard .modal-header img{float:left}
.photographerwizard .modal-header .close{position:absolute;top:11px;right:10px;line-height:11px}
.photographerwizard .modal-body .title{font-size:25px;font-family:'museo_sans700',Arial,sans-serif;margin:15px 0}
.photographerwizard .modal-body p{padding:10px 3px 15px 3px;font-size:15px;line-height:26px}
.photographerwizard .modal-footer p{display:inline-block;max-width:360px;line-height:16px;margin:0;padding:0 3px;font-size:12px}
.photographerwizard .modal-footer .pull-right p{display:block;text-align:center;padding:0}
.photographerwizard .modal-footer .btn{width:120px;text-align:center;font-family:'museo_sans300',Arial,sans-serif;background-color:#8CC63F;border-color:#8CC63F;font-size:15px}
.photographerwizard .modal-footer .btn:hover{background-color:#6DA025;border-color:#6DA025}
.photographerwizard .modal-footer a{color:#000;text-decoration:underline;font-size:10px}
.photographerwizard .modal-footer a:hover{text-decoration:none}
.photographerwizard .modal-step{display:none}
.photographerwizard .modal-step.visible{display:block}
.photographerwizard .progresspanel{display:inline-block;margin:0 auto}
.photographerwizard .progresswrap{display:inline-flex;width:310px;flex-flow:row nowrap;align-items:center;margin:0 auto 15px auto;font-family:'museo_sans700',Arial,sans-serif;font-size:22px}
.photographerwizard .progressico{width:100px;height:100px;flex-shrink:0}
.photographerwizard .progresstext{text-align:center;width:auto;font-family:'museo_sans700',Arial,sans-serif;font-size:22px}
.photographerwizard .progressbar{width:150px;height:20px;box-sizing:border-box;border:1px solid #000;border-radius:5px;position:relative;overflow:hidden;flex-shrink:0;background:linear-gradient(to left, #8CC63F 0%, #8CC63F 100%);background-repeat:repeat-y;background-size:calc(var(--progressvalue) * 1.5px) auto}
.photographerwizard .progressvalue{width:60px;text-align:right;flex-shrink:0}
.photographerwizard .procamera{font-size:25px;display:flex;align-items:center;float:right}
.photographerwizard .procamera img{float:none;margin-left:5px}
@media only screen and (max-width: 768px) {
img.motive,.progresstext .desktoptext{display:none}
.progresstext .mobiletext{display:inline}
img.znrmlogo{width:150px;height:auto}
.photographerwizard .modal-body .title{font-size:22px;margin:15px 0 10px 0}
.photographerwizard .modal-body,.photographerwizard .modal-header,.photographerwizard .modal-footer{margin:0 15px}
.photographerwizard .modal-body p{padding:0;font-size:14px;line-height:20px}
.photographerwizard .progresspanel div:first-child{margin-top:10px}
.photographerwizard .progresswrap{flex-flow:row wrap;width:235px;font-size:18px}
.photographerwizard .progressico{width:50px;height:50px;margin-right:10px}
.photographerwizard .progresstext{width:100%;font-size:18px;text-align:center}
.photographerwizard .progressbar{width:100px;height:15px;background-size:calc(var(--progressvalue) * 1px) auto}
.photographerwizard .modal-footer{padding:10px 0}
.photographerwizard .modal-footer p{max-width:100%;text-align:center;margin-bottom:20px}
.photographerwizard .btn-toolbar.pull-right{float:none!important;text-align:center}
.photographerwizard .btn-toolbar.pull-right .btn{margin:0 auto}
.photographerwizard .btn-toolbar.pull-right p{margin-bottom:9px}
.photographerwizard .procamera{font-size:20px}
.photographerwizard .procamera img{width:30px;height:30px}
}
/* Photograph wizard*/
.photographersmotive {position:relative;overflow:hidden}
.photographersmotive picture::after{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3)}
.photographersmotive .motivetexts{margin:80px 120px 40px 120px}
.photographersmotive .motivetextbtn{display:flex;justify-content:space-between;flex-wrap:wrap}
.photographersmotive .motivebtn{align-self:top}
.photographersmotive .motivebtn .btn-znrm-blue{text-shadow:none;font-size:20px}
.photographersmotive h1,.photographersmotive p{font-size:50px;color:#fff;max-width:660px;text-shadow:1px 2px 7px rgba(0,0,0,.5)}
.photographersmotive p {padding:18px 0 30px 0;font-size:25px;}
.photographersmotive .motivebtn p{font-size:20px;padding:0;margin:0 0 10px 0}
.photographersmotive .clearfix {position:relative}
.photographersmotive picture {position:absolute;display:block;top:0;left:0;right:0;bottom:0;z-index:-1}
.photographersmotive img.motive {position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}
@media only screen and (max-width: 768px) {
.photographersmotive img.motive{display:block}
.photographersmotive.list-albs{padding:0}
.photographersmotive .motivetexts {margin:30px 10px}
.photographersmotive h1 {font-size:15px;max-width:210px;margin:0 auto;text-align:center;line-height:1.5em}
.photographersmotive h1 img {width:15px;height:15px}
.photographersmotive p {display:none}
.photographersmotive .motivetextbtn{justify-content:center}
.photographersmotive .motivebtn{margin-top:20px}
.photographersmotive .motivebtn p{display:block;font-size:15px;text-align:center}
.photographersmotive .motivebtn p:last-child{margin:0}
.photographersmotive .motivebtn .btn-znrm-blue{font-size:13px;padding:6px 10px;width:auto}
}
.btn-znrm-blue {
    display: inline-block;
    padding: 1.5rem 3.2rem;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    background-color: #23bae2;
    border: none;
    color: #fff;
    width: 100%;
    max-width: 260px;
    font-weight: bold;
}
.btn-znrm-blue:hover{background-color:#1ea4c9; text-decoration: none; color: white;}

.dialog-share-params { width: 100%; margin-bottom: 7px;}
.dialog-share-params td { padding-right: 10px }
.dialog-share-params .td-checkbox {width: 55px;}
.dialog-share-params .td-checkbox .form-group { margin-top: 7px; margin-bottom: 7px;}
.dialog-share-params .td-checkbox-label {}
.dialog-share-params .td-args { padding-bottom: 20px; }
.switchers span.ml10 { white-space: nowrap;}

.modal-dialog-shared-albums .modal-body {
    text-align: center;
}
.modal-dialog-shared-albums h2 {
    font-size:18px;
    color: black;
}
.modal-dialog-shared-albums .service-link {
    border-radius: 6px;
    color: black;
   font-size: 45px;
   display: inline-block;
   line-height: 0;
padding: 10px;margin: 5px;padding-top: 5px;padding-bottom: 15px;}
.modal-dialog-shared-albums .service-link i {display: block; margin: auto;}
.modal-dialog-shared-albums .service-link span { font-size: 12px; }

.modal-dialog-shared-albums .service-link:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}
.navbar-pages-swiper .swiper-my-shared-albums:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 0px;
    left: -10px;
    background: #aaaaaa;
    height: 27px;
}

.navbar-pages-swiper .swiper-shared-albums-with-me{ margin-right: 20px;}
.navbar-pages-swiper .swiper-shared-albums-with-me:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 0px;
    background: #aaaaaa;
    height: 27px;
    right: -10px;
}
.navbar-pages-swiper .a-disabled { cursor: default; }
.navbar-pages-swiper .a-disabled:hover {
    color: #aaaaaa !important;
}

.tbl-accounts img {
    border-radius: 50%;
    margin-right: 7px;
}
.tbl-accounts .line1 {
    font-weight: bold;
    color: black;
    /* display: flex; */
}
.tbl-accounts .line2 {
    color: grey;
}
.tbl-accounts .remove{
    background: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    color:white;
    text-align: center;
    margin-left: 20px;
}
.tbl-accounts .remove:hover {
    text-decoration: none;
}

.autocomplete-accounts {
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    list-style-type: none;
    text-align: left;
    padding: 0;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    background: white;
    z-index: 2;
    max-height: 240px;
}

.autocomplete-accounts li { padding: 3px; background: white; }
.autocomplete-accounts li:hover, .autocomplete-accounts li.selected { background: #aaaaaa; }
.autocomplete-accounts .remove { display: none;}

.avatar-on-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid #aaaaaa;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-size: cover;
    -webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 70%);
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 70%);
    z-index:5;
}
.color-label-on-photo {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 10px;
    left: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 70%);
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 70%);
    z-index:5;
}
.keywords-on-photo
{
    position: absolute;
    max-width: 50%;
    height: 20px;
    bottom: 10px;
    left: 10px;
    border-radius: 4px;
    border: 1px solid #c1c1c1;
    background-color: rgba(211,211,211,0.8) ;
    
    padding-left: 5px;
    padding-right: 5px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    -webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 70%);
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 70%);
    z-index:4;
}
.hide-avatars-on-photo .avatar-on-photo { display: none; }
.hide-metadata-on-photo .color-label-on-photo { display: none; }
.hide-metadata-on-photo .keywords-on-photo { display: none; }

.proofing-on-photo {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px;
    /*border: 1px solid #c1c1c1;*/
    z-index:4;
    cursor: pointer;
}
.proofing-on-photo input[type="checkbox"] { width: 27px; height: 27px;  accent-color: #0069b4; margin: 0; opacity: 0.8;}
.proofing-on-photo input[type="checkbox"]:checked { opacity: 1;}

.proofing-on-photo .proofing-btn-select {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    background-color: #0069b4;
    color: white;
}
.proofing-on-photo .proofing-btn-selected {
    display: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    background-color: rgb(211,211,211) ;
    color: black;
}
.proofing-selected img { 
-webkit-box-shadow: inset 0px 0px 0px 3px rgba(0,105,180,1);
-moz-box-shadow: inset 0px 0px 0px 3px rgba(0,105,180,1);
box-shadow: inset 0px 0px 0px 3px rgba(0,105,180,1);
}
.proofing-selected .proofing-btn-select { display: none; }
.proofing-selected .proofing-btn-selected { display: block; }

.post-message{
    padding: 15px;
    border-radius: 10px;
    width: 300px;
    background-color: #2A2A2A;
    position: fixed;
    bottom: 10%;
    right: 4%;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 70%);
    z-index: 2000;
}
.post-message .avatar
{
    background-size: cover;
    border-radius: 50%;
    border: 1.5px solid #aaaaaa;
    width: 50px;height: 50px;float: left;margin-right: 10px;
}
.post-message .title { /* font-weight: bold; */ color: white;margin-top: 4px;font-size: 14px;}
.post-message .close{ color: white;opacity: 1;text-shadow: none;}
.post-message p { color: #aaaaaa;font-size: 12px;}
.post-message hr{ border-top: 1.5px solid white; }
.post-message button{ 
    border-radius: 5px;
    background-color: #8ABB18;
    color: white;
    border: 0;
    padding: 10px 20px; 
    margin: auto;
    display: block;
    margin-top: 15px;
}

.settings-tabs {
    padding-inline-start: 0px;
    width: 100%;
    display: table;
    list-style: none;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.settings-tabs li{
    cursor: pointer;
    display: table-cell;
}
.settings-tabs li.active {
    border-bottom: 2px solid #5cb85c;

}
.settings-dc-large-icon {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.settings-dc-large-icon span{
    font-size: 150px;
}
.settings-dc-large-icon i{
    font-size: 150px;
}

.entries-container{margin-top:25px}
.entries-container,.entries-container .entries-row {display:block}
@media (min-width:750px) {
.entries-container {display:flex;flex-direction:column}
.entries-container .entries-row {display:flex;flex-wrap:wrap;justify-content:flex-start}
.entries-container .entries-row div.entryleft {flex-basis:50%;padding-right:30px}
.entries-container .entries-row div.entryright {flex-basis:50%;padding-left:30px}
.entries-container .entries-row div.entry-header{order:0}
.entries-container .entries-row div.entry-meta{order:1}
.entries-container .entries-row div.entry-thumb{order:2}
.entries-container .entries-row div.entry-snippet{order:3}
.entries-container .entries-row div.entry-more{order:4}
}
@media (max-width:750px) {.col-flex{width:100%}}
.entries-container a,.entry a{color:#222;transition:all 0.2s ease-in-out}
.entries-container a:hover,.entry a:hover{color:#7c7c7c;text-decoration:none}
.entry-meta {color:#7c7c7c;font-size:12px;margin:10px 0;display:block}
.entry-thumb a{position:relative;display:block;width:100%;height:100%}
.entry-thumb a::after{content:'';z-index:10;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255, 255, 255, 0.1);opacity:0;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.entry-thumb a:hover::after{opacity:1}
.entry-thumb a img{z-index:9;position:relative;width:100%}
.entry-more{font-size:11px;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 18px 0}
.entry-snippet{margin:15px 0}
.entry-title{margin:0}
.row-flex article,.entry{height:100%;display:block}
.entry .entry-title{margin:15px 0}
.entry .entry-meta{margin:auto 0 30px 0;}
.row-flex{display:flex;flex-wrap:wrap}
.col-flex,.entry{display:flex;flex-direction:column}
.pagination{margin-top:50px}
.page-item.active a{color:#000;background-color:#fafafa}
.page-item a{color:#000;background-color:#fafafa}
hr.nomargintop{margin-top:0}

.loader {
  display: inline-block;
  border: 3px solid lightgrey; 
  border-top: 3px solid white;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 2s linear infinite;
  position:relative;
  top:2px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.social-a, .social-a:visited { color: #aaaaaa; text-decoration: none;  margin: 4px;}
.social-a:hover { color: #e4e4e4; text-decoration: none;}

.full-gallery .bar .table-links .dropdown-menu .za-icon,
.full-gallery .bar .table-links .dropdown-menu .zps-icon,
.content-header .shr-bar .dropdown-menu .za-icon, 
.content-header .shr-bar .dropdown-menu .zps-icon { font-size: 18px; }

.photo-desc-data-read a { color: white; text-decoration: underline;}

.alert-async-op { 
    text-align: center; max-width: 960px; margin: 15px auto 15px auto;
/*    margin: 15px; margin-left: 30px; margin-right: 30px; */
    background-color: #efefef;
    border: 1px solid #aaaaaa;
    color: #4d4c4c;
}
.alert-async-op h4 { font-weight: bold; }
.alert-async-op p { margin: 8px; }
.alert-async-op table { margin: 5px auto 10px auto; font-size: 14px; }
.alert-async-op table tr td:first-child { text-align: right;}
.alert-async-op .progress { max-width: 600px; margin: 0 auto 0 auto; }

.format-on-photo { position: absolute; top: 0px; right: 4px; color: #DDDDDD; font-weight: bold;
                   text-shadow: 0 0 3px rgba(0,0,0,0.6);}

.hdr-bar { background-color: #22BAE2; color: white; text-align: center; padding: 5px; width: 100%; position: relative; top: 12px;}
.hdr-bar a {color: white; text-decoration: underline; }

.fullscreen-overlay { 
    position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.85); color: white; font-size: 32px; font-weight: bold;
    z-index: 10000; text-align: center; padding: 17% 40px 17% 40px; margin: auto;
    top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; 
} 
.fullscreen-overlay .logo { left: 0; margin-top: -66px; width: 100%; position: absolute; }
.fullscreen-overlay .logo img { height: 50px; }
.fullscreen-overlay .text { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%;}

.fullscreen-overlay .item {
    width: 30%;
    height: 25%;
    position: absolute;
    border-color: white;
}
.fullscreen-overlay .item:nth-child(1) { top:16px;left:16px; border-top: 20px solid; border-left: 20px solid;}
.fullscreen-overlay .item:nth-child(2) { bottom:16px;left:16px; border-bottom: 20px solid; border-left: 20px solid; }
.fullscreen-overlay .item:nth-child(3) { bottom:16px;right:16px; border-bottom: 20px solid; border-right: 20px solid;  }
.fullscreen-overlay .item:nth-child(4) { top:16px;right:16px; border-top: 20px solid; border-right: 20px solid;}

@media (min-width: 750px) {
    .hide-on-desktop { display: none !important;}
}
@media (max-width: 749px) {
    .hide-on-mobile { display: none !important;}
}
@media (max-width: 480px) {
    .hide-on-phone { display: none !important;}
}
@media (min-width: 481px) {
    .show-on-phone { display: none !important;}
}

.gallery-inner.zoomed i,.gallery-inner.zoomed .format-on-photo { display: none !important; }


.fullscreen-video-player {
    position: fixed; width: 100%; height: calc(100% - 40px); background-color: rgba(0,0,0,0.85); 
    z-index: 10000; display: none;
    top: 0; left: 0;
}

.fullscreen-video-player .close { position: fixed; z-index: 1; color: #aaaaaa; cursor: pointer; top: 10px; right: 10px; opacity: 1; font-size: 32px; text-shadow:none; }
.fullscreen-video-player iframe {
    position: absolute; width: 100%; height: 100%; 
    top: 0; left: 0;
}

.album-zoom-background { 
    opacity: 0; display: none;  position: fixed;  
    /* chrome na iPhone na sirku ignoruje (viewport-fit=cover) a tak 100% neni cela sirka monitoru. 
        https://stackoverflow.com/questions/61527166/ios-chrome-not-respecting-safe-area-inset-for-notch
        Proto vytvarim prvek dost velky na to aby zakryl opravdu celou obrazovku. */
    width: 200%; height: 200%; 
    background-color: black; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: opacity 200ms linear;  
}

.album-zoom-background.open { opacity: 1; z-index: 5000; }

.album-zoom-toolbar.top { transform: translateY(-50px); top:0; }
.album-zoom-toolbar.bottom { transform: translateY(40px); bottom: 0; }

.album-zoom-toolbar { position: fixed; z-index: 20000; background-color: rgba(0,0,0,0.5); color: #aaaaaa; width: 100%; font-size: 20px; line-height: 40px; display: inline-table; transition: all 200ms ease-in-out 0s; transform: translateY(40px); }
.album-zoom-toolbar.open {transform: translateY(0px); display: inline-table;}
.album-zoom-toolbar .item { width: 40px; cursor: pointer; font-size: 20px; display: table-cell; text-align: center;}
.album-zoom-toolbar a, .album-zoom-toolbar a:visited { color: #aaaaaa; text-decoration: none; }

.album-zoom-toolbar.top .back{ font-size: 25px; display: inline-block; height: 40px; margin-right: 15px; }
.album-zoom-toolbar.top .back .za-icon { vertical-align: middle;}
.album-zoom-toolbar.top .number { display: inline-block;}

.album-zoom-image {  display: none; position: fixed; top:0; left:0;  width: 100%; height: 100%; z-index: 10100; background-color:transparent; -webkit-touch-callout: none !important; -webkit-user-select: none !important; }
.album-zoom-image .blank { position: fixed; top:0; left:0;  width: 100%; height: 100%; z-index: 10200; user-select: none; -webkit-touch-callout:none; -webkit-user-select:none;}

.album-zoom-info { transform: translateY(-100%); transition: all 200ms ease-in-out 0s; background-color: black; position: fixed; width: 100%; height: 100%; z-index:10500; top:0;  padding-bottom: 50px; }   
.album-zoom-info.open {transform: translateY(0px);}
.album-zoom-info .full-gallery-info { height: calc(100% - 40px); }

.album-swiper .swiper-slide { 
    /* Zabrani propagaci udalosti dale do dokumentu a tim zabrani iphonu poslat event pointercancel.
       Nemuzu to vak zakazat vsude protoze treba na profilu chci aby fungoval scroll stranky
    */
    touch-action: none;
}
.album-swiper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #141414;
    display: none;
    transition: opacity 200ms ease-in-out 0s;
}

.album-swiper .swiper{
    width: 100%;
    height: 100%;
     -webkit-touch-callout: none !important; -webkit-user-select: none !important;
}
.swiper-slide-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.album-swiper .box-video .bar { bottom: 40px; background-color: rgba(0,0,0,0.5); }
.album-swiper .box-video .bar .box6 { display: none; }
.album-swiper .box-video .bar .box4 .volume-line { display: none; }



.album-zoom-toolbar.top .description {
  height: 50px;
  font-size: 12px;
  padding: 4px 0 0 20px;
  float: left;
  overflow: hidden;
  line-height: normal;
}
.album-zoom-toolbar.top .description p {
  margin: 0;
}
.album-zoom-toolbar.top .description .name {
  color: #e4e4e4;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.album-zoom-toolbar.top .description .by {
  color: #aaaaaa;
  white-space: nowrap;
}
.album-zoom-toolbar.top .description .by a {
  color: #aaaaaa;
}
.album-zoom-toolbar.top .description .za-icon {
  font-size: 13px;
}
.album-zoom-toolbar.top .description .pull-name {
  padding-left: 67px;
}
.album-zoom-toolbar.top .description .pull-back {
  line-height: 30px;
  height: 30px;
  margin-right: 15px;
  padding-right: 14px;
  border-right: 1px solid #aaaaaa;
  position: absolute;
  top: 10px;
  left: 0;
}
.album-zoom-toolbar.top .description .pull-back a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #aaaaaa;
  vertical-align: middle;
}
.album-zoom-toolbar.top .description .pull-back a img {
  vertical-align: top;
}
.album-zoom-toolbar.top .description .pull-back a:hover {
  text-decoration: none;
  color: #e4e4e4;
}
.album-zoom-toolbar.top .description .pull-back .za-icon {
  font-size: 25px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}







.header-search{
    right: 0;
    bottom: 3px;
    z-index: 1001;
}
@media (min-width: 750px) {
    .header-search  {
        display: inline-block;
        position: absolute;
    }
}

.header-search .search-drop {
  position: fixed;
  width: 100%;
  background: white;
  color: #2e2e2e;
  z-index: 10000;
    margin-top: 10px;
    right: max(0px, calc((100% - 960px) / 2));
}
.header-search .search-drop .content{
    min-width: 300px;
    max-width: 750px;
    position: fixed;
    max-height: calc(100% - 140px);
    overflow-y: auto;
    background: #f8f8f8;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.6);
    right: max(0px, calc((100% - 960px) / 2));
}

@media (max-width: 750px) {
    .header-search .search-drop .content {
        width: 100%;
    }
}
.header-search .search-drop a {
  color: #2e2e2e;
}
.header-search .search-drop .title {
    padding: 7px 10px;
    font-size: 16px;
    border-bottom: 2px solid black;
    font-weight: bold;

}
.header-search .search-drop .spc {
  padding: 0 10px;
}
.header-search .search-drop .boxes {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.header-search .search-drop .box {
    width: 100%;
  display: block;
  min-height: 50px;
  line-height: 1.2;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0px 5px rgba(0,0,0,0.15);
  background: white;
  margin-top: 10px;
}

.header-search .search-drop .box .img {
    display: inline-block;
    width: 120px;
    height: 80px;
}
.header-search .search-drop .box .img img {
    width: 100%;
    height: 100%;
}

/*
.header-search .search-drop .box.album .img {
    width: 120px;
    height: 80px;
}

.header-search .search-drop .box.photo .img {
    width: 120px;
    height: 80px;
}
    */

.header-search .search-drop .box.account .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 5px;
    margin-top: 5px;

}

.header-search .search-drop .box .text {
  display: inline-block;
  font-size: 13px;
  padding: 5px;
  width: calc(100% - 120px);
  float: right;
}
.header-search .search-drop .box.account .text {
}
.header-search .search-drop .box .text span {
    max-width: 300px;
  display: block;
  height: 16px;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header-search .search-drop .box span:nth-of-type(1) {
    font-weight: bold;
}
.header-search .search-drop .box:hover,
.header-search .search-drop .box.active {
  box-shadow: 0 0px 12px rgba(0,0,0,0.35);
  background: white;
  text-decoration: none;
}
.header-search .search-drop .more {
  text-align: center;
  font-size: 12px;
  margin: 0;
}
.header-search .search-drop .more a {
  display: block;
  padding: 8px 0;
  text-decoration: underline;
}
.header-search .search-drop .more a:hover {
  text-decoration: none;
}

.header-search .search-drop:before {
  content: "";
  position:absolute;
  
  /* vertically center */
  top:-19px;
  right: 100px;
 
  /* the arrow */
  border:10px solid white;
  border-color:  transparent transparent white transparent;
}

.header-search .search-drop .empty{
    padding: 30px 70px;
    font-weight: bold;
}

.profile-tabs-list{
    display: none;
    position: absolute;
    width: 100%;
    max-width: 500px;
    right:0;
    overflow: hidden;
    /*top: 0;*/
    background: #313131;
    z-index: 10000;
    color: #aaaaaa;
    font-size: 14px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.45);
    transition: all 0.2s ease-in-out;
    transform: translateX(100%);
}

.profile-tabs-list.open{
    overflow-y: auto;
    transform: translateX(0);
}
.profile-tabs-list .item{
    line-height: 35px;
    height: 35px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(0,0,0,0.85);
    margin: 10px;
    cursor: pointer;
    background: #2a2a2a;
}
.profile-tabs-list .item:hover{
    box-shadow: 0 0px 12px rgba(0,0,0,1);
    background: #383838;
    color: #e4e4e4;
}
.profile-tabs-list .name{
    display: block;
    float: left;
    max-width: calc(100% - (1 * 45px));
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.profile-tabs-list .icon{
    width: 45px;
    height: 30px;
    display: block;
    font-size: 18px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.profile-tabs-list h2{
    padding: 7px 10px;
    font-size: 16px;
    border-bottom: 2px solid #e4e4e4;
    font-weight: bold;
    color: #e4e4e4;
    margin: 0;
}

.raw-preview-quality {
    position: absolute; 
    z-index:1;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
}

@media (max-width: 749px) {
    .raw-preview-quality {  bottom: 80px; right: 10px; max-width: 300px; }
}
@media (min-width: 750px) {
    .raw-preview-quality { position: absolute; bottom: 0px; right: 5px; max-width: 300px; }
}