#root {
  width: 100%;
  height: 100%; }

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/************************************************
************       BASE STYLES       ************
************************************************/
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.imagiro * {
  box-sizing: border-box;
  outline: 0 none;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; }

.imagiro *::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
  height: 6px;
  background: #f6f7f8;
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid white; }

.imagiro *::-webkit-scrollbar-thumb {
  background: rgba(75, 89, 102, 0.2);
  border-radius: 100px;
  border: 2px solid white; }

.imagiro {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 2;
  background: white;
  color: #4b5966;
  width: 300px;
  height: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-align: left;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10; }
  .imagiro a {
    text-decoration: none;
    color: #008cdd;
    cursor: pointer; }
  .imagiro a span {
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease; }
  .imagiro p {
    font-family: inherit;
    line-height: 1.6;
    letter-spacing: -0.2px;
    margin: 0 auto 10px; }
  .imagiro .clear {
    clear: both; }
  .imagiro .selectable {
    -webkit-user-select: all; }
  .imagiro .unit-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease; }
  .imagiro .unit-inner {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease; }
  .imagiro .background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 1px 40px rgba(0, 0, 0, 0.05);
    transition: transform 1s ease;
    transform-origin: center center; }
  .imagiro .background:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(rgba(75, 89, 102, 0), rgba(75, 89, 102, 0.95));
    max-height: 60%; }
  .imagiro .ticker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    color: white;
    z-index: 10; }
  .imagiro .ticker-item {
    letter-spacing: -0.2px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 30px;
    line-height: 1.05;
    padding: 20px 15px 38px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-shadow: 0 0 2px rgba(75, 89, 102, 0.4); }
  .imagiro .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    z-index: 1000; }
  .imagiro .header-container {
    height: 100%; }
  .imagiro .header .name {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .imagiro .header .name-interior {
    display: table-cell;
    vertical-align: middle; }
  .imagiro .header .name p {
    width: 100%;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .imagiro .logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 150px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin: 0 0 0 -75px;
    padding: 0; }
  .imagiro .expand-button {
    position: absolute;
    right: 0;
    width: 100%;
    cursor: pointer;
    font-size: 0;
    padding-top: 100vh;
    bottom: 0;
    color: white;
    z-index: 1000;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .imagiro .expand-button .chevrons {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: scale(0.1);
    transform-origin: center center;
    bottom: -15px;
    margin-left: -45px; }
  .imagiro .expand-button .chevrons:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 25px solid white;
    border-bottom: 25px solid white;
    animation: chevrons 4s linear infinite; }
  .imagiro .expand-button .chevrons:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 25px solid white;
    border-bottom: 25px solid white;
    animation: chevrons 4s linear infinite -2s; }
  .imagiro .collapse-button {
    display: block;
    background: #fafafa;
    box-shadow: 0 -1px 0px rgba(75, 89, 102, 0.05) inset;
    color: #4b5966;
    line-height: 1;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
    text-transform: uppercase;
    cursor: pointer; }
  .imagiro .collapse-button svg.mdi {
    line-height: 30px;
    font-size: 24px;
    padding: 0 5px;
    opacity: 0.8; }
  .imagiro .content {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    overflow: hidden; }
  .imagiro .content-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    font-size: 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    white-space: nowrap; }
  .imagiro .content-nav .tab {
    width: 25%;
    float: left;
    color: rgba(75, 89, 102, 0.6);
    padding: 0 5px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: all 0.3s ease; }
  .imagiro .content-nav .tab.about-tab {
    font-size: 19px; }
  .imagiro .content-nav .tab.contact-tab {
    font-size: 19px; }
  .imagiro .content-nav .tab.active {
    box-shadow: 0 2px 0 rgba(75, 89, 102, 0.8);
    color: #4b5966 !important; }
  .imagiro .content-wrapper {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: calc(100% - 38px);
    overflow: auto;
    display: none; }
  .imagiro .content-wrapper.content-active {
    display: block; }
  .imagiro .info {
    padding: 10px 10px 47px;
    overflow: hidden; }
  .imagiro .info .info-block {
    display: block;
    color: inherit;
    position: relative;
    font-size: 14px;
    line-height: 17px;
    padding: 8px 10px 8px 45px;
    transition: all 0.3s ease; }
  .imagiro .info .info-block svg.mdi {
    position: absolute;
    top: 8px;
    line-height: 1;
    left: 10px;
    font-size: inherit;
    line-height: 20px;
    width: 20px;
    opacity: 0.8;
    letter-spacing: 0.5px; }
  .imagiro .info .info-block svg.guide.mdi {
    left: auto;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-size: 17px;
    opacity: 0;
    transition: all 0.3s ease; }
  .imagiro .info .info-block span.text {
    display: block;
    color: #008cdd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .imagiro .info .info-block span.text.strong {
    color: inherit;
    font-weight: 600; }
  .imagiro .info .info-block span.text.weak {
    color: inherit;
    opacity: 0.6; }
  .imagiro .info .social-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0 8px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); }
  .imagiro .info .social-buttons a {
    display: inline-block;
    color: rgba(132, 146, 166, 0.6);
    width: 36px;
    margin-right: 2px;
    text-align: center; }
  .imagiro .info .social-buttons a svg {
    font-size: 20px;
    line-height: 42px;
    border: 0 none; }
  .imagiro .contact {
    padding: 10px 15px;
    overflow: hidden; }
  .imagiro .contact .input {
    margin: 0 0 10px; }
  .imagiro .contact .input:nth-child(1) {
    float: left;
    width: calc(50% - 30px);
    margin-right: 10px; }
  .imagiro .contact .input:nth-child(2) {
    float: left;
    width: calc(50% + 20px); }
  .imagiro .contact .input input,
  .imagiro .contact .input textarea {
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 12px;
    line-height: 1;
    color: rgba(75, 89, 102, 0.9);
    padding: 7px;
    width: 100%; }
  .imagiro .contact .input textarea {
    resize: none;
    height: 78px;
    line-height: 1.5;
    padding: 7px; }
  .imagiro .contact .submit input {
    -webkit-appearance: none;
    width: 100%;
    border: 0 none;
    background: #60a0e7;
    text-transform: uppercase;
    padding: 10px 20px;
    color: white;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.12) inset, 0 0 2px rgba(0, 0, 0, 0.08), 0 4px 6px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    margin-top: -3px;
    cursor: pointer;
    transition: all 0.3s ease; }
  .imagiro .contact .submit input:disabled {
    background-color: #cecece; }
  .imagiro .contact .submit input:disabled:hover {
    box-shadow: none !important;
    transform: none !important; }
  .imagiro .contact .success {
    color: green; }
  .imagiro .contact .error {
    color: red;
    margin: 2px 0;
    font-size: 12px; }
  .imagiro .about {
    padding: 15px 15px 0; }
  .imagiro .about h3 {
    font-size: 12px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2px; }
  .imagiro .about ul {
    line-height: 1.6;
    letter-spacing: -0.2px;
    margin: 0 0 15px 20px; }
  .imagiro .about ul li {
    margin: 0 0 3px; }
  .imagiro .about hr {
    border: 0 none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 15px -15px 20px; }
  .imagiro .print img {
    display: block;
    width: auto;
    max-width: calc(100% - 20px);
    height: auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    position: absolute;
    margin: 0; }
  .imagiro .social-modal {
    transform: translateX(100%);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    overflow: hidden;
    z-index: 1000;
    transition: all 0.3s ease; }
  .imagiro .social-modal .go-to-profile {
    position: absolute;
    line-height: 40px;
    font-size: 18px;
    padding: 0 15px;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s ease;
    top: 0;
    right: 0;
    color: inherit; }
  .imagiro .social-modal .text {
    line-height: 38px;
    padding: 0 40px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: center; }
  .imagiro .social-modal-close {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 24px;
    padding: 0 10px;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s ease; }
  .imagiro .social-modal-content {
    position: absolute;
    bottom: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% - 40px);
    overflow: hidden;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }
  .imagiro .social-modal-content iframe {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: calc(100% + 70px);
    border: 0 none; }
  .imagiro .social-modal.active {
    transform: translateX(0);
    pointer-events: all;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  .imagiro .social-modal.twitter-modal .social-modal-content {
    background: #f6f7f9;
    overflow: auto; }
  .imagiro .social-modal.twitter-modal .social-modal-content iframe {
    pointer-events: none; }
  .imagiro .social-modal.twitter-modal .social-modal-content::-webkit-scrollbar {
    border: 2px solid #f6f7f9; }
  .imagiro .social-modal.twitter-modal .social-modal-content::-webkit-scrollbar-thumb {
    border: 2px solid #f6f7f9; }
  .imagiro .social-modal.instagram-modal .social-modal-content {
    background: #f6f7f9;
    overflow: auto;
    font-size: 0;
    padding: 10px 5px 5px 10px; }
  .imagiro .social-modal.instagram-modal .social-modal-content a {
    width: calc(100% / 3 - 5px);
    display: inline-block;
    height: 0;
    margin: 0 5px 5px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0 calc(100% / 3 - 5px);
    transition: opacity 0.3s ease; }
  .imagiro .social-modal.instagram-modal .social-modal-content::-webkit-scrollbar {
    border: 2px solid #f6f7f9; }
  .imagiro .social-modal.instagram-modal .social-modal-content::-webkit-scrollbar-thumb {
    border: 2px solid #f6f7f9; }
  .imagiro .share-toggle {
    width: 45px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    color: rgba(132, 146, 166, 0.8);
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 1px 0 0 #f5f5f5 inset;
    cursor: pointer;
    transition: color 0.3s ease; }
  .imagiro .share-toggle.share-toggle-close {
    display: none; }
  .imagiro .share-modal {
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    background: white;
    z-index: 90;
    left: 0;
    width: calc(100% - 46px);
    font-size: 0;
    opacity: 0;
    pointer-events: none; }
  .imagiro .share-modal a {
    display: inline-block;
    line-height: 30px;
    width: 86px;
    text-align: center;
    background: #4b5966;
    color: white;
    margin-right: 8px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.12) inset, 0 0 2px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    user-select: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .imagiro .share-modal a svg.mdi {
    font-family: "Social";
    margin-right: 10px; }
  .imagiro .share-modal a.share-facebook {
    background: #3e5da0 !important; }
  .imagiro .share-modal a.share-twitter {
    background: #64b3ef !important; }

.imagiro.expanded .unit-outer {
  top: -100%; }

.imagiro.expanded .unit-inner {
  top: 0; }

.imagiro.no-logo .logo {
  display: none; }

.imagiro.no-logo .name {
  display: table; }

.imagiro.agent .header .name {
  display: table;
  left: 110px;
  width: calc(100% - 110px); }

.imagiro.agent .header .name p {
  font-size: 13px;
  padding: 0 15px;
  text-align: left; }

.imagiro.agent .header .logo {
  width: 80px;
  left: 15px;
  margin: 0; }

.imagiro.agent .header .logo:after {
  content: "";
  height: calc(100% + 20px);
  width: 1px;
  background: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: -10px;
  right: -15px; }

.imagiro.agent.no-logo .header .logo {
  display: none; }

.imagiro.agent.no-logo .header .name {
  left: 0;
  width: 100%; }

.imagiro.agent.no-logo .header .name p {
  font-size: 16px;
  padding: 0 30px;
  text-align: center; }

.imagiro.share-active .share-modal {
  pointer-events: all;
  opacity: 1; }

.imagiro.share-active .share-toggle {
  display: none; }

.imagiro.share-active .share-toggle-close {
  display: block; }

.imagiro.ticker-items-tally-1 .ticker-item {
  opacity: 0; }

.imagiro.ticker-items-tally-1 .ticker-item-1 {
  animation: fade-1-1 7s forwards;
  animation-delay: 0.2s; }

.imagiro.ticker-items-tally-2 .ticker-item {
  opacity: 0; }

.imagiro.ticker-items-tally-2 .ticker-item-1 {
  animation: fade-2-1 14s infinite;
  animation-delay: 0.2s; }

.imagiro.ticker-items-tally-2 .ticker-item-2 {
  animation: fade-2-2 14s infinite;
  animation-delay: 0.2s; }

.imagiro.ticker-items-tally-3 .ticker-item {
  opacity: 0; }

.imagiro.ticker-items-tally-3 .ticker-item-1 {
  animation: fade-3-1 14s infinite;
  animation-delay: 0.2s; }

.imagiro.ticker-items-tally-3 .ticker-item-2 {
  animation: fade-3-2 14s infinite;
  animation-delay: 0.2s; }

.imagiro.ticker-items-tally-3 .ticker-item-3 {
  animation: fade-3-3 14s infinite;
  animation-delay: 0.2s; }

.imagiro.tabs-tally-3 .content-nav .tab {
  width: calc(100% / 3); }

.imagiro.tabs-tally-2 .content-nav .tab {
  width: calc(100% / 2); }

.imagiro.tabs-tally-1 .content-nav {
  display: none; }

.imagiro.tabs-tally-1 .content-wrapper {
  top: 0;
  height: 100%; }

body.no-touch .imagiro .expand-button:hover svg.mdi {
  opacity: 1;
  animation: none; }

body.no-touch .imagiro .content-nav .tab:hover {
  color: rgba(75, 89, 102, 0.8); }

body.no-touch .imagiro .info .info-block:hover {
  background: #f8f8f8;
  padding-right: 35px; }

body.no-touch .imagiro .info .info-block:hover svg.guide.mdi {
  opacity: 0.5; }

body.no-touch .imagiro .info .social-buttons a:hover {
  color: #8492a6; }

body.no-touch .imagiro .contact .submit input:hover {
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.12) inset, 0 0 2px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.08), 0 16px 32px rgba(0, 0, 0, 0.08), 0 24px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px); }

body.no-touch .imagiro .share-modal a:hover {
  transform: translateY(-1px);
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.12) inset, 0 0 2px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.08); }

body.no-touch .imagiro .social-modal-close:hover,
body.no-touch .imagiro .social-modal .go-to-profile:hover {
  opacity: 1; }

body.no-touch .imagiro .social-modal.twitter-modal .social-modal-content iframe {
  pointer-events: all; }

body.no-touch .imagiro .social-modal.instagram-modal .social-modal-content a:hover {
  opacity: 0.75; }

body.no-touch .imagiro:hover .background {
  transform: scale(1.1); }

body.no-touch .imagiro:hover .expand-button .chevrons:before {
  display: none; }

body.no-touch .imagiro:hover .expand-button .chevrons:after {
  animation: none;
  transform: rotate(-45deg); }

/*******************************************************
************       BASE MEDIA QUERIES       ************
*******************************************************/
@media screen and (width: 300px) and (min-height: 300px) {
  .imagiro {
    width: 100%;
    height: 100%; }
  .imagiro .header {
    height: 60px; }
  .imagiro .logo {
    height: 40px; }
  .imagiro .background {
    height: calc(100% - 60px); }
  .imagiro .ticker-item {
    padding-bottom: 40px; }
  .imagiro .expand-button .chevrons {
    transform: scale(0.125);
    bottom: -13px; }
  .imagiro .info {
    padding: 10px 10px 52px; }
  .imagiro .info .info-block {
    padding-top: 10px;
    padding-bottom: 10px; }
  .imagiro .info .info-block svg.mdi {
    top: 10px; }
  .imagiro .about {
    font-size: 14px;
    padding: 20px 20px 5px; }
  .imagiro .about p {
    margin: 0 0 15px; }
  .imagiro .about h3 {
    font-size: 13px;
    margin-bottom: 15px; }
  .imagiro .about hr {
    margin: 20px -20px 25px; }
  .imagiro .about ul li {
    margin: 0 0 5px; }
  .imagiro .contact {
    padding: 15px; }
  .imagiro .contact .input {
    margin-bottom: 15px; }
  .imagiro .contact .input textarea {
    height: 50px; }
  .imagiro .contact .input:nth-child(1) {
    float: none;
    width: 100%;
    margin-right: 0; }
  .imagiro .contact .input:nth-child(2) {
    float: none;
    width: 100%; }
  .imagiro .contact .input input {
    font-size: 13px;
    padding: 10px; }
  .imagiro .contact .input textarea {
    font-size: 13px;
    padding: 6px 10px; } }

@media screen and (width: 300px) and (min-height: 600px) {
  .imagiro {
    width: 100%;
    height: 100%; }
  .imagiro .contact .input textarea {
    height: 300px; } }

@media screen and (width: 728px) and (height: 90px) {
  .imagiro {
    width: 100%;
    height: 100%; }
  .imagiro .unit-inner {
    bottom: 0;
    width: 100%;
    left: auto;
    right: 0;
    z-index: 10000; }
  .imagiro .content-nav,
  .imagiro .share-toggle,
  .imagiro .social-buttons {
    display: none; }
  .imagiro .content-wrapper {
    top: 0;
    height: 100%;
    padding: 0;
    text-align: center;
    font-size: 0; }
  .imagiro .info .info-block {
    text-align: left;
    display: inline-block;
    width: calc(100% / 3);
    height: 100%;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05);
    padding: 12px 15px 12px 50px !important; }
  .imagiro .info .info-block:first-child {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05); }
  .imagiro .info .info-block.phone-block,
  .imagiro .info .info-block.website-block {
    line-height: 35px;
    font-weight: 500; }
  .imagiro .info .info-block.email-block {
    display: none; }
  .imagiro .info .info-block svg.mdi {
    top: 20px;
    left: 15px;
    text-align: center; }
  .imagiro .info .info-block svg.guide.mdi {
    display: none; } }

@media screen and (height: 50px) {
  .imagiro {
    width: 100%;
    height: 100%; }
  .imagiro .unit-inner {
    top: 0;
    width: 100%;
    left: auto;
    right: 0;
    z-index: 10000; }
  .imagiro .header {
    width: 100%;
    height: 100%;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05); }
  .imagiro .header-container {
    max-width: 300px;
    position: relative;
    margin: 0 auto; }
  .imagiro .logo {
    position: relative;
    margin: 0 auto;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 20px);
    height: 30px; }
  .imagiro .background {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 100; }
  .imagiro .ticker {
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: auto !important;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-align: left;
    background: rgba(75, 89, 102, 0.3); }
  .imagiro .ticker-item {
    font-size: 16px;
    padding: 0 5px !important;
    line-height: 50px;
    bottom: auto;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: normal;
    text-align: center; }
  .imagiro .ticker-item br {
    content: " "; }
  .imagiro .expand-button {
    display: none; }
  .imagiro .collapse-button,
  .imagiro .content-nav,
  .imagiro .share-toggle,
  .imagiro .social-buttons,
  .imagiro .info .info-block {
    display: none; }
  .imagiro .content-wrapper {
    top: 0;
    height: 100%;
    padding: 0;
    text-align: center;
    font-size: 0; }
  .imagiro .content {
    top: 0;
    height: 100%; }
  .imagiro .info .info-block.website-block {
    display: block;
    padding: 0;
    opacity: 0;
    height: 100%;
    font-size: 0; }
  .imagiro.ticker-items-tally-1 .ticker-item-1 {
    animation: fade-2-1 14s infinite; }
  .imagiro.ticker-items-tally-1 .header {
    opacity: 0;
    animation: fade-2-2 14s infinite; }
  .imagiro.ticker-items-tally-1 .background {
    animation: background-zoom 14s forwards infinite; }
  .imagiro.ticker-items-tally-2 .ticker-item-1 {
    animation: fade-3-1 21s infinite; }
  .imagiro.ticker-items-tally-2 .ticker-item-2 {
    animation: fade-3-2 21s infinite; }
  .imagiro.ticker-items-tally-2 .header {
    opacity: 0;
    animation: fade-3-3 21s infinite; }
  .imagiro.ticker-items-tally-2 .background {
    animation: background-zoom 21s forwards infinite; }
  .imagiro.ticker-items-tally-3 .ticker-item-1 {
    animation: fade-4-1 28s infinite; }
  .imagiro.ticker-items-tally-3 .ticker-item-2 {
    animation: fade-4-2 28s infinite; }
  .imagiro.ticker-items-tally-3 .ticker-item-3 {
    animation: fade-4-3 28s infinite; }
  .imagiro.ticker-items-tally-3 .header {
    opacity: 0;
    animation: fade-4-4 28s infinite; }
  .imagiro.ticker-items-tally-3 .background {
    animation: background-zoom 28s forwards infinite; } }

