.content-type-selector {
  background: #d6d6d6;
  background: -moz-linear-gradient(top, white 0%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #d6d6d6));
  background: -webkit-linear-gradient(top, white 0%, #d6d6d6 100%);
  background: -o-linear-gradient(top, white 0%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, white 0%, #d6d6d6 100%);
  background: linear-gradient(to bottom, white 0%, #d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  width: 300px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #bebec0;
  margin: 0 auto 20px auto; }
  .content-type-selector .content-type-header a.active {
    background: #eeeeee;
    background: -moz-linear-gradient(top, #e7e7e7 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #e7e7e7 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #e7e7e7 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #e7e7e7 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #e7e7e7 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 ); }
  .content-type-selector .content-type-header a {
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #d4d4d4 0%, #dbdbdb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4d4d4), color-stop(100%, #dbdbdb));
    background: -webkit-linear-gradient(top, #d4d4d4 0%, #dbdbdb 100%);
    background: -o-linear-gradient(top, #d4d4d4 0%, #dbdbdb 100%);
    background: -ms-linear-gradient(top, #d4d4d4 0%, #dbdbdb 100%);
    background: linear-gradient(to bottom, #d4d4d4 0%, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
    -webkit-box-shadow: inset 1px 0px 0px 0px #c2c2c2;
    -moz-box-shadow: inset 1px 0px 0px 0px #c2c2c2;
    box-shadow: inset 1px 0px 0px 0px #c2c2c2;
    border-top: 1px solid #efeff1;
    border-bottom: 1px solid #cccccc;
    width: 50%;
    text-align: center;
    height: 24px;
    float: left;
    line-height: 24px;
    color: #4d4d4d;
    outline: none;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-shadow: none; }
  .content-type-selector .content-type-header a:first-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .content-type-selector .text-image-content-types, .content-type-selector .media-content-types {
    text-align: center; }
    .content-type-selector .text-image-content-types a.ao-type-media-content,
    .content-type-selector .text-image-content-types a.ao-type-text-image, .content-type-selector .media-content-types a.ao-type-media-content,
    .content-type-selector .media-content-types a.ao-type-text-image {
      margin-top: 5px;
      display: inline-block;
      width: 59px;
      height: 59px;
      background-image: url("/assets/onepage/bootstrap/t1/video_sprite.png");
      background-repeat: no-repeat;
      overflow: hidden;
      text-indent: -9999px;
      margin: 6px 10px 0 10px;
      outline: none;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
    .content-type-selector .text-image-content-types div a:active, .content-type-selector .media-content-types div a:active {
      background: #b7b7b7;
      background: -moz-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbcbcb), color-stop(100%, #b7b7b7));
      background: -webkit-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
      background: -o-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
      background: -ms-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
      background: linear-gradient(to bottom, #cbcbcb 0%, #b7b7b7 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
      -webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
      -moz-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
      box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
      border: 1px solid #a5a5a5; }
    .content-type-selector .text-image-content-types div a, .content-type-selector .media-content-types div a {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background: #ebebeb;
      background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ebebeb));
      background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
      background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
      background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
      background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
      width: 46px;
      height: 26px;
      display: inline-block;
      margin: 6px 5px 14px 5px;
      border: 1px solid #bfbfbf;
      outline: none;
      text-decoration: none;
      font-size: 12px;
      color: #4d4d4d;
      line-height: 26px;
      font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }
  .content-type-selector .text-image-content-types a.ao-type-text-image.ao-type-textimage.active,
  .content-type-selector .text-image-content-types a.ao-type-text-image.ao-type-textimage:hover {
    background-position: -177px -59px; }
  .content-type-selector .text-image-content-types a.ao-type-text-image.ao-type-text.active,
  .content-type-selector .text-image-content-types a.ao-type-text-image.ao-type-text:hover {
    background-position: -236px -59px; }
  .content-type-selector .text-image-content-types a.ao-type-text-image.ao-type-image.active,
  .content-type-selector .text-image-content-types a.ao-type-text-image.ao-type-image:hover {
    background-position: -295px -59px; }
  .content-type-selector .text-image-content-types a.ao-type-text-image.ao-type-textimage {
    background-position: -177px 0; }
  .content-type-selector .text-image-content-types a.ao-type-text-image.ao-type-text {
    background-position: -236px 0; }
  .content-type-selector .text-image-content-types a.ao-type-text-image.ao-type-image {
    background-position: -295px 0; }
  .content-type-selector .media-content-types a.ao-type-media-content.ao-type-youtube.active,
  .content-type-selector .media-content-types a.ao-type-media-content.ao-type-youtube:hover {
    background-position: 0 -59px; }
  .content-type-selector .media-content-types a.ao-type-media-content.ao-type-vimeo.active,
  .content-type-selector .media-content-types a.ao-type-media-content.ao-type-vimeo:hover {
    background-position: -59px -59px; }
  .content-type-selector .media-content-types a.ao-type-media-content.ao-type-soundcloud.active,
  .content-type-selector .media-content-types a.ao-type-media-content.ao-type-soundcloud:hover {
    background-position: -118px -59px; }
  .content-type-selector .media-content-types a.ao-type-media-content.ao-type-youtube {
    background-position: 0 0; }
  .content-type-selector .media-content-types a.ao-type-media-content.ao-type-vimeo {
    background-position: -59px 0; }
  .content-type-selector .media-content-types a.ao-type-media-content.ao-type-soundcloud {
    background-position: -118px 0; }

.content-row-action {
  border: 0 none;
  left: auto;
  right: 0;
  width: 30px;
  top: 0px;
  height: 16px;
  position: absolute;
  z-index: 99;
  display: none; }
  .content-row-action .content-row-drap-handler,
  .content-row-action .content-row-remove {
    float: right;
    width: 11px;
    height: 11px;
    overflow: hidden;
    margin: 4px 4px 0 0; }
  .content-row-action .content-row-remove a {
    background: url(/assets/onepage/bootstrap/t1/move_del.png) no-repeat -11px 0;
    overflow: hidden;
    outline: none;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    float: right;
    text-align: left; }
  .content-row-action .content-row-drap-handler {
    background: url(/assets/onepage/bootstrap/t1/move_del.png) no-repeat 0 0;
    text-indent: -9999px;
    cursor: move;
    text-align: left; }

.overlay, .text-container .edit-overlay, .ao-textimage-image-container .edit-overlay, .ao-image-image-container .edit-overlay, .ao-soundcloudtrack-source .edit-overlay,
.ao-video-source .edit-overlay, #page_shows .tab-pane ul li .ao-action .ao-edit-action,
#page_news .tab-pane ul li.panel .ao-action .ao-edit-action {
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 100%;
  z-index: 90;
  top: 0px;
  left: 0px;
  display: none; }

.overlay-button, .text-container .edit-overlay .edit-button, .edit-overlay .edit-button, #page_shows .tab-pane ul li .ao-action .ao-edit-action span,
#page_news .tab-pane ul li.panel .ao-action .ao-edit-action span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: 'pragmatica',arial,sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: normal !important;
  height: 26px;
  left: 50%;
  letter-spacing: 0 !important;
  line-height: 100% !important;
  margin-left: -26px;
  margin-top: -13px;
  padding: 6px 6px 4px;
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: uppercase;
  top: 50%;
  width: 46px; }

.text-container {
  position: relative;
  overflow: hidden; }

.ao-video-source {
  position: relative;
  overflow: hidden; }
  .ao-video-source .play-overlay {
    cursor: pointer;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0px;
    left: 0px;
    display: block;
    background: url("/assets/onepage/bootstrap/default/play.png") center center no-repeat; }
    .ao-video-source .play-overlay.empty {
      background: none; }

.ao-form-error {
  background-color: #ff0000;
  background-color: rgba(210, 50, 45, 0.8);
  padding: 0 10px;
  position: relative;
  color: #ffffff;
  font-weight: normal; }

.ao-form-error:empty {
  display: none; }

.ao-form-error:after {
  margin: -10px 0 0 0;
  left: 0;
  top: 0px;
  border-width: 10px;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border-bottom-color: #D2322D;
  border-bottom-color: rgba(210, 50, 45, 0.8);
  border-top-width: 0; }

.ao-textimage-image-container, .ao-image-image-container {
  position: relative;
  overflow: hidden; }
  .ao-textimage-image-container .edit-overlay, .ao-image-image-container .edit-overlay {
    cursor: default; }
    .ao-textimage-image-container .edit-overlay .ao-edit-img-button, .ao-image-image-container .edit-overlay .ao-edit-img-button {
      width: 100%; }
      .ao-textimage-image-container .edit-overlay .ao-edit-img-button form.upload_image,
      .ao-textimage-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-size,
      .ao-textimage-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-float, .ao-image-image-container .edit-overlay .ao-edit-img-button form.upload_image,
      .ao-image-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-size,
      .ao-image-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-float {
        clear: both; }
        .ao-textimage-image-container .edit-overlay .ao-edit-img-button form.upload_image .choose_file,
        .ao-textimage-image-container .edit-overlay .ao-edit-img-button form.upload_image a,
        .ao-textimage-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-size .choose_file,
        .ao-textimage-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-size a,
        .ao-textimage-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-float .choose_file,
        .ao-textimage-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-float a, .ao-image-image-container .edit-overlay .ao-edit-img-button form.upload_image .choose_file,
        .ao-image-image-container .edit-overlay .ao-edit-img-button form.upload_image a,
        .ao-image-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-size .choose_file,
        .ao-image-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-size a,
        .ao-image-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-float .choose_file,
        .ao-image-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-float a {
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          background: #ebebeb;
          background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ebebeb));
          background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
          background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
          background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
          background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
          height: 24px;
          float: left;
          margin: 6px 0 0 6px;
          border: 1px solid #bfbfbf;
          outline: none;
          text-decoration: none;
          color: #6f6f6f;
          font-size: 14px;
          line-height: 22px;
          text-align: center; }
      .ao-textimage-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-size a, .ao-image-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-size a {
        width: 24px;
        font-size: 24px; }
      .ao-textimage-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-float a, .ao-image-image-container .edit-overlay .ao-edit-img-button .ao-edit-img-float a {
        width: 54px; }
      .ao-textimage-image-container .edit-overlay .ao-edit-img-button form.upload_image .choose_file, .ao-image-image-container .edit-overlay .ao-edit-img-button form.upload_image .choose_file {
        width: 54px; }
      .ao-textimage-image-container .edit-overlay .ao-edit-img-button form.upload_image .fileinput-button, .ao-image-image-container .edit-overlay .ao-edit-img-button form.upload_image .fileinput-button {
        overflow: hidden;
        position: relative;
        width: 60px; }
        .ao-textimage-image-container .edit-overlay .ao-edit-img-button form.upload_image .fileinput-button input, .ao-image-image-container .edit-overlay .ao-edit-img-button form.upload_image .fileinput-button input {
          cursor: pointer;
          direction: ltr;
          font-size: 23px;
          margin: 0px;
          opacity: 0;
          position: absolute;
          left: -70px;
          top: 0px;
          z-index: 1; }
      .ao-textimage-image-container .edit-overlay .ao-edit-img-button .progress, .ao-image-image-container .edit-overlay .ao-edit-img-button .progress {
        position: relative;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width: 100%;
        display: none;
        height: 24px;
        margin: 6px 0 0 0;
        float: left; }
        .ao-textimage-image-container .edit-overlay .ao-edit-img-button .progress .bar, .ao-image-image-container .edit-overlay .ao-edit-img-button .progress .bar {
          width: 0%;
          height: 24px; }
      .ao-textimage-image-container .edit-overlay .ao-edit-img-button .percent, .ao-image-image-container .edit-overlay .ao-edit-img-button .percent {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        line-height: 22px;
        color: #6f6f6f;
        font-size: 14px;
        height: 24px;
        text-align: center; }

.ao-soundcloudtrack-source .edit-overlay,
.ao-video-source .edit-overlay {
  background: rgba(0, 0, 0, 0.4);
  height: auto; }
  .ao-soundcloudtrack-source .edit-overlay form,
  .ao-video-source .edit-overlay form {
    padding: 10px 15px 10px 15px; }
    .ao-soundcloudtrack-source .edit-overlay form label,
    .ao-video-source .edit-overlay form label {
      display: block;
      color: #ffffff; }
    .ao-soundcloudtrack-source .edit-overlay form input.video-link,
    .ao-video-source .edit-overlay form input.video-link {
      width: 70%;
      background: #ffffff;
      border: 1px solid #494949;
      height: 29px;
      font-size: 14px; }
    .ao-soundcloudtrack-source .edit-overlay form input[type="submit"]:active,
    .ao-video-source .edit-overlay form input[type="submit"]:active {
      background: #b7b7b7;
      background: -moz-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbcbcb), color-stop(100%, #b7b7b7));
      background: -webkit-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
      background: -o-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
      background: -ms-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
      background: linear-gradient(to bottom, #cbcbcb 0%, #b7b7b7 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
      -webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
      -moz-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
      box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
      border: 1px solid #a5a5a5; }
    .ao-soundcloudtrack-source .edit-overlay form input[type="submit"],
    .ao-video-source .edit-overlay form input[type="submit"] {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background: #ebebeb;
      background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ebebeb));
      background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
      background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
      background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
      background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
      width: 60px;
      height: 29px;
      display: inline-block;
      margin: 0 0 0 14px;
      border: 1px solid #bfbfbf;
      outline: none;
      text-decoration: none;
      font-size: 14px;
      color: #4d4d4d;
      line-height: 29px;
      text-transform: uppercase; }

.ao-mixcloudtrack-source .edit-overlay,
.ao-soundcloudtrack-source .edit-overlay {
  top: auto;
  bottom: 0; }

.image-container {
  z-index: 99; }

.text-container {
  position: relative; }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.ao-allow-edit-position-size {
  width: 1px;
  height: 1px; }

.ao-image-float-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.ao-image-float-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }

.ao-video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: none; }

.ao-video-iframe iframe,
.ao-video-iframe object,
.ao-video-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ao-soundcloudtrack-iframe {
  position: relative;
  padding-bottom: 15%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: none; }

.ao-soundcloudtrack-iframe iframe,
.ao-soundcloudtrack-iframe object,
.ao-soundcloudtrack-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.w50 .ao-soundcloudtrack-iframe {
  padding-bottom: 25%; }

.w33 .ao-soundcloudtrack-iframe {
  padding-bottom: 30%; }

.ao-top-menu-editor-item-hidden {
  opacity: 0.6; }

.ao-top-menu-editor-item-data {
  overflow: hidden;
  float: left; }

.ao-menu-add-form-item-loading {
  display: none; }

#editor_left_panel .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #696969;
  width: 250px; }

/* Editor Left Panel */
#editor_left_panel_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 0;
  height: 100%;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }
  #editor_left_panel_container > a.cog {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 12;
    margin-top: 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px; }
    #editor_left_panel_container > a.cog div {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all, linear, 0s, 5s;
      -moz-transition: all, linear, 0s, 5s;
      -ms-transition: all, linear, 0s, 5s;
      -o-transition: all, linear, 0s, 5s;
      transition: all, linear, 0s, 5s;
      background: url("/assets/onepage/bootstrap/default/cogwheel.png") no-repeat;
      overflow: hidden;
      position: relative; }
      #editor_left_panel_container > a.cog div.move {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: all, linear, 0s, 5s;
        -moz-transition: all, linear, 0s, 5s;
        -ms-transition: all, linear, 0s, 5s;
        -o-transition: all, linear, 0s, 5s;
        transition: all, linear, 0s, 5s; }
  #editor_left_panel_container a.cog {
    color: #ffffff;
    font-size: 26px;
    background: #373737;
    padding: 4px;
    outline: 0 none;
    margin-top: 5px;
    height: 34px;
    overflow: hidden; }
    #editor_left_panel_container a.cog div {
      background: url("/assets/onepage/bootstrap/default/cogwheel.png") no-repeat;
      width: 25px;
      height: 25px;
      overflow: hidden;
      position: relative;
      display: block; }
  #editor_left_panel_container #editor_left_panel {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 13;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    background: #373737;
    -webkit-transition: width, ease-out, 0s, 0.5s;
    -moz-transition: width, ease-out, 0s, 0.5s;
    -ms-transition: width, ease-out, 0s, 0.5s;
    -o-transition: width, ease-out, 0s, 0.5s;
    transition: width, ease-out, 0s, 0.5s;
    font-size: 14px;
    line-height: 1.42857; }
    #editor_left_panel_container #editor_left_panel h4.panel-title {
      font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
      font-size: 16px;
      line-height: 1.1;
      font-weight: normal;
      letter-spacing: normal;
      text-transform: none; }
      #editor_left_panel_container #editor_left_panel h4.panel-title a {
        font-weight: normal;
        display: block; }
    #editor_left_panel_container #editor_left_panel #top_menu_editor_container {
      padding: 15px 0; }
    #editor_left_panel_container #editor_left_panel .ao-color-theme-save,
    #editor_left_panel_container #editor_left_panel .ao-cse-action-cancel,
    #editor_left_panel_container #editor_left_panel .ao-cse-action-save,
    #editor_left_panel_container #editor_left_panel .seo-editor-submit,
    #editor_left_panel_container #editor_left_panel .top-menu-editor-edit-item-submit,
    #editor_left_panel_container #editor_left_panel .top-menu-editor-edit-item-cancel,
    #editor_left_panel_container #editor_left_panel .new-menu-item-submit,
    #editor_left_panel_container #editor_left_panel .new-menu-item-cancel,
    #editor_left_panel_container #editor_left_panel a.add-new {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background: #ebebeb;
      background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ebebeb));
      background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
      background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
      background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
      background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
      width: auto;
      height: 26px;
      display: inline-block;
      margin: 10px 15px;
      border: 1px solid #bfbfbf;
      outline: none;
      text-decoration: none;
      font-size: 12px;
      color: #4d4d4d;
      line-height: 26px;
      font-weight: normal; }
      #editor_left_panel_container #editor_left_panel .ao-color-theme-save:active,
      #editor_left_panel_container #editor_left_panel .ao-cse-action-cancel:active,
      #editor_left_panel_container #editor_left_panel .ao-cse-action-save:active,
      #editor_left_panel_container #editor_left_panel .seo-editor-submit:active,
      #editor_left_panel_container #editor_left_panel .top-menu-editor-edit-item-submit:active,
      #editor_left_panel_container #editor_left_panel .top-menu-editor-edit-item-cancel:active,
      #editor_left_panel_container #editor_left_panel .new-menu-item-submit:active,
      #editor_left_panel_container #editor_left_panel .new-menu-item-cancel:active,
      #editor_left_panel_container #editor_left_panel a.add-new:active {
        background: #b7b7b7;
        background: -moz-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbcbcb), color-stop(100%, #b7b7b7));
        background: -webkit-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
        background: -o-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
        background: -ms-linear-gradient(top, #cbcbcb 0%, #b7b7b7 100%);
        background: linear-gradient(to bottom, #cbcbcb 0%, #b7b7b7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
        -webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
        -moz-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
        border: 1px solid #a5a5a5; }
    #editor_left_panel_container #editor_left_panel .ao-cse-action-cancel,
    #editor_left_panel_container #editor_left_panel .ao-cse-action-save {
      margin: 0 15px 0 0; }
    #editor_left_panel_container #editor_left_panel .ao-color-theme-save {
      margin: 10px 0 0 0; }
    #editor_left_panel_container #editor_left_panel .top-menu-editor-edit-item-submit,
    #editor_left_panel_container #editor_left_panel .top-menu-editor-edit-item-cancel,
    #editor_left_panel_container #editor_left_panel .new-menu-item-submit,
    #editor_left_panel_container #editor_left_panel .new-menu-item-cancel {
      margin: 0 0 0 15px; }
    #editor_left_panel_container #editor_left_panel .add-form-container {
      margin: 10px 0 0 0; }
    #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item-edit-form,
    #editor_left_panel_container #editor_left_panel .add-form-container {
      background: #5c5c5c; }
      #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item-edit-form form,
      #editor_left_panel_container #editor_left_panel .add-form-container form {
        margin: 10px 0; }
        #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item-edit-form form .row,
        #editor_left_panel_container #editor_left_panel .add-form-container form .row {
          margin-top: 8px; }
          #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item-edit-form form .row:first-child,
          #editor_left_panel_container #editor_left_panel .add-form-container form .row:first-child {
            margin-top: 0; }
          #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item-edit-form form .row label,
          #editor_left_panel_container #editor_left_panel .add-form-container form .row label {
            font-weight: normal;
            padding-bottom: 0;
            line-height: 26px; }
          #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item-edit-form form .row .top-menu-editor-edit-item-name,
          #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item-edit-form form .row .top-menu-editor-edit-item-link,
          #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item-edit-form form .row .new-menu-item-link,
          #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item-edit-form form .row .new-menu-item-name,
          #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item-edit-form form .row .new-menu-item-type,
          #editor_left_panel_container #editor_left_panel .add-form-container form .row .top-menu-editor-edit-item-name,
          #editor_left_panel_container #editor_left_panel .add-form-container form .row .top-menu-editor-edit-item-link,
          #editor_left_panel_container #editor_left_panel .add-form-container form .row .new-menu-item-link,
          #editor_left_panel_container #editor_left_panel .add-form-container form .row .new-menu-item-name,
          #editor_left_panel_container #editor_left_panel .add-form-container form .row .new-menu-item-type {
            background: #f0f0f0;
            border: 1px solid #202020;
            height: 26px;
            padding: 3px;
            color: #1A1A1A;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px; }
          #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item-edit-form form .row .new-menu-item-type,
          #editor_left_panel_container #editor_left_panel .add-form-container form .row .new-menu-item-type {
            width: auto; }
    #editor_left_panel_container #editor_left_panel .btn-gray {
      background-color: #696969;
      border-color: #575757;
      color: #FFFFFF; }
    #editor_left_panel_container #editor_left_panel .btn-gray:hover, #editor_left_panel_container #editor_left_panel .btn-gray:focus, #editor_left_panel_container #editor_left_panel .btn-gray:active, #editor_left_panel_container #editor_left_panel .btn-gray.active {
      background-color: #575757;
      border-color: #454545;
      color: #FFFFFF; }
    #editor_left_panel_container #editor_left_panel .button-left-panel {
      width: 46%;
      margin: 0 2%; }
      #editor_left_panel_container #editor_left_panel .button-left-panel .btn {
        text-transform: none;
        width: 100%;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: normal; }
    #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item:nth-child(2n+1) {
      background: #5C5C5C; }
    #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item {
      clear: both;
      overflow: hidden;
      padding: 10px 15px 10px 20px;
      cursor: move; }
      #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item .menu-list-item-move {
        font-size: 12px;
        margin-right: 0.3em;
        width: 12px; }
        #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item .menu-list-item-move span {
          top: 3px; }
      #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item .menu-list-item-short-name {
        width: 128px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item .menu-list-item-action-wrap {
        width: 71px; }
        #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item .menu-list-item-action-wrap a {
          color: #428BCA; }
          #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item .menu-list-item-action-wrap a:hover, #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item .menu-list-item-action-wrap a:focus {
            color: #2A6496; }
        #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item .menu-list-item-action-wrap .menu-list-item-action a {
          color: #a6a6a6;
          margin: 0 3px; }
          #editor_left_panel_container #editor_left_panel .top-menu-editor-list-item .menu-list-item-action-wrap .menu-list-item-action a:hover {
            color: #ffffff;
            -webkit-transition: color, ease-out, 0s, 0.3s;
            -moz-transition: color, ease-out, 0s, 0.3s;
            -ms-transition: color, ease-out, 0s, 0.3s;
            -o-transition: color, ease-out, 0s, 0.3s;
            transition: color, ease-out, 0s, 0.3s; }

