html, button, input, select, textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
    min-width: 1250px;
    background-color: black;
    width: 100%;
    font-family: 'futura-pt-n4',  'futura-pt',  sans-serif !important;
    color: white;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.ie-bg-fix {
    -ms-behavior: url("css/backgroundsize.min.htc");
}
#container {
    display: none;
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    padding: 0;
    max-width: 2560px;
    margin: 0 auto;
}
.cover-width {
    width: inherit;
    max-width: 100%;
    height: auto;
}
.cover-height {
    height: inherit;
    max-height: 100%;
    width: auto;
}
.right-pic {
    position: relative;
    top: 0;
    left: 0;
}
#colorbox {
    z-index: 9999 !important;
}
#cboxOverlay {
    z-index: 9998 !important;
}
#resume {
    display: none;
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
	 background-image:url(../img/ie_bg.png);
    font-size: 40px;
    letter-spacing: 2px;
    overflow: hidden;
}
#resume #resume-content {
    position: relative;
    text-align: center;
    height: 60px;
    margin-top: -80px;
    top: 50%}
#nav-container {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 216px;
    margin: 0;
    overflow: hidden;
    z-index: 998;
}
#main-nav {
    position: relative;
    width: 100%;
    height: 60px;
    min-width: 1250px;
    overflow: hidden;
    z-index: 100;
}
#main-nav-holder {
    width: 1095px;
    overflow: hidden;
    height: 100%}
#nav-inside {
    position: relative;
    height: 100%}
#main-nav-content {
    position: relative;
    margin-left: 66px;
    position: relative;
    background-image: url("../img/black60.png");
    width: 100%;
    height: 58px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #182234;
    z-index: -2;
}
#tickets-link {
       position: absolute;
    text-decoration: none;
    width: 220px;
}
#main-nav-content a:link {
    text-decoration: none;
}
#main-nav-content a:visited {
    text-decoration: none;
}
#main-nav-content a:hover {
    text-decoration: none;
}
#main-nav-content a:active {
    text-decoration: none;
}
#main-nav-arrow-left {
    display: none;
    position: absolute;
    top: 15px;
    left: 1175px;
    width: 15px;
    height: 28px;
    background-image: url("../img/nav_left.png");
    cursor: pointer;
}
#main-nav-arrow-right {
    display: none;
    position: absolute;
    top: 15px;
    left: -5000px;
    width: 15px;
    height: 28px;
    background-image: url("../img/nav_right.png");
    cursor: pointer;
}
#main-nav #hamburger {
    position: absolute;
    width: 66px;
    height: 60px;
    z-index: 100;
    cursor: pointer;
}
#main-nav #hamburger #hamburger-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 66px !important;
    height: 60px;
    background-color: white;
    z-index: 99;
    background-image: url("../img/hamburger.jpg");
}
#main-nav #hamburger #menu-title {
    left: -100px;
    position: relative;
    width: 100px;
    height: 60px;
    background-color: #182234;
    color: white;
    font-size: 16px;
    float: left;
    text-align: center;
    padding-top: 20px;
}
#main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
}
#main-nav li {
    color: white;
    cursor: pointer;
    list-style: none;
    float: left;
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 20px;
    height: 38px;
    vertical-align: middle;
    font-size: 16px;
    background-color: #182234;
    background-size: 50% 100%}
.nav-item {
    position: relative;
    color: white;
    cursor: pointer;
    list-style: none;
    float: left;
    height: 38px;
    vertical-align: middle;
    font-size: 16px;
}
.nav-item .nav-text {
    z-index: 5;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
}
.nav-item .nav-bg {
    opacity: .5;
    position: absolute;
    z-index: -1;
    background-color: #182234;
    width: 0%;
    left: 50%;
    height: 58px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.nav-item .nav-active {
    opacity: 1 !important;
    width: 100% !important;
    left: 0% !important;
}
.nav-item:hover .nav-bg {
    opacity: 1;
    width: 100%;
    left: 0%}
#thumb-nav-holder {
    width: 100%;
    height: 156px;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}
