@charset "utf-8";

/* Outer Wrapper
================================================== */

#outer-wrapper { width: 100%; }

.inner {
    margin: 0px auto;
    position: relative;
    width: 980px;
}

.shadow { box-shadow: 0px 5px 12px #666; }

/* Header
================================================== */

#header {
    background: url(../images/header.gif) repeat-x;
    box-shadow: 0px 2px 2px #000;
    float: left;
    height: 148px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.nomarg { margin: 0px !important; }

.nopad-bot { padding-bottom: 0px !important; }

.topbar {
    background: url(../images/black.png);
    display: block;
    height: 6px;
    width: 100%;
}

/* Logo
================================================== */

.logo {
    background: url(../images/logo-bg.png) no-repeat left bottom;
    float: left;
    height: 63px;
    padding: 30px 0px 0px 0px;
    width: 350px;
}

/* Top links
================================================== */

.top-links {
    float: right;
    margin: 31px 0px 0px 0px;
    position: relative;
}

.top-links li {
    background: url(../images/sep2.gif) no-repeat right;
    float: left;
    padding: 0px 20px;
}

.top-links li h4 {
    float: left;
    padding: 8px 15px 0px 0px;
}

.top-links li:last-child {
    background: none;
    padding-right: 0px;
}

.top-links > li > a {
    color: #b3b3b3;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    margin: 7px 0px 0px 0px;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}

/* Login Box
================================================== */

#login-box {
    background: #131313;
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 300px;
    z-index: 8999;
}

#login-box h4 {
    float: left;
    padding: 15px;
    width: 270px;
}

#login-box a.closeit {
    background: url(../images/cross.png) no-repeat;
    display: inline-block;
    float: right;
    height: 23px;
    width: 23px;
}

#login-box ul {
    float: left;
    padding: 20px 20px 5px 20px;
    width: 260px;
}

#login-box ul li {
    background: none;
    float: left;
    padding: 0px 0px 15px 0px;
    width: 260px;
}

#login-box ul li input.bar {
    background: #1c1c1c;
    border: #0b0b0b solid 1px;
    border-radius: 3px;
    box-shadow: inset 2px 1px 3px #000;
    color: #464545;
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    padding: 0px 10px !important;
    width: 238px;
}

#login-box ul li p {
    color: #7a7979;
    float: left;
    padding: 1px 0px 0px 5px;
}

#login-box ul li a {
    color: #7a7979;
    font-size: 11px;
}

/* Search Box
================================================== */

#search-box {
    border-radius: 3px;
    float: left;
    height: 29px;
    padding: 4px 3px 3px 3px;
    width: 251px;
}

#search-box input.bar {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #484848;
    float: left;
    font-size: 11px;
    height: 29px;
    line-height: 29px;
    padding: 0px 10px;
    width: 155px;
}

#search-box button {
    background: url(../images/mag.png) no-repeat 7px 9px #2b2b2b;
    border: none;
    color: #fff !important;
    float: right;
    font-size: 11px;
    height: 29px;
    padding: 0px 10px 0px 25px;
    text-shadow: none;
}

/* Navigation
================================================== */

.navigation {
    float: left;
    height: 50px;
    margin-top: 2px;
    width: 100%;
}

.ddsmoothmenu { float: left; }

.ddsmoothmenu ul {
    float: left;
    list-style-type: none;
    margin: 0;
    z-index: 999;
}

.ddsmoothmenu ul li {
    display: inline;
    float: left;
    position: relative;
}

.ddsmoothmenu > ul > li:first-child { padding-left: 0px; }

.ddsmoothmenu ul li a {
    color: #b3b3b3;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    height: 36px;
    padding: 14px 20px 0px 20px;
    text-decoration: none;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}

* html .ddsmoothmenu ul li a { display: inline-block; }

.ddsmoothmenu ul li a.selected { }

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color: #b3b3b3; }

.ddsmoothmenu > ul > li > a:hover,
.ddsmoothmenu > ul > li.current-menu-item > a {
    background-image: url(../images/navi-bg.png);
    color: #FFF;
}

.ddsmoothmenu > ul > li > a:hover,
.ddsmoothmenu > ul > li.current-menu-item > a,
.ddsmoothmenu > ul > li > a.selected { color: #FFF; }

.ddsmoothmenu ul li ul {
    background: #262626;
    border: #2f2f2f solid 1px;
    display: none;
    left: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    position: absolute;
    visibility: hidden;
    width: 200px;
}

.ddsmoothmenu ul li ul li {
    display: list-item;
    float: left;
    margin: 0px;
    padding: 0px 5px;
}

.ddsmoothmenu ul li ul li:first-child { padding-top: 5px; }

.ddsmoothmenu ul li ul li.last { padding-bottom: 5px; }

.ddsmoothmenu ul li ul li ul {
    background: #393939;
    margin: 0px 0px 0px -15px;
    top: 0;
    width: 191px !important;
}

.ddsmoothmenu ul li ul li a {
    border: none;
    border-radius: 2px;
    font-size: 13px;
    height: 24px;
    margin: 0;
    padding: 6px 5px 0px 10px;
    width: 165px;
}

.ddsmoothmenu ul li ul li a.selected { background-image: none; }

.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected {
    background: none !important;
    color: #fff;
}

.ddsmoothmenu ul li ul li ul li a { color: #fff !important; }

.ddsmoothmenu ul li ul li ul li a:hover { color: #fff !important; }

* html .ddsmoothmenu { height: 1%; }

/* Banner
================================================== */

#banner {
    height: 437px;
    position: relative;
    width: 100%;
    z-index: 1;
}

#banner .banner-in {
    background: url(../images/banner.png) no-repeat;
    height: 427px;
    margin: 0px auto;
    padding: 10px 81px 0px 81px;
    width: 960px;
}

.nivoSlider {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.nivoSlider img {
    left: 0px;
    max-width: none;
    position: absolute;
    top: 0px;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
    border: 0;
    display: none;
    height: 100%;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 6;
}

/* The slices and boxes in the Slider */

.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
}

.nivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}

