/* GLOBAL STYLES

==================================================================*/

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h4,
h5,
h6 {
    color: #222;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold;
}

h5,
h6 {
    letter-spacing: 0.1em;
    margin: 1em 0 3em;
}

a,
a i,
button {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 1em;
}

hr {
    border-top: 3px solid #eee;
    margin: 30px 0;
}


/* ROWS

==================================================================*/

section {
    display: block;
    padding-top: 40px;
}

.clear {
    clear: both;
    display: table;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.row {
    opacity: 0;
    position: relative;
}

.no-fade,
footer .row {
    opacity: 1;
}

.btn-lg {
    border-width: 2px;
    font-size: 100%;
    letter-spacing: 0.1em;
    padding: 15px 30px;
}


/* NAV

==================================================================*/

.navbar {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav>li>a {
    font-weight: bold;
}

.dropdown-menu {
    border: 0;
}


/* BANNER

==================================================================*/

.tint {
    background: rgba(0, 0, 0, 0.2);
    height: 682px;
    ;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.welcome {
    color: #fff;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 33%;
    width: 100%;
    -webkit-transform: translateY(-33%);
    -moz-transform: translateY(-33%);
    -ms-transform: translateY(-33%);
    -o-transform: translateY(-33%);
    transform: translateY(-33%);
}

.welcome h1 {
    color: #fff;
    margin: 0 30px;
}

.welcome p {
    font-size: 22px;
    font-weight: 300;
    margin: 1em 30px;
}

.welcome i {
    font-size: 60px;
}


/* BACKGROUNDS

==================================================================*/

.background1 {
    background-color: #57BCD9;
}

.background2 {
    background-color: #CEA8F4;
}

.background3 {
    background-color: #C8C800;
}

.background,
.background h3 {
    color: #fff;
}

.background h2 {
    color: #AD73E8;
}

.background-image {
    background-image: url(/web/20160221033443im_/http://daytonapediatricdentistry.com/wp-content/themes/daytona/images/bg2.jpg);
    background-position: bottom center;
    background-repeat: repeat;
}

.btn-transparent {
    border-color: #AD73E8;
    color: #AD73E8;
}

.btn-transparent:hover {
    border-color: #222;
    color: #222;
}


/* ROOMS

==================================================================*/

#rooms {
    margin-top: -290px;
    position: absolute;
    width: 100%;
    z-index: 200;
}

#rooms h3 {
    color: #fff;
}

#rooms .box {
    color: #fff;
    padding: 60px 15px 15px;
    position: relative;
    min-height: 255px;
}

#rooms .arrow {
    bottom: -15px;
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#rooms .icon {
    background: #fff;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    padding: 15px;
    position: absolute;
    top: -60px;
    width: 120px;
}

#rooms .icon img {
    margin-top: 8px;
}


/* TABS

==================================================================*/

.nav-tabs>li {
    float: none;
    display: inline-block;
}

.nav-tabs>li>a {
    font-weight: normal;
}

.tab-content>.tab-pane {
    padding: 30px 0;
}


/* TESTIMONIALS

==================================================================*/

#testimonials blockquote {
    border: 0;
    margin: 0 50px;
    padding: 0;
}

#testimonials blockquote small {
    color: #fff;
    font-size: 100%;
    margin-top: 15px;
}


/* GALLERY

==================================================================*/

.gallery {
    display: table;
    list-style: none;
    padding: 20px 0;
}