@keyframes glow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes chevrons {
  0% {
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    transform: translate(0px, -50px) rotate(-45deg); }
  10%,
  90% {
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent; }
  50% {
    border-left: 25px solid white;
    border-bottom: 25px solid white;
    transform: translate(0px, 0px) rotate(-45deg); }
  100% {
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    transform: translate(0px, 50px) rotate(-45deg); } }

@keyframes background-zoom {
  0.00% {
    transform: scale(1); }
  90.00% {
    transform: scale(1.4); }
  95.00% {
    transform: scale(1); } }

@keyframes fade-1-1 {
  0.00% {
    opacity: 0; }
  14.29% {
    opacity: 1; }
  100.00% {
    opacity: 1; } }

@keyframes slide-1-1 {
  0.00% {
    transform: translateX(100%); }
  14.29% {
    transform: translateX(0); }
  100.00% {
    transform: translateX(0); } }

@keyframes fade-2-1 {
  0.00% {
    opacity: 0; }
  7.14% {
    opacity: 1; }
  42.85% {
    opacity: 1; }
  50.00% {
    opacity: 0; } }

@keyframes fade-2-2 {
  0.00% {
    opacity: 0; }
  50.00% {
    opacity: 0; }
  57.14% {
    opacity: 1; }
  92.86% {
    opacity: 1; }
  100.00% {
    opacity: 0; } }

