html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
nav ul, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: 0;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,  1px,  1px,  1px);
}
.invisible {
    visibility: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%}
.clearfix {
    display: block;
}
#nav-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-transform: uppercase;
}
#nav-container #nav {
    width: 100%;
    position: relative;
    z-index: 2;
}
#nav-container .drop-down {
    width: 100%;
    position: absolute;
    top: -150px;
    left: 0;
    padding: 10px 0;
    *background-color: #000;
    background: -webkit-gradient(linear,  left bottom,  left top,  color-stop(1,  rgba(0,  0,  0,  0.5)),  color-stop(0,  rgba(0,  0,  0,  0.8)));
    background: -moz-linear-gradient(center bottom,  rgba(0,  0,  0,  0.8) 0%,  rgba(0,  0,  0,  0.5) 100%);
    -moz-box-shadow: inset 0px 2px 10px #000000;
    -webkit-box-shadow: inset 0px 2px 10px #000000;
    box-shadow: inset 0px 2px 10px #000000;
    -webkit-transition: all .3s ease-out;
}
#nav-container .drop-down .links {
    overflow: hidden;
}
#nav-container .drop-down .links .left-links {
    width: 40%;
    display: table;
    overflow: hidden;
    float: left;
}
#nav-container .drop-down .links .right-links {
    width: 40%;
    display: table;
    overflow: hidden;
    float: right;
}
#nav-container .drop-down .nav-btn {
    display: table-cell;
    vertical-align: bottom;
    text-decoration: none;
    text-align: center;
    *float: left;
    *display: inline;
    width: 50%}
#nav-container .drop-down .nav-btn p {
    color: #cccccc;
    font-weight: bold;
}
#nav-container .drop-down.tierone {
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
#nav-container .drop-down.tierone.expanded {
    -webkit-transform: translate3d(0,  182px,  0);
}
#nav-container .drop-down.tiertwo {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
#nav-container .drop-down.tiertwo.expanded {
    -webkit-transform: translate3d(0,  240px,  0);
}
#nav-container .drop-down.tierone.expanded-ie7 {
    top: 32px;
    *border-top: 1px solid #999;
    *border-bottom: 1px solid #999;
}
#nav-container .drop-down.tiertwo.expanded-ie7 {
    top: 90px;
}
#disney-menu-cell {
    z-index: 2;
}
#disney-menu-wrapper {
    width: 53px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -26px;
}
#disney-menu-wrapper .disney-menu {
    background-image: url("../media/nav/nav-menu-btm.png");
    background-position: 1px bottom;
    background-repeat: no-repeat;
    margin-top: -190px;
    padding-bottom: 7px;
    width: 53px;
    text-align: center;
    position: absolute;
    z-index: 3;
    -webkit-transition: all .2s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
