/*****Global*****/
h3 {
  color: #333; }

h4 {
  color: #DD188B; }

h5 {
  color: #D8A81A; }

h6 {
  color: #88B253; }

/*****Navigation*****/
/*Mobile Navigation*/
/*Large*/
/*Call to action*/
/*****Header******/
/*****Home Page*****/
/*Banner*/
/*Speaker*/
/*Highlight Section*/
/*About*/
/*Exhibitor Zone*/
/*Agenda*/
/*Sponsor*/
/*Venue*/
/*Quick Nav*/
/*****Footer*****/
/*****Exhibitor Page*****/
/*****Speaker Page*****/
/*****Mix-ins*****/
/*****Branding******/
@media only screen {
  /******************************************OVERIDES*****************************************/
  /*****IE8*****/
  body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: normal; }
  button {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: normal; }
  .off-canvas-fixed .tab-bar {
    background: #333; }
  .off-canvas-fixed .left-off-canvas-menu, .off-canvas-fixed .right-off-canvas-menu {
    background: #555; }
  .off-canvas-fixed .off-canvas-list li a {
    color: #fff;
    font-size: 0.875em; }
  .off-canvas-fixed .off-canvas-list .has-dropdown > a:after {
    color: #fff; }
  .off-canvas-fixed .off-canvas-list .has-dropdown .dropdown {
    background: #3b3b3b; }
  .off-canvas-fixed #search-form-sm input {
    color: #fff;
    border-bottom-color: #fff; }
  .off-canvas-fixed #search-form-sm span {
    background: transparent; }
  .off-canvas-fixed #search-form-sm .fa {
    color: #fff; }
  .off-canvas-fixed label {
    color: #fff;
    border-bottom-color: #fff; }
  .call-to-action li a {
    color: #fff; }
  .call-btn-1 {
    background: #DD188B; }
    .call-btn-1:hover {
      background: #af1371;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    .call-btn-1:active {
      background: #af1371; }
    .call-btn-1:focus {
      background: #af1371; }
    .call-btn-1:hover > a, .call-btn-1:active > a, .call-btn-1:focus > a {
      text-decoration: none !important; }
  .call-btn-2 {
    background: #00ADEA; }
    .call-btn-2:hover {
      background: #0089b7;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    .call-btn-2:active {
      background: #0089b7; }
    .call-btn-2:focus {
      background: #0089b7; }
    .call-btn-2:hover > a, .call-btn-2:active > a, .call-btn-2:focus > a {
      text-decoration: none !important; }
  .call-btn-3 {
    background: #D8A81A; }
    .call-btn-3:hover {
      background: #edca6b;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    .call-btn-3:active {
      background: #e8ba3d; }
    .call-btn-3:focus {
      background: #e8ba3d; }
    .call-btn-3:hover > a, .call-btn-3:active > a, .call-btn-3:focus > a {
      text-decoration: none !important; }
  .call-btn-4 {
    background: #88B253; }
    .call-btn-4:hover {
      background: #6e9141;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    .call-btn-4:active {
      background: #6e9141; }
    .call-btn-4:focus {
      background: #6e9141; }
    .call-btn-4:hover > a, .call-btn-4:active > a, .call-btn-4:focus > a {
      text-decoration: none !important; }
  .logo-background {
    padding-bottom: 20px; }
  .header-strapline {
    margin-top: 45px; }
    .header-strapline h2 {
      color: #185c7b;
      font-size: 2em; }
  h2.date-location {
    color: #333; }
    h2.date-location span {
      color: #333; }
  .tagline h2 {
    color: #fff; }
  .box-1 {
    background: rgba(221, 24, 139, 0.71); }
    .box-1:hover, .box-1 :focus, .box-1 :active {
      background: rgba(174, 35, 117, 0.71); }
  .box-2 {
    background: rgba(0, 173, 234, 0.8); }
    .box-2:hover, .box-2 :focus, .box-2 :active {
      background: rgba(12, 161, 213, 0.8); }
  .box-3 {
    background: rgba(216, 168, 26, 0.79); }
    .box-3:hover, .box-3 :focus, .box-3 :active {
      background: rgba(186, 146, 30, 0.79); }
  .box-4 {
    background: rgba(136, 178, 83, 0.81); }
    .box-4:hover, .box-4 :focus, .box-4 :active {
      background: rgba(107, 144, 60, 0.81); }
  .inner-wrap #banner-section {
    background: #000; }
  .inner-wrap #sponsor-highlight-section {
    background: #fff;
    background-size: cover; }
    .inner-wrap #sponsor-highlight-section .max-width {
      background: transparent; }
    .inner-wrap #sponsor-highlight-section .section-highlight {
      background: transparent; }
    .inner-wrap #sponsor-highlight-section .home-section-title {
      color: #1e80cc; }
    .inner-wrap #sponsor-highlight-section .section-header-links {
      color: #0099ff; }
      .inner-wrap #sponsor-highlight-section .section-header-links a {
        color: #0099ff; }
        .inner-wrap #sponsor-highlight-section .section-header-links a:hover {
          color: #007acc;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          text-decoration: underline; }
        .inner-wrap #sponsor-highlight-section .section-header-links a:active {
          color: #007acc; }
        .inner-wrap #sponsor-highlight-section .section-header-links a:focus {
          color: #007acc; }
    .inner-wrap #sponsor-highlight-section .caret:after {
      border-top-color: #fff; }
  .inner-wrap #speaker-section {
    background: #f1f1f1;
    background-size: cover; }
    .inner-wrap #speaker-section .max-width {
      background: transparent; }
    .inner-wrap #speaker-section .section-highlight {
      background: transparent; }
    .inner-wrap #speaker-section .home-section-title {
      color: #333; }
    .inner-wrap #speaker-section .section-header-links {
      color: #0099ff; }
      .inner-wrap #speaker-section .section-header-links a {
        color: #0099ff; }
        .inner-wrap #speaker-section .section-header-links a:hover {
          color: #007acc;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          text-decoration: underline; }
        .inner-wrap #speaker-section .section-header-links a:active {
          color: #007acc; }
        .inner-wrap #speaker-section .section-header-links a:focus {
          color: #007acc; }
    .inner-wrap #speaker-section .caret:after {
      border-top-color: #f1f1f1; }
  .inner-wrap #event-highlight-section {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/highlights-zone-bg.jpg") 0 center no-repeat;
    background-size: cover; }
    .inner-wrap #event-highlight-section .max-width {
      background: transparent; }
    .inner-wrap #event-highlight-section .section-highlight {
      background: transparent; }
    .inner-wrap #event-highlight-section .home-section-title {
      color: #333; }
    .inner-wrap #event-highlight-section .section-header-links {
      color: #fff; }
      .inner-wrap #event-highlight-section .section-header-links a {
        color: #fff; }
        .inner-wrap #event-highlight-section .section-header-links a:hover {
          color: #e6e6e6;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          text-decoration: underline; }
        .inner-wrap #event-highlight-section .section-header-links a:active {
          color: #e6e6e6; }
        .inner-wrap #event-highlight-section .section-header-links a:focus {
          color: #e6e6e6; }
    .inner-wrap #event-highlight-section .caret:after {
      border-top-color: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/highlights-zone-bg.jpg") 0 center no-repeat; }
  .inner-wrap #about-section {
    background: #fff;
    background-size: cover; }
    .inner-wrap #about-section .max-width {
      background: transparent; }
    .inner-wrap #about-section .section-highlight {
      background: transparent; }
    .inner-wrap #about-section .home-section-title {
      color: #333; }
    .inner-wrap #about-section .section-header-links {
      color: #0099ff; }
      .inner-wrap #about-section .section-header-links a {
        color: #0099ff; }
        .inner-wrap #about-section .section-header-links a:hover {
          color: #007acc;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          text-decoration: underline; }
        .inner-wrap #about-section .section-header-links a:active {
          color: #007acc; }
        .inner-wrap #about-section .section-header-links a:focus {
          color: #007acc; }
    .inner-wrap #about-section .caret:after {
      border-top-color: #fff; }
  .inner-wrap #exhibitor-zone-section {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/exhibition-zone-bg.jpg") 0 center no-repeat;
    background-size: cover; }
    .inner-wrap #exhibitor-zone-section .max-width {
      background: transparent; }
    .inner-wrap #exhibitor-zone-section .section-highlight {
      background: rgba(226, 228, 230, 0.68); }
    .inner-wrap #exhibitor-zone-section .home-section-title {
      color: #fff; }
    .inner-wrap #exhibitor-zone-section .section-header-links {
      color: #fff; }
      .inner-wrap #exhibitor-zone-section .section-header-links a {
        color: #fff; }
        .inner-wrap #exhibitor-zone-section .section-header-links a:hover {
          color: #e6e6e6;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          text-decoration: underline; }
        .inner-wrap #exhibitor-zone-section .section-header-links a:active {
          color: #e6e6e6; }
        .inner-wrap #exhibitor-zone-section .section-header-links a:focus {
          color: #e6e6e6; }
    .inner-wrap #exhibitor-zone-section .caret:after {
      border-top-color: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/exhibition-zone-bg.jpg") 0 center no-repeat; }
  .inner-wrap #video-section {
    background: #F1F1F1;
    background-size: cover; }
    .inner-wrap #video-section .max-width {
      background: transparent; }
    .inner-wrap #video-section .section-highlight {
      background: transparent; }
    .inner-wrap #video-section .home-section-title {
      color: #333; }
    .inner-wrap #video-section .section-header-links {
      color: #0099ff; }
      .inner-wrap #video-section .section-header-links a {
        color: #0099ff; }
        .inner-wrap #video-section .section-header-links a:hover {
          color: #007acc;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          text-decoration: underline; }
        .inner-wrap #video-section .section-header-links a:active {
          color: #007acc; }
        .inner-wrap #video-section .section-header-links a:focus {
          color: #007acc; }
    .inner-wrap #video-section .caret:after {
      border-top-color: #F1F1F1; }
  .inner-wrap #agenda-section {
    background: #333;
    background-size: cover; }
    .inner-wrap #agenda-section .max-width {
      background: transparent; }
    .inner-wrap #agenda-section .section-highlight {
      background: transparent; }
    .inner-wrap #agenda-section .home-section-title {
      color: #fff; }
    .inner-wrap #agenda-section .section-header-links {
      color: #fff; }
      .inner-wrap #agenda-section .section-header-links a {
        color: #fff; }
        .inner-wrap #agenda-section .section-header-links a:hover {
          color: #e6e6e6;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          text-decoration: underline; }
        .inner-wrap #agenda-section .section-header-links a:active {
          color: #e6e6e6; }
        .inner-wrap #agenda-section .section-header-links a:focus {
          color: #e6e6e6; }
    .inner-wrap #agenda-section .caret:after {
      border-top-color: #333; }
  .inner-wrap #sponsor-section {
    background: #fff;
    background-size: cover; }
    .inner-wrap #sponsor-section .max-width {
      background: transparent; }
    .inner-wrap #sponsor-section .section-highlight {
      background: transparent; }
    .inner-wrap #sponsor-section .home-section-title {
      color: #333; }
    .inner-wrap #sponsor-section .section-header-links {
      color: #0099ff; }
      .inner-wrap #sponsor-section .section-header-links a {
        color: #0099ff; }
        .inner-wrap #sponsor-section .section-header-links a:hover {
          color: #007acc;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          text-decoration: underline; }
        .inner-wrap #sponsor-section .section-header-links a:active {
          color: #007acc; }
        .inner-wrap #sponsor-section .section-header-links a:focus {
          color: #007acc; }
    .inner-wrap #sponsor-section .caret:after {
      border-top-color: #fff; }
  .inner-wrap #venue-section {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/venue-bg.jpg") 0 center no-repeat;
    background-size: cover; }
    .inner-wrap #venue-section .max-width {
      background: transparent; }
    .inner-wrap #venue-section .section-highlight {
      background: transparent; }
    .inner-wrap #venue-section .home-section-title {
      color: #fff; }
    .inner-wrap #venue-section .section-header-links {
      color: #fff; }
      .inner-wrap #venue-section .section-header-links a {
        color: #fff; }
        .inner-wrap #venue-section .section-header-links a:hover {
          color: #e6e6e6;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          text-decoration: underline; }
        .inner-wrap #venue-section .section-header-links a:active {
          color: #e6e6e6; }
        .inner-wrap #venue-section .section-header-links a:focus {
          color: #e6e6e6; }
    .inner-wrap #venue-section .caret:after {
      border-top-color: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/venue-bg.jpg") 0 center no-repeat; }
  .inner-wrap #footer {
    background: #333; }
    .inner-wrap #footer .section-highlight {
      background: transparent; }
  .home-speaker-details {
    background: #fff;
    border-color: #e0dede; }
    .home-speaker-details .speaker-name {
      color: #1e80cc; }
    .home-speaker-details .speaker-job {
      color: #333; }
    .home-speaker-details .speaker-company {
      color: #333; }
    .home-speaker-details:before {
      border-bottom: #fff; }
  #home-speakers .owl-controls .owl-buttons div {
    background: #1e80cc;
    opacity: 0.7; }
    #home-speakers .owl-controls .owl-buttons div:hover {
      opacity: 1; }
  #event-highlight-section .circle-text p, #event-highlight-section .circle-text a {
    color: #DD188B;
    background: #fff;
    border-color: #fff; }
  #event-highlight-section .circle-text a:hover {
    background: #DD188B;
    color: #fff; }
  #event-highlight-section .circle-icon p, #event-highlight-section .circle-icon a {
    background: #00ADEA;
    color: #fff;
    border-color: #00ADEA; }
    #event-highlight-section .circle-icon p .fa, #event-highlight-section .circle-icon a .fa {
      color: #fff; }
  #event-highlight-section .circle-icon a:hover {
    background: #fff;
    color: #00ADEA; }
    #event-highlight-section .circle-icon a:hover .fa {
      color: #00ADEA; }
  #event-highlight-section .circle-img a {
    background: #fff; }
  #about-section li.tab-title a {
    background: transparent;
    color: #DD188B; }
    #about-section li.tab-title a:hover {
      background: transparent;
      color: #89185A; }
  #about-section li.tab-title.active a {
    color: #fff;
    background: #333; }
  #about-section .tabs-content h3 {
    color: #333; }
  #about-section .tabs-content p {
    color: #330000; }
  #about-section .tabs-content h4 {
    color: #333; }
  #about-section .tabs-content .fa {
    color: #DD188B; }
  #about-section .tabs-content .read-more {
    color: #DD188B; }
    #about-section .tabs-content .read-more:hover {
      color: #DD188B; }
  .tabs-content .columns {
    border-color: #ccc !important; }
  .agenda-highlight .arrow {
    background: #D8A81A; }
    .agenda-highlight .arrow .fa {
      color: #fff; }
  .agenda-highlight:hover .fa {
    color: #fff;
    text-decoration: none !important; }
  .exhibitor-zone-box a .arrow {
    background: #00ADEA; }
    .exhibitor-zone-box a .arrow .fa {
      color: #fff; }
  .exhibitor-zone-box a:hover .fa {
    color: #fff;
    text-decoration: none !important; }
  .exhibitor-zone-text {
    background: rgba(0, 0, 0, 0.75); }
    .exhibitor-zone-text h4 {
      color: #fff; }
  #home-testimonial p {
    color: #333; }
  .agenda-highlight {
    background: #808080; }
    .agenda-highlight:hover {
      background: #595959; }
    .agenda-highlight .agenda-date {
      color: #D8A81A; }
    .agenda-highlight .agenda-title {
      color: #fff; }
  .home-sponsor p {
    color: #999; }
  .home-venue-details {
    background: rgba(11, 14, 17, 0.58); }
    .home-venue-details .home-venue-address h3, .home-venue-details .home-hotels h3 {
      color: #fff;
      background: #DD188B; }
    .home-venue-details .home-venue-address p, .home-venue-details .home-hotels p {
      color: #fff; }
      .home-venue-details .home-venue-address p a, .home-venue-details .home-hotels p a {
        color: #fff; }
        .home-venue-details .home-venue-address p a:hover, .home-venue-details .home-hotels p a:hover {
          color: #fff; }
    .home-venue-details .home-venue-address .home-hotel-link, .home-venue-details .home-hotels .home-hotel-link {
      color: #DD188B; }
      .home-venue-details .home-venue-address .home-hotel-link:hover, .home-venue-details .home-hotels .home-hotel-link:hover {
        color: #DD188B; }
  .exhibitor-active .exhibitor-img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  #footer .footer-top {
    background: #000;
    color: #fff; }
    #footer .footer-top:hover {
      color: #ccc; }
  #footer .footer-menu h3 {
    border-bottom: 1px solid #fff;
    color: #fff; }
  #footer .footer-menu ul li a {
    color: #fff; }
    #footer .footer-menu ul li a:hover {
      color: #fff; }
  #footer .footer-menu-left h3 {
    border-color: #0099ff; }
  #footer .footer-menu-center h3 {
    border-color: #e44f3e; }
  #footer .footer-menu-right h3 {
    border-color: #888888; }
  #footer .footer-info .row {
    border-top: 1px solid #ccc; }
    #footer .footer-info .row p {
      color: #fff; }
    #footer .footer-info .row a {
      color: #fff; }
      #footer .footer-info .row a:hover {
        color: #fff; }
  .speaker-page-details {
    background: #fff; }
    .speaker-page-details:before {
      border-bottom-color: #fff; }
    .speaker-page-details p {
      color: #000; }
  .exhibitor-wrap p, .exhibitor-wrap a {
    color: #fff; }
    .exhibitor-wrap p i, .exhibitor-wrap a i {
      color: #acc0d4; }
  .exhibitor-wrap .exhibitor-img {
    border-color: #ccc; }
  .exhibitor-wrap .exhibitor-view {
    background: rgba(51, 51, 51, 0.85); }
  .exhibitor-wrap .exhibitor-name {
    background: #6989a7;
    border-bottom-color: #6989a7; }
  .exhibitor-wrap .exhibitor-stand {
    background: #43627f; }
  .exhibitor-wrap .exhibitor-meeting {
    background: #517190; }
    .exhibitor-wrap .exhibitor-meeting:hover {
      background: #acc0d4;
      text-decoration: none;
      color: #fff; }
      .exhibitor-wrap .exhibitor-meeting:hover i {
        color: #517190; }
  .page-top {
    background: #a6dbf0; }
    .page-top h2 {
      color: #333; }
    .page-top .columns:after {
      border-top-color: #1c2c40; }
  .page-template-venue-page-php .page-top {
    background: #fff; }
  .page-template-venue-page-php .page-top-img {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/venue-header-img.jpg"); }
    .page-template-venue-page-php .page-top-img h2 {
      background: none repeat scroll 0 0 rgba(26, 30, 33, 0.8); }
  .logo-background {
    background: #fff;
    padding-bottom: 0; }
  .banner-feed-group {
    background: transparent; }
  .banner-feed p {
    color: #fff; }
  .banner-feed a {
    color: #fff; }
  .banner-feed-title {
    background: transparent;
    border-top: 1px solid #fff; }
  .banner-feed-title .banner-feed-arrow:after {
    border-bottom: 9px solid #fff; }
  .banner-feed i:before {
    color: #fff; }
  h2.date-location {
    font-size: 1.9em;
    line-height: 32px; }
  h2.date-location span {
    font-size: 0.7em; }
  .inner-wrap .quick-navigation li a {
    border: 1px solid #898888;
    background: transparent; }
  .inner-wrap #event-highlight-section .caret:after {
    border-top: 35px solid #1E0D06; }
  .speaker-page-wrap {
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc; }
  .testimonial-title {
    background: #EDEDED; }
  .testimonial-title:after {
    border-top: 9px solid #EDEDED; }
  .testimonial-title p {
    color: #333; }
  .testimonial-generic-bg {
    background: #000; }
  .testimonial-generic-bg .caret:after {
    border-top-color: #000; }
  .social-generic-bg {
    background: #EDEDED; }
  .social-generic-bg .caret:after {
    border-top-color: #EDEDED; }
  .social-generic-bg i, .social-generic-bg h4 {
    color: #000; }
  #about-section li.tab-title a {
    border: 1px solid #ccc; }
  .widget-blog span.fa {
    background: #DD188B; }
  .widget-blog h4 {
    color: #DD188B; }
  #event-highlight-section .circle-text p, #event-highlight-section .circle-text a {
    border-color: #dd188b; }
  .inner-wrap #video-section .caret:after {
    border-top-color: #F1F1F1; }
  .inner-wrap #exhibitor-zone-section .caret:after {
    border-top-color: #8375CC; }
  .ie8 .exhibitor-zone-text {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/ie/highlight-ie.png") 0 0 repeat; }
  .ie8 .exhibitor-wrap .exhibitor-view {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/ie/exhibitor-overlay-ie.png") 0 0 repeat; }
  .ie8 .first-nav-bg #right-menu .dropdown a {
    background: #f5f5f5 !important; } }

/**END Small**/
@media only screen and (min-width: 48em) {
  .first-nav-bg {
    background: #fff; }
    .first-nav-bg .top-bar {
      background: #fff; }
    .first-nav-bg #home-btn {
      background: #303030; }
      .first-nav-bg #home-btn:hover {
        background: #636363;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
      .first-nav-bg #home-btn:active {
        background: #4a4a4a; }
      .first-nav-bg #home-btn:focus {
        background: #4a4a4a; }
      .first-nav-bg #home-btn:hover > a, .first-nav-bg #home-btn:active > a, .first-nav-bg #home-btn:focus > a {
        text-decoration: none !important; }
      .first-nav-bg #home-btn:before {
        color: #fff; }
    .first-nav-bg .main-nav li a {
      color: #303030; }
      .first-nav-bg .main-nav li a:after {
        color: #999; }
      .first-nav-bg .main-nav li a:hover {
        background: #f5f5f5; }
    .first-nav-bg .main-nav .dropdown {
      background: #f5f5f5; }
      .first-nav-bg .main-nav .dropdown li {
        border-top-color: #e0e0e0; }
      .first-nav-bg .main-nav .dropdown a {
        background: transparent; }
        .first-nav-bg .main-nav .dropdown a:hover {
          background: #e1e1e1; }
    .first-nav-bg #right-menu a {
      color: #999;
      background: transparent; }
    .first-nav-bg #right-menu .has-dropdown:hover > a, .first-nav-bg #right-menu .active > a {
      background: #f5f5f5; }
    .first-nav-bg #right-menu .dropdown {
      background: #f5f5f5; }
  .second-nav-bg {
    background: #e0e0e0; }
    .second-nav-bg .secondary-top-bar #social-menu li {
      border-left-color: #fff; }
      .second-nav-bg .secondary-top-bar #social-menu li:hover {
        background: #c7c7c7; }
      .second-nav-bg .secondary-top-bar #social-menu li.active {
        background: #c7c7c7; }
    .second-nav-bg .secondary-top-bar #social-menu a {
      color: #303030; }
      .second-nav-bg .secondary-top-bar #social-menu a:after {
        color: #999; }
    .second-nav-bg .secondary-top-bar #social-menu .dropdown {
      background: #cccccc; }
      .second-nav-bg .secondary-top-bar #social-menu .dropdown a:hover {
        background: #bcbcbc; }
  .main-nav .dropdown li a {
    font-weight: 600;
    font-size: 0.9em; }
  .event-logo {
    margin: 10px 0px; }
  .logo-background.generic-header {
    margin: 10px 0px; }
  .logo-background.generic-header .generic-date h2 {
    height: 81px; }
  .inner-wrap #sponsor-highlight-section .max-width {
    background: transparent; }
  .inner-wrap #speaker-section .max-width {
    background: transparent; }
  .inner-wrap #event-highlight-section {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/highlights-zone-bg.jpg") 0 center no-repeat;
    background-size: cover; }
  .inner-wrap #about-section .max-width {
    background: transparent; }
  .inner-wrap #exhibitor-zone-section {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/exhibition-zone-bg.jpg") 0 center no-repeat;
    background-size: cover; }
  .inner-wrap #video-section .max-width {
    background: transparent; }
  .inner-wrap #agenda-section .max-width {
    background: transparent; }
  .inner-wrap #sponsor-section .max-width {
    background: transparent; }
  .inner-wrap #venue-section {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/venue-bg.jpg") 0 center no-repeat;
    background-size: cover; }
  .inner-wrap .quick-navigation li a {
    color: #fff;
    background: #000; }
  .inner-wrap .quick-navigation li .quick-active {
    background: #ABABAB; }
  .inner-wrap .quick-appear {
    background: #000;
    color: #fff; }
    .inner-wrap .quick-appear:hover {
      color: #fff; }
  .page-top h2 {
    color: #fff; }
  .page-top-img {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/generic-page-top.jpg") right center no-repeat; }
  .page-template-venue-page-php .page-top {
    background: #fff; }
    .page-template-venue-page-php .page-top h2 {
      color: #fff; }
    .page-template-venue-page-php .page-top .page-top-img {
      background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/venue-header-img.jpg") no-repeat scroll right center rgba(0, 0, 0, 0); }
  .ie8 #event-highlight-section {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/highlights-zone-bg.jpg") 0 center no-repeat; }
    .ie8 #event-highlight-section .max-width {
      background: transparent; }
  .ie8 #exhibitor-zone-section {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/exhibition-zone-bg.jpg") 0 center no-repeat; }
    .ie8 #exhibitor-zone-section .max-width {
      background: transparent; }
  .ie8 #venue-section {
    background: url("http://cablecongress.com/wp-content/themes/set-cablecongess-2015/assets/images/venue-bg.jpg") 0 center no-repeat; }
    .ie8 #venue-section .max-width {
      background: transparent; } }

/**END Medium**/
@media only screen and (min-width: 62em) { }

/**END Large**/
@media only screen and (min-width: 75em) {
  .ie8 .right-nav .dropdown {
    background: #f5f5f5; } }

/**END X-Large**/