/* backgrounds */
/* links */
/* colors */
/* font-size */
/* fonts */
/* grid settings */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f7f7f7;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row: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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 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) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
.container {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left;
}
.col-xs-16 {
  width: 100%;
}
.col-xs-15 {
  width: 93.75%;
}
.col-xs-14 {
  width: 87.5%;
}
.col-xs-13 {
  width: 81.25%;
}
.col-xs-12 {
  width: 75%;
}
.col-xs-11 {
  width: 68.75%;
}
.col-xs-10 {
  width: 62.5%;
}
.col-xs-9 {
  width: 56.25%;
}
.col-xs-8 {
  width: 50%;
}
.col-xs-7 {
  width: 43.75%;
}
.col-xs-6 {
  width: 37.5%;
}
.col-xs-5 {
  width: 31.25%;
}
.col-xs-4 {
  width: 25%;
}
.col-xs-3 {
  width: 18.75%;
}
.col-xs-2 {
  width: 12.5%;
}
.col-xs-1 {
  width: 6.25%;
}
.col-xs-pull-16 {
  right: 100%;
}
.col-xs-pull-15 {
  right: 93.75%;
}
.col-xs-pull-14 {
  right: 87.5%;
}
.col-xs-pull-13 {
  right: 81.25%;
}
.col-xs-pull-12 {
  right: 75%;
}
.col-xs-pull-11 {
  right: 68.75%;
}
.col-xs-pull-10 {
  right: 62.5%;
}
.col-xs-pull-9 {
  right: 56.25%;
}
.col-xs-pull-8 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 43.75%;
}
.col-xs-pull-6 {
  right: 37.5%;
}
.col-xs-pull-5 {
  right: 31.25%;
}
.col-xs-pull-4 {
  right: 25%;
}
.col-xs-pull-3 {
  right: 18.75%;
}
.col-xs-pull-2 {
  right: 12.5%;
}
.col-xs-pull-1 {
  right: 6.25%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-16 {
  left: 100%;
}
.col-xs-push-15 {
  left: 93.75%;
}
.col-xs-push-14 {
  left: 87.5%;
}
.col-xs-push-13 {
  left: 81.25%;
}
.col-xs-push-12 {
  left: 75%;
}
.col-xs-push-11 {
  left: 68.75%;
}
.col-xs-push-10 {
  left: 62.5%;
}
.col-xs-push-9 {
  left: 56.25%;
}
.col-xs-push-8 {
  left: 50%;
}
.col-xs-push-7 {
  left: 43.75%;
}
.col-xs-push-6 {
  left: 37.5%;
}
.col-xs-push-5 {
  left: 31.25%;
}
.col-xs-push-4 {
  left: 25%;
}
.col-xs-push-3 {
  left: 18.75%;
}
.col-xs-push-2 {
  left: 12.5%;
}
.col-xs-push-1 {
  left: 6.25%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-16 {
  margin-left: 100%;
}
.col-xs-offset-15 {
  margin-left: 93.75%;
}
.col-xs-offset-14 {
  margin-left: 87.5%;
}
.col-xs-offset-13 {
  margin-left: 81.25%;
}
.col-xs-offset-12 {
  margin-left: 75%;
}
.col-xs-offset-11 {
  margin-left: 68.75%;
}
.col-xs-offset-10 {
  margin-left: 62.5%;
}
.col-xs-offset-9 {
  margin-left: 56.25%;
}
.col-xs-offset-8 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 43.75%;
}
.col-xs-offset-6 {
  margin-left: 37.5%;
}
.col-xs-offset-5 {
  margin-left: 31.25%;
}
.col-xs-offset-4 {
  margin-left: 25%;
}
.col-xs-offset-3 {
  margin-left: 18.75%;
}
.col-xs-offset-2 {
  margin-left: 12.5%;
}
.col-xs-offset-1 {
  margin-left: 6.25%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left;
  }
  .col-sm-16 {
    width: 100%;
  }
  .col-sm-15 {
    width: 93.75%;
  }
  .col-sm-14 {
    width: 87.5%;
  }
  .col-sm-13 {
    width: 81.25%;
  }
  .col-sm-12 {
    width: 75%;
  }
  .col-sm-11 {
    width: 68.75%;
  }
  .col-sm-10 {
    width: 62.5%;
  }
  .col-sm-9 {
    width: 56.25%;
  }
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-7 {
    width: 43.75%;
  }
  .col-sm-6 {
    width: 37.5%;
  }
  .col-sm-5 {
    width: 31.25%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-3 {
    width: 18.75%;
  }
  .col-sm-2 {
    width: 12.5%;
  }
  .col-sm-1 {
    width: 6.25%;
  }
  .col-sm-pull-16 {
    right: 100%;
  }
  .col-sm-pull-15 {
    right: 93.75%;
  }
  .col-sm-pull-14 {
    right: 87.5%;
  }
  .col-sm-pull-13 {
    right: 81.25%;
  }
  .col-sm-pull-12 {
    right: 75%;
  }
  .col-sm-pull-11 {
    right: 68.75%;
  }
  .col-sm-pull-10 {
    right: 62.5%;
  }
  .col-sm-pull-9 {
    right: 56.25%;
  }
  .col-sm-pull-8 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 43.75%;
  }
  .col-sm-pull-6 {
    right: 37.5%;
  }
  .col-sm-pull-5 {
    right: 31.25%;
  }
  .col-sm-pull-4 {
    right: 25%;
  }
  .col-sm-pull-3 {
    right: 18.75%;
  }
  .col-sm-pull-2 {
    right: 12.5%;
  }
  .col-sm-pull-1 {
    right: 6.25%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-16 {
    left: 100%;
  }
  .col-sm-push-15 {
    left: 93.75%;
  }
  .col-sm-push-14 {
    left: 87.5%;
  }
  .col-sm-push-13 {
    left: 81.25%;
  }
  .col-sm-push-12 {
    left: 75%;
  }
  .col-sm-push-11 {
    left: 68.75%;
  }
  .col-sm-push-10 {
    left: 62.5%;
  }
  .col-sm-push-9 {
    left: 56.25%;
  }
  .col-sm-push-8 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 43.75%;
  }
  .col-sm-push-6 {
    left: 37.5%;
  }
  .col-sm-push-5 {
    left: 31.25%;
  }
  .col-sm-push-4 {
    left: 25%;
  }
  .col-sm-push-3 {
    left: 18.75%;
  }
  .col-sm-push-2 {
    left: 12.5%;
  }
  .col-sm-push-1 {
    left: 6.25%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-16 {
    margin-left: 100%;
  }
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-sm-offset-12 {
    margin-left: 75%;
  }
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-sm-offset-8 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-sm-offset-4 {
    margin-left: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left;
  }
  .col-md-16 {
    width: 100%;
  }
  .col-md-15 {
    width: 93.75%;
  }
  .col-md-14 {
    width: 87.5%;
  }
  .col-md-13 {
    width: 81.25%;
  }
  .col-md-12 {
    width: 75%;
  }
  .col-md-11 {
    width: 68.75%;
  }
  .col-md-10 {
    width: 62.5%;
  }
  .col-md-9 {
    width: 56.25%;
  }
  .col-md-8 {
    width: 50%;
  }
  .col-md-7 {
    width: 43.75%;
  }
  .col-md-6 {
    width: 37.5%;
  }
  .col-md-5 {
    width: 31.25%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-3 {
    width: 18.75%;
  }
  .col-md-2 {
    width: 12.5%;
  }
  .col-md-1 {
    width: 6.25%;
  }
  .col-md-pull-16 {
    right: 100%;
  }
  .col-md-pull-15 {
    right: 93.75%;
  }
  .col-md-pull-14 {
    right: 87.5%;
  }
  .col-md-pull-13 {
    right: 81.25%;
  }
  .col-md-pull-12 {
    right: 75%;
  }
  .col-md-pull-11 {
    right: 68.75%;
  }
  .col-md-pull-10 {
    right: 62.5%;
  }
  .col-md-pull-9 {
    right: 56.25%;
  }
  .col-md-pull-8 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 43.75%;
  }
  .col-md-pull-6 {
    right: 37.5%;
  }
  .col-md-pull-5 {
    right: 31.25%;
  }
  .col-md-pull-4 {
    right: 25%;
  }
  .col-md-pull-3 {
    right: 18.75%;
  }
  .col-md-pull-2 {
    right: 12.5%;
  }
  .col-md-pull-1 {
    right: 6.25%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-16 {
    left: 100%;
  }
  .col-md-push-15 {
    left: 93.75%;
  }
  .col-md-push-14 {
    left: 87.5%;
  }
  .col-md-push-13 {
    left: 81.25%;
  }
  .col-md-push-12 {
    left: 75%;
  }
  .col-md-push-11 {
    left: 68.75%;
  }
  .col-md-push-10 {
    left: 62.5%;
  }
  .col-md-push-9 {
    left: 56.25%;
  }
  .col-md-push-8 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 43.75%;
  }
  .col-md-push-6 {
    left: 37.5%;
  }
  .col-md-push-5 {
    left: 31.25%;
  }
  .col-md-push-4 {
    left: 25%;
  }
  .col-md-push-3 {
    left: 18.75%;
  }
  .col-md-push-2 {
    left: 12.5%;
  }
  .col-md-push-1 {
    left: 6.25%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-16 {
    margin-left: 100%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left;
  }
  .col-lg-16 {
    width: 100%;
  }
  .col-lg-15 {
    width: 93.75%;
  }
  .col-lg-14 {
    width: 87.5%;
  }
  .col-lg-13 {
    width: 81.25%;
  }
  .col-lg-12 {
    width: 75%;
  }
  .col-lg-11 {
    width: 68.75%;
  }
  .col-lg-10 {
    width: 62.5%;
  }
  .col-lg-9 {
    width: 56.25%;
  }
  .col-lg-8 {
    width: 50%;
  }
  .col-lg-7 {
    width: 43.75%;
  }
  .col-lg-6 {
    width: 37.5%;
  }
  .col-lg-5 {
    width: 31.25%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-3 {
    width: 18.75%;
  }
  .col-lg-2 {
    width: 12.5%;
  }
  .col-lg-1 {
    width: 6.25%;
  }
  .col-lg-pull-16 {
    right: 100%;
  }
  .col-lg-pull-15 {
    right: 93.75%;
  }
  .col-lg-pull-14 {
    right: 87.5%;
  }
  .col-lg-pull-13 {
    right: 81.25%;
  }
  .col-lg-pull-12 {
    right: 75%;
  }
  .col-lg-pull-11 {
    right: 68.75%;
  }
  .col-lg-pull-10 {
    right: 62.5%;
  }
  .col-lg-pull-9 {
    right: 56.25%;
  }
  .col-lg-pull-8 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 43.75%;
  }
  .col-lg-pull-6 {
    right: 37.5%;
  }
  .col-lg-pull-5 {
    right: 31.25%;
  }
  .col-lg-pull-4 {
    right: 25%;
  }
  .col-lg-pull-3 {
    right: 18.75%;
  }
  .col-lg-pull-2 {
    right: 12.5%;
  }
  .col-lg-pull-1 {
    right: 6.25%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-16 {
    left: 100%;
  }
  .col-lg-push-15 {
    left: 93.75%;
  }
  .col-lg-push-14 {
    left: 87.5%;
  }
  .col-lg-push-13 {
    left: 81.25%;
  }
  .col-lg-push-12 {
    left: 75%;
  }
  .col-lg-push-11 {
    left: 68.75%;
  }
  .col-lg-push-10 {
    left: 62.5%;
  }
  .col-lg-push-9 {
    left: 56.25%;
  }
  .col-lg-push-8 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 43.75%;
  }
  .col-lg-push-6 {
    left: 37.5%;
  }
  .col-lg-push-5 {
    left: 31.25%;
  }
  .col-lg-push-4 {
    left: 25%;
  }
  .col-lg-push-3 {
    left: 18.75%;
  }
  .col-lg-push-2 {
    left: 12.5%;
  }
  .col-lg-push-1 {
    left: 6.25%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-16 {
    margin-left: 100%;
  }
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .col-lg-offset-12 {
    margin-left: 75%;
  }
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .col-lg-offset-8 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .col-lg-offset-4 {
    margin-left: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
body {
  background: #f7f7f7;
  margin-left: -90px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3d3c3c;
  font-size: 14px;
  min-width: 1200px;
}
.container {
  width: 960px;
}
.wrapper {
  width: 1200px;
}
a {
  color: #05c080;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
a:hover {
  color: #05c080;
  text-decoration: underline;
}
*:focus {
  outline: none;
}
.page-header {
  position: relative;
  z-index: 10;
}
.top-line {
  background: #23f1ab;
  border-bottom: 1px solid #bcbcbc;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.top-line:before,
.top-line:after {
  content: " ";
  display: table;
}
.top-line:after {
  clear: both;
}
.top-line:before,
.top-line:after {
  content: " ";
  display: table;
}
.top-line:after {
  clear: both;
}
.list-dropdown>li {
  padding-left: 14px;
  padding-right: 8px;
}
.list-dropdown-city>li {
  padding-left: 13px;
}
.main-filter {
  font-size: 14px;
  text-align: center;
  color: #000000;
  height: 50px;
  margin-bottom: 5px;
}
.main-filter a {
  text-decoration: underline;
  color: #15bd84;
  font-size: 24px;
  padding-left: 4px;
  padding-right: 4px;
}
.main-navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  border-left: 1px solid #21e2a0;
}
.main-navigation a {
  text-decoration: none;
}
.main-navigation a:hover {
  text-decoration: none;
}
.main-navigation > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.main-navigation > li > a {
  color: #000000;
  display: block;
  height: 50px;
  padding: 15px 20px;
  border-left: 1px solid #44f3b8;
  border-right: 1px solid #21e2a0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.main-navigation > li > a:hover {
  text-decoration: none;
  color: #23f1ab;
  background: #040707;
  border-left: 1px solid #040707;
  border-right: 1px solid #040707;
}
.main-navigation > li.current > a {
  color: #ffffff;
  background: #040707;
  border-left: 1px solid #040707;
  border-right: 1px solid #040707;
}
.main-navigation > li.hover > a {
  background: #040707;
  color: #8cf6d2;
  border-left: 1px solid #040707;
  border-right: 1px solid #040707;
}
.main-navigation > li.home {
  font-weight: normal;
  font-family: 'gotham-pro-black';
  text-transform: uppercase;
}
.main-navigation > li.home > a {
  border-left: 1px solid #44f3b8;
  border-right: 1px solid #21e2a0;
  text-decoration: none;
}
.main-navigation > li.home > a:hover {
  color: #000;
  text-decoration: none;
  background: none;
}
.main-navigation > li > ul {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background: #040707;
  display: none;
}
.main-navigation > li > ul li {
  display: block;
}
.main-navigation > li > ul li a {
  text-decoration: none;
  display: block;
  padding: 13px 20px;
}
.main-navigation > li > ul li a:hover {
  text-decoration: none;
}
.school-profile-btn-reply {
  margin-bottom: 21px;
}
.action {
  padding: 0;
  margin: 0;
  font-size: 0;
  float: right;
  list-style: none;
  border-right: 1px solid #44f3b8;
  border-left: 1px solid #21e2a0;
}
.action li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  position: relative;
}
.action li.open a {
  background: #040707;
  border-left: 1px solid #040707;
  border-right: 1px solid #040707;
  color: #fff;
  text-decoration: none;
}
.action li.open a .icon-search {
  background: url(../images/sprite-4dance.png) -150px -25px no-repeat;
}
.action li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  padding: 0 20px;
  border-left: 1px solid #44f3b8;
  border-right: 1px solid #21e2a0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.action li a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #040707;
  border-right: 1px solid #040707;
}
.action li a:hover .icon-search {
  background: url(../images/sprite-4dance.png) -150px -25px no-repeat;
}
.action li a:hover .icon-case {
  background: url(../images/sprite-4dance.png) -180px -25px no-repeat;
}
.block-search {
  background: #000;
  padding: 20px;
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #bab6ad;
  display: none;
}
.block-search form {
  display: block;
  position: relative;
  margin: 0;
}
.block-search input[type="text"] {
  border: none;
  background: #454747;
  color: #fff;
  font-weight: bold;
  width: 215px;
  padding: 3px 30px 3px 15px;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.34), inset 0 -1px 2px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.34), inset 0 -1px 2px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px rgba(255, 255, 255, 0.34), inset 0 -1px 2px rgba(0, 0, 0, 0.28);
}
.block-search .btn-search {
  width: 25px;
  height: 25px;
  background: url(../images/sprite-4dance.png) -177px -81px no-repeat;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 0px;
  right: 5px;
  text-align: left;
  text-indent: -9999px;
}
.icon-add {
  font-size: 31px;
  color: #000000;
  font-weight: bold;
}
.icon-search {
  width: 30px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/sprite-4dance.png) -150px 0px no-repeat;
}
.icon-case {
  width: 26px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/sprite-4dance.png) -180px 0px no-repeat;
}
.list-dropdown {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  text-align: center;
}
.list-dropdown i {
  padding-left: 5px;
}
.list-dropdown a {
  text-decoration: none;
}
.list-dropdown > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #15bd84;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 5px;
}
.list-dropdown > li.open {
  background: #fff;
  z-index: 99999;
}
.list-dropdown > li .caret {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
}
.list-dropdown > li .current span {
  color: #15bd84;
  border-bottom: 1px dashed #15bd84;
}
.list-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  display: none;
  padding-right: 10px;
}
.list-dropdown ul li {
  display: block;
}
.list-dropdown ul li a {
  color: #15bd84;
  padding: 2px 5px;
}
.list-dropdown-city {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  text-align: center;
}
.list-dropdown-city i {
  padding-left: 5px;
}
.list-dropdown-city > a {
  text-decoration: none;
}
.list-dropdown-city > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #15bd84;
  cursor: pointer;
  padding-left: 11px;
  padding-right: 11px;
}
.list-dropdown-city > li.open {
  background: #fff;
  z-index: 99999;
}
.list-dropdown-city > li .caret {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
}
.list-dropdown-city > li .current span {
  color: #15bd84;
  border-bottom: 1px dashed #15bd84;
}
.list-dropdown-city ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  display: none;
}
.list-dropdown-city ul li {
  display: block;
}
.list-dropdown-city ul li a {
  color: #15bd84;
  text-decoration: none;
  padding: 2px 5px;
}
.list-dropdown-city ul li a:hover {
  text-decoration: none;
}
.large-logo {
  text-align: center;
}
.large-logo img {
  vertical-align: top;
}
.gallery-article {
  position: relative;
  margin: 0 -10px 30px;
  top: 20px;
}
.gallery-article .item {
  width: 220px;
  float: left;
  margin: 0 10px 20px 10px;
}
.gallery-article .item.large {
  width: 460px;
}
.btn-center {
  text-align: center;
  margin-bottom: 10px;
}
.page-body .list-items-article {
  position: relative;
  margin: 0 -10px;
}
.page-body .list-items-article .item-article {
  display: inline-block;
  width: 220px;
  margin: 0 10px 20px 10px;
  padding: 0;
}
.page-body .list-items-article .item-article-border {
  display: inline-block;
  width: 220px;
  margin: 0 10px 20px 10px;
  padding: 0;
}
.page-body .list-items-article .item-article-border a {
  display: block;
}
.page-body .list-items-article .item-article-border a strong {
  color: #23f1ab;
  font-size: 31px;
  letter-spacing: -11px;
  display: block;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  padding-top: 0px;
  margin-left: 9px;
}
.page-body .list-items-article .item-article-border a span {
  font-family: 'gotham-pro-bold';
  font-size: 12px;
  color: #000000;
  display: block;
  width: 135px;
  line-height: 1.2;
  padding-top: 5px;
  margin-left: 10px;
}
.page-body .list-items-article .item-article-border a:hover {
  text-decoration: none;
}
.blog-wrapper .users-wrapper {
  display: none;
  padding-top: 30px;
}
.blog-wrapper .write-a-message {
  overflow: inherit;
  margin-bottom: 0;
}
.show-comments {
  border-bottom: 3px solid transparent;
}
.similar-materials {
  margin-bottom: 70px;
}
.similar-materials .btn-center {
  margin: 20px 0 0 0;
}
.blog-wrapper {
  margin: 0 0 50px 0;
  padding: 20px 20px 30px 20px;
}
.menu-blog li.last {
  padding: 0;
  padding-left: 33px;
}
.setting,
.sun,
.attach,
.microfone {
  text-align: left;
  text-indent: -9999px;
}
.write-a-message .write-message {
  padding: 5px 100px 5px 10px;
}
.form-row-blog {
  width: 100%;
}
.twitter-wrapper .description {
  display: inline-block;
  font-size: 14px;
  color: #000;
  position: relative;
}
.twitter-wrapper .description:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: 1px;
  width: 125px;
  height: 53px;
  background-image: -webkit-linear-gradient(left, transparent 0%, #f7f7f7 80%);
  background-image: -o-linear-gradient(left, transparent 0%, #f7f7f7 80%);
  background-image: linear-gradient(to right, transparent 0%, #f7f7f7 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#fff7f7f7', GradientType=1);
}
body {
  margin: 0;
}
.designations .circle-two {
  background: none;
  position: relative;
}
.designations .circle-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: red;
}
.dance-style-lexer {
  font-size: 0;
  padding: 0;
  margin: 0 -10px;
  list-style: none;
}
.dance-style-lexer li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.wrapper-slider {
  position: relative;
  height: 300px;
  margin: 0 0 40px 0;
}
.wrapper-slider .gallery-school {
  opacity: 0;
  filter: alpha(opacity=0);
}
.wrapper-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -38px 0 0 -516px;
  width: 76px;
  height: 76px;
  background: url(../images/sprite-4dance.png) 0 -20px no-repeat;
}
.wrapper-slider .owl-next {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -38px -516px 0 0;
  width: 76px;
  height: 76px;
  background: url(../images/sprite-4dance.png) 0 -96px no-repeat;
}
.comment {
  display: inline-block;
  vertical-align: baseline;
  width: 30px;
  height: 25px;
  background: url(../images/sprite-4dance.png) -76px 0 no-repeat;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
.text-from-the-image .box-text .comment {
  color: #fff;
  margin-left: 10px;
}
.block-map {
  position: relative;
}
.block-map .btn {
  position: absolute;
  z-index: 2;
  width: 290px;
  top: 50px;
  left: 50%;
  margin: 0 0 0 -145px;
  text-decoration: none;
}
.block-map .btn:hover {
  text-decoration: none;
}
.block-map .btn-all {
  width: 220px;
  text-align: center;
  right: 130px;
  left: auto;
  margin: 0;
  top: auto;
  bottom: 35px;
  -webkit-box-shadow: 0 1px 3px rgba(95, 95, 95, 0.55), inset 0 1px #ffffff;
  -moz-box-shadow: 0 1px 3px rgba(95, 95, 95, 0.55), inset 0 1px #ffffff;
  box-shadow: 0 1px 3px rgba(95, 95, 95, 0.55), inset 0 1px #ffffff;
}
.block-map .btn-all span {
  margin-left: 5px;
}
.block-map .map-inside {
  position: relative;
  z-index: 1;
  height: 180px;
  overflow: hidden;
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  background: url(../images/map-loading-index.jpg) no-repeat;
}
.block-map .map-inside .map-medium {
  height: 220px;
  display: block;
  margin: -20px 0;
}
.page-template-maps-php .page-body {
  padding-top: 123px;
}
.dance-styles {
  position: fixed;
  z-index: 99;
  top: 51px;
  left: 0;
  width: 100%;
  background: #f7f7f7;
}
.page-body {
  position: relative;
  z-index: 1;
  padding-top: 51px;
}
.page-body .page-inside {
  max-width: 1200px;
  margin: 0 auto;
}
.ads-slim {
  position: relative;
  background: url(../images/b-1.png) 0 27px repeat-x;
}
.ads-slim.position-top {
  margin-top: -28px;
  z-index: 2;
  background: none;
  display: inline-block;
  margin-left: 120px;
  height: 104px;
}

.ads-slim.position-top .question {
  right: -120px;
}
.page-body .grid-items {
  position: relative;
  margin: 0 -10px;
}
.page-body .grid-items .grid-item {
  float: left;
  width: 220px;
  margin: 0 10px 20px 10px;
  padding: 0;
}
.page-body .grid-items .grid-item.grid-item-x2 {
  width: 460px;
}
.inside-article .video iframe {
  height: 300px;
  width: 100%;
  border: none;
  display: block;
}
.grid-items-add {
  position: relative;
  margin: 0 -10px;
}
.grid-items-add .grid-item {
  float: left;
  margin: 0 10px 20px 10px;
}
.head-article {
  position: relative;
}
.head-article.head-map {
  border-top: 2px solid rgba(222, 222, 222, 0.5);
  border-bottom: 2px solid #dedede;
}
.head-article.head-map.direct2 {
  border-top: 2px solid rgba(0, 255, 0, 1);
}
.head-article.head-map.direct3 {
  border-top: 2px solid #FFE400;
}
.head-article.head-map.direct4 {
  border-top: 2px solid rgba(0, 198, 255, 1);
}
.head-article.head-map.direct5 {
  border-top: 2px solid rgba(0, 78, 255, 1);
}
.head-article.head-map.direct6 {
  border-top: 2px solid rgba(255, 0, 255, 1);
}
.head-article .img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.map-wrapper.school #map {
  height: 525px;
}
.main-filter.main-filter-result {
  height: auto;
}
.main-filter.main-filter-result span {
  font-size: 24px;
  color: #15bd84;
  margin: 0 5px;
}
.main-filter .btn.btn-green {
  text-decoration: none;
  padding: 9px 10px 7px 10px;
  font-size: 11px;
  margin-left: 20px;
  margin-top: -2px;
}
.popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 1001;
  display: none;
}
.popup-body {
  display: none;
  position: absolute;
  z-index: 1002;
  width: 500px;
  margin-left: -250px;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.5);
  left: 50%;
  color: #000000;
  top: 120px;
  margin-bottom: 50px;
}
.popup-body .icon-close {
  width: 17px;
  height: 16px;
  background: url(../images/sprite-4dance.png) -132px 0px no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup-body .p-news,
.popup-body .p-online {
  display: none;
}
.popup-body .popup-head {
  height: 20px;
  overflow: hidden;
}
.popup-body .popup-head i {
  float: left;
  width: 75px;
  height: 20px;
  background: url(../images/sprite-4dance.png) 0px 0px no-repeat;
}
.popup-body .popup-head span {
  display: block;
  height: 20px;
  margin-left: 75px;
  background: #f7f7f7;
  border-top: 5px solid #23f1ab;
  border-right: 5px solid #23f1ab;
}
.popup-body .popup-inside {
  padding: 5px 45px 5px 45px;
  background: #f7f7f7;
  border: 5px solid #23f1ab;
  border-top: none;
}
.popup-body .h3 {
  display: block;
  font-size: 30px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'myriadpro-bold';
  margin: 0 0 20px 0;
  line-height: 1.1;
}
.popup-body .content {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 18px;
}
.popup-body .content p {
  margin: 0 0 10px 0;
}
.popup-body .form-style label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 14px;
}
.popup-body .form-style .form-row {
  margin: 0 0 20px 0;
}
.popup-body .form-style .form-row:before,
.popup-body .form-style .form-row:after {
  content: " ";
  display: table;
}
.popup-body .form-style .form-row:after {
  clear: both;
}
.popup-body .form-style .form-row:before,
.popup-body .form-style .form-row:after {
  content: " ";
  display: table;
}
.popup-body .form-style .form-row:after {
  clear: both;
}
.popup-body .form-style .form-row.row-file {
  margin: -25px 0 0 0;
}
.popup-body .form-style input[type="text"],
.popup-body .form-style textarea {
  width: 100%;
  border: 1px solid #98989a;
  padding: 2px 10px;
  font-size: 14px;
  background: #ffffff;
}
.popup-body .form-style textarea {
  height: 195px;
  resize: none;
  overflow-y: auto;
  padding: 10px;
}
.popup-body .form-style .file {
  margin-left: 10px;
}
.popup-body .form-style .btn {
  padding: 10px 15px;
  font-size: 12px;
  float: right;
}

