/* Layouts Site specific styles */
#layouts #content-wrap {
  background: transparent;
  padding-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#layouts #content {
  padding: 0;
}
#layouts .center960 {
  width: 960px;
}
@media (max-width: 960px) {
  #layouts .center960 {
    width: auto;
  }
}
#layouts #shell {
  padding-bottom: 0;
}

#live-stream .wrap {
  padding: 0 35px;
}
#live-stream .one-half img,
#live-stream .one-third img,
#live-stream .one-fourth img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
#live-stream .one-half {
  padding-left: 0%;
  padding-right: 0%;
  width: 46.93617%;
  float: left;
  margin-right: 4.12766%;
  display: inline;
}
#live-stream .one-third {
  padding-left: 0%;
  padding-right: 0%;
  width: 29.91489%;
  float: left;
  margin-right: 4.12766%;
  display: inline;
}
#live-stream .one-fourth {
  padding-left: 0%;
  padding-right: 0%;
  width: 21.40426%;
  float: left;
  margin-right: 4.12766%;
  display: inline;
}
#live-stream .one-half.omega {
  padding-left: 0%;
  padding-right: 0%;
  width: 48.93617%;
  float: right;
  margin-right: 0;
  *margin-left: -2.5em;
  display: inline;
}
#live-stream .one-third.omega {
  padding-left: 0%;
  padding-right: 0%;
  width: 31.91489%;
  float: right;
  margin-right: 0;
  *margin-left: -2.5em;
  display: inline;
}
#live-stream .one-fourth.omega {
  padding-left: 0%;
  padding-right: 0%;
  width: 23.40426%;
  float: right;
  margin-right: 0;
  *margin-left: -2.5em;
  display: inline;
}
#live-stream #rotator,
#live-stream #live-stream-content {
  float: left;
  width: 72.92%;
}
#live-stream #live-stream-content {
  display: none;
}
#live-stream #live-stream-content .content-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
}
#live-stream #live-stream-content p {
  line-height: 0;
  margin-bottom: 0;
}
#live-stream #live-stream-content iframe, #live-stream #live-stream-content object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#live-stream #rotator {
  position: relative;
}
#live-stream #rotator img {
  width: 100%;
  height: auto;
}
#live-stream #rotator ul {
  padding: 0;
  margin: 0;
}
#live-stream #rotator li {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
}
#live-stream #rotator li:first-child,
#live-stream #rotator .cycle-slide {
  display: block;
}
#live-stream #rotator a {
  display: block;
  line-height: 0;
}
#live-stream #rotator .pager {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 100;
}
#live-stream #rotator .pager .pager-wrap {
  display: table;
  margin: 0 auto;
}
#live-stream #rotator .pager span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  cursor: pointer;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
#live-stream .countdown {
  padding: 15px 0;
  background-image: url("/_img/livestream_bg_btn.png");
}
#live-stream .countdown .live {
  display: none;
  font-size: 26px;
  margin-right: 15px;
  margin-top: 15px;
  font-weight: 700;
}
#live-stream .countdown .timer {
  font-size: 26px;
  font-weight: 700;
}
#live-stream .countdown .timer h3 {
  display: inline-block;
  font-size: 26px;
  margin-right: 15px;
  margin-top: 15px;
  font-weight: 900;
}
#live-stream .countdown .timer span {
  text-transform: uppercase;
}
#live-stream .countdown .timer .delimiter {
  margin: 0 7px;
  font-weight: 300;
}
#live-stream #twitter {
  float: left;
  width: 27.081%;
}
#live-stream #twitter #tweets {
  padding: 20px;
  max-height: 253px;
  overflow-y: scroll;
}
#live-stream #twitter .title,
#live-stream #twitter .follow {
  display: block;
  padding: 8px 20px;
}
#live-stream #twitter .title {
  font-weight: 600;
  font-size: 22px;
}
#live-stream #twitter .follow {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.25);
  /*background-image: url("/_img/livestream_bg_btn.png");*/
  background-repeat: both;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

#live-stream #twitter .follow:hover, #live-stream #twitter .title:hover {
  border-bottom-width: 0;
}

#live-stream #twitter .follow .icon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 15px;
  margin-right: 10px;
  background: url("/_img/livestream-twitter.png") no-repeat;
}
#live-stream #twitter p {
  margin-bottom: 15px;
}
#live-stream #twitter h5 {
  margin-bottom: 2px;
}
#live-stream #twitter .time {
  font-size: 11px;
  margin-left: 5px;
  text-transform: uppercase;
}
#live-stream #twitter ::-webkit-scrollbar {
  width: 14px;
}
#live-stream #twitter ::-webkit-scrollbar-track {
  padding: 0 4px;
}
#live-stream #twitter ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
#live-stream .links {
  clear: both;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#live-stream .links .button {
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 15px;
  background-image: url("/_img/livestream_bg_btn.png");
  background-repeat: both;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

