﻿footer {
    height: 166px;
}
.circle-nav {
    position: fixed;
    z-index: 100000;
    bottom: 182px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.circle-nav li {
    display: inline;
    padding: 0 5px;
    text-indent: -9000px;
    overflow: hidden;
}
.circle-nav li a {
    display: -moz-inline-stack;
    display: inline-block;
    width: 16px;
    height: 16px;
    zoom: 1;
    *display: inline;
    background: url(../images/common/circle.png) top left no-repeat;
}
.circle-nav a.active, .circle-nav a:hover {
    background: url(../images/common/circle-active.png) top left no-repeat;   
}
#sub-foot {
    width: 960px;
    height: 118px;
    overflow: visible; /* for video tab - was 'hidden' */
    margin: 20px auto 0 auto;
}
#sub-foot a {
    color: #5e6361;
    text-decoration: none;
    display: block;
}
footer ul {
    margin-top: 8px;
}
#sub-foot p {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.04em;
    margin: 5px 0 0 0;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
    z-index: 2;
    text-align: right;
}

#foot-1 p {
    padding-right: 140px;
}
#foot-2 p {
    padding-right: 182px;
}

h5 {
    font-size: 35px;
    position: relative;
    z-index: 1;
}
#foot-1 h5 {
    margin-left: 16px;
}
#foot-2 h5 {
    padding-right: 182px;
    text-align: right;
}
#foot-1 {
    float: left;
    width: 310px;
    padding-bottom: 10px;
    background: url(../images/homepage/crown.png) 186px 40px no-repeat;
}
.slide-0 {
    background: url(../images/homepage/experience.png) 263px 16px no-repeat;
}
.slide-1 {
    background: url(../images/homepage/ibis.png) 274px 40px no-repeat;
}
.slide-2 {
    background: url(../images/homepage/carrine.png) 274px 11px no-repeat;
}
#foot-2 {
    float: left;
    width: 427px;    
}
#foot-2 a {
    padding-bottom: 14px;
}
#foot-3 {
    float: right;
    text-align: center;
    width: 214px;
    color: #5e6361;
    text-shadow: 1px 1px 1px #a29d8e;
}
#foot-3 h6 {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
}
#foot-3 p {
    width: 200px;
    margin: 0 auto 10px auto;
    text-transform: lowercase;
    font-size: 14px;
    text-align: center;
}

.slides figure {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff; /**/
}
#thevideo, #thevideo_wrapper {
    position: absolute !important; /* NEED TO OVERRIDE JWPLPAYER STYLING */
    margin: 0 auto !important;
}
#videowrapper img {
    display: block;
    position: absolute;
    margin: 0 auto;
}
.slides figure.full img {
  height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
}

/* MUSIC PLAYER STYLING */

.music {
    position: relative;
    margin: 3px 0 0 0;
    width: 50px;
}
.m-pause {
    background: url(../images/musicplayer/music-control-sprites.png) no-repeat 0 0;
    display: block;
    float: left;
    text-indent: -9000px;
    width: 24px;
    height: 9px;
}
.m-play {
    background: url(../images/musicplayer/music-control-sprites.png) no-repeat 0 -9px;
    display: block;
    float: left;
    text-indent: -9000px;
    width: 24px;
    height: 9px;
}
#eq {
    display: block;
    float: right;
    text-indent: -9000px;
    width: 13px;
    height: 9px;
}

.playing {
    background: url(../images/musicplayer/music-levels-sprites.gif) no-repeat 0 0;
}

.paused {
    background: url(../images/musicplayer/music-levels-sprites.gif) no-repeat 0 -10px;
}

#band {
    font-size: 11px;
    text-transform: none;
    letter-spacing: normal;
    display: none;
    position: relative;
    top: 12px;
    left: -100px;
    width: 125px;
    height: 50px;
    padding: 24px 0 0 12px;
    background: url(../images/musicplayer/band-popup.png) no-repeat top left;
}


#jquery_jplayer_1 {
    width: 0px;
    height: 0px;
    position: absolute;
}