.gallery li {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.gallery img {
    width: 100%;
}

.gallery div {
    background: rgba(0, 0, 0, 0.3);
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

.gallery i {
    left: 50%;
    margin: -21px 0 0 -17px;
    position: absolute;
    top: 50%;
}

.gallery a,
.gallery a:hover {
    color: #fff;
}


/* logo li */

.logo_li {
    border: 0px!important;
    height: 170px!important;
    overflow: hidden;
    padding: 10px!important;
    position: relative;
    width: 250px!important;
}

.gallery_width {
    display: table;
    list-style: none;
    padding: 20px 0;
}

.gallery_width li {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.gallery_width img {
    width: 70%;
    height: 100px;
}


/* PRICE TABLES

==================================================================*/

.price-table {
    list-style: none;
    padding: 0;
}

.price-table li {
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: #888;
    padding: 15px 30px;
}

.price-table .title,
.price-table .price {
    background: #222;
    border: 0;
    color: #fff;
    font-weight: 800;
    padding-bottom: 0;
}

.price-table .price {
    font-size: 2.769em;
    padding-top: 0;
}

.price-table .period {
    background: #222;
    border: 0;
    padding-top: 0;
}

#map-canvas {
    height: 300px;
}


/* BLOG

==================================================================*/

header {
    margin-top: 130px;
}

header h1 {
    color: #fff;
    font-size: 36px;
    margin: 1em 0;
}

.post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.entry-title {
    color: #222;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 2em;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
}

.entry-meta {
    color: #bbb;
    padding-bottom: 30px;
}

.entry-meta span {
    padding-right: 15px;
}

.entry-meta i {
    padding-right: 5px;
}

.entry-content {
    margin-top: 10px;
}

.carousel-control i {
    margin-top: -15px;
    position: absolute;
    top: 50%;
}

img.pull-left {
    margin: 5px 15px 15px 0;
}

img.pull-right {
    margin: 5px 0 15px 15px;
}

.item .post {
    border: 0;
    padding: 0 30px;
}


/* SIDEBAR

==================================================================*/

aside h5 {
    color: #e75d5d;
    letter-spacing: normal;
    margin: 0 0 1em;
}

aside h5 i {
    margin-right: 10px;
}

aside ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside a {
    border-top: 1px solid #eee;
    color: #888;
    display: block;
    padding: 10px 25px;
    position: relative;
}

aside a:hover {
    background: #f8f8f8;
    color: #222;
}

aside a i {
    position: absolute;
    right: 25px;
    top: 13px;
}

aside a:hover i {
    right: 15px;
}


/* COMMENTS

==================================================================*/

.comments h3 {
    margin-bottom: 30px;
}

.comments h5 {
    letter-spacing: normal;
}

.media,
.media .media {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px;
}


/* FOOTER

==================================================================*/

footer {
    background: #222;
}

footer p a {
    color: #fff;
}

footer p a:hover {
    color: #ccc;
}

footer ul {
    list-style: none;
    padding: 1em 0 0 0;
}

footer li {
    display: inline-block;
    padding: 0 10px;
}


/* MOBILE STYLES

==================================================================*/

@media (max-width: 767px) {
    .welcome {
        top: 50%;
    }
    .welcome h1 {
        font-size: 36px;
    }
    .welcome p {
        font-size: 18px;
    }
    #rooms {
        bottom: auto;
        position: relative;
    }
    #rooms .col-sm-4 {
        padding: 0;
    }
    #rooms .box {
        padding-top: 150px;
    }
    #rooms .icon {
        top: 30px;
    }
    #rooms .arrow {
        display: none;
    }
    .item .post {
        padding: 0;
    }
}

.contact_num {
    float: left;
    font-size: 30px;
    color: #0FB9EB;
    font-weight: bold;
    margin-left: 29%;
    margin-top: 4%;
    margin-bottom: 0px;
}

.social_links {
    float: right;
    margin-right: -1%;
}

.social_links ul {
    margin-top: 10px;
}

.social_links ul li {
    display: inline;
    float: left;
    padding-left: 32px;
}

.facebook_img {
    background: url("https://web.archive.org/web/20160221033443im_/http://orlandopediatricdentistry.com/uploads/facebook.jpg ") no-repeat;
    width: 17px;
    height: 17px;
}

.twitter_img {
    background: url("https://web.archive.org/web/20160221033443im_/http://orlandopediatricdentistry.com/uploads/twitter.jpg ") no-repeat;
    width: 17px;
    height: 17px;
}

.google_plus_img {
    background: url("https://web.archive.org/web/20160221033443im_/http://orlandopediatricdentistry.com/uploads/google_plus.jpg ") no-repeat;
    width: 17px;
    height: 17px;
}

.main-schedule {
    background-color: #e75d5d;
    border-radius: 4px 4px 0 0;
    height: 40px;
    width: 300px;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.schedule-text {
    padding: 10px 0 0 30px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

#feedback-page {
    text-align: center;
}

#form-main {
    width: 100%;
    float: left;
    padding-top: 0px;
    display: none;
}

#form-div {
    background-color: #CCCCCC;
    padding: 10px 15px 7px;
    position: fixed;
    right: 0;
    width: 300px;
    height: 411px;
    z-index: 9999;
    bottom: 0px;
}

.form-div-radius {
    border-radius: 4px 4px 0 0;
}

.feedback-input {
    color: #3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 7px 7px 7px 16px;
    margin-bottom: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0, 0, 0, 0);
}

.feedback-input:focus {
    background: #fff;
    box-shadow: 0;
    border: px solid #3498db;
    color: #3498db;
    outline: none;
    padding: 7px 7px 7px 16px;
}

.focused {
    color: #30aed6;
    border: #30aed6 solid 3px;
}


/* Icons ---------------------------------- */

#name {
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#name:focus {
    background-size: 30px 30px;
    background-position: 8px 5px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email {
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email:focus {
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#comment {
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

textarea {
    width: 100%;
    line-height: 150%;
    resize: vertical;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
    background-color: white;
}

#button-blue {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    border: #fbfbfb solid 0px;
    cursor: pointer;
    background-color: #3498db;
    color: white;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 0px;
    font-weight: 700;
}

#button-blue:hover {
    color: #fff;
}

