/*
Theme Name: Celine Dion
Theme URI:
Description:
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/

/* General */
body {
    background: #f0f0f0 url('assets/img/bg/bg-body.jpg') repeat center top;
    font: 14px "Helvetica Neue",HelveticaNeue,Helvetica,Arial,clean,sans-serif;
    line-height: 1.5em;
    color: #7d7d7d;
}

a {
    color: #06C;
}

a:hover, a:focus {
    outline: 0;
    color: #000;
    text-decoration: underline;
}

.container-fluid {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* Button */
.main-btn {
    display: inline-block;
    vertical-align: middle;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#626365+0,1e1b1c+100 */
    background: rgb(98,99,101); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(98,99,101,1) 0%, rgba(30,27,28,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(98,99,101,1) 0%,rgba(30,27,28,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(98,99,101,1) 0%,rgba(30,27,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626365', endColorstr='#1e1b1c',GradientType=0 ); /* IE6-9 */
    color: #fff;
    text-transform: uppercase;
    font: 11px/20px "Helvetica Neue",HelveticaNeue,Helvetica,Arial,clean,sans-serif;
    text-align: center;
    padding: 2px 4px;
    border-radius: 2px;
}

.main-btn:hover, .main-btn:focus {
    color: #fff;
    text-decoration: none;
}

.main-btn-lg {
    font-size: 18px;
    border-radius: 4px;
    padding: 8px 10px;
}

/* 5 Column */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* Content */
.content-top {
    background: url('assets/img/bg/bg-jettrail-topleft.png') no-repeat left top;
    padding-left: 32px;
    padding-top: 51px;
}

.content-top>.row {
    margin: 0;
}

.content-top>.row>div{
    padding: 0;
}

aside#banner-sidebar {
    padding-left: 5px;
    max-height: 245px;
    overflow: hidden;
}

aside#banner-sidebar img {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 10px;
}

.content-main {
    background: url('assets/img/bg/bg-jettrail-left.png') repeat-y left top;
    padding-left: 32px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.content-main-inside {
    border: 1px solid #c6c6c6;
    background-color: #fff;
}

.content-main-inside-top {
    min-height: 98px;
    background: #fff url('assets/img/bg/bg-subpage-title.png') no-repeat center bottom;   
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

.content-main-inside-bottom {
    padding: 0 15px;
}

.content-padding {
    padding-top: 30px;
}

/* Header */
#header {
    height: 130px;
    border-bottom: 3px solid #8c8c8c;
    background: #363635 url('assets/img/bg/bg-header.png') no-repeat center top;
    overflow: hidden;
    margin-bottom: 10px;
}

.header-top {
    text-align: right;
    margin-bottom: 20px;
    padding-top: 3px;
}

.header-top #lang_sel {
    text-align: left;
    vertical-align: top;
    margin-right: 6px;
}

.header-top .main-btn {
    vertical-align: top;
}

.logged-in-links {
    display: inline-block;
    vertical-align: top;
}

.logged-in-links a {
    color: #fff;
}

.logged-in-links a:hover, .logged-in-links a:focus {
    text-decoration: none;
}

.header-link {
    color: #fff;
    text-transform: uppercase;
    font-family: "Century Gothic",CenturyGothic,Futura,"Tw Cen MT",AppleGothic,"Trebuchet MS",Arial,sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.header-link+.header-link {
    margin-left: 10px;
}

.header-link:hover, .header-link:focus {
    color: #fff;
    text-decoration: none;
}

.header-bottom {
    text-align: right;
}

.header-player {
    margin-top: 15px;
    text-align: right;    
}

/* Navigation */
.main-nav {
    margin-top: 13px;
    margin-bottom: 0;
    float: right;
    min-height: 0;
}

.main-nav .navbar-nav>li>a {
    color: #fff;
    font-family: "Century Gothic",CenturyGothic,Futura,"Tw Cen MT",AppleGothic,"Trebuchet MS",Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}

.main-nav .navbar-nav>li>a:hover, .main-nav .navbar-nav>li>a:focus {
    background: none;
    color: #fff;
    text-decoration: none;
}

.main-nav .navbar-nav>li>a:after {
    content: ' ';
    background: url('assets/img/bg/primary-nav-divider-top.png') no-repeat center bottom;
    height: 4px;
    width: 4px;
    display: inline-block;
    padding: 0 6px;
}

.main-nav .navbar-nav>li:last-child>a:after {
    display: none;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.lang-sel-mobile {
    text-align: center;
    padding: 10px 15px;
}

.lang-sel-mobile #lang_sel {
    text-align: left;
}

/* Home */
#carousel-home .carousel-indicators {
    width: 100%;
    left: auto;
    right: 10px;
    bottom: 3px;
    margin: 0;
    text-align: right;
}

#carousel-home .carousel-indicators li {
    width: 33px;
    height: 33px;
    border: 0;
    border-radius: 0;
    margin: 0;
    background: url('assets/img/bg/slider-pager-light.png') no-repeat center center; 
}

#carousel-home .carousel-indicators li.active {
    background: url('assets/img/bg/slider-pager-dark.png') no-repeat center center;    
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.page-template-template-home .content-main {
    margin-left: -32px;
}

.page-template-template-home .content-main-inside-bottom {
    padding: 0 5px;
}

.page-template-template-home #sidebar {
    padding-left: 5px;
    overflow: hidden;
}

