@font-face {
  font-family: 'weather';
  src: url("fonts/artill_clean_icons-webfont.eot");
  src: url("fonts/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/artill_clean_icons-webfont.woff") format("woff"), url("fonts/artill_clean_icons-webfont.ttf") format("truetype"), url("fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  cursor: none; }

#horizontal_bar {
  background-color: #1e2851;
  width: 100%;
  height: 11%;
  position: fixed;
  top: 0px;
  left: 0px; }
  #horizontal_bar #horizontal_bar_title {
    background-color: #0766a4;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-left: 45px;
    padding-right: 20px;
    z-index: 10; }
    #horizontal_bar #horizontal_bar_title #horizontal_bar_title_text {
      font-family: "proxima-nova",sans-serif;
      font-style: italic;
      font-weight: 800;
      font-size: 36px;
      color: #ffffff !important;
      display: inline-block; }
  #horizontal_bar #horizontal_bar_title_end {
    position: absolute;
    width: 34px;
    height: 100%;
    top: 0;
    right: -34px; }
  #horizontal_bar #horizontal_bar_title_end_top {
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid #0766a4;
    border-right: 34px solid transparent;
    left: 0;
    display: inline-block;
    top: 0px; }
  #horizontal_bar #horizontal_bar_title_end_bottom {
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 10px solid #0766a4;
    border-right: 34px solid transparent;
    left: 0;
    display: inline-block;
    bottom: 0px; }
  #horizontal_bar #event_slider {
    position: relative;
    overflow: hidden;
    width: 100%; }
    #horizontal_bar #event_slider li {
      float: left;
      list-style: none;
      position: relative;
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 36px;
      color: #ffffff !important;
      padding: 0px 33px; }
      #horizontal_bar #event_slider li .reg_text {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 36px;
        color: #ffffff !important; }
  #horizontal_bar .sliders {
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding-left: 0px; }

#vertical_bar {
  background-color: #0766a4;
  height: 89%;
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 25%; }
  #vertical_bar #group_logo {
    position: relative;
    width: 100%;
    padding: 0 20px;
    text-align: center; }
    #vertical_bar #group_logo img {
      max-width: 100%; }
  #vertical_bar #group_time {
    width: 100%;
    text-align: center;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    color: #0766a4 !important;
    margin-top: 30px;
    margin-bottom: 35px;
    background: white; }
  #vertical_bar #group_weather_wrapper {
    background: #ffffff;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 22px; }
    #vertical_bar #group_weather_wrapper #wx_title_wrapper {
      text-align: center; }
    #vertical_bar #group_weather_wrapper #wx_title {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 50px;
      color: #1e2851 !important;
      text-transform: uppercase;
      line-height: 36px;
      display: inline-block; }
    #vertical_bar #group_weather_wrapper #wx_city {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 37px;
      color: #1e2851 !important;
      text-transform: uppercase;
      line-height: 30px;
      margin-top: 2px;
      text-align: center;
      margin-bottom: 20px; }
    #vertical_bar #group_weather_wrapper #wx_range {
      float: left; }
      #vertical_bar #group_weather_wrapper #wx_range #min, #vertical_bar #group_weather_wrapper #wx_range #max {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 25px;
        color: #1e2851 !important;
        line-height: 27px; }
    #vertical_bar #group_weather_wrapper #weather {
      float: right;
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 74px;
      color: #1e2851 !important;
      line-height: 56px; }
  #vertical_bar #group_weather_icons {
    position: relative;
    margin-top: 35px; }
    #vertical_bar #group_weather_icons #weather_icon {
      text-align: center; }
    #vertical_bar #group_weather_icons #weather_desc {
      width: 100%;
      text-align: center;
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 31px;
      color: #ffffff !important;
      text-transform: uppercase;
      line-height: 30px;
      margin-top: 10px; }

.drop_bottom:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: url("../images/drop_bottom.png") bottom left repeat-x; }

.drop_top:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: url("../images/drop_top.png") top left repeat-x; }

#slider_area {
  width: 75%;
  height: 89%;
  position: fixed;
  left: 0;
  bottom: 0; }
  #slider_area #slider_wrapper {
    width: 100% !important;
    height: 100% !important; }
    #slider_area #slider_wrapper .carousel-inner {
      width: 100% !important;
      height: 100% !important; }
  #slider_area .item {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important; }
    #slider_area .item iframe {
      width: 100% !important;
      height: 100% !important; }
  #slider_area .signage_overlay, #slider_area .signage_count_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0; }
  #slider_area .overlay_left {
    background: url("../images/signage_overlay_left.png") left top no-repeat;
    background-size: auto 100%; }
  #slider_area .overlay_right {
    background: url("../images/signage_overlay_right.png") right top no-repeat;
    background-size: auto 100%; }
  #slider_area .signage_count_overlay {
    background: url("../images/hero_overlay_lg.png") left top no-repeat;
    background-size: auto 100%; }
  #slider_area .signage_overlay_content {
    width: 25%;
    position: absolute;
    height: 100%;
    top: 0px; }
    #slider_area .signage_overlay_content .signage_headline {
      font-family: "proxima-nova",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 73px;
      color: #ffffff !important;
      line-height: 72px; }
    #slider_area .signage_overlay_content .signage_subheadline {
      font-family: "proxima-nova",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 40px;
      color: #ffffff !important;
      line-height: 40px; }
    #slider_area .signage_overlay_content .signage_copy {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 30px;
      color: #ffffff !important;
      line-height: 33px;
      padding-top: 25px;
      border-top: 6px solid #ffffff;
      margin-top: 25px; }
  #slider_area .signage_count_overlay_content {
    width: 36%;
    position: absolute;
    height: 100%;
    top: 0px;
    padding-left: 70px; }
    #slider_area .signage_count_overlay_content .signage_count {
      font-family: "proxima-nova",sans-serif;
      font-style: italic;
      font-weight: 800;
      font-size: 280px;
      color: #ffffff !important;
      line-height: 200px;
      margin-bottom: 60px; }
    #slider_area .signage_count_overlay_content .signage_count_headline {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 65px;
      color: #ffffff !important;
      padding-bottom: 50px;
      margin-bottom: 50px;
      border-bottom: 6px solid #ffffff;
      line-height: 62px; }
    #slider_area .signage_count_overlay_content .signage_count_item {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 62px;
      color: #ffffff !important;
      margin-bottom: 21px;
      line-height: 63px; }
  #slider_area .copy_right {
    right: 0px;
    padding-right: 70px; }
  #slider_area .copy_left {
    left: 0px;
    padding-left: 70px; }