.submit:hover {
    color: #3498db;
}

.ease {
    width: 0px;
    height: 59px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.submit:hover .ease {
    width: 100%;
    background-color: white;
}

.radio-text {
    width: 45%;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-left: 5px;
    margin-top: 10px;
}

#remove_class {
    bottom: 418px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    display: none;
    position: fixed;
    right: 14px;
    z-index: 999999;
}

.btn-lg-1 {
    border-width: 2px;
    font-size: 100%;
    left: -1px;
    letter-spacing: 0.1em;
    text-align: left;
    width: 70%;
    background: url('/web/20160221033443im_/http://daytonapediatricdentistry.com/wp-content/themes/daytona/images/down_arrow.png') no-repeat;
    background-color: #5EB28F;
    background-position: 10px;
    padding-left: 36px;
    white-space: inherit;
}

.hide_text {
    display: none;
    margin-top: 10px;
    width: 70%;
    color: #000;
}

. gal_size img {
    width: 85% !important;
    height: 100px !important;
}

.footer_menu_links a {
    color: #888888;
}

.navbar-nav>li {
    font-size: 14px;
}

.dip_h2 {
    text-align: center;
}

.dip_h5 {
    text-align: center;
}

.bottom_padding {
    padding-bottom: 40px;
}

.toppadding {
    padding-top: 40px;
}

.top_location {
    text-align: center;
    width: 51%;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    margin-left: -3%;
}

.contact_number {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0FB9EB;
}

.address_color {
    color: #0ab9eb;
    line-height: 16px
}

.loc_margin {
    margin-bottom: 6px
}

.sechulde_visit {
    color: #57BCD9!important;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
    margin-left: 40%;
    margin-top: 2%;
}

@media (min-width: 320px) and (max-width:767px) {
    .top_location {
        right: 0px;
        position: absolute;
        top: 27%;
    }
}

#contact_form_pop {
    background-color: #cccccc;
    padding: 5px 15px 5px 15px;
    z-index: 9999;
}

.soliloquy-pager {
    display: none;
}

.soliloquy-container .soliloquy-image {
    width: 100%!important;
}

.noborder {
    border: 0;
}

.owl-wrapper {
    width: 360!important;
    margin: 0 auto!important;
}

.owl-item {
    width: 100%!important;
}


/* Added 15 September 2014 */

.nobgcolor {
    background-color: #fff;
}

.primary_nav_wrap {
    margin-top: 0px
}

.primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0px 55px 0 55px;
    top: 47px;
}

.primary_nav_wrap ul li {
    display: inline;
}

.primary_nav_wrap ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 23px 14px 20px 15px;
    font-family: 'Open sans';
    text-transform: uppercase;
}

.primary_nav_wrap ul li a:hover {
    color: #57bcd9;
}

.primary_nav_wrap ul li a:selected {
    color: #57bcd9;
}

.primary_nav_wrap ul li a:focus {
    color: #57bcd9;
}

.primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 62px;
    left: 77px;
    padding: 0;
    z-index: 1;
    background-color: #FFFFFF;
}

.primary_nav_wrap ul ul li {
    float: none;
    display: inline;
    padding: 9px 0;
}

.primary_nav_wrap ul ul li a {
    line-height: 1;
    padding: 9px 15px;
    background: #fff;
    display: block;
    z-index: 1;
    color: #000;
}

.primary_nav_wrap ul ul li a:hover {
    background: #0397d6;
    color: #FFFFFF;
}

.primary_nav_wrap ul ul li a:selected {
    background: #0397d6;
    color: #FFFFFF;
}

.primary_nav_wrap ul ul li a:focus {
    background: #0397d6;
    color: #FFFFFF;
}

.primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%
}

.primary_nav_wrap ul li:hover>ul {
    display: block
}

.social {
    margin-left: 1%;
    padding-top: 5px;
    margin-top: 0;
    position: absolute;
    left: 0px;
}

.address_main {
    margin-right: 1%;
    padding-top: 12px;
    margin-top: 0;
    position: absolute;
    font-size: 2vw;
    right: 0px;
}

.socialiconnav {
    list-style: none;
    margin: 0px auto;
    position: relative;
    padding: 5px 5px 0 0;
    float: left;
}

.socialiconnav li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 px;
}

.socialiconnav li a {
    text-decoration: none;
}

.address {
    font-size: 11px;
    float: right;
    padding: 5px 10px 0 0;
}