.panel.panel-darck {
  background: #494949;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0 !important;
  margin-bottom: 20px; }
  .panel.panel-darck .panel-heading a {
    color: #ffffff;
    outline: none;
    text-decoration: none; }
  .panel.panel-darck .panel-collapse {
    color: #ffffff; }

.top-menu-editor-list-item {
  clear: both;
  overflow: hidden;
  padding: 4px; }

.ao-text-editor {
  display: none; }

.empty-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #aaa;
  font-style: italic;
  font-size: 14px !important;
  font-family: 'pragmatica',arial,sans-serif;
  line-height: 100%;
  font-weight: normal;
  text-transform: none;
  display: table;
  margin-top: 10px;
  text-shadow: none;
  letter-spacing: 0;
  display: none; }

.empty-overlay span {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.empty-overlay {
  color: #aaa;
  font-style: italic;
  font-size: 14px !important;
  font-family: 'pragmatica',arial,sans-serif;
  line-height: 100%;
  font-weight: normal;
  text-transform: none;
  text-shadow: none;
  letter-spacing: 0; }

.ao-menu-list-item-action-loading,
.top-menu-editor-list-item-edit-form {
  display: none; }

.display_none {
  display: none !important; }

.ao-youtubevideo-text-container {
  padding: 10px 0px 0px 0px; }

.ao-text-editor-actions {
  font-size: 12px;
  text-align: left;
  /*a.ao-save-text:focus,
  a.ao-cancel:focus,
  a.ao-clear-text:focus,
  a.ao-save-text:hover,
  a.ao-cancel:hover,
  a.ao-clear-text:hover{
    @include background-gradient-90(#cbcbcb, #b7b7b7);
    @include box-shadow( out, 0px, 1px, 1px, 0px, rgba(255, 255, 255, 0.2));
    border: 1px solid #a5a5a5;
  }*/ }
  .ao-text-editor-actions a.ao-save-text,
  .ao-text-editor-actions a.ao-cancel,
  .ao-text-editor-actions a.ao-clear-text {
    margin: 6px 5px 10px 5px;
    text-transform: none;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    /*@include border-radius(2px);
    @include background-gradient-90(#ffffff, #ebebeb);
    width: 50px;
    height: 26px;
    display: inline-block;
    margin: 6px 5px 10px 5px;
    border: 1px solid #bfbfbf;
    outline: none;
    text-decoration: none;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 26px;
    text-align: center;
    text-transform: none;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: normal;
    letter-spacing: normal;*/ }

#style_editor_container {
  padding-top: 0; }
  #style_editor_container h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.1;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }
  #style_editor_container .ao-change-font {
    background-color: #5C5C5C; }
    #style_editor_container .ao-change-font form {
      margin: 10px 0; }
      #style_editor_container .ao-change-font form .row {
        margin-top: 8px; }
        #style_editor_container .ao-change-font form .row:first-child {
          margin-top: 0; }
        #style_editor_container .ao-change-font form .row label {
          font-weight: normal;
          padding-bottom: 0;
          line-height: 26px; }
        #style_editor_container .ao-change-font form .row .sizer-value,
        #style_editor_container .ao-change-font form .row .selecter-value {
          background: #f0f0f0;
          border: 1px solid #202020;
          height: 26px;
          padding: 3px;
          color: #1A1A1A;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px;
          float: left; }
        #style_editor_container .ao-change-font form .row .selecter-value {
          width: 100%; }
        #style_editor_container .ao-change-font form .row .sizer-value {
          width: 58%;
          margin: 0 1%;
          text-align: center; }
        #style_editor_container .ao-change-font form .row .sizer-next,
        #style_editor_container .ao-change-font form .row .sizer-prev {
          width: 20%;
          float: left;
          outline: 0 none;
          opacity: 0.8;
          -webkit-transition: opacity, ease-out, 0s, 0.4s;
          -moz-transition: opacity, ease-out, 0s, 0.4s;
          -ms-transition: opacity, ease-out, 0s, 0.4s;
          -o-transition: opacity, ease-out, 0s, 0.4s;
          transition: opacity, ease-out, 0s, 0.4s; }
          #style_editor_container .ao-change-font form .row .sizer-next span,
          #style_editor_container .ao-change-font form .row .sizer-prev span {
            background-color: transparent;
            background-image: url("/assets/onepage/bootstrap/default/plus_minus.png");
            background-repeat: no-repeat;
            text-indent: -9999px;
            overflow: hidden;
            float: left;
            height: 17px;
            width: 17px;
            margin: 4px 0 0 3px; }
        #style_editor_container .ao-change-font form .row .sizer-next:focus,
        #style_editor_container .ao-change-font form .row .sizer-prev:focus,
        #style_editor_container .ao-change-font form .row .sizer-next:hover,
        #style_editor_container .ao-change-font form .row .sizer-prev:hover {
          opacity: 1; }
        #style_editor_container .ao-change-font form .row .sizer-next span {
          background-position: 0 0; }
        #style_editor_container .ao-change-font form .row .sizer-prev span {
          background-position: -17px 0; }