#disney-menu-wrapper .disney-menu .expand {
    margin-top: 190px;
}
#disney-menu-wrapper .disney-menu.expanded {
    -webkit-transform: translate3d(0,  190px,  0);
}
#disney-menu-wrapper .disney-menu.expanded-ie7 {
    margin: 0;
    *padding-bottom: 9px;
}
#disney-menu-wrapper .disney-menu .content a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 9px;
}
#disney-menu-wrapper .disney-menu .content .drop-down {
    display: none;
    position: static;
    height: auto;
    width: auto;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    *border-bottom: none;
}
#disney-menu-wrapper .disney-menu .content.expanded {
    border: 1px solid rgba(255,  255,  255,  0.2);
    border-bottom: none;
    background-color: #000;
    opacity: 1;
}
#disney-menu-wrapper .disney-menu .content.expanded .expand {
    display: none;
}
#disney-menu-wrapper .disney-menu .content.expanded a {
    margin: 10px 0px 2px;
}
#disney-menu-wrapper .disney-menu .content.expanded a img {
    margin-bottom: 5px;
}
#disney-menu-wrapper .disney-menu .content.expanded a p {
    text-transform: uppercase;
    line-height: 12px;
}
#disney-menu-wrapper .disney-menu .content.expanded .drop-down {
    display: block;
    opacity: 1;
    -moz-opacity: 1;
    margin-top: -10px;
    padding-top: 5px;
}
.nav-item {
    background: -webkit-gradient(linear,  left bottom,  left top,  color-stop(1,  rgba(0,  0,  0,  0.5)),  color-stop(0,  rgba(0,  0,  0,  0.8)));
    background: -moz-linear-gradient(center bottom,  rgba(0,  0,  0,  0.8) 0%,  rgba(0,  0,  0,  0.5) 100%);
    *background-color: #000;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    overflow: hidden;
}
.nav-item a {
    color: #ffffff !important;
    text-decoration: none;
    padding: 10px 0px;
    display: block;
    font-weight: bold;
}
.nav-item.right {
    padding-left: 25px;
}
.nav-item.left {
    padding-right: 25px;
}
.nav-item.active a {
    color: #707070;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
    #nav-container .drop-down {
    top: -360px;
    padding: 24px 0;
    -moz-box-shadow: inset 0px 5px 24px #000000;
    -webkit-box-shadow: inset 0px 5px 24px #000000;
    box-shadow: inset 0px 5px 24px #000000;
}
#nav-container .drop-down.tierone.expanded {
    -webkit-transform: translate3d(0,  434px,  0);
}
#nav-container .drop-down.tiertwo.expanded {
    -webkit-transform: translate3d(0,  571px,  0);
}
#nav-container .drop-down.tierone.expanded-ie7 {
    top: 69px;
}
#nav-container .drop-down.tiertwo.expanded-ie7 {
    top: 211px;
}
#disney-menu-wrapper {
    width: 118px;
    margin-left: -62px;
}
#disney-menu-wrapper .disney-menu {
    background-image: url("../media/nav/nav-menu-btm-ipad.png");
    background-position: 3px bottom;
    background-repeat: no-repeat;
    margin-top: -456px;
    padding-bottom: 18px;
    width: 118px;
}
#disney-menu-wrapper .disney-menu .expand {
    margin-top: 456px;
}
#disney-menu-wrapper .disney-menu.expanded {
    padding-bottom: 16px;
    background-position: 0px bottom;
    -webkit-transform: translate3d(0,  456px,  0);
}
#disney-menu-wrapper .disney-menu.expanded-ie7 {
    *padding-bottom: 22px;
}
#disney-menu-wrapper .disney-menu .content a {
    font-size: 22px;
}
#disney-menu-wrapper .disney-menu .content.expanded a {
    margin: 24px 0px 5px;
}
#disney-menu-wrapper .disney-menu .content.expanded a img {
    margin-bottom: 12px;
}
#disney-menu-wrapper .disney-menu .content.expanded a p {
    line-height: 29px;
}
#disney-menu-wrapper .disney-menu .content.expanded .drop-down {
    margin-top: -24px;
    padding-top: 12px;
}
.nav-item a {
    padding: 24px 0px;
    font-size: 29px;
}
.nav-item a.right {
    padding-left: 60px;
}
.nav-item a.left {
    padding-right: 60px;
}
}body, html {
    width: 100%;
    height: 100%;
    background-color: #000;
}
body {
    font-family: Arial,  Helvetica,  sans-serif;
    font-size: 12px;
}
#content-wrapper {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%}
#content {
    z-index: 0;
    box-sizing: border-box;
    width: 320px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
    background: url("../media/global/content-bg.jpg") no-repeat,  -moz-linear-gradient(top,  white,  white,  #d7d7d7);
    background: url("../media/global/content-bg.jpg") no-repeat,  -webkit-gradient(linear,  left top,  left bottom,  color-stop(0.3,  white),  color-stop(1,  #d7d7d7));
    #background: white url("../media/global/content-bg.jpg") no-repeat;
}
#header {
    padding-top: 45px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 25px;
}
#video-player {
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: none;
    top: -100%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
#video-player #player-wrapper {
    margin: 0 auto;
    width: 640px;
    height: 480px;
    position: relative;
}
#video-player div.modal-btn {
    width: 106px;
    height: 106px;
    display: block;
    float: right;
    position: relative;
    top: 55px;
    left: 50px;
    background: url("../media/property/prom/btn-modal-close-ipad.png") no-repeat;
}
#footer {
    background-color: #d7d7d7;
    *background-color: #fff;
}
#footer li {
    border-right: 1px solid #000 !important;
}
#footer li a {
    text-decoration: none;
    color: #000 !important;
}
#footer li.end {
    border: none !important;
}
#footer p {
    color: #000 !important;
}
.left {
    left: 0;
}
.right {
    right: 0;
}
.clear {
    clear: both;
}
.sub-nav {
    margin-bottom: 7px;
    display: inline-block;
}
.sub-nav ul {
    margin-left: 10px;
}
.sub-nav li {
    display: inline;
    float: left;
    margin-right: 5px;
}
.sub-nav li:last-child {
    margin-right: 0px;
}
.sub-nav .btn {
    width: 96px;
    padding: 0px;
}
.btn-small {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 8px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background: -webkit-gradient(linear,  left bottom,  left top,  color-stop(1,  white),  color-stop(0,  rgba(0,  0,  0,  0.3)));
    background: -moz-linear-gradient(center bottom,  black 0%,  rgba(255,  255,  255,  0.3) 100%);
    *background-color: #999;
    border: 1px solid rgba(255,  255,  255,  0.5);
}
a.btn {
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    padding: 0px 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #999999;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  from(#999999),  to(black));
    background-image: -moz-linear-gradient(top,  #999999,  black);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px rgba(0,  0,  0,  0.8) inset;
    -webkit-box-shadow: 0px 0px 2px rgba(0,  0,  0,  0.8) inset;
    box-shadow: 0px 0px 2px rgba(0,  0,  0,  0.8) inset;
    *background-color: #333;
}
a.btn.selected {
    background: #cccccc;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  from(#cccccc),  to(#666666));
    background-image: -moz-linear-gradient(top,  #cccccc,  #666666);
    *background-color: #666;
}
.listing {
    margin: 0px 10px;
}
.listing h2 {
    background-color: #000;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 7px;
    text-indent: 10px;
    -moz-box-shadow: 0px 2px 4px rgba(0,  0,  0,  0.5);
    -webkit-box-shadow: 0px 2px 4px rgba(0,  0,  0,  0.5);
    box-shadow: 0px 2px 4px rgba(0,  0,  0,  0.5);
    clear: both;
}
.listing li {
    margin-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #ccc;
    -moz-box-shadow: 0px 1px 1px #f4f4f4;
    -webkit-box-shadow: 0px 1px 1px #f4f4f4;
    box-shadow: 0px 1px 1px #f4f4f4;
}
.listing li a.goto-listing {
    display: block;
    width: 300px;
    position: absolute;
    top: 0px;
    left: 0px;
    *background: url("ie:fix") no-repeat;
}
.listing .column {
    float: left;
    display: inline;
}
.listing .column p {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 12px;
}
.listing .column p span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
}
.listing .column .btn {
    margin: -5px 0px 10px;
}
.listing .column.left {
    width: 121px;
    margin: 0px 10px 0px 2px;
}
.listing .column.right {
    width: 167px;
}
.listing.bold-results li {
    min-height: 107px;
}
.listing.bold-results li .goto-listing {
    height: 102px;
}
.listing.bold-results li img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 123px;
    height: 102px;
}
.listing.bold-results li div {
    width: 177px;
    padding-left: 123px;
}
.listing.bold-results li div h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    line-height: 25px;
    background-color: #000;
    color: #fff;
    padding-left: 10px;
}
.listing.bold-results li div p {
    font-size: 11px;
    color: #333;
    margin-bottom: 8px;
    padding-left: 10px;
}
.listing.bold-results li div .btn {
    margin-left: 10px;
    padding: 0 20px;
    width: 60px;
}
.modal {
    display: none;
    position: absolute;
    overflow-x: hidden;
    left: 50%;
    margin-left: -159px;
}
.modal-overlay {
    background-color: #000;
}
.modal-message {
    background-color: #fff;
    width: 240px;
    display: block;
    text-align: center;
    margin-left: 10px;
    font-size: 16px;
    padding: 30px;
    line-height: 20px;
    *border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.modal-message p {
    margin-bottom: 20px;
}
.modal-message p span {
    font-size: 18px;
    font-weight: bold;
}
.modal-message ul {
    width: 210px;
    margin-left: 15px;
    padding-bottom: 30px;
}
.modal-message ul li {
    display: inline;
    float: left;
    position: relative;
}
.modal-message ul li:first-child {
    margin-right: 10px;
}
.modal-message .btn {
    width: 100px;
    padding: 0px;
}
.modal-message .arrow {
    background: url("../media/global/icon-up-arrow.png") no-repeat 50% 0px;
    padding-top: 60px;
    margin-top: -20px;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
    font-size: 30px;
}
#content {
    width: 768px;
    padding-bottom: 24px;
    background: url("../media/global/content-bg-ipad.jpg") no-repeat,  -moz-linear-gradient(top,  white,  white,  #d7d7d7);
    background: url("../media/global/content-bg-ipad.jpg") no-repeat,  -webkit-gradient(linear,  left top,  left bottom,  color-stop(0.3,  white),  color-stop(1,  #d7d7d7));
    *background: white url("../media/global/content-bg-ipad.jpg") no-repeat;
}
#header {
    padding-top: 108px;
    font-size: 53px;
    margin-bottom: 19px;
    line-height: 60px;
}
.sub-nav {
    margin-bottom: 17px;
}
.sub-nav ul {
    margin-left: 24px;
}
.sub-nav li {
    margin-right: 12px;
}
.sub-nav .btn {
    width: 230px;
}
.btn-small {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    padding: 0px 19px;
    line-height: 43px;
    font-size: 29px;
    border: 2px solid rgba(255,  255,  255,  0.5);
}
a.btn {
    height: 60px;
    line-height: 60px;
    padding: 0px 72px;
    font-size: 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 5px rgba(0,  0,  0,  0.8) inset;
    -webkit-box-shadow: 0px 0px 5px rgba(0,  0,  0,  0.8) inset;
    box-shadow: 0px 0px 5px rgba(0,  0,  0,  0.8) inset;
}
.listing {
    margin: 0px 24px;
}
.listing h2 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 19px;
    text-indent: 24px;
    -moz-box-shadow: 0px 6px 10px rgba(0,  0,  0,  0.5);
    -webkit-box-shadow: 0px 6px 10px rgba(0,  0,  0,  0.5);
    box-shadow: 0px 6px 10px rgba(0,  0,  0,  0.5);
}
.listing li {
    margin-bottom: 24px;
}
.listing li a.goto-listing {
    width: 720px;
}
.listing .column p {
    font-size: 26px;
    margin-bottom: 24px;
    line-height: 29px;
}
.listing .column p span {
    font-size: 22px;
}
.listing .column .btn {
    margin: -12px 0px 24px;
}
.listing .column.left {
    width: 290px;
    margin: 0px 24px 0px 5px;
}
.listing .column.right {
    width: 401px;
}
.listing.bold-results li {
    min-height: 257px;
    margin-bottom: 12px;
}
.listing.bold-results li .goto-listing {
    height: 245px;
}
.listing.bold-results li img {
    width: 295px;
    height: 245px;
}
.listing.bold-results li div {
    width: 425px;
    padding-left: 295px;
}
.listing.bold-results li div h3 {
    font-size: 38px;
    margin: 0px 0px 24px 0px;
    line-height: 60px;
    padding-left: 24px;
}
.listing.bold-results li div p {
    font-size: 26px;
    margin-bottom: 19px;
    padding-left: 24px;
}
.listing.bold-results li div .btn {
    margin-left: 24px;
    padding: 0 48px;
    width: 144px;
}
.modal {
    margin-left: -384px;
}
.modal-message {
    width: 576px;
    text-align: center;
    margin-left: 24px;
    font-size: 40px;
    padding: 72px;
    line-height: 48px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}
.modal-message p {
    margin-bottom: 48px;
}
.modal-message p span {
    font-size: 44px;
    font-weight: bold;
}
.modal-message ul {
    width: 504px;
    margin-left: 36px;
    padding-bottom: 72px;
}
.modal-message ul li:first-child {
    margin-right: 24px;
}
.modal-message .btn {
    width: 240px;
}
.modal-message .arrow {
    background: url("../media/global/icon-up-arrow-ipad.png") no-repeat 50% 0px;
    padding-top: 144px;
    margin-top: -48px;
}
}.pipe {
    position: relative;
    overflow: hidden;
}
.pipe .left-arrow {
    left: 5px;
    background: url("../media/global/arrow-left.png") no-repeat;
}
.pipe > .arrow-button {
    position: absolute;
    z-index: 100;
    display: block;
    width: 29px;
    height: 29px;
}
.pipe > .arrow-button.right-arrow {
    right: 5px;
    background: url("../media/global/arrow-right.png") no-repeat;
}
.pipe ul {
    width: 9999em;
    list-style: none;
    position: relative;
    margin-right: 10px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.pipe ul li {
    position: relative;
    float: left;
}
.pipe .pipe-header {
    font-size: 16px;
    line-height: 22px;
    margin: 2px;
    color: #fff;
    text-transform: uppercase;
}
.pipe .pipe-header a {
    color: #fff;
    text-decoration: none;
}
.pipe .pipe-header span {
    font-weight: bold;
}
.pipe .pipe-header .text {
    padding-left: 35px;
}
.pipe .pipe-header .icon {
    position: absolute;
}
.pipe .pipe-header .icon > img {
    width: 29px;
    height: 22px;
    border: none;
}
.pipe .pipe-header-btn {
    position: absolute;
    top: 2px;
    right: 2px;
}
.pipe .paging-dots {
    width: 320px;
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 2;
    text-align: center;
}
.pipe .paging-dots ul {
    width: 320px;
    text-align: center;
}
.pipe .paging-dots ul li {
    zoom: 1;
    display: inline-block;
    *display: inline;
    background: url("../media/global/paging-dots.png") no-repeat;
    height: 9px;
    width: 9px;
    float: none;
    margin-right: 5px;
}
.pipe .paging-dots ul li.selected {
    background-position: 0px -9px;
}
.pipe .paging-dots ul li:last-child {
    margin-right: 0px;
}
.pipe.one-up {
    height: 190px;
}
.pipe.one-up img {
    width: 320px;
    height: 190px;
}
.pipe.one-up > .arrow-button {
    top: 90px;
}
.pipe.three-up {
    height: 90px;
}
.pipe.three-up ul {
    margin-left: -35px;
}
.pipe.three-up li {
    margin-right: 1px;
}
.pipe.three-up img {
    width: 75px;
    height: 60px;
    border: 1px solid #fff;
}
.pipe.three-up > .arrow-button {
    top: 40px;
}
.pipe.two-up {
    height: 130px;
}
.pipe.two-up ul {
    margin-left: -91px;
}
.pipe.two-up li {
    margin-right: 2px;
}
.pipe.two-up img {
    width: 122px;
    height: 102px;
    border: 1px solid #fff;
}
.pipe.two-up > .arrow-button {
    top: 60px;
}
.pipe.two-up li .play {
    background: url("../media/global/icon-play.png") no-repeat;
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 20px;
    height: 22px;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
    .pipe .left-arrow {
    left: 12px;
    background: url("../media/global/arrow-left-ipad.png") no-repeat;
}
.pipe > .arrow-button {
    width: 70px;
    height: 70px;
}
.pipe > .arrow-button.right-arrow {
    right: 12px;
    background: url("../media/global/arrow-right-ipad.png") no-repeat;
}
.pipe ul {
    margin-right: 24px;
}
.pipe .pipe-header {
    font-size: 38px;
    line-height: 53px;
    margin: 5px;
}
.pipe .pipe-header .text {
    padding-left: 84px;
}
.pipe .pipe-header .icon > img {
    width: 69px;
    height: 53px;
}
.pipe .pipe-header-btn {
    top: 5px;
    right: 5px;
}
.pipe .paging-dots {
    width: 768px;
    bottom: 24px;
}
.pipe .paging-dots ul {
    width: 768px;
}
.pipe .paging-dots ul li {
    background: url("../media/global/paging-dots-ipad.png") no-repeat;
    height: 21px;
    width: 21px;
    margin-right: 12px;
}
.pipe .paging-dots ul li.selected {
    background-position: 0px -21px;
}
.pipe.one-up {
    height: 456px;
}
.pipe.one-up img {
    width: 768px;
    height: 456px;
}
.pipe.one-up > .arrow-button {
    top: 216px;
}
.pipe.three-up {
    height: 216px;
}
.pipe.three-up ul {
    margin-left: -84px;
}
.pipe.three-up li {
    margin-right: 2px;
}
.pipe.three-up img {
    width: 180px;
    height: 144px;
    border: 2px solid #fff;
}
.pipe.three-up > .arrow-button {
    top: 96px;
}
.pipe.two-up {
    height: 312px;
}
.pipe.two-up ul {
    margin-left: -218px;
}
.pipe.two-up li {
    margin-right: 3px;
}
.pipe.two-up img {
    width: 293px;
    height: 245px;
    border: 2px solid #fff;
}
.pipe.two-up > .arrow-button {
    top: 144px;
}
.pipe.two-up li .play {
    background: url("../media/global/icon-play-ipad.png") no-repeat;
    bottom: 17px;
    right: 17px;
    width: 48px;
    height: 53px;
}
}#footer {
    margin: 0 auto;
    padding-bottom: 75px;
    position: relative;
    width: 320px;
    text-align: center;
    clear: both;
}
#footer ul {
    margin-bottom: 2px;
}
#footer li {
    display: inline;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #fff;
    line-height: 10px;
    font-size: 9px;
}
#footer li a {
    color: #fff;
}
#footer li.end {
    border: none;
    padding: 0px;
    margin: 0px;
}
#footer p {
    clear: both;
    color: #fff;
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
    #footer {
    padding-bottom: 180px;
    width: 768px;
}
#footer ul {
    margin-bottom: 5px;
}
#footer li {
    padding-right: 13px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    line-height: 10px;
    font-size: 16px;
}
#footer p {
    font-size: 18px;
    padding-top: 2px;
}
}.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,  1px,  1px,  1px);
}
.invisible {
    visibility: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%}
