* {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
}
p, span {
    color: #333333;
    font-family: Helvetica,Arial,sans-serif;
    text-decoration: none;
}
a {
    color: #5daad9;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    outline: 0 none;
}
ul li, ol li {
    color: #333333;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 25px;
}
a:hover {
    color: #7dc1f0;
    outline: 0 none;
    text-decoration: none;
}
a:focus {
    outline: 0 none;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 25px;
    line-height: 20px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 16px;
    line-height: 24px;
}
img {
    width: 100%;
}
.no_border_right {
    border-right: medium none !important;
}

/*================ custom add this ============ */
.addthis_bar.addthis_bar_bottom.at-topBottom-animateIn, .addthis_bar.addthis_bar_bottom.at-topBottom-animateOut {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}
.addthis_bar.addthis_bar_bottom.at-topBottom-animateIn {
    animation-name: at-topBottom-bot-animateIn;
}
.addthis_bar.addthis_bar_bottom {
    bottom: 0;
    left: 0;
    max-height: 200px;
    position: fixed;
    right: 0;
    top: auto;
}
.addthis_bar {
    margin: 0;
    min-height: 60px;
    padding: 0;
    visibility: visible;
    width: 100%;
    z-index: 1900000000;
}
.addthis_bar .welcome-inner-container {
    position: relative;
    text-align: center;
    text-rendering: optimizespeed;
}
.addthis_bar .welcome-inner-container .addthis_bar_p {
    margin: auto;
    padding-top: 13px;
    position: relative;
    width: 95%;
}
.addthis_bar .addthis_bar_message {
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 1pc;
    font-weight: 300;
    line-height: normal;
    padding-right: 15px;
}
.addthis_bar .at-goal-container {
    display: inline-block;
}
.addthis_bar.addthis_bar_bottom .at-cv-button {
    top: 0;
}
.addthis_bar .at-cv-button {


    border-radius: 4px;

    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    position: relative;
    text-decoration: none;
}
.addthis_bar .at-cv-button, .addthis_bar .at-cv-input {
    font-size: 14px;
    height: 2pc;
    line-height: 2pc;
    outline: 0 none;
    padding: 0 10px;
}
.addthis_bar .welcome-inner-container {
    text-align: center;
    text-rendering: optimizespeed;
}
.addthis_bar{display:none;}
.my-add{display:block;}
.my-hide{display:none; transition: all 0.4s ease-in-out 0s;}
/*================ custom add this ============ */

.breadcrumbs ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.breadcrumbs ul li {
    display: inline;
}
.blog-post-tags ul, .blog-item-tags ul, .blog-feature-tags ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.blog-post-tags ul li, .blog-item-tags ul li, .blog-feature-tags ul li {
    display: inline;
}
.animate {
    transition: all 0.5s ease-in-out 0s;
}
body {
    padding-top: 45px;
}
.container {
    max-width: 1194px;
}
.top_bar {
    background: #172d5a none repeat scroll 0 0;
    padding-top: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}