#seo_editor_container {
  padding-top: 0;
  background-color: #5C5C5C; }
  #seo_editor_container form {
    margin: 10px 0; }
    #seo_editor_container form .row {
      margin-top: 8px; }
      #seo_editor_container form .row:first-child {
        margin-top: 0; }
      #seo_editor_container form .row label {
        font-weight: normal;
        padding-bottom: 0;
        line-height: 26px; }
      #seo_editor_container form .row #meta_description,
      #seo_editor_container form .row #meta_keywords_tag,
      #seo_editor_container form .row .bootstrap-tagsinput,
      #seo_editor_container form .row #meta_title {
        background: #f0f0f0;
        border: 1px solid #202020;
        height: 26px;
        padding: 3px;
        color: #1A1A1A;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        float: left;
        margin-left: 15px; }
      #seo_editor_container form .row #meta_description {
        height: auto; }
      #seo_editor_container form .row .bootstrap-tagsinput {
        height: auto;
        width: 91.6667%; }
        #seo_editor_container form .row .bootstrap-tagsinput .label-info {
          background-color: #5C5C5C; }
      #seo_editor_container form .row .ao-seo-form-loading {
        margin-top: 12px;
        margin-right: 15px; }

.clear {
  clear: both; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.ao-text-font-size-8 .ao-text {
  font-size: 8px !important; }

.ao-text-font-size-9 .ao-text {
  font-size: 9px !important; }

.ao-text-font-size-10 .ao-text {
  font-size: 10px !important; }

.ao-text-font-size-11 .ao-text {
  font-size: 11px !important; }

.ao-text-font-size-12 .ao-text {
  font-size: 12px !important; }

.ao-text-font-size-13 .ao-text {
  font-size: 13px !important; }

.ao-text-font-size-14 .ao-text {
  font-size: 14px !important; }

.ao-text-font-size-15 .ao-text {
  font-size: 15px !important; }

.ao-text-font-size-16 .ao-text {
  font-size: 16px !important; }

.ao-text-font-size-17 .ao-text {
  font-size: 17px !important; }

.ao-text-font-size-18 .ao-text {
  font-size: 18px !important; }

.ao-text-font-size-19 .ao-text {
  font-size: 19px !important; }

.ao-text-font-size-20 .ao-text {
  font-size: 20px !important; }

.ao-title-font-size-14 .ao-title {
  font-size: 14px !important; }

.ao-title-font-size-15 .ao-title {
  font-size: 15px !important; }

.ao-title-font-size-16 .ao-title {
  font-size: 16px !important; }

.ao-title-font-size-17 .ao-title {
  font-size: 17px !important; }

.ao-title-font-size-18 .ao-title {
  font-size: 18px !important; }

.ao-title-font-size-19 .ao-title {
  font-size: 19px !important; }

.ao-title-font-size-20 .ao-title {
  font-size: 20px !important; }

.ao-title-font-size-21 .ao-title {
  font-size: 21px !important; }

.ao-title-font-size-22 .ao-title {
  font-size: 22px !important; }

.ao-title-font-size-23 .ao-title {
  font-size: 23px !important; }

.ao-title-font-size-24 .ao-title {
  font-size: 24px !important; }

.ao-title-font-size-25 .ao-title {
  font-size: 25px !important; }

.ao-title-font-size-26 .ao-title {
  font-size: 26px !important; }

.ao-title-font-size-27 .ao-title {
  font-size: 27px !important; }

.ao-title-font-size-28 .ao-title {
  font-size: 28px !important; }

.ao-title-font-size-29 .ao-title {
  font-size: 29px !important; }

.ao-title-font-size-30 .ao-title {
  font-size: 30px !important; }

.ao-menu-font-size-16 #top_menu_navbar li a {
  font-size: 16px !important; }

