.studio-header .intercom-chat {
  float: right;
  display: block;
  padding-left: 30px;
  height: 28px;
  line-height: 20px;
  cursor: pointer;
  background: url(1c8fce76c70a655f82e29f9b2a2e8f96.png) no-repeat;
  margin-top: 25px;
  margin-right: 35px; }
.studio-header .studio-dropdown ul li {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 7px 14px;
  font-size: 18px; }
  .studio-header .studio-dropdown ul li:hover {
    background-color: #f5f0f0;
    cursor: pointer; }
.studio-header .studios {
  float: left;
  position: relative; }
  .studio-header .studios .studio-toggle h1 {
    margin: 0;
    cursor: pointer; }
    .studio-header .studios .studio-toggle h1 span.dropdown-arrow {
      background: #fff url(1a3c4c0a979f641f3e6eb434e8215d4f.png) right 17px no-repeat;
      padding-right: 22px;
      display: block; }
    .studio-header .studios .studio-toggle h1:hover {
      border: 1px solid #ccc !important;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
    .studio-header .studios .studio-toggle h1.opened {
      border: 1px solid #ccc !important;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      border-radius: 10px 10px 10px 0px !important; }
  .studio-header .studios .studio-dropdown {
    -webkit-box-shadow: 1px 2px 6px #c7c7c7;
    box-shadow: 1px 2px 6px #c7c7c7;
    min-width: 200px;
    display: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-left: 20px; }
    .studio-header .studios .studio-dropdown.visible {
      display: block;
      position: absolute;
      top: 67px;
      border: 1px solid #ccc;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
    .studio-header .studios .studio-dropdown ul {
      list-style: none;
      padding: 0;
      margin: 0;
      background-color: #fff;
      overflow: auto;
      max-height: 300px; }
.studio-header {
  width: 100%; }
  .studio-header .header-section {
    display: inline-block; }
