

/*
GENERAL STYLES
*/
@import url(http://fonts.googleapis.com/css?family=Lato:300);
@import url(http://fonts.googleapis.com/css?family=Oswald:300);

/* Smartphones (portrait) ----------- */
@media all {

    ::-moz-selection {
        background: #1F1F21;
    }

    ::selection {
        background: #1F1F21;
    }

    html, body {
        width: 100%;
        height: 100%;
    }

    body {
        font-family: 'Lato', sans-serif;

        font-weight: 300;
        color: #F7F7F7;
        font-size: 24px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        margin: 0;
    }

    a:link {
        color: #F7F7F7;
        text-decoration: underline;
        font-style: italic;
        font-size: 18px;
    }
    a:hover {
        color: #F7F7F7;
        text-decoration: none;
    }
    a:visited {
        color: #F7F7F7;
        text-decoration: none;
    }


    .vegas-loading {
        left: -50px;
    }

    .heading {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .tooltip-inner {
        background: #1F1F21;
        background: rgba(31, 31, 33, 0.5);
        border: 1px solid #F7F7F7;
        color: #f7f7f7;
        border-radius: 0;
    }

    .tooltip-arrow {
        border: none;
    }

    /*
    FORMS
    */
    .form-control {
        background: #1F1F21;
        background: rgba(31, 31, 33, 0.1);
        border: 1px solid #F7F7F7;
        box-shadow: none;
        border-radius: 0;
        color: #f7f7f7;
        font-weight: 300;
        height: 40px;
        transition: .25s;
    }

    .form-control:hover {
        background: #1F1F21;
        background: rgba(31, 31, 33, 0.25);
    }

    .form-control:focus {
        background: #1F1F21;
        background: rgba(31, 31, 33, 0.5);
        border: 1px solid #F7F7F7;
        box-shadow: none;
    }

    .form-control::-webkit-input-placeholder {
        color: #D7D7D7;
    }

    .form-control:-moz-placeholder {
        color: #D7D7D7;
    }

    .form-control::-moz-placeholder {
        color: #D7D7D7;
    }

    .form-control:-ms-input-placeholder {
        color: #D7D7D7;
    }

    .btn {
        background: #1F1F21;
        background: rgba(31, 31, 33, 0.25);
        border: 1px solid #F7F7F7;
        box-shadow: none;
        border-radius: 0;
        color: #f7f7f7;
        font-weight: 300;
        transition: .25s;
    }

    .btn:hover {
        background: #1F1F21;
        background: rgba(31, 31, 33, 0.5);
        color: #f7f7f7;
    }

    .btn:focus {
        outline: none;
        background: #1F1F21;
        background: rgba(31, 31, 33, 0.25);
        color: #f7f7f7;
    }

    .input-group {
        margin-bottom: 24px;
    }

    .input-group-addon {
        background: #1F1F21;
        background: rgba(31, 31, 33, 0.25);
        border: 1px solid #F7F7F7;
        color: #f7f7f7;
        border-radius: 0;
    }

    .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
        border-radius: 0;
    }

    .alert {
        margin-top: 24px;
        border-radius: 0;
    }

    .alert-danger {
        border-color: #FF3B30;
        color: #F7F7F7;
        background: rgba(255, 59, 48, 0.25);
    }

    .alert-success {
        border-color: #4CD964;
        color: #F7F7F7;
        background: rgba(76, 217, 100, 0.25);
    }

    #newsletter-success, #newsletter-error, #contact-success, #contact-error {
        display: none;
    }

    .ketchup-error ul {
        color: #F7F7F7;
        background: #FF3B30;
        background: rgba(255, 59, 48, 0.75);
    }

    .ketchup-error span {
        border-top-color: #FF3B30;
        border-top-color: rgba(255, 59, 48, 0.75);
    }

    /*
    PAGE WRAPPER
    */
    .background {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #1F1F21;
        background: rgba(31, 31, 33, 0.25);
        z-index: -1;
    }

    .page-wrapper {
        text-align: center;
        width: 100%;
        /* height: 100%; */
        padding: 24px 0;
    }

    .page-wrapper:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; /* Adjusts for spacing */
    }

    .page-wrapper-inner {
        display: inline-block;
        vertical-align: middle;
    }

    /*
    OPEN BUTTONS
    */
    .btn-wrapper {
        position: absolute;
    }

    .btn-list {
        width: 100%;
        text-align: center;
        display: none;
        margin-bottom: 48px;
    }

    .btn-wrapper .open-btn {
        position: fixed;
    }

    .open-btn {
        border: 1px solid #F7F7F7;
        padding: 12px;
        transition: .25s;
    }

    .open-btn:hover {
        background: #1F1F21;
        background: rgba(31, 31, 33, 0.5);
    }

    .btn-list .open-btn {
        font-size: 18px;
        line-height: 60px;
    }

    .btn-wrapper .newsletter-btn {
        top: 12px;
        left: 12px;
    }

    .btn-wrapper .contact-btn {
        top: 12px;
        right: 12px;
    }

    .btn-wrapper .about-btn {
        bottom: 12px;
        left: 12px;
    }

    .btn-wrapper .social-btn {
        bottom: 12px;
        right: 12px;
    }

    .close-btn {
        position: fixed;
        top: 12px;
        left: 50%;
        width: 120px;
        margin-left: -60px;
    }

    /*
    MAIN
    */
    .logo-wrapper {
        margin-bottom: 10px;
    }

    .logo {
        font-size: 72px;
    }

    .logoSub {
        font-size: 28px;
    }

    .subline-wrapper {
        margin-bottom: 36px;
        font-size: 28px;
    }

    .contentCell {
        margin: 12px 12px;
        padding: 12px 12px 12px 12px;
        /*border: 1px solid #F7F7F7;*/
        display: block;
        float: left;
        /*width: 300px;*/
        /*height: 500px;*/
        transition: .25s;
        font-size: 16px;
        color: #ffffff;
        text-align: left;

        background: #000000;
        background: rgba(0, 0, 0, 0.3);
    }

    .fullWidthContentCell {
        margin: 20px 30px 20px 30px;
        /* margin-right: 12px; */
        /* border-left: 12px; */
        padding: 0px 12px 12px 12px;
        /*border: 1px solid #F7F7F7;*/
        display: block;
        float: left;
        /* width: 300px; */
        /*height: 500px;*/
        transition: .25s;
        font-size: 16px;
        color: #ffffff;
        text-align: left;

        background: #000000;
        background: rgba(0, 0, 0, 0.3);

        /* width: 100%; */
        max-width: 900px;
    }

    /*.ContentCell:hover {
        background: #1F1F21;
        background: rgba(31, 31, 33, 0.5);
    }*/
    .topRightImage {
        width: 100px;
        margin: 10px 10px 10px 10px;
    }

    .contentCellTitle {
        font-size: 36px;
        font-family: 'Oswald', sans-serif;
    }

    .contentCellSubTitle {
        font-size: 24px;

    }

    .testimonial {
        font-style: italic;
    }

    .testimonialName {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
    }

    .addressText {
        font-size: 12px;
        width: 155px;
    }

    /*
    NEWSLETTER
    */
    .newsletter {
        display: none;
        padding: 0 24px;
    }

    #newsletter-form {
        width: 50%;
        margin: 0 auto;
        margin-top: 48px;
    }

    /*
    CONTACT
    */
    .contact {
        display: none;
        padding: 0 24px;
    }

    #contact-form {
        width: 50%;
        margin: 0 auto;
        margin-top: 48px;
    }

    /*
    ABOUT
    */
    .question {
        font-size: 14pt;
        font-weight: bold;
    }

    .answer {
        margin-bottom: 40px;
    }

    /*
    Testimonials
    */
    .mainTestimonial {
        font-style: italic;
        margin-top: 20px;
    }

    .testimonialName {
        font-size: 10pt;
        font-style: italic;
        margin-bottom: 60px;
    }

    /*footer*/
    .footer {
        font-size: 14pt;
        clear: both;
        padding-top: 10px;
    }

    .contentCell {
        width: 300px;
        height: 520px;
        min-width: 275px;
    }


    .clinicItem
    {
        clear:both;
        margin-bottom:15px;
    
        height: auto;
        /* max-width: 329px; */
}

    .clinicAddress
    {
        float:left;
        width: 150px;
        margin-bottom: 20px;
        /* width: 60%; */
        overflow: hidden;
}

    .clinicPhoto
    {
        float: right;
    
        width: 120px;
    }

    .clinicContact
    {   
        text-align: center;
    
        clear: both;
}

    .testimonialVid
    {
        width: 256px;
        height: 145px;
    
        margin-top: 10px;
}

    .testimonialSubTitle
    {
        font-size: 16pt;
    }

}