.signage_profiles {
  height: 100%; }
  .signage_profiles .signage_profiles_item {
    width: 100%;
    height: 33%;
    padding: 2% 30% 2% 4%;
    position: relative; }
  .signage_profiles .signage_profiles_photo {
    height: 100%;
    width: auto;
    border-radius: 50%;
    overflow: hidden;
    float: left; }
    .signage_profiles .signage_profiles_photo img {
      height: 100%;
      width: auto; }
  .signage_profiles .signage_profiles_icon {
    height: 32%;
    float: left;
    top: 33%;
    position: relative;
    margin: 0 4%; }
    .signage_profiles .signage_profiles_icon img {
      height: 100%;
      width: auto; }
  .signage_profiles .signage_profiles_text {
    float: left;
    position: relative;
    top: 32%; }
    .signage_profiles .signage_profiles_text .signage_profiles_name {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 62px;
      color: #0766a4 !important;
      line-height: 60px; }
    .signage_profiles .signage_profiles_text .sigange_profiles_title {
      font-family: "proxima-nova",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 40px;
      color: #0766a4 !important;
      line-height: 40px; }

.signage_revive_profiles {
  height: 100%; }
  .signage_revive_profiles .signage_revive_profiles_item {
    height: 100%;
    width: 33%;
    padding: 0px 8%;
    position: relative;
    float: left; }
  .signage_revive_profiles .signage_revive_profiles_photo {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    background: url("../images/copper_bg.jpg") center center no-repeat;
    padding: 2%; }
    .signage_revive_profiles .signage_revive_profiles_photo img {
      height: auto;
      width: 100%; }
  .signage_revive_profiles .signage_revive_profiles_text {
    position: relative;
    top: 8%;
    text-align: center; }
    .signage_revive_profiles .signage_revive_profiles_text .signage_revive_profiles_name {
      font-family: "europa",sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 33px;
      color: #565859 !important;
      line-height: 38px; }
    .signage_revive_profiles .signage_revive_profiles_text .sigange_revive_profiles_title {
      font-family: "europa",sans-serif;
      font-style: italic;
      font-weight: 300;
      font-size: 33px;
      color: #565859 !important;
      line-height: 40px; }

#revive_signage_header {
  width: 100%;
  margin: 4% 0% 7%; }
  #revive_signage_header img {
    width: 100%;
    height: auto; }

i {
  color: #fff;
  font-family: weather;
  font-size: 185px;
  font-weight: normal;
  font-style: normal;
  line-height: 141px;
  text-transform: none; }

.icon-0:before {
  content: ":"; }

.icon-1:before {
  content: "p"; }

.icon-2:before {
  content: "S"; }

.icon-3:before {
  content: "Q"; }

.icon-4:before {
  content: "S"; }

.icon-5:before {
  content: "W"; }

.icon-6:before {
  content: "W"; }

.icon-7:before {
  content: "W"; }

.icon-8:before {
  content: "W"; }

.icon-9:before {
  content: "I"; }

.icon-10:before {
  content: "W"; }

.icon-11:before {
  content: "I"; }

.icon-12:before {
  content: "I"; }

.icon-13:before {
  content: "I"; }

.icon-14:before {
  content: "I"; }

.icon-15:before {
  content: "W"; }

.icon-16:before {
  content: "I"; }

.icon-17:before {
  content: "W"; }

.icon-18:before {
  content: "U"; }

.icon-19:before {
  content: "Z"; }

.icon-20:before {
  content: "Z"; }

.icon-21:before {
  content: "Z"; }

.icon-22:before {
  content: "Z"; }

.icon-23:before {
  content: "Z"; }

.icon-24:before {
  content: "E"; }

.icon-25:before {
  content: "E"; }

.icon-26:before {
  content: "3"; }

.icon-27:before {
  content: "a"; }

.icon-28:before {
  content: "A"; }

.icon-29:before {
  content: "a"; }

.icon-30:before {
  content: "A"; }

.icon-31:before {
  content: "6"; }

.icon-32:before {
  content: "1"; }

.icon-33:before {
  content: "6"; }

.icon-34:before {
  content: "1"; }

.icon-35:before {
  content: "W"; }

.icon-36:before {
  content: "1"; }

.icon-37:before {
  content: "S"; }

.icon-38:before {
  content: "S"; }

.icon-39:before {
  content: "S"; }

.icon-40:before {
  content: "M"; }

.icon-41:before {
  content: "W"; }

.icon-42:before {
  content: "I"; }

.icon-43:before {
  content: "W"; }

.icon-44:before {
  content: "a"; }

.icon-45:before {
  content: "S"; }

.icon-46:before {
  content: "U"; }

.icon-47:before {
  content: "S"; }