.clearfix {
    display: block;
}
.ad {
    box-shadow: 0 -4px 4px 5px rgba(0,  0,  0,  0.5);
    -webkit-box-shadow: 0 -4px 4px -2px rgba(0,  0,  0,  0.5);
    width: 100%;
    position: absolute;
    bottom: 50px;
    height: 50px;
    text-align: center;
    z-index: 9999;
    background: #000;
    overflow: hidden;
    display: none;
}
.ad #adBanner {
    margin: 0 auto;
    width: 318px;
    overflow: hidden;
    position: relative;
    height: 50px;
    padding: 0px;
    border: 2px solid #ffffff;
}
.ad img {
    width: 320px;
    z-index: 99999;
}
@media only screen and (max-device-height: 800px) {
    .ad {
    bottom: 15px;
}
}@media only screen and (max-device-height: 854px) {
    .ad {
    bottom: 0px;
}
}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .ad {
    height: 115px;
    bottom: 195px;
}
.ad img {
    width: 768px;
}
.ad #adBanner {
    width: 766px;
}
}.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,  1px,  1px,  1px);
}
.invisible {
    visibility: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%}
.clearfix {
    display: block;
}
.notifications {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%}
.notifications .content {
    top: 20px;
    text-align: center;
    margin: 0 auto;
    z-index: 4;
    position: relative;
    width: 300px;
    -moz-box-shadow: 0 0 50px black;
    -webkit-box-shadow: 0 0 50px black;
    box-shadow: 0 0 50px black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.notifications .content h2 {
    text-align: left;
    display: block;
    padding-top: 10px;
    padding-left: 10px;
}
.notifications .content span {
    text-align: left;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}
.notifications .content div {
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}
.notifications .content a {
    cursor: pointer;
    padding: 0px 30px;
}
.notifications .background {
    position: absolute;
    background-color: #000;
    z-index: 2;
    opacity: 0.6;
    width: 100%;
    height: 900px;
    top: 0;
    left: 0;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
    .notifications .content {
    width: 720px;
}
.notifications .content h2 {
    font-size: 28px;
}
.notifications .content span {
    font-size: 28px;
}
.notifications .background {
    height: 2160px;
}
}