.ao-menu-font-size-17 #top_menu_navbar li a {
  font-size: 17px !important; }

.ao-menu-font-size-18 #top_menu_navbar li a {
  font-size: 18px !important; }

.ao-menu-font-size-19 #top_menu_navbar li a {
  font-size: 19px !important; }

.ao-menu-font-size-20 #top_menu_navbar li a {
  font-size: 20px !important; }

.ao-menu-font-size-21 #top_menu_navbar li a {
  font-size: 21px !important; }

.ao-menu-font-size-22 #top_menu_navbar li a {
  font-size: 22px !important; }

.ao-menu-font-size-23 #top_menu_navbar li a {
  font-size: 23px !important; }

.ao-menu-font-size-24 #top_menu_navbar li a {
  font-size: 24px !important; }

.ao-menu-font-size-25 #top_menu_navbar li a {
  font-size: 25px !important; }

.ao-menu-font-size-26 #top_menu_navbar li a {
  font-size: 26px !important; }

.ao-menu-font-family-arial #top_menu_navbar a, .ao-text-font-family-arial .ao-text, .ao-title-font-family-arial .ao-title, .ao-head-font-family-arial .ao-headline {
  font-family: Arial; }

.ao-menu-font-family-tahoma #top_menu_navbar a, .ao-text-font-family-tahoma .ao-text, .ao-title-font-family-tahoma .ao-title, .ao-head-font-family-tahoma .ao-headline {
  font-family: Tahoma; }