.nivo-box img { display: block; }

/* Caption styles */

.nivo-caption {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/banner-caption.png);
    box-sizing: border-box;
    color: #fff;
    display: block !important;
    height: 75px;
    left: 230px;
    opacity: 0.85 !important;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 300px;
    width: 500px;
    z-index: 9985;
}

.nivo-caption h1 {
    font-size: 28px;
    opacity: 0.9;
    padding: 10px 0px;
}

.nivo-caption h1 a { color: #FFF; }

a.banner-more {
    bottom: 0px;
    float: left;
    left: -10px;
    position: absolute;
}

a.banner-more span { display: inline-block; }

a.banner-more span:first-child {
    background: url(../images/readmore.png) no-repeat 30px 10px;
    color: #FFF !important;
    display: block;
    float: left;
    height: inherit;
    padding: 5px 10px 5px 40px;
    width: inherit;
}

a.banner-more span.corner {
    background: url(../images/banner-corner.png) no-repeat 0px 0px;
    clear: both;
    display: inline-block;
    height: 8px;
    width: 100%;
}

.nivo-html-caption { display: none; }

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
    bottom: 140px;
    display: inline-block !important;
    height: 80px;
    position: absolute;
    width: 100%;
    z-index: 9990;
}

.nivo-directionNav a {
    cursor: pointer;
    text-indent: -9999px;
    z-index: 9;
}

.nivo-prevNav {
    background: url(../images/banner-arrow.png) no-repeat 0px -80px #3d3d3d;
    display: none !important;
    float: left;
    height: 80px;
    width: 20px;
}

.nivo-prevNav:hover { background: url(../images/banner-arrow.png) no-repeat 0px 0px #3d3d3d; }

.nivo-nextNav {
    background: url(../images/banner-arrow.png) no-repeat -20px -80px #3d3d3d;
    display: none !important;
    float: right;
    height: 80px;
    width: 20px;
}

.nivo-nextNav:hover { background: url(../images/banner-arrow.png) no-repeat -20px 0px #3d3d3d; }

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.nivo-controlNav a.active { font-weight: bold; }

/* cosmetics */

.theme-default .nivoSlider {
    background: #000 url(../images/ajax-loader.gif) no-repeat 50% 50%;
    position: relative;
}

.theme-default .nivoSlider img {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
}

.theme-default .nivoSlider a { display: block; }

.nivo-controlNav {
    border-radius: 20px;
    bottom: 20px;
    box-shadow: 0px 0px 2px #000;
    display: none;
    left: 49%;
    padding: 5px 10px;
    position: absolute;
    z-index: 9990;
}

/* Sub Page Banner
================================================== */

#sub-banner {
    height: 287px;
    width: 100%;
    z-index: 1;
}

#sub-banner .in {
    background: url(../images/banner-small.png) no-repeat;
    height: 277px;
    margin: 0px auto;
    padding: 10px 81px 0px 81px;
    width: 960px;
}

/* Albums
================================================== */

.albums {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    position: relative;
    width: 100%;
}

#albums {
    float: left;
    overflow: hidden;
    width: 100%;
}

.togglebtn {
    background: url(../images/toggle-btn.gif) no-repeat bottom;
    border-radius: 0px 0px 3px 3px;
    bottom: -16px;
    display: inline-block;
    height: 17px;
    left: 50%;
    margin-left: -23px;
    position: absolute;
    width: 46px;
}

/* About Albums
================================================== */

.about-albums {
    float: left;
    width: 700px;
}

.about-albums p { font-size: 12px; }

/* Now Playing
================================================== */

.nowplaying {
    float: right;
    font-size: 11px;
    width: 260px;
}

.nowplaying p { margin-bottom: 10px; }

/* Custom Scroll Bar
================================================== */

#mcs5_container {
    margin: 20px 0px 0px 0px;
    width: 700px;
}

#mcs5_container .customScrollBox {
    overflow: hidden;
    position: relative;
    width: 685px;
}

#mcs5_container .customScrollBox .horWrapper {
    float: left;
    height: 150px;
    position: relative;
    width: 100% !important;
}

#mcs5_container .customScrollBox .container {
    display: inline-block;
    *display: inline;
    left: 0;
    margin: 0;
    position: relative;
}

#mcs5_container .customScrollBox .content { clear: both; }

#mcs5_container .customScrollBox .content ul { float: left; }

#mcs5_container .customScrollBox .content ul li {
    box-shadow: 0px 0px 2px #000;
    float: left;
    margin-left: 20px;
}

#mcs5_container .customScrollBox .content ul li img { float: left; }

#mcs5_container .customScrollBox .content ul li:first-child { margin-left: 0px; }

#mcs5_container .dragger_container {
    background: #131313;
    border-radius: 3px;
    border-top: #0b0b0b solid 1px;
    box-shadow: inset 1px 1px 2px #000;
    height: 8px;
    left: 56px;
    position: relative;
    top: 113px;
    width: 564px;
}