.page-template-template-home #sidebar .widget {
    margin-bottom: 5px;
}

.page-title.home-title {
    font-size: 30px;
    text-transform: uppercase;
}

.home-more {
    padding: 10px;
}

/* Posts */
.post-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.post-item:last-of-type {
    border-bottom: 0;
}

.post-date-wrap {
    float: left;
    width: 115px;
    padding: 0 10px;
}

.post-date {
    font-family: "Century Gothic",CenturyGothic,Futura,"Tw Cen MT",AppleGothic,"Trebuchet MS",Arial,sans-serif;
}

.post-date.mon .post-date-top,
.post-date.lun .post-date-top {
    background-color: #102280;
}

.post-date.tue .post-date-top,
.post-date.mar .post-date-top {
    background-color: #18b2ee;
}

.post-date.wed .post-date-top,
.post-date.mer .post-date-top {
    background-color: #f87d34;
}

.post-date.thu .post-date-top,
.post-date.jeu .post-date-top {
    background-color: #cc251f;
}

.post-date.fri .post-date-top,
.post-date.ven .post-date-top {
    background-color: #249e86;
}

.post-date.sat .post-date-top,
.post-date.sam .post-date-top {
    background-color:#8817f9;
}

.post-date.sun .post-date-top,
.post-date.dim .post-date-top {
    background-color:#8817f9;
}

.post-date-top {
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 2px 4px;
}

.post-date-bottom {
    text-align: right;
    font-size: 11px;
    margin-top: 1px;
}

.post-content {
    margin-left: 115px;
    border-left: 1px solid #ccc;
    padding: 0 10px;
}

.post-title {
    margin-top: 0;
    margin-bottom: 10px;
    font: 18px "Helvetica Neue",HelveticaNeue,Helvetica,Arial,clean,sans-serif;
    font-weight: bold;
}

.post-title a {
    color: #7d7d7d; 
}

.post-title a:hover, .post-title a:focus {
    color: #000;
    text-decoration: underline;
}

.post-meta {
    font-size: 11px;
    padding: 0;
    margin-top: 10px;
}

.feed-icon {
    text-align: right;
    padding-bottom: 5px;
}

.feed-icon a {
    color: #7d7d7d;
    font-size: 12px;
}

/* Single Post */
.single-post .post-item {
    border-bottom: 0;
    padding-top: 10px;
}

/* Comments */
#comments {
    border: 2px solid #ccc;
    background-color: #f8f8f8;
    width: 100%;
    max-width: 795px;
    margin: 40px auto 0 auto;
    padding: 10px 20px 20px 20px;
}

.comments-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    border: 2px solid #ccc;
    background-color: #fff;
    line-height: 30px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    top: -30px;
    color: #555555;
    font: 24px/24px "Century Gothic",CenturyGothic,Futura,"Tw Cen MT",AppleGothic,"Trebuchet MS",Arial,sans-serif;
    font-weight: bold;
    padding: 5px 10px;
}

.comment {
    background: #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.comment-top {
    min-height: 34px;
    padding: 0 8px;
    background: #e5e5e5 url('assets/img/bg/bg-comment-title.png') no-repeat;
    font-size: 14px;
    line-height: 34px;
    font-weight: bold;
}

