﻿body {
    font-family: 'Source Sans Pro', sans-serif;
}

#content {
    padding: 30px 0;
}

.btn-review {
    color: #ffffff;
    background-color: #888B80;
    border-color: #676767;
}

#testimonials1, #testimonials2 {
    width: 420px;
    margin: 0 auto;
}

    #testimonials1 blockquote, #testimonials2 blockquote {
        padding: 10px;
        width: 370px !important;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        display: block;
        margin: 5px;
    }

        #testimonials1 blockquote p, #testimonials2 blockquote p {
            margin: 0 !important;
            padding: 5px !important;
        }

        #testimonials1 blockquote cite, #testimonials2 blockquote cite {
            font-style: normal;
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            font-style: italic;
            padding-left: 5px;
            margin-top: 10px;
        }

.header {
    min-height: 30px;
    background-color: #f1f2ed;
    border-color: #dddddc;
    margin-top: 5px;
}

.headerbackground {
    background-color: #f1f2ed;
    border-color: #dddddc;
}

.holder {
    text-align: center;
}

img.bordered {
    border: 1px solid black;
    border-radius: 150px;
}

.doctorbackgroundtext {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*left: 30%;*/
    top: -200px;
    color: white;
    max-width: 400px;
    text-align: center;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.newPatientPaperwork {
    display: block;
    
}
.newPatientPaperwork a {
    color: white;
    text-decoration: none;
}
.cosmeticservicesbackground {
    background: url("/Images/cosmeticservicesbackground.jpg") no-repeat;
    background-size: cover;
}

.error {
    color: #ff7748;
}

.doctorbackgroundtext h2 {
    color: #cdc592;
    /*text-shadow: none;*/
}

.doctorbackgroundtextmobile {
    position: static;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    text-align: center;
    padding-bottom: 10px;
}

    .doctorbackgroundtextmobile h2 {
        color: #cdc592;
        text-shadow: none;
    }

.button {
    display: inline-block;
    border-radius: 20px;
    border: 1px solid white;
    color: white;
    padding: 5px 20px;
}

    .button:hover {
        text-decoration: none;
    }

    .button.gold {
        border-color: #cdc592;
        color: #cdc592;
    }

    .button.blue {
        border-color: white;
        color: white;
    }

    .button.gold:hover {
        background-color: #cdc592;
        color: white;
    }

    .button.blue:hover {
        background-color: white;
        color: #3397b4;
    }


.navbar-nav > li > a {
    font-size: 1em;
}

.appointment {
    display: block;
    background-color: #3397b4;
    height: 100px;
    color: white;
    text-align: center;
    font-size: 2em;
    padding-top: 20px;
}

.intelederm {
    display: block;
    background-color: #fff;
    height: 100px;
    color: #ff7748;
    text-align: center;
    font-size: 2em;
    padding-top: 20px;
    border-top: 3px solid #ff7748;
    border-bottom: 3px solid #ff7748;
}

.button.btnintelederm {
    border-color: white;
    background-color: #ff7748;
    color: white;
}

    .button.btnintelederm:hover {
        background-color: white;
        border-color: #ff7748;
        color: #ff7748;
    }

.thumbnail.col-md-4 {
    margin-left: 10px;
}

.menu {
    /*height: 600px;*/
    padding: 30px;
    background-color: #f1f2ed;
}

.footer {
    background-color: #3397b4;
    min-height: 290px;
    color: white;
}

    .footer a {
        color: white;
        text-decoration: underline;
    }

.icon {
    text-align: center;
    color: #676767;
    padding: 10px;
    text-transform: uppercase;
    height: 150px;
}

#content > .container {
    width: 90%;
}
#mainCaptcha {
    border: 1px solid black;
    color: black;
    background: lightblue;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
    text-shadow: none;
    box-shadow: 0px 3px 3px #999999;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

@media(max-width: 768px) {
    
        .appointment {
            font-size: 1.5em;
        }
        .intelederm {
            font-size: 1.5em;
        }
}

@media (min-width:768px) {
        .navbar-nav > li > a {
            font-size: .80em;
        }

        .nav > li > a {
            padding: 15px 12px;
        }

    }

@media (min-width:992px) {
        .navbar-nav > li > a {
            font-size: .90em;
        }

        .nav > li > a {
            padding: 15px 15px;
        }
    }

    @media (min-width:1200px) {
        .navbar-nav > li > a {
            font-size: .90em;
        }

        .nav > li > a {
            padding: 15px 15px;
        }
    }