.phone_bg {
    background: url(/web/20160221033443im_/http://daytonapediatricdentistry.com/wp-content/themes/daytona/images/phone_bg.png) no-repeat center;
    height: 35px;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0 4px 0 4px;
    width: 142px;
    display: inline;
    float: left;
    text-align: center;
    padding: 8px 0 0 26px;
    font-weight: 600;
    background-size: cover;
}

.phone_bg a {
    text-decoration: none;
    color: #fff!important;
}

.scdule_bg {
    background: url("/web/20160221033443im_/http://daytonapediatricdentistry.com/wp-content/themes/daytona/images/shdule_bg.png") no-repeat center;
    height: 35px;
    color: #FFFFFF;
    font-size: 12px;
    width: 142px;
    display: inline;
    float: left;
    text-align: center;
    padding: 8px 0 0 25px;
    font-weight: 600;
    background-size: cover;
}

.scdule_bg a {
    text-decoration: none;
    color: #fff!important;
}


/**** Custom ***********
.no-border{
border:red 0px solid;
}



/*responsive*/

@media screen and (max-width:767px) {
    .logo {
        width: 60%!important;
        margin: 0 auto;
    }
    .logo img {
        width: 65%!important;
        padding: 5px 0;
        margin: 0 auto!important;
    }
    .navbar-brand {
        display: none!important;
    }
    .navbar-collapse {
        padding: 0!important;
    }
    .primary_nav_wrap ul {
        width: 100%!important;
        padding: 0!important;
        top: 0!important;
    }
    .primary_nav_wrap ul li {
        display: block!important;
        float: none!important;
    }
    .primary_nav_wrap ul li a {
        padding: 12px 10px!important;
        display: block!important;
    }
    .primary_nav_wrap ul ul {
        display: none;
        position: static;
        top: 60px;
        left: 0;
        padding: 0;
        z-index: 1;
        background-color: #0397d6;
        border-top: 5px solid #000000;
        margin-bottom: 14px;
    }
    .primary_nav_wrap ul ul li {
        float: none;
        display: inline;
        padding: 0px 0;
    }
    .primary_nav_wrap ul ul li a {
        line-height: 1;
        padding: 9px 15px;
        background: #ccc;
        display: block;
        z-index: 1;
        color: #000;
    }
    .primary_nav_wrap ul ul li a:selected {
        background: #2fbcff;
        color: #FFFFFF;
    }
    .primary_nav_wrap ul ul li a:focus {
        background: #2fbcff;
        color: #FFFFFF;
    }
    .navbar-toggle {
        background-color: #000!important;
        margin-top: 12px!important;
    }
    .social {
        position: relative!important;
    }
    .address_main {
        position: relative!important;
        margin-bottom: 5px!important;
        text-align: center!important;
    }
    .socialiconnav {
        float: none!important;
        text-align: center;
    }
    .address {
        text-align: center!important;
        float: none!important;
    }
    .phone_bg {
        float: none!important;
        margin: 0 auto!important;
        padding: 10px 11% 10px 15%!important;
        font-size: 3.2vw!important;
    }
    .scdule_bg {
        font-size: 3.2vw!important;
        float: none!important;
        margin: 0 auto!important;
        padding: 10px 8% 10px 14%!important;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    .phone_bg {
        float: none!important;
        margin: 0 auto!important;
        padding: 10px 6% 10px 10%!important;
        font-size: 11px!important;
    }
    .scdule_bg {
        font-size: 11px!important;
        float: none!important;
        margin: 0 auto!important;
        padding: 10px 4% 10px 10%!important;
    }
    .logo {
        width: 50%!important;
        margin: 0 auto;
    }
    .logo img {
        width: 52%!important;
        padding: 7px 0;
        margin: 0 auto!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        margin: 0 auto!important;
        text-align: center;
    }
    .logo img {
        width: 90%!important;
        padding: 17px 0;
        margin: 0 auto!important;
    }
    .primary_nav_wrap ul {
        padding: 0px;
    }
    .primary_nav_wrap ul li a {
        padding: 12px 8px!important;
        font-size: .82em!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo {
        width: 25%;
        margin: 0 auto!important;
        text-align: center;
    }
    .logo img {
        width: 90%!important;
        padding: 17px 0;
        margin: 0 auto!important;
    }
    .primary_nav_wrap ul {
        padding: 0px 14px 0;
    }
    .primary_nav_wrap ul li a {
        padding: 12px 11px 0 !important;
        font-size: 14px!important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .tint {
        height: 415px!important;
    }
}


/*
     FILE ARCHIVED ON 03:34:43 Feb 21, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:02:51 Oct 23, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/*
playback timings (ms):
  captures_list: 0.596
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.017
  esindex: 0.011
  cdx.remote: 47.606
  LoadShardBlock: 507.175 (3)
  PetaboxLoader3.datanode: 230.368 (4)
  PetaboxLoader3.resolve: 342.421 (3)
  load_resource: 155.023
*/