@keyframes slide-2-1 {
  0.00% {
    transform: translateX(100%); }
  7.14% {
    transform: translateX(0); }
  42.85% {
    transform: translateX(0); }
  50.00% {
    transform: translateX(-100%); }
  100.00% {
    transform: translateX(-100%); } }

@keyframes slide-2-2 {
  0.00% {
    transform: translateX(100%); }
  50.00% {
    transform: translateX(100%); }
  57.14% {
    transform: translateX(0); }
  92.86% {
    transform: translateX(0); }
  100.00% {
    transform: translateX(-100%); } }

@keyframes cta-invert-2 {
  0.00% {
    filter: none;
    opacity: 1; }
  50.00% {
    filter: none;
    opacity: 1; }
  57.14% {
    filter: invert(1);
    opacity: 0.15; }
  92.86% {
    filter: invert(1);
    opacity: 0.15; }
  100.00% {
    filter: none;
    opacity: 1; } }

@keyframes fade-3-1 {
  0.00% {
    opacity: 0; }
  4.76% {
    opacity: 1; }
  28.56% {
    opacity: 1; }
  33.33% {
    opacity: 0; } }

@keyframes fade-3-2 {
  0.00% {
    opacity: 0; }
  33.33% {
    opacity: 0; }
  38.09% {
    opacity: 1; }
  61.91% {
    opacity: 1; }
  66.67% {
    opacity: 0; } }

