html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

OL {
    list-style: decimal;
    margin-left: 30px;
}

OL li {
    margin-top: 15px;
    text-indent: -13px;
    list-style-type: none;
    counter-increment: item;
    line-height: 20px;
}

ol > li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 20px;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
    padding: 12px;
}

body {
    background-color: #ddd;
    font-family: arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}


img.alignright {
    display: inline;
    float: right;
    margin-right: 1.5em;
}

hr {
    margin: 34px 0px;
    border-top: 1px solid #333;
}

hr.searchPage {
    margin: 15px 0px;
    border-top: 1px solid #333;
}

h1, h2, h3, h4, h5 {
    font-family: 'Muli', sans-serif;
}

a:hover {
    text-decoration: none !important;
}

.font-bold {
    font-weight: bold;
}

.white {
    background-color: #fff !important;
}

.yellow {
    background: #f2c037 !important;
}

.yellow-font {
    color: #f2c037 !important;
}

.white-font {
    color: #fff !important;
}

.blue-font {
    color: #4998d3 !important;
}

.darkBlue-font {
    color: #206282 !important;
}

.darkGray-font {
    color: #333 !important;
}

.darkGray {
    background: #333 !important;
}

.blue {
    background: #4998d3 !important;
}

.alpha {
    margin-left: 0px !important;
}
.alphaPadding {
    padding-left: 0px !important;
}

.omegaPadding {
    padding-right: 0px !important;
}

.row {
    margin: 0px;
}

.noMBottom {
    margin-bottom: 0px !important;
}

.mBottom5 {
    margin-bottom: 5px !important;
}

.mBottom10 {
    margin-bottom: 10px !important;
}

.mBottom20 {
    margin-bottom: 20px !important;
}

.pBottom20 {
    padding-bottom: 20px !important;
}

.mBottom30 {
    margin-bottom: 30px !important;
}

.mLeft0 {
    margin-left: 0px !important;
}

.mTop10 {
    margin-top: 10px;
}

.mTop20 {
    margin-top: 20px;
}

.mTop30 {
    margin-top: 30px;
}

.mTop50 {
    margin-top: 50px;
}