.ao-menu-font-family-verdana #top_menu_navbar a, .ao-text-font-family-verdana .ao-text, .ao-title-font-family-verdana .ao-title, .ao-head-font-family-verdana .ao-headline {
  font-family: Verdana; }

.ao-menu-font-family-sans-serif #top_menu_navbar a, .ao-text-font-family-sans-serif .ao-text, .ao-title-font-family-sans-serif .ao-title, .ao-head-font-family-sans-serif .ao-headline {
  font-family: Sans Serif; }

.ao-menu-font-family-times-new-roman #top_menu_navbar a, .ao-text-font-family-times-new-roman .ao-text, .ao-title-font-family-times-new-roman .ao-title, .ao-head-font-family-times-new-roman .ao-headline {
  font-family: Times New Roman; }

.ao-menu-font-family-georgia #top_menu_navbar a, .ao-text-font-family-georgia .ao-text, .ao-title-font-family-georgia .ao-title, .ao-head-font-family-georgia .ao-headline {
  font-family: Georgia; }

.ao-menu-font-family-helvetica #top_menu_navbar a, .ao-text-font-family-helvetica .ao-text, .ao-title-font-family-helvetica .ao-title, .ao-head-font-family-helvetica .ao-headline {
  font-family: Helvetica; }

.ao-head-font-size-20 .ao-headline {
  font-size: 20px !important; }

.ao-head-font-size-21 .ao-headline {
  font-size: 21px !important; }

.ao-head-font-size-22 .ao-headline {
  font-size: 22px !important; }

.ao-head-font-size-23 .ao-headline {
  font-size: 23px !important; }

.ao-head-font-size-24 .ao-headline {
  font-size: 24px !important; }

.ao-head-font-size-25 .ao-headline {
  font-size: 25px !important; }

.ao-head-font-size-26 .ao-headline {
  font-size: 26px !important; }

.ao-head-font-size-27 .ao-headline {
  font-size: 27px !important; }

.ao-head-font-size-28 .ao-headline {
  font-size: 28px !important; }

.ao-head-font-size-29 .ao-headline {
  font-size: 29px !important; }

.ao-head-font-size-30 .ao-headline {
  font-size: 30px !important; }

.ao-head-font-size-31 .ao-headline {
  font-size: 31px !important; }

.ao-head-font-size-32 .ao-headline {
  font-size: 32px !important; }

.ao-head-font-size-33 .ao-headline {
  font-size: 33px !important; }

.ao-head-font-size-34 .ao-headline {
  font-size: 34px !important; }

.ao-head-font-size-35 .ao-headline {
  font-size: 35px !important; }

.ao-head-font-size-36 .ao-headline {
  font-size: 36px !important; }

.ao-head-font-size-37 .ao-headline {
  font-size: 37px !important; }

.ao-head-font-size-38 .ao-headline {
  font-size: 38px !important; }

.ao-head-font-size-39 .ao-headline {
  font-size: 39px !important; }

.ao-head-font-size-40 .ao-headline {
  font-size: 40px !important; }

#top_page_banner_image_editor {
  background: #c2c2c2;
  display: block;
  left: auto;
  padding: 15px;
  position: absolute;
  right: 75px;
  top: 100px;
  width: 100px; }
  #top_page_banner_image_editor .ao-bg-image-editor-button {
    clear: both; }
  #top_page_banner_image_editor .ao-bg-image-editor-button.loaded form {
    display: none !important; }
  #top_page_banner_image_editor .ao-bg-image-editor-button,
  #top_page_banner_image_editor .ao-music-tack-form-wrap {
    width: 100%; }
    #top_page_banner_image_editor .ao-bg-image-editor-button .ao-uploaded-design-image,
    #top_page_banner_image_editor .ao-music-tack-form-wrap .ao-uploaded-design-image {
      width: 100%;
      float: left;
      margin: 5px 0; }
      #top_page_banner_image_editor .ao-bg-image-editor-button .ao-uploaded-design-image .ao-uploaded-design-image-src,
      #top_page_banner_image_editor .ao-music-tack-form-wrap .ao-uploaded-design-image .ao-uploaded-design-image-src {
        border: 1px solid #ffffff; }
      #top_page_banner_image_editor .ao-bg-image-editor-button .ao-uploaded-design-image .ao-uploaded-design-image-delete a,
      #top_page_banner_image_editor .ao-music-tack-form-wrap .ao-uploaded-design-image .ao-uploaded-design-image-delete a {
        color: #ffffff; }
        #top_page_banner_image_editor .ao-bg-image-editor-button .ao-uploaded-design-image .ao-uploaded-design-image-delete a span,
        #top_page_banner_image_editor .ao-music-tack-form-wrap .ao-uploaded-design-image .ao-uploaded-design-image-delete a span {
          font-size: 10px; }
    #top_page_banner_image_editor .ao-bg-image-editor-button form,
    #top_page_banner_image_editor .ao-music-tack-form-wrap form {
      clear: both; }
      #top_page_banner_image_editor .ao-bg-image-editor-button form .choose_file,
      #top_page_banner_image_editor .ao-music-tack-form-wrap form .choose_file {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #ebebeb;
        background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ebebeb));
        background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
        background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
        background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
        background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
        width: 70px;
        height: 26px;
        display: inline-block;
        margin: 5px 0;
        border: 1px solid #bfbfbf;
        outline: none;
        text-decoration: none;
        font-size: 12px;
        color: #4d4d4d;
        line-height: 26px;
        text-align: center;
        text-transform: uppercase;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-weight: normal;
        letter-spacing: normal; }
      #top_page_banner_image_editor .ao-bg-image-editor-button form .fileinput-button,
      #top_page_banner_image_editor .ao-music-tack-form-wrap form .fileinput-button {
        overflow: hidden;
        position: relative;
        width: 70px; }
        #top_page_banner_image_editor .ao-bg-image-editor-button form .fileinput-button input,
        #top_page_banner_image_editor .ao-music-tack-form-wrap form .fileinput-button input {
          cursor: pointer;
          direction: ltr;
          font-size: 23px;
          margin: 0px;
          opacity: 0;
          position: absolute;
          left: -70px;
          top: 0px;
          z-index: 1; }
    #top_page_banner_image_editor .ao-bg-image-editor-button .progress,
    #top_page_banner_image_editor .ao-music-tack-form-wrap .progress {
      position: relative;
      width: 100%;
      display: none;
      height: 26px;
      margin: 5px 0;
      float: left;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      #top_page_banner_image_editor .ao-bg-image-editor-button .progress .bar,
      #top_page_banner_image_editor .ao-music-tack-form-wrap .progress .bar {
        width: 0%;
        height: 26px; }
    #top_page_banner_image_editor .ao-bg-image-editor-button .percent,
    #top_page_banner_image_editor .ao-music-tack-form-wrap .percent {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      line-height: 26px;
      color: #4d4d4d;
      font-size: 12px;
      height: 26px;
      text-align: center;
      text-transform: none;
      font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
      font-weight: normal;
      letter-spacing: normal; }

