@font-face {
    font-family: 'calibriregular';
    src: url('calibri-webfont.eot');
    src: url('calibri-webfont.eot?#iefix') format('embedded-opentype'),
    url('calibri-webfont.woff') format('woff'),
    url('calibri-webfont.ttf') format('truetype'),
    url('calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibribold';
    src: url('calibrib-webfont.eot');
    src: url('calibrib-webfont.eot?#iefix') format('embedded-opentype'),
    url('calibrib-webfont.woff') format('woff'),
    url('calibrib-webfont.ttf') format('truetype'),
    url('calibrib-webfont.svg#calibribold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinregular';
    src: url('cabin-regular-webfont.eot');
    src: url('cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('cabin-regular-webfont.woff') format('woff'),
    url('cabin-regular-webfont.ttf') format('truetype'),
    url('cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'playfair_displayregular';
    src: url('playfairdisplay-regular-webfont.eot');
    src: url('playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('playfairdisplay-regular-webfont.woff') format('woff'),
    url('playfairdisplay-regular-webfont.ttf') format('truetype'),
    url('playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oxygenbold';
    src: url('oxygen-bold-webfont.eot');
    src: url('oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('oxygen-bold-webfont.woff') format('woff'),
    url('oxygen-bold-webfont.ttf') format('truetype'),
    url('oxygen-bold-webfont.svg#oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*RESET========================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre ,form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
h1, h2, h3 {
    font-weight: normal;
}
/*GENERAL======================================================================*/
h1, .page-heading h1.home, .page-heading .sub-heading {
    font-family: 'playfair_displayregular';
}
h2, h3, .tab-text .read-more a, .tab-text .closed {
    font-family: 'calibribold';
}
body {
    font-size: 14px;
    line-height: 1;
    overflow-x:hidden;
    font-family: 'calibriregular';
    background: #9ca78a url(../images/body-bg.png) repeat-x left top;
}
    body.body-inner {
        background: #9ca78a url(../images/body-inner-bg.jpg) repeat-x left top;
    }
        .page-top {
            height: 180px;
            background: url(../images/page-top-bg.png) no-repeat center top;
        }
            .body-inner .page-top {
                height: 197px;
                background: url(../images/page-top-inner-bg.jpg) no-repeat center top;
            }
                .page-center-top {
                    width: 1000px;
                    margin: 0 auto;
                }
                    .page-center {
                        min-height: 550px;
                        background: url(../images/content-top-bg.png) no-repeat center 357px;
                    }
                        .body-inner .page-center {
                            min-height: 786px;
                            background: url(../images/content-top-inner-bg.jpg) no-repeat center top;
                        }
                            .page-bottom {
                                clear: both;
                                height: 145px;
                            }
a:link, a:visited {
    color: #B6540C;
    text-decoration: none;
}
    a:hover, a:active, a:focus {
        color: #8c001a;
        text-decoration: underline;
    }
h1 {
    font-size: 24px;
    color: #8c001a;
    line-height: 30px;
    margin-bottom: 14px;
}
    h2 {
        font-size: 24px;
        color: #464646;
        margin-bottom: 4px;
    }
        h3 {
            font-size: 18px;
            color: #464646;
            margin-bottom: 4px;
        }
            .sub-heading {
                font-size: 16px;
                line-height: 20px;
                font-style: italic;
                color: #92876d;
                margin-bottom: 16px;
            }
.para, .para-a {
    color: #464646;
    line-height: 23px;
    margin-bottom: 28px;
}
    .para-last, .para-a {
        margin-bottom: 20px;
    }
        ol, ul.list {
            margin: 0 0 15px 25px;
        }
            ul.list li {
                padding-left: 4px;
                margin-bottom: 2px;
                list-style-image: url(../images/list-dot.png);
            }
                ul.list li ul {
                    margin-left: 10px;
                }
                    ul.list li ul li {
                        padding-left: 4px;
                        margin-bottom: 2px;
                        list-style-image: none;
                    }
                        .separator {
                            height: 1px;
                            background-color: #5C755E;
                        }
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
    .clearfix:after {
        clear: both;
    }
.hide-from-desktop {
    display: none;
}
    .mobile-content
    {
        display: none;
    }
/*HEADER=======================================================================*/
.header {
    width: 1000px;
    height: 180px;
    margin: 0 auto;
    position: relative;
}
.body-inner .header {
    padding-bottom: 17px;
}
    .header-content {
        width: 1000px;
        height: 131px;
    }
        .header-nav {
            width: 962px;
            height: 49px;
            padding-left: 38px;
        }
            .header-nav ul {
                list-style: none;
            }
                .header-nav ul li {
                    float: left;
                    height: 49px;
                }
                    .header-nav ul li.home {
                        width: 57px;
                        margin-right: 24px;
                    }
                    .header-nav ul li.meet {
                        width: 112px;
                        margin-right: 18px;
                    }
                    .header-nav ul li.patient {
                        width: 134px;
                        margin-right: 14px;
                    }
                    .header-nav ul li.test {
                        width: 95px;
                        margin-right: 17px;
                    }
                    .header-nav ul li.learn {
                        width: 168px;
                        margin-right: 17px;
                    }
                    .header-nav ul li.health {
                        width: 158px;
                        margin-right: 25px;
                    }
                    .header-nav ul li.contact {
                        width: 85px;
                    }
                        .header-nav ul li a {
                            display: block;
                            padding-left: 12px;
                            color: #5c755e;
                            text-decoration: none;
                        }
                            .header-nav ul li.home a {
                                width: 45px;
                                height: 34px;
                                padding-top: 15px;
                            }
                            .header-nav ul li.meet a {
                                width: 98px;
                                height: 31px;
                                padding-top: 18px;
                            }
                            .header-nav ul li.patient a {
                                width: 122px;
                                height: 29px;
                                padding-top: 20px;
                            }
                            .header-nav ul li.test a {
                                width: 83px;
                                height: 27px;
                                padding-top: 22px;
                            }
                            .header-nav ul li.learn a {
                                width: 156px;
                                height: 27px;
                                padding-top: 22px;
                            }
                            .header-nav ul li.health a {
                                width: 146px;
                                height: 29px;
                                padding-top: 20px;
                                word-spacing: 3px;
                            }
                            .header-nav ul li.contact a {
                                width: 73px;
                                height: 31px;
                                padding-top: 18px;
                            }
                                .header-nav ul li.home a:hover, .header-nav ul li.home a.activated {
                                    color: #ffffff;
                                    background: url("../images/nav-sprite.png") no-repeat 0 0;
                                }
                                .header-nav ul li.meet a:hover, .header-nav ul li.meet a.activated {
                                    color: #ffffff;
                                    background: url("../images/nav-sprite.png") no-repeat -57px 0;
                                }
                                .header-nav ul li.patient a:hover, .header-nav ul li.patient a.activated {
                                    color: #ffffff;
                                    background: url("../images/nav-sprite.png") no-repeat -169px 0;
                                }
                                .header-nav ul li.test a:hover, .header-nav ul li.test a.activated {
                                    color: #ffffff;
                                    background: url("../images/nav-sprite.png") no-repeat -303px 0;
                                }
                                .header-nav ul li.learn a:hover, .header-nav ul li.learn a.activated {
                                    color: #ffffff;
                                    background: url("../images/nav-sprite.png") no-repeat -398px 0;
                                }
                                .header-nav ul li.health a:hover, .header-nav ul li.health a.activated {
                                    color: #ffffff;
                                    background: url("../images/nav-sprite.png") no-repeat -566px 0;
                                }
                                .header-nav ul li.contact a:hover, .header-nav ul li.contact a.activated {
                                    color: #ffffff;
                                    background: url("../images/nav-sprite.png") no-repeat -724px 0;
                                }
        .header-left {
            float: left;
            width: 330px;
            height: 113px;
            padding: 18px 0 0 49px;
            color: #2b2b2b;
            line-height: 22px;
            font-family: 'cabinregular';
        }
            .header-left .phone {
                color: #9c9f84;
                font-size: 24px;
                margin-bottom: 5px;
            }
                .header-left .address a {
                    color: #2b2b2b;
                }
        .logo {
            float: left;
            width: 253px;
            height: 102px;
            margin-top: 19px;
            background: url("../images/logo.jpg") no-repeat 0 0;
        }
            .logo a {
                display: block;
                width: 253px;
                height: 102px;
            }
                .logo h1 {
                    text-indent: -9999px;
                }
        .header-right {
            float: left;
            width: 318px;
            height: 93px;
            padding: 38px 50px 0 0;
        }
            .search {
                height: 41px;
                width: 193px;
                float: right;
            }
                .search form .search-box {
                    float: left;
                    width: 149px;
                    height: 27px;
                    border: none;
                    margin: -2px 0 0 0;
                    padding: 0 0 0 10px;
                    color: #5c755e;
                    font-size: 13px;
                    font-family: 'calibriregular';
                    background: url(../images/search-box.png) no-repeat left 2px;
                }
                    .search form .search-button {
                        float: left;
                        width: 34px;
                        height: 25px;
                        border: none;
                        cursor: pointer;
                        background: url(../images/search-icon.png) no-repeat left top;
                    }
            .header-right .like-us {
                float: right;
                width: 148px;
                height: 30px;
                clear: both;
            }
                .like-us .facebook {
                    float: left;
                    width: 88px;
                }
                    .like-us .googleplus {
                        float: left;
                        width: 60px;
                    }
.banner {
    width:1920px;
    height:572px;
    position:absolute;
    top: 146px;
    margin-left:-460px;
    z-index: -100;
}
.bucket {
    width: 375px;
    position: absolute;
    top:212px;
    right: 0;
}
    .body-inner .bucket {
        top:197px;
        right: 0;
        height: 307px;
        padding-top: 15px;
        background: url(../images/bucket-bg.jpg) no-repeat 0 0;
    }
        .body-inner .bucket-height {
            width: 332px;
            height: 307px;
        }
            .bucket .left-col {
                float: left;
                width: 211px;
                margin-right: -8px;
            }
                .bucket .right-col {
                    float: left;
                    width: 172px;
                }
                    .bucket ul {
                        list-style: none;
                        float: right;
                    }
                        .bucket ul li {
                            height: 36px;
                        }
                            .bucket ul li a {
                                display: block;
                                height: 36px;
                                text-decoration: none;
                                float: right;
                                color: #8c001a;
                                padding: 0 0 0 27px;
                                font-family: 'cabinregular';
                                background: url(../images/tab-left.png) no-repeat left;
                            }
                                .bucket ul li a span {
                                    display: block;
                                    height: 31px;
                                    float: left;
                                    text-decoration: none;
                                    padding: 5px 21px 0 6px;
                                    background: url(../images/tab-right.png) no-repeat right;
                                }
                                    .bucket ul li a:hover, .bucket ul li a.activated {
                                        color: #ffffff;
                                        background: url(../images/tab-left-over.png) no-repeat left;
                                    }
                                        .bucket ul li a:hover span, .bucket ul li a.activated span {
                                            background: url(../images/tab-right-over.png) no-repeat right;
                                        }
                                            .bucket ul li.auto {
                                                margin: 0 0 6px 0;
                                            }
                                            .bucket ul li.work {
                                                margin: 0 4px 5px 0;
                                            }
                                            .bucket ul li.adjust {
                                                margin: 0 9px 5px 0;
                                            }
                                            .bucket ul li.sports {
                                                margin: 0 13px 5px 0;
                                            }
                                            .bucket ul li.therapy {
                                                margin: 0 13px 6px 0;
                                            }
                                            .bucket ul li.massage {
                                                margin: 0 13px 5px 0;
                                            }
                                            .bucket ul li.carpal {
                                                margin: 0 11px 0 0;
                                            }
                                            .bucket ul li.physic {
                                                margin: 0 10px 6px 0;
                                            }
                                            .bucket ul li.scol {
                                                margin: 0 16px 5px 0;
                                            }
                                            .bucket ul li.spinal {
                                                margin: 0 19px 5px 0;
                                            }
                                            .bucket ul li.women {
                                                margin: 0 21px 5px 0;
                                            }
                                            .bucket ul li.neck {
                                                margin: 0 22px 6px 0;
                                            }
                                            .bucket ul li.head {
                                                margin: 0 24px 5px 0;
                                            }
                                            .bucket ul li.disk {
                                                margin: 0 24px 0 0;
                                            }
.page-heading {
    width: 1000px;
    margin: 0 auto;
}
    .page-heading h1.home {
        text-align: center;
        color: #ffffff;
        font-size: 24px;
        margin: 370px 0 4px 0;
    }
        .page-heading .sub-heading {
            font-size: 18px;
            color: #ffffff;
            text-align: center;
            font-style: normal;
        }
.page-columns {
    width: 956px;
    margin: 41px auto 0 auto;
    border-radius: 0 0 30px 30px;
    padding: 13px 24px 30px 20px;
    background-color: #ffffff;
}
    .body-inner .page-columns {
        min-height: 800px;
        margin: 0 auto;
        background: #ffffff url(../images/content-bg.jpg) no-repeat left top;
    }
/*COLUMN-CENTER=======================================================================*/
.column-center {
    width: 605px;
    float: left;
}
    .body-inner .column-center {
        width: 600px;
        float: left;
        padding: 21px 5px 0 0;
    }
        .featured-articles {
            width: 605px;
            padding-top: 1px;
            min-height: 301px;
            color: #ffffff;
            margin-bottom: 17px;
        }
            .article-tile {
                width: 189px;
                float: left;
                min-height: 301px;
                margin-right: 19px;
            }
                .article-tile.third {
                    margin-right: 0;
                }
                    .article-tile .tile-title {
                        width: 179px;
                        height: 43px;
                        padding-top: 105px;
                        padding-left: 10px;
                        font-size: 16px;
                        line-height: 20px;
                        font-family: 'oxygenbold';
                    }
                        .article-tile.first .tile-title {
                            background: url(../images/tile-1.jpg) no-repeat 0 0;
                        }
                            .article-tile.second .tile-title {
                                background: url(../images/tile-2.jpg) no-repeat 0 0;
                            }
                                .article-tile.third .tile-title {
                                    background: url(../images/tile-3.jpg) no-repeat 0 0;
                                }
                                    .article-tile .tile-text {
                                        line-height: 17px;
                                        background-color: #9c9f84;
                                        padding: 7px 13px 0 10px;
                                        border-radius: 0 0 20px 20px;
                                    }
                                        .article-tile .read-more {
                                            text-align: right;
                                            padding: 17px 0 10px 0;
                                        }
                                            .article-tile .read-more a {
                                                color: #ffffff;
                                            }
                                                .article-tile .read-more a:hover {
                                                    color: #8c001a;
                                                }
.page-tabs {
    height: 30px;
    width: 100%;
    margin: 10px 0 25px 0;
}
    .page-tabs ul {
        float: left;
        list-style: none;
    }
        .page-tabs ul li {
            float: left;
            height: 30px;
            margin-right: 2px;
        }
            .page-tabs ul li a {
                width: 100px;
                text-align: center;
                display: block;
                height: 30px;
                line-height: 30px;
                text-decoration: none;
                padding: 0 10px 0 10px;
                color: white;
                font-size: 15px;
                background-color: #D20025;
                font-family: Arial, sans-serif;
            }
                .page-tabs ul li a:hover, .page-tabs ul li a.activated {
                    color: white;
                    background-color: #8C001A;
                }
.appointment-form {
    width: 360px;
    padding: 20px 0 0 140px;
}
    .review-form {
        width: 360px;
        padding: 25px 0 0 140px;
        margin-bottom: 30px;
    }
        .review {
            margin-bottom: 15px;
        }
            .review .review-text {
                color: #464646;;
                font-size: 14px;
                line-height: 26px;
                padding: 20px 0 0 0;
                margin-bottom: 8px;
            }
                .review .reviewed-by {
                    color: #8C001A;
                    font-size: 15px;
                    letter-spacing: 2px;
                    padding-bottom: 15px;
                }
                    .type-video img {
                        margin: 0 15px 15px 0;
                    }
img.chiro {
    margin-bottom: 15px;
}
    img.right-image{
        float: right;
        margin: 0 0 10px 15px;
    }
        .contact-info {
            margin-bottom: 20px;
        }
            .para.map-position {
                margin: 40px 0 0 100px;
            }
                img.handout {
                    border: 1px solid #cdcdcd;
                    margin-bottom: 15px;
                }
/*COLUMN-RIGHT=======================================================================*/
.column-right {
    width: 332px;
    float: left;
    color: #ffffff;
    padding: 0 0 0 19px;
}
    .appointment {
        height: 62px;
        margin-bottom: 8px;
    }
        .appointment a.tab-link, .testimonials a.tab-link, .tab-wrap {
            display: block;
            height: 62px;
            font-size: 16px;
            color: #ffffff;
            font-family: 'oxygenbold';
            background: url(../images/right-sprite.png) no-repeat 0 0;
        }
            .appointment a.tab-link:hover, .testimonials a.tab-link:hover {
                color: #8c001a;
                background: url(../images/right-sprite.png) no-repeat 0 -62px;
            }
                .tab-icon {
                    float: left;
                    width: 45px;
                    height: 62px;
                    margin-left: 13px;
                }
                    .appointment .tab-icon {
                        background: url(../images/right-sprite.png) no-repeat 0 -124px;
                    }
                        .tab-title {
                            float: left;
                            padding: 20px 0 0 10px;
                        }
    .testimonials {
        min-height: 156px;
        margin-bottom: 16px;
        background-color: #9c9f84;
        border-radius: 10px;
    }
        .testimonials .tab-icon {
            background: url(../images/right-sprite.png) no-repeat -45px -124px;
        }
            .tab-text {
                line-height: 17px;
                padding: 12px 30px 0 30px;
            }
                .tab-text .read-more {
                    text-align: right;
                    padding-right: 3px;
                }
                    .tab-text .read-more a {
                        color: #ffffff;
                    }
                        .tab-text .read-more a:hover {
                            color: #8c001a;
                        }
    .office-hours {
        height: 186px;
        background-color: #9c9f84;
        border-radius: 10px;
        margin-bottom: 17px;
    }
        .office-hours .tab-icon {
            background: url(../images/right-sprite.png) no-repeat -90px -124px;
        }
            .office-hours .tab-text {
                line-height: 16px;
                padding: 11px 20px 0 20px;
            }
                .tab-text table {
                    width: 289px;
                }
                    .tab-text .closed {
                        padding-left: 20px;
                        margin-top: 5px;
                    }
    .rate-us {
        height: 62px;
        margin-bottom: 7px;
    }
        .rate-us .tab-icon {
            background: url(../images/right-sprite.png) no-repeat -135px -124px;
        }
            .rate-us .social-images {
                float: left;
                padding: 8px 0 0 14px;
            }
                .rate-us .social-images img {
                    margin-right: 10px;
                }
    .get-social {
        height: 111px;
        background-color: #9c9f84;
        border-radius: 10px;
    }
        .get-social .tab-icon {
            background: url(../images/right-sprite.png) no-repeat -180px -124px;
        }
            .get-social .social-icons {
                line-height: 16px;
                padding: 0 30px 0 67px;
            }
                .get-social .social-icons img {
                    margin-right: 14px;
                    margin-top: -3px;
                }
.accordion {
    background:#fff;
    width: 99.8%;
    border:1px solid #333;
}
    .accordion h2 {
        background:#91977D;
        margin:0;
        padding:5px 15px;
        font-size:15px;
        font-weight:normal;
        border:1px solid #fff;
        border-bottom:1px solid #ddd;
        cursor:pointer;
        color: #fff;
    }
        .accordion h2.current {
            cursor:default;
            background-color:#8C001A;
        }
            .accordion .pane {
                display:none;
                padding:10px 10px 10px 15px;
            }
                .accordion .pane .heading {
                    font-size: 22px;
                    color: #710014;
                    font-weight: bold;
                    margin-bottom: 14px;
                }
                    .accordion .pane .sub-heading {
                        font-size: 18px;
                        color: #8C001A;
                        font-style: normal;
                    }
                        .accordion .pane h3 {
                            font-weight:normal;
                            margin:0 0 8px 0;
                            font-size:16px;
                            color:#464646;
                        }
.posture-table tr td {
    width: 35%;
    padding-left: 10px;
    padding-right: 20px;
}
    .back-exec-table {
        margin-left: 20px;
        margin-bottom: 30px;
    }
        .back-exec-table ul {
           margin-left: 30px;
            margin-bottom: 15px;
            padding-top: 10px;
        }
            .back-exec-table ul li {
                height: 20px;
            }
/*FOOTER=======================================================================*/
.footer {
    width: 1000px;
    height: 145px;
    color: #e9e5b8;
    margin: 0 auto;
}
    .footer-nav {
            width: 606px;
            height: 60px;
            padding-left: 196px;
        }
            .footer-nav ul {
                list-style: none;
            }
                .footer-nav ul li {
                    float: left;
                    height: 60px;
                }
                    .footer-nav ul li a {
                        display: block;
                        height: 40px;
                        color: #e9e5b8;
                        text-decoration: none;
                        text-align: center;
                        padding-top: 20px;
                    }
                        .footer-nav ul li.home {
                            width: 45px;
                            margin-right: 27px;
                        }
                            .footer-nav ul li.home:hover, .footer-nav ul li.home a.activated {
                                background: url("../images/footer-sprite.png") no-repeat 0 0;
                            }
                        .footer-nav ul li.meet {
                            width: 99px;
                            margin-right: 27px;
                        }
                            .footer-nav ul li.meet:hover, .footer-nav ul li.meet a.activated {
                                background: url("../images/footer-sprite.png") no-repeat -45px 0;
                            }
                        .footer-nav ul li.review {
                            width: 107px;
                            margin-right: 27px;
                        }
                            .footer-nav ul li.review:hover, .footer-nav ul li.review a.activated {
                                background: url("../images/footer-sprite.png") no-repeat -144px 0;
                            }
                        .footer-nav ul li.google {
                            width: 80px;
                            margin-right: 32px;
                        }
                            .footer-nav ul li.google:hover, .footer-nav ul li.google a.activated {
                                background: url("../images/footer-sprite.png") no-repeat -251px 0;
                            }
                        .footer-nav ul li.contact {
                            width: 74px;
                            margin-right: 26px;
                        }
                            .footer-nav ul li.contact:hover, .footer-nav ul li.contact a.activated {
                                background: url("../images/footer-sprite.png") no-repeat -331px 0;
                            }
                        .footer-nav ul li.sitemap {
                            width: 62px;
                        }
                            .footer-nav ul li.sitemap:hover, .footer-nav ul li.sitemap a.activated {
                                background: url("../images/footer-sprite.png") no-repeat -405px 0;
                            }
    .copyright {
        text-align: center;
        padding-top: 7px;
        line-height: 24px;
        clear: both;
    }
        .copyright a {
            color: #e9e5b8;
            text-decoration: none;
        }
            .copyright a:hover {
                color: #8c001a;
                text-decoration: underline;
            }
.scrollup {
    display: none;
    width: 40px;
    position: fixed;
    height: 40px;
    bottom: 20px;
    right: 20px;
    text-indent: -9999px;
    background: url("../images/gototop-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*Skin Name: Nivo Slider Default Theme==========================================*/
.theme-default .nivoSlider {
    position:relative;
    background:url(../nivo/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
    .theme-default .nivoSlider img {
        position:absolute;
        top:0px;
        left:0px;
        display:none;
    }
        .theme-default .nivoSlider a {
            border:0;
            display:block;
        }
            .theme-default .nivo-controlNav {
                text-align: center;
                padding: 20px 0;
            }
                .theme-default .nivo-controlNav a {
                    display:inline-block;
                    width:22px;
                    height:22px;
                    background:url(../nivo/bullets.png) no-repeat;
                    text-indent:-9999px;
                    border:0;
                    margin: 0 2px;
                }
                    .theme-default .nivo-controlNav a.active {
                        background-position:0 -22px;
                    }
                        .theme-default .nivo-directionNav a {
                            display:block;
                            width:30px;
                            height:30px;
                            background:url(../nivo/arrows.png) no-repeat;
                            text-indent:-9999px;
                            border:0;
                            opacity: 0;
                            -webkit-transition: all 200ms ease-in-out;
                            -moz-transition: all 200ms ease-in-out;
                            -o-transition: all 200ms ease-in-out;
                            transition: all 200ms ease-in-out;
                        }
                            .theme-default:hover .nivo-directionNav a { opacity: 1; }
                            .theme-default a.nivo-nextNav {
                                background-position:-30px 0;
                                right:15px;
                            }
                                .theme-default a.nivo-prevNav {
                                    left:15px;
                                }
    .theme-default .nivo-caption {
        font-family: Helvetica, Arial, sans-serif;
    }
        .theme-default .nivo-caption a {
            color:#fff;
            border-bottom:1px dotted #fff;
        }
            .theme-default .nivo-caption a:hover {
                color:#fff;
            }
                .theme-default .nivo-controlNav.nivo-thumbs-enabled {
                    width: 100%;
                }
                    .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
                        width: auto;
                        height: auto;
                        background: none;
                        margin-bottom: 5px;
                    }
                        .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
                            display: block;
                            width: 120px;
                            height: auto;
                        }
/* The Nivo Slider styles====================================================== */
.nivoSlider {
    position:absolute;
    width:1920px;
    height:572px;
    overflow: hidden;
    float:left;
}
    .nivoSlider img {
        position:relative;
        top:0px;
        left:0px;
        height:572px;
        max-width: none;
    }
        .nivo-main-image {
            display: block !important;
            position: relative !important;
            width: 100% !important;
        }
            /* If an image is wrapped in a link */
            .nivoSlider a.nivo-imageLink {
                position:absolute;
                top:0px;
                left:0px;
                width:100%;
                height:100%;
                border:0;
                padding:0;
                margin:0;
                z-index:6;
                display:none;
                background:none;
            }
                /* The slices and boxes in the Slider */
                .nivo-slice {
                    display:block;
                    position:absolute;
                    z-index:5;
                    height:100%;
                    top:0;
                }
                    .nivo-box {
                        display:block;
                        position:absolute;
                        z-index:5;
                        overflow:hidden;
                    }
                        .nivo-box img { display:block; }
    /* Caption styles */
    .nivo-caption {
        position:absolute;
        left:0px;
        bottom:0px;
        background:#000;
        color:#fff;
        width:100%;
        z-index:8;
        padding: 5px 10px;
        opacity: 0.8;
        overflow: hidden;
        display: none;
        -moz-opacity: 0.8;
        filter:alpha(opacity=8);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        .nivo-caption p {
            padding:5px;
            margin:0;
        }
            .nivo-caption a {
                display:inline !important;
            }
                .nivo-html-caption {
                    display:none;
                }
    /* Direction nav styles (e.g. Next & Prev) */
    .nivo-directionNav a {
        position:absolute;
        top:45%;
        z-index:9;
        cursor:pointer;
    }
        .nivo-prevNav {
            left:0px;
            margin-left:2px
        }
            .nivo-nextNav {
                right:0px;
                margin-right:2px
            }
                /* Control nav styles (e.g. 1,2,3...) */
                .nivo-controlNav {
                    text-align:center;
                    padding: 15px 0;
                }
                    .nivo-controlNav a {
                        cursor:pointer;
                    }
                        .nivo-controlNav a.active {
                            font-weight:bold;
                        }
/* FancyBox - jQuery Plugin====================================================== */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
    .fancybox-wrap {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8020;
    }
        .fancybox-skin {
            position: relative;
            background: #f9f9f9;
            color: #444;
            text-shadow: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }
            .fancybox-opened {
                z-index: 8030;
            }
                .fancybox-opened .fancybox-skin {
                    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
                    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
                    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
                }
                    .fancybox-outer, .fancybox-inner {
                        position: relative;
                    }
                        .fancybox-inner {
                            overflow: hidden;
                        }
                            .fancybox-type-iframe .fancybox-inner {
                                -webkit-overflow-scrolling: touch;
                            }
                                .fancybox-error {
                                    color: #444;
                                    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
                                    margin: 0;
                                    padding: 15px;
                                    white-space: nowrap;
                                }
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
    .fancybox-image {
        max-width: 100%;
        max-height: 100%;
    }
        #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
            background-image: url('../fancybox/fancybox_sprite.png');
        }
            #fancybox-loading {
                position: fixed;
                top: 50%;
                left: 50%;
                margin-top: -22px;
                margin-left: -22px;
                background-position: 0 -108px;
                opacity: 0.8;
                cursor: pointer;
                z-index: 8060;
            }
                #fancybox-loading div {
                    width: 44px;
                    height: 44px;
                    background: url('../fancybox/fancybox_loading.gif') center center no-repeat;
                }
                    .fancybox-close {
                        position: absolute;
                        top: -18px;
                        right: -18px;
                        width: 36px;
                        height: 36px;
                        cursor: pointer;
                        z-index: 8040;
                    }
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
    .fancybox-next {
        right: 0;
    }
        .fancybox-nav span {
            position: absolute;
            top: 50%;
            width: 36px;
            height: 34px;
            margin-top: -18px;
            cursor: pointer;
            z-index: 8040;
            visibility: hidden;
        }
            .fancybox-prev span {
                left: 10px;
                background-position: 0 -36px;
            }
                .fancybox-next span {
                    right: 10px;
                    background-position: 0 -72px;
                }
                    .fancybox-nav:hover span {
                        visibility: visible;
                    }
                        .fancybox-tmp {
                            position: absolute;
                            top: -99999px;
                            left: -99999px;
                            visibility: hidden;
                            max-width: 99999px;
                            max-height: 99999px;
                            overflow: visible !important;
                        }
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
    .fancybox-lock body {
        overflow: hidden !important;
    }
        .fancybox-lock-test {
            overflow-y: hidden !important;
        }
            .fancybox-overlay {
                position: absolute;
                top: 0;
                left: 0;
                overflow: hidden;
                display: none;
                z-index: 8010;
                background: url('../fancybox/fancybox_overlay.png');
            }
                .fancybox-overlay-fixed {
                    position: fixed;
                    bottom: 0;
                    right: 0;
                }
                    .fancybox-lock .fancybox-overlay {
                        overflow: auto;
                        overflow-y: scroll;
                    }
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
    .fancybox-opened .fancybox-title {
        visibility: visible;
    }
        .fancybox-title-float-wrap {
            position: absolute;
            bottom: 0;
            right: 50%;
            margin-bottom: -35px;
            z-index: 8050;
            text-align: center;
        }
            .fancybox-title-float-wrap .child {
                display: inline-block;
                margin-right: -100%;
                padding: 2px 20px;
                background: transparent;
                background: rgba(0, 0, 0, 0.8);
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                border-radius: 15px;
                text-shadow: 0 1px 2px #222;
                color: #FFF;
                font-weight: bold;
                line-height: 24px;
                white-space: nowrap;
            }
                .fancybox-title-outside-wrap {
                    position: relative;
                    margin-top: 10px;
                    color: #fff;
                }
                    .fancybox-title-inside-wrap {
                        padding-top: 10px;
                    }
                        .fancybox-title-over-wrap {
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            color: #fff;
                            padding: 10px;
                            background: #000;
                            background: rgba(0, 0, 0, .8);
                        }
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('../fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .body-inner .bucket {
        right: 1px;
    }
    .bucket ul li a span {
        padding: 5px 18px 0 6px;
    }
}