#mcs5_container .dragger {
    border-radius: 3px;
    height: 8px;
    position: absolute;
    width: 198px;
}

#mcs5_container .dragger_pressed {
    border-radius: 3px;
    height: 8px;
    position: absolute;
    width: 198px;
}

#mcs5_container .scrollUpBtn, #mcs5_container .scrollDownBtn {
    color: #C30;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: normal;
    margin: 8px 5px 0 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
}

#mcs5_container .scrollDownBtn { right: 10px; }

#mcs5_container .scrollUpBtn { right: 50px; }

#mcs5_container .scrollUpBtn:hover,
#mcs5_container .scrollDownBtn:hover { color: #fff; }

/* Custom Scroll Bar
================================================== */

.columns-sec {
    float: left;
    width: 100%;
}

.shade {
    background: url(../images/shade.png) no-repeat top center;
    padding: 30px 0px 0px 0px;
}

.twocol {
    background: url(../images/twocol.gif) repeat-y;
    float: left;
    width: 100%;
}

.threecol {
    background: url(../images/threecol.gif) repeat-y;
    float: left;
    width: 100%;
}

/* Column 1
================================================== */

.col1 {
    float: left;
    margin-left: 18px;
    padding-left: 22px;
    width: 260px;
}

.columns-sec .col1:first-child {
    background: none;
    margin-left: 0px;
    padding-left: 0px;
}

/* Column 2
================================================== */

.col2 {
    float: left;
    margin-left: 18px;
    padding-left: 22px;
    width: 380px;
}

/* Column 3
================================================== */

.col3 {
    display: table-column;
    float: left;
    width: 680px;
}

/* Column 4
================================================== */

.col4 {
    float: left;
    width: 100%;
}

/* Widget
================================================== */

