@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.eot');
    src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('roboto-regular-webfont.woff') format('woff'),
    url('roboto-regular-webfont.ttf') format('truetype'),
    url('roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'copperplate_gothic_lightRg';
    src: url('copperplate_gothic_light-webfont.eot');
    src: url('copperplate_gothic_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('copperplate_gothic_light-webfont.woff') format('woff'),
    url('copperplate_gothic_light-webfont.ttf') format('truetype'),
    url('copperplate_gothic_light-webfont.svg#copperplate_gothic_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'copperplate_gothic_boldRg';
    src: url('coprgtb-webfont.eot');
    src: url('coprgtb-webfont.eot?#iefix') format('embedded-opentype'),
    url('coprgtb-webfont.woff') format('woff'),
    url('coprgtb-webfont.ttf') format('truetype'),
    url('coprgtb-webfont.svg#copperplate_gothic_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*RESET========================================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, big, cite, del, img, ins, small, strike, sub, sup, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, embed {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*GENERAL======================================================================*/
body {
    color: #353535;
    background-color: #FFF3D2;
    font-family: robotoregular, Arial, sans-serif;
}
.main-container {
    width: 100%;
    margin: 0 auto;
}
.page-top {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/top-bg.png) repeat-x left top;
}
.page-center {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/center-bg.png) repeat-x left bottom;
}
.page-bottom {
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/bottom-bg.png) repeat-x left top;
}
a:link, a:visited {
	color: #353535;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
h1 {
    font-size: 27px;
    color: #ab58a7;
    margin-bottom: 10px;
    font-family: copperplate_gothic_boldRg, serif;
}
h2 {
    font-size: 23px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
    font-family: copperplate_gothic_boldRg, serif;
}
h3 {
    font-size: 16px;
    line-height: 18px;
    color: #72146a;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: robotoregular, sans-serif;
}
.para {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}
.last-para {
    margin-bottom: 5px;
}
.animation {
    text-align: center;
}
.separator {
    width: 508px;
    height: 2px;
    margin-top: 5px;
    background: url(../images/separator.png) no-repeat left top;
}
.sub-head {
    font-size: 15px;
    font-family: copperplate_gothic_boldRg, serif;
}
.bold {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.links-heading {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
ol, ul.list {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 15px 31px;
}
ol li, ul.list li {
    margin-bottom: 5px;
}
.hide-from-desktop {
    display: none;
}
.mobile-content
{
    display: none;
}
a.link-button {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #63135D;
    border: 1px solid #C191C1;
    padding: 8px 12px 8px 12px;
}
    a.link-button:hover {
        color: white;
        background-color: #3E153E;
    }

/*HEADER=======================================================================*/
.header {
    width: 1000px;
    height: 191px;
    margin: 0 auto;
}
    .header-top {
        width: 1000px;
        height: 132px;
        padding-bottom: 9px;
    }
        .header-left {
            float: left;
            width: 535px;
            height: 108px;
            padding-top: 24px;
        }
            .logo {
                width: 535px;
                height: 108px;
                background: url(../images/logo.png) no-repeat left top;
            }
                .logo a {
                    display: block;
                    width: 535px;
                    height: 108px;
                }
                .logo h1 {
                    text-indent: -9999px;
                }
        .header-right {
            float: left;
            width: 453px;
            height: 117px;
            padding: 15px 12px 0 0;
            color: #92278f;
            font-family: Arial, sans-serif;
        }
            .header-right .search {
                width: 100%;
                height: 30px;
                float: right;
            }
                .search form {
                    float: right;
                }
                    .search form .search-box {
                        float: left;
                        width: 195px;
                        height: 30px;
                        border: none;
                        padding: 0 0 0 10px;
                        margin: 0;
                        background: #ffffff;
                        font-size: 14px;
                        font-family: Arial, sans-serif;
                    }
                    .search form .search-button {
                        float: left;
                        width: 28px;
                        height: 30px;
                        cursor: pointer;
                        border: none;
                        background: url(../images/search-icon.jpg) no-repeat left top;
                    }
            .header-right .phone {
                width: 100%;
                height: 15px;
                padding-top: 9px;
                float: left;
                text-align: right;
                font-size: 20px;
            }
                .header-right .phone a {
                    pointer-events: none;
                    text-decoration: none;
                    cursor: text;
                    color:  #92278f;
                }
            .header-right .address {
                width: 100%;
                height: 15px;
                padding-top: 10px;
                float: left;
                text-align: right;
                font-size: 14px;
            }
                .header-right .address a {
                    color: #92278f;
                }
            .header-right .like-us {
                width: 100%;
                height: 32px;
                padding-top: 8px;
                float: left;
            }
                .like-us .facebook {
                    float: right;
                    width: 82px;
                }
                .like-us .googleplus {
                    float: right;
                    width: 70px;
                }
                .like-us .twitter {
                    float: right;
                    width: 78px;
                }
    .header-nav {
        clear: both;
        width: 1000px;
        height: 38px;
        padding-bottom: 12px;
    }
        .header-nav ul {
            list-style: none;
            float: left;
        }
            .header-nav li {
                float: left;
            }
                .header-nav a {
                    text-decoration: none;
                    float: left;
                    padding: 0 0 0 12px;
                    line-height: 38px;
                    margin: 0 6px 0 0;
                    background: url(../images/header-nav-left.png) no-repeat left top;
                }
                    .header-nav a span {
                        float: left;
                        display: block;
                        color: #ffffff;
                        height: 38px;
                        padding: 0 13px 0 0;
                        font-size: 14px;
                        font-family: Arial, sans-serif;
                        background: url(../images/header-nav-right.png) no-repeat right top;
                    }
                        .header-nav a:hover, .header-nav li a.selected {
                            background: url(../images/header-nav-left.png) no-repeat left bottom;
                        }
                        .header-nav a:hover span, .header-nav li a.selected span {
                            color: #ffffff;
                            background: url(../images/header-nav-right.png) no-repeat right bottom;
                        }
                    .header-nav li a.blog {
                        margin: 0;
                    }
                    .header-nav li a.home, .header-nav li a.about,
                    .header-nav li a.why-us {
                        margin-right: 7px;
                    }
    .Top_menu_Items {
        position: absolute;
        visibility: hidden;
        width: 201px;
        z-index: 1000;
    }
        a.DropDownLinks:link, a.DropDownLinks:visited {
            display: block;
            width: 188px;
            line-height: 28px;
            padding-left: 13px;
            font-size: 14px;
            color: #ffffff;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            background: url(../images/dropdown-bg.png) no-repeat -210px -90px;
        }
            a.DropDownLinks:hover, a.DropDownLinks:active {
                background: url(../images/dropdown-bg.png) no-repeat -210px -118px;
            }
        a.firstlink:link, a.firstlink:visited {
            height: 37px;
            line-height: 42px;
            background: url(../images/dropdown-bg.png) no-repeat 0 0;
        }
            a.firstlink:hover, a.firstlink:active {
                background: url(../images/dropdown-bg.png) no-repeat 0 -37px;
            }
        a.lastlink:link, a.lastlink:visited {
            line-height: 31px;
            background: url(../images/dropdown-bg.png) no-repeat 0 -90px;
        }
            a.lastlink:hover, a.lastlink:active {
                background: url(../images/dropdown-bg.png) no-repeat 0 -121px;
            }
        a.singlelink:link, a.singlelink:visited {
            height: 38px;
            line-height: 43px;
            background: url(../images/dropdown-bg.png) no-repeat -210px 0;
        }
            a.singlelink:hover, a.singlelink:active {
                background: url(../images/dropdown-bg.png) no-repeat -210px -38px;
            }

/*BANNER=======================================================================*/
.banner {
    width: 1000px;
    height: 274px;
    padding: 13px 0 0 0;
    margin: 0 auto 12px auto;
    background: url(../images/banner-bg.png) no-repeat left top;
}

/*CONTENT AREA=================================================================*/
.content {
    width: 1000px;
    margin: 0 auto;
}
.content-top {
    height: 15px;
    background: url(../images/content-top-bg.png) no-repeat left top;
}
.content-inner-top {
    height: 13px;
    background: url(../images/content-inner-top-bg.png) no-repeat left top;
}
.content-body {
    overflow: hidden;
    background: url(../images/content-body-bg.png) repeat-y left top;
}
.content-bottom {
    height: 15px;
    background: url(../images/content-bottom-bg.png) no-repeat left top;
}

/*COLUMN-LEFT=================================================================*/
.column-left {
    float: left;
    width: 250px;
    padding: 6px 0 0 15px;
}
.our-services-link {
    letter-spacing: 1px;
    font-size: 14px !important;
    font-family: copperplate_gothic_boldRg, serif !important;
}
    .our-services-title {
        border-bottom: 1px solid #fcc38d;
        background: #6d1466;
        height: 24px;
        padding-top: 6px;
        color: #fcc38d;
        font-family: copperplate_gothic_boldRg, serif;
        text-align: center;
        font-size: 17px;
        margin-bottom: 6px;
        border-radius: 12px 12px 0 0;
    }
        .left-menu ul {
            width: 250px;
            list-style-type: none;
        }
            .left-menu ul li {
                position: relative;
                margin-bottom: 6px;
            }
                .left-menu ul li a {
                    display: block;
                    width: 250px;
                    height: 32px;
                    line-height: 32px;
                    text-align: center;
                    text-decoration: none;
                    color: #fcc38d;
                    font-size: 14px;
                    font-family: Arial, sans-serif;
                    background: url(../images/left-menu-bg.png) no-repeat left top;
                }
                    .left-menu ul li a:hover, .left-menu ul li a.selected {
                        background-position: left bottom;
                    }
                        .left-menu ul li ul {
                            position: absolute;
                            width: 192px !important;
                            border: 1px solid #92278F;
                            top: 0;
                            font-weight: normal;
                            visibility: hidden;
                            margin-left: 7px;
                        }
                            .left-menu ul li ul li {
                                margin-bottom: 0;
                            }
                                .left-menu ul li ul li a {
                                    width: 177px;
                                    height: 28px;
                                    line-height: 28px;
                                    color: #fcc38d !important;
                                    font-size: 13px;
                                    text-align: left;
                                    font-family: Arial, sans-serif;
                                    text-decoration: none;
                                    padding: 0 5px 0 10px;
                                    border-bottom: 1px solid #7F5A7D;
                                    background: none;
                                    background-color: #3A0238 !important;
                                }
                                    .left-menu ul li ul li a:hover {
                                        background: #6D1466 !important;
                                    }
    .tools {
        width: 250px;
        min-height: 929px;
        margin-top: 11px;
        line-height: 18px;
        color: #fcc38d;
        font-family: copperplate_gothic_boldRg, serif;
        background: #441240 url(../images/tools-bg.png) repeat-x left top;
    }
        .tools-heading {
            padding: 18px 0 22px 0;
            text-align: center;
            font-size: 16px;
        }
        .tools .tool {
            width: 250px;
            height: 202px;
        }
            .tools .tool img {
                border: 3px solid #FEBF6E;
            }
            .tool .tool-image {
                padding-left: 29px;
            }
            .tool .tool-title {
                height: 40px;
                padding: 12px 20px 0 20px;
                text-align: center;
                font-size: 13px;
            }
    .get-social {
        width: 250px;
        height: 89px;
        margin-top: 12px;
        background: url(../images/get-social-bg.png) repeat-x left top;
    }
        .get-social-title {
            width: 250px;
            height: 32px;
            padding-top: 10px;
            text-align: center;
            color: #fcc38d;
            font-size: 16px;
            font-family: copperplate_gothic_boldRg, serif;
        }
        .get-social-icons {
            width: 225px;
            height: 47px;
            padding-left: 25px;
        }
            .get-social-icons img {
                margin-right: 3px;
            }

/*COLUMN-CENTER=================================================================*/
.column-center {
    float: left;
    width: 508px;
    padding: 3px 12px 0 16px;
}
    .inner-content {
        width: 497px;
        padding: 0 7px 5px 4px;
    }
        .inner-content .dr-image {
            float: right;
            margin-left: 6px;
            border: 1px solid #333333;
        }
    .implant-center {
        width: 493px;
        height: 228px;
        margin: 14px 0 10px 0;
        padding: 0 9px 12px 6px;
        background: url(../images/dental-implant-bg.png) no-repeat left bottom;
    }
        .implant-center img {
            border: 10px solid black;
        }
    .complete-implant {
        overflow: hidden;
        width: 494px;
        height: 164px;
        margin: 9px 0 10px 0;
        padding: 0 8px 12px 6px;
        background: url(../images/complete-implant-bg.png) no-repeat left bottom;
    }
        .implant-steps {
            width: 474px;
            height: 144px;
            border: 10px solid black;
        }
            .complete-implant .implant-step-1 {
                float: left;
                width: 97px;
            }
            .complete-implant .implant-step-2 {
                float: left;
                width: 128px;
            }
            .complete-implant .implant-step-3 {
                float: left;
                width: 132px;
            }
            .complete-implant .implant-step-4 {
                float: left;
                width: 117px;
            }
            .complete-implant .step-image {
                height: 109px;
            }
            .complete-implant .step-text {
                height: 19px;
                padding-top: 16px;
                color: white;
                background-color: black;
                text-align: center;
                font-size: 15px;
                font-family: copperplate_gothic_boldRg, serif;
            }
    .implantologists {
        width: 496px;
        height: 247px;
        margin: 12px 0 10px 0;
        padding: 0 8px 12px 4px;
        background: url(../images/dental-implant-bg.png) no-repeat left bottom;
    }
        .implantologists-bg {
            background-color: black;
            width: 496px;
            height: 247px;
        }
            .implantologists .doctor-1 {
                float: left;
                width: 132px;
                margin-left: 12px;
            }
            .implantologists .doctor-2 {
                float: left;
                width: 148px;
                margin-left: 36px;
            }
            .implantologists .doctor-3 {
                float: left;
                width: 145px;
                margin-left: 22px;
            }
            .implantologists .dr-name {
                height: 34px;
                padding: 9px 3px 0 3px;
                text-align: center;
                color: white;
                font-size: 13px;
                font-family: copperplate_gothic_boldRg, serif;
            }
            .implantologists .icoi-logo {
                padding-top: 10px;
            }
            .implantologists .doctor-2 .dr-image,
            .implantologists .doctor-2 .icoi-logo {
                padding-left: 10px;
            }
            .implantologists .doctor-3 .dr-image,
            .implantologists .doctor-3 .icoi-logo {
                padding-left: 15px;
            }
            .best-awards {
                width: 422px;
                height: 98px;
                padding: 0 0 0 86px;
            }
    .home-content {
        clear: both;
        padding: 0 20px 0 20px;
        width: 960px;
        margin: 20px 0 20px 0;
    }
    .bottom-menu {
        width: 505px;
        height: 435px;
        margin: 15px 3px 0 0;
        overflow: hidden;
    }
        .bottom-menu-item {
            float: left;
            width: 244px;
            height: 75px;
            margin: 0 17px 10px 0;
        }
            .bottom-menu-item a {
                display: block;
                width: 118px;
                height: 55px;
                line-height: 18px;
                padding: 20px 11px 0 115px;
                text-decoration: none;
                color: #92278f;
                font-size: 15px;
                font-family: Arial, sans-serif;
            }
            .bottom-menu .sinus-lift, .bottom-menu .multiple-implants, .bottom-menu .teeth-in-a-day,
            .bottom-menu .wisdom-teeth, .bottom-menu .sedation {
                margin-right: 0;
            }
                .bottom-menu .extraction a {
                    height: 73px;
                    padding-top: 2px;
                    font-size: 14px;
                    background: url(../images/bottom-menu-bg.png) no-repeat 0 0;
                }
                .bottom-menu .sinus-lift a {
                    height: 65px;
                    padding-top: 10px;
                    background: url(../images/bottom-menu-bg.png) no-repeat -244px 0 ;
                }
                .bottom-menu .block-bone-graft a {
                    height: 65px;
                    padding-top: 10px;
                    background: url(../images/bottom-menu-bg.png) no-repeat 0 -75px;
                }
                .bottom-menu .multiple-implants a {
                    height: 48px;
                    padding-top: 27px;
                    background: url(../images/bottom-menu-bg.png) no-repeat -244px -75px;
                }
                .bottom-menu .implants-teeth a {
                    height: 65px;
                    padding-top: 10px;
                    background: url(../images/bottom-menu-bg.png) no-repeat 0 -150px;
                }
                .bottom-menu .teeth-in-a-day a {
                    background: url(../images/bottom-menu-bg.png) no-repeat -244px -150px;
                }
                .bottom-menu .bridges a {
                    background: url(../images/bottom-menu-bg.png) no-repeat 0 -225px;
                }
                .bottom-menu .wisdom-teeth a {
                    height: 48px;
                    padding-top: 27px;
                    background: url(../images/bottom-menu-bg.png) no-repeat -244px -225px;
                }
                .bottom-menu .guided-implant a {
                    background: url(../images/bottom-menu-bg.png) no-repeat 0 -300px;
                }
                .bottom-menu .sedation a {
                    height: 48px;
                    padding-top: 27px;
                    background: url(../images/bottom-menu-bg.png) no-repeat -244px -300px;
                }

/*COLUMN-RIGHT=================================================================*/
.column-right {
    float: left;
    width: 188px;
    padding-right: 11px;
}
    ul.right-menu {
        list-style: none;
    }
        ul.right-menu li {
            width: 188px;
            height: 60px;
            margin-bottom: 9px;
            background: url(../images/right-menu-bg.png) no-repeat 0 0;
        }
            ul.right-menu li a {
                display: block;
                width: 140px;
                height: 49px;
                padding: 11px 0 0 48px;
                line-height: 18px;
                text-decoration: none;
                font-size: 13px;
                font-family: copperplate_gothic_boldRg, serif;
            }
                ul.right-menu li a span {
                    display: block;
                    text-transform: uppercase;
                }
                ul.right-menu li a.office-tour {
                    background: url(../images/right-menu-bg.png) no-repeat 0 -420px;
                }
                ul.right-menu li a.appointment {
                    background: url(../images/right-menu-bg.png) no-repeat 0 0;
                }
                ul.right-menu li a.promotions {
                    background: url(../images/right-menu-bg.png) no-repeat 0 -60px;
                }
                ul.right-menu li a.patient-forms {
                    background: url(../images/right-menu-bg.png) no-repeat 0 -120px;
                }
                ul.right-menu li a.online-reviews {
                    background: url(../images/right-menu-bg.png) no-repeat 0 -180px;
                }
                ul.right-menu li a.refer-friend {
                    background: url(../images/right-menu-bg.png) no-repeat 0 -240px;
                }
                ul.right-menu li a.submit-review {
                    background: url(../images/right-menu-bg.png) no-repeat 0 -300px;
                }
                ul.right-menu li a.faq {
                    background: url(../images/right-menu-bg.png) no-repeat 0 -360px;
                }
    .box-top {
        width: 188px;
        height: 11px;
        background: url(../images/box-top.png) no-repeat 0 0;
    }
    .box-body {
        width: 188px;
        min-height: 150px;
        background: url(../images/box-body.png) repeat-y 0 0;
    }
    .box-bottom {
        width: 188px;
        height: 11px;
        background: url(../images/box-bottom.png) no-repeat 0 0;
    }
    .lecture {
        margin-bottom: 9px;
    }
        .lecture-head {
            height: 80px;
            padding: 0 30px 0 29px;
            color: #AB58A7;
            line-height: 23px;
            text-align: center;
            font-size: 16px;
            font-family: copperplate_gothic_boldRg, serif;
        }
            .lecture-video {
                padding: 0 14px 0 15px;
            }
    .testimonials {
            margin: 9px 0 9px 0;
        }
            .testimonials-head {
                width: 136px;
                height: 39px;
                padding: 2px 0 0 52px;
                color: #ab58a7;
                font-size: 13px;
                font-family: copperplate_gothic_boldRg, serif;
                background: url(../images/testimonials-head-bg.png) no-repeat 0 0;
            }
                .testimonials-text {
                    font-size: 13px;
                    line-height: 20px;
                    padding: 0 15px 0 14px;
                }
                    .testimonials-text span {
                        font-weight: bold;
                    }
                    .read-more {
                        text-align: right;
                        font-weight: bold;
                    }
            .testimonials-video {
                height: 88px;
                padding: 0 0 0 14px;
            }
                .view-more {
                    font-size: 10px;
                    text-align: right;
                    font-weight: bold;
                    padding: 10px 15px 8px 0;
                    text-transform: uppercase;
                    font-family: copperplate_gothic_lightRg, serif;
                }
    .consult-pro {
        margin-bottom: 9px;
    }
        .consult-pro-head {
            height: 98px;
            padding: 0 15px 0 14px;
            color: #AB58A7;
            line-height: 23px;
            text-align: center;
            font-size: 16px;
            font-family: copperplate_gothic_boldRg, serif;
        }
        .consult-pro-video {
            padding: 0 15px 0 14px;
        }
        .consult-pro-text {
            height: 101px;
            text-align: center;
            line-height: 15px;
            padding: 15px 15px 0 14px;
        }
            .consult-pro-text a {
                font-size: 10px;
                text-decoration: none;
                line-height: 15px;
                font-family: copperplate_gothic_lightRg, serif;
            }
                .consult-pro-link {
                    margin-left: 140px;
                }
                .real-choice-link {
                    margin: 20px 0 0 140px;
                }
    .box-separator {
        height: 1px;
        margin: 15px 0 17px 14px;
        background: url(../images/box-separator.png) no-repeat 0 0;
    }
    .smile-gallery {
            margin-bottom: 9px;
        }
            .smile-gallery-head {
                height: 25px;
                text-align: center;
                color: #AB58A7;
                font-size: 16px;
                font-family: copperplate_gothic_boldRg, serif;
            }
            .smile-gallery .scroller {
                margin-left: 26px;
            }
                .stepcarousel{
                    position: relative;
                    overflow: scroll;
                    width: 136px;
                    height: 253px;
                }
                    .stepcarousel .belt{
                        position: absolute;
                        left: 0;
                        top: 0;
                    }
                    .stepcarousel .panel{
                        float: left;
                        overflow: hidden;
                        margin: 0 5px 0 0;
                    }
                .smile-gallery-view {
                    text-align: center;
                    height: 23px;
                    margin-top: 13px;
                    font-size: 10px;
                    font-weight: bold;
                    text-transform: uppercase;
                    font-family: copperplate_gothic_lightRg, serif;
                }
    .smile-gallery-home {
        width: 250px;
        height: 253px;
        margin-top: 12px;
        background: url(../images/gallery-home-bg.jpg) repeat-x left top;
    }
            .smile-gallery-title {
                width: 250px;
                height: 29px;
                padding-top: 13px;
                text-align: center;
                color: #fcc38d;
                font-size: 16px;
                font-family: copperplate_gothic_boldRg, serif;
            }
                .smile-gallery-image {
                    margin: 0 0 0 29px;
                }
                    .smile-gallery-image img {
                        border: 3px solid #FEBF6E;
                    }
                    .smile-gallery-link {
                        padding: 5px 0 0 22px;
                    }
                        .smile-gallery-link a {
                            color: #fcc38d;
                            font-size: 13px;
                            text-decoration: none;
                            font-family: copperplate_gothic_boldRg, serif;
                        }

/*APPOINTMENT FORM / REVIEW FORM===============================================*/
.appoinment-form {
    padding: 25px 0 0 100px;
}
.ask-the-doctor-form, .get-in-touch-form {
    padding: 0 0 0 100px;
}
.review-form-title {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
    .review-form {
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        padding-left: 25px;
        margin: 0 0 20px 0;
    }
        form .app-text {
            margin: 5px 0 4px;
            width: 100px;
            float: left;
        }
            form .app-text-que {
                margin: 5px 0 4px;
                width: 200px;
                float: left;
            }
                form .app-textbox {
                    margin: 0 0 4px;
                }
                form .app-textbox, form .app-textarea, form .question-field,
                .appoinment-form .time-field {
                    padding: 5px 0 5px 10px;
                    height: 18px;
                    width: 255px;
                    border: 1px solid #C191C1;
                    background: #FAF5FA !important;
                }
                    form .app-textarea {
                        width: 253px;
                        height: 82px;
                        padding: 5px 0 8px 12px;
                        margin: 0 0 2px;
                    }
                        form .answertext {
                            margin: 5px 0 1px 1px;
                        }
                            form .submitButton {
                                text-align: center;
                                color: White;
                                width: 100px;
                                margin: 0 0 0 180px;
                                border: 1px solid #C191C1;
                                cursor: pointer;
                                padding: 5px 0 5px 0;
                                background-color: #63135D;
                            }
                                form .submitButton:hover {
                                    color: white;
                                    background-color: #3E153E;
                                }

            form .question-image {
                margin: -4px 0 0 0;
            }
                form .question-field {
                    width: 121px;
                    margin: 0;
                }
                    form .incorrectText {
                        color: #ff0000;
                        display: block;
                        margin: 5px 0 0;
                    }
                        form .requiredText, form .required {
                            color: #ff0000;
                        }

/*SMILE GALLERY================================================================*/
.images-group {
    overflow: hidden;
    margin: 25px 0 0 0;
}
    .gallery-images {
        float: left;
        margin: 0 0 5px 0;
    }
        .image-before {
            width: 202px;
            height: 163px;
            float: left;
        }
            .cyan-arrow {
                width: 82px;
                height: 163px;
                float: left;
                background: url(../images/gallery/cyan-arrow.jpg) no-repeat left top;
            }
                .image-after {
                    width: 202px;
                    height: 163px;
                    float: left;
                }
                    .separator-group {
                        height: 3px;
                        width: 486px;
                        background-color: #01FFCD;
                        border: 1px solid #A3A37D;
                        margin: 5px 0 10px 0;
                    }

/*TESTIMONIALS PAGE=================================================================*/
.inner-content .page-tabs {
    margin-top: 10px;
    height: 30px;
    width: 100%;
}
    .inner-content .page-tabs ul {
        float: left;
        list-style: none;
    }
        .inner-content .page-tabs ul li {
            float: left;
            height: 30px;
            margin-right: 2px;
        }
            .inner-content .page-tabs ul li a {
                width: 100px;
                text-align: center;
                display: block;
                height: 30px;
                line-height: 30px;
                text-decoration: none;
                padding: 0 10px 0 10px;
                color: white;
                font-size: 15px;
                background-color: #63135D;
                font-family: Arial, sans-serif;
            }
                .inner-content .page-tabs ul li a:hover, .inner-content .page-tabs ul li a.selected {
                    color: white;
                    background-color: #3E153E;
                }
.review .review-top {
    width: 100%;
    float: left;
    color: #92278f;
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0 5px 0;
    font-family: Arial, sans-serif;
}
    .review .review-body {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }
        .review .reviewed-by {
            color: #92278f;
            font-weight: bold;
            font-size: 15px;
            padding-bottom: 20px;
            border-bottom: 1px solid #333333;
            margin: 10px 0 15px 0;
            font-family: Arial, sans-serif;
        }

.review-scan {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0 5px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
}
    .review-video {
        width: 240px;
        float: left;
        text-align: center;
        margin: 20px 6px 0 0;
    }
        .type-video .even {
            margin-right: 0;
        }
.google-reviews-text, .yahoo-reviews-text {
    margin-left: 180px;
}
    .google-reviews-button, .yahoo-reviews-button {
        margin-left: 140px;
    }

/*TECHNOLOGY PAGE + Patient Forms===============================================*/
.screenshot-with-report {
    margin: 10px 0;
}
    .screenshot-colored {
        float: right;
        margin: 10px 0;
    }
        .tall-3d-machine, .cerec-cad {
            float: right;
            margin-left: 10px;
            border: 1px solid #9A9A9A;
        }
            .cerec-procedure {
                float: left;
                margin-right: 10px;
                border: 1px solid #9A9A9A;
            }

.script-wrapper img {
    display: block;
    margin: 50px auto 20px auto;
}

/*FOOTER=======================================================================*/
.footer {
    width: 1000px;
    height: 135px;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    font-family: Arial, sans-serif;
}
    .footer-nav {
        width: 100%;
        height: 36px;
        padding-top: 18px;
        overflow: hidden;
    }
        .footer-nav ul {
            list-style: none;
            padding: 5px 0 0 181px;
        }
            .footer-nav ul li {
                float: left;
                margin-right: 6px;
            }
                .footer-nav ul li a {
                    margin-right: 4px;
                    text-decoration: none;
                }
                    .footer-nav ul li a:hover, .footer-nav ul li a.selected {
                        text-decoration: underline;
                    }
    .copy-rights {
        text-align: center;
        line-height: 18px;
    }
        .copy-rights a {
            text-decoration: none;
        }
            .copy-rights a:hover {
                text-decoration: underline;
            }
.scrollup {
    display: none;
    width: 40px;
    position: fixed;
    height: 40px;
    bottom: 20px;
    right: 20px;
    text-indent: -9999px;
    background: url("../images/gototop-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

@-moz-document url-prefix() {
    .header-nav li a.technology, .header-nav li a.testimonials,
    .header-nav li a.gallery, .header-nav li a.videos {
         margin-right: 7px;
    }
}
