@font-face {
    font-family: 'texgyreadventorregular';
    src: url('texgyreadventor-regular-webfont.eot');
    src: url('texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('texgyreadventor-regular-webfont.woff') format('woff'),
    url('texgyreadventor-regular-webfont.ttf') format('truetype'),
    url('texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'texgyreadventorbold';
    src: url('texgyreadventor-bold-webfont.eot');
    src: url('texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('texgyreadventor-bold-webfont.woff') format('woff'),
    url('texgyreadventor-bold-webfont.ttf') format('truetype'),
    url('texgyreadventor-bold-webfont.svg#texgyreadventorbold') 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;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
body {
    line-height: 1;
}
/*GENERAL======================================================================*/
h2, h3, .appointment-title, .news-title, .footer-nav ul li a:hover, .footer-nav ul li a.activated, .copyright a {
    font-family: 'texgyreadventorbold';
}
body {
     color: #333333;
     font-size: 14px;
     /*background-color: #F4F1FC;*/
     background-color: #F5F2FD;
     font-family: 'texgyreadventorregular';
 }
    .main-container {
        min-height: 768px;
        background: url(../images/top-bg.jpg) no-repeat center top;
    }
        .main-wrapper, .main-wrapper-inner {
            min-height: 725px;
            background: url(../images/bottom-bg.jpg) no-repeat center bottom;
        }
            .page-top {
                height: 277px;
            }
                .page-center {
                    min-height: 500px;
                }
                    .page-bottom {
                        clear: both;
                        height: 189px;
                    }
    h1 {
        color: #472e8d;
        font-size: 36px;
        margin-bottom: 32px;
    }
        h1.home {
            font-size: 30px;
            margin-bottom: 15px;
        }
            h2 {
                font-size: 24px;
                margin-bottom: 6px;
            }
                h3 {
                    font-size: 18px;
                    margin-bottom: 16px;
                }
                    .sub-heading {
                        font-size: 18px;
                        margin-bottom: 14px;
                    }
    .para {
        line-height: 24px;
        margin-bottom: 22px;
    }
        .para-last {
            margin-bottom: 20px;
        }
            ol, ul.list {
                margin: 30px 0 30px 35px;
            }
                ul.list li {
                    padding-left: 30px;
                    margin-bottom: 8px;
                    font-size: 16px;
                    list-style: none;
                    background: url(../images/list-dot.png) no-repeat left 10px;
                }
                    a:link, a:visited {
                        color: #8e5cca;
                        text-decoration: none;
                    }
                        a:hover, a:active, a:focus {
                            color: #472e8d;
                            text-decoration: none;
                        }
                            .img-right {
                                float: right;
                                margin: 5px 0 15px 30px;
                            }
.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: 267px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
.header-content {
    /*height: 198px;*/
    height: 203px;
    padding: 0 0 20px 0;
    position: relative;
}
    .header-nav {
        float: left;
        width: 243px;
        height: 178px;
        padding: 20px 0 0 12px;
    }
        .header-nav ul {
            list-style: none;
        }
            .header-nav ul li {
                float: left;
                margin: 0 11px 10px 0;
            }
                .header-nav ul li a {
                    display: block;
                    width: 98px;
                    height: 31px;
                    padding-top: 13px;
                    line-height: 16px;
                    text-align: center;
                    border-radius: 5px;
                    border: 1px solid #ad85df;
                }
                    .header-nav ul li.doctor a,
                    .header-nav ul li.info a,
                    .header-nav ul li.team a {
                        height: 38px;
                        padding-top: 6px;
                    }
                        .header-nav ul li a:hover, .header-nav ul li.activated a {
                            color: #472e8d;
                            background-color: #d0b7ee;
                        }
    .logo {
        float: left;
        width: 489px;
        height: 198px;
        background: url(../images/logo.png) no-repeat left top;
    }
        .logo a {
            display: block;
            width: 489px;
            height: 198px;
        }
            .logo h1 {
                text-indent: -9999px;
            }
    .header-right {
        float: left;
        width: 243px;
        height: 198px;
        text-align: right;
        padding-right: 13px;
    }
        .search {
            height: 24px;
            width: 182px;
            margin-top: 17px;
            text-align: right;
            margin-left: 61px;
        }
            .search form .search-box {
                float: left;
                width: 143px;
                height: 24px;
                border: none;
                padding: 0 0 0 10px;
                color: #472e8d;
                font-size: 12px;
                background: transparent;
                text-transform: uppercase;
                font-family: 'texgyreadventorregular';
            }
                .search form .search-button {
                    float: left;
                    width: 29px;
                    height: 24px;
                    border: none;
                    cursor: pointer;
                    background: url(../images/search-icon.png) no-repeat left top;
                }
        .phone {
            color: #8e5cca;
            font-size: 30px;
            margin-top: 39px;
        }
            .address {
                color: #8e5cca;
                margin-top: 14px;
                line-height: 18px;
            }
                .direction a {
                    color: #472e8d;
                    text-decoration: underline;
                }
                    .direction a:hover {
                        color: #8e5cca;
                    }

.bucket-left {
    width: 143px;
    height: 40px;
    float: left;
    padding-top: 5px;
    color: #472E8D;
    font-size: 34px;
    font-family: 'texgyreadventorbold';
}
.bucket-menu {
    height: 45px;
    float: left;
}
    .bucket-menu ul {
        list-style: none;
    }
        .bucket-menu ul li {
            float: left;
            width: 280px;
            height: 45px;
            margin-right: 2px;
            position: relative;
            background: url(../images/bucket-sp.png) no-repeat 0 0;
        }
            .bucket-menu ul li a {
                display: block;
                color: #ffffff;
                font-size: 22px;
                padding-top: 15px;
                text-align: center;
                text-transform: uppercase;
            }
                .bucket-menu ul li:hover, .bucket-menu ul li.activated {
                    background: url(../images/bucket-sp.png) no-repeat 0 -45px;
                }
                    .bucket-menu ul li:hover a, .bucket-menu ul li.activated a {
                        color: #af77f2;
                    }
                        .bucket-menu ul li ul {
                            width: 280px !important;
                            position: absolute;
                            top: 45px !important;
                            left: 0px !important;
                            display: none;
                            visibility: hidden;
                            background: #472e8d;
                        }
                            .bucket-menu ul li ul li {
                                float: none;
                                width: 280px;
                                height: 40px;
                                padding-top: 0;
                                padding-right: 0;
                                margin-bottom: 0;
                                margin-top: 0;
                                display: list-item;
                                background: url("../images/menu-sep.jpg") no-repeat left bottom  !important;
                            }
                                .bucket-menu ul li ul li:last-child {
                                    height: 39px;
                                    background: none !important;
                                }
                                    .bucket-menu ul li ul li ul {
                                        top: 0;
                                    }
                                        .bucket-menu ul li ul li a {
                                            margin: 0;
                                            padding: 0;
                                            display: block;
                                            width: inherit;
                                            font-size: 16px;
                                            line-height: 39px;
                                            border-top-width: 0;
                                            text-transform: none;
                                            color: #ffffff !important;
                                        }
                                            .bucket-menu ul li ul li:hover {
                                                height: 40px !important;
                                                padding-top: 0 !important;
                                            }
                                                .bucket-menu ul li ul li:hover a {
                                                    color: #af77f2 !important;
                                                    background: none !important;
                                                }
.dr-name {
    position: absolute;
    top: 185px;
    right: 0px;
    color: #8e5cca;
    font-size: 28px;
    padding-right: 12px;

}
#headerBanner {
    width: 1000px;
    height: 420px;
    margin: 0 auto;
}
    .fadein {
        position: relative;
        height: 420px;
        width: 1000px;
    }
        .fadein img {
            position: absolute;
            left: 0;
            top: 0;
        }
.page-columns {
    width: 1000px;
    margin: 0 auto;
    padding: 26px 0 20px 0;
}
    .main-wrapper-inner .page-columns {
        background: url("../images/columns-bg.jpg") no-repeat left top;
    }
.separator {
    height: 1px;
    background-color: #D0B7EE;
}
.review {
    margin-bottom: 15px;
}
    .review .review-text {
        line-height: 26px;
        padding: 20px 0 0 0;
        margin-bottom: 8px;
    }
        .review .reviewed-by {
            color: #472E8D;
            font-size: 15px;
            letter-spacing: 2px;
            padding-bottom: 15px;
        }
.contact-info {
    padding-left: 70px;
}
.contact-info .contact-address {
    float: left;
    width: 320px;
}
    .contact-info .contact-hours {
        width: 330px;
        float: left;
    }
        .google-map iframe {
            border: 1px solid #D0B7EE;
        }

.gyne-services {
    margin: 30px 0 0 0;
}

    .gyne-services .gyne-serv {
        margin-bottom: 20px;
    }

        .gyne-serv .gyne-text {
            float: left;
            width: 45%;
        }
            .gyne-serv .gyne-img {
                float: left;
                width: 40%;
            }
                .gyne-serv1 .gyne-img {
                    margin-top: -20px;
                }

                    .gyne-serv .gyne-img img {
                        width: 50%;
                    }

                        .gyne-serv1 .gyne-img img {
                            float: left;
                            width: 40%;
                        }
/*COLUMN-LEFT===================================================================*/
.column-left {
    width: 235px;
    float: left;
    padding-top: 4px;
}
    .main-wrapper-inner .column-left {
        padding-top: 0;
    }
        .stanford {
            display: none;
        }
            .main-wrapper-inner .stanford {
                display: none;
            }
                .main-wrapper-inner.our-providers .stanford {
                    display: none;
                    width: 235px;
                    height: 113px;
                    background: url("../images/stanford.jpg") no-repeat left top;
                }
        .like-us {
            width: 191px;
            height: 28px;
            clear: both;
            padding-left: 44px;

        }
            .main-wrapper-inner .like-us {
                padding-top: 18px;
            }
                .main-wrapper-inner.our-providers .like-us {
                    /*padding-top: 4px;*/
                }
                    .like-us .facebook {
                        float: left;
                        width: 88px;
                    }
                        .like-us .googleplus {
                            float: left;
                            width: 60px;
                        }
        .get-social {
            margin-top: 10px;
        }
            .get-social-text {
                font-size: 12px;
                text-align: center;
                margin-bottom: 10px;
            }
                .get-social-images{
                    padding-left: 50px;
                }
                    .get-social-images img {
                        margin-right: 6px;
                    }
        .appointment {
            display: none;
            margin-top: 28px;
            margin-bottom: 18px;
        }
            .main-wrapper .appointment {
                display: block;
                margin-top: 28px;
                margin-bottom: 18px;
            }
                .appointment-title, .news-title {
                    width: 235px;
                    height: 53px;
                    color: #ffffff;
                    font-size: 18px;
                    text-align: center;
                    line-height: 48px;
                    text-shadow: 1px 1px 4px rgba(1, 1, 1, 1);
                    background: url(../images/title-bg.png) no-repeat left top;
                }
                    .appointment-form {
                        width: 211px;
                        padding: 0 12px 0 12px;
                    }
                        .review-form {
                            padding-top: 10px;
                            margin-bottom: 40px;
                        }
        .main-wrapper-inner .news-section {
            margin-top: 28px;
        }
            .news-section .news {
                margin-top: 10px;
            }
                .news-image {
                    float: left;
                    width: 70px;
                    padding-left: 12px;
                }
                    .news-link {
                        float: left;
                        width: 133px;
                        padding-left: 10px;
                        padding-top: 6px;
                        line-height: 17px;
                    }
/*COLUMN-RIGHT==================================================================*/
.column-right {
    width: 745px;
    float: left;
    min-height: 970px; /* added after removing Appointment Form from left column */
    padding: 0 0 0 20px;
}
    .main-wrapper-inner .column-right {
        padding-top: 10px;
    }

/*FOOTER========================================================================*/
.footer {
    width: 1000px;
    height: 140px;
    margin: 0 auto;
    padding: 49px 0 0 0;
    background: url(../images/footer-bg.jpg) no-repeat left top;
}
    .footer-nav {
        padding: 0 0 0 255px;
    }
        .footer-nav ul {
            list-style: none;
        }
            .footer-nav ul li {
                float: left;
                background: url(../images/nav-separator.png) no-repeat right 3px;
            }
                .footer-nav ul li.home {
                    width: 64px;
                }
                .footer-nav ul li.google {
                    width: 110px;
                }
                .footer-nav ul li.review {
                    width: 136px;
                }
                .footer-nav ul li.contact {
                    width: 101px;
                }
                .footer-nav ul li.sitemap {
                    width: 78px;
                }
                    .footer-nav ul li a {
                        color: #ffffff;
                        text-align: center;
                        padding-left: 11px;
                    }
                        .footer-nav ul li a:hover, .footer-nav ul li a.activated {
                            color: #472e8d;
                            text-decoration: underline;
                        }
                            .footer-nav ul li.sitemap {
                                padding-right: 0;
                                background: none;
                            }
    .copyright {
        text-align: center;
        padding-top: 13px;
        clear: both;
        color: #ffffff;
        line-height: 24px;
    }
        .copyright a {
            color: #472e8d;
            text-decoration: underline;
        }
            .copyright a:hover {
                color: #ffffff;
            }

.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);
}


/* 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; /* Fallback for web browsers that doesn't support RGBa */
                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*/
    }
}