@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700');

.coupon {
    border: 2px black dashed;
	padding: 2px;
	margin-bottom:10px;
}

.doctor-schedule tr {
    font-weight: bold;
    font-size: small;
}

footer {
	background: #000;
    padding: 50px 0 0 0;
    color: #f8f8f8;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eee;
}

footer address {
    line-height: 1.6em;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}

header {
    background: #000;
    position: relative;
    margin: 0;
    padding: 0;
    color: #2FADDE;
}

header .container {
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1)), url(/img/flag.jpg) no-repeat;
    background:    -moz-linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1)), url(/img/flag.jpg) no-repeat;
    background:      -o-linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1)), url(/img/flag.jpg) no-repeat;
    background:         linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1)), url(/img/flag.jpg) no-repeat;
	background-size:100% auto;
}

header  h2 {
    color: #fff;
    margin: 30px 0 3px;
    display: inline-block;
}

.location ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.location ul li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}

.navbar {
	margin-bottom: 0;
	min-height: 70px;
	padding: 18px 0;
}

.navbar-default {
	border: none;
	background-color: #2FADDE;
}

.navbar-brand {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;
	margin-top: 0;
	padding: 0 0 0 15px;
}

.navbar-default .navbar-nav > li {
	padding-bottom: 12px;
	padding-top: 12px;
}

.navbar-default .navbar-nav > li > a {
	padding-bottom: 6px;
	padding-top: 5px;
	margin-left: 2px;
	line-height: 30px;
	font-weight: 700 !important;
}

.navbar-default .navbar-nav > li > a {
	font-size: 12px;
	border: none;
	font-weight: 300;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
	color: #111;
	text-shadow: none;
	border: 1px solid rgba(255, 255, 255, 0) !important;
}

.navbar-default .navbar-nav > li > a:hover {
	color:#fff;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:active,
.navbar-default .navbar-nav > li.active > a:focus {
	background: none;
	outline: 0;
	font-weight: 700;
	color: #fff !important;
}

@media (max-width: 767px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-brand {
        margin-top: 10px;
        border-bottom: none;
    }

    .navbar-header {
        margin-top: 20px;
        border-bottom: none;
    }

    .navbar-nav {
        border-top: none;
        float: none;
        width: 100%;
    }

    .navbar .nav > .active > a,
    .navbar .nav > .active > a:hover {
        background: none;
        font-weight: 700;
        color: #1B1B1B;
    }

    .navbar-nav > li {
        padding-bottom: 13px;
        padding-top: 12px;
    }

    .navbar-collapse.collapse {
        border: none;
        overflow: hidden;
    }
}


body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
	color: #656565;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.1em;
	color: #333;
	margin-bottom: 20px;
}

.row {
	margin-bottom: 30px;
}

main {
	padding-top: 50px;
}

.sub-footer {
	text-shadow: none;
	color: #f5f5f5;
	padding: 0;
	padding-top: 30px;
	margin: 20px 0 0 0;
	background: #0D0D0D;
}

.sub-footer p {
	margin: 0;
	padding: 0;
}

.copyright {
	text-align: left;
	font-size: 12px;
}

.fb-like {
	color:white;
    width: 290px;
    overflow: hidden;
    overflow-wrap: break-word;
}

#logo {
	width:64px;
	height:64px;
	background:url(/img/glasses-black.png);
}

#logo:hover,
div#logo.active {
	width:64px;
	height:64px;
	background:url(/img/glasses-white.png);
}
.testimonial-area {
	padding: 0;
	margin: 0;
}

.testimonial {
	padding: 50px 0 60px 0;
	margin: 0;
	background: #2FADDE;
	text-align: center;
}

.testimonial p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
}

.carousel-indicators {
	bottom: -30px;
}