#thumb-nav-arrow {
    display: none;
    width: 165px;
    height: 156px;
    background-color: black;
    position: absolute;
    z-index: 99990;
    right: 0;
}
#thumb-nav-arrow #left-arrow {
    display: none;
    position: absolute;
    opacity: 0;
    top: 57px;
    left: 39px;
    width: 260px;
    height: 156px;
    background-image: url("../img/nav_arrow_left.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
#thumb-nav-arrow #right-arrow {
    position: absolute;
    top: 57px;
    left: 71px;
    width: 260px;
    height: 156px;
    background-image: url("../img/nav_arrow_right.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
#thumb-nav {
    position: relative;
    height: 156px;
}
.thumb-over {
    position: absolute;
    border-bottom: solid;
    border-bottom-color: #d4d8e4;
    border-bottom-width: 10px;
    width: 260px;
    height: 146px;
    background-color: rgba(0, 0, 0, 0.6);
}
.thumb-item {
    cursor: pointer;
    width: 260px;
    height: 156px;
    overflow: hidden;
    float: left;
    position: relative;
}
.home-text {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 25px;
    padding-top: 68px;
    font-size: .85em;
    letter-spacing: 0.188em;
    color: white;
    text-align: center;
}
.thumb-text {
    display: none\9;
    text-align: center;
    width: 100%;
    padding-top: 68px;
    font-size: .85em;
    background-image: url("../img/black60.png");
    color: white;
    opacity: 0;
    letter-spacing: 0.188em;
    border-bottom: solid;
    border-bottom-color: transparent;
    border-bottom-width: 10px;
    height: 88px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.thumb-text img {
    opacity: 0;
    margin-top: -18px;
}
.home-thumb {
    color: white !important;
}
.active-thumb {
    display: inherit\9;
    opacity: 1 !important;
    height: 78px !important;
    border-bottom-color: #d4d8e4 !important;
}
.active-thumb img {
    opacity: 0 !important;
}
.thumb-item:hover .thumb-text {
    display: inherit\9;
    height: 78px;
    border-bottom-color: #d4d8e4 !important;
    opacity: 1 !important;
}
.thumb-item:hover img {
    opacity: 1;
}
.flat-holder {
    position: relative;
    width: 260px;
    height: 156px;
    top: -156px;
}
.flat-holder .flat-top {
    position: relative;
    background-repeat: no-repeat;
    width: 260px;
    height: 156px;
}
.flat-holder .flat-bottom {
    background-repeat: no-repeat;
    width: 260px;
    height: 156px;
}
.cube-animated {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.cube-static {
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
}
.cube {
    position: relative;
    width: 260px;
    height: 156px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.face {
    position: absolute;
    width: 260px;
    height: 156px;
}
.face-top {
    -webkit-transform: rotateX(90deg) translateZ(78px);
    transform: rotateX(90deg) translateZ(78px);
    -ms-transform: rotateX(90deg) translateZ(78px);
    background-repeat: no-repeat;
}
.face-front {
    -webkit-transform: translateZ(78px);
    transform: translateZ(78px);
    -ms-transform: translateZ(78px);
    background-repeat: no-repeat;
}
.forward {
    -webkit-transform: rotateY(0deg) rotateX(-90deg);
    transform: rotateY(0deg) rotateX(-90deg);
    -ms-transform: rotateY(0deg) rotateX(-90deg);
}
.back {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
    -ms-transform: rotateY(0deg) rotateX(0deg);
}
#ipad {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-image: url("../img/ipad_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #182234;
    font-size: 20px;
    letter-spacing: 2px;
    overflow: hidden;
}
#ipad #ipad-content {
    position: relative;
    text-align: center;
    height: 370px;
    margin-top: -185px;
    top: 50%}
#ipad #ipad-content img {
    margin-bottom: 140px;
}
#ipad #ipad-content #ipad-enter {
    width: 284px;
    height: 40px;
    background-image: url("../img/ipad_enter_btn.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-top: 5px;
}
#loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 100;
}
#loader #percentage-container {
    position: relative;
    width: 1200px;
    height: 52px;
    margin: auto;
    text-align: center;
}
#loader-assets {
    position: absolute;
    width: 0px;
    height: 0px;
    z-index: -1000;
    visibility: hidden;
}
#home {
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow: hidden;
}
#home #home-cover {
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 888;
}
#home #title-area {
    position: absolute;
    left: 44px;
    bottom: 85px;
    width: 500px;
    height: 191px;
    text-align: center;
    z-index: 887;
}
#home #title-area .title-treatment {
    width: 500px;
    height: auto;
}
.tt-3d {
    margin-top: 8px;
}
#home #video-holder {
    position: relative;
}
#home #home-video-player {
    width: 800px;
    height: 330px;
}
#home-static-bg {
    display: none;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#home-static-bg #home-bg-img {
    position: relative;
    width: 100%;
    height: auto;
}
#partners {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1250px;
    height: 100%}