.mTop60 {
    margin-top: 60px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.btn-blue {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 0px;
    border: 2px solid #4998d3;
    font-weight: bold;

    background: #6fbbf3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#6fbbf3, #1692ef); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6fbbf3, #1692ef); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6fbbf3, #1692ef); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6fbbf3, #1692ef); /* Standard syntax */

    box-shadow: 0px 0px 18px -6px #000;
    -webkit-box-shadow: 0px 0px 18px -6px #000;
    -moz-box-shadow: 0px 0px 18px -6px #000;
}

.btn-blue:hover {
    background: #1692ef;
    color: #fff;
}

.btn-red {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 0px;
    border: 2px solid #d2232a;
    font-weight: bold;

    background: #830000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#830000, #d2232a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#830000, #d2232a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#830000, #d2232a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#830000, #d2232a); /* Standard syntax */

    box-shadow: 0px 0px 18px -6px #000;
    -webkit-box-shadow: 0px 0px 18px -6px #000;
    -moz-box-shadow: 0px 0px 18px -6px #000;
}

.btn-red:hover {
    background: #d2232a;
    color: #fff;
}

.btn-yellow {
    text-transform: uppercase;
    color: #1d1d1d;
    font-size: 12px;
    border-radius: 0px;
    border: 2px solid #f2c037;
    font-weight: bold;

    background: #f7df94; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7df94, #f2c037); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7df94, #f2c037); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7df94, #f2c037); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7df94, #f2c037); /* Standard syntax */

    box-shadow: 0px 0px 18px -6px #000;
    -webkit-box-shadow: 0px 0px 18px -6px #000;
    -moz-box-shadow: 0px 0px 18px -6px #000;
}

.btn-yellow:hover {
    background: #f7df94;
}

.btn-yellow.loadMore {
    font-size: 16px;
    width: 150px;
}

.btn-yellow.loadMore .fa-spinner {
    display: none;
    margin-left: 10px;
}

.centerDiv {
    text-align: center;
    min-height: 100%;
    display: flex;
    align-items: center;
}

p.backLink {
    font-weight: normal !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

hr {
    margin: 30px;
    border-top: 1px solid #888;
}

/****************************************************************************************************
widgets
***************************************************************************************************/

.widget  {
    margin-bottom: 30px;
}

.widget.widget_text img  {
    width: 100%;
    height: auto;
}

.k2request.yellow {
    padding: 20px;
}

.k2request.yellow h2 {
    font-size: 25px !important;
    margin-left: 0px;
}

.widget .k2request .btn-blue {
    font-size: 16px;
}

/****************************************************************************************************
Top NavBar
***************************************************************************************************/

.navbar {
    height: 70px;
    background: #ffffff;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    color: #1d1d1d;
    border: none;
    z-index: 9999;
    margin-bottom: 0px;

    box-shadow: 0px 5px 25px -8px #000;
    -webkit-box-shadow: 0px 5px 25px -8px #000;
    -moz-box-shadow: 0px 5px 25px -8px #000;
    border-radius: 0px;
    position: relative;
}

.navbar-default .navbar-toggle {
    border: 0px solid transparent;
    padding: 0px;
    margin-top: 17px;
}

.navbar-default .navbar-toggle .icon-bar {
    height: 3px;
}

.navbar .logo {
    margin-top: 10px;
    float: left;
    width: 80px;
}

.navbar .navigation ul {
    float: left;
    margin: 0px;
    padding-left: 15px;
}

.navbar .navigation ul li {
    float: left;
    list-style: none;
    font-size: 16px;
    position: relative;
}

.navbar .navigation ul li a {
    color: #1d1d1d;
    text-decoration: none;
    position: relative;
    padding: 27px 8px;
    display: inline-block;
    height: 70px;

}

.navbar .navigation ul li.next_shows {
    box-shadow: 0px 9px 24px #888;
}

.navigation {
    position: relative;
}

.navbar .navigation ul li:hover {
    background: #f2c037;
}

.navbar .navigation ul li.dropdown.search:hover {
    background: #f2c037;
}

.navbar .navigation ul li.dropdown.search.open a {
    background: #f2c037;
}

.navbar .navigation ul li.dropdown.search:hover .arrow-right {
    display: none !important;
}

.navbar .navigation ul li.dropdown.search.open .arrow-right {
    display: block !important;
}

.navbar .navigation ul li.dropdown.search.open .dropdown-menu {
    padding: 16px 14px;
    background: #f2f2f4;
    width: 280px;
    left: 31px;
    position: absolute;
    top: 0px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 90;
    border-radius: 0px;
}

.navbar .navigation ul li.dropdown.search.open .dropdown-menu .btn-yellow {
    margin-top: -4px;
}

.arrow-down {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f2c037;
    display: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -9px;
    z-index: 100;
}

.arrow-left {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f2c037;
    display: none;
    position: absolute;
    bottom: 25px;
    left: 0px;
    margin-left: -9px;
    z-index: 100;
}

.arrow-right {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f2c037;
    display: none;
    position: absolute;
    bottom: 25px;
    right: -9px;
    margin-left: -9px;
    z-index: 100;
}

.navbar .navigation ul li form.search-form input[type=search] {
    width: 160px;
    display: inline-block;
    border-radius: 0px;
}

.navbar .navigation ul li form.search-form .btn-warning {
    display: inline-block;
}

.socialBar .search-form {
    padding: 10px;
    background: #f2f2f4;
    display: block;
    position: absolute;
    top: 53px;
    width: 305px;
    right: -42px;
}

.socialBar .search-form input[type=search] {
    width: 197px;
    display: inline-block;
    border-radius: 0px;
}

.socialBar .search-form .btn-yellow {
    display: inline-block;
    margin-top: 3px;
}

/****************************************************************************************************
Top NavBar Mega Menu
***************************************************************************************************/

.navbar .navigation ul li > .megaMenu {
    background: #fff;
    display: none;
    position: absolute;
        bottom: -330px;
    left: -120px;
    background: #f2f2f4;
    width: 960px;
    border-top: 7px solid #1d1d1d;
}

.navbar .navigation ul li > .megaMenu.movies {
    left: -187px;
}

.navbar .navigation ul li:hover .arrow-down {
    display: block;
}

.navbar .navigation ul li:hover .megaMenu {
    display: block;
}

.megaMenu {
    margin: 0px !important;
    padding: 0px !important;
    font-family: arial, sans-serif;
    overflow: hidden;
}

.navbar .navigation ul li .megaMenu a {
    padding: 0px;
    margin: 0px;
    height: auto;
}

.navbar .navigation ul li .megaMenu .classics a {
    display: block;
    margin-bottom: 5px;
    height: auto;
    margin-top: 10px;
}

.megaMenu span.title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.megaMenu .fShows,
.megaMenu .fClassics,
.megaMenu .classics {
    padding: 19px;
    float: left;
    height: 270px;
}

.megaMenu .classics {
    border-left: 1px solid #1d1d1d;
    position: relative;
    font-size: 11px;
}

.megaMenu .featuredShows {
    width: 125px;
    float: left;
    font-size: 12px;
    margin: 0px 10px;
    text-align: center;
}

.megaMenu .featuredShows:hover img {
    opacity: .7;
}

.megaMenu .featuredShows img {
    width: 125px;
    height: 145px;
    margin-bottom: 10px;
}

.megaMenu .specials {
    background: #1d1d1d;
    width: 100%;
    display: block;
    clear: both;
    padding: 10px;
    height: 53px;
}

.megaMenu .specials span.title {
    color: #fff;
    display: inline-block;
    margin-top: 6px;
}

.megaMenu .specials span.bracket {
    color: #fff;
    display: inline-block;
}

.megaMenu .specials a {
    color: #fff !important;
    display: inline-block !important;
    padding: 0px 5px !important;
    font-weight: normal !important;
}

.megaMenu .specials a:hover {
    color: #ccc !important;
    display: inline-block !important;
    padding: 0px 5px !important;
    font-weight: normal !important;
}

.megaMenu .specials a.btn {
    float: right;
    font-weight: bold !important;
    color: #1d1d1d !important;
    padding: 5px 10px !important;
}

.navbar .navigation .schedule {
    font-size: 20px;
    color: #fff;
    float: right;
    display: block;
    padding: 27px 10px;
    margin-right: -15px;
    height: 70px;
}

.navbar .navigation .onNow {
    font-size: 16px;
    color: #fff;
    float: right;
    display: block;
    height: 70px;
    width: 125px;
}

.navbar .navigation .onNow span.title {
    font-size: 12px;
    color: #000;
    display: block;
    margin-top: 0px;

}

.navbar .navigation .socialBar {
    float: right;
    display: block;
    font-size: 30px;
    position: relative;
    position: relative;
    width: 70px;
    height: 70px;
}

.navbar .navigation .socialBar a {
    color: #1d1d1d;
}

.navbar .navigation .socialBar a:hover {
    color: #333;
}

.navbar .navigation .socialBar .fa-facebook-official {
    position: absolute;
    left: 0px;
    top: 5px
}

.navbar .navigation .socialBar .fa-twitter-square {
    position: absolute;
    right: 10px;
    top: 5px
}

.navbar .navigation .socialBar .fa-instagram {
    position: absolute;
    left: 0px;
    bottom: 5px
}

.navbar .navigation .socialBar .fa-youtube-square {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.navbar .navigation .socialBar .fa-search {
    position: relative;
    right: 0px;
    top: 0;
    float: right;
    cursor: pointer;
}

/****************************************************************************************************
Footer
***************************************************************************************************/

.site-footer {
    padding: 20px 0px;
    position: relative;
    z-index: 11;
}

.site-footer .col-md-3 {
    border-left: 1px solid #fff;
    position: relative;
}

.site-footer .col-md-3.alpha {
    border-left: none;
}

.site-footer h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

.site-footer ul li {
    display: block;
    margin: 5px 0px;
}

.site-footer ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #206282 !important;
}

.site-footer ul li a:hover {

    color: #0e4059 !important;
}

.site-footer .whiteLogo {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}

.site-footer a .fa {
    color: #fff;
    font-size: 31px;
    margin-top: 10px;
}

.site-footer p {
    font-size: 12px;
    line-height: 18px;
}

.site-footer ul.subLinks {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.site-footer ul.subLinks li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.site-footer ul.subLinks li a.blueBorderRight {
    border-right: 1px solid #206282;
    padding-right: 5px;
}

.site-footer .PTCSeal {
    margin-top: 20px;
}

.site-footer .copyright {
    position: absolute;
    bottom: 0px;
}

.site-footer .navbar-toggle {
    margin-right: 0px;
}

.site-footer .navbar-toggle .icon-bar {
    width: 32px;
    height: 4px;
    background: #555759;
}

.site-footer .topLinks {
    display: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 20px;
}

.site-footer .topLinks ul li {
    margin-right: 15px;
}

.site-footer .topLinks ul li a {
    font-size: 30px;
    color: #333 !important;
    padding-right: 15px !important;
}

.site-footer .topLinks ul li a.blueBorderRight {
    border-right: 1px solid #333 !important;
}

/****************************************************************************************************
Carousel
***************************************************************************************************/

.container-fluid.HomeBanner {
    padding: 0px;
}

#homeSlider {
    height: 601px;
    background: #777;
}

#homeSlider .carousel-inner {
    height: 100%;
    background: #000;
}

#homeSlider .col-md-8 {
    width: 66.66666667%;
    padding: 0px;
    margin: 0px;
}

#homeSlider .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: none;
}

#homeSlider .list-group {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-right: 0px;
}

#homeSlider .list-group .info {
    text-align: center;
    
}

#homeSlider .list-group .info h4 {
    width: 100%;
}

.list-group-item {
    color: #fff;
    background: none;
}

#homeSlider .list-group .info h4 span.title {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

#homeSlider .list-group .info h4 span.type {
    font-size: 14px;
    font-weight: normal !important;
    margin-top: 15px;
    display: block;
}

#homeSlider .list-group .info h4 span {
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    display: block;
}

#homeSlider .list-group-item {
    border-radius: 0px;
    cursor: pointer;
    height: 201px;
    border: none !important;
    background-size: auto 105%;
    background-repeat: no-repeat;
    background-color: #000;
}

#homeSlider .list-group-item:hover {
    opacity: .9;
}

#homeSlider .list-group .active {
    border: none !important;
}

.carousel-inner > .item {
    background-size: auto 111%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#homeSlider .carousel-inner > .item .background {
    width: 100%;
    height: 100%;
}

#homeSlider .carousel-inner > .item .background.large {
    max-width: none;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#homeSlider .carousel-inner > .item .background.small {
    display: none;
    max-width: none;
    background-position: top center;
    background-repeat: no-repeat;
}