.widget {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.col1 .widget:first-child { margin-top: 0px; }

/* Upcoming Events
================================================== */

.upcoming-eve {
    float: left;
    width: 100%;
}

.upcoming-eve .current-eve {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/black.png);
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px #000;
    box-sizing: border-box;
    float: left;
    margin: 0px 0px 20px 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.current-eve h5 { padding: 0px 0px 10px 0px; }

.countdown_row {
    clear: both;
    text-align: center;
    width: 100%;
}

.countdown_show1 .countdown_section { width: 98%; }

.countdown_show2 .countdown_section { width: 48%; }

.countdown_show3 .countdown_section { width: 32.5%; }

.countdown_show4 .countdown_section { width: 25%; }

.countdown_show5 .countdown_section { width: 19.5%; }

.countdown_show6 .countdown_section { width: 16.25%; }

.countdown_show7 .countdown_section { width: 14%; }

.countdown_section {
    background: url(../images/sep2.png) repeat-y left;
    display: block;
    float: left;
    font-size: 12px;
    text-align: center;
}

.countdown_row .countdown_section:first-child { background: none; }

.countdown_amount {
    color: #FFF;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
}

.countdown_descr {
    display: block;
    font-size: 12px;
    width: 100%;
}

.upcoming-eve ul {
    float: left;
    width: 100%;
}

.upcoming-eve ul li {
    border-top: #1e1e1e dotted 1px;
    float: left;
    padding: 11px 0px;
    position: relative;
    width: 100%;
}

.upcoming-eve ul li:first-child {
    border-top: none;
    padding-top: 0px;
}

.upcoming-eve ul li .date {
    background: url(../images/sep3.gif) no-repeat right center;
    float: left;
    left: 0;
    padding-bottom: 10px;
    position: absolute;
    width: 35px;
}

.upcoming-eve ul li .date span {
    color: #818181;
    font-size: 11px;
    padding-left: 2px;
}

.upcoming-eve ul li .date h1 {
    color: #818181;
    font-size: 24px;
}

.upcoming-eve ul li:hover .date span { color: #fff; }

.upcoming-eve ul li:hover .date h1 { color: #fff; }

.upcoming-eve ul li .desc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0px 0px 0px 45px;
    width: 100%;
}

.upcoming-eve ul li .desc h4 { padding: 3px 0px; }

.upcoming-eve ul li .desc p { color: #646262; }

.upcoming-eve ul li:hover .desc p { color: #fff; }

.upcoming-eve ul li:hover { color: #FFF; }

.upcoming-eve ul li:hover a { color: #FFF; }

.upcoming-eve a.viewfullcal {
    background: url(../images/black.png);
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px #000;
    color: #FFF;
    display: inline-block;
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-top: 6px;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
}

/* Tweets
================================================== */

.tweets {
    float: left;
    width: 100%;
}

.tweets ul {
    float: left;
    width: 100%;
}

.tweets ul li {
    border-top: #1e1e1e dashed 1px;
    float: left;
    padding: 10px 0px;
    width: 100%;
}

.tweets ul li:first-child {
    border-top: none;
    padding-top: 0px;
}

.tweets ul li .title {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/twity.png) no-repeat 0px 3px;
    box-sizing: border-box;
    color: #3e3e3e;
    float: left;
    font-size: 11px;
    margin-bottom: 2px;
    padding-left: 20px;
    width: 100%;
}

.tweets ul li .title a {
    color: #d5d5d5;
    font-size: 13px;
    font-weight: bold;
    padding-right: 5px;
}

/* Latest Videos
================================================== */

.latest-videos {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.latest-videos .video {
    float: left;
    width: 100%;
}

.latest-videos .video iframe { width: 100%; }

.latest-videos .desc {
    float: left;
    padding: 10px 0px 0px 0px;
    width: 100%;
}

.latest-videos .desc p { padding-top: 5px; }

/* Latest News
================================================== */

.latest-news {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

ul.news-list {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

ul.news-list li {
    float: left;
    padding: 15px 0px;
    position: relative;
    width: 100%;
}

ul.news-list li:first-child { padding-top: 0px; }

ul.news-list li .thumb {
    box-shadow: 0px 0px 2px #000;
    left: 0;
    position: absolute;
}

ul.news-list li .thumb img { float: left; }

ul.news-list li .thumb span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/circles.png) no-repeat center center;
    box-sizing: border-box;
    color: #FFF;
    display: none;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    height: 100%;
    left: 0;
    padding-top: 45px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

ul.news-list li:hover .thumb span { display: block; }

ul.news-list li .desc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0px 0px 0px 110px;
    width: 100%;
}

ul.news-list li .desc h4 { padding: 0px 0px 6px 0px; }

ul.news-list li .desc p.post-opts {
    color: #8d8d8d;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    padding: 0px 0px 6px 0px;
    text-transform: uppercase;
}

ul.news-list li .desc p.post-opts a:hover { color: #fff; }

/* Top Seller
================================================== */

.top-seller {
    float: left;
    width: 100%;
}

.top-seller .thumb {
    box-shadow: 0px 0px 3px #000;
    float: left;
}

.top-seller .thumb img { float: left; }

.top-seller .desc {
    float: left;
    margin: 10px 0px 0px 0px;
}

.top-seller .desc h4 { margin: 0px 0px 5px 0px; }

/* Other Albums
================================================== */

.albums-widget {
    float: left;
    width: 100%;
}

.albums-widget ul {
    float: left;
    width: 100%;
}

.albums-widget ul li {
    float: left;
    padding: 20px 0px;
    position: relative;
    width: 100%;
}

.albums-widget ul li:first-child { padding-top: 0px; }

.albums-widget .thumb {
    box-shadow: 0px 0px 3px #000;
    float: left;
    left: 0;
    position: absolute;
}

.albums-widget .thumb img {
    float: left;
    width: 100%;
}

.albums-widget .desc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0px 0px 0px 130px;
    width: 100%;
}

.albums-widget .desc p {
    color: #636262;
    font-size: 11px;
    padding: 2px 0px;
}

.albums-widget .desc p.date {
    color: #8d8d8d;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
}

.albums-widget .desc a.buy {
    background: #2B2B2B;
    border-radius: 10px;
    box-shadow: inset 0 1px 1px #3F3F3F;
    color: #999999;
    font-size: 11px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.albums-widget .desc a.buynow:hover { color: #FFF; }

/* Facebook
================================================== */

.facebook {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #0f0f0f;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    width: 100%;
}

/* Advertisment Widget
================================================== */

.advert {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #0f0f0f;
    box-sizing: border-box;
    float: left;
    padding: 5px;
    width: 100%;
}

.advert span {
    color: #808080;
    font-size: 9px;
}

/* Newsletter
================================================== */

.newsletter {
    float: left;
    width: 100%;
}

.newsletter input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
}

/* Facebook
================================================== */

.text-widget {
    float: left;
    width: 100%;
}

.text-widget p {
    float: left;
    padding: 5px 0px;
    width: 100%;
}

/* Our Team
================================================== */

.ourteam {
    float: left;
    width: 100%;
}

ul.teamlist {
    float: left;
    width: 100%;
}

ul.teamlist li:first-child { padding-top: 0px; }

ul.teamlist li {
    float: left;
    padding: 10px 0px;
    position: relative;
    width: 100%;
}

ul.teamlist li a.thumb {
    box-shadow: 0px 0px 3px #000;
    float: left;
    left: 0;
    position: absolute;
}

ul.teamlist li .desc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 74px;
}

ul.teamlist li .desc h4 { padding: 0px 0px 4px 0px; }

ul.teamlist li .desc p {
    color: #636262;
    font-size: 11px;
}

ul.teamlist li .desc p.txt {
    color: #8e8f90;
    font-size: 11px;
}

/* Static
================================================== */

.static {
    float: left;
    width: 100%;
}

.static p { padding: 5px 0px; }

/* Testimonials
================================================== */

.testimonials {
    background: url(../images/line-hr.gif) repeat-x top;
    float: left;
    margin-top: 15px;
    padding-top: 20px;
    width: 100%;
}

/* News
================================================== */

.news {
    float: left;
    width: 100%;
}

.late-news {
    float: left;
    width: 100%;
}

.late-news li {
    background: url(../images/line-hr.gif) repeat-x top;
    float: left;
    padding: 20px 0px;
    position: relative;
    width: 100%;
}

.late-news li:first-child {
    background: none;
    padding-top: 0;
}

.late-news li .thumb { box-shadow: 0px 0px 3px #000; }

.late-news li .thumb img { float: left; }

.late-news li .desc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px 0px 230px;
    position: absolute;
    width: 100%;
}

.late-news li .desc h3 { padding: 0px 0px 10px 0px; }

.late-news li .desc p { padding: 0px 0px 10px 0px; }

.readmore {
    background: url(../images/readmore1.png) no-repeat 0px 2px;
    color: #545454;
    font-size: 11px;
    padding: 0px 0px 0px 10px;
}

.late-news li.featured .desc {
    float: left;
    padding: 20px 0px 0px 0px;
    position: relative;
}

/* Pagination
================================================== */

.paging {
    background: url(../images/line-hr.gif) repeat-x top;
    float: left;
    height: 39px;
    padding-top: 2px;
    width: 100%;
}

.paging ul {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    height: 37px;
    padding-bottom: 2px;
    width: 100%;
}

.paging ul li { float: left; }

.paging ul li a {
    color: #4c4c4c;
    display: inline-block;
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    height: 28px;
    padding: 9px 15px 0px 15px;
    text-transform: uppercase;
}

.paging ul li a.active, .paging ul li a:hover {
    background: #1e1e1e;
    color: #FFF;
}

/* Blog
================================================== */

.blog {
    float: left;
    width: 100%;
}

/* Blog Post
================================================== */

.post {
    background: #0f0f0f;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.post .thumb {
    box-shadow: 0px 0px 0px #000;
    float: left;
    width: 100%;
}

.post .desc {
    background: url(../images/line-vl.gif) repeat-y 86px 0px;
    float: left;
    width: 100%;
}

.post .desc .date {
    float: left;
    left: 0;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 86px;
}

.post .desc .date h1 {
    color: #3f3f3f;
    font-size: 29px;
}

.post .desc .date h1:first-child {
    font-size: 51px;
    line-height: 65px;
}

.post .desc .desc-sec {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 20px 108px;
    width: 100%;
}

.post .desc .desc-sec h3 a { color: #FFF; }

.post .desc .desc-sec .post-opts {
    float: left;
    padding: 5px 0px 0px 0px;
    width: 100%;
}

.post .desc .desc-sec .post-opts p {
    background: url(../images/sep4.png) no-repeat 0px 6px;
    color: #8e8f90;
    float: left;
    padding: 0px 10px;
}

.post .desc .desc-sec .post-opts p a { color: #8e8f90; }

.post .desc .desc-sec .post-opts p:first-child {
    background: none;
    padding-left: 0px;
}

/* Blog Post Post
================================================== */

.post-detail {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.post-detail .thumb {
    box-shadow: 0px 0px 0px #000;
    float: left;
    width: 100%;
}

.post-detail .desc {
    float: left;
    width: 100%;
}

.post-detail .desc p {
    float: left;
    padding: 5px 0px;
    width: 100%;
}

.post-detail .desc h3 a { color: #FFF; }

.post-detail .desc .post-opts {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
}

.post-detail .desc .post-opts p {
    background: url(../images/sep4.png) no-repeat 0px 6px;
    color: #8e8f90;
    float: left;
    padding: 0px 10px;
    width: auto !important;
}

.post-detail .desc .post-opts p a { color: #8e8f90; }

.post-detail .desc .post-opts p:first-child {
    background: none;
    padding-left: 0px;
}

.post-detail .desc .post-share {
    float: left;
    margin: 10px 0px 0px 0px;
    width: 100%;
}

.post-detail .desc .post-share ul {
    background: url(../images/line-hr.gif) repeat-x top;
    float: left;
    padding: 15px 0px;
    width: 100%;
}

.post-detail .desc .post-share ul li {
    float: left;
    padding-right: 10px;
}

a.print {
    background: url(../images/print.png) no-repeat 0px 2px;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    padding: 0px 0px 0px 15px;
    text-transform: uppercase;
}

/* About Authore
================================================== */

.about-author {
    background: url(../images/line-hr.gif) repeat-x bottom;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.about-author .about-inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/black.png);
    box-shadow: inset -1px -1px 2px #212121;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    position: relative;
    width: 100%;
}

.about-author .avatar {
    box-shadow: 0px 0px 3px #000;
    float: left;
    left: 20px;
    position: absolute;
    width: 60px;
}

.about-author .desc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding: 0px 20px 0px 80px;
    width: 100%;
}

.about-author .desc h4 { float: left; }

.about-author .desc h4 a { color: #fff; }

.about-author .desc .by {
    color: #3c3c3c;
    display: inline-block;
    float: left;
    font-size: 11px;
    padding: 4px 0px 0px 10px;
}

/* Comments Section
================================================== */

.comments {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.comments ul {
    float: left;
    width: 100%;
}

.comments ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.comments ul li:first-child { margin-top: 0px; }

.comments ul li .avatar {
    box-shadow: 0px 0px 3px #000;
    float: left;
    left: 0;
    margin-top: 2px;
    position: absolute;
    width: 60px;
}

.comments ul li .avatar img { float: left; }

.comments ul li .desc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/black.png);
    box-shadow: inset -1px -1px 2px #212121;
    box-sizing: border-box;
    display: block;
    float: right;
    margin: 0px 0px 0px 80px;
    padding: 15px;
    position: relative;
    width: auto;
}

.desc h5 { float: left; }

.desc h5 a { color: #FFF; }

.desc p.ago {
    float: left;
    padding: 3px 0px 0px 10px;
}

.desc a.reply {
    background: #2B2B2B;
    border-radius: 10px;
    box-shadow: inset 0 1px 1px #3F3F3F;
    color: #999999;
	
    float: right;
    font-size: 11px;
    padding: 1px 10px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px;
}

.comments ul li .desc a.reply:hover { color: #FFF; }

.desc p.txt {
    float: left;
    padding: 5px 0px;
    width: 100%;
}

.comments ul li.leveltwo {
    background: url(../images/comments-sep.gif) no-repeat 0px 0px;
    padding-left: 33px;
}

.comments ul li.leveltwo .avatar { left: 33px; }

.comments ul li.levelthree {
    background: url(../images/comments-sep.gif) no-repeat 32px 0px;
    padding-left: 63px;
}

.comments ul li.levelthree .avatar { left: 63px; }

/* Leave A Reply Section
================================================== */

.leavereply {
    float: left;
    width: 100%;
}

.forms ul {
    float: left;
    width: 100%;
}

.forms ul li {
    float: left;
    padding-bottom: 5px;
    width: 100%;
}

.forms ul li textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 120px;
    width: 100%;
}

/* Contact Us
================================================== */

.contact-page {
    float: left;
    width: 100%;
}

.contact-page .cont-sec {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
}

.contact-page .heading { margin-bottom: 10px; }

.contact-page .cont-sec .thumb {
    box-shadow: 0px 0px 3px #000;
    float: left;
    margin-right: 20px;
    width: 260px;
}

.contact-page .cont-sec .thumb img { width: 100%; }

.contact-page .cont-sec .desc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 400px;
}

.contact-page .cont-sec .desc h3 { padding: 0px 0px 10px 0px; }

.cont-forms ul {
    float: left;
    width: 100%;
}

.cont-forms ul li {
    float: left;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
}

.cont-forms ul li input[type="text"],
.cont-forms ul li input[type="password"],
.cont-forms ul li input[type="email"],
.cont-forms ul li textarea,
.cont-forms ul li select {
    padding-left: 46px;
    width: 340px;
}

.cont-forms ul li textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 250px;
    width: 100%;
}

.cont-forms ul li span.img-icon {
    border-right: #070707 solid 1px;
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 35px;
}

.cont-forms ul li span.name { background: url(../images/name.png) no-repeat center center; }

.cont-forms ul li span.email { background: url(../images/email.png) no-repeat center center; }

.cont-forms ul li span.phone { background: url(../images/phone.png) no-repeat center center; }

.cont-forms ul li span.message {
    background: url(../images/message.png) no-repeat center 7px;
    height: 241px;
}

/* Quick Enquiry
================================================== */

.contact-page {
    float: left;
    width: 100%;
}

.contact-page .cont-sec {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.inquiry {
    float: left;
    width: 100%;
}

.inquiry form { float: left; }

/* Album Shelves
================================================== */

#album-shelves { width: 100%; }

#album-shelves .inner {
    background: url(../images/shelves.png);
    margin: 0px auto;
    width: 1085px;
}

#album-shelves .heading {
    margin: 0px auto;
    width: 980px;
}

.album-list {
    float: left;
    padding-left: 30px;
}

.album-list li {
    background: url(../images/black.png);
    box-shadow: inset 1px 1px 3px #0f0f0f;
    float: left;
    height: 354px;
    margin: 8px 0px 60px 20px;
    padding: 10px;
    position: relative;
    width: 210px;
}

.album-list li a.thumb {
    box-shadow: 0px 0px 3px #000;
    float: left;
    width: 100%;
}

.album-list li a.thumb img { width: 100%; }

.album-list li h3 {
    float: left;
    padding: 15px 0px 10px 0px;
    width: 100%;
}

.album-list li p {
    float: left;
    padding-bottom: 13px;
    width: 100%;
}

.album-list li p a { color: #545454; }

/* Album Detail
================================================== */

.album-detail {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.album-detail .album-detail-sec {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    margin-bottom: 20px;
    padding: 0px 0px 20px 0px;
    width: 100%;
}

.album-detail-sec .thumb {
    float: left;
    margin-right: 20px;
    width: 210px;
}

.album-detail-sec .thumb img { width: 100%; }

.album-detail-sec .desc {
    float: left;
    width: 450px;
}

.album-detail-sec .desc p { padding: 2px 0px; }

.album-detail-sec .desc p.release {
    color: #636262;
    font-weight: bold;
}

.album-detail-sec .desc p:first-child { padding-top: 0px; }

.album-track-list {
    background: url(../images/line-hr.gif) repeat-x bottom;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

/* Track List
================================================== */

.album-track-list .tracklist {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/black.png);
    border-radius: 3px;
    box-shadow: inset 1px 1px 3px #0c0c0c;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 10px 15px;
    width: 100%;
}

.tracklist ul {
    border-top: #191919 dashed 1px;
    float: left;
    padding: 7px 0px;
    width: 100%;
}

.tracklist ul:first-child {
    border-top: none;
    padding-top: 0px;
}

.tracklist li { float: left; }

.tracklist li.play {
    float: left;
    width: 25px;
}

.tracklist li.play ul { padding: 0; }

.tracklist li.play a.cp-play {
    background: url(../images/play.png) no-repeat top center;
    float: left;
    height: 25px;
    width: 25px;
}

.tracklist li.play a.cp-pause {
    background: url(../images/play.png) no-repeat bottom center;
    float: left;
    height: 25px;
    width: 25px;
}

.tracklist li.title {
    float: left;
    padding: 3px 0px 0px 0px;
    width: 480px;
}

.tracklist li.title p {
    color: #999999;
    float: left;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    text-shadow: 1px 1px #000;
}

.tracklist li.title span {
    font-size: 11px;
    text-shadow: 1px 1px #000;
}

.tracklist li.time {
    color: #3c3c3c;
    float: left;
    font-size: 11px;
    padding: 3px 0px 0px 0px;
    text-align: center;
    text-shadow: 1px 1px #000;
    width: 44px;
}

.tracklist li a.lyrics {
    background: #2B2B2B;
    border-radius: 10px;
    box-shadow: inset 0 1px 1px #3F3F3F;
    color: #999999;
    float: left;
    font-size: 10px;
    margin: 3px 5px 0px 0px;
    padding: 4px 10px;
    text-transform: uppercase;
}

.tracklist li a.lyrics span {
    background: url(../images/lyrics.gif) no-repeat;
    display: inline-block;
    float: left;
    height: 10px;
    width: 9px;
}

.tracklist li a.download {
    background: #2B2B2B;
    border-radius: 10px;
    box-shadow: inset 0 1px 1px #3F3F3F;
    color: #999999;
    float: left;
    font-size: 10px;
    margin: 3px 0px 0px 0px;
    padding: 0px 10px;
}

.tracklist li a.download:hover { color: #FFF; }

/* Buy Now
================================================== */

.buynow {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/black.png);
    border-radius: 3px;
    box-shadow: inset 1px 1px 3px #0c0c0c;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 15px;
    width: 100%;
}

.buynow ul {
    float: left;
    padding: 10px 0px;
    width: 100%;
}

.buynow li {
    float: left;
    padding: 0px 20px;
}

.buynow li h4 { padding: 4px 0px 0px 0px; }

.buynow li:first-child { padding-left: 0px; }

/* Follow Us
================================================== */

.follow-us {
    float: left;
    width: 100%;
}

.follow-us ul {
    float: left;
    padding: 10px 0px;
    width: 100%;
}

.follow-us li {
    float: left;
    padding: 0px 5px;
}

.follow-us li h4 { padding: 4px 10px 0px 0px; }

.follow-us li:first-child { padding-left: 0px; }

/* GIGs
================================================== */

.gigs {
    float: left;
    width: 100%;
}

.gigs .month {
    background: url(../images/sep5.png) repeat-x 0px 15px;
    float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

/* Blog Post
================================================== */

.gig-post {
    background: #0f0f0f;
    border-radius: 3px;
    box-shadow: inset 1px 1px 3px #0b0b0b;
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.gig-post .upper-sec {
    float: left;
    height: 144px;
    position: relative;
    width: 100%;
}

.gig-post .date {
    background: url(../images/line-vl.gif) repeat-y right;
    float: left;
    height: 124px;
    left: 0;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    width: 90px;
}

.gig-post .date h1 {
    color: #3f3f3f;
    font-size: 29px;
}

.gig-post .date h1:first-child {
    font-size: 51px;
    line-height: 65px;
}

.gig-post .desc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 20px 20px 20px 110px;
    position: relative;
    width: 100%;
}

.gig-post .desc .thumb {
    left: 110px;
    position: absolute;
}

.gig-post .desc .txt-sec { padding: 0px 0px 0px 0px; }

.gig-post .desc .txt-sec h3 { padding: 0px 0px 8px 0px; }

.gig-post .desc .txt-sec h3 a { color: #FFF; }

.gig-post .desc .txt-sec p.time {
    background: url(../images/clock.png) no-repeat 0px 3px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 20px 0px 20px;
}

.gig-post .desc .txt-sec p.location {
    background: url(../images/location.png) no-repeat 0px 3px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 20px 0px 20px;
}

.gig-post .desc .txt-sec p.txt {
    line-height: 18px;
    padding: 5px 0px 0px 0px;
}

.gig-post a.mapbtn {
    background: url(../images/mapbtn.png) no-repeat;
    bottom: 0;
    display: inline-block;
    height: 41px;
    position: absolute;
    right: 1px;
    width: 39px;
}

.gig-post .map-sec {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: #181818 solid 1px;
    box-sizing: border-box;
    display: none;
    float: left;
    padding: 10px;
    width: 100%;
}

.gig-post .active { display: block; }

.gig-post .map-sec iframe {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 190px;
    width: 100%;
}

/* Gallery Column
================================================== */

.gallery-head {
    float: left;
    padding: 15px 0px 20px 0px;
    width: 100%;
}

.gallery-head h1 { float: left; }

.gallery-head nav { float: right; }

.gallery-head nav a {
    background: url(../images/black.png);
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px #000;
    color: #FFF;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-size: 12px;
    margin-left: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.gallery-head nav a:hover, .gallery-head nav a.active {
    background: #2b2b2b;
    box-shadow: inset 0px 1px 1px #3f3f3f;
}

#gal-container {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#gal-container li {
    float: left;
    position: relative;
}

#gal-container ul { }

#gal-container ul.hidden { display: none; }

/* Gallery Two Column
================================================== */

.gallery-two-col {
    overflow: hidden;
    width: 100%;
}

.gallery-two-col {
    float: left;
    margin-left: -20px;
    width: 1000px;
}

.gallery-two-col li {
    border: #222222 solid 2px;
    display: block;
    float: left;
    height: 286px;
    margin: 0px 0px 20px 20px;
    overflow: hidden;
    position: relative;
    width: 476px;
}

.gal-caption {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/darkblack.png);
    bottom: 0;
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: 0;
    padding: 100px 40px 10px 40px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.gal-caption h3 { padding: 0px 0px 10px 0px; }

.gal-caption p {
    color: #afafaf;
    font-size: 12px;
    padding: 0px 0px 10px 0px;
}

li:hover .gal-caption { display: block; }

/* Gallery Three Column
================================================== */

.gallery-three-col {
    overflow: hidden;
    width: 100%;
}

.gallery-three-col {
    float: left;
    margin-left: -20px;
    width: 1000px;
}

.gallery-three-col li {
    border: #222222 solid 2px;
    display: block;
    float: left;
    height: 196px;
    margin: 0px 0px 20px 20px;
    overflow: hidden;
    position: relative;
    width: 309px;
}

/* Gallery Four Column
================================================== */

.gallery-four-col {
    overflow: hidden;
    width: 100%;
}

.gallery-four-col {
    float: left;
    margin-left: -20px;
    width: 1000px;
}

.gallery-four-col li {
    border: #222 solid 2px;
    float: left;
    height: 156px;
    margin: 0px 0px 20px 20px;
    overflow: hidden;
    position: relative;
    width: 226px;
}

.gallery-four-col li a { float: left; }

/*  Gallery Slide Show Rules
========================================================
*/

#gallery {
    background: url(../images/black.png);
    box-shadow: 0px 0px 3px #000;
    height: 580px;
    position: relative;
    width: 100%;
}

#gallery #main {
    height: 480px;
    position: relative;
    width: 960px;
}

#gallery #images, #gallery #thumbs { overflow: hidden; }

#gallery #images {
    height: 480px;
    left: 10px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    width: 960px;
}

#gallery #images .slide {
    float: left;
    height: 480px;
    position: relative;
    width: 960px;
}

#gallery .gallery-thumbs {
    height: 94px;
    width: 980px;
}

.gallery-thumbs .caroufredsel_wrapper {
    left: 40px !important;
    top: 25px !important;
    width: 900px !important;
}

#gallery #thumbs { }

#gallery #thumbs .thumb {
    box-shadow: 0px 0px 3px #000;
    float: left;
    height: 60px;
    margin: 0 10px 0 0;
    position: relative;
    width: 60px;
}

#gallery #thumbs .thumb img { }

#gallery #thumbs .thumb a {
    display: block;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

#gallery #thumbs .thumb a.selected, #gallery #thumbs .thumb a:hover { }

#gallery #prev, #gallery #next {
    background: transparent url(../images/gallery-arrows.png) no-repeat 0 0;
    bottom: 38px;
    display: block !important;
    height: 18px;
    position: absolute;
    text-indent: -999em;
    width: 13px;
}

#gallery #prev {
    background-position: 0 0;
    left: 10px;
}

#gallery #next {
    background-position: -13px 0;
    right: 10px;
}

#gallery #prev:hover {
    background-position: 0 -18px;
    left: 10px;
}

#gallery #next:hover {
    background-position: -13px -18px;
    right: 10px;
}

