@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,700,700italic,500,500italic|Play:400,700);

body { padding-top: 60px; font: normal 16px "Roboto",sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1.5; }
h1, h2, h3, h4, h5, h6 { line-height: 1.5; }

blockquote { font-size: 12px; letter-spacing: .1em; }
img { max-width: 100%; }

.lead { font-weight: normal; }

/* ------------------- */
/* Buttons */

.btn-red { background: #fd002f; color: #fff; text-transform: uppercase; font-size: 16px; letter-spacing: 0.2em; font-weight: 300; padding: 10px 40px; display: inline-block; }
.btn-red:hover { color: #fff; background: #000; text-decoration: none; }

.button-group { margin: 20px 0 0 0; padding: 20px; }
.btn-black { font-family: "Roboto",sans-serif; padding: 20px 40px; background: #000; border: 1px solid #000; color: #fff; text-transform: uppercase; font-size: 14px; letter-spacing: 0.3em; display: inline-block; cursor: pointer; }
.btn-black:hover { text-decoration: none; color: #f4f4f4; }

.btn-white { padding: 10px 40px; background: #fff; border: 1px solid #fff; color: #000; text-transform: uppercase; font-size: 14px; letter-spacing: 0.3em; display: inline-block; cursor: pointer; }
.btn-white:hover { text-decoration: none; color: red; }

.btn-blank { font-family: "Roboto",sans-serif; padding: 20px 40px; background: #fff; border: 1px solid #000; color: #000; text-transform: uppercase; font-size: 14px; letter-spacing: 0.3em; display: inline-block; }
.btn-blank:hover { color: #000; text-decoration: none; }

.btn-light { background: #fff; color: #000; }

/* ------------------- */
/* Main Navigation */

.navbar { margin-bottom: 0; min-height: 60px; }
.navbar-right { margin-right: 0; }
.navbar-inverse { background: #0A0A0A; box-shadow: 0 0 6px 0 rgba(0,0,0,0.7); }
.navbar-inverse .navbar-brand { padding: 20px 15px; }
.navbar-inverse .navbar-brand img { height: 25px; }

.navbar-inverse .navbar-nav > li > a { color: #fff; font-family: "Play","Roboto", sans-serif; text-transform: uppercase; font-size: 16px; padding: 20px 12px; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
.navbar-inverse .navbar-nav > li > a:hover { color: #89c922; }
.navbar-inverse .navbar-nav > li.booknow > a { background: #fff; color: #000; padding: 10px 20px; margin: 10px 10px; border-radius: 2px; font-weight: bold; }
.navbar-inverse .navbar-nav > li.booknow > a:hover { opacity: .8; }

.dropdown-menu { background: #000; box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.6); min-width: 210px; padding: 10px 0; }
.dropdown-menu > li > a { color: #a6a6a6; padding: 7px 20px; }
.dropdown-menu > li > a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { background: none }
.dropdown-menu .divider { opacity: .2; }
.dropdown-menu .dropdown-header { color: #89c922; font-weight: 500; }

.navbar-toggle { margin-top: 10px; }

/* ------------------- */
/* Rich Captions */

.rich-caption header { max-height: 760px; overflow: hidden; position: relative; }
.rich-caption.short header { max-height: 500px; }
.rich-caption img { display: block; width: 100%; }

.rich-caption .rich-caption-title {
    font-size: 45px;
    letter-spacing: 10px;
    width: 600px;
    padding: 35px 20px;
    display: table;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-family: "Roboto";
    font-weight: 100;
    text-transform: uppercase;
    font-size: 52px;
}

#welcome { background: url(/images/hp-welcome.jpg) top center no-repeat #B7B7B7; max-height: 570px; min-height: 480px; margin-bottom: 40px; }
.welcome-caption { margin: 260px 0 0 0; text-align: center; color: #fff; }
.welcome-caption h2 { text-transform: uppercase; letter-spacing: 3px; font-size: 40px; font-weight: 100; text-shadow: 1px 1px 0 #000; margin: 0 0 20px 0; }

.hp-panel { background-color: #000; background-repeat: no-repeat; background-size: auto 100%; background-position: center top; display: flex; align-items: center; margin-bottom: 40px; }
.panel-caption { margin: 190px 30px 120px 30px; text-align: center; color: #fff; }
.panel-caption h2 { text-transform: uppercase; letter-spacing: 3px; font-size: 40px; font-weight: 100; text-shadow: 1px 1px 0 #000; }

@media (max-width: 762px) {
    .hp-panel { background-size: 1000px auto; min-height: initial; }
    .panel-caption { background: #000; padding: 20px; margin: 240px -15px 0 -15px; }
    .panel-caption h2 { font-size: 30px; }
}

.section-panel { background: #ccc; color: #fff; min-height: 500px; margin-bottom: 40px; position: relative; }
.caption { text-align: center; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.caption h2 { text-transform: uppercase; letter-spacing: 3px; font-size: 40px; font-weight: normal; margin: 0 0 20px 0; }

#prime-medical { background: url('/images/medical/introducing-prime-medical.jpg') center center/auto 100% no-repeat #26b3ae; }

.red-message { background: #FD002F; color: #fff; text-transform: uppercase; padding: 10px; text-align: center; letter-spacing: .2em; font-size: 11px; }
.red-message p { margin: 0; }

.text-caption { padding: 60px 0; max-width: 80%; margin: 0 auto; text-align: center; }
.spaced-intro { font-family: "Roboto",sans-serif; letter-spacing: 2px; }

.price-pod { border: 1px solid #fff; background: rgba(255,255,255,0.7); text-align: center; padding: 15px; border-radius: 2px; margin-bottom: 15px; color: #000; }
.price-pod h4 { font-size: 15px; font-weight: 500; text-transform: uppercase; margin: 0; padding: 8px 10px 5px 10px; background: rgba(0,0,0,0.1); border-radius: 3px 3px 0 0; }
.price-pod h4 small { color: #f4f4f4; }
.price-pod span { display: block; }
.price-pod .pod-label { padding: 0 0 5px 0; margin-bottom: 5px; text-transform: uppercase; }
.price-pod .pod-price { font-size: 40px; margin: 5px 0 20px 0; padding-bottom: 12px; border-bottom: 1px solid rgba(0,0,0,0.2); }
.price-pod .pod-price small { font-size: 12px; text-transform: uppercase; }
.price-pod .pod-note { font-size: 13px; }
.price-pod table { width: 100%; }
.price-pod table td { padding: 4px 5px; border: 1px solid rgba(0,0,0,0.1); }

.rates-section h2 { font-size: 42px; font-weight: 200; text-align: center; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 25px 0; }
.rates-section h2 small { display: block; color: #e0e0e0; font-size: 16px; padding-top: 4px; }

.seperator { text-align: center; height: 10px; }
.seperator .fa { background: #fff; font-size: 29px; width: 30px; height: 30px; border-radius: 50%; display: inline-block; margin: -10px 0 0 0; }

#physio-rates { background: url("/images/rates-bg.jpg") center center no-repeat #333; background-size: cover; color: #fff; padding: 70px 0; }
#physio-rates .price-pod { min-height: 185px; }

#fitness-rates { background: #f4f4f4; background-size: cover; color: #666; padding: 60px 0; }
#fitness-rates h2 { color: #338de9; }
#fitness-rates h2 small { color: #666; }
#fitness-rates .price-pod { background: rgba(0,0,0,0.1); border: 1px solid rgba(0,0,0,0.1); }
#fitness-rates .price-pod .pod-price { color: #338de9; }
#fitness-rates .price-pod .pod-price small { color: #666; }
#fitness-rates .price-pod h4 small { color: #666; }

#nitro-rates { background: url(/images/nitro-rates.jpg) center top no-repeat #000; background-size: cover; padding: 70px 0; color: #fff; }
#nitro-rates h2 { color: #FF6800; }
#nitro-rates .price-pod .pod-price { border: none; }

#prime-team { background: #f4f4f4; padding-bottom: 20px; overflow: hidden; }
#prime-team #team-header { text-transform: uppercase; font-weight: 300; letter-spacing: .2em; text-align: center; margin: 0; padding: 25px 20px; background: #fff; }
/*#prime-team .nav-tabs { text-align: center; border-bottom: 1px solid #fff; }
#prime-team .nav-tabs li { float: none; display: inline-block; vertical-align: top; }
#prime-team .nav-tabs li a { text-align: center; padding: 15px 10px; border: none; border-radius: 0; max-width: 110px; }
#prime-team .nav-tabs li a img { max-width: 60px; }
#prime-team .nav-tabs li a span { display: block; padding: 10px 0; font-weight: bold; text-transform: uppercase; font-size: 12px; }
#prime-team .tab-content { padding: 25px 0; margin: 20px 0 0 0; }*/

.profile-group { max-width: 700px; margin: 40px auto; }
.profile-group .panel-default { background: none; box-shadow: none; border: none; }
.profile-group .panel-heading { padding: 0; background: none; border: none; }
#prime-team .profile-group .panel .panel-body { padding: 0 0 20px 0; border: none; }
.profile-group .panel-heading a { display: block; border-top: 1px solid #666; color: #333; padding: 25px 0 25px 0; position: relative; font-size: 22px; outline: none; text-decoration: none; }
.profile-group .panel-heading a::after { content: "\f067"; display: block; width: 50px; height: 100%; position: absolute; top: 0; right: 0; color: #999; font-family: "fontAwesome"; padding-top: 30px; font-size: 22px; }
.profile-group .panel-heading a img { margin-right: 12px; vertical-align: middle; }

#map { width: 100%; height: 500px; }

/* ------------------- */
/* Full-width Carousels */

.carousel.full { overflow: hidden; max-height: 760px; }
.carousel.full .carousel-control { z-index: 5; }
.carousel.full .carousel-inner > .item > img { width: 100%; }
.carousel.full h2 { position: absolute; top:38%; font-size: 45px; text-transform: uppercase; letter-spacing: 0.2em; z-index: 3; color: #fff; text-align: center; width: 100%; font-weight: 100; }
.carousel.full h2 span { background: rgba(0,0,0,0.3); display: inline-block; padding: 35px 40px; border: 2px solid #fff; box-shadow:inset 0 0 22px 0 rgba(0,0,0,0.5); }


/* ------------------- */
/* Contact Form / Form validation */

#contactForm { margin: 40px 0 20px 0; position: relative; }
#contactForm .form-control { border-radius: 0; background: #f7f7f7; }

.form-control.error { border: 1px solid red; }
label.error { font-weight: normal; color: red; display: block; padding: 10px 0; }

.progress-spinner {
    background: rgba(0, 0, 0, 1) url("/images/sending.gif") no-repeat scroll center center;
    border: 4px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    color: #000;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 100px;
    width: 100px;
}

.contact-thankyou { background: #f4f4f4; border: 1px solid #ccc; padding: 0 10px 10px 10px; text-transform: uppercase; letter-spacing: .1em; margin: 20px 0 10px 0; }

#current-customers { background: red; color: #fff; padding: 10px 0; text-align: center; text-transform: uppercase; letter-spacing: 0.1em; }
#current-customers a { color: #fff; display: inline-block; padding: 4px 15px; font-weight: bold; border: 2px solid rgba(255,255,255,0.5); border-radius: 4px; background: rgba(0,0,0,0.2); margin: 0 10px; }
#current-customers a:hover { text-decoration: none; background: rgba(0,0,0,0.7); }

/* ------------------- */
/* Footer */

footer { background: #000; color: #ababab; padding: 0 25px 60px 25px; font-size: 14px; }
footer hr { border-color: rgba(255,255,255,0.2); }
footer a { color: #ababab; -moz-transition: all .2s ease; transition: all .2s ease; }
footer a:hover { color: #fff; }
footer .list-unstyled li { margin-bottom: 5px; }

.footercap { padding: 20px 25px; border-bottom: 1px solid rgba(255,255,255,0.2); margin-bottom: 60px; }

.social-links { }
.social-links a { font-size: 20px; margin-right: 10px; margin-bottom: 10px; }
.social-links a:hover { text-decoration: none; }

/* Data Nerds Credits */
.credits { font-size: 11px; text-align: center; text-transform: uppercase; padding: 15px 0 0 0; margin-top: 15px; letter-spacing: normal; }
.credits img { margin: 0 20px; }
.credits a { color: #6f6f6f; text-decoration: none; }

/* Leave Review */
#leave-review { background: #fafafa; padding: 50px 20px; }
#leave-review a { color: #d85040; }
.review-caption { font-size: 22px; }

/* ------------------- */
/* Helper Classes */

.content-region { padding: 50px 30px; }
.caps { text-transform: uppercase; }
.spaced { letter-spacing: 0.2em; }
.lite { font-weight: 300; }
.sep { position: relative; display: inline-block; padding: 0 0 20px 0; margin-bottom: 30px; }
.sep:after { content: " "; display: block; width: 60%; height: 3px; background: #000; position: absolute; left: 20%; bottom: 0; }
.padder { padding: 30px 0; }
.sm-title { text-transform: uppercase; letter-spacing: 0.2em; font-size: 12px; font-weight: bold; }

.no-margins { margin: 0; }
.m-b { margin-bottom: 25px; }
.m-t { margin-top: 25px; }
.no-m-t { margin-top: 0; }
.no-m-b { margin-bottom: 0; }

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }

.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }

.pl-30 { padding-left: 30px; }

.dark-bar { background: #000; color: #fff; padding: 20px; border-radius: 6px; margin: 25px 0; }

.text-lg { font-size: 44px; }

.text-white { color: #fff; }
.text-black { color: #000; }
.bg-dark { background-color: #222; }

.bg-white { background: #fff; }
.bg-black { background: #000; }

.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-18 { font-size: 18px !important; }
.fs-20 { font-size: 20px !important; }
.fs-24 { font-size: 24px !important; }
.fs-30 { font-size: 30px !important; }
.fs-32 { font-size: 32px !important; }
.fs-35 { font-size: 35px !important; }
.fs-38 { font-size: 38px !important; }
.fs-40 { font-size: 40px !important; }
.fs-42 { font-size: 42px !important; }
.fs-48 { font-size: 48px !important; }
.fs-52 { font-size: 52px !important; }
.fs-60 { font-size: 60px !important; }

@media (min-width: 992px) {
    .text-md-right { text-align: right; }
    .text-md-left { text-align: left; }
}

.font-weight-light { font-weight: 300; }
.font-weight-bold { font-weight: bold; }
.line-height-normal { line-height: normal; }

.d-block { display: block; }


/* ------------------- */
/* Responsive */

@media (max-width: 762px) {
    .rich-caption .rich-caption-title { background: #000; font-size: 24px; min-height: auto; left: auto; top: auto; padding: 20px 10px; width: auto; border: none; position: static; display: block; margin: 0; transform: none; letter-spacing: 0.1em; }
    .btn-black, .btn-blank { display: block; }
    .welcome-caption { margin-top: 240px; }
    .rich-caption header {  }
    .welcome-caption h2 { font-size: 30px; }
    .dropdown-menu .dropdown-header { text-align: center; }
    .navbar-inverse .navbar-nav > li > a { text-align: center; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { text-align: center; }
    #contactForm .btn-black { display: block; width: 100%; }
    #welcome { background-size: 1000px auto; min-height: initial; }
    .welcome-caption { background: #000; padding: 20px; margin: 240px -15px 0 -15px; }
    #prime-team .nav-tabs { width: 25%; float: left; }
    #prime-team .nav-tabs li a img { display: none; }
    #prime-team .nav-tabs li { display: block; }
    #prime-team .nav-tabs li a { padding: 10px 7px; display: block; border: 1px solid #ccc; margin-bottom: 3px; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background: rgba(0,0,0,0.7); color: #fff; }
    #prime-team .nav-tabs li a span { padding: 0; }
    #prime-team .tab-content { width: 70%; float: right; padding: 0 10px; text-align: center; }
    #rates { padding: 20px 0; }
    .rates-pod { min-height: initial; padding: 10px 25px; }
    #map { height: 290px; }
    .rates-section h2 { font-size: 30px; }
    .credits img { display: block; margin: 6px auto; }
    .sitemap a { display: block; padding: 10px; border: 2px solid rgba(255,255,255,0.2); margin: 0 0 3px 0; border-radius: 3px; }
}

@media (max-width: 992px) {
    .btn-black, .btn-blank { padding: 10px 25px; }
    .text-caption { max-width: initial; }
    .carousel.full h2 { font-size: 30px; top: 15%; }
    .carousel.full h2 span { padding: 15px; }
    footer h4 { margin-top: 30px; }
}

@media (max-width: 1200px) {
}

@media (max-width: 1440px) {
    .carousel.full, .rich-caption header { max-height: 600px; }
}