#homeSlider .videoPlayer {
    width: 75%;
    height: 90%;
    z-index: 999;
    position: absolute;
    top: 31px;
    left: 90px;
}

#homeSlider .mask {
    opacity: .8;
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

#homeSlider .fa-window-close {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #fff;
    font-size: 40px;
    z-index: 999;
    cursor: pointer;
}




#homeSlider .bannerContent {
    position: absolute;
    bottom: 0px;
    right:0px;
    padding-right: 20px;
    width: 100%;
    height: 110px;
}

#homeSlider .bannerContent .rightContent .typeDate svg {
    width: 52px;
    height: 52px;
    margin-bottom: -16px;
}

#homeSlider .bannerContent img {
  position: absolute
}

#homeSlider .bannerContent .rightContent {
    float: right;
    position: absolute;
    right: 20px;
    margin-top: 36px;
}
#homeSlider .bannerContent.hasVideo .rightContent {
    right: 80px;

}

#homeSlider .bannerContent.hasLogo .rightContent {
    margin-top: 20px;
}


#homeSlider .bannerContent .rightContent .typeDate {
  display: block;
  float: left;
}

#homeSlider .bannerContent .rightContent .typeDate .type {
    text-align: right;
}

#homeSlider .bannerContent .rightContent .typeDate .date {
    margin-top: 4px;
    text-align: right;
    font-weight: bold;
}

#homeSlider .bannerContent .rightContent .link  {
  display: block;
  float: left;
 }

 #homeSlider .bannerContent.hasLogo .rightContent .link  {
    display: block;
    float: left;
    margin-top: 24px;
   }

#homeSlider .bannerContent .rightContent .link .btn {
    background-color: rgba(255,255,255,0.0) !important;
   margin-left: 20px;
   padding: 5px 12px !important;
}

#homeSlider  .play  {
    position: absolute;
    right: 20px;
    bottom: 26px;
   }



#homeSlider .play .fa-play-circle {
    color: #fff;
    font-size: 50px;
    z-index: 999;
    cursor: pointer;
    margin-left: 20px;
    margin-top: -11px;
    position: relative;
    text-shadow: #000 0px 0px 15px;
}

#homeSlider .play .triangle {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    background: #f2c037 !important;
    z-index: 100;
}

#homeSlider .play .triangle:before,
#homeSlider .play .triangle:after {
	content: '';
	position: absolute;
	background-color: inherit;
}

#homeSlider .play .triangle,
#homeSlider .play .triangle:before,
#homeSlider .play .triangle:after {
	width:  14px;
	height: 14px;
	border-top-right-radius: 30%;
}

#homeSlider .play .triangle {
	transform: rotate(-90deg) skewX(-30deg) scale(1,.866);
}
#homeSlider .play .triangle:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
#homeSlider .play .triangle:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}






/****************************************************************************************************
Modal Window
***************************************************************************************************/
.modal-content {
    border-radius: 0px
}
.modal-header {
    border-bottom: 0px;
}

.modal-backdrop.in {
    opacity: .8;
    z-index: 99999;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
}

.modal-body p {
    line-height: 20px;
}


.modal .close {
       position: absolute;
    z-index: 999999;
    font-size: 33px;
    padding: 2px 10px;
    background: #333;
    right: 0px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    top: 2px;
}


/****************************************************************************************************
Home Page Top Ad Banner
***************************************************************************************************/
.container.topAdBanner {
    max-width: 728px;
}
.topAdBanner img {
    width: 100%;
    height: auto;
}

/****************************************************************************************************
Page Social Bar
***************************************************************************************************/

#pageSocialBar {
    background-color: #4998d3;
    min-height: 141px;
    position: relative;
    z-index: 99;
}

#pageSocialBar a:hover {
    display: inline-block;
}

#pageSocialBar .followUs span {
    font-family: 'Muli', sans-serif;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-left: 16px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#pageSocialBar .followUs img {
    width: 47px;
    height: 47px;
    display: inline-block;
    margin: 0px auto;
    margin-top: 6px;
}

#pageSocialBar .facebook {
    background-image: url("../images/socialBar-bg.jpg");
    background-position: 0px 0px;
    background-repeat: repeat-y;
    min-height: 141px;

}

#pageSocialBar .facebook .fa.fa-facebook {
    font-size: 110px;
    color: #81c5ea;
    position: absolute;
    left: 10px;
    top: 20px;
}

#pageSocialBar .facebook .fb-like-btn {
    margin-left: 70px;
    margin-top: 19px;
    color: #fff;

}

#pageSocialBar .facebook .fb-like-btn .facebookMsg {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    line-height: 20px;
    padding-bottom:20px;
}

#pageSocialBar .twitter {
    background-image: url("../images/socialBar-bg.jpg");
    background-position: 0px 0px;
    background-repeat: repeat-y;
    min-height: 141px;
    padding-bottom: 15px;
}

#pageSocialBar .twitter .fa.fa-twitter {
    font-size: 57px;
    color: #81c5ea;
    position: absolute;
    left: 19px;
    top: 38px;
}

#pageSocialBar .twitter .twitterMsg {
    font-size: 14px;
    margin-left: 10px;
    color: #333;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 25px;
    margin-left: 66px;
    position: relative;
    line-height: 20px;
}

#pageSocialBar .twitter .twitterMsg .arrow-left {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    display: block;
    position: absolute;
    top: 14px;
    left: 2px;
    margin-left: -9px;
    z-index: 100;
}

#pageSocialBar .twitter a.follow {   
       margin-top: 20px;
       color: #fff;
       display: block;
       float: right;
}

#pageSocialBar .newsletter {
    background-image: url("../images/socialBar-bg.jpg");
    background-position: 0px 0px;
    background-repeat: repeat-y;
    min-height: 141px;

}

#pageSocialBar .newsletter img {
    width: 87px;
    height: 87px;
    display: block;
    margin: 10px auto 0px auto;
}

#pageSocialBar .newsletter span {
    font-family: 'Muli', sans-serif;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-left: 16px;
}

#pageSocialBar a:hover {
    opacity: .8;
}

#pageSocialBar.shareLinks {
    height: 120px;
}

#pageSocialBar.shareLinks .info {
    margin: 0 auto;
    width: 400px;
    color: white;
    text-align: center;
    font-size: 35px;

    text-align: center;
    min-height: 100%;
    display: flex;
    align-items: center;
}

#pageSocialBar.shareLinks .info a .fa {
    color: #fff;
    font-size: 45px;
}

#pageSocialBar.shareLinks .info .fa {
    color: #fff;
    font-size: 45px;
}

#pageSocialBar.shareLinks .info .fa.fa-facebook-official {
    margin-left: 20px;
    margin-right: 10px;
}

/****************************************************************************************************
Page Middle Banner Ad
***************************************************************************************************/

#pageMiddleBannerAd {
  
    position: relative;
    z-index: 99;
}

#pageMiddleBannerAd img {
    width: 100%;
    height: auto;
}

/****************************************************************************************************
Page
***************************************************************************************************/

#primary {
    background-color: #fff;
    padding: 30px 0px;
    box-shadow: 0px 5px 11px #999;
    -moz-box-shadow: 0px 5px 11px #999;
    -webkit-box-shadow: 0px 5px 11px #999;
    position: relative;
    z-index: 9;
}

#primary h1, #primary h2 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-left: 15px;
    font-weight: bold;
}