/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 479px) {
    .contentCell {
        /* min-width: 300px; */
        height: 100%;

    }
    .fullWidthContentCell {
        margin: 0px 10px 20px 10px;
    }

    .contentCell {
        width: 100%;
        /* min-width: 480px; */
        /* padding: 0px 50px 20px 50px; */
        clear:both;

        height: auto;

        margin: 0 0 10px 0;
    }

    .countdown {
        padding: 0px 10px 0px 10px;
    }

    .logo {
        font-size: 38px;
    
        padding: 4px;
}

    .subline-wrapper {
        margin-bottom: 36px;
        font-size: 21px;
    }


    .clinicAddress
    {

        min-width: 200px;
    }
}




@media only screen and (min-width : 480px) and (max-width : 767px) {
    .btn-wrapper {
        display: none;
    }
    .btn-list {
        display: block;
    }
    .page-wrapper {
        height: auto;
    }
    .close-btn {
        position: relative;
        display: block;
        margin-bottom: 72px;
    }
    #newsletter-form, #contact-form {
        width: 100%;
    }

    .contentCell {
        width: 100%;
        /* min-width: 480px; */
        /* padding: 0px 50px 20px 50px; */
        clear:both;

        height: auto;
    
        margin: 0 0 20px 0;
}

    .countdown {
        padding: 0px 20px 0px 20px;
    }



    .logo {
        font-size: 38px;
    }

    .subline-wrapper {
        margin-bottom: 36px;
        font-size: 21px;
    }

    


}

@media only screen and (min-width: 768px) and (max-width: 1023px)  {

    .contentCell {
        width: 100%;
        /* min-width: 768px; */
        margin: 0px 0px 20px 0px;
        clear:both;
    
        height: auto;
    }

    .countdown {
        padding: 0px 50px 0px 50px;
    }


}

@media only screen and (min-width: 1024px) {

}