#live-stream .links .button:hover {
  border-bottom-width: 0;
}
#live-stream #footer-sections {
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
#live-stream #footer-sections h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
#live-stream #footer-sections h5 {
  margin-bottom: 5px;
}
#live-stream #footer-sections p {
  font-size: 14px;
  line-height: 22px;
}
#live-stream #footer-sections .event {
  text-align: left;
  padding: 20px 10px;
  border: 1px solid #f0f0f0;
}
#live-stream #footer-sections .event h4 {
  margin-bottom: 3px;
}
#live-stream #footer-sections .media {
  padding: 0;
  margin: 0 0 20px 0;
}
#live-stream #footer-sections .media li {
  display: inline-block;
  padding: 0 5px;
  line-height: 10px;
  border-right: 1px solid black;
}
#live-stream #footer-sections .media li:last-child {
  border-right: none;
}
#live-stream #footer-sections .date {
  float: left;
  display: block;
  overflow: hidden;
  margin-right: 15px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#live-stream #footer-sections .date .day {
  font-size: 2.5em;
  line-height: 1.1;
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 3px 0 1px 0;
}
#live-stream #footer-sections .date .month {
  text-transform: uppercase;
  text-align: center;
  padding: 3px 13px;
  font-weight: 700;
  display: block;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#live-stream #footer-sections .dateTime {
  margin-bottom: 0px;
}
#live-stream #footer-sections .import {
  font-size: 14px;
}

#live-stream.live #live-stream-content {
  display: block;
}
#live-stream.live #rotator {
  display: none;
}
#live-stream.live .countdown .timer {
  display: none;
}
#live-stream.live .countdown .live {
  display: block;
  font-style: italic;
}

/* Overrides - modify these as needed
----------------------------------------- */
.countdown {
  background-color: #efefef;
}
.countdown h3,
.countdown .delimiter {
  color: #1b1f2b;
}
.countdown .number {
  /*color: #5d7b9d;*/
}
#live-stream .countdown .timer .label {
  color: #454545;
  font-size: 1em;
}
.countdown .live {
  color: #1b1f2b;
}

#rotator .pager span {
  background-color: #FFFFFF;
}
#rotator .pager span.cycle-pager-active {
  /*background-color: #5d7b9d;*/
}

#twitter #tweets {
  background: #353535;
}
#twitter p {
  color: #e1e1e1;
}
#twitter .title {
  background: #1b1b1b;
}
#twitter .follow {
  color: white;
  background-color: #6582a2;
}
#twitter .follow:hover {
  /*background-color: #5995d8;*/
}
#twitter .time {
  color: #757575;
}
#twitter ::-webkit-scrollbar-track {
  background: #454545;
}
#twitter ::-webkit-scrollbar-thumb {
  background: #2d2d2d;
}

.links {
  background: #fafafa;
}
.links .button {
  /*color: #5d7b9d;*/
  background-color: #efefef;
}
.links .button:hover {
  color: #FFFFFF;
  /*background-color: #5d7b9d;*/
}

#footer-sections {
  /*background: white;*/
}
#footer-sections h4 {
  /*color: #1b1f2b;*/
}
#footer-sections .date {
  /*background: #f1f1f1;*/
}
#footer-sections .date .day {
  /*color: #666666;*/
}
#footer-sections .date .month {
  /*color: #ffffff;*/
  /*background-color: #5d7b9d;*/
}
#footer-sections .event a:hover {
  border-bottom-width: 0;
}

/* Responsive Styles - Enable or disable as needed
----------------------------------------- */
@media (max-width: 960px) {
  #live-stream #rotator,
  #live-stream #twitter,
  #live-stream #live-stream-content {
    float: none;
    width: 100%;
  }
  #live-stream .links .button {
    margin-bottom: 15px;
  }
  #live-stream .one-fourth,
  #live-stream .one-fourth.omega {
    padding-left: 1.73913%;
    padding-right: 1.73913%;
    width: 96.52174%;
    float: right;
    margin-right: 0;
    *margin-left: -2.5em;
    display: inline;
  }
}
@media (max-width: 600px) {
  #live-stream .one-half,
  #live-stream .one-third,
  #live-stream .one-half.omega,
  #live-stream .one-third.omega {
    padding-left: 1.73913%;
    padding-right: 1.73913%;
    width: 96.52174%;
    float: right;
    margin-right: 0;
    *margin-left: -2.5em;
    display: inline;
  }
  #live-stream .countdown .timer {
    font-size: 18px;
    text-align: center;
  }
  #live-stream .countdown .timer h3 {
    text-align: center;
    display: block;
    font-size: 18px;
  }
  #live-stream .countdown .timer .delimiter {
    display: block;
    line-height: 0;
    text-indent: -9999px;
  }
}