#primary  #content h3.showTime {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 0px;
    font-weight: normal;
    font-style: italic;
    margin-top: -20px !important;
    margin-bottom: 23px !important;
}



#primary #content {
    position: relative;
}

#primary #content h2, #primary #content h3, #primary #content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 27px;
    padding-left: 0px;
    font-weight: bold;
}

#primary #content h3 {
    font-size: 20px;
}

#primary #content h4 {
    font-size: 18px;
}

#primary #content img.size-full {
    max-width: 100%;
    height: auto;
}

#primary #content p {
    line-height: 25px;
    margin: 0 0 10px;
}

#primary #content .videoPlayer {
    margin-left: -30px;
    width: calc(100% + 60px);
    height: 405px;
    padding: 0px 15px;
    margin-bottom: 20px;
}

#primary #content .banner {
    margin-left: -15px;
    width: calc(100% + 30px);
    height: auto;

    margin-bottom: 20px;
    max-width: none;
}


#primary #content .VideoContainerExperience {
	position: relative;
        width: 100%  !important;;
}

#primary #content .QA_container {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 0px 25px 0px;
    background-color: #e9e9e9;
}

#primary #content .QA_container img {
    max-width: 100%;
    height: inherit;
}

#primary #secondary {
    border-left: 1px solid #888;
    padding: 0px 30px
}

#primary #content ul {
        list-style-position: outside;
    list-style-type: disc;
        margin-left: 20px;
}

#primary #content li {
    line-height: 20px;
    margin-bottom: 10px
}


/****************************************************************************************************
Page listing Articles
***************************************************************************************************/

#primary .articleListing .singleArticle {
    display: block;
    margin-bottom: 30px;
}

#primary .articleListing .singleArticle img {
    width: 100%;
    margin-bottom: 10px;

}

#primary .articleListing .singleArticle a {
    color: #333 !important;
    display: block;
}

#primary .articleListing .singleArticle a:hover img {
    opacity: .8;
}

#primary .articleListing .singleArticle a h3 {

    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
}

#primary .articleListing .singleArticle a p {
    font-size: 14px;
    line-height: 18px;
}

#primary .showTime {
    display: block;
    margin-top: 20px;
    margin: -9px 0px 20px 15px;
}

#primary .showTime .title {
    font-size: 14px;
    font-weight: bold;
}

#primary .showTime .time {
    font-size: 14px;
    font-weight: normal;
}

#primary .shopListing .content {
    display: inline-block;
    position: relative;
}

#primary .shopListing .content h3 {
   margin-bottom: 5px !important;
}

#primary .shopListing .content span {
    display: block;
    margin-bottom: 10px;
}


#primary .shopListing .content .ecommerceLink {
    color: #2c6eb6;
    font-weight: normal;
    margin: 0px 8px 0px 0px;
    font-weight: bold;
}

#primary .shopListing .content .ecommerceLink.twoThree {
    color: #2c6eb6;
    font-weight: normal;
    margin: 0px 8px;
    font-weight: bold;
}


/****************************************************************************************************
Page listing Articles
***************************************************************************************************/
.globalMarketingBar {
    color: #fff;
    font-weight: bold;
    font-family: 'Muli', sans-serif;
    margin: 20px 0px;
    padding: 20px;
    margin-left: -30px;
    width: calc(100% + 60px);

}

.globalMarketingBar p {
    display: inline-block;
    margin: 6px 0px 0px 0px !important;
    font-size: 16px;
}

.globalMarketingBar .btn {
    font-size: 16px;
    float: right;
    display: inline-block;
}

/****************************************************************************************************
Topbar
***************************************************************************************************/

#topBar {
    padding: 25px 0px;
    z-index: 99;
    position: relative;
}

#topBar .borderRight {
    border-right: 2px solid #fff;
}



#topBar h1 {
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
}

#topBar h1 span {
    font-size: 14px;
    margin-top: 10px;
}

#topBar p {
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 10px;
}

#topBar .sectionTitle a:hover {
    opacity: .8;
}

#topBar .sectionTitle a {
    display: block;
    width: auto;

}

#topBar.yellow .sectionTitle a {
    color: #333;
}

#topBar #secondaryNav {
    position: relative;
}

#topBar #secondaryNav .wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0px;
}

#topBar .showTime {
    margin: 0px;
    padding: 0px;
    line-height: 10px;
    margin-top: 6px;
}


#topBar .referal .showTime {
    margin: 0px;
    padding: 0px;
    line-height: 10px;
    clear: both;
    padding: 5px 0px 5px 80px;
}

#topBar .sectionTitle {
    float: none;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    line-height: 30px;
}

#topBar .referal .sectionTitle.postTypeTitle {
    float: none;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    margin-top: 0px;
}

#topBar .referal .sectionTitle {
    float: none;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}

#topBar .showTime .time {
    font-size: 12px;
    font-weight: normal;
    margin-top: 0px;
    line-height: 18px;
}

#topBar .referal a .fa {
    left: 0px;
    top: 9px;
    color: #fff;
    margin-left: 0px;
    position: relative;
    float: left;
    font-size: 14px;
    width: 25px;
}

#topBar .referal a span {
    left: 0px;
    top: 9px;
    font-size: 14px;
    margin-top: 0px;
    color: #fff;
    width: 57px;
    position: relative;
    float: left;
    margin-left: -6px;
    margin-right: 5px;
}

body.archive #topBar h1, body.single-shows #topBar h1, body.single-events #topBar h1 {
    margin-top: 0px;
}


#topBar h1 {
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    float: left;
    margin-top: -8px;
}

#topBar.yellow ul.subNavFeatured {
margin-right: -15px;
}

#topBar ul.subNavFeatured {
    margin-top: 4px;
    margin-right: 20px;
    display: inline-block;
    float: right;
}

#topBar ul.subNavFeatured li {
    display: inline-block;
}

#topBar.yellow ul.subNavFeatured li a {
    color: #333;
}

#topBar.yellow ul.subNavFeatured li a:hover {
    color: #333;
}

#topBar ul.subNavFeatured li a {
    font-size: 16px;
    padding: 10px 10px 10px 0px;
    color: #fff;
    font-weight: bold;
}

#topBar ul.subNavFeatured li a:hover {
    color: #fff;
}

#topBarMobile {
    clear: both;
    display: block;
    height: 0px;
    position: relative;
}


#topBarMobile.yellow ul#toggleSubMenu {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    width: 245px;
    padding: 20px;
    border: 2px solid #efad04 !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2c037+39,efad04+100 */
    background: #f2c037; /* Old browsers */
    background: -moz-linear-gradient(-75deg, #f2c037 39%, #efad04 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-75deg, #f2c037 39%,#efad04 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(75deg, #f2c037 39%,#efad04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c037', endColorstr='#efad04',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

#topBarMobile.yellow ul#toggleSubMenu li a {
    color: #333;
}