@keyframes fade-3-3 {
  0.00% {
    opacity: 0; }
  66.67% {
    opacity: 0; }
  71.43% {
    opacity: 1; }
  95.24% {
    opacity: 1; }
  100.00% {
    opacity: 0; } }

@keyframes slide-3-1 {
  0.00% {
    transform: translateX(100%); }
  4.76% {
    transform: translateX(0); }
  28.56% {
    transform: translateX(0); }
  33.33% {
    transform: translateX(-100%); }
  100.00% {
    transform: translateX(-100%); } }

@keyframes slide-3-2 {
  0.00% {
    transform: translateX(100%); }
  33.33% {
    transform: translateX(100%); }
  38.09% {
    transform: translateX(0); }
  61.91% {
    transform: translateX(0); }
  66.67% {
    transform: translateX(-100%); }
  100.00% {
    transform: translateX(-100%); } }

@keyframes slide-3-3 {
  0.00% {
    transform: translateX(100%); }
  66.67% {
    transform: translateX(100%); }
  71.43% {
    transform: translateX(0); }
  95.24% {
    transform: translateX(0); }
  100.00% {
    transform: translateX(-100%); } }

@keyframes fade-4-1 {
  0.00% {
    opacity: 0; }
  3.57% {
    opacity: 1; }
  21.43% {
    opacity: 1; }
  25.00% {
    opacity: 0; } }