#partners #partners-content {
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 25px;
}
#partners #partners-content #partners-detail {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 32px;
    left: 170px;
    width: 981px;
    height: 243px;
    background-color: #182234;
    z-index: 20;
}
#partners #partners-content #partners-detail #partners-close {
    position: absolute;
    width: 32px;
    height: 24px;
    top: 0px;
    right: -47px;
    cursor: pointer;
}
#partners #partners-content #partners-detail #partners-detail-thumb {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 185px;
    height: 140px;
    background-color: black;
}
#partners #partners-content #partners-detail #partners-detail-copy {
    position: absolute;
    left: 245px;
    top: 30px;
    width: 500px;
    height: 190px;
    overflow: hidden;
    padding-right: 15px;
}
#partners #partners-content #partners-detail #visit-btn {
    position: absolute;
    width: 187px;
    height: 38px;
    padding-top: 20px;
    top: 30px;
    right: 0px;
    background-color: black;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    color: white;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
#partners #partners-content #partners-detail #visit-btn:hover {
    background-color: #121316;
}
#partners #partners-content #partners-title-area {
    position: absolute;
    width: 395px;
    height: 151px;
    left: 170px;
    top: 272px;
    z-index: 9;
    text-align: center;
}
#partners #partners-content #partners-title-area .title-treatment {
    width: 100%;
    max-width: 500px;
    height: auto;
}
#partners #partners-content #partner-thumb-holder {
    position: absolute;
    left: 170px;
    top: 32px;
    width: 1000px;
    height: 310px;
    overflow: hidden;
}
#partners #partners-content #partner-thumb-holder .partner-thumb {
    float: left;
    width: 151px;
    height: 114px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: black;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
#partners #partners-content #partner-thumb-holder .partner-thumb img {
    width: 100%;
    height: 100%}
#partners #partners-content #partner-thumb-holder .partner-thumb:hover {
    background-color: #182234 !important;
}
#partners #partners-content a:link {
    color: white;
    text-decoration: none;
}
#partners #partners-content a:visited {
    color: white;
    text-decoration: none;
}
#partners #partners-content a:hover {
    color: white;
    text-decoration: underline;
}
#partners #partners-content a:active {
    color: white;
    text-decoration: none;
}
#partners #partners-content p {
    color: #9a9ca1;
    font-size: 14px;
    margin-top: 0px;
}
#partners #partners-content h1 {
    position: relative;
    top: 10px;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 4px;
    color: white;
    opacity: .99;
}
#partners #partners-cover {
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 888;
}
#partners #partners-bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#partners #partners-bg #partners-bg-img {
    position: relative;
    width: 100%;
    height: auto;
}
#about {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1250px;
    height: 100%}
#about #about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#about #about-bg #about-bg-img {
    position: relative;
    width: 100%;
    height: auto;
}
#about #about-left {
    position: absolute;
    left: 0;
    width: 45.1%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}
#about #about-left #bio-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    margin-left: 10%;
    z-index: 9999;
}
#about #about-left #bio-holder-2 {
    position: absolute;
    top: 0;
    left: -5000px;
    height: 100%;
    width: 80%;
    margin-left: 10%}
#about #about-left .bio-content {
    top: 0px;
    position: relative;
    width: 100%;
    text-align: left;
}
#about #about-left .bio-content h1 {
    font-family: 'futura-pt-n3',  'futura-pt',  sans-serif !important;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 4px;
    color: white;
    opacity: .99;
}
#about #about-left .bio-content h2 {
    margin-top: -18px;
    font-family: 'futura-pt-n3',  'futura-pt',  sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #7b7f86;
    opacity: .99;
}
#about #about-left .bio-content #copy-holder {
    padding-top: -14px;
    height: 208px;
    overflow: hidden;
}
#about #about-left .bio-content #copy-holder .copy-inside {
    margin-top: -14px;
    margin-right: 20px;
}
#about #about-left .bio-content p {
    font-family: 'Arial',  sans-serif;
  /*  font-size: 12px;*/
    letter-spacing: 2px;
    color: #a8a9ae;
    margin-bottom: -2px;
}
#about #about-left #about-title-area {
    text-align: center;
    width: 85%;
    position: absolute;
    left: 7%}
#about #about-left #about-title-area .title-treatment {
    width: 80%;
    max-width: 500px;
    height: auto;
}
#about #about-right {
    position: absolute;
    right: 0;
    margin-top: -2px;
    width: 55%;
    height: 100%;
    overflow: hidden;
}
#about #about-right #about-right-inside {
    position: relative;
    top: 0;
    height: 100%;
    width: 100%}