#topBarMobile ul#toggleSubMenu {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    width: 245px;
    padding: 20px;
    border: 2px solid #4997d3;

    background: rgba(73, 151, 211, 1);
    background: -moz-linear-gradient(45deg, rgba(73, 151, 211, 1) 0%, rgba(37, 104, 137, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73, 151, 211, 1)), color-stop(100%, rgba(37, 104, 137, 1)));
    background: -webkit-linear-gradient(45deg, rgba(73, 151, 211, 1) 0%, rgba(37, 104, 137, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(73, 151, 211, 1) 0%, rgba(37, 104, 137, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(73, 151, 211, 1) 0%, rgba(37, 104, 137, 1) 100%);
    background: linear-gradient(45deg, rgba(73, 151, 211, 1) 0%, rgba(37, 104, 137, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4997d3', endColorstr='#256889', GradientType=1);
}

#topBarMobile ul#toggleSubMenu.collapse.in {
    display: block;
}

#topBarMobile.darkGray ul#toggleSubMenu {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    width: 245px;
    padding: 20px;
    border: 2px solid #555;

    background: rgba(73, 151, 211, 1);
    background: -moz-linear-gradient(31deg, rgba(85, 85, 85, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(85, 85, 85, 1)), color-stop(100%, rgba(51, 51, 51, 1)));
    background: -webkit-linear-gradient(31deg, rgba(85, 85, 85, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -o-linear-gradient(31deg, rgba(85, 85, 85, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -ms-linear-gradient(31deg, rgba(85, 85, 85, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(31deg, rgba(85, 85, 85, 1) 0%, rgba(51, 51, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333', GradientType=1);
}

#topBarMobile.darkGray ul#toggleSubMenu.collapse.in {
    display: block;
}

#topBar .subMenuButton {
    display: inline-block;
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
    margin-right: -15px;
}

#topBar .subMenuButton.navbar-toggle .icon-bar {
    width: 22px;
    height: 3px;
    background: #fff;
}

#topBarMobile ul#toggleSubMenu li {
    border-bottom: 1px solid #fff;
    padding: 10px 6px;
    font-size: 14px;
    color: #fff;
}

#topBarMobile ul#toggleSubMenu li a {
    color: #fff;
}

#topBarMobile ul#toggleSubMenu li.featuredChild {
    display: none;
}

#topBarMobile ul#toggleSubMenu li:hover {
   background-color:rgba(0, 0, 0, 0.3);
}


.newsLetter {
    margin: 30px 0 30px -15px;
    padding: 30px;
    width: calc(100% + 30px);
    display: block;
    color: #fff;
}

.newsLetter .alpha {
    padding-left: 0px;
}

.newsLetterTitle {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 29px;
    clear: both;
    color: #fff;
    font-family: 'Muli', sans-serif;
}

.newsLetterTitle p {
    font-size: 16px;
    clear: both;
    color: #fff;
    font-family: 'Muli', sans-serif;
    margin-top: 15px !important ;
}

.newsLetter label {
    margin-bottom: 10px;
}

/****************************************************************************************************
topBanner
***************************************************************************************************/

#topBanner {
    position: relative;
    height: 400px;
}

#topBanner .container-fluid {
    padding: 0px;
    position: absolute;
    width: 100%;
}

#topBanner .container, #topBanner .container-fluid {
    padding: 0px;
    height: inherit;
}

#topBanner .banner {
    height: inherit;
    padding: 0px;
    overflow: hidden;
}

#topBanner .banner img {
    max-width: none;
    position: absolute;
    top:0px;
    right: 0px;
}

#topBanner .text {
    height: inherit;
    border-left: 6px solid #f2c037;
    padding: 20px;
    box-shadow: 4px 0px 4px #ccc;
    -moz-box-shadow: 4px 0px 4px #ccc;
    -webkit-box-shadow: 4px 0px 4px #ccc;
    z-index: 90;
}

#topBanner .text h1 {
    font-size: 25px;
    font-weight: bold;
}

#topBanner .text p {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0px;
}

#topBanner .text p.showTime {
    font-weight: bold;
}

#topBanner .banner .videoPlayer {
    width: 57%;
    height: 90%;
    z-index: 999;
    position: absolute;
    top: 20px;
    left: 210px;
}

#topBanner .banner .mask {
    opacity: .8;
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

#topBanner .text .fa-window-close {
    position: absolute;
    top: 10px;
    right: 400px;
    color: #fff;
    font-size: 40px;
    z-index: 999;
    cursor: pointer;
}



#topBanner .background {
    width: 100%;
    height: 100%;
}

#topBanner .background.large {
    max-width: none;
    background-position: center right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

#topBanner .background.small {
    display: none;
    max-width: none;
    background-position: top center;
}

#topBanner .banner .bannerContent {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-right: 20px;
    width: 100%;
    height: 110px;
}

#topBanner .banner .bannerContent .rightContent {
    float: right;
    position: absolute;
    right: 20px;
    margin-top: 42px;
}

body.post-type-archive #topBanner .banner .bannerContent .rightContent {
    margin-top: 37px;
}

body.post-type-archive #topBanner .banner .bannerContent .rightContent.hasLogo  {
    margin-top: 14px;
}
body.single-presskit #topBanner .banner .bannerContent .rightContent
 {
    float: right;
    position: absolute;
    right: 20px;
    margin-top: 42px;
}

#topBanner .banner .bannerContent .rightContent.hasLogo {
    float: right;
    position: absolute;
    right: 20px;
    margin-top: 19px;
}


body.single-shows #topBanner .banner .bannerContent .rightContent.hasLogo,
body.single-events #topBanner .banner .bannerContent .rightContent.hasLogo,
body.single-specials #topBanner .banner .bannerContent .rightContent.hasLogo {
    margin-top: 24px;
}

body.single-shows #topBanner .banner .bannerContent .rightContent,
body.single-events #topBanner .banner .bannerContent .rightContent,
body.single-specials #topBanner .banner .bannerContent .rightContent  {
    margin-top: 47px;
}


body.single-presskit #topBanner .banner .bannerContent .rightContent.hasLogo {
    margin-top: 10px;
}



#topBanner .banner .bannerContent.hasVideo .rightContent,
body.single-presskit #topBanner .banner .bannerContent.hasVideo .rightContent  {
    right: 80px;
}


#topBanner .banner .bannerContent .rightContent .typeDate {
  display: block;
  float: left;
}

#topBanner .banner .bannerContent .rightContent .typeDate svg{
    width: 52px;
    height: 52px;
    margin-bottom: -16px;
}

#topBanner .banner .bannerContent .rightContent .typeDate .type.films svg{
    width: 82px;
    height: 52px;
    margin-bottom: -16px;
}

#homeSlider .bannerContent .rightContent .typeDate .type.films svg {
    width: 82px;
    height: 52px;
    margin-bottom: -16px;
}

#topBanner .banner .bannerContent .rightContent .typeDate .type {
    text-align: right;
}

#topBanner .banner  .bannerContent .rightContent .typeDate .date {
    margin-top: 4px;
    text-align: right;
    font-weight: bold;
}

#topBanner .banner  .bannerContent .rightContent .typeDate .date.movies {
    margin-top: 8px;
    text-align: right;
    font-weight: bold;
}

#topBanner .banner  .bannerContent .rightContent .typeDate .date.movies.hasDesc {
    margin-top: 4px;
    text-align: right;
    font-weight: bold;
}



#topBanner  .play  {
    position: absolute;
    right: 20px;
    bottom: 29px;
   }



#topBanner .play .fa-play-circle {
    color: #fff;
    font-size: 50px;
    z-index: 999;
    cursor: pointer;
    margin-left: 20px;
    margin-top: -11px;
    position: relative;
    text-shadow: #000 0px 0px 15px;
    z-index: 0;
}

#topBanner .play .triangle {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    background: #f2c037 !important;
    z-index: 100;
}