.top_bar p {
    color: #fff;
    font-size: 13px;
}
.top_bar span {
    color: #fff;
    padding: 0 10px;
}
.top_bar a {
    color: #fff;
    font-size: 13px;
}
.top_address {
    float: right;
}
.top_address p {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.top_number {
    text-align: right;
}
.top_number p {
    color: #333333;
    font-size: 16px;
}
.back-to-top {
    bottom: 0;
    display: none;
    float: left;
    font-size: 11px;
    padding: 10px 10px 5px;
    position: fixed;
    right: 15px;
    text-decoration: none;
    z-index: 99999;
}
.clinics {
    padding: 40px 0 5px;
}
.clinic1 h2, .clinic2 h2 {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}
.clinic1 h2 a, .clinic2 h2 a {
    font-size: 24px;
}
.clinic1, .clinic2 {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    padding: 20px;
}
.features {
    padding-bottom: 40px;
}
.features h3 {
    font-size: 20px;
}
.feature1, .feature2, .feature3 {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    padding: 20px;
}
.feature1 img, .feature2 img, .feature3 img {
    transform: scale(1);
    transition: all 0.5s ease-in-out 0s;
}
.feature1:hover img, .feature2:hover img, .feature3:hover img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out 0s;
}
.features img {
    display: inline-block;
    margin: 10px auto;
    max-width: 90px;
}
.main_block {
    margin-bottom: 60px;
}
.main_block h1 {
    margin-bottom: 60px;
    text-align: center;
}
.news {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 40px 0 60px;
}
.news a {
    background: #172d5a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 28px;
    margin-top: 10px;
    padding: 5px 10px;
    transition: all 0.5s ease-in-out 0s;
}
.tos-bullets li {
    margin-bottom: 10px;
}
#tos-inset {
    margin-left: 50px !important;
}
.tos-bulletsRoman {
    list-style-type: lower-roman;
    margin-left: 30px !important;
}
.tos-bulletsAlpha {
    list-style-type: lower-alpha;
    margin-left: 30px;
}
.terms-service h2 {
    color: #777;
    font-size: 18px;
    font-weight: bold;
}
.news a:hover .rm_block img {
    margin-left: 10px !important;
    transition: all 0.5s ease-in-out 0s;
}
.rm_block img {
    display: inline-block;
    float: left;
    margin-left: 4px;
    margin-top: 10px;
    max-width: 28px;
}
.news h2 {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.news h3 {
    font-size: 24px;
}
.promo_block {
    padding: 60px 0;
}
.promo_text {
    float: right;
    padding: 20px;
    width: 50%;
}
.dvd_promo {
    background: transparent url("../Images/dvdbanner.jpg") no-repeat scroll 0 0;
    height: 400px;
    width: 1140px;
}
.dvd_promo h3 {
    color: #fff;
    font-size: 36px;
    line-height: 45px;
}
.dvd_promo p {
    color: #fff;
    padding: 25px 0;
}
.dvd_promo a {
    background: #0e1e3e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    padding: 15px 40px 5px;
}
.dvd_promo a img {
    float: left;
    left: -15px;
    margin-right: 10px;
    max-width: 33px;
    position: relative;
    top: -5px;
}
.bn_button {
    background: #172d5a none repeat scroll 0 0 !important;
    border: 1px solid #0e1e3e !important;
    color: #fff;
    margin: 20px 0 !important;
    text-shadow: none !important;
    width: 50%;
}
.pro_logos {
    padding-bottom: 60px;
}
.pro_logos li.para {
    float: right;
}
.pro_logos li.logo_1, .pro_logos li.logo_2 {
    float: left;
}
.logogroup {
    display: inline-block;
    float: left;
}
.footer p {
    color: #fff !important;
}
.tianjun {
    float: left;
    margin-right: 15px;
    max-width: 180px;
}
.breadcrumbs {
    padding-top: 20px;
}
.breadcrumbs li {
    font-size: 14px;
    margin: 0 2px;
}
.breadcrumbs li {
    color: #5daad9;
}
.breadcrumbs a {
    color: #5daad9;
    font-size: 14px;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.download_videos {
    padding: 40px 0;
}
.download_videos .collapse {
    border: medium none !important;
}
.download_videos h4 {
    margin: 20px 0 40px;
}
#accordion2 {
    margin-top: 40px;
}
#accordion2 .panel {
    background: #f5f5f5 none repeat scroll 0 0;
}
#accordion2 .panel a {
    color: #0e1e3e;
    display: inline-block;
    padding: 10px;
    width: 100%;
}
.nopad {
    padding: 0;
}
.videodownload_table tr {
    border: 1px solid #ccc;
}
.videodownload_table tr td {
    border-right: 1px solid #ccc;
    padding: 8px 15px;
}
.videodownload_table tr th {
    background: #ccc none repeat scroll 0 0;
    border-right: 1px solid #bbb;
    padding: 8px 15px;
}
.vd_block {
    color: #333333;
    font-size: 14px;
}
.change-password p {
    font-size: 16px;
    padding: 15px 0;
}
.passwordlabel {
    color: #777;
    float: left;
    font-weight: normal;
    margin-right: 15px;
    margin-top: 6px;
}
.new_password {
    border: 1px solid #ccc;
    padding: 6px;
}
.passwordbutton {
    background: #172d5a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 50px;
}
.passwordbutton:hover {
    text-decoration: underline;
}
.pwchange_surround {
    background: #eee none repeat scroll 0 0;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 20px;
}
.pwchange_surround h1 {
    font-size: 34px;
    margin-top: 0;
    padding-top: 0;
}
.play_videos {
    padding: 40px 0;
}
.old_videos:hover img {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.new_videos:hover img {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.old_videos {
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.new_videos {
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.video_row {
    padding-top: 40px;
}
.video_title {
    left: 0;
    margin-top: 130px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.video_title h3 {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.video_categories {
    padding: 60px 0;
}
.video_categories h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 74px;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.foot {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.foot:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.gluteal {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.gluteal:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.hip {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.hip:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.knee {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.knee:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.sacro-iliac {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.sacro-iliac:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.lumbar-spine {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.lumbar-spine:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.lumbar-sacral-joint {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.lumbar-sacral-joint:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.ribs {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.ribs:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.thoracic-spine {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.thoracic-spine:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.thoraco-lumbar-junction {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.thoraco-lumbar-junction:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.cervical-spine {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.cervical-spine:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.cervico-thoracic-junction {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.cervico-thoracic-junction:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.clavicle {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.clavicle:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.elbow {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.elbow:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.shoulder {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.shoulder:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.wrist {
    background: #172d5a none repeat scroll 0 0;
    height: 174px;
    transition: all 0.5s ease-in-out 0s;
}
.wrist:hover {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.newvideo_blocks {
    padding-bottom: 40px;
    padding-top: 40px;
}
.video_playback {
    padding-bottom: 40px;
}
.newvideo_blocks h4 {
    font-size: 14px;
    margin: 10px 0 25px;
}
a.video_link h4 {
    color: #333333;
}
a.video_link h4:hover {
    text-decoration: underline;
}
.videocollrow {
    margin-bottom: 40px;
}
.videocollrow .col-md-4 {
    transition: all 0.5s ease-in-out 0s;
}
.videocollrow .col-md-4:hover img {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.related_videos .col-md-4 {
    transition: all 0.5s ease-in-out 0s;
}
.related_videos .col-md-4:hover img {
    opacity: 0.6;
    transition: all 0.5s ease-in-out 0s;
}
.newvideo_blocks .watch_button {
    background: #172d5a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 10px 30px;
    text-align: center;
    width: 100%;
}
.videocollection_sidebar h4 {
    border-bottom: 1px solid #111111;
    font-size: 22px;
    padding-bottom: 15px;
}
.tags {
    list-style-type: none;
    margin-bottom: 40px;
    padding-left: 0;
}
.tags li {
    display: inline-block;
}
.tags li a:hover {
    text-decoration: underline;
}
.other {
    list-style-type: none;
    padding-left: 0;
}
.other li {
    float: left;
    margin-right: 10px;
}
.other li a {
    border: 2px solid #172d5a;
    color: #172d5a;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 4px 15px;
}
.other li a:hover {
    background: #172d5a none repeat scroll 0 0;
    border: 2px solid #172d5a;
    color: #fff;
}
.videocollection_sidebar p a {
    font-size: 14px;
    word-wrap: break-word;
}
.video_detail_tag a {
    font-size: 14px;
}
.videocollection_sidebar p {
    word-wrap: break-word;
}
.videocollection_sidebar h4 {
    padding-top: 40px;
    text-align: left;
}
.video_playback h1 {
    font-size: 26px;
    margin-bottom: 40px;
    text-align: left;
}
.videoplayer_surround {
    padding: 40px 0;
}
.videoplayer_surround img {
    padding-bottom: 15px;
}
.res_controller {
    float: right;
    padding-top: 0;
}
.res_controller select {
    border: 1px solid #ccc;
    color: #777;
    font-size: 16px;
    margin-left: 10px;
}
.change_res {
    background: #172d5a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    padding: 4px 20px;
}
.change_res:hover {
    color: #fff;
    text-decoration: underline;
}
.prev_video {
    float: none;
}
.prev_video span {
    font-size: 16px;
}
.prev_video a {
    color: #5daad9;
    font-size: 14px;
    font-weight: normal;
}
.prev_video a:hover {
    text-decoration: underline;
}
.next_video {
    float: left;
    margin-top: 6px;
}
.next_video a {
    color: #5daad9;
    font-size: 14px;
    font-weight: normal;
}
.next_video span {
    font-size: 16px;
}
.next_video a:hover {
    text-decoration: underline;
}
.prevnext_surround {
    padding: 0;
}
.related_videos {
    padding: 40px 0;
}
.related_videos h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.related .container {
    padding: 0;
}
.related_videos a {
    background: #172d5a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 auto 25px;
    padding: 10px 40px;
    position: relative;
    width: 100%;
}
.related a {
    background: transparent none repeat scroll 0 0;
    color: #111;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
    text-transform: none;
}
.related_videos a:hover {
    text-decoration: underline;
}
.vidborder_row {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding: 30px 0;
    width: 100%;
}
.related_block {
}
.related_block h5 {
    margin: 10px 0 25px;
}
.member_areanull .download_setting {
    opacity: 0.2;
}
.set_notfound {
    text-align: center;
}
.set_notfound p {
    font-size: 18px;
    font-weight: bold;
}
.set_notfound .set_buy {
    background: #172d5a none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    padding: 10px 60px !important;
    width: auto !important;
}
.vd_block a {
    background: #172d5a none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font-size: 14px !important;
    padding: 4px 10px !important;
    width: auto !important;
}
.set_list {
    margin-bottom: 40px;
}
input.search_video_input {
    border: 1px solid #000;
    padding: 8px 10px;
    width: 100%;
}
input.search_submit {
    background: #5daad9 none repeat scroll 0 0;
    border: medium none;
    bottom: 1px;
    color: #fff;
    display: block;
    padding: 8px 9px;
    position: absolute;
    right: 16px;
}
.testimonial_slider {
    padding: 0 0 60px;
    text-align: center;
}
.testimonial_slider h3 {
    text-transform: uppercase;
}
.carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li {
    border-color: #1d96cb;
}
.carousel-indicators li.active {
    background: #1d96cb none repeat scroll 0 0;
}
.wwt_page .divider {
    margin-top: 0;
}
.close_button {
    background: #1d96cb none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 10px 50px;
    text-transform: uppercase;
}
.modal-footer {
    border: medium none !important;
}
.modal-header {
    border: medium none !important;
}
.top_tel {
    background: #0e1e3e none repeat scroll 0 0;
    display: inline-block;
    font-size: 16px !important;
    margin: -5px 0 0;
    padding: 7px 15px;
}
.navbar-collapse.collapse {
    font-weight: bold;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
    text-align: center;
}
.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
}
a.firstitem {
    padding-right: 0 !important;
}
.logo {
    padding: 30px 0;
    text-align: center;
}
.logo img {
    max-width: 400px !important;
}
.navbar {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
}
.navbar-collapse {
    border: medium none !important;
    box-shadow: none !important;
    max-height: none !important;
    overflow: hidden;
    padding-right: 0 !important;
}
.navbar-header {
    border: medium none !important;
    box-shadow: none !important;
}
.caret {
    border-bottom-color: #172d5a !important;
    border-top-color: #172d5a !important;
    left: 2px;
    position: relative;
    top: -2px;
}
.collapse {
    border-bottom: 1px dotted #333 !important;
    border-top: 1px dotted #333 !important;
    padding-bottom: 5px;
    padding-top: 10px;
}
.container > .navbar-header, .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}
.navbar .nav > li > a {
    color: #333333;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    padding: 10px;
    text-align: right;
    text-shadow: none;
    text-transform: uppercase;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #172d5a;
    text-decoration: underline;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
    color: #172d5a;
    text-decoration: underline;
}
.navbar-toggle {
    background: #172d5a none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 40px;
    margin: 0;
    right: -15px;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 40px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #172d5a;
}
.navbar-toggle img {
    max-width: 33px;
}
.navbar-toggle:hover {
    background: #aedfe5 none repeat scroll 0 0 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}
.icon-bar {
    bottom: 3px;
    position: relative;
}
.navbar .navicon {
    font-size: 25px;
}
li.nomarg a {
    margin-right: 0 !important;
}
.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent none repeat scroll 0 0;
    /*color: #777;*/
    text-decoration: none;
}
.dropdown-menu > li > a {
    color: #172d5a !important;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 20px 4px 5px;
}
.dropdown-menu > li.border_btn a {
    border-bottom: 1px solid #999999;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #172d5a !important;
    text-decoration: underline;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #000000;
    color: #fff;
}
.bs-docs-nav .navbar-toggle {
    border-color: #563d7c;
}
.top_part {
}
.page-header {
    border-bottom: 1px solid #eeeeee;
    margin: 0 20px;
    padding-bottom: 9px;
    position: relative;
    top: -25px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: transparent none repeat scroll 0 0 !important;
}
ul.col_3 {
    margin-top: 11px !important;
    width: 950px;
}
.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
    color: #fff;
    left: auto;
    margin-top: 0 !important;
    max-width: 930px !important;
    min-width: 0 !important;
    padding: 10px;
    top: 52px;
}
li.sub_static {
    position: static !important;
}
ul.full_width {
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    border-top: medium none;
    margin-top: 11px !important;
    max-width: none;
    width: 100%;
    z-index: 80;
}
.col_2 {
    width: 558px;
}
ul.dropdown-menu div.sub_pannel {
    float: left;
    margin-right: 20px;
    max-width: 60%;
}
ul.dropdown-menu div.sub_pannel_2 {
    float: left;
    max-width: 47%;
}
.dropdown-menu > div.sub_pannel li a {
    color: #172d5a !important;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px 0 5px;
}
.dropdown-menu > div.sub_pannel_2 li a {
    color: #172d5a !important;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0 50px 0 5px;
}
.dropdown-menu li.full_li_static ul {
    list-style: outside none none;
}
.dropdown-menu li.full_li_static ul li a {
    color: #172d5a !important;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px 0 5px;
}
.dropdown-menu li.full_li_static ul li.border_btn a {
    color: #172d5a !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-left: 4px;
}
.dropdown-menu > div.sub_pannel li a:hover, .dropdown-menu > div.sub_pannel li a:focus, .dropdown-menu > div.sub_pannel_2 li a:hover, .dropdown-menu > div.sub_pannel_2 li a:focus, .dropdown-menu li.full_li_static ul li a:hover, .dropdown-menu li.full_li_static ul li *:focus {
    background-color: transparent;
    color: #172d5a !important;
    text-decoration: underline;
}
.dropdown-menu > div.sub_pannel li.border_btn a, .dropdown-menu > div.sub_pannel_2 li.border_btn a, .dropdown-menu li.full_li_static ul li.border_btn, .dropdown-menu li.full_li_static ul li.border_btn {
    border-bottom: 1px solid #999999;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #172d5a !important;
}
.collapse {
}
.menu_text {
    background: transparent none repeat scroll 0 0 !important;
    float: right !important;
    font-size: 16px;
    position: absolute !important;
    right: 18% !important;
    text-transform: uppercase;
    top: 6px;
}
.menu_text:hover {
    background: transparent none repeat scroll 0 0 !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent none repeat scroll 0 0 !important;
}
.showcase_descrp {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    z-index: 999;
}
.showcase_descrp h1 {
    color: #fff;
    font-size: 40px;
    margin: 0 auto;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    width: 50%;
}
.showcase_descrp a {
    background: #172d5a none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 15px 85px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}
.showcase_descrp a:hover {
    background: #aedfe5 none repeat scroll 0 0;
    transition: all 0.5s ease-in-out 0s;
}
.main_block {
    padding-top: 20px;
}
h2.glance {
    font-size: 45px !important;
    text-align: center;
}
.btn_book {
    background: #172d5a none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    margin-bottom: 40px;
    margin-top: 15px;
    padding: 15px 85px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}
.btn_book:hover {
    background: #aedfe5 none repeat scroll 0 0;
    transition: all 0.5s ease-in-out 0s;
}
.quick-form input {
    border: 1px solid #ccc;
    font-family: Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.quick-form textarea {
    border: 1px solid #ccc;
    font-family: Helvetica,Arial,sans-serif;
    padding: 10px;
    width: 100%;
}
.btn_send_hp {
    background: #172d5a none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    margin-bottom: 40px;
    margin-top: 15px;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}
.btn_send_hp:hover {
    background: #aedfe5 none repeat scroll 0 0;
    transition: all 0.5s ease-in-out 0s;
}
.contact_form_hp {
    text-align: center;
}
.divider {
    border-top: 1px dotted #666666;
    height: 1px;
    margin: 80px 0;
    width: 100%;
}
.radio1 input, .radio1 label, .radio2 input, .radio2 label, .radio3 input, .radio3 label {
    display: inline-block;
    width: auto !important;
}
.radio1 input, .radio2 input, .radio3 input {
    margin-bottom: 0 !important;
    margin-left: 15px;
    margin-right: 30px;
}
.radio1 {
    margin-top: 15px;
}
.radio3 {
    margin-bottom: 15px;
}
.onlineadvice p {
    font-size: 16px !important;
}
.onlineadvice input {
    margin-bottom: 30px;
}
.mainsitelink {
    background: transparent none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #1d96cb !important;
    font-size: 16px;
    padding: 0 !important;
    text-transform: uppercase;
}
.mb_img {
    float: right;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-top: 30px;
    max-width: 150px;
}
.features {
    padding-top: 25px;
    text-align: center;
}
.features h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.features a {
    background: #172d5a none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 10px 0;
    padding: 6px 0;
    text-transform: uppercase;
    width: 55%;
}
.features a:hover {
    text-decoration: underline;
}
h2.hins {
    font-size: 45px;
}
.video_features h1 {
    font-size: 36px;
    margin: 30px 0;
    text-align: center;
}
.videoset_block {
    text-align: center;
}
.videoset_block ul {
    list-style-type: none;
    padding-left: 0;
}
.videoset_block h3 {
    font-size: 24px;
    text-transform: uppercase;
}
.videoset_block .vid_buy {
    background: #172d5a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 50px;
    text-transform: uppercase;
}
.videoborder-row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
}
.sample_videos {
    padding-top: 30px;
    text-align: center;
}
.sample_videos h2 {
    font-size: 30px;
    margin: 30px 0;
    text-align: center;
}
.sample_video {
    border: 4px solid #ccc;
    margin-bottom: 15px;
}
.dvd_text {
    padding: 60px 0;
}
.buy_left {
    float: left;
}
.buy_left h4 {
    font-size: 32px;
    margin: 0;
    padding: 0;
}
.buy_right {
    float: right;
}
.bn_button {
    display: inline-block;
    font-size: 16px;
    margin: 0 !important;
    padding: 10px 40px;
    text-transform: uppercase;
    width: auto;
}
.bn_button:hover, .bn_button:focus {
    color: #fff;
    text-decoration: underline;
}
.buynow_block .row {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
.popup_label {
    margin-top: 10px;
}
#popupselect {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.popup-input {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.popup_submit {
    background: #172d5a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 40px;
}
.member_area {
    padding: 60px 0;
}
.playback_settings {
    padding: 20px;
}
.playback_settings h4 {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.download_setting {
    padding: 20px;
}
.download_setting h4 {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.username_row {
    margin-bottom: 40px;
}
.username_row h1 {
    font-size: 30px;
}
.video_options {
    padding: 20px;
}
.video_options h4 {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.video_options a {
    color: #172d5a;
    font-size: 16px;
    text-transform: uppercase;
}
.members_icons {
    margin-right: 5px;
    margin-top: -2px !important;
    max-width: 23px;
}
.playback_settings input {
    float: left;
    margin-right: 10px;
    margin-top: 8px !important;
}
.pb_savebutton {
    background: #172d5a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    padding: 8px 40px;
    text-transform: uppercase;
}
.pb_savebutton:hover {
    color: #fff;
    text-decoration: underline;
}
.videofolders_download {
    background: #172d5a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    padding: 8px 40px;
    text-transform: uppercase;
    width: 100%;
}
.videofolders_download:hover {
    color: #fff;
    text-decoration: underline;
}
.members_surround {
    background: #f5f5f5 none repeat scroll 0 0;
    display: inline-block;
    padding: 30px 0;
    width: 100%;
}
.section-blog-1 {
    background-color: #ffffff;
    padding: 80px 0;
    text-align: left;
}
.section-blog-1 img {
    margin-bottom: 20px;
}
.section-blog-1_left h2 {
    font-weight: normal;
    margin: 0;
    padding: 0 0 20px;
}
.section-blog-1_left p {
    font-weight: normal;
    margin: 0;
    padding: 0 0 20px;
}
ul.feature_link {
    float: left;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 200px;
}
ul.feature_link li {
    margin-bottom: 8px;
}
.border_section {
    border-top: 1px dotted #666666;
    margin-top: 25px;
    padding: 30px 0;
}
.border_section h5 {
    font-weight: normal;
    padding-bottom: 8px;
}
.gray_section {
    background-color: #f5f5f5;
    border-bottom: 1px solid #d9dee1;
    border-top: 1px solid #d9dee1;
    margin-top: 20px;
    padding: 20px 0;
}
.features2 {
    padding-bottom: 20px;
    text-align: center;
}
.features2 h2 {
    font-weight: normal;
}
.features2 h4 {
    font-weight: normal;
}
.bs-glyphicons-list {
    font-family: "Myriad Pro";
    list-style: outside none none;
    padding-left: 0;
}
h5.glyphicon-class {
    font-weight: normal;
}
ul.bs-glyphicons-list li {
    padding-bottom: 20px;
}
.glyphicon {
    color: #449dd0;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}
.white_section {
    background-color: #ffffff;
}
.features3 {
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
}
.features3 h2 {
    font-weight: normal;
}
.features3 h4 {
    font-weight: normal;
}
.image_slider {
    padding-bottom: 40px;
}
.image_slider img {
    border: 8px solid #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}
.image_slider h5 {
    font-weight: normal;
    padding-bottom: 5px;
    text-align: center;
}
.image_slider p {
    padding-bottom: 5px;
    text-align: center;
}
.online {
    padding-bottom: 10px;
    padding-top: 50px;
}
.online h5 {
    color: #479ccf;
    font-weight: normal;
    padding: 10px 0;
}
.btn {
    -moz-user-select: none;
    background: #479ccf none repeat scroll 0 0;
    border: 1px solid #3793cb;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 50px;
    margin-top: 40px;
    padding: 10px 14px;
    text-align: center;
    text-shadow: 0 1px 0 #3188bc;
    vertical-align: middle;
    white-space: nowrap;
}
.pop_submit {
    margin-bottom: 0;
    margin-top: 0;
}
.modal-footer {
    margin-top: 0;
}
.modal-dialog {
    padding-top: 80px;
}
.close {
    font-size: 35px;
}
.quote_box {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-bottom: 0;
    padding: 30px;
}
.quote_box ul {
    background: rgba(0, 0, 0, 0) url("../Images/spacemark-left.jpg") no-repeat scroll left top;
    list-style-type: none;
}
.quote_box ul li p {
    background: rgba(0, 0, 0, 0) url("../Images/spacemark-right.jpg") no-repeat scroll right bottom;
    line-height: 25px;
}
.mark {
    background: rgba(0, 0, 0, 0) url("../Images/mark.jpg") no-repeat scroll 26px top;
    height: 12px;
    margin-bottom: 20px;
    position: relative;
    top: -1px;
}
.speacker {
    padding-bottom: 40px;
}
.speacker img {
    border: 5px solid #ffffff;
    border-radius: 100px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    float: left;
    height: 100px !important;
    margin-left: 30px;
    width: 100px !important;
}
.speacker h5 {
    color: #479ccf;
    float: left;
    font-weight: normal;
    padding-left: 20px;
    padding-top: 15px;
}
.speacker p {
    float: left;
    font-weight: normal;
    padding-left: 20px;
}
.by {
    padding-bottom: 30px;
}
.by img {
    padding-top: 15px;
}
.day {
    padding: 50px 0;
}
.day h4 {
    font-weight: normal;
    text-align: center;
}
.call-to-action {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 21px;
    margin: 0 0 0 15px;
    padding: 10px 30px;
}
.now {
    -moz-user-select: none;
    background: #96bf48 none repeat scroll 0 0;
    border: 1px solid #8bb43f;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-top: 40px;
    padding: 15px 30px;
    text-align: center;
    text-shadow: 0 1px 0 #96bf48;
    vertical-align: middle;
    white-space: nowrap;
}
.now:hover {
    background: #a1c65b none repeat scroll 0 0;
    border: 1px solid #8bb43f;
}
.contact_address {
    padding-top: 80px;
}
#frm1 input {
    border: 1px solid #ccc;
    font-family: Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
#frm1 textarea {
    border: 1px solid #ccc;
    font-family: Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.contact_block {
    padding-bottom: 30px;
    padding-top: 30px;
}
.submit_button {
    background: #172d5a none repeat scroll 0 0;
    border: medium none !important;
    color: #fff;
    display: inline-block;
    font-size: 16px !important;
    margin-bottom: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}
.submit_button:hover {
    background: #aedfe5 none repeat scroll 0 0;
    transition: all 0.5s ease-in-out 0s;
}
.footer {
    background: #363839 none repeat scroll 0 0;
    margin: 0;
    padding: 80px 0 70px;
}
.footer a {
    color: #fff;
}


.copy_right {
    margin: 0;
    padding: 0;
    text-align: center;
}
.copy_right p {
    color: #ffffff;
    font-weight: normal;
    padding-bottom: 0;
    text-align: center;
}
.footer_nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px;
}
.footer_nav ul span {
    border-bottom: 1px solid #666666;
    color: #ffffff;
    display: block;
    margin-bottom: 8px;
    padding-bottom: 4px;
}
.footer_nav ul li {
    margin-bottom: 5px;
}
.footer_nav ul li a {
    color: #666666;
}
.footer_nav ul li a:hover {
    color: #8e8c8c;
}
ul.social li.ab {
    background: rgba(0, 0, 0, 0) url("../Images/face.png") no-repeat scroll 0 3px;
}
ul.social li.bc {
    background: rgba(0, 0, 0, 0) url("../Images/twei.png") no-repeat scroll 0 3px;
}
ul.social li a {
    line-height: 24px;
    padding-left: 30px;
}
.footer_detail {
    padding: 20px 0;
}
.footer-logo img {
    padding: 15px 25px 0 0;
}
.footer ul {
    list-style-type: none;
    padding-left: 0;
}
.footer ul li a {
    font-size: 15px;
}
.footer h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.blog_bg {
    background-color: #2d3538;
    background-size: cover;
    height: auto;
    margin-top: 28px;
    padding-bottom: 30px;
}
.blog_bg h3 {
    color: #ffffff;
    font-weight: normal;
    padding-top: 50px;
    text-align: center;
}
.blog_bg h5 {
    color: #ffffff;
    padding-bottom: 50px;
    text-align: center;
}
.contact_block h1 {
    font-size: 30px;
    text-align: center !important;
    text-transform: uppercase;
}
.blog-post-content h2.blog-post-title a {
    font-size: 34px;
}
.contact-clinic1 iframe, .contact-clinic2 iframe {
    border: 1px solid #dfdfdf !important;
    padding: 4px !important;
}
.contact-clinic1 h3, .contact-clinic2 h3 {
    font-size: 20px;
    text-align: center !important;
    text-transform: uppercase;
}
.contact-clinic1 p, .contact-clinic2 p {
    text-align: center !important;
}
.git {
    background: #363839 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.bn {
    background: #172d5a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.bn:hover {
    color: #fff;
    text-decoration: underline;
}
.git:hover {
    color: #fff;
    text-decoration: underline;
}
.map_blocks {
}
.contact_form input, .contact_form textarea {
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}
.contact_form select {
    border: 1px solid #dfdfdf;
    color: #3d4f59;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}
input::-moz-placeholder {
    color: #3d4f59;
    font-size: 16px;
    opacity: 1;
}
.blog_btn {
    -moz-user-select: none;
    background: #96bf48 none repeat scroll 0 0;
    border: 1px solid #8bb43f;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 14px;
    text-align: center;
    text-shadow: 0 1px 0 #80a53a;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}
.blog_btn:hover {
    background: #a1c65b none repeat scroll 0 0;
    border: 1px solid #8bb43f;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 0 3px #90c4e4 inset;
    outline: 0 none;
}
.form-control {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 1.42857;
    margin-bottom: 3px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
scroll_fixd_nav .scroll_section {
    padding: 30px 0;
}
.scroll_fixd_nav {
    padding-top: 50px;
}
ul.bs-sidenav li a {
    color: #333333;
}
ul.bs-sidenav li a:hover {
    background-color: #ffffff;
    color: #323232;
}
.nav > li > a {
    display: block;
    margin-bottom: 5px;
    padding: 5px 15px;
    position: relative;
}
.glyphicon-shopping-cart::before {
    font-size: 14px;
    padding-right: 8px;
    padding-top: 0;
}
.glyphicon-cog::before {
    font-size: 14px;
    padding-right: 8px;
    padding-top: 0;
}
.glyphicon {
    color: #449dd0;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}
.glyphicon:hover {
    color: #323232;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}
span.link_name {
    font-size: 16px;
}
span.link_name:hover {
    color: #323232;
}
span.link_name.active {
    color: #323232;
}
.bs-sidebar .nav > .active > a, .bs-sidebar .nav > .active:hover > a, .bs-sidebar .nav > .active:focus > a {
    background-color: rgba(0, 0, 0, 0);
    border-right: medium none;
    color: #000000;
    font-weight: bold;
}
.blog_content p {
    padding-bottom: 15px;
    text-align: center;
}
.blog_content img {
    margin-bottom: 0;
}
.border_single {
    border-top: 1px solid #999999;
    height: 1px;
    margin: 50px 0;
}
img.right {
    float: right;
    margin-left: 30px;
    width: 70%;
}
img.left {
    float: left;
    margin-right: 30px;
    width: 70%;
}
.blog_content_part h4 {
    font-weight: normal;
    padding-bottom: 15px;
    text-align: left;
}
.blog_content_part p {
    padding-bottom: 15px;
    text-align: left;
}
.blog_content_part img {
    margin-bottom: 0;
}
.category {
    margin-bottom: 30px;
}
.category img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(center bottom , #f4f4f4 0%, #fafafa 100%);
    border-color: #eeeeee #e4e4e4 #cccccc;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 #ffffff inset, 0 1px 0 #eeeeee;
    padding: 12px;
}
.security {
    padding-bottom: 30px;
}
.security img {
    float: left;
    height: 50px !important;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 11px;
    width: 50px !important;
}
.security h5 {
    font-weight: normal;
}
.security p {
}
.border_top_item {
    border-top: 1px solid #d9dee1;
}
.top_padding_control {
    padding-top: 50px;
}
ul.nav3 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.nav3 li {
    color: #a5a5a5;
    display: inline;
}
ul.nav3 li a {
    line-height: 50px;
    margin: 0 8px;
}
.testimonials {
    border-right: 1px solid #d9dee1;
    padding-bottom: 36px;
    padding-top: 36px;
}
.testimonials h3 {
    font-weight: normal;
    padding-bottom: 15px;
}
.testimonials img {
    float: right;
    height: 300px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 300px;
}
.event {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 50px 25px 0;
    text-align: center;
}
.icon_quote {
    background-color: #ffffff;
    background-image: url("../Images/mark.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    height: 48px;
    margin: 0 auto;
    position: relative;
    top: 21px;
    width: 47px;
}
.event p {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
}
.event span {
    color: #65b1dc;
    text-align: center;
}
span.ago {
    background-color: #ffffff;
    color: #000000;
    padding: 0 12px;
    position: relative;
    top: 10px;
}
.no_padding {
    margin-top: 0;
}
.breadcrumbs {
    padding-bottom: 15px;
}
.what_is_osteopathy {
    padding: 30px 0;
}
.related_logo {
    padding-top: 25px;
}
.related_logo ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.related_logo ul li {
    float: left;
    margin-right: 10px;
}
.related_logo ul li.para {
    float: left;
}
.related_logo ul li.logo_1 a img {
    height: 83px;
    width: 110px;
}
.related_logo ul li.logo_2 a img {
    height: 72px;
    width: 50px;
}
.book_now {
    padding-bottom: 30px;
}
.book_now h3 {
    margin-top: 0;
    padding-bottom: 22px;
    padding-top: 0;
}
h4.strong_hedding {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.booknowside {
    padding-bottom: 15px;
    padding-top: 15px;
}
.booknowside a {
    background: #172d5a none repeat scroll 0 0;
    border-radius: 16px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    display: inline-block !important;
    font-size: 14px;
    margin-right: 15px;
    padding: 5px 30px;
    text-transform: uppercase;
}
.search_fill input {
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px;
    width: 100%;
}
.practice {
    border-bottom: 1px solid #999999;
    margin-bottom: 30px;
}
h4.strong_hedding a {
    color: #172d5a;
}
.read_more {
    margin-top: 20px;
}
.read_more a {
    background: transparent -moz-linear-gradient(center top , #ffffff 0%, #dedede 100%) repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    border-radius: 22px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #666666;
    font-size: 13px;
    padding: 3px 10px;
    text-shadow: none;
    text-transform: uppercase;
}
.read_more a:hover {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    border-radius: 22px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #666666;
    padding: 3px 10px;
    text-shadow: none;
    text-transform: uppercase;
}
img.floatleft {
    float: left;
    max-width: 234px;
    padding: 5px 20px 0 0;
    width: auto;
}
h1.title {
    color: #172d5a;
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 15px;
}
.blog_tag {
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    margin-bottom: 35px;
    padding: 25px 0;
}
.blog_tag ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.blog_tag ul li {
    float: left;
    margin-right: 10px;
    padding: 10px 0;
}
.blog_tag ul li a {
    font-size: 14px;
    text-decoration: underline;
}
.address img {
    padding-bottom: 18px;
}
.address p {
    line-height: 18px;
}
.public {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    padding: 0 15px;
}
.public h4 {
    font-size: 14px;
}
.dvd {
    float: right;
    height: 210px;
    padding: 10px 0 0 10px;
    width: 382px;
}
.floatleft_2 img {
    float: left;
    padding: 5px 20px 0 0;
    width: auto;
}
.body_mas ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.body_mas ul li {
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;
    width: 100px;
}
.body_mas ul li a img {
    border: 1px solid #cccccc;
    height: 100px;
    width: 100px;
}
.body_mas ul li a {
    display: block;
    line-height: 22px;
}
img.grap_small {
    float: left;
    height: 150px;
    padding-right: 15px;
    width: 200px;
}
.bs-example {
    background-color: #fafafa;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    margin: 0 -15px 15px;
    padding: 0 15px 15px;
    position: relative;
}
.bs-example::after {
    color: #bbb;
    content: "";
    font-size: 12px;
    font-weight: bold;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}
.time_date h3 {
    padding-bottom: 14px;
}
.privacy ul {
    list-style-type: square;
    padding-left: 14px;
}
.login {
    padding: 50px 0;
}
.login h1 {
    color: #172d5a;
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 50px;
}
.login h2 {
    font-size: 32px;
    margin-top: 0;
}
.series {
}

.simple .col-md-6{
	padding-bottom:26px;
	}



.series h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.series ul {
    margin: 0 0 25px;
    padding-left: 15px;
}
.browse_icon a {
    -moz-user-select: none;
    border: 1px solid #3793cb;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 50px;
    padding: 10px 14px;
    text-align: center;
    text-shadow: 0 1px 0 #3188bc;
    vertical-align: middle;
    white-space: nowrap;
}
.simple {
    border-top: 1px solid #000;
    margin-bottom: 45px;
    margin-top: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.simple h2 {
    font-size: 30px;
    padding-bottom: 30px;
	text-align:center;
}
.simple p {
    padding: 10px 0 20px;
    text-align: center;
}
.modal-title {
    font-size: 16px;
    line-height: 1.42857;
    margin: 0;
}
.pop_submit {
    display: block;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 50px;
}
input.login_btn {
    background: #0e1e3e none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 17px;
    padding: 12px;
    width: 50%;
}
a.forgot_pass {
    float: right;
}




@media (max-width: 1200px) {
.showcase_descrp {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30%;
    z-index: 999;
}
.showcase_descrp h1 {
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    width: 75%;
}
.showcase_descrp a {
    background: #172d5a none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 15px 85px;
    text-transform: uppercase;
}
.navbar .nav > li > a {
    color: #333333;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    padding: 10px 8px;
    text-align: right;
    text-shadow: none;
    text-transform: uppercase;
}
.modal-dialog {
    padding-top: 130px;
}
}
@media (max-width: 1190px) {
.dvd_promo {
    background: transparent url("../Images/dvdbanner-970.jpg") no-repeat scroll 0 0;
    height: 340px;
    max-width: 970px;
    width: 100%;
}
.promo_text {
    float: right;
    padding: 10px 20px;
    width: 48%;
}
.dvd_promo h3 {
    color: #fff;
    font-size: 28px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
}
.dvd_promo p {
    color: #fff;
    padding: 10px 0;
}
.dvd_promo a {
    background: #0e1e3e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    padding: 15px 40px 5px;
    text-transform: uppercase;
}
.dvd_promo a img {
    float: left;
    left: -15px;
    margin-right: 10px;
    max-width: 33px;
    position: relative;
    top: -5px;
}
}
@media (max-width: 1000px) {
}
@media (min-width: 768px) and (max-width: 979px) {
}
@media (max-width: 990px) {
.showcase_img {
    height: 342px;
    width: 979px;
}
.top_part {
    overflow: hidden;
}
.showcase_descrp {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20%;
    width: 80%;
}
.showcase_descrp h1 {
    color: #fff;
    font-size: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}
.showcase_descrp a {
    background: #1d96cb none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.navbar {
    border-bottom: 1px dotted #333;
    border-top: 1px dotted #333;
    margin-top: 20px;
    padding: 10px 0;
}
body {
    padding-left: 0;
    padding-right: 0;
}
.strapline h2 {
    display: none;
}
ul.resent li {
    text-align: center;
}
img.facebook-like {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 250px;
}
.back-to-top {
    bottom: 0;
    display: none;
    float: left;
    font-size: 11px;
    max-width: 75px;
    opacity: 0.5;
    padding: 10px 10px 5px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    z-index: 99999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a img {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
.hp_left {
    padding: 0 15px;
}
.hp_right {
    padding: 0 15px;
}
.top_part {
    position: relative;
}
.showcase_descrp {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20%;
}
top_part.showcase_descrp {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20%;
}
.main_block h1 {
    font-size: 36px;
}
h2.about_physio {
    font-size: 40px;
}
.top_address {
    text-align: center;
}
.top_number {
    text-align: center;
}
.nav {
    border: medium none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    right: -15px;
}
.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none !important;
    color: #fff;
    margin-top: 0 !important;
    max-width: 500px;
    min-width: 0 !important;
    padding: 10px 30px 10px 10px;
}
.navbar-toggle img {
    margin-top: -5px !important;
}
.dvd_promo {
    background: transparent url("../Images/dvdbanner-720.jpg") no-repeat scroll 0 0;
    height: 340px;
    max-width: 720px;
    width: 100%;
}
.promo_text {
    float: right;
    padding: 10px 20px;
    width: 60%;
}
.dvd_promo h3 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.dvd_promo p {
    color: #fff;
    padding: 10px 0;
}
.dvd_promo a {
    background: #0e1e3e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    padding: 15px 40px 5px;
    text-transform: uppercase;
}
.dvd_promo a img {
    float: left;
    left: -15px;
    margin-right: 10px;
    max-width: 33px;
    position: relative;
    top: -5px;
}
}
@media (max-width: 900px) {
.menu_text {
    background: transparent none repeat scroll 0 0 !important;
    float: right !important;
    font-size: 16px;
    position: absolute !important;
    right: 12% !important;
    text-transform: uppercase;
    top: 6px;
}
}
@media (max-width: 800px) {
}
@media (max-width: 770px) {
.menu_text {
    background: transparent none repeat scroll 0 0 !important;
    float: right !important;
    font-size: 16px;
    position: absolute !important;
    right: 65px !important;
    text-transform: uppercase;
    top: 6px;
}
.feature1, .feature2, .feature3, .clinic1 {
    margin-bottom: 20px;
}
.space_on_mob {
    padding-top: 15px;
}
.login h2 {
    margin-top: 30px;
}
.modal-dialog {
    padding-top: 80px;
}
.dvd_promo {
    background: transparent url("../Images/dvdbanner-mobile.jpg") no-repeat scroll 0 0;
    height: 719px;
    max-width: 719px;
    width: 100%;
}
.promo_text {
    float: right;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
}
.dvd_promo h3 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}
.dvd_promo p {
    color: #fff;
    margin-top: 280px;
    padding: 10px 0;
}
.dvd_promo a {
    background: #0e1e3e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: none;
    margin: 10px auto 0;
    padding: 15px 40px 5px;
    text-transform: uppercase;
}
.dvd_promo a img {
    float: left;
    left: -15px;
    margin-right: 10px;
    max-width: 33px;
    position: relative;
    top: -5px;
}
.videoplayer_surround {
    padding: 40px 15px;
}
}
@media (max-width: 640px) {
.copy_right p {
    float: none;
    margin-bottom: 0;
    text-align: center;
}
.top_bar span {
    color: #fff;
    padding: 0 5px;
}
.col-xs-6 {
    padding: 0;
}
.margin_mob {
    padding-left: 0;
    padding-right: 0;
}
p.right {
    float: right;
}
}
@media (max-width: 570px) {
h2.hins {
    font-size: 20px;
}
.dvd_promo p {
    color: #fff;
    margin-top: 250px;
    padding: 10px 0;
}
.dvd_promo h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}
}
@media (max-width: 480px) {
}
@media (max-width: 400px) {
.dvd_promo a {
    background: #0e1e3e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: none;
    margin: 10px auto 0;
    padding: 15px 20px 5px;
    text-transform: uppercase;
}
}
@media (max-width: 991px) {
.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    float: right;
    min-width: 210px !important;
}
.navbar-collapse.collapse {
    display: none !important;
}
.navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
}
.nav {
    text-align: right;
}
.navbar-nav > li {
    float: none;
    text-align: right !important;
}
.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    text-align: right;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-collapse.collapse.in {
    display: block !important;
}
.collapsing {
    overflow: hidden !important;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
	overflow: hidden;
}
.top_part {
    position: relative;
    top: -5px;
}
.carousel {
    z-index: 1000 !important;
}
}
@media (max-width: 600px) {
table.videodownload_table, table.videodownload_table thead, table.videodownload_table tbody, table.videodownload_table th, table.videodownload_table td, table.videodownload_table tr {
    display: block;
}
table.videodownload_table thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
table.videodownload_table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
table.videodownload_table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #eee;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding-left: 50%;
    position: relative;
}
table.videodownload_table td::before {
    left: 6px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    top: 6px;
    width: 40%;
    word-wrap: break-word;
}
table.videodownload_table tr:first-child {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
table.videodownload_table td::before {
    content: attr(data-content);
    height: 50px;
}
table.videodownload_table td.small-padding {
    padding-bottom: 5px;
    padding-top: 5px;
}
table.videodownload_table td.medium-padding {
    padding-bottom: 15px;
    padding-top: 15px;
}
table.videodownload_table td.large-padding {
    padding-bottom: 25px;
    padding-top: 25px;
}
.videodownload_table tr td {
    border-right: 1px solid #ccc;
    padding: 6px;
    text-align: center;
}
.videodownload_table tr th {
    background: #ccc none repeat scroll 0 0;
    border-right: 1px solid #bbb;
    padding: 6px;
    text-align: center;
}
}