#about #about-right #about-right-inside .right-bg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}
#gallery {
    display: none;
    position: relative;
    min-width: 1250px;
    height: 100%;
    overflow: hidden;
}
#gallery #gallery-cover {
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 888;
}
#gallery #gallery-grid {
    display: none;
}
#gallery #gallery-grid .gallery-column {
    position: relative;
    float: left;
    width: 33.33%;
    min-height: 500px;
}
#gallery #gallery-grid .gallery-column img {
    width: 100%;
    height: auto;
}
#gallery #gallery-full {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#gallery #gallery-full #gallery-strip {
    position: relative;
    height: 100%}
#gallery #gallery-full #gallery-strip .gal-img {
    width: inherit;
    max-width: 100%;
    height: auto;
}
#gallery #gallery-full #gallery-strip .gallery-image-holder {
    position: relative;
    float: left;
    width: 1000px;
    height: 100%}
#gallery #gallery-full #gallery-strip .gallery-image {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    text-align: center;
}
#video-section {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: black;
}
#video-section #view-more-btn {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 47px;
    font-size: 14px;
    color: white;
    height: 34px;
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 16px;
    background-color: black;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#video-section .view-more-btn-active {
    background-color: #1a1a1a !important;
}
#video-section #more-options-window {
    position: absolute;
    z-index: 999;
    overflow: hidden;
    top: 50px;
    right: 0;
    padding-top: 0px;
    width: 480px;
    height: 0px;
    background-color: #1a1a1a;
    text-align: center;
    font-family: 'Arial',  sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #9ea3a7;
}
#video-section #more-options-window .view-link {
    cursor: pointer;
}
#video-section #more-options-window a:link {
    color: #9ea3a7;
    text-decoration: none;
}
#video-section #more-options-window a:visited {
    color: #9ea3a7;
    text-decoration: none;
}
#video-section #more-options-window a:hover {
    color: white;
    text-decoration: none;
}
#video-section #more-options-window a:active {
    color: #9ea3a7;
    text-decoration: none;
}
#video-section #more-options-window h1 {
    font-size: 16px;
    color: white;
    font-weight: bold;
}
#video-section #more-options-window h2 {
    font-size: 14px;
    color: #656e76;
    font-weight: bold;
}
#video-section #more-options-window .options-side {
    width: 50%;
    float: left;
}
#video-section #video-close {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    right: 0;
    width: 29px;
    height: 30px;
    margin-top: 9px;
    margin-right: 9px;
}
#video-section #video-nav {
    position: relative;
    background-color: black;
    width: 100%;
    height: 50px;
    color: white;
    z-index: -2;
    font-family: 'futura-pt-n4',  'futura-pt',  sans-serif !important;
    font-size: 16px;
    color: white;
    font-weight: 400;
}
#video-section #video-nav .vid-nav-item {
    position: relative;
    cursor: pointer;
    float: left;
    height: 50px;
    vertical-align: middle;
}
#video-section #video-nav .vid-nav-item .vid-nav-text {
    z-index: 5;
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 15px;
}
#video-section #video-nav .vid-nav-item .vid-nav-bg {
    opacity: .5;
    position: absolute;
    z-index: -1;
    background-color: #134060;
    width: 0%;
    left: 50%;
    height: 50px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#video-section #video-nav .vid-nav-item .vid-nav-active {
    opacity: 1 !important;
    width: 100% !important;
    left: 0% !important;
}
#video-section #video-nav .vid-nav-item:hover .vid-nav-bg {
    opacity: 1;
    width: 100%;
    left: 0%}
#video-section #tube-holder {
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: black;
}
#video-section #tube-holder #tube-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    left: 0;
}
#downloads {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    min-width: 1250px;
    height: 100%}
#downloads #downloads-left {
    position: absolute;
    width: 45.1%;
    height: 100%;
    overflow: hidden;
    background-color: #182234;
}
#downloads #downloads-left #download-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    margin-left: 10%;
    z-index: 9999;
}
#downloads #downloads-left #download-holder-2 {
    position: absolute;
    top: 0;
    left: -5000px;
    height: 100%;
    width: 80%;
    margin-left: 10%}