#playlist ul li .ao-music-track-form-conteiner {
  padding-top: 15px; }

#playlist ul li .ao-music-track-form-conteiner:empty {
  padding-top: 0; }

.ao-music-track-form-conteiner {
  overflow: hidden; }
  .ao-music-track-form-conteiner .ao-add-new-music-track-link {
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 100;
    outline: 0 none; }
  .ao-music-track-form-conteiner form {
    margin-bottom: 10px; }
    .ao-music-track-form-conteiner form label {
      color: #ffffff;
      font-weight: normal;
      line-height: 30px; }
    .ao-music-track-form-conteiner form .choose-track {
      position: relative;
      overflow: hidden;
      width: 60%;
      margin-left: 2%; }
      .ao-music-track-form-conteiner form .choose-track input {
        cursor: pointer;
        direction: ltr;
        font-size: 23px;
        left: -70px;
        margin: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .ao-music-track-form-conteiner form input[type="text"] {
      background-color: #ffffff;
      border: 0 none;
      color: #2d4561;
      width: 60%;
      padding: 6px 7px;
      margin-left: 2%; }
    .ao-music-track-form-conteiner form .action-buttons {
      position: absolute;
      top: 0;
      right: 0; }
      .ao-music-track-form-conteiner form .action-buttons input {
        width: 78px;
        text-transform: uppercase;
        margin-bottom: 15px; }
    .ao-music-track-form-conteiner form .ao-choosed-file {
      width: 60%;
      margin-left: 2%;
      position: relative;
      display: inline-block; }
      .ao-music-track-form-conteiner form .ao-choosed-file .ao-choosed-file-name {
        max-width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #ffffff;
        float: left; }
  .ao-music-track-form-conteiner .progress {
    display: none; }

#page_shows .tab-pane .list-unstyled .ao-shows-form form.row {
  margin-left: -15px;
  margin-right: -15px; }

.ao-create-form,
.ao-gallery-album-form,
.ao-gallery-photo-form,
.ao-shows-form,
.ao-news-form {
  padding: 10px 15px 0; }
  .ao-create-form .ao-contact-text,
  .ao-create-form input[type="text"],
  .ao-gallery-album-form .ao-contact-text,
  .ao-gallery-album-form input[type="text"],
  .ao-gallery-photo-form .ao-contact-text,
  .ao-gallery-photo-form input[type="text"],
  .ao-shows-form .ao-contact-text,
  .ao-shows-form input[type="text"],
  .ao-news-form .ao-contact-text,
  .ao-news-form input[type="text"] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
  .ao-create-form input.shows-link,
  .ao-gallery-album-form input.shows-link,
  .ao-gallery-photo-form input.shows-link,
  .ao-shows-form input.shows-link,
  .ao-news-form input.shows-link {
    width: 30%;
    margin-right: 2%; }
  .ao-create-form input.shows-time,
  .ao-create-form input.shows-date,
  .ao-create-form input.news-created-at,
  .ao-gallery-album-form input.shows-time,
  .ao-gallery-album-form input.shows-date,
  .ao-gallery-album-form input.news-created-at,
  .ao-gallery-photo-form input.shows-time,
  .ao-gallery-photo-form input.shows-date,
  .ao-gallery-photo-form input.news-created-at,
  .ao-shows-form input.shows-time,
  .ao-shows-form input.shows-date,
  .ao-shows-form input.news-created-at,
  .ao-news-form input.shows-time,
  .ao-news-form input.shows-date,
  .ao-news-form input.news-created-at {
    width: 20%; }
  .ao-create-form input.shows-date,
  .ao-gallery-album-form input.shows-date,
  .ao-gallery-photo-form input.shows-date,
  .ao-shows-form input.shows-date,
  .ao-news-form input.shows-date {
    margin-right: 2%; }
  .ao-create-form .ao-contact-label,
  .ao-gallery-album-form .ao-contact-label,
  .ao-gallery-photo-form .ao-contact-label,
  .ao-shows-form .ao-contact-label,
  .ao-news-form .ao-contact-label {
    line-height: 30px;
    height: 30px; }
  .ao-create-form .ao-contact-text,
  .ao-gallery-album-form .ao-contact-text,
  .ao-gallery-photo-form .ao-contact-text,
  .ao-shows-form .ao-contact-text,
  .ao-news-form .ao-contact-text {
    height: 225px; }
  .ao-create-form input.ao-contact-input,
  .ao-gallery-album-form input.ao-contact-input,
  .ao-gallery-photo-form input.ao-contact-input,
  .ao-shows-form input.ao-contact-input,
  .ao-news-form input.ao-contact-input {
    width: 75%; }
  .ao-create-form .btn,
  .ao-gallery-album-form .btn,
  .ao-gallery-photo-form .btn,
  .ao-shows-form .btn,
  .ao-news-form .btn {
    margin: 6px 5px 10px 5px; }
  .ao-create-form .upload-file,
  .ao-gallery-album-form .upload-file,
  .ao-gallery-photo-form .upload-file,
  .ao-shows-form .upload-file,
  .ao-news-form .upload-file {
    position: relative;
    overflow: hidden;
    width: auto;
    margin: 0; }
    .ao-create-form .upload-file input,
    .ao-gallery-album-form .upload-file input,
    .ao-gallery-photo-form .upload-file input,
    .ao-shows-form .upload-file input,
    .ao-news-form .upload-file input {
      cursor: pointer;
      direction: ltr;
      font-size: 23px;
      left: -70px;
      margin: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
  .ao-create-form .ao-choosed-file,
  .ao-gallery-album-form .ao-choosed-file,
  .ao-gallery-photo-form .ao-choosed-file,
  .ao-shows-form .ao-choosed-file,
  .ao-news-form .ao-choosed-file {
    width: 60%;
    margin-left: 2%;
    position: relative;
    display: inline-block; }
    .ao-create-form .ao-choosed-file .ao-choosed-file-name,
    .ao-gallery-album-form .ao-choosed-file .ao-choosed-file-name,
    .ao-gallery-photo-form .ao-choosed-file .ao-choosed-file-name,
    .ao-shows-form .ao-choosed-file .ao-choosed-file-name,
    .ao-news-form .ao-choosed-file .ao-choosed-file-name {
      max-width: 90%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      float: left;
      margin-right: 3px;
      line-height: 30px;
      height: 30px; }

#ao_edit_video_gallery .ao-edit-form,
#ao_edit_video_gallery .ao-create-form {
  padding-right: 0;
  padding-left: 0; }
  #ao_edit_video_gallery .ao-edit-form .panel,
  #ao_edit_video_gallery .ao-create-form .panel {
    padding: 10px 15px 0; }
#ao_edit_video_gallery .ao-edit-form .panel {
  padding-bottom: 5px;
  margin-bottom: 0;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.ao-gallery-album-form .form-group,
.ao-shows-form .form-group,
.ao-news-form .form-group {
  margin-bottom: 0;
  vertical-align: top; }
  .ao-gallery-album-form .form-group input.shows-title,
  .ao-gallery-album-form .form-group input.news-title,
  .ao-shows-form .form-group input.shows-title,
  .ao-shows-form .form-group input.news-title,
  .ao-news-form .form-group input.shows-title,
  .ao-news-form .form-group input.news-title {
    width: 80%; }