@keyframes fade-4-2 {
  0.00% {
    opacity: 0; }
  25.00% {
    opacity: 0; }
  28.57% {
    opacity: 1; }
  46.43% {
    opacity: 1; }
  50.00% {
    opacity: 0; } }

@keyframes fade-4-3 {
  0.00% {
    opacity: 0; }
  50.00% {
    opacity: 0; }
  53.57% {
    opacity: 1; }
  71.43% {
    opacity: 1; }
  75.00% {
    opacity: 0; } }

@keyframes fade-4-4 {
  0.00% {
    opacity: 0; }
  75.00% {
    opacity: 0; }
  78.57% {
    opacity: 1; }
  96.43% {
    opacity: 1; }
  100.00% {
    opacity: 0; } }

@keyframes cta-invert-3 {
  0.00% {
    filter: none;
    opacity: 1; }
  66.67% {
    filter: none;
    opacity: 1; }
  71.43% {
    filter: invert(1);
    opacity: 0.15; }
  95.24% {
    filter: invert(1);
    opacity: 0.15; }
  100.00% {
    filter: none;
    opacity: 1; } }

/*********************************************
************       LAYOUT 1       ************
*********************************************/
/* 300x600 */
@media screen and (width: 300px) and (min-height: 600px) {
  .imagiro.layout-1 .background {
    transform: none !important; }
  .imagiro.layout-1 .unit-outer {
    height: calc(100% - 230px);
    top: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    transition: none; }
  .imagiro.layout-1 .unit-inner {
    height: 230px;
    top: auto;
    bottom: 0;
    z-index: 1000;
    background: white;
    transition: none; }
  .imagiro.layout-1 .ticker-item {
    padding-bottom: 25px; }
  .imagiro.layout-1 .expand-button,
  .imagiro.layout-1 .collapse-button {
    display: none; }
  .imagiro.layout-1 .content {
    top: 0;
    height: 100%; }
  .imagiro.layout-1.stretched .unit-inner {
    height: 100%; } }

/* 728x90 */
@media screen and (width: 728px) and (height: 90px) {
  .imagiro.layout-1 .header {
    width: 200px;
    height: 100%;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05); }
  .imagiro.layout-1 .logo {
    position: relative;
    margin: 0 auto;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 55px; }
  .imagiro.layout-1 .background {
    width: calc(100% - 200px);
    left: 200px;
    height: 100%;
    z-index: 100; }
  .imagiro.layout-1 .ticker {
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: auto !important;
    left: 200px;
    width: calc(100% - 200px);
    height: 100%;
    line-height: 1;
    text-align: left;
    background: rgba(75, 89, 102, 0.3); }
  .imagiro.layout-1 .ticker-item {
    font-size: 26px;
    padding: 0 25px !important;
    line-height: 90px;
    bottom: auto;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: normal; }
  .imagiro.layout-1 .ticker-item br {
    content: " ";
    margin-left: 0; }
  .imagiro.layout-1 .expand-button {
    padding: 0;
    height: 100%;
    text-align: right; }
  .imagiro.layout-1 .expand-button .chevrons {
    bottom: 10px;
    left: auto;
    margin: 0;
    right: -5px; }
  .imagiro.layout-1.agent .header .logo {
    left: auto;
    width: 120px;
    height: 36px;
    top: auto;
    transform: none;
    margin: 5px auto; }
  .imagiro.layout-1.agent .header .logo:after {
    display: none; }
  .imagiro.layout-1.agent .header .name {
    top: 45px;
    left: 0;
    width: 100%;
    height: calc(100% - 45px);
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.03); }
  .imagiro.layout-1.agent .header .name p {
    text-align: center; }
  .imagiro.layout-1.agent.no-logo .header .name {
    top: 0;
    height: 100%;
    border: 0 none; } }