.comment-top a {
    color: #7d7d7d;
}

.comment-top time {
    float: right;
}

.avatar-wrap {
    background: #e5e5e5 url('assets/img/bg/comment-bottom.png') no-repeat center bottom;
    padding: 1px 5px 14px;
}

.avatar-wrap img {
    width: 88px;
    height: 88px;
    padding: 4px;
    border: 2px solid #aaa;
    background-color: #fff;
}

.media-body {
    padding: 10px;
}

.comment-reply-title {
    font: 18px "Helvetica Neue",HelveticaNeue,Helvetica,Arial,clean,sans-serif;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

input[type=submit] {
    color: #000;
}

/* Share */
.share-buttons {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0;
    display: none;
}

.share-buttons>li {
    display: inline-block;
    vertical-align: middle;
}

.share-buttons>li>a {
    font-size: 12px;
}

/* Page */
.page-title {
    margin-top: 0;
    margin-bottom: 23px;
    color: #555555;
    font: 42px/38px "Century Gothic",CenturyGothic,Futura,"Tw Cen MT",AppleGothic,"Trebuchet MS",Arial,sans-serif;
    font-weight: bold;
}

/* Page Tabs */
.nav-tabs {
    border-bottom: 0;
}

.nav-tabs>li>a
{
    font-family: "Century Gothic",CenturyGothic,Futura,"Tw Cen MT",AppleGothic,"Trebuchet MS",Arial,sans-serif;
    border-radius: 0;
    padding: 4px 12px;
    border: 1px solid #ccc;
    border-right: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0;
    color: #b9b9b9;
    background-color: #555;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    color: #b9b9b9;
    background-color: #555;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #fff;
    color: #7d7d7d;   
}

.tab-btn {
    font-family: "Century Gothic",CenturyGothic,Futura,"Tw Cen MT",AppleGothic,"Trebuchet MS",Arial,sans-serif;
    border-radius: 0;
    padding: 4px 12px;
    border: 1px solid #ccc;
    border-right: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0;
    color: #b9b9b9;
    background-color: #555;
}

.tab-btn:hover, .tab-btn:focus {
    color: #b9b9b9;
    background-color: #555;
    text-decoration: none;
}

/* Bio Page */
.bio-content {
    padding: 20px 0;
    border-bottom: 1px solid #999;
}

.bio-img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.bio-nav-wrap {
    padding-top: 5px;
}

.bio-link {
    color: #000;
    font-size: 11px;
}

/* About */
.page-template-template-about .content-main-inside-bottom h1 {
    font-size: 26px;
}

/* Albums */
.albums {
    padding-top: 15px;
}

.albums .row {
    margin-left: -10px;
    margin-right: -10px;
}

.albums .row>div {
    padding-left: 10px;
    padding-right: 10px;
}

.album {
    margin-bottom: 20px;
    text-align: center;
}

.album-img {
    /*width: 100%;
    height: auto;*/
    margin-bottom: 2px;
}

.album-title {
    font-size: 11px;
}

/* Single Album */
.album-content-wrap {
    padding-top: 10px;
}

.album-cover {
    margin-bottom: 10px;
}

.album-info {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.album-info>div {
    padding-bottom: 10px;
}

.album-back {
    text-align: right;
}

.album-back a {
    text-transform: lowercase;
}

.tracks-wrap {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 30px;
}

.tracks {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.disc-row {
    margin-bottom: 15px;
    font: 18px "Helvetica Neue",HelveticaNeue,Helvetica,Arial,clean,sans-serif;
    text-transform: uppercase;
}

.tracks>li {
    background-color: #f5f5f5;
    padding: 5px 10px;
    font-size: 12px;
}

.tracks>li:nth-child(odd) {
    background-color: #e5e5e5;
}

.tracks>li>div {
    /*display: inline-block;
    vertical-align: middle;*/
}

.track-no {
    width: 16px;
    /*display: inline-block;
    vertical-align: middle;*/
    text-align: right;
    /*width: 16px;
    margin-right: 10px;*/
}

.track-info:not(.track-title-wrap) {
    float: left;
    width: 26px;
    height: 14px;
}

.track-info.track-title-wrap {
    margin-left: 26px;
}

.track-info div {
    display: inline-block;
    vertical-align: middle;
}

.track-info .media-wrap {
    margin-right: 10px;
}

/* Single Track */
.album-from span {
    font-weight: bold;
    text-transform: lowercase;
}

.album-from a {
    font-weight: bold;
    font-style: italic;
}

.lyrics-title {
    font: 18px "Helvetica Neue",HelveticaNeue,Helvetica,Arial,clean,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.tracks-title {
    font: 18px "Helvetica Neue",HelveticaNeue,Helvetica,Arial,clean,sans-serif;
    text-transform: uppercase;
}

/* Videos */
.page-template-template-video .content-main-inside-bottom {
    padding: 0;
}

.page-template-template-video .content-main-inside-bottom .breadcrumbs {
    padding: 10px;
}

/* Photo Galleries */
.photo-galleries-title {
    color: #555555;
    font: 26px/26px "Century Gothic",CenturyGothic,Futura,"Tw Cen MT",AppleGothic,"Trebuchet MS",Arial,sans-serif;
    font-weight: bold;
}

.photo-gallery {
    margin-bottom: 15px;
}

.gallery-content {
    margin-top: 5px;
}

.gallery-content a {
    display: inline-block;
    vertical-align: middle;
}

.gallery-content a img {
    margin-bottom: 5px;
}

.photo-gallery .post-meta {
    padding: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title {
    padding: 10px;
    font: 18px "Helvetica Neue",HelveticaNeue,Helvetica,Arial,clean,sans-serif;
    font-weight: bold;
}

.photo-info {
    margin-top: 5px;
}

/* Events */
.events-header {
    font-family: "Helvetica Neue",HelveticaNeue,Helvetica,Arial,clean,sans-serif;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 15px;
}

.event {
    background: #e5e5e5;
    padding: 4px;
}

.event:nth-of-type(odd) {
    background: #f5f5f5;
}

.ticket-btn {
    text-transform: lowercase;
}

.event-info {
    padding: 10px;
    font-family: "Century Gothic",CenturyGothic,Futura,"Tw Cen MT",AppleGothic,"Trebuchet MS",Arial,sans-serif;
}

.event-info .event-location {
    font-size: 28px;
    line-height: 44px;
    font-weight: bold;
}

.event-info .event-venue {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.event-info .event-date {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}

.event-info .ticket-box {
    max-width: 111px;
    border: 1px solid #ccc;
    background-color: #e7f8ff;
    padding: 26px 12px;
    font-family: Arial,Helvetica,clean,sans-serif;
    text-align: center;
    text-transform: lowercase;
}

.event-info .ticket-box .ticket-text {
    font-size: 30px;
    line-height: 30px;
}

.event-info .ticket-box a {
    font-size: 12px;
}

.event-info .event-info-bottom {
    text-align: right;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    text-transform: lowercase;
    font-family: "Helvetica Neue",HelveticaNeue,Helvetica,Arial,clean,sans-serif;
}

/* Sidebar */
.widget-title {
    font: 26px/26px "Century Gothic",CenturyGothic,Futura,"Tw Cen MT",AppleGothic,"Trebuchet MS",Arial,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
}

/* Multilingual Text Widget */
.widget_text_icl img {
    width: 100%;
    height: auto;
}

/* Video Widget */
.widget_celine_video_widget {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    padding: 2px;
}

.widget_celine_video_widget .widget-video-content object {
    width: 100%;
}

.widget_celine_video_widget .widget-more {
    text-align: right;
    padding: 2px;
}

.widget_celine_video_widget .widget-more .main-btn {
    font-size: 14px;
    border-radius: 4px;
    padding: 4px 6px;
}

/* Featured Albums Widget */
.widget_celine_featured_albums_widget {
    background: #e3e3e3 url('assets/img/bg/bg-block-featured-album.png') repeat-x;
    padding: 10px;
    border: 1px solid #c6c6c6;
}

.widget_celine_featured_albums_widget .widget-title {
    color: #d3b500;
}

.widget_celine_featured_albums_widget .featured-album-widget-content {
    margin-top: 15px;
    padding: 0 30px;
}

.widget_celine_featured_albums_widget .featured-album-widget-content .row {
    margin-left: -5px;
    margin-right: -5px;
}

.widget_celine_featured_albums_widget .featured-album-widget-content .row>div {
    padding: 0 5px;
}

.widget_celine_featured_albums_widget .featured-album-widget-content strong {
    text-transform: uppercase;
}

.widget_celine_featured_albums_widget .featured-album-widget-content a {
    color: #06C;
}

.widget_celine_featured_albums_widget .featured-album-widget-content a:hover,
.widget_celine_featured_albums_widget .featured-album-widget-content a:focus {
    color: #000;
}

.widget_celine_featured_albums_widget .owl-buttons>div {
    width: 21px;
    height: 58px;
    position: absolute;
    top: 21px;
}

.widget_celine_featured_albums_widget .owl-buttons .owl-prev {
    background: url('assets/img/bg/buy_it_prev.png') no-repeat;
    left: -30px;
}

.widget_celine_featured_albums_widget .owl-buttons .owl-next {
    background: url('assets/img/bg/buy_it_next.png') no-repeat;
    right: -30px;
}

/* TeamCeline Widget */
.widget_celine_teamceline_widget {
    color: #fff;
    background: #1c4b5b url('assets/img/bg/bg-block-teamceline.png') repeat-x; 
    padding: 10px;
    border: 1px solid #c6c6c6;
}

.widget_celine_teamceline_widget .teamceline-widget-content {
    padding: 100px 0 5px 0;
    font-size: 16px;
}

.widget_celine_teamceline_widget .teamceline-widget-content p a:not(.main-btn) {
    color: #f9c384;
}

.widget_celine_teamceline_widget .teamceline-widget-content .row {
    margin-left: -10px;
    margin-right: -10px;
}

.widget_celine_teamceline_widget .teamceline-widget-content .row>div {
    padding: 0 10px;
}

.widget_celine_teamceline_widget .teamceline-widget-content .small-login {
    text-align: right;
}

/* Newsletter Widget */
.widget_celine_newsletter_widget {
    color: #707070;
    background: #efe2df url('assets/img/bg/bg-block-newsletter.png') repeat-x;
    padding: 10px;
    border: 1px solid #c6c6c6;
}

.widget_celine_newsletter_widget .widget-title {
    color: #b14110;
}

.widget_celine_newsletter_widget p {
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Follow Widget */
.widget_celine_follow_widget {
    background: #929394 url('assets/img/bg/bg-block-links.png') repeat-x;
    padding: 10px;
    border: 1px solid #c6c6c6;
}

.widget_celine_follow_widget .widget-title {
    color: #fff;
}

.widget_celine_follow_widget .follow-links {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.widget_celine_follow_widget .follow-links>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 13px 0;
}

.widget_celine_follow_widget .follow-links>li>a {
    display: block;
    height: 54px;
    width: 54px;
    background: #929394 url('assets/img/bg/social-buttons-master.png') no-repeat;
}

.widget_celine_follow_widget .follow-links>li>a.facebook {
    background-position: -512px 0;
}

.widget_celine_follow_widget .follow-links>li>a.vevo {
    background-position: -768px 0;
}

.widget_celine_follow_widget .follow-links>li>a.youtube {
    background-position: -704px 0;
}

.widget_celine_follow_widget .follow-links>li>a.twitter {
    background-position: -192px 0;
}

/* TeamCeline */
.ticket-offer {
    border: 1px solid #ddd;
    background-color: #eee;
    border-radius: 17px;
    margin-bottom: 30px;
}

.ticket-group {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    padding: 4px;
    background: url('assets/img/logo-team-small-grey.png') no-repeat 12px center;
}

.ticket-dates {
    background-color: #e451a7;
    color: #fff;
    padding: 2px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.pin-bottom {
    padding: 15px;
}

.pin-left {
    float: left;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.pin-right {
    margin-left: 60px;
}

.pin-code {
    background: #fff;
    color: #dba64b;
    font-size: 34px;
    font-weight: bold;
    background-color: #fff;
    padding: 2px 20px;
    border-radius: 3px;
    display: inline-block;
}

.instructions {
    margin-top: 4px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.instructions .expiration {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.instructions .copy {
    margin-bottom: 10px;
}

/* FAQ Page */
body.page-id-116 h2, body.page-id-3222 h2 {
    margin-top: 0;
}

body.page-id-116 h3 b, body.page-id-3222 h3 b {
    font-size: 18px;
    color: #4587b8;
    text-decoration: underline;
}

body.page-id-116 h3 b:hover, body.page-id-116 h3 b:focus,
body.page-id-3222 h3 b:hover, body.page-id-3222 h3 b:focus {
    color: #000;
}

/* Pagination */
.pagination-bar {
    text-align: center;
    padding: 15px 0;
}

.extra-nav {
    /*display: inline-block;*/
    display: inline;
    vertical-align: middle;   
    margin-top: 1px;
}

.pagination-bar ul.page-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.pagination-bar ul.page-numbers>li {
    display: inline-block;
    vertical-align: middle; 
}

.pagination-bar ul.page-numbers>li>span,
.pagination-bar ul.page-numbers>li>a,
.extra-nav {
    border: 1px solid #ddd;
    font-weight: bold;
    color: #7d7d7d;
    padding: 2px 6px;
}

.pagination-bar ul.page-numbers>li>a:hover, .pagination-bar ul.page-numbers>li>a:focus,
.extra-nav:hover, .extra-nav:focus {
    color: #555;
    border-color: #555;
    text-decoration: none;
}

.pagination-bar ul.page-numbers>li>span.current {
    color: #ddd;
    background-color: #555;
    border-color: #555;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 10px 0;
}

/* User Meta */
.um_input:not([type='checkbox']) {
    width: 100%!important;
}

#um_resetpassword_form h2 {
    color: inherit;
    margin-top: 0;
}

#um_resetpassword_form {
    border: 0;
    padding: 0;
    background: none;
}

/* Footer */
#footer {
    background: url('assets/img/bg/bg-footer-wrapper.png') repeat-x center bottom;
    text-align: center;
}

#footer .container-fluid {
    background: url('assets/img/bg/bg-footer.png') no-repeat center bottom;
    min-height: 280px;
}

.footer-logo-wrap {
    text-align: center;
}

.footer-logo {
    display: inline-block;
}

.footer-menu {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: center;
}

.footer-menu>li {
    display: inline-block;
    vertical-align: middle;
}

.footer-menu>li:after {
    content: ' ';
    background: url('assets/img/bg/primary-nav-divider-top.png') no-repeat center bottom;
    height: 4px;
    width: 4px;
    display: inline-block;
    padding: 0 6px;
}

.footer-menu>li:last-child:after {
    display: none;
}

.footer-menu>li>a {
    color: #fff;
    font-family: "Century Gothic",CenturyGothic,Futura,"Tw Cen MT",AppleGothic,"Trebuchet MS",Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-menu>li>a:hover, .footer-menu>li>a:focus {
    text-decoration: none;
}

.footer-copyright {
    color: #818181;
    font-size: 12px;
    font-family: "Helvetica Neue",HelveticaNeue,Helvetica,Geneva,Arial,sans-serif;
    padding-bottom: 10px;
}

.footer-links a {
    color: #818181;
    font-size: 12px;
    padding-bottom: 10px;
}

.footer-links a:hover, .footer-links a:focus {
    color: #000;
    text-decoration: underline;
}

/* Embed */
iframe, object, embed, img {
    max-width: 100%;
}

/* Images */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 10px;
}

/* Responsive */
@media (min-width: 768px) and (max-width: 1018px) {
    .header-top {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 70px;
    }

    #header {
        display: none;
    }

    .main-nav {
        float: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        background: #363635 url('assets/img/bg/bg-header.png') no-repeat center top;
        margin-top: 0;
    }

    .main-nav .navbar-brand {
        background: url('assets/img/bg/logo.png') no-repeat left center;
        background-size: contain;
        width: 75px;  
    }

    .main-nav .navbar-nav>li>a {
        padding: 10px 15px;
    }

    .main-nav .navbar-nav>li>a:after {
        display: none;
    }

    #carousel-home .carousel-indicators li,
    #carousel-home .carousel-indicators li.active {
        width: 12px;
        height: 12px;
        background-size: contain;
    }

    .post-date-wrap {
        float: none;
        margin-bottom: 5px;
    }

    .post-content {
        margin-left: 0;
        border-left: 0;
    }

    .comment-top time {
        float: none;
        display: block;
    }

    aside#banner-sidebar {
        display: none;
    }

    aside#sidebar {
        display: none;
    }

    .ticket-group {
        background: none;
    }

    .pin-left {
        float: none;
    }

    .pin-right {
        margin-left: 0;
    }

    .footer-nav {
        display: none;
    }
}