#topBanner .play .triangle:before,
#topBanner .play .triangle:after {
	content: '';
	position: absolute;
	background-color: inherit;
}

#topBanner .play .triangle,
#topBanner .play .triangle:before,
#topBanner .play .triangle:after {
	width:  14px;
	height: 14px;
	border-top-right-radius: 30%;
}

#topBanner .play .triangle {
	transform: rotate(-90deg) skewX(-30deg) scale(1,.866);
}
#topBanner .play .triangle:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
#topBanner .play .triangle:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}









/****************************************************************************************************
topBanner
***************************************************************************************************/

#topBanner {
    position: relative;
    height: 400px;
}

#topBanner .container-fluid {
    padding: 0px;
    position: absolute;
    width: 100%;
}

#topBanner .container, #topBanner .container-fluid {
    padding: 0px;
    height: inherit;
}

#topBanner .banner {
    height: inherit;
    padding: 0px;
    overflow: hidden;
}

#topBanner .banner img {
    max-width: none;
    position: absolute;
    top:0px;
    right: 0px;
}

#topBanner .text {
    height: inherit;
    border-left: 6px solid #f2c037;
    padding: 20px;
    box-shadow: 4px 0px 4px #ccc;
    -moz-box-shadow: 4px 0px 4px #ccc;
    -webkit-box-shadow: 4px 0px 4px #ccc;
    z-index: 90;
}

#topBanner .text h1 {
    font-size: 25px;
    font-weight: bold;
}

#topBanner .text p {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0px;
}

#topBanner .text p.showTime {
    font-weight: bold;
}

#topBanner .banner .videoPlayer {
    width: 57%;
    height: 90%;
    z-index: 999;
    position: absolute;
    top: 20px;
    left: 210px;
}

#topBanner .banner .mask {
    opacity: .8;
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

#topBanner .text .fa-window-close {
    position: absolute;
    top: 10px;
    right: 400px;
    color: #fff;
    font-size: 40px;
    z-index: 999;
    cursor: pointer;
}

#topBanner .text .videoThumb {
    width: 410px;
    height: 271px;
    cursor: pointer;
    
    display: flex;
    align-items: center;
    position: absolute;
    right: 408px;
    top: 65px;
    box-shadow: 0px 0px 11px #000;
    -moz-box-shadow: 0px 0px 11px #000;
    -webkit-box-shadow: 0px 0px 11px #000;
}

#topBanner .text .videoThumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#topBanner .text .videoThumb .fa-play-circle {
    color: #fff;
    font-size: 80px;
    z-index: 999;
    cursor: pointer;
    margin-left: 178px;
    position: relative;

    text-shadow: #000 0px 0px 15px;
}



/****************************************************************************************************
topBanner-old
***************************************************************************************************/

#topBanner-old {
    position: relative;
    height: 400px;
}

#topBanner-old .container-fluid {
    padding: 0px;
    position: absolute;
    width: 100%;
}

#topBanner-old .container, #topBanner-old .container-fluid {
    padding: 0px;
    height: inherit;
}

#topBanner-old .banner {
    height: inherit;
    padding: 0px;
    overflow: hidden;
}

#topBanner-old .banner img {
    max-width: none;
    position: absolute;
    top:0px;
    right: 0px;
}

#topBanner-old .text {
    height: inherit;
    border-left: 6px solid #f2c037;
    padding: 20px;
    box-shadow: 4px 0px 4px #ccc;
    -moz-box-shadow: 4px 0px 4px #ccc;
    -webkit-box-shadow: 4px 0px 4px #ccc;
    z-index: 90;
}

#topBanner-old .text h1 {
    font-size: 25px;
    font-weight: bold;
}

#topBanner-old .text p {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0px;
}

#topBanner-old .text p.showTime {
    font-weight: bold;
}

#topBanner-old .banner .videoPlayer {
    width: 57%;
    height: 90%;
    z-index: 999;
    position: absolute;
    top: 20px;
    left: 210px;
}

#topBanner-old .banner .mask {
    opacity: .8;
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

#topBanner-old .text .fa-window-close {
    position: absolute;
    top: 10px;
    right: 400px;
    color: #fff;
    font-size: 40px;
    z-index: 999;
    cursor: pointer;
}

#topBanner-old .text .videoThumb {
    width: 410px;
    height: 271px;
    cursor: pointer;
    
    display: flex;
    align-items: center;
    position: absolute;
    right: 408px;
    top: 65px;
    box-shadow: 0px 0px 11px #000;
    -moz-box-shadow: 0px 0px 11px #000;
    -webkit-box-shadow: 0px 0px 11px #000;
}

#topBanner-old .text .videoThumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#topBanner-old .text .videoThumb .fa-play-circle {
    color: #fff;
    font-size: 80px;
    z-index: 999;
    cursor: pointer;
    margin-left: 178px;
    position: relative;

    text-shadow: #000 0px 0px 15px;
}

#topBanner-old .banner .videoThumb {
    width: 345px;
    height: 167px;
    cursor: pointer;
   
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: -171px;
    box-shadow: 0px 0px 11px #000;
    -moz-box-shadow: 0px 0px 11px #000;
    -webkit-box-shadow: 0px 0px 11px #000;
}

#topBanner-old .banner .videoThumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#topBanner-old .banner .videoThumb .fa-play-circle {
    color: #fff;
    font-size: 80px;
    z-index: 999;
    cursor: pointer;
    margin-left: 147px;
}



#topBanner-old .triangle {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -14px;
    background: #f2c037 !important;
    z-index: 100;
}

#topBanner-old .triangle:before,
#topBanner-old .triangle:after {
	content: '';
	position: absolute;
	background-color: inherit;
}

#topBanner-old .triangle,
#topBanner-old .triangle:before,
#topBanner-old .triangle:after {
	width:  21px;
	height: 21px;
	border-top-right-radius: 30%;
}

#topBanner-old .triangle {
	transform: rotate(-90deg) skewX(-30deg) scale(1,.866);
}
#topBanner-old .triangle:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
#topBanner-old .triangle:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}














/*Quotes Bar
////////////////////////////////////////////////////////////////////*/

#pageQuotesBar {
    padding: 20px;
    color: #fff;
}

#pageQuotesBar .carousel-inner .item {
    font-size: 20px;
    line-height: 25px;
}


#pageQuotesBar .carousel-inner .item small{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 10px;
}

#pageQuotesBar .btn.btn-red {
    top: 50%;
    position: absolute;
    margin-top: -15px;
    right: 0px;
}

.quotesBanner {
    margin-left: -30px;
    width: calc(100% + 60px);
    height: auto;
    max-width: none;
}



/*Demand Title Bar
-----------------------------------------------*/

#demandAction {
    margin-left: -15px;
    width: calc(1170px + 30px);
}
#demandAction .videoPlayer {
    min-width: 100%;
    width: 100%;
    height: 388px;
    z-index: 0;
    position: absolute;
}

#demandAction .demandActionVideo {
    position: relative;
    z-index: 0;
}

#demandAction .demandActionVideo img {
    width: 100%;
    height: auto;
    max-height: 391px;
    position: absolute;
}

#demandAction ul.nav, #demandAction .tab-content {
    padding-right: 0px;
    padding-left: 0px;
}

/*position: absolute;*/
/*height: 100%;*/
/*width: 100%;*/

#demandAction ul.nav li a {
    background-color: #a1c8e5;
    color: #fff;
    font-size: 30px;
    padding: 49px 20px;
    font-weight: bold;
}