/*----------------------------------------------------*/
/*----------------- Testimonials CSS -----------------*/
/*----------------------------------------------------*/
.cust-testimonial{
    margin-bottom: 10px;
	paddint-top:20px;
}

    .testimonial-section {
        width: 100%;
        height: auto;
        padding: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        border: 1px solid #fff;
    }
    .testimonial-section:after {
        top: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

    .testimonial-desc {
        margin-top: 20px;
        text-align:left;
        padding-left: 15px;
    }
        .testimonial-desc img {
            border: 1px solid #f5f5f5;
            border-radius: 150px;
            height: 70px;
            padding: 3px;
            width: 70px;
            display:inline-block;
            vertical-align: top;
        }

        .testimonial-writer{
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
        }

            .testimonial-writer-name{
                font-weight: bold;
            }

            .testimonial-writer-designation{
                font-size: 85%;
            }

            .testimonial-writer-company{
                font-size: 85%;
            }
    /*---- Outlined Styles ----*/
    .cust-testimonial.testimonial-default{

    }
        .cust-testimonial.testimonial-default .testimonial-section{
            border-color: #777;
        }

            .cust-testimonial.testimonial-default .testimonial-section:after{
                border-top-color: #777;
            }

        .cust-testimonial.testimonial-default .testimonial-desc{

        }

            .cust-testimonial.testimonial-default .testimonial-desc img{
                border-color: #777;
            }

            .cust-testimonial.testimonial-default .testimonial-writer-name{
                color: #777;
            }

    .cust-testimonial.testimonial-primary{

    }
        .cust-testimonial.testimonial-primary .testimonial-section{
            border-color: #337AB7;
            color: #286090;
            background-color: rgba(51, 122, 183, 0.1);
        }

            .cust-testimonial.testimonial-primary .testimonial-section:after{
                border-top-color: #337AB7;
            }

        .cust-testimonial.testimonial-primary .testimonial-desc{

        }

            .cust-testimonial.testimonial-primary .testimonial-desc img{
                border-color: #337AB7;
            }

            .cust-testimonial.testimonial-primary .testimonial-writer-name{
                color: #337AB7;
            }

    .cust-testimonial.testimonial-info{

    }
        .cust-testimonial.testimonial-info .testimonial-section{
            border-color: #5BC0DE;
            color: #31b0d5;
            background-color: rgba(91, 192, 222, 0.1);
        }

            .cust-testimonial.testimonial-info .testimonial-section:after{
                border-top-color: #5BC0DE;
            }

        .cust-testimonial.testimonial-info .testimonial-desc{

        }

            .cust-testimonial.testimonial-info .testimonial-desc img{
                border-color: #5BC0DE;
            }

            .cust-testimonial.testimonial-info .testimonial-writer-name{
                color: #5BC0DE;
            }


    .cust-testimonial.testimonial-success{

    }
        .cust-testimonial.testimonial-success .testimonial-section{
            border-color: #5CB85C;
            color: #449d44;
            background-color: rgba(92, 184, 92, 0.1);
        }

            .cust-testimonial.testimonial-success .testimonial-section:after{
                border-top-color: #5CB85C;
            }

        .cust-testimonial.testimonial-success .testimonial-desc{

        }

            .cust-testimonial.testimonial-success .testimonial-desc img{
                border-color: #5CB85C;
            }

            .cust-testimonial.testimonial-success .testimonial-writer-name{
                color: #5CB85C;
            }

    .cust-testimonial.testimonial-warning{

    }
        .cust-testimonial.testimonial-warning .testimonial-section{
            border-color: #F0AD4E;
            color: #d58512;
            background-color: rgba(240, 173, 78, 0.1);
        }

            .cust-testimonial.testimonial-warning .testimonial-section:after{
                border-top-color: #F0AD4E;
            }

        .cust-testimonial.testimonial-warning .testimonial-desc{

        }

            .cust-testimonial.testimonial-warning .testimonial-desc img{
                border-color: #F0AD4E;
            }

            .cust-testimonial.testimonial-warning .testimonial-writer-name{
                color: #F0AD4E;
            }

    .cust-testimonial.testimonial-danger{

    }
        .cust-testimonial.testimonial-danger .testimonial-section{
            border-color: #D9534F;
            color: #c9302c;
            background-color: rgba(217, 83, 79, 0.1);
        }

            .cust-testimonial.testimonial-danger .testimonial-section:after{
                border-top-color: #D9534F;
            }

        .cust-testimonial.testimonial-danger .testimonial-desc{

        }

            .cust-testimonial.testimonial-danger .testimonial-desc img{
                border-color: #D9534F;
            }

            .cust-testimonial.testimonial-danger .testimonial-writer-name{
                color: #D9534F;
            }

    /*---- Filled Styles ----*/
    .cust-testimonial.testimonial-default-filled{

    }
        .cust-testimonial.testimonial-default-filled .testimonial-section{
            color: #fff;
            border-color: #777;
            background-color: #777;
        }

            .cust-testimonial.testimonial-default-filled .testimonial-section:after{
                border-top-color: #777;
            }

        .cust-testimonial.testimonial-default-filled .testimonial-desc{

        }

            .cust-testimonial.testimonial-default-filled .testimonial-desc img{
                border-color: #777;
                background-color: #777;
            }

            .cust-testimonial.testimonial-default-filled .testimonial-writer-name{
                color: #777;
            }

    .cust-testimonial.testimonial-primary-filled{

    }
        .cust-testimonial.testimonial-primary-filled .testimonial-section{
            color: #fff;
            background-color: #337ab7;
            border-color: #2e6da4;
        }

            .cust-testimonial.testimonial-primary-filled .testimonial-section:after{
                border-top-color: #337AB7;
            }

        .cust-testimonial.testimonial-primary-filled .testimonial-desc{

        }

            .cust-testimonial.testimonial-primary-filled .testimonial-desc img{
                border-color: #2e6da4;
                background-color: #337ab7;
            }

            .cust-testimonial.testimonial-primary-filled .testimonial-writer-name{
                color: #337AB7;
            }

    .cust-testimonial.testimonial-info-filled{

    }
        .cust-testimonial.testimonial-info-filled .testimonial-section{
            color: #fff;
            background-color: #5bc0de;
            border-color: #46b8da;
        }

            .cust-testimonial.testimonial-info-filled .testimonial-section:after{
                border-top-color: #5BC0DE;
            }

        .cust-testimonial.testimonial-info-filled .testimonial-desc{

        }

            .cust-testimonial.testimonial-info-filled .testimonial-desc img{
                border-color: #46b8da;
                background-color: #5bc0de;
            }

            .cust-testimonial.testimonial-info-filled .testimonial-writer-name{
                color: #5BC0DE;
            }


    .cust-testimonial.testimonial-success-filled{

    }
        .cust-testimonial.testimonial-success-filled .testimonial-section{
            color: #fff;
            background-color: #5cb85c;
            border-color: #4cae4c;
        }

            .cust-testimonial.testimonial-success-filled .testimonial-section:after{
                border-top-color: #5CB85C;
            }

        .cust-testimonial.testimonial-success-filled .testimonial-desc{

        }

            .cust-testimonial.testimonial-success-filled .testimonial-desc img{
                border-color: #4cae4c;
                background-color: #5cb85c;
            }

            .cust-testimonial.testimonial-success-filled .testimonial-writer-name{
                color: #5CB85C;
            }

    .cust-testimonial.testimonial-warning-filled{

    }
        .cust-testimonial.testimonial-warning-filled .testimonial-section{
            color: #fff;
            background-color: #f0ad4e;
            border-color: #eea236;
        }

            .cust-testimonial.testimonial-warning-filled .testimonial-section:after{
                border-top-color: #F0AD4E;
            }

        .cust-testimonial.testimonial-warning-filled .testimonial-desc{

        }

            .cust-testimonial.testimonial-warning-filled .testimonial-desc img{
                border-color: #eea236;
                background-color: #f0ad4e;
            }

            .cust-testimonial.testimonial-warning-filled .testimonial-writer-name{
                color: #F0=AD4E;
            }

    .cust-testimonial.testimonial-danger-filled{

    }
        .cust-testimonial.testimonial-danger-filled .testimonial-section{
                color: #fff;
                background-color: #d9534f;
                border-color: #d43f3a;
        }

            .cust-testimonial.testimonial-danger-filled .testimonial-section:after{
                border-top-color: #D9534F;
            }

        .cust-testimonial.testimonial-danger-filled .testimonial-desc{

        }

            .cust-testimonial.testimonial-danger-filled .testimonial-desc img{
                border-color: #d43f3a;
                background-color: #D9534F;
            }

            .cust-testimonial.testimonial-danger-filled .testimonial-writer-name{
                color: #D9534F;
            }

.stars {
	width:140px;
	height:28px;
	background:url(/img/stars.png) 0 -56px repeat-x;
	overflow:hidden;
}

.stars-on {
	height:28px;
	background:url(/img/stars.png) 0 -84px repeat-x;
}
