/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
		opacity: 1.0;
        padding: 20px 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		background: url(../img/bg_header.png) repeat-x left 14px #fff;
    }

    .top-nav-collapse {
        padding: 0;
		background:url(../img/bg_header.png) repeat-x left -6px #fff;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */
#logo {
	float:left;
}
#header-txt {
	float:right;
	width: 50%;
	padding: 15px;
}
h1 {
    background-color: #d2691e;
    color: #fff;
    font-size: 1.5em;
    margin: 0 0 1.5em;
    padding: 10px 0;
}
.intro-section {
    padding-top: 168px;
    text-align: center;
    background: #fff;
	padding-bottom:40px;
}

.about-section {
    text-align: center;
	padding-top: 40px;
}

.learn-section {
    text-align: center;
    background: #fff;
	padding-top: 80px;
}
.treatment-section{
	text-align: center;
    background: #fff;
	padding-top: 80px;
}
.price-section{
	text-align: center;
    background: #fff;
	padding-top: 80px;
}
.contact-section {
    text-align: center;
	padding-top: 80px;
}
footer {
	text-align: center;
	background:#4d0000;
	width: 100%;
}
#footer-txt {
	width:1000px;
	margin: 0 auto;
	padding:30px 15px;
	color: #fff;
}
#footer-txt ul {
	padding:0;
	margin:10px auto;
}
#footer-txt li {
	display: inline-block;
	list-style: none;
}
#footer-txt li a {
	border-right: 1px solid #aaa;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
}
#footer-txt a{
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 767px) {
	#logo {
		float: none;
		width: 100%:
	}
	#header-txt {
		display: none;
	}
	.intro-section {
		padding-top: 130px;
	}
	#footer-txt {
		 width:100%;
	}
	#footer-txt li {
	display: block;
	text-align:left;
	}
	#footer-txt li {
	border-bottom: 1px dotted #aaa;
    line-height: 100%;
    margin: 0;
    padding: 10px 0;
	}
	#footer-txt li a {
    display: block;
    padding: 0 0 0 10px;
    text-decoration: none;
	border:none;
		}
	.navbar {
		background: #fff;
	}
}
#google_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#google_map iframe,
#google_map object,
#google_map embed {
position: absolute;
top: 0;
left: 0;

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
width: 100%;
height: 100%;
}