.ao-gallery-album-form input.gallery-album-name,
.ao-shows-form input.gallery-album-name,
.ao-news-form input.gallery-album-name {
  width: 90%; }
.ao-gallery-album-form .group-shows-title,
.ao-gallery-album-form .group-news-title,
.ao-shows-form .group-shows-title,
.ao-shows-form .group-news-title,
.ao-news-form .group-shows-title,
.ao-news-form .group-news-title {
  width: 40%; }
.ao-gallery-album-form .group-album-cover,
.ao-shows-form .group-album-cover,
.ao-news-form .group-album-cover {
  width: 30%; }
.ao-gallery-album-form .group-album-name,
.ao-shows-form .group-album-name,
.ao-news-form .group-album-name {
  width: 60%; }

.ao-create-form.panel {
  margin-bottom: 0; }

.ao-album .ao-gallery-album-form .group-album-name,
.ao-album .ao-gallery-album-form .group-album-cover {
  width: 100%; }
  .ao-album .ao-gallery-album-form .group-album-name input.gallery-album-name,
  .ao-album .ao-gallery-album-form .group-album-cover input.gallery-album-name {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }

.tab-content .ao-shows-form .form-group input.shows-title {
  width: 100%; }
.tab-content .ao-shows-form input.shows-time,
.tab-content .ao-shows-form input.shows-date,
.tab-content .ao-shows-form input.shows-link,
.tab-content .ao-shows-form input.shows-title {
  width: 100%;
  margin-right: 0; }
.tab-content .ao-shows-form .group-shows-title {
  width: 100%; }

.ao-photo-item .ao-gallery-photo-form form > div {
  width: 100%; }
.ao-photo-item .ao-gallery-photo-form .clear.visible-xs {
  display: block !important; }
.ao-photo-item .ao-gallery-photo-form .upload-file,
.ao-photo-item .ao-gallery-photo-form input.gallery-album-artist {
  width: 100%;
  margin-right: 0; }

.ao-open-edit-link > a,
.ao-album-create-wrap > a,
.ao-album-create-wrap > a,
.ao-photo-create-wrap > a,
.ao-contact-create-wrap > a,
.ao-bio-create-wrap > a,
.ao-add-shows > a,
.ao-add-news > a {
  display: block;
  padding: 22px 0;
  color: #cfcfcf;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  font-weight: bold; }

.time_pick {
  display: inline; }

#page_shows .tab-pane ul li,
#page_news .tab-pane ul li.panel {
  position: relative;
  z-index: 1; }
  #page_shows .tab-pane ul li:hover .ao-action,
  #page_news .tab-pane ul li.panel:hover .ao-action {
    display: block; }
  #page_shows .tab-pane ul li .ao-action,
  #page_news .tab-pane ul li.panel .ao-action {
    display: none; }
    #page_shows .tab-pane ul li .ao-action .ao-edit-action,
    #page_news .tab-pane ul li.panel .ao-action .ao-edit-action {
      display: block;
      z-index: 1; }
    #page_shows .tab-pane ul li .ao-action .ao-delete-action,
    #page_news .tab-pane ul li.panel .ao-action .ao-delete-action {
      position: absolute;
      right: 0;
      top: 0;
      color: #000000;
      color: rgba(0, 0, 0, 0.85);
      margin: 6px 6px 0 0;
      z-index: 2; }

#page_shows .tab-pane ul li .ao-action .ao-delete-action {
  margin-right: 21px; }

.ao-albums-actions-wrap,
.ao-photos-actions-wrap {
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  left: 0;
  top: 0; }
  .ao-albums-actions-wrap .ao-edit-form.panel,
  .ao-photos-actions-wrap .ao-edit-form.panel {
    margin-bottom: 0;
    box-shadow: none;
    border: 0 none;
    position: relative;
    z-index: 10; }

#playlist > ul > li a.ao-music-list-track-play {
  width: 88%; }
#playlist > ul > li .ao-music-track-action-wrap {
  width: 6%;
  float: left; }
#playlist > ul > li .ao-music-track-action-move {
  width: 3%;
  float: left;
  text-align: center; }
#playlist > ul > li .ao-music-track-action-delete,
#playlist > ul > li .ao-music-track-action-edit {
  width: 50%;
  padding-left: 6px;
  float: left;
  text-align: center; }
#playlist > ul > li .ao-music-track-action-edit {
  padding-left: 12px; }

#page_videos .ao-list > div {
  min-height: 100px;
  padding: 5px 0;
  background: #F2F2F2;
  margin-top: 10px; }
  #page_videos .ao-list > div .ao-actions {
    margin-top: 32px; }
  #page_videos .ao-list > div h4 {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 20px; }
  #page_videos .ao-list > div img {
    margin-right: 6px; }

.ao-gallery-album-form .progress {
  display: none; }

select.ao-select-top-link {
  background: #f0f0f0;
  border: 1px solid #202020;
  height: 26px;
  padding: 3px;
  color: #1A1A1A;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  font-size: 14px;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  min-width: 80px;
  margin-top: 10px; }

input.ao-select-top-link-save {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ebebeb;
  background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
  background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
  background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
  width: auto;
  height: 28px;
  display: inline-block;
  margin: 10px 15px;
  border: 1px solid #bfbfbf;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 26px;
  font-weight: normal; }
  input.ao-select-top-link-save:hover, input.ao-select-top-link-save:active {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
    border: 1px solid #a5a5a5; }

@media (max-width: 991px) {
  #playlist > ul > li .ao-music-track-action-edit {
    padding-left: 6px; }

  .ao-music-track-form-conteiner form .action-buttons,
  #ao-music-track-form-conteiner form .action-buttons {
    position: relative; }
    .ao-music-track-form-conteiner form .action-buttons input:first-child,
    #ao-music-track-form-conteiner form .action-buttons input:first-child {
      margin-right: 10px; }

  .tab-content .ao-shows-form input.shows-time,
  .tab-content .ao-shows-form input.shows-date {
    width: 20%; }
  .tab-content .ao-shows-form input.shows-date {
    margin-right: 2%; }
  .tab-content .ao-shows-form input.shows-link {
    width: 30%;
    margin-right: 2%; }
  .tab-content .ao-shows-form .group-shows-title {
    width: 40%; }
    .tab-content .ao-shows-form .group-shows-title input.shows-title {
      width: 80%; }

  .ao-create-form input.ao-contact-input {
    width: 66.6667%; } }
@media (max-width: 767px) {
  .no-padding {
    padding-left: 15px;
    padding-right: 15px; }

  #ao-logo {
    min-height: 0; }

  #playlist > ul > li a.ao-music-list-track-play {
    width: 80%; }
  #playlist > ul > li .ao-music-track-action-wrap {
    width: 10%; }
  #playlist > ul > li .ao-music-track-action-move {
    width: 5%; }

  .ao-gallery-album-form .upload-file,
  .ao-gallery-album-form input.shows-time,
  .ao-gallery-album-form input.shows-date,
  .ao-gallery-album-form input.shows-link,
  .ao-gallery-album-form input.news-created-at,
  .ao-gallery-photo-form .upload-file,
  .ao-gallery-photo-form input.shows-time,
  .ao-gallery-photo-form input.shows-date,
  .ao-gallery-photo-form input.shows-link,
  .ao-gallery-photo-form input.news-created-at,
  .ao-shows-form .upload-file,
  .ao-shows-form input.shows-time,
  .ao-shows-form input.shows-date,
  .ao-shows-form input.shows-link,
  .ao-shows-form input.news-created-at,
  .ao-news-form .upload-file,
  .ao-news-form input.shows-time,
  .ao-news-form input.shows-date,
  .ao-news-form input.shows-link,
  .ao-news-form input.news-created-at {
    width: 100%;
    margin-right: 0; }

  .ao-shows-form .group-shows-title,
  .ao-shows-form .group-news-title,
  .ao-news-form .group-shows-title,
  .ao-news-form .group-news-title {
    width: 100%; }
    .ao-shows-form .group-shows-title input.shows-title,
    .ao-shows-form .group-shows-title input.news-title,
    .ao-shows-form .group-news-title input.shows-title,
    .ao-shows-form .group-news-title input.news-title,
    .ao-news-form .group-shows-title input.shows-title,
    .ao-news-form .group-shows-title input.news-title,
    .ao-news-form .group-news-title input.shows-title,
    .ao-news-form .group-news-title input.news-title {
      width: 100%; }

  .ao-create-form input.ao-contact-input {
    width: 100%; }

  .ao-gallery-album-form .group-album-name,
  .ao-gallery-album-form .group-album-cover {
    width: 100%; }
    .ao-gallery-album-form .group-album-name input.gallery-album-name,
    .ao-gallery-album-form .group-album-cover input.gallery-album-name {
      width: 100%; }

  .ao-album .ao-gallery-album-form input.gallery-album-name {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0; }

  .tab-content .ao-shows-form input.shows-time,
  .tab-content .ao-shows-form input.shows-date,
  .tab-content .ao-shows-form input.shows-link {
    width: 100%;
    margin-right: 0; }
  .tab-content .ao-shows-form .group-shows-title {
    width: 100%; }
    .tab-content .ao-shows-form .group-shows-title input.shows-title {
      width: 100%; } }