/**********************************************
************       LAYOUT 2       *************
**********************************************/
/* Overall */
@media screen and (min-height: 51px) {
  .imagiro.layout-2 .header,
  .imagiro.layout-2B .header,
  .imagiro.layout-2C .header {
    width: 100%;
    height: 100%;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05); }
  .imagiro.layout-2 .header-container,
  .imagiro.layout-2B .header-container,
  .imagiro.layout-2C .header-container {
    max-width: 300px;
    position: relative;
    margin: 0 auto; }
  .imagiro.layout-2 .header .name p,
  .imagiro.layout-2B .header .name p,
  .imagiro.layout-2C .header .name p {
    font-size: 24px; }
  .imagiro.layout-2 .logo,
  .imagiro.layout-2B .logo,
  .imagiro.layout-2C .logo {
    position: relative;
    margin: 0 auto;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 20px);
    width: 200px;
    height: 60px; }
  .imagiro.layout-2 .background,
  .imagiro.layout-2B .background,
  .imagiro.layout-2C .background {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 100; }
  .imagiro.layout-2 .ticker,
  .imagiro.layout-2B .ticker,
  .imagiro.layout-2C .ticker {
    z-index: 100;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center; }
  .imagiro.layout-2 .ticker-item,
  .imagiro.layout-2B .ticker-item,
  .imagiro.layout-2C .ticker-item {
    padding-bottom: 45px;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -0.5px; }
  .imagiro.layout-2 .expand-button .chevrons,
  .imagiro.layout-2B .expand-button .chevrons,
  .imagiro.layout-2C .expand-button .chevrons {
    bottom: -10px;
    margin-left: -46px;
    transform: scale(0.125); }
  .imagiro.layout-2.ticker-items-tally-1 .ticker-item-1,
  .imagiro.layout-2B.ticker-items-tally-1 .ticker-item-1,
  .imagiro.layout-2C.ticker-items-tally-1 .ticker-item-1 {
    animation: slide-2-1 14s infinite;
    opacity: 1; }
  .imagiro.layout-2.ticker-items-tally-1 .header,
  .imagiro.layout-2B.ticker-items-tally-1 .header,
  .imagiro.layout-2C.ticker-items-tally-1 .header {
    opacity: 0;
    animation: fade-2-2 14s infinite; }
  .imagiro.layout-2.ticker-items-tally-1 .background,
  .imagiro.layout-2B.ticker-items-tally-1 .background,
  .imagiro.layout-2C.ticker-items-tally-1 .background {
    animation: background-zoom 14s forwards infinite; }
  .imagiro.layout-2.ticker-items-tally-1 .chevrons,
  .imagiro.layout-2B.ticker-items-tally-1 .chevrons,
  .imagiro.layout-2C.ticker-items-tally-1 .chevrons {
    animation: cta-invert-2 14s infinite; }
  .imagiro.layout-2.ticker-items-tally-2 .ticker-item-1,
  .imagiro.layout-2B.ticker-items-tally-2 .ticker-item-1,
  .imagiro.layout-2C.ticker-items-tally-2 .ticker-item-1 {
    animation: slide-3-1 21s infinite;
    opacity: 1; }
  .imagiro.layout-2.ticker-items-tally-2 .ticker-item-2,
  .imagiro.layout-2B.ticker-items-tally-2 .ticker-item-2,
  .imagiro.layout-2C.ticker-items-tally-2 .ticker-item-2 {
    animation: slide-3-2 21s infinite;
    opacity: 1; }
  .imagiro.layout-2.ticker-items-tally-2 .header,
  .imagiro.layout-2B.ticker-items-tally-2 .header,
  .imagiro.layout-2C.ticker-items-tally-2 .header {
    opacity: 0;
    animation: fade-3-3 21s infinite; }
  .imagiro.layout-2.ticker-items-tally-2 .background,
  .imagiro.layout-2B.ticker-items-tally-2 .background,
  .imagiro.layout-2C.ticker-items-tally-2 .background {
    animation: background-zoom 21s forwards infinite; }
  .imagiro.layout-2.ticker-items-tally-2 .chevrons,
  .imagiro.layout-2B.ticker-items-tally-2 .chevrons,
  .imagiro.layout-2C.ticker-items-tally-2 .chevrons {
    animation: cta-invert-3 21s infinite; }
  .imagiro.layout-2.agent .header-container,
  .imagiro.layout-2B.agent .header-container,
  .imagiro.layout-2C.agent .header-container {
    height: auto;
    top: 50%;
    transform: translateY(-50%); }
  .imagiro.layout-2.agent .header .logo,
  .imagiro.layout-2B.agent .header .logo,
  .imagiro.layout-2C.agent .header .logo {
    top: auto;
    left: auto;
    width: 200px;
    height: 60px;
    margin: 0 auto 10px;
    transform: none;
    animation: none; }
  .imagiro.layout-2.agent .header .logo:after,
  .imagiro.layout-2B.agent .header .logo:after,
  .imagiro.layout-2C.agent .header .logo:after {
    display: none; }
  .imagiro.layout-2.agent .header .name,
  .imagiro.layout-2B.agent .header .name,
  .imagiro.layout-2C.agent .header .name {
    display: block;
    width: 100%;
    left: auto;
    position: relative;
    height: auto;
    top: auto;
    padding: 10px 10px 0; }
  .imagiro.layout-2.agent .header .name-interior,
  .imagiro.layout-2B.agent .header .name-interior,
  .imagiro.layout-2C.agent .header .name-interior {
    display: block; }
  .imagiro.layout-2.agent .header .name p,
  .imagiro.layout-2B.agent .header .name p,
  .imagiro.layout-2C.agent .header .name p {
    font-size: 20px;
    text-align: center; } }

/* 300x300 */
@media screen and (width: 300px) and (min-height: 300px) {
  .imagiro.layout-2 .ticker-item,
  .imagiro.layout-2B .ticker-item,
  .imagiro.layout-2C .ticker-item {
    padding-bottom: 50px; } }