#downloads #downloads-left .download-content {
    top: 0px;
    position: relative;
    width: 100%;
    text-align: left;
}
#downloads #downloads-left .download-content h1 {
    font-family: 'futura-pt-n4',  'futura-pt',  sans-serif !important;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 4px;
    color: white;
}
#downloads #downloads-left .download-content h2 {
    margin-top: -18px;
    font-family: 'futura-pt-n3',  'futura-pt',  sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #7b7f86;
}
#downloads #downloads-left .download-content #download-link-holder {
    position: relative;
    padding-top: -14px;
    overflow: hidden;
}
#downloads #downloads-left .download-content #download-link-holder .wallpaper-item {
    height: 45px;
    margin-bottom: 14px;
}
#downloads #downloads-left .download-content #download-link-holder .wallpaper-item .wallpaper-links {
    height: 20px;
    width: 100%}
#downloads #downloads-left .download-content #download-link-holder .wallpaper-item .wallpaper-links .wallpaper-link {
    cursor: pointer;
    float: left;
    margin-right: 20px;
    color: #747a85;
    font-size: 13px;
}
#downloads #downloads-left .download-content #download-link-holder .wallpaper-item .wallpaper-links .wallpaper-link:hover {
    color: white;
}
#downloads #downloads-left .download-content #download-link-holder .download-item {
    cursor: pointer;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    /*height: 20px;*/ 
   overflow: hidden;
    color: white;
}
#downloads #downloads-left .download-content #download-link-holder .download-item:hover {
    color: #747a85;
}
#downloads #downloads-left .download-content #download-link-holder .download-title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 0px;
    float: left;
}
#downloads #downloads-left .download-content #download-link-holder img {
    float: left;
    margin-right: 25px;
}
#downloads #downloads-left .download-content p {
    font-family: 'Arial',  sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #a8a9ae;
    margin-bottom: -2px;
}
#downloads #downloads-left #downloads-title-area {
    text-align: center;
    width: 85%;
    position: absolute;
    left: 7%;
    bottom: 0;
}
#downloads #downloads-left #downloads-title-area .title-treatment {
    width: 85%;
    max-width: 500px;
    margin-bottom: 75px;
    height: auto;
}
#downloads #downloads-right {
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0;
    overflow: hidden;
}
#downloads #downloads-right #downloads-right-inside {
    position: relative;
    top: 0;
    height: 100%;
    width: 100%}
#downloads #downloads-right #downloads-right-inside .right-bg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#footer {
    display: none;
    position: relative;
    width: 100%;
    color: white;
    text-align: center;
}
#footer #sound-btn {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 25px;
    margin-left: 20px;
    background-image: url("../img/muteBtn.png");
    background-repeat: no-repeat;
}
#footer #footer-social {
    position: relative;
    margin-top: 20px;
    font-size: 11px;
    width: 600px;
}
#footer #footer-social #follow-text {
    float: left;
    margin-right: 10px;
    padding-top: 4px;
}
#footer #footer-social .share-icon {
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
#footer #footer-social #share-arrow {
    float: left;
    margin-left: 5px;
    padding-top: 1px;
    padding-left: 10px;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 1px;
    height: 19px;
}
#footer #footer-social #share-arrow img {
    margin-right: 10px;
    margin-top: -2px;
}
#footer #footer-social #share-arrow #share-text {
    cursor: pointer;
    font-size: 10px;
   /* font-weight: bold;*/
}
#footer #footer-social #follow-holder {
    float: left;
}
#footer #footer-social #social-buttons {
    float: left;
    width: 0px;
    height: 20px;
    overflow: hidden;
}
#footer #footer-social #social-buttons #social-holder {
    height: 20px;
    position: relative;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 5px;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 1px;
    width: 310px;
}
#footer #footer-social #social-buttons .social-button {
    float: left;
    margin-right: 5px;
}
#footer #credits {
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer #legal {
    list-style: none;
    height: 15px;
    color: #ffffff;
    font-size: 10px;
    padding-bottom: 30px;
}
#footer #legal li {
    display: inline;
    list-style: none;
    margin-left: 3px;
    margin-right: 3px;
}
#footer #legal li a {
    color: #fff;
    text-decoration: none;
   /* text-transform: uppercase;*/
    font-size: 10px;
}
#footer #legal li a:hover {
    color: #999;
}
#footer #links {
    display: inline;
    list-style: none;
    display: block;
}
#footer #links li {
    list-style: none;
    display: inline;
    padding-left: 5px;
}
#footer #links li a {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
#footer #links li a:hover {
    color: #ffffff;
}
#footer #copyrights {
    margin: 5px 0px 0px 0px;
    display: block;
    font-size: 9px;
    color: #999999;
    padding-bottom: 20px;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