.file {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.file label {
  background: #ffffff;
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #98989a;
  padding: 0px 15px;
  cursor: pointer;
  text-transform: uppercase;
}
.file input {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 11px;
  opacity: 0.01;
  cursor: pointer;
}
.btn-middle {
  text-align: center;
  position: absolute;
  top: 48%;
  left: 0;
  display: block;
  width: 100%;
}
.btn-middle a {
  margin: 0 20px;
}
.list-checkbox {
  padding: 0 10px;
  margin: 0;
  list-style: none;
}
.list-checkbox li {
  margin: 2px 0;
}
.checkbox {
  vertical-align: top;
  margin: 0 8px 0 0;
  width: 15px;
  height: 15px;
}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 25px;
}
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #98989a;
}
.checkbox:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #98989a;
}
.juiz_last_tweet_follow_us {
  display: none;
}
.line-twitter .right {
  width: 105px;
}
.line-twitter .twitter-account {
  margin-right: 0;
}
.juiz_last_tweet_tweetlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.line-twitter .twitter-message {
  padding-top: 3px;
}
.line-twitter .account {
  padding-top: 5px;
  background: url(../images/sprite-4dance.png) -121px -53px no-repeat
}
.juiz_last_tweet_footer_item {
  display: none;
}
.line-twitter {
  padding-top: 10px;
  margin-bottom: 20px;
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  position: relative;
  padding-bottom: 10px;
}
.line-twitter:before,
.line-twitter:after {
  content: " ";
  display: table;
}
.line-twitter:after {
  clear: both;
}
.line-twitter:before,
.line-twitter:after {
  content: " ";
  display: table;
}
.line-twitter:after {
  clear: both;
}
.line-twitter .twitter-account {
  margin-right: 110px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.line-twitter .right {
  float: right;
  width: 110px;
}
.line-twitter .right .btn {
  float: right;
}
.line-twitter .arrow {
  margin: 5px 20px;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}
.line-twitter .arrow-left,
.line-twitter .arrow-right {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 12px;
  margin: 0 3px;
}
.line-twitter .account {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  background: url(../images/sprite-4dance.png) -121px -53px no-repeat
  color: #3ed6ff;
  font-family: 'gotham-pro-bold';
  font-size: 12px;
  text-transform: uppercase;
}
.line-twitter .account a {
  color: #3ed6ff;
  text-decoration: none;
}
.line-twitter .account a:hover {
  text-decoration: none;
}
.line-twitter .data {
  color: #000101;
  font-family: 'gotham-pro-bold';
  display: inline-block;
  vertical-align: middle;
}
.line-twitter .twitter-message {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0 0 10px;
  font-size: 14px;
  color: #000000;
}
.line-twitter .twitter-message p {
  margin: 5px 0;
}
.head-bottom .personal-uppercase-device {
  display: block;
  margin-bottom: 0;
}
.mt-scroll .mt-news {
top: 2px;
height: 28px;
}
.similar-materials .content-none-file {
  padding: 50px;
  font-size: 18px;
  line-height: 26px;
}
.comment-count {
  border: 1px solid #b4b4b4;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  padding: 2px 6px 1px 6px;
  bottom: 18px;
  background: #ffffff;
  position: absolute;
  margin: 0 0 0 15px;
  right: 15px;
  z-index: 2;
  color: #939393;
  text-decoration: none;
}
.comment-count:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #ffffff;
  position: absolute;
  bottom: -4px;
  left: 6px;
  margin: 0 0 0 -3px;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrapper-float.no-img .comment {
  color: #000;
}
.wrapper-float.no-img h1 {
  color: #000000;
}
.wrapper-float.no-img strong {
  color: #c3c3c3;
}
.text-from-the-image h1 {
  font-size: 36px;
  color: #fff;
  font-family: 'gotham-pro-bold';
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
.text-from-the-image .info-article {
  font-weight: bold;
  color: #c3c3c3;
}
.text-from-the-image .info-article .author {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.text-from-the-image .info-article .author span {
  color: #fff;
}
.text-from-the-image .info-article .category,
.text-from-the-image .info-article .author,
.text-from-the-image .info-article .date,
.text-from-the-image .info-article .comment {
  margin-right: 10px;
}
.wrapper-float.no-img {
  color: #fff;
  border-top: 2px solid #dedede;
  padding-top: 40px;
  padding-bottom: 0px;
  position: static;
}
.wrapper-float.no-img .info-article .author span {
  color: #000;
}
.item-info-article:before,
.item-info-article:after {
  content: " ";
  display: table;
}
.item-info-article:after {
  clear: both;
}
.item-info-article:before,
.item-info-article:after {
  content: " ";
  display: table;
}
.item-info-article:after {
  clear: both;
}
.item-info-article strong {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}
.item-info-article strong .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 12px;
  margin-left: 7px;
  background: url(../images/sprite-4dance.png) -137px -26px no-repeat;
}

.comment-count:hover {
  text-decoration: none;
  color: #000;
}
/* article style */
.article-content {
  width: 940px;
  margin: 0 auto;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 20px 0;
  color: #3d3c3c;
  font-size: 14px;
  line-height: 24px;
}
.article-content p:empty {
  display: none;
}
.article-content h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  color: #000;
}
.article-content h3 {
  font-size: 18px;
  font-style: italic;
  color: #000;
  margin: 5px 0 15px 120px;
}
.article-content h3.green {
  font-style: normal;
  display: inline-flex;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #23f1ab;
  padding: 5px 20px;
  font-weight: normal;
}
.article-content p {
  margin: 0 120px 10px;
}
.article-content img.alignleft {
  float: left;
  margin-bottom: 30px;
  margin-right: 40px;
  margin-left: 0;
}
.article-content p img.alignleft {
  margin-top: 15px;
}
.article-content img.alignright {
  float: right;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 0;
}
.article-content p img.alignright {
  margin-top: 15px;
}
.article-content img.alignnone {
  margin: 40px 0;
  float: none;
}
.article-content p img.alignnone {
  margin-left: -120px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.article-content .columns-content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 30px;
}
.article-content .columns-content p {
  margin: 0 0 10px 0;
}
.article-content .img-and-text-left, .article-content .img-and-text-right{
  margin-bottom: 10px;
  position: relative;
  padding-top: 5px;
}
.article-content .img-and-text-left .info {
  width: 270px;
  position: absolute;
  top: 75px;
  left: 120px;
  color: #fff;
}
.article-content .img-and-text-left .info p {
  margin: 0;
}
.article-content .img-and-text-left > p,
.article-content .img-and-text-right > p {
  margin: 0;
}

.article-content .img-and-text-right .info {
  width: 270px;
  position: absolute;
  top: 75px;
  right: 120px;
  color: #4d4d4d;
}
.article-content .img-and-text-right .info p {
  margin: 0;
}
.article-content .quote {
  border: 5px solid #23f1ab;
  background: #f7f7f7;
  position: relative;
  padding: 30px 120px 30px 30px;
  margin: 50px 0;
  clear: both;
}
.article-content .quote:before,
.article-content .quote:after {
  content: " ";
  display: table;
}
.article-content .quote:after {
  clear: both;
}
.article-content .quote:before,
.article-content .quote:after {
  content: " ";
  display: table;
}
.article-content .quote:after {
  clear: both;
}
.article-content .quote:before {
  position: absolute;
  left: 115px;
  top: -11px;
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: #f7f7f7;
  border-radius: 5px;
  border-right: 5px solid #23f1ab;
  border-bottom: 5px solid #23f1ab;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.article-content .quote .quote-message {
  overflow: hidden;
  color: #414141;
  font-size: 18px;
  font-style: italic;
  font-family: Georgia;
}
.article-content .quote .quote-message p {
  font-size: 18px;
  line-height: 1.2;
  color: #414141;
  margin: 0 0 15px 0;
  text-indent: 30px;
}
.article-content .quote .quote-author {
  width: 170px;
  float: left;
  margin-right: 50px;
}
.article-content .quote .quote-author .photo {
  text-align: right;
  display: block;
  padding-right: 10px;
  padding-bottom: 15px;
}
.article-content .quote .quote-author .photo img.alignnone {
  margin: 0;
}
.article-content .quote .quote-author .photo img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.article-content .quote .quote-author .info {
  text-align: right;
  padding-right: 10px;
}
.article-content .quote .quote-author .info p {
  margin: 0;
}
.article-content .quote .quote-author .info p.name {
  font-style: italic;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  line-height: 16px;
  text-transform: uppercase;
  width: 160px;
}
.article-content .quote .quote-author .info p.name span {
  text-transform: uppercase;
}
.article-content .quote .quote-author .info p.profession {
  color: #4d4d4d;
  font-style: italic;
  font-size: 12px;
  margin-top: 5px;
  display: block;
  line-height: 1.2;
  padding-left: 0px;
}
.article-content p.paragraph-article-q {
margin: 0px 120px 35px 200px;
font-style: italic;
border-left: 2px solid #23f1ab;
padding-left: 10px;
}
.article-content .white-block-wrapper {
  margin-bottom: 30px;
}

.article-content p.paragraph-article {
  margin: 0 120px 25px;
}
.article-content ul.paragraph-article {
  margin: -35px 120px 25px;
}
.white-block {
  position: relative;
}
.white-block .icon-day {
  display: block;
  background: url(../images/sprite-4dance.png) -171px -50px no-repeat;
  width: 35px;
  height: 31px;
  position: absolute;
  top: 15px;
  left: 0;
}
.white-block .icon-day span {
  color: #fff;
  font-size: 18px;
  font-family: 'gotham-pro-bold';
  display: block;
  margin-top: 5px;
  padding-left: 5px;
}
.page-footer {
  background: #252525;
  color: #fff;
  padding: 30px 0 20px 0;
}
.footer-navigation {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  font-size: 0;
}
.footer-navigation li {
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
.footer-navigation li.last {
  margin-right: 0;
}
.copy {
  margin: 0;
  color: #909090;
  line-height: 1.2;
  font-size: 11px;
}
.partners {
  text-align: center;
}
.partners .title {
  margin: 0 0 10px 0;
  font-size: 11px;
}
.partners .title span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #909090;
  background: #252525;
  text-transform: uppercase;
  padding: 0 30px;
  font-weight: bold;
}
.partners .title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #797979;
}
.partners ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.partners ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.partners ul li.first {
  margin-left: 0;
}
.partners ul li.last {
  margin-right: 0;
}
.partners ul li img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
/*-----------------Page_article---------------------------*/
.jq-checkbox {
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #98989a;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #ffffff, inset 1px -1px #ffffff;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.dance {
  width: 700px;
  margin: 0 auto;
}
.map-wrapper {
  height: 525px;
}
.bread-crumbs {
  color: #797979;
  font-size: 10px;
  padding-top: 17px;
  padding-bottom: 20px;
  padding-left: 11px;
}
.bread-crumbs a {
  color: #1cad7c;
  padding-right: 7px;
  padding-left: 7px;
}
.bread-crumbs span {
  padding-left: 7px;
}
.white-block-wrapper {
  background: #fff;
  border-top: 5px solid #3b83f5;
  border-bottom: 1px #dddddd;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  box-shadow: 0px 1px 1px rgba(95, 95, 95, 0.1);
}
.white-block {
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: 25px;
  padding-left: 55px;
}
.white-block .block-item-left {
  float: left;
}
.white-block .block-item-left span {
  margin: 0;
  padding: 0;
  font-family: 'gotham-pro-bold';
  display: inline-block;
  color: #a1a1a1;
  font-size: 12px;
  padding-right: 10px;
  text-transform: uppercase;
}
.white-block .block-item-left strong {
  font-family: 'gotham-pro-bold';
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #3b83f5;
  font-size: 18px;
  padding-right: 25px;
}
.white-block .block-item-left i {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.white-block .block-item-left p {
  font-size: 14px;
  color: #A1A1A1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.white-block .block-item-right {
  float: right;
}
.white-block .block-item-right span {
  margin: 0;
  padding: 0;
  font-family: 'gotham-pro-bold';
  display: inline-block;
  color: #a1a1a1;
  font-size: 12px;
  padding-right: 5px;
}
.white-block .block-item-right strong {
  font-family: 'gotham-pro-bold';
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #3b83f5;
  font-size: 18px;
  padding-right: 5px;
}
.article-hr {
  size: 1px;
  color: #dedede;
  margin-bottom: 15px;
}
.head-bottom {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  border-top: 2px solid rgba(222, 222, 222, 0.5);
}
.head-bottom.line-gray {
  border-top: 2px solid #dedede;
}
.head-bottom.gray-frame {
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
}
.head-bottom p {
  color: #3d3c3c;
  font-size: 14px;
  padding-bottom: 20px;
}
.head-bottom strong {
  font-size: 36px;
  font-family: 'gotham-pro-bold';
  margin-top: 35px;
  display: block;
}
.text-from-the-image h1 {
  font-size: 36px;
  color: #fff;
  font-family: 'gotham-pro-bold';
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
.text-from-the-image .box-text a {
  color: #00c884;
  font-weight: bold;
  font-size: 14px;
  padding-right: 15px;
}
.text-from-the-image .box-text strong {
  font-size: 14px;
  color: #fff;
  padding-right: 15px;
  display: inline-block;
  margin: 0;
}
.text-from-the-image .box-text span {
  color: #c3c3c3;
  font-size: 14px;
}
.information-top {
  margin-top: 40px;
}
.information-top h2 {
  font-size: 24px;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 40px;
  line-height: 1.2;
  color: #000;
}
.information p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3d3c3c;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.7;
}
.information-text p {
  color: #3d3c3c;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.7;
}
.history-wrapper {
  border: 5px solid #23f1ab;
  position: relative;
  margin-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.history-wrapper:before {
  position: absolute;
  left: 115px;
  top: -22px;
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  background: #f7f7f7;
  border-right: 5px solid #23f1ab;
  border-bottom: 5px solid #23f1ab;
  rotate: 45deg;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 40%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 20% 40%;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 20% 40%;
}
.history-wrapper img {
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 15px;
}
.about-me {
  padding-left: 10px;
}
.about-me p {
  font-style: italic;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.about-me p span {
  padding-left: 85px;
}
.about-me .profession {
  color: #4d4d4d;
  font-style: italic;
  font-size: 12px;
  padding-left: 30px;
  margin-top: 10px;
  display: block;
}
.history {
  color: #414141;
  font-size: 18px;
  font-style: italic;
  font-family: Georgia;
  padding-top: 25px;
}
.history p {
  margin-top: 0;
  margin-bottom: 5px;
}
.box-text h3 {
  font-size: 18px;
  font-style: italic;
  color: #000;
  margin-bottom: 25px;
}
.box-text .align-left,
.box-text img {
  float: left;
  margin-bottom: 50px;
  margin-right: 40px;
  margin-left: -125px;
}
.box-text-top {
  line-height: 1.7;
  margin-top: -6px;
  margin-bottom: 25px;
  font-size: 14px;
}
.box-text-center {
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 25px;
}
.box-text-bottom {
  line-height: 1.7;
  margin-bottom: 35px;
  font-size: 14px;
}
.tehnologies {
  margin-bottom: 15px;
}
.img-and-text {
  position: relative;
  margin-bottom: 45px;
}
.img-and-text-two {
  position: relative;
  margin-bottom: 45px;
  margin-top: 20px;
}
.box-info-left {
  font-size: 14px;
  color: #ffffff;
  z-index: 9999;
  position: absolute;
  top: 35px;
  left: 120px;
  width: 270px;
  line-height: 1.7;
}
.box-info-right {
  font-size: 14px;
  color: #4d4d4d;
  z-index: 9999;
  position: absolute;
  top: 55px;
  left: 540px;
  width: 255px;
  line-height: 1.7;
}
.text-gallery {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 24px;
  color: #000;
  margin-top: 15px;
}
.galery {
  margin-bottom: 45px;
}
.gallery-school {
  margin-bottom: 65px;
  margin-top: 55px;
}
.information-in-the-columns {
  margin-bottom: 35px;
  margin-top: 40px;
}
.information-in-the-columns strong {
  font-weight: bold;
  color: #000;
}
.information-in-the-columns p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.information-in-the-columns span {
  font-weight: bold;
}
.similar-materials {
  margin-bottom: 38px;
}
.similar-materials p {
  font-size: 18px;
  color: 000000;
  font-family: 'gotham-pro-bold';
  margin-top: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.list-items-article {
  font-size: 0;
  margin: 3px -10px;
}
.list-items-article:before,
.list-items-article:after {
  content: " ";
  display: table;
}
.list-items-article:after {
  clear: both;
}
.list-items-article:before,
.list-items-article:after {
  content: " ";
  display: table;
}
.list-items-article:after {
  clear: both;
}
.list-items-article .item-article {
  width: 25%;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.list-items-article .item-article .inside-article {
  padding: 20px 0;
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  background: #ededed;
  /* Цвет фона */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  /* Параметры тени */
}
.list-items-article .item-article .inside-article .data {
  position: absolute;
  z-index: 99999;
  right: 10px;
  width: 80px;
  display: block;
  top: 20px;
  color: #fff;
  margin: 0;
  font-size: 66px;
  font-family: 'gotham-pro-bold';
  text-align: center;
  line-height: 40px;
}
.list-items-article .item-article .inside-article .data .number-day {
  font-size: 14px;
  display: block;
  font-family: 'gotham-pro-bold';
  color: #fff;
  text-transform: uppercase;
}
.list-items-article .item-article .inside-article a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.list-items-article .item-article .inside-article a .camera {
  position: absolute;
  left: 140px;
  top: 20px;
}
.list-items-article .item-article .inside-article a .number-of {
  color: #010101;
  font-size: 10px;
  font-family: 'gotham-pro-bold';
  position: absolute;
  left: 165px;
  top: 42px;
}
.list-items-article .item-article-big {
  width: 460px;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.list-items-article .item-article-big .inside-article {
  padding: 20px 0;
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  background: #ededed;
  /* Цвет фона */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  /* Параметры тени */
}
.list-items-article .item-article-big .inside-article .data {
  position: absolute;
  z-index: 99999;
  left: 126px;
  top: -5px;
  color: #fff;
  margin: 0;
  font-size: 66px;
  font-family: 'gotham-pro-bold';
}
.list-items-article .item-article-big .inside-article .data .number-day {
  font-size: 14px;
  position: absolute;
  top: 70px;
  font-family: 'gotham-pro-bold';
  color: #fff;
}
.list-items-article .item-article-big .inside-article a {
  text-decoration: none;
  display: block;
}
.list-items-article .item-article-big .inside-article a .camera {
  position: absolute;
  left: 140px;
  top: 20px;
}
.list-items-article .item-article-big .inside-article a .number-of {
  color: #010101;
  font-size: 10px;
  font-family: 'gotham-pro-bold';
  position: absolute;
  left: 165px;
  top: 42px;
}
.grid-item-x2 .item-info-article strong {
  font-size: 24px;
  font-weight: 400;
}
.grid-item-x2 .item-info-article strong .g-arrow {
  float: right;
}
.item-article-border {
  width: 220px;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 5px solid #23f1ab;
}
.item-article-border a {
  display: block;
}
.item-article-border .img {
  vertical-align: top;
  max-width: 210px;
  height: 300px;
  position: relative;
  z-index: 1;
}
.item-article-border .article-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.g-arrow {
  display: inline-block;
  padding-left: 5px;
}
.item-info-article-video {
  background: #fff;
  padding: 20px;
  padding-top: 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2;
}
.item-info-article-video strong {
  color: #000;
  font-weight: normal;
  font-size: 16px;
}
.item-info-article-video span {
  font-size: 10px;
  color: #939393;
}
.item-info-article {
  background: #fff;
  padding: 20px;
  padding-top: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2;
}
.item-info-article strong {
  color: #000;
  font-size: 12px;
}
.item-info-article span {
  font-size: 10px;
  color: #939393;
}
.date-of-addition {
  color: #b0b0b0;
  font-size: 14px;
}
.blog-wrapper {
  margin-top: 65px;
  margin-bottom: 50px;
  padding: 20px 20px 30px 20px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.menu-blog ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.menu-blog ul li {
  display: inline-block;
  list-style: none;
  padding-right: 20px;
}
.menu-blog ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: inline-block;
}
.menu-blog ul li a i {
  font-size: 16px;
  color: 000;
}
.menu-blog ul li .active {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: inline-block;
  border-bottom: 3px solid #333333;
}
.wrapper-index {
  max-width: 1200px;
  margin: 0 auto;
  background: url('../images/b-1.png') 0 25px repeat-x;
  position: relative;
  margin-top: -25px;
}
.wrapper-page {
  max-width: 1200px;
  margin: 0 auto;
  background: url('../images/b-1.png') 0 25px repeat-x;
  position: relative;
  margin-top: -27px;
}
.slogan-wrapper {
  margin-bottom: 10px;
  font-size: 0;
}
.slogan-wrapper .slogan {
  text-align: center;
}
.slogan-wrapper .slogan a {
  display: inline-block;
  vertical-align: top;
  color: #ababab;
  font-size: 12px;
}
.slogan-wrapper .slogan a span {
  display: inline-block;
  padding-top: 10px;
}

.question {
  position: absolute;
  display: block;
  right: 0;
  top: 40px;
}
.question a {
  color: #ababab;
  font-size: 11px;
}
.bottom-wrapper {
  position: relative;
}
.bottom-wrapper .arrow-btn {
  position: absolute;
  z-index: 9999;
  left: 28px;
  top: 28px;
}
.bottom-wrapper .btn-arrow {
  position: absolute;
  z-index: 9999;
  left: 28px;
  top: 28px;
}
.bottom-wrapper-page {
  position: relative;
  marrgin: 0 auto;
}
.bottom-wrapper-page .btn-arrow {
  position: absolute;
  z-index: 9999;
  left: 28px;
  top: 28px;
}
.bottom {
  box-shadow: 0px 1px 1px rgba(95, 95, 95, 0.1);
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #3b3b3b;
  padding-top: 15px;
  padding-bottom: 13px;
  padding-left: 60px;
  padding-right: 18px;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #fff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}
.banners {
  margin-bottom: 50px;
  margin-top: 45px;
}
.banners a {
  display: inline-block;
  vertical-align: top;
}
.banners-school {
  margin-bottom: 30px;
  margin-top: 20px;
}
.banners-school a {
  display: inline-block;
  vertical-align: top;
}
.form-row-blog:before,
.form-row-blog:after {
  content: " ";
  display: table;
}
.form-row-blog:after {
  clear: both;
}
.form-row-blog:before,
.form-row-blog:after {
  content: " ";
  display: table;
}
.form-row-blog:after {
  clear: both;
}
.write-a-message {
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 20px;
}
.write-a-message img {
  display: inline-block;
  padding-right: 10px;
}
.write-a-message .write-message {
  box-shadow: inset 0 6px 4px -4px #f0f0f0;
  border: 1px solid #98989a;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  height: 35px;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 10px;
  display: inline-block;
  cursor: pointer;
  resize: none;
  overflow-y: auto;
  color: #a9a9a9;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.write-a-message .foto-users {
  float: left;
  width: 46px;
}
.users-wrapper {
  overflow: hidden;
}
.users-wrapper .foto-users {
  float: left;
  margin-right: 10px;
}
.users-wrapper .info-users p {
  display: inline-block;
  color: #3a609b;
  padding-right: 10px;
  margin: 0;
  font-weight: 700;
}
.users-wrapper .info-users p span {
  display: inline-block;
  color: #a3a3a3;
  font-size: 10px;
  font-weight: normal;
  padding-left: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.users-wrapper .info-users #comment {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
  color: #000;
  font-weight: normal;
  display: block;
}
.users-wrapper .info-users .reply {
  color: #a3a3a3;
  display: block;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.users-wrapper .info-users .reply a {
  color: #a3a3a3;
  display: block;
  margin-left: 45px;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/*school_profile*/
.dance-styles-wrapper {
  margin-top: 15px;
}
.dance-styles-wrapper p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  color: #000;
  padding: 0;
  margin: 0;
}
.dance-styles-wrapper .dance-style {
  overflow: hidden;
  margin-top: 10px;
}
.dance-styles-wrapper .dance-style ul {
  float: left;
  padding-left: 0;
  padding-right: 35px;
  width: 25%;
}
.dance-styles-wrapper .dance-style ul li {
  list-style: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #3d3c3c;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.group-duration {
  margin-bottom: 10px;
  line-height: 1.3;
}
.group-duration ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.group-duration ul li {
  font-size: 14px;
  color: #000;
  background: url(../images/rectangle-gray.png) 0 10px no-repeat;
  padding-left: 25px;
  margin-bottom: 6px;
}
.group-duration ul li span {
  font-weight: bold;
}
.group-text {
  display: inline-block;
}
.group {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  color: #000;
  padding: 0;
  margin: 0;
}
.feature {
  color: #b3b3b3;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  display: inline-block;
}
#teacher {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  color: #000;
  padding: 0;
  margin: 0;
  margin-top: 45px;
  margin-bottom: 10px;
}
.block-logo {
  margin-top: 0;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.block-logo img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.caption h1,
.caption h2 {
  color: #000;
  font-size: 36px;
  font-family: 'gotham-pro-bold';
  margin-top: 20px;
  margin-bottom: 8px;
}
.caption h1 {
  line-height: 1.15;
  text-transform: uppercase;
}
.caption a {
  font-weight: bold;
  color: #00c884;
  font-size: 14px;
}
.contact-information p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  color: #000;
  padding: 0;
  margin-bottom: 0;
}
.center-wrapper.out-margin {
  margin: 0;
}
.center-wrapper {
  font-size: 0;
  margin: 0 -10px;
}
.center-wrapper:before,
.center-wrapper:after {
  content: " ";
  display: table;
}
.center-wrapper:after {
  clear: both;
}
.center-wrapper:before,
.center-wrapper:after {
  content: " ";
  display: table;
}
.center-wrapper:after {
  clear: both;
}
.center-wrapper .addresses-and-contacts-wrapper {
  width: 30%;
  padding: 0 10px;
  padding-left: 0;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-bottom: 2px solid #eaeaea;
  margin-right: 23px;
}
.center-wrapper .addresses-and-contacts-wrapper .addresses-and-contacts {
  padding: 20px 0;
  display: inline-block;
  min-height: 160px;
  line-height: 1.7;
}
.center-wrapper .addresses-and-contacts-wrapper .addresses-and-contacts strong {
  font-weight: bold;
  color: #000;
  display: block;
}
.center-wrapper .addresses-and-contacts-wrapper .addresses-and-contacts span {
  color: #3d3c3c;
  display: block;
}
.center-wrapper .addresses-and-contacts-wrapper .addresses-and-contacts a {
  text-decoration: none;
  color: #00c884;
  font-size: 10px;
  margin-top: -3px;
  margin-bottom: 7px;
  display: block;
}
.smart-dance {
  max-width: 1200px;
  margin: 0 auto;
}
.sign-up {
  margin-bottom: 20px;
  position: relative;
}
.sign-up img {
  position: absolute;
  z-index: 999;
  right: 170px;
  top: 20px;
}
.bottom-sign-up {
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-top: 1px solid #fff;
  padding-top: 17px;
  padding-right: 45px;
  padding-left: 70px;
  padding-bottom: 17px;
  border-bottom: 1px solid #a4a4a4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(0%, #55f7cc), color-stop(50%, #21f0a8), color-stop(100%, #07e577));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#07e577', GradientType=0);
  /* IE6-9 */
}
.important-information {
  color: #414141;
  font-size: 18px;
  border: 5px solid #23f1ab;
  font-family: Georgia;
  font-style: italic;
  padding: 25px 15px 25px 15px;
  margin-top: 0;
  position: relative;
  line-height: 1.2;
}
.important-information:before {
  position: absolute;
  left: 38px;
  top: -15px;
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: #f7f7f7;
  border-right: 5px solid #23f1ab;
  border-bottom: 5px solid #23f1ab;
  rotate: 45deg;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 40%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 20% 40%;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 20% 40%;
}
.box-message {
  margin-left: 46px;
}
/*------------------------school-map-and-list----------------------*/
.btn-wrapper-black {
  float: left;
  margin-right: 20px;
}
.btn-wrapper-black a {
  box-shadow: 0px 1px 1px rgba(95, 95, 95, 0.1);
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 18px;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #fff;
  background: #000;
  /* Old browsers */
}
.btn-wrapper-black .bottom-arrow {
  width: 13px;
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  left: 15px;
  top: 15px;
  position: absolute;
}
.btn-wrapper-green {
  float: right;
}
.btn-wrapper-green a {
  font-family: 'gotham-pro-bold';
  box-shadow: 0px 1px 1px rgba(95, 95, 95, 0.1);
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #a2a19f;
  border-top: 1px solid #fff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(0%, #55f7cc), color-stop(50%, #21f0a8), color-stop(100%, #07e577));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#07e577', GradientType=0);
  /* IE6-9 */
}
.btns {
  position: absolute;
  top: 420px;
  left: 745px;
  overflow: hidden;
}
.content-main {
  margin-top: 25px;
}
.item-text {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.item-text a {
  color: #15bd84;
  font-size: 24px;
  text-decoration: underline;
}
hr {
  border: none;
  /* Убираем границу */
  background-color: #dedede;
  /* Цвет линии */
  color: #dedede;
  /* Цвет линии для IE6-7 */
  height: 2px;
  /* Толщина линии */
  max-width: 1200px;
  margin: 0 auto;
}
.gray-href {
  border: none;
  /* Убираем границу */
  background-color: #dedede;
  /* Цвет линии */
  color: #dedede;
  /* Цвет линии для IE6-7 */
  height: 2px;
  /* Толщина линии */
  max-width: 1200px;
  margin: 0 auto;
}
.gray-href-index {
  border: none;
  /* Убираем границу */
  background-color: #dedede;
  /* Цвет линии */
  color: #dedede;
  /* Цвет линии для IE6-7 */
  height: 2px;
  /* Толщина линии */
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.designations-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
  line-height: 1.2;
}
.designations {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.designations .circle-one, .designations .circle-two, .designations .circle-three, .designations .circle-four, .designations .circle-five  {
padding:0px 0px 0px 5px;
margin-right: 20px;
}
.designations .circle-one:before, .designations .circle-two:before, .designations .circle-three:before, .designations .circle-four:before, .designations .circle-five:before {
top: 14px;
left: 10px;
}
.designations .circle-one.direct2:before, .designations .circle-two.direct3:before, .designations .circle-three.direct4:before , .designations .circle-four.direct5:before , .designations .circle-five.direct6:before  {
top: 0px;
left: 0px;
width: 0px;
height: 0px;
background: none;
}
.designations .circle-one.direct2 {
background: #00FF00;
border-radius: 15px;
}
.designations .circle-two.direct3 {
background: #FFE400;
border-radius: 15px;
}
.designations .circle-three.direct4 {
background: #00C6FF;
border-radius: 15px;
}
.designations .circle-four.direct5 {
background: #004EFF;
border-radius: 15px;
}
.designations .circle-five.direct6 {
background: #FF00FF;
border-radius: 15px;
}
.designations .circle-three.direct4 a {
color:#f7f7f7;
}
.designations .circle-four.direct5 a {
color:#f7f7f7;
}
.designations .circle-five.direct6 a {
color:#f7f7f7;
}
.close-direct {
margin-left: -15px;
padding-right: 5px;
}
.designations .circle-one {
  background: none;
  position: relative;
  color: #3d3c3c;
  font-size: 14px;
  display: inline-block;
  list-style: none;
}
.designations .circle-one:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #00ff00;
}
.designations .circle-two {
  list-style: none;
  background: none;
  position: relative;
  color: #3d3c3c;
  font-size: 14px;
  display: inline-block;
}
.designations .circle-two:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ffe400;
}
.designations .circle-three {
  background: none;
  position: relative;
  color: #3d3c3c;
  font-size: 14px;
  display: inline-block;
  list-style: none;
}
.designations .circle-three:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #00c6ff;
}
.designations .circle-four {
  background: none;
  position: relative;
  color: #3d3c3c;
  font-size: 14px;
  display: inline-block;
  list-style: none;
}
.designations .circle-four:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #004eff;
}
.designations a {
  color: #3d3c3c;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
}
.designations a:hover {
  text-decoration: none;
}
.designations .circle-five {
  background: none;
  position: relative;
  color: #3d3c3c;
  font-size: 14px;
  display: inline-block;
  list-style: none;
}
.designations .circle-five:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ff00ff;
}
.twitter-box-wrapper {
  padding-top: 5px;
  margin-bottom: 20px;
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  position: relative;
  padding-bottom: 7px;
}
.twitter-wrapper {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.twitter-wrapper .twitter {
  display: inline-block;
  color: #3ed6ff;
  font-family: 'gotham-pro-bold';
  font-size: 12px;
}
.twitter-wrapper .data {
  display: inline-block;
  font-size: 12px;
  font-family: 'gotham-pro-bold';
  padding-right: 10px;
}
.twitter-icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.btn-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.btn-wrapper a {
  box-shadow: 0px 1px 1px rgba(95, 95, 95, 0.1);
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #3b3b3b;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 50px;
  border-bottom: 1px solid #d4d4d4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}
.btn-wrapper .bottom-arrow {
  width: 13px;
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  margin-left: -40px;
  margin-top: -5px;
}
.btn-wrapper-article {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.btn-wrapper-article a {
  box-shadow: 0px 1px 1px rgba(95, 95, 95, 0.1);
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #3b3b3b;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 18px;
  padding-left: 50px;
  border-bottom: 1px solid #d4d4d4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}
.description {
  display: inline-block;
  font-size: 14px;
  color: #000;
  position: relative;
}
.description:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  width: 125px;
  height: 53px;
  background-image: -webkit-linear-gradient(left, transparent 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(left, transparent 0%, #f7f7f7 100%);
  background-image: linear-gradient(to right, transparent 0%, #f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#fff7f7f7', GradientType=1);
}
.btn-wrapper-small {
  display: inline-block;
  padding-left: 20px;
}
.btn-wrapper-small a {
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  color: #525252;
  box-shadow: 0px 1px 1px rgba(95, 95, 95, 0.1);
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #d4d4d4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}
.content-main-info {
  margin-top: 25px;
  overflow: hidden;
}
.name-partition {
  color: #000;
  font-size: 18px;
  font-family: 'gotham-pro-bold';
  float: left;
}
.name-partition a {
  color: #000;
  font-size: 18px;
  font-family: 'gotham-pro-bold';
  text-decoration: none;
}
.name-partition .green {
  color: #01db01;
}
.name-partition .elloy {
  color: #f1bb00;
}
.name-partition .light-blue {
  color: #00c6ff;
}
.name-partition .dark-blue {
  color: #004eff;
}
.name-partition .pink {
  color: #ff00ff;
}
.wrapper-float {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}
.fixed-box {
  position: absolute;
  width: 220px;
  left: 135px;
  top: 60px;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(50, 50, 50, 0.65);
  -moz-box-shadow: 0px 7px 20px 0px rgba(50, 50, 50, 0.65);
  box-shadow: 0px 7px 20px 0px rgba(50, 50, 50, 0.65);
}
.fixed-box .triangle {
  position: absolute;
  z-index: 999;
  top: 273px;
  right: 0;
}
.fixed-box .item {
  width: 220px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.fixed-box .item .inside {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dcdcdc;
}
.fixed-box .item-info {
  font-size: 14px;
  background: #fff;
  padding: 20px;
  color: #333333;
}
.fixed-box .item-info strong {
  color: #000;
  font-size: 15px;
  margin-top: 0;
}
.fixed-box .item-info strong a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}
.fixed-box .inside-circle-skyline {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 135px;
  left: 20px;
  z-index: 999;
}
.fixed-box .inside-circle-skyline li {
  border-radius: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.fixed-box .inside-circle-skyline .disk-one {
  background: #00ff00;
}
.fixed-box .inside-circle-skyline .disk-two {
  background: #ffe400;
}
.fixed-box .inside-circle-skyline .disk-three {
  background: #00c6ff;
}
.fixed-box .inside-circle-skyline .disk-four {
  background: #004eff;
}
.fixed-box .inside-circle-skyline .disk-five {
  background: #ff00ff;
}
.fixed-box .name {
  color: #b0b0b0;
  font-size: 14px;
  display: block;
}
.list-items {
  font-size: 0;
  margin: 5px -10px;
  margin-bottom: 25px;
}
.list-items .item {
  width: 25%;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: left;
}
.list-items .item .inside {
  padding-bottom: 0;
  margin-top: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.list-items {
  font-size: 0;
  margin: 5px -10px;
  margin-bottom: 25px;
}
.list-items:before,
.list-items:after {
  content: " ";
  display: table;
}
.list-items:after {
  clear: both;
}
.list-items .small-wrapper {
  width: 25%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 10px;
}
.list-items .small-wrapper .item-small {
  overflow: hidden;
}
.list-items .small-wrapper .item-small .inside-small {
  padding-bottom: 0;
  margin-top: 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dcdcdc;
}
.item-info {
  font-size: 14px;
  background: #fff;
  padding: 20px;
  color: #333333;
}
.item-info strong {
  color: #000;
  font-size: 15px;
}
.item-info strong a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}
.item-info-small {
  font-size: 14px;
  background: #fff;
  padding: 20px;
  color: #333333;
  overflow: hidden;
}
.item-info-small strong {
  color: #000;
  font-size: 15px;
}
.item-info-small strong a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}
.name {
  color: #b0b0b0;
  font-size: 14px;
  width: 182px;
}
.name-partition-rigt {
  color: #bcbcbc;
  font-family: 'gotham-pro-bold';
  font-size: 14px;
  float: right;
  margin-top: 4px;
}
.circle-small {
  padding: 0;
  margin: 0;
  margin-top: -27px;
  z-index: 999;
}
.circle-small li {
  border-radius: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.circle-small .disk-one {
  background: #00ff00;
}
.circle-small .disk-two {
  background: #ffe400;
}
.circle-small .disk-three {
  background: #00c6ff;
}
.circle-small .disk-four {
  background: #004eff;
}
.circle-small .disk-five {
  background: #ff00ff;
}
.inside-circle-skyline {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 155px;
  left: 30px;
  z-index: 999;
}
.inside-circle-skyline li {
  border-radius: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.inside-circle-skyline .disk-one {
  background: #00ff00;
}
.inside-circle-skyline .disk-two {
  background: #ffe400;
}
.inside-circle-skyline .disk-three {
  background: #00c6ff;
}
.inside-circle-skyline .disk-four {
  background: #004eff;
}
.inside-circle-skyline .disk-five {
  background: #ff00ff;
}
.inside-circle-fatality-dance {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 155px;
  left: 30px;
  z-index: 999;
}
.inside-circle-fatality-dance li {
  border-radius: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.inside-circle-fatality-dance .disk-one {
  background: #00ff00;
  opacity: 0;
}
.inside-circle-fatality-dance .disk-two {
  background: #ffe400;
}
.inside-circle-fatality-dance .disk-three {
  background: #00c6ff;
  opacity: 0;
}
.inside-circle-fatality-dance .disk-four {
  background: #004eff;
}
.inside-circle-fatality-dance .disk-five {
  background: #ff00ff;
}
.inside-circle-kvartal {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 155px;
  left: 30px;
  z-index: 999;
}
.inside-circle-kvartal li {
  border-radius: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.inside-circle-kvartal .disk-one {
  background: #00ff00;
}
.inside-circle-kvartal .disk-two {
  background: #ffe400;
}
.inside-circle-kvartal .disk-three {
  background: #00c6ff;
  opacity: 0;
}
.inside-circle-kvartal .disk-four {
  background: #004eff;
}
.inside-circle-kvartal .disk-five {
  background: #ff00ff;
  opacity: 0;
}
.inside-circle-street-masters {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 155px;
  left: 30px;
  z-index: 999;
}
.inside-circle-street-masters li {
  border-radius: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.inside-circle-street-masters .disk-one {
  background: #00ff00;
}
.inside-circle-street-masters .disk-two {
  background: #ffe400;
}
.inside-circle-street-masters .disk-three {
  background: #00c6ff;
  opacity: 0;
}
.inside-circle-street-masters .disk-four {
  background: #004eff;
  opacity: 0;
}
.inside-circle-street-masters .disk-five {
  background: #ff00ff;
  opacity: 0;
}
.deportation-wrapper {
  color: #333333;
  font-size: 0;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
  bottom: 3px;
}
.deportation-on-map {
  display: inline-block;
  font-family: 'gotham-pro-black';
  font-size: 11px;
  color: #000;
  text-decoration: none;
}
.deportation-on-map span {
  display: inline-block;
  font-family: 'gotham-pro-black';
  font-size: 11px;
  color: #000;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-right: 10px;
}
.deportation-on-map img {
  padding-right: 6px;
}
.deportation-sign-up {
  display: inline-block;
  padding-right: 6px;
  font-size: 11px;
  font-family: 'gotham-pro-black';
  color: #000;
  text-decoration: none;
}
.deportation-sign-up span {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  font-family: 'gotham-pro-black';
  padding: 10px 10px 16px 11px;
}
.deportation-sign-up img {
  padding-right: 4px;
}
/**/
.pop-up-wrapper {
  width: 500px;
  background: #f7f7f7;
  border: 5px solid #23f1ab;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-top: 25px;
  position: relative;
  margin: 0 auto;
}
.pop-up-wrapper:before {
  position: absolute;
  left: 47px;
  top: -15px;
  border-radius: 6px;
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: #f7f7f7;
  border-right: 5px solid #23f1ab;
  border-bottom: 5px solid #23f1ab;
  rotate: 45deg;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 40%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 20% 40%;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 20% 40%;
}
.form-checkbox {
  margin-top: -5px;
  margin-bottom: 15px;
}
.form-checkbox p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.form-row {
  max-width: 420px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.form-input {
  border: 1px solid #98989a;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  vertical-align: middle;
  font-size: 16px;
  cursor: pointer;
  padding-left: 10px;
  white-space: nowrap;
  color: 000;
}
.attach-file {
  max-width: 265px;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.attach-file span {
  display: inline-block;
}
.box-massage {
  float: right;
  max-width: 940px;
}
.message {
  border: 1px solid #98989a;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.9);
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  height: 195px;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 10px;
  display: block;
  cursor: pointer;
  resize: none;
  overflow-y: auto;
  font-size: 12px;
  color: #a9a9a9;
  position: relative;
}
.message-pop-up {
  border: 1px solid #98989a;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  height: 195px;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 10px;
  display: block;
  cursor: pointer;
  resize: none;
  overflow-y: auto;
  font-size: 12px;
  color: #a9a9a9;
}
.form-row-botton {
  max-width: 420px;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.file {
  display: inline-block;
}
.info {
  padding: 0;
  margin: 0;
}
/*article*/
.text-menu {
  margin-top: 15px;
  margin-bottom: 15px;
}
.text-menu ul {
  display: inline-block;
  margin-left: -8px;
}
.text-menu ul li {
  display: inline-block;
  padding-right: 10px;
}
.text-menu ul li a {
  color: #1cad7c;
  text-decoration: none;
  padding: 10px 0px;
}
.text-menu ul li a.active {
  background: #797979;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #000;
  border-radius: 3px;
}
.text-menu span {
  font-size: 18px;
  font-family: 'gotham-pro-bold';
  color: #000;
  display: inline-block;
}
/*page-index*/
.btn-on-the-map {
  top: 50px;
  position: absolute;
  text-align: center;
  z-index: 999;
  left: 455px;
}
.btn-on-the-map img {
  margin-right: 50px;
  position: absolute;
  top: 15px;
  left: 4px;
}
a.bottom-sign-up {
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-top: 1px solid #fff;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 45px;
  padding-bottom: 17px;
  border-bottom: 1px solid #a4a4a4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(0%, #55f7cc), color-stop(50%, #21f0a8), color-stop(100%, #07e577));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#07e577', GradientType=0);
  /* IE6-9 */
}
a.bottom-sign-up:hover {
  text-decoration: none;
}
.important-information {
  color: #414141;
  font-size: 18px;
  border: 5px solid #23f1ab;
  font-family: Georgia;
  font-style: italic;
  padding: 25px 15px 25px 15px;
}
.list-items-page-index {
  font-size: 0;
  margin: 50px -10px;
}
.list-items-page-index:before,
.list-items-page-index:after {
  content: " ";
  display: table;
}
.list-items-page-index:after {
  clear: both;
}
.list-items-page-index:before,
.list-items-page-index:after {
  content: " ";
  display: table;
}
.list-items-page-index:after {
  clear: both;
}
.list-items-page-index .item-page-index {
  width: 33%;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.list-items-page-index .item-page-index .inside-page-index {
  padding: 20px 0;
}
.item-info-page-index {
  font-size: 14px;
  background: #fff;
  padding: 20px;
  color: #333333;
}
.item-info-page-index strong {
  color: #000;
}
.gray-block {
  border: 5px solid #23f1ab;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  /* margin-top: 20px; */
  min-height: 1%;
  background: #f7f7f7;
}
.gray-block:before {
  position: absolute;
  border-radius: 6px;
  left: 35px;
  bottom: -11px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #f7f7f7;
  border-left: 5px solid #23f1ab;
  border-top: 5px solid #23f1ab;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.gray-block p {
  font-family: Georgia;
  font-size: 18px;
  color: #414141;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 8px;
  padding-left: 5px;
}
.gray-block .chief {
  display: block;
  float: left;
  margin-right: 7px;
}
.gray-block .gray-block-right {
  display: block;
  padding-top: 11px;
  overflow: hidden;
}
.gray-block .gray-block-right strong {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  display: block;
  margin-bottom: 3px;
}
.gray-block .gray-block-right span {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}
.today-events-wrapper {
  background: #fff;
  border-top: 5px solid #3b83f5;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.today-events-wrapper .events {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  border-top: 1px dotted #e9e9e9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.today-events-wrapper .events.two-block {
  border-top: none;
}
.today-events-wrapper .events .icon-day {
  float: right;
  background: url(../images/sprite-4dance.png) -171px -50px no-repeat;
  width: 35px;
  height: 31px;
  vertical-align: middle;
}
.today-events-wrapper .events .icon-day span {
  color: #fff;
  font-size: 18px;
  font-family: 'gotham-pro-bold';
  display: block;
  margin-top: 5px;
  padding-left: 5px;
}
.today-events-wrapper .events .events-item-top {
  float: left;
}
.today-events-wrapper .events .events-item-top p {
  font-family: 'gotham-pro-bold';
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.today-events-wrapper .events .events-item-top img {
  float: right;
}
.today-events-wrapper .events .events-item-ferst {
  overflow: hidden;
}
.today-events-wrapper .events .events-item-ferst span {
  color: #a1a1a1;
  font-family: 'gotham-pro-bold';
  font-size: 12px;
  padding-right: 20px;
  font-weight: bold;
  display: block;
  float: left;
}
.today-events-wrapper .events .events-item-ferst strong {
  display: block;
  color: #3b83f5;
  font-family: 'gotham-pro-bold';
  font-size: 12px;
  font-weight: bold;
  float: right;
}
.today-events-wrapper .events .events-item-ferst p {
  color: #000;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.26;
  margin-top: 22px;
}
.today-events-wrapper .events .events-item span {
  display: inline-block;
  color: #a1a1a1;
  font-family: 'MyriadProRegular';
  font-size: 12px;
  padding-right: 15px;
  font-weight: normal;
}
.today-events-wrapper .events .events-item strong {
  display: inline-block;
  color: #3b83f5;
  font-family: 'MyriadProRegular';
  font-size: 12px;
  font-weight: normal;
}
.today-events-wrapper .events .events-item p {
  margin-bottom: 3px;
  line-height: 1.26;
  margin-top: 2px;
}
.today-events-wrapper.green {
  border-top: 5px solid #23f1ab;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.today-events-wrapper.green .events {
  padding-bottom: 17px;
}
.today-events-wrapper.green .events.down {
  border-bottom: 1px dotted #e9e9e9;
}
.today-events-wrapper.green .events .events-item-ferst {
  overflow: hidden;
}
.today-events-wrapper.green .events .events-item-ferst span {
  color: #00c884;
  display: block;
  float: left;
}
.today-events-wrapper.green .events .events-item-ferst strong {
  color: #a1a1a1;
  display: block;
  float: right;
}
.today-events-wrapper.green-text {
  border: none;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.today-events-wrapper.green-text .events {
  padding-bottom: 5px;
}
.today-events-wrapper.green-text .events.two-block {
  padding-bottom: 5px;
  border-top: none;
}
.today-events-wrapper.green-text .events p {
  color: #00c884;
  font-size: 12px;
  padding-top: 7px;
}
.today-events-wrapper.green-text .events strong {
  font-family: 'gotham-pro-bold';
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  float: none;
}
.today-events-wrapper.green-text .events span {
  font-size: 14px;
  color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  float: none;
}
.today-events-wrapper.green-text .events .events-item-top {
  padding-bottom: 12px;
}
.today-events-wrapper.green-text .events .events-item-ferst {
  padding-bottom: 13px;
  line-height: 1.2;
  padding-top: 5px;
}
.today-events-wrapper.green-text .events .events-item-ferst span {
  font-weight: normal;
  padding-right: 0;
}
.banners-page {
  font-size: 0;
  margin: 3px -10px;
}
.banners-page:before,
.banners-page:after {
  content: " ";
  display: table;
}
.banners-page:after {
  clear: both;
}
.banners-page:before,
.banners-page:after {
  content: " ";
  display: table;
}
.banners-page:after {
  clear: both;
}
.banners-page .banner-page {
  width: 33.3%;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.banners-page .banner-page .banner {
  padding: 20px 0;
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  /* Параметры тени */
}
.banners-page-index {
  font-size: 0;
  margin: 3px -10px;
}
.banners-page-index:before,
.banners-page-index:after {
  content: " ";
  display: table;
}
.banners-page-index:after {
  clear: both;
}
.banners-page-index:before,
.banners-page-index:after {
  content: " ";
  display: table;
}
.banners-page-index:after {
  clear: both;
}
.banners-page-index .banner-page {
  width: 33.3%;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.banners-page-index .banner-page .banner {
  padding: 20px 0;
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  /* Параметры тени */
}
body .modern-ticker {
  width: 100%;
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  padding: 11px 0;
  border-radius: 0;
  height: 58px;
  font-size: 14px;
  margin: 0 0 20px 0;
  line-height: 30px;
  overflow: hidden;
}
.modern-ticker ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modern-ticker a {
  text-decoration: none;
}
body .mt-body {
  margin: 0;
  position: relative;
}
body .mt-round .mt-label {
  border-radius: 0;
  top: 2px;
}
body .mt-news:before {
  content: "";
  height: 50px;
  display: block;
  background: url(../images/sprite-4dance.png) -89px -74px no-repeat;
  width: 69px;
  position: absolute;
  top: 0;
  right: 0;
}
body .mt-label {
  padding: 0;
  width: 16px;
  height: 13px;
  margin-top: 10px;
  margin-right: 2px;
  color: #3ed6ff;
  position: absolute;
  left: 0;
  background: url(../images/sprite-4dance.png) -121px -53px no-repeat;
}
body .mt-news {
  color: #000000;
  overflow: hidden;
  position: absolute;
}
.mt-news ul {
  /* Preload */
  background-repeat: no-repeat;
  background-position: -1000px;
		}
body .mt-news li {
  padding: 0 30px 0 0;
  float: left;
}
body .mt-prev, body .mt-next {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  cursor: pointer;
}
.mt-round .mt-next {
  border-radius: 0 5px 5px 0;
}
body .mt-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 12px;
  margin: -6px 7px 0 0;
  background: url(../images/sprite-4dance.png) -141px -41px no-repeat;
}
body .mt-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 12px;
  margin: -6px 0 0 7px;
  background: url(../images/sprite-4dance.png) -121px -41px no-repeat;
}
body .logo-min {
  margin-right: 5px;
}
body .modern-ticker .btn {
  margin-left: 10px;
}
body .mt-controls {
  margin-left: 0;
  position: absolute;
  right: 0;

  /* Preload */
  background-repeat: no-repeat;
  background-position: -1000px;
}
.mt-scroll .mt-news {
  background-color: transparent;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/sprite-4dance.png) 0px -172px no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-video-tn {
  background-size: 101% !important;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
@font-face {
  font-family: 'gotham-pro-bold';
  src: url('../fonts/gotham-pro/bold/gotham-pro-bold.eot');
  src: url('../fonts/gotham-pro/bold/gotham-pro-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-pro/bold/gotham-pro-bold.woff') format('woff'), url('../fonts/gotham-pro/bold/gotham-pro-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-pro-black';
  src: url('../fonts/gotham-pro/black/gotham-pro-black.eot');
  src: url('../fonts/gotham-pro/black/gotham-pro-black.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-pro/black/gotham-pro-black.woff') format('woff'), url('../fonts/gotham-pro/black/gotham-pro-black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myriadpro-bold';
  src: url('../fonts/myriad-pro/bold/myriadpro-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad-pro/bold/myriadpro-bold.otf') format('opentype'), url('../fonts/myriad-pro/bold/myriadpro-bold.woff') format('woff'), url('../fonts/myriad-pro/bold/myriadpro-bold.ttf') format('truetype'), url('../fonts/myriad-pro/bold/myriadpro-bold.svg#myriadpro-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothic/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn {
  border-radius: 5px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 1px rgba(95, 95, 95, 0.55), inset 0 1px #ffffff;
  -moz-box-shadow: 0 1px rgba(95, 95, 95, 0.55), inset 0 1px #ffffff;
  box-shadow: 0 1px rgba(95, 95, 95, 0.55), inset 0 1px #ffffff;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
  display: inline-block;
  vertical-align: middle;
  padding: 8px 13px;
  cursor: pointer;
  border: none;
  color: #525252;
  text-decoration: none;
}
.btn em {
  font-style: normal;
  color: #00c884;
}
.btn .map-small {
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  background: url(../images/sprite-4dance.png) -158px -81px no-repeat;
}
.btn.btn-full {
  width: 100%;
  text-align: center;
  margin-left: 0px;
  text-decoration: none;
}
.btn.btn-pop-up {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  font-family: arial;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px #fff, 0 0 9em #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #7ab597;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(0%, #55f7cc), color-stop(50%, #21f0a8), color-stop(100%, #07e577));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#07e577', GradientType=0);
}
.btn.btn-small {
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 5px;
  font-size: 11px;
  color: #000;
  font-family: arial;
  font-weight: bold;
  border-top: #f6f6f6;
  box-shadow: 0px 1px 1px rgba(95, 95, 95, 0.3);
  text-shadow: 1px 1px 2px #cecece, 0 0 9em #cecece;
}
.btn.btn-small .black-cross {
  font-size: 27px;
  color: #000;
  font-family: arial;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 5px;
}
.btn.btn-green {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  -webkit-box-shadow: 0 1px rgba(95, 95, 95, 0.55), inset 0 1px #ffffff;
  -moz-box-shadow: 0 1px rgba(95, 95, 95, 0.55), inset 0 1px #ffffff;
  box-shadow: 0 1px rgba(95, 95, 95, 0.55), inset 0 1px #ffffff;
  padding: 15px 20px ;
  text-shadow: 0 1px #a6ffe1;
  background-image: -webkit-linear-gradient(top, #5af8cf 0%, #06e576 100%);
  background-image: -o-linear-gradient(top, #5af8cf 0%, #06e576 100%);
  background-image: linear-gradient(to bottom, #5af8cf 0%, #06e576 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5af8cf', endColorstr='#ff06e576', GradientType=0);
}
.btn.btn-green:hover {
  color: #000000;
}
.btn.btn-green .icon-map {
  background: url(../images/sprite-4dance.png) -158px -106px no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  margin: -4px 14px -5px -2px;
}
.btn.btn-green .map {
  width: 26px;
  height: 26px;
  background: url(../images/sprite-4dance.png) -106px 0px no-repeat;
  margin: -6px 10px -6px -5px;
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-gray {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #c0c0c0;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 11px;
  box-shadow: 0px 1px 1px rgba(95, 95, 95, 0.3);
}
.btn.btn-gray .сalendar {
  width: 23px;
  height: 24px;
  background: url(../images/icons/icon-calendar-small.png) no-repeat;
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  font-family: "gotham-pro-bold";
  padding-top: 6px;
  padding-right: 6px;
  font-style: normal;
  padding-left: 5px;
}
.btn.btn-black {
  box-shadow: 0px 1px 1px rgba(95, 95, 95, 0.1);
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 25px;
  padding-right: 18px;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #fff;
  background: #000;
}
.btn.btn-black .black {
  width: 19px;
  height: 20px;
  background: url(../images/sprite-4dance.png) -184px -106px no-repeat;
  margin: 0 17px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-black:hover {
  color: #fff;
}
.btn.btn-map {
  top: 50px;
  position: absolute;
  text-align: center;
  z-index: 999;
  left: 455px;
  border-top: 1px solid #fff;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #a4a4a4;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border: none;
  text-shadow: 1px 1px 2px #fff, 0 0 9em #fff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(0%, #55f7cc), color-stop(50%, #21f0a8), color-stop(100%, #07e577));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #55f7cc 0%, #21f0a8 50%, #07e577 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#07e577', GradientType=0);
  /* IE6-9 */
}
.btn.btn-large {
  color: #3b3b3b;
  font-size: 18px;
  padding: 12px 22px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(95, 95, 95, 0.31), inset 0 1px #ffffff;
  -moz-box-shadow: 0 1px 1px rgba(95, 95, 95, 0.31), inset 0 1px #ffffff;
  box-shadow: 0 1px 1px rgba(95, 95, 95, 0.31), inset 0 1px #ffffff;
  text-decoration: none;
}
.btn.btn-large:hover {
  color: #3b3b3b;
}
.btn.btn-large .arrow {
  margin: 0 20px 0 0;
}
.btn.btn-large .arrow-green {
  width: 13px;
  height: 22px;
  background: url(../images/sprite-4dance.png) -76px -26px no-repeat;
  margin: 0 0 0 20px;
}
.btn.btn-large .arrow-orange {
  width: 13px;
  height: 22px;
  background: url(../images/sprite-4dance.png) -76px -48px no-repeat;
  margin: 0 0 0 20px;
}
.btn.btn-large .arrow-blue {
  width: 13px;
  height: 22px;
  background: url(../images/sprite-4dance.png) -76px -70px no-repeat;
  margin: 0 0 0 20px;
}
.btn.btn-large .arrow-blue-dark {
  width: 13px;
  height: 22px;
  background: url(../images/sprite-4dance.png) -76px -92px no-repeat;
  margin: 0 0 0 20px;
}
.btn.btn-large .arrow-pink {
  width: 13px;
  height: 22px;
  background: url(../images/sprite-4dance.png) -76px -114px no-repeat;
  margin: 0 0 0 20px;
}
.btn.btn-large .arrow-down-green {
  width: 22px;
  height: 15px;
  background: url(../images/sprite-4dance.png) -89px -25px no-repeat;
}
.btn .arrow {
  display: inline-block;
  vertical-align: top;
}
.btn:hover {
  color: #525252;
  text-decoration: none;
}
div.wpcf7-mail-sent-ok {
  border-color:#23F1AB;;
}
.catalog-description {
  margin: 25px -10px 0px -10px;
  color: #4D4D4D;
}
.show-text.opened:before {
  left: -60px;
  padding-right: 20px;
  top: 0px;
}
.show-text {
  padding: 10px 10px;
}

/* 
 * 	fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license
 */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/sprite-4dance.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../js/plugins/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background-position: -76px -137px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../js/plugins/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
	width: 20%;
}

.fancybox-next {
	right: 0;
	width: 55%;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 76px;
	height: 76px;
	margin-top: -30px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -20px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -96px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../js/plugins/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../js/plugins/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(../js/plugins/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}