.ao-edit-form .progress-bar {
  display: none; }
.ao-edit-form .percent {
  display: none; }

#ao-logo {
  min-height: 79px;
  min-width: 300px; }

#ao-logo-uploader {
  overflow: hidden;
  height: 79px;
  width: 300px;
  padding-left: 15px;
  background: transparent; }
  #ao-logo-uploader .progress {
    display: none; }
  #ao-logo-uploader .fileinput-button {
    overflow: hidden;
    position: relative;
    width: 117px; }
    #ao-logo-uploader .fileinput-button input {
      cursor: pointer;
      direction: ltr;
      font-size: 23px;
      margin: 0px;
      opacity: 0;
      position: absolute;
      left: -70px;
      top: 0px;
      z-index: 1; }
  #ao-logo-uploader #ao-logo-generate-link,
  #ao-logo-uploader .choose_file {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ebebeb;
    background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 );
    -webkit-box-shadow: 0 0 4px 2px #555555;
    -moz-box-shadow: 0 0 4px 2px #555555;
    box-shadow: 0 0 4px 2px #555555;
    height: 24px;
    float: left;
    margin: 6px 0 6px 6px;
    border: 1px solid #bfbfbf;
    outline: none;
    text-decoration: none;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 106px;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: normal; }
  #ao-logo-uploader .progress {
    margin-bottom: 0;
    margin-top: 12px; }

.generated-logo-bg {
  float: left;
  overflow: hidden;
  background: #ffffff;
  margin: 5px;
  border: 1px solid #ccc; }

.ui-dialog {
  z-index: 1050 !important; }

.ui-dialog-buttonset .ui-button:first-child {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.ui-widget-content .h4 {
  color: #404040;
  margin: 0 0 10px; }

.ao-uploaded-logo-image {
  display: none; }
  .ao-uploaded-logo-image .ao-delete-uploaded-logo-processing {
    display: none; }

.ao-cse-actions {
  display: none; }

.ao-preview-mode-page #ao-logo-uploader {
  width: 1px;
  height: 1px; }
.ao-preview-mode-page #top_page_banner_image_editor {
  display: none; }
.ao-preview-mode-page #ao-music-track-form-conteiner {
  display: none; }
.ao-preview-mode-page .ao-music-track-action {
  display: none; }
.ao-preview-mode-page .ao-music-track-action-move {
  display: none !important; }
.ao-preview-mode-page .text-container .empty-overlay {
  width: 1px !important;
  height: 1px !important; }
.ao-preview-mode-page .text-container .edit-overlay {
  width: 1px !important;
  height: 1px !important; }
.ao-preview-mode-page .text-container .edit-button {
  display: none; }
.ao-preview-mode-page .ao-gallery-create-wrap {
  display: none; }
.ao-preview-mode-page .ao-actions {
  display: none; }
.ao-preview-mode-page .ao-add-shows {
  display: none; }
.ao-preview-mode-page .ao-shows-actions-wrap, .ao-preview-mode-page .ao-news-actions-wrap, .ao-preview-mode-page #ao_edit_video_gallery, .ao-preview-mode-page .ao-contact-create-wrap, .ao-preview-mode-page .ao-bio-create-wrap {
  display: none !important; }
.ao-preview-mode-page .ao-add-news {
  display: none; }
.ao-preview-mode-page .content-type-selector {
  display: none !important; }
.ao-preview-mode-page .content-row-action {
  display: none !important;
  width: 1px;
  height: 1px; }
.ao-preview-mode-page .ao-textimage-image-container .edit-overlay .ao-edit-img-button, .ao-preview-mode-page .ao-image-image-container .edit-overlay .ao-edit-img-button {
  display: none;
  height: 1px;
  width: 1px; }
.ao-preview-mode-page .edit-overlay {
  display: none !important;
  width: 1px;
  height: 1px; }
.ao-preview-mode-page .ao-select-top-link-wrap, .ao-preview-mode-page .content-row-add-block, .ao-preview-mode-page .ao-block-actions, .ao-preview-mode-page .ao-add-content-box {
  display: none; }

.ao-uploaded-design-image {
  display: none; }
  .ao-uploaded-design-image .ao-uploaded-design-image-src {
    float: left; }
  .ao-uploaded-design-image .ao-uploaded-design-image-delete {
    float: right; }
  .ao-uploaded-design-image .ao-delete-uploaded-design-image-processing {
    display: none; }

#ao-photos-gallery-container .ao-photo-item, #ao-photos-gallery-container #albums_back {
  padding: 0px;
  text-align: center;
  font-size: 14px; }
#ao-photos-gallery-container div img.img-responsive {
  display: inline-block;
  width: 100%; }

.ao-uploaded-logo-image {
  display: none; }
  .ao-uploaded-logo-image .ao-delete-uploaded-logo-processing {
    display: none; }

.ao-gallery-photo-form .progress {
  display: none; }

input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input,
.ao-music-track-form-conteiner form input[type="text"] {
  color: #555555;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.content-row-add-block {
  padding-left: 15px;
  padding-top: 5px; }
  .content-row-add-block .btn {
    outline: none;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-shadow: none;
    font-weight: bold;
    text-transform: uppercase; }

.ao-accept-select.btn {
  outline: none;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  text-shadow: none;
  font-weight: bold;
  text-transform: uppercase; }

.ao-add-content-box {
  width: 90px;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: -30px;
  display: none; }
  .ao-add-content-box img {
    display: none; }
  .ao-add-content-box a.btn {
    width: 90px;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-shadow: none;
    font-weight: bold;
    text-transform: uppercase; }

.ao-block-actions .ao-block-action-delete,
.ao-block-actions .ao-block-action-move {
  overflow: hidden;
  background-image: url("/assets/onepage/bootstrap/default/move_del_content.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 13px;
  text-indent: -9999px;
  display: inline-block; }
.ao-block-actions .ao-block-action-delete {
  background-position: -15px 0;
  cursor: pointer; }
.ao-block-actions .ao-block-action-move {
  background-position: 0 0;
  cursor: move; }

.ao-select-type {
  border: 1px solid #d0d0d0;
  background: #ffffff;
  height: 26px;
  padding-top: 3px;
  line-height: 24px;
  color: #333333;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  text-shadow: none;
  display: inline-block; }

.input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
  outline: 0 none; }

.content-type-selector {
  display: none; }

#color_themes_editor_container {
  padding-bottom: 10px; }

.ao-color-theme-link {
  width: 28px;
  height: 28px;
  margin: 4px;
  border: 1px solid #222222;
  cursor: pointer;
  float: left;
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  text-align: center;
  font-size: 18px;
  padding-top: 4px; }

.ao-color-theme-link:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.ao-container iframe {
  width: 100%;
  height: 800px;
  border: 1px; }