/* 300x600 */
@media screen and (width: 300px) and (min-height: 600px) {
  .imagiro.layout-2 .ticker-item,
  .imagiro.layout-2B .ticker-item,
  .imagiro.layout-2C .ticker-item {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1.5px;
    padding-bottom: 70px; } }

/* 728x90 */
@media screen and (width: 728px) and (height: 90px) {
  .imagiro.layout-2 .ticker,
  .imagiro.layout-2B .ticker,
  .imagiro.layout-2C .ticker {
    background: rgba(75, 89, 102, 0.3); }
  .imagiro.layout-2 .ticker-item,
  .imagiro.layout-2B .ticker-item,
  .imagiro.layout-2C .ticker-item {
    padding: 30px 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .imagiro.layout-2 .ticker-item br,
  .imagiro.layout-2B .ticker-item br,
  .imagiro.layout-2C .ticker-item br {
    content: " ";
    margin-left: 0; }
  .imagiro.layout-2 .expand-button,
  .imagiro.layout-2B .expand-button,
  .imagiro.layout-2C .expand-button {
    padding: 0;
    height: 100%;
    text-align: right; }
  .imagiro.layout-2 .expand-button .chevrons,
  .imagiro.layout-2B .expand-button .chevrons,
  .imagiro.layout-2C .expand-button .chevrons {
    bottom: 10px;
    left: auto;
    margin: 0;
    right: -5px; }
  .imagiro.layout-2.agent .header .header-container,
  .imagiro.layout-2B.agent .header .header-container,
  .imagiro.layout-2C.agent .header .header-container {
    max-width: 600px;
    text-align: center; }
  .imagiro.layout-2.agent .header .logo,
  .imagiro.layout-2B.agent .header .logo,
  .imagiro.layout-2C.agent .header .logo {
    display: inline-block;
    background-position: right center;
    margin: 0;
    width: calc(50% - 20px);
    right: calc(50% + 20px);
    top: 0;
    position: absolute;
    max-width: 200px;
    height: 100%; }
  .imagiro.layout-2.agent .header .logo:before,
  .imagiro.layout-2B.agent .header .logo:before,
  .imagiro.layout-2C.agent .header .logo:before {
    content: "";
    top: -10px;
    right: -20px;
    width: 1px;
    height: calc(100% + 20px);
    background: rgba(0, 0, 0, 0.05);
    position: absolute; }
  .imagiro.layout-2.agent .header .name,
  .imagiro.layout-2B.agent .header .name,
  .imagiro.layout-2C.agent .header .name {
    padding: 0; }
  .imagiro.layout-2.agent .header .name p,
  .imagiro.layout-2B.agent .header .name p,
  .imagiro.layout-2C.agent .header .name p {
    text-align: left;
    padding: 0 0 0 calc(50% + 20px); }
  .imagiro.layout-2.agent.no-logo .header .name p,
  .imagiro.layout-2B.agent.no-logo .header .name p,
  .imagiro.layout-2C.agent.no-logo .header .name p {
    padding: 0;
    text-align: center; } }

/***********************************************
************       LAYOUT 2B       *************
***********************************************/
/* Overall */
@media screen and (min-height: 51px) {
  .imagiro.layout-2B .ticker {
    mix-blend-mode: luminosity; }
  .imagiro.layout-2B .ticker-item {
    opacity: 1; }
  .imagiro.layout-2B .ticker-item span {
    color: #fefefe;
    background: #4b5966;
    text-shadow: 0 0 0 transparent;
    box-shadow: 8px 0 0 #4b5966, -8px 0 0 #4b5966;
    display: inline;
    font-size: 29px;
    line-height: 1.25;
    padding: 3px 0;
    font-weight: 600; } }

/* 300x600 */
@media screen and (width: 300px) and (min-height: 600px) {
  .imagiro.layout-2B .ticker-item span {
    font-size: inherit; } }

/* 728x90 */
@media screen and (width: 728px) and (height: 90px) {
  .imagiro.layout-2B .ticker-item {
    padding: 26px 50px; }
  .imagiro.layout-2B .ticker-item span {
    font-size: 30px;
    padding: 5px 0;
    box-shadow: 15px 0 0 #4b5966, -15px 0 0 #4b5966; } }

/***********************************************
************       LAYOUT 2C       *************
***********************************************/
/* Overall */
@media screen and (min-height: 51px) {
  .imagiro.layout-2C .ticker-item {
    opacity: 1; }
  .imagiro.layout-2C .ticker-item span {
    color: #0e223e;
    background: #fefefe;
    text-shadow: 0 0 0 transparent;
    box-shadow: 8px 0 0 #fefefe, -8px 0 0 #fefefe;
    display: inline;
    font-size: 29px;
    line-height: 1.25;
    padding: 3px 0;
    font-weight: 600; } }

/* 300x600 */
@media screen and (width: 300px) and (min-height: 600px) {
  .imagiro.layout-2C .ticker-item span {
    font-size: inherit; } }

/* 728x90 */
@media screen and (width: 728px) and (height: 90px) {
  .imagiro.layout-2C .ticker-item {
    padding: 26px 50px; }
  .imagiro.layout-2C .ticker-item span {
    font-size: 30px;
    padding: 5px 0;
    box-shadow: 15px 0 0 #fefefe, -15px 0 0 #fefefe; } }

/*********************************************
************       LAYOUT 3      *************
*********************************************/
/* Overall */
@media screen and (min-height: 51px) {
  .imagiro.layout-3 .header {
    width: 180px;
    top: 12px;
    left: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 1px 1px 0;
    height: 50px; }
  .imagiro.layout-3 .background {
    height: 100%; }
  .imagiro.layout-3 .ticker {
    mix-blend-mode: luminosity;
    background-repeat: no-repeat; }
  .imagiro.layout-3 .ticker-item {
    padding: 0 18px 40px;
    text-align: left; }
  .imagiro.layout-3 .ticker-item span {
    color: #fefefe;
    background: #4b5966;
    text-shadow: 0 0 0 transparent;
    box-shadow: 18px 0 0 #4b5966, -18px 0 0 #4b5966;
    display: inline;
    font-size: 29px;
    line-height: 1.25;
    padding: 3px 0;
    font-weight: 600; }
  .imagiro.layout-3.ticker-items-tally-1 .ticker-item-1 {
    animation: slide-1-1 7s forwards;
    opacity: 1; }
  .imagiro.layout-3.ticker-items-tally-2 .ticker-item-1 {
    animation: slide-2-1 14s infinite;
    opacity: 1; }
  .imagiro.layout-3.ticker-items-tally-2 .ticker-item-2 {
    animation: slide-2-2 14s infinite;
    opacity: 1; }
  .imagiro.layout-3.no-logo .header {
    width: auto;
    max-width: calc(100% - 20px);
    height: auto;
    mix-blend-mode: luminosity; }
  .imagiro.layout-3.no-logo .header .name {
    position: relative; }
  .imagiro.layout-3.no-logo .header .name p {
    padding: 12px 18px;
    font-weight: 600;
    color: #333333; }
  .imagiro.layout-3.agent .header {
    width: calc(100% - 20px); }
  .imagiro.layout-3.agent .header .name p {
    font-size: 11px; }
  .imagiro.layout-3.agent .logo {
    left: 18px; }
  .imagiro.layout-3.agent.no-logo .header .name p {
    font-size: 18px; } }

/* 300x300 */
@media screen and (width: 300px) and (min-height: 300px) {
  .imagiro.layout-3 .header {
    top: 15px;
    width: 190px;
    height: 60px; }
  .imagiro.layout-3 .logo {
    height: 40px; }
  .imagiro.layout-3 .ticker-item {
    padding-bottom: 45px; }
  .imagiro.layout-3 .expand-button .chevrons {
    bottom: -10px; } }

/* 300x600 */
@media screen and (width: 300px) and (min-height: 600px) {
  .imagiro.layout-3 .header {
    top: 20px; }
  .imagiro.layout-3 .background {
    transform: none !important; }
  .imagiro.layout-3 .unit-outer {
    height: calc(100% - 230px);
    top: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    transition: none; }
  .imagiro.layout-3 .unit-inner {
    height: 230px;
    top: auto;
    bottom: 0;
    z-index: 1000;
    background: white;
    transition: none; }
  .imagiro.layout-3 .ticker-item {
    padding-bottom: 25px; }
  .imagiro.layout-3 .expand-button,
  .imagiro.layout-3 .collapse-button {
    display: none; }
  .imagiro.layout-3 .content {
    top: 0;
    height: 100%; }
  .imagiro.layout-3.stretched .unit-inner {
    height: 100%; } }

/* 728x90 */
@media screen and (width: 728px) and (height: 90px) {
  .imagiro.layout-3 .header {
    height: 60px;
    top: 50%;
    transform: translateY(-50%); }
  .imagiro.layout-3 .logo {
    height: 40px; }
  .imagiro.layout-3 .ticker {
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: auto !important;
    left: 185px;
    width: calc(100% - 185px);
    height: 100%;
    line-height: 1;
    text-align: left; }
  .imagiro.layout-3 .ticker-item {
    font-size: 26px;
    padding: 0 25px !important;
    line-height: 90px;
    bottom: auto;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: normal; }
  .imagiro.layout-3 .ticker-item span {
    font-size: 25px;
    box-shadow: 10px 0 0 #4b5966, -10px 0 0 #4b5966; }
  .imagiro.layout-3 .ticker-item br {
    content: " ";
    margin-left: 0; }
  .imagiro.layout-3 .expand-button {
    padding: 0;
    height: 100%;
    text-align: right; }
  .imagiro.layout-3 .expand-button .chevrons {
    bottom: 10px;
    left: auto;
    margin: 0;
    right: -5px; }
  .imagiro.layout-3.no-logo .header {
    width: 180px;
    height: 60px; }
  .imagiro.layout-3.no-logo .header .name p {
    padding: 0 20px; }
  .imagiro.layout-3.agent .header {
    width: 180px;
    height: 100%;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05); }
  .imagiro.layout-3.agent .logo {
    left: auto;
    width: 120px;
    height: 36px;
    top: auto;
    transform: none;
    margin: 5px auto;
    position: relative; }
  .imagiro.layout-3.agent .logo:after {
    display: none; }
  .imagiro.layout-3.agent .header .name {
    top: 45px;
    left: 0;
    width: 100%;
    height: calc(100% - 45px);
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.03); }
  .imagiro.layout-3.agent .header .name p {
    text-align: center; }
  .imagiro.layout-3.agent.no-logo .header {
    height: 40px; }
  .imagiro.layout-3.agent.no-logo .header .name {
    top: 50%;
    transform: translateY(-50%);
    border: 0 none; }
  .imagiro.layout-3.agent.no-logo .header .name p {
    font-size: 12px;
    padding: 0 15px; } }

/*********************************************
************       LAYOUT 4       ************
*********************************************/
/* Overall */
@media screen and (min-height: 51px) {
  .imagiro.layout-4 .header {
    background: transparent; }
  .imagiro.layout-4 .header:before {
    content: "";
    background: white;
    width: 328px;
    height: 300px;
    position: absolute;
    bottom: -8px;
    left: -45px;
    transform: rotate(-12deg); }
  .imagiro.layout-4 .background {
    height: 100%; }
  .imagiro.layout-4 .logo {
    top: 15px;
    left: 15px;
    margin: 0;
    background-position: center left; } }