.toggler {
    background: url(../images/toggle-btn-small.png) no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    margin-right: 10px;
    text-indent: -9999px;
    width: 19px;
}

.toggleHolder {
    height: 9px;
    overflow: hidden;
    text-align: right;
    width: 960px;
}

.toggle_parent {
    bottom: 0;
    left: 0;
    position: absolute;
}

#gallery #images .slide .caption {
    background: url(../images/darkblack.png);
    display: block;
    float: left;
    padding: 20px;
    width: 920px;
}

#gallery #images .slide .caption p {
    color: #FFF;
    float: left;
    padding: 10px 0px 0px 0px;
    width: 100%;
}

/* Footer
================================================== */

#footer {
    background: url(../images/footer-bg.png) repeat-x top;
    margin-top: 20px;
    padding: 40px 0px 0px 0px;
    width: 100%;
}

/* Footer Left
================================================== */

.ft-left {
    float: left;
    height: 109px;
    width: 697px;
}

/* Footer Navigation
================================================== */

.ft-left ul.links {
    float: left;
    padding: 10px 0px 0px 0px;
    width: 100%;
}

.ft-left ul.links li {
    background: url(../images/sep.png) no-repeat left;
    float: left;
    padding: 0px 15px 0px 20px;
}

.ft-left ul.links li:first-child {
    background: none;
    padding-left: 0px;
}