#demandAction ul.nav li.active a, #demandAction ul.nav li a:hover {
    background-color: #4998d3;
    color: #fff;
    font-size: 30px;
}

#demandAction ul.nav li a .fa {
    color: #fff;
    margin-left: 10px;
}


#demandAction .tab-content>.active {
    background-color: #4998d3;
    z-index: 999;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 50px;
}

#demandAction .tab-content> #email.active {
    background-color: #4998d3;
    z-index: 999;
    position: absolute;
    height: 388px;
    width: 100%;
    padding: 40px 30px;
}

#demandAction .tab-content>.active .closeDemand {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    padding: 8px 10px;
}

#demandAction .tab-content>.active h1 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding-left: 0px;
    margin-top: 20px;
    font-weight: bold;
}

#demandAction .tab-content>.active h3 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}


#demandAction .tab-content>.active .title {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    padding-left: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}

#demandAction .tab-content>.active .desc {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: normal;
}


/*///////////////////////////////////////////////////////////////
Channel Finder
///////////////////////////////////////////////////////////////*/

#channelfinderform .referfriend-request a .fa {
     font-size: 32px;
     margin-right: 10px;
    color: #4998d3;
}

#channelfinderform .referfriend-request a {
    font-family: 'Muli', sans-serif;
    font-size: 20px;
    color: #333;
    display: flex;
    line-height: 33px;
}

#channelfinderform .channelfinderform {
    margin-bottom: 20px;
}

#findInsp.modal {
    
}
#findInsp.modal .modal-content {
    moz-box-shadow: none;
    webkit-box-shadow: none;
    box-shadow: none;
}


#findInsp.modal h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color:#fff;
}

#findInsp .close {
    position: absolute;
    z-index: 999999;
    font-size: 33px;
    padding: 2px 10px;
    background: #333;
    right: -10px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

#findInsp button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    text-align: right;
    margin-right: 10px;
    padding: 6px 10px;
    position: absolute;
    right: 0;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}



/*///////////////////////////////////////////////////////////////
INSP CHANNEL FINDER
///////////////////////////////////////////////////////////////*/

h2.spreadTheNews {
    font-size: 40px !important;
    margin: 30px 0px !important;
    display: block;
}

.provider {
    font-size: 20px;
    color: red;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
}

.facebook-request a, .twitter-request a, .newsletter-request a, .sendthanks-request a, .referfriend-request a {
   margin-bottom: 15px;
   color: #333;
    text-decoration: none !important;
    text-align: left !important;
    cursor: pointer;
}

.facebook-request, .twitter-request, .newsletter-request, .sendthanks-request, .referfriend-request {
   font-size: 20px;
}

.facebook-request .fa {
    font-size: 50px;
    margin-right: 10px;
}
.twitter-request .fa {
    font-size: 50px;
      margin-right: 10px;
}
.newsletter-request .fa {
    font-size: 43px;
      margin-right: 10px;
}
.sendthanks-request .fa, .referfriend-request .fa {
    font-size: 43px;
      margin-right: 10px;
      
}

.newsletter_sign, .emailContent {
    margin-top: 30px;
}
#newsletter_signup1 {
    float: left;
    margin-left: 10px;
}

#email_form_getinsp input[type=checkbox] {
    float: left;

}

/*///////////////////////////////////////////////////////////////
Press Room
///////////////////////////////////////////////////////////////*/

.pressroomCategoryListing {
    display: inline-block;
    float: right;
}

h1.pressRoom {
    display: inline-block
}

#topBar.darkGray .sectionTitle a {
    color: #fff;
    
}


#pressKitModal h4 {
    font-weight: bold;
    padding-left: 15px;
}
#pressKitModal  p {
    margin-bottom: 20px;
    padding: 0px 15px;
}
#pressKitModal .fm-form label {
    margin-bottom: 5px;
}

#pressKitModal .fm-form input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}

#pressKitModal .fm-form input[type=submit] {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #1d1d1d;
    font-size: 12px;
    border-radius: 0px;
    border: 2px solid #f2c037;
    font-weight: bold;

    background: #f7df94; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7df94, #f2c037); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7df94, #f2c037); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7df94, #f2c037); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7df94, #f2c037); /* Standard syntax */

    box-shadow: 0px 0px 18px -6px #000;
    -webkit-box-shadow: 0px 0px 18px -6px #000;
    -moz-box-shadow: 0px 0px 18px -6px #000;
    float: left !important;
}

#pressKitModal .fm-form input[type=submit]:hover {
    background: #f7df94;
}

.loadingspinner  {
    /*background:url("../images/spinner.gif") no-repeat 90% center;*/
	/*background-color: #ffffff;
	background-image:url('/content/themes/insp2017/assets/images/spinner.gif') no-repeat 90% center !important;*/
	background: #ffffff url('/content/themes/insp2017/assets/images/spinner.gif') no-repeat 90% center !important;
}


/*///////////////////////////////////////////////////////////////
Schedule
///////////////////////////////////////////////////////////////*/

.schedule .printSchedule {
    color: #333;
    font-size: 38px;
    float: right;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}

 #topBar.schedule .showTime {
     clear:both;
    
}

#mobileSchedule {
    height: 70px;
    padding: 0px;
}
#mobileSchedule .onNow {
    font-size: 16px;
        background: #9c9a97 !important;
        color: #f2c037;
    float: left;
    display: block;
    height: 70px;
    width: 70%;
    
}
#mobileSchedule .schedule {
    font-size: 14px;
    color: #fff;
    float: left;
    display: block;
    padding: 27px 10px;
    margin-right: -15px;
    height: 70px;
    font-family: 'Muli', sans-serif;
    width: 30%;
    text-align: center;
    font-weight: bold;
}

#mobileSchedule .show {
        padding: 18px 13px;
}

#mobileSchedule .onNow .show .showTime {
font-family: 'Muli', sans-serif;
    font-weight: bold;
        font-size: 14px;
        color: #f2c037;
}

#mobileSchedule .onNow .show .showTitle {
font-family: 'Muli', sans-serif;
    font-weight: bold;
        font-size: 14px;
        color: #505050;
}


/*///////////////////////////////////////////////////////////////
Seasons Tabs
///////////////////////////////////////////////////////////////*/

#primary #content ul.nav-pills.seasons {
    text-align: center;
    text-decoration: none;
}

#primary #content ul.nav-pills.seasons > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

#episodes.tab-content .col-md-12 {
   
    border-bottom: 1px solid #333;
    position: relative;
}

#episodes.tab-content .col-md-5 {
   
    position: relative;
}

.youTubeVideo {
    cursor: pointer;
}


#episodes.tab-content .fa-youtube-play {
    font-size: 80px;
    color: red;
    position: absolute;
    top: 50%;
    margin-top: -39px;
    left: 50%;
    margin-left: -47px;
    z-index: 111;

}

#episodes.tab-content .white {
    width: 43px;
    height: 30px;
    background: white;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -31px;
    z-index: 99;
}









#signup-form input[type=text], #signup-form select, #signup-form textarea { 
    display: block; 
    width: 100%; 
    height: 34px; 
    padding: 6px 12px; 
    margin: 15px 0px 15px 0px; 
    font-size: 14px; 
    line-height: 1.42857143; 
    color: #555; 
    background-color: #fff; 
    background-image: none; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; 
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; 
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; 
} 
#recaptcha_response_field{ 
height: 22px !important; 
display: inline-block !important; 
} 
 
 
 