@media print {
    * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}


/* VIDEO PLAYER STYLE */
.tdk-vid {
	height: 100%;
	
}

.vjs-spinner {
	visibility: hidden;
}

.tdk-vid .vjs-controls {
	color: #FFF;
	background: transparent;
	display: block;
	width: 70%;
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 0px;
	/*border-top: 1px solid #404346;*/
}
.tdk-vid.video-js-box.vjs-controls-below .vjs-controls {
	background: transparent;
}

.tdk-vid .vjs-controls > div {
	top: 0;
	background: none;
	border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}

/* Top Level Items */
.tdk-vid .vjs-controls > div.vjs-play-control,
.tdk-vid .vjs-controls > div.vjs-volume-control {
	top: 15px; height: 27px;
}
/* Bottom Level Items */
.tdk-vid .vjs-controls > div.vjs-progress-control, .tdk-vid .vjs-controls > div.vjs-time-control {
	margin-top: 20px; height: 14px;
}

/* Placement of Control Items */
.tdk-vid .vjs-controls > div.vjs-play-control       { width: 33px; left: 0px; }
.tdk-vid .vjs-controls > div.vjs-progress-control   { left: 40px; right: 95px; }
.tdk-vid .vjs-controls > div.vjs-time-control       { display: none; }
.tdk-vid .vjs-controls > div.vjs-volume-control     { width: 43px; right: 40px; }
.tdk-vid .vjs-controls > div.vjs-fullscreen-control {
	top:17px;
	right: 0;
	background: url(../images/fullscreen.gif) left top no-repeat;
	width: 33px;
	height: 20px;
}
.tdk-vid .vjs-controls > div.vjs-fullscreen-control div { display: none; }

/* Play/Pause */
.tdk-vid.vjs-paused .vjs-play-control span { margin: 9px 0 0 12px; }
.tdk-vid.vjs-playing .vjs-play-control span { margin: 9px 0 0 12px; }

/* Progress */
.tdk-vid .vjs-progress-holder {
	height: 14px; border: none;
	margin: 0px 0px 0 0px;
	background: #000;
	border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
	border: 1px solid #59606B;
}
.tdk-vid .vjs-progress-holder div {
	height: 14px; 
	border-radius: 0; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
}
.tdk-vid .vjs-play-progress {
	background: #767F83;
}
.tdk-vid .vjs-load-progress { background: #24282A; }

/* Time Display */
.tdk-vid .vjs-controls .vjs-time-control { font-size: 11px; background: #000; }
.tdk-vid .vjs-controls .vjs-time-control span { line-height: 19px; /* Centering vertically */ }

/* Volume */
.tdk-vid .vjs-volume-control div { margin: 0 5px 0 5px; padding: 2px 0 0 0; }
.tdk-vid .vjs-volume-control div span {
	background: #24282A;
	margin: 0 2px 0 0;
	width: 3px; height: 0px;
	border-bottom: 20px solid #24282A;
}
.tdk-vid .vjs-volume-control div span.vjs-volume-level-on { border-color: #FFF; }
.tdk-vid .vjs-volume-control div span:nth-child(1) { border-bottom-width: 2px; height: 18px; }
.tdk-vid .vjs-volume-control div span:nth-child(2) { border-bottom-width: 6px; height: 14px; }
.tdk-vid .vjs-volume-control div span:nth-child(3) { border-bottom-width: 10px; height: 10px; }
.tdk-vid .vjs-volume-control div span:nth-child(4) { border-bottom-width: 14px; height: 6px; }
.tdk-vid .vjs-volume-control div span:nth-child(5) { border-bottom-width: 18px; height: 2px; }

/* Start Button */
.tdk-vid div.vjs-big-play-button {
	width: 76px;
	height: 70px;
	margin: -35px 0 0 -38px;
	border: 1px solid #ccc; opacity: 0.8;
	border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;
	background: rgba(50,50,50,0.8);
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.tdk-vid div.vjs-big-play-button:hover {
	box-shadow: 0px 0px 80px #fff; -webkit-box-shadow: 0px 0px 80px #fff; -moz-box-shadow: 0px 0px 80px #fff;
}
.tdk-vid div.vjs-big-play-button span {
	margin: 16px 0 0 21px;
	border-left: 40px solid #fff;
	border-top: 20px solid rgba(0,0,0,0); border-bottom: 20px solid rgba(0,0,0,0);
}