.ft-left ul.links li a {
    color: #FFF;
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
}

/* Footer Social Network
================================================== */

.ft-left ul.social {
    float: left;
    padding: 10px 0px 0px 0px;
}

.ft-left ul.social li {
    float: left;
    font-size: 16px;
    padding: 0px 0px 0px 10px;
}

.ft-left ul.social li:first-child { padding-left: 0px; }

.ft-left ul.social li a {
    background-position: top;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}

.ft-left ul.social li a.so-fb {
    background: url(../images/so-fb.png);
    height: 14px;
    margin-top: 4px;
    width: 71px;
}

.ft-left ul.social li a.so-twitter {
    background: url(../images/so-twitter.png);
    height: 14px;
    margin-top: 4px;
    width: 72px;
}

.ft-left ul.social li a.so-vimeo {
    background: url(../images/so-vimeo.png);
    height: 19px;
    width: 66px;
}

.ft-left ul.social li a:hover { background-position: bottom; }

/* Footer right
================================================== */

.ft-right {
    background: url(../images/sep1.png) repeat-y left;
    float: right;
    padding-left: 23px;
    width: 260px;
}

/* Footer Contact Us
================================================== */

.contact-us {
    float: left;
    width: 100%;
}

.contact-us h4 { padding: 0px 0px 3px 0px; }

.contact-us p {
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    padding: 0px 0px 3px 0px;
}

/* Copyrights
================================================== */

.copyrights {
    color: #777777;
    float: left;
    font-size: 11px;
    padding: 5px 0px;
    width: 100%;
}

/* Go To Top
================================================== */

.gotop {
    background: url(../images/gotop.png) no-repeat;
    display: inline-block;
    height: 46px;
    position: absolute;
    right: 0;
    top: -53px;
    width: 71px;
}