#signup-form input[type=submit] { 
    text-transform: uppercase; 
    color: #1d1d1d; 
    font-size: 12px; 
    border-radius: 0px; 
    border: 2px solid #f2c037; 
    font-weight: bold; 
 
    background: #f7df94; /* For browsers that do not support gradients */ 
    background: -webkit-linear-gradient(#f7df94, #f2c037); /* For Safari 5.1 to 6.0 */ 
    background: -o-linear-gradient(#f7df94, #f2c037); /* For Opera 11.1 to 12.0 */ 
    background: -moz-linear-gradient(#f7df94, #f2c037); /* For Firefox 3.6 to 15 */ 
    background: linear-gradient(#f7df94, #f2c037); /* Standard syntax */ 
 
    box-shadow: 0px 0px 18px -6px #000; 
    -webkit-box-shadow: 0px 0px 18px -6px #000; 
    -moz-box-shadow: 0px 0px 18px -6px #000; 
    float: left !important; 
    margin-left: 15px; 
        padding: 10px 15px; 
} 
 
#signup-form input[type=submit]:hover { 
    background: #f7df94; 
} 
@media only screen and (max-width: 768px){ 
#recaptcha_table > tbody > tr:nth-child(2) > td.recaptcha_r2_c1 { 
    display: inline-block !important; 
} 
#recaptcha_table > tbody > tr:nth-child(2) > td.recaptcha_image_cell{ 
  display: inline-block !important; 
} 
} 


.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .aligner-item--top {
    align-self: flex-start;
  }
  
  .aligner-item--bottom {
    align-self: flex-end;
  }


/*///////////////////////////////////////////////////////////////
Image Comparison Slider
///////////////////////////////////////////////////////////////*/


  .ba-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
 
.ba-slider img {
    width: 100%;
    display:block;
    max-width: unset;
}
 
.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
 
  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}
 
.handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
 
    content:'\21d4';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:64px;
 
    background: #ffb800; /* @orange */
    border:1px solid #e6a600; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow:
      0 2px 6px rgba(0,0,0,.3), 
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #ffd466; /* lighten(@orange, 20%)*/ 
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:48px;
    font-size:30px;
}



/* Gravity Forms Css */

.GFCheckbox {
    margin: 41px 0px !important;
}

.GFCheckbox .gfield_label {
    display: inline-block;
    /* float: right; */
    padding-left: 20px;
}

.GFCheckbox .ginput_container_checkbox {
    float: left;
    display: inline-block;
    margin: 0px !important;
    margin-top: -8px !important;
    margin-left: -20px !important;

}

.GFCheckbox ul.gfield_checkbox {
    margin-top: -2px;
}


.GFCheckbox ul.gfield_checkbox li  {
   overflow: visible !important;

}




/*///////////////////////////////////////////////////////////////
CountDown Banner & Sidebar
///////////////////////////////////////////////////////////////*/

#countDown, #countDown a {
    position: relative;
}

#countDown .countDown {
    width: 460px;
    height: 226px;
    position: absolute;
    right: -47px;
    top:0px;
}

#countDown .countDown .top {
   width: 100%;
   height: auto;
   text-align: center;
}

#countDown .countDown .top h3 {
    font-family: 'Times New Roman', Times, serif;
    margin: 20px auto;
    text-align: center;
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    transform: scale(1, 2);
    -webkit-transform: scale(1, 2); /* Safari and Chrome */
    -moz-transform: scale(1, 2); /* Firefox */
    -ms-transform: scale(1, 2); /* IE 9+ */
    -o-transform: scale(1, 2); /* Opera */
    text-shadow: 2px 3px 6px rgba(0,0,0, 0.7);
}

#countDown .countDown .middle {
    width: 100%;
    height: auto;
    text-align: center;
}

#countDown .countDown .middle .day,
#countDown .countDown .middle .min,
#countDown .countDown .middle .hour {
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   text-align: center;
   display: inline-block;
   font-size: 25px;
   color: #fff;
 }



 #countDown .countDown .middle .block {
    padding: 9px 20px;
    margin: 0px 15px 5px 15px;
    color: #fff;
    font-size: 37px;
    width: 77px;
    height: 55px;
    text-shadow: 2px 3px 6px rgba(0,0,0, 0.2);
}
#countDown .countDown .middle h3 {

font-size: 40px;
    margin: 36px;
}
#countDown .countDown .bottom {
    display: block;
    text-align: center;
    margin-top: 15px;
}

#countDown .countDown .bottom .left,
#countDown .countDown .bottom .right
 {
    display: inline-block;
    color: #fff;
    margin: 0px;
}

#countDown .countDown .bottom .title  {
    font-weight: lighter;
    text-align: right;
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}



#countDown .countDown .bottom .date  {
    font-weight: bold;
    text-align: right;
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

#countDown .countDown .bottom .btn {
    background: none;
    border: #fff 1px solid;
    font-weight: bold;
    margin: 0px 0px 0px 20px;
    color:#fff;
    font-weight: lighter;
    text-transform: uppercase;
    padding: 6px 16px;
    margin-top: -21px;
}


/* / */
#countDown.sidebar img {
    width: 100%;
}
#countDown.sidebar, #countDown.sidebar a {
    position: relative;
    display: block;
}

#countDown.sidebar .countDown {
    width: 329px;
    height: 274px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#countDown.sidebar .countDown .top {
   width: 100%;
   height: auto;
   text-align: center;
}

#countDown.sidebar .countDown .top h3 {
    font-family: 'Times New Roman', Times, serif;
    margin: 19px auto;
    text-align: center;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    transform: scale(1, 2);
    -webkit-transform: scale(1, 2);
    -moz-transform: scale(1, 2);
    -ms-transform: scale(1, 2);
    -o-transform: scale(1, 2);
    text-shadow: 2px 3px 6px rgba(0,0,0, 0.7);
}

#countDown.sidebar .countDown .middle {
    width: 100%;
    height: auto;
    text-align: center;
}
#countDown.sidebar .countDown .middle h3 {
    font-size: 24px;
    margin: 36px;
}

#countDown.sidebar .countDown .middle .day,
#countDown.sidebar .countDown .middle .min,
#countDown.sidebar .countDown .middle .hour {
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   text-align: center;
   display: inline-block;
   font-size: 17px;
   color: #fff;
 }



 #countDown.sidebar .countDown .middle .block {
    padding: 7px 18px;
    margin: 1px 10px 5px 10px;
    color: #fff;
    font-size: 35px;
    width: 67px;
    height: 51px;
    text-shadow: 2px 3px 6px rgba(0,0,0, 0.2);
}

#countDown.sidebar .countDown .bottom {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

#countDown.sidebar .countDown .bottom .left,
#countDown.sidebar .countDown .bottom .right
 {
    display: inline-block;
    color: #fff;
    margin: 0px;
}
#countDown.sidebar .countDown .bottom .left {
    margin-left: 105px;
}

#countDown.sidebar .countDown .bottom .title  {
    font-weight: lighter;
    text-align: right;
    display: block;
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#countDown.sidebar .countDown .bottom .date  {
    font-weight: bold;
    text-align: right;
    display: block;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

#countDown.sidebar.sidebar .countDown .bottom .btn {
    background: none;
    border: #fff 1px solid;
    font-weight: bold;
    margin: 0px 0px 0px 5px;
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
    padding: 6px 7px;
    margin-top: -17px;
    font-size: 10px;
}