

body { 
	background: #FFF;
}

.section-head {
  	padding: 0 4%;
   text-align: center;
}
.section-head h1 {
   color: #333;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   margin-bottom: 12px;
}
.section-head p {
	text-align: left;
}

p {
	font-size: 16px;
	line-height: 2.0;
}

a.btn {
	display:inline-block;
	width:100%;
	border:1px solid #eb6877;
	border-radius: 10px;
	padding:20px;
	padding-bottom: 15px;
	text-align:center;
	/*color:#f49184;*/
	background: #eb6877;
}
a.btn:hover {
	background: #F8C1B5;
	border:1px solid rgba(246,180,172,0.72);
	}
a.btn:visited {
	color: #FFF;
}

a.btnA {
	box-sizing:border-box;
	display:inline-block;
	width:47%;
	border:1px solid #FFF;
	padding:20px;
	text-align:center;
	color:#FFF;
	margin:0 1%;
}

a.btnBtm,
a.btnBtmC {
	display: block;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    margin: 0 10px;
	background-color: #eb6877;
    height: 72px;
}
a.btnBtmC {
	background-color: #FFF;
}
a.btnBtm:hover{
	background-color: #F8C1B5;
}
a.btnBtm img ,
a.btnBtmC img{
	margin: 0 auto;
	display: block;
}
a.btnBtm.img1 {
	padding: 0 30px;
	padding-top: 20px;
}
a.btnBtmC.img2 {
	padding: 0 30px;
	padding-top: 14px;
}
/* ------------------------------------------------------------------ */
/* Header Styles
/* ------------------------------------------------------------------ */

header {
   height: 82px;
   width: 100%;
   position: fixed;
   opacity: 1;
   left: 0;
   top: 0;
   z-index: 990;
   background: rgba(255,255,255,0.8);
}

/* header logo */
header .logo {
   margin-top: 18px;
   margin-left: 10px;
   float: left;
   width: auto; 
   z-index: 991; 
   /* add position relative since z-index only applies to  
   elements that have been given an explicit position */
   position: relative; 
   opacity: 1;
}
header .logo {
   display: block;
	padding: 0;
	border: none;
	outline: none;
	width: 250px;  
}


header .tel {
	margin-top: 20px;
	float: right;
	opacity: 1;
	margin-right: 20px;
}
header .form {
	width: 130px;
	float: right;
	height: 100%;
	padding: 15px 0 14px;
	background: #eb6877;
	text-align: center;
}
header .form a {
	width: auto;
	height: 100%;
	display: block;
}



/* Top Section
------------------------------------------------------------------ */

#top {
	width: 100%;
	height: 680px;
	display: block;
	margin: 82px auto 0;
	background:  url(../images/top-main.jpg) no-repeat bottom;
	background-size: cover;
   	overflow: hidden;
}

.topAptBtn {
	margin-top: 30px;
}

#top .row { max-width: 1040px; }


/* Top Text */
.top_text {
   margin-top: 100px;
   display: block;
   position: relative;
}
.top_text h1 {
   font-size: 22px; 
   margin-top: 10px;
   position: relative;
}
.top_text h1 span,
.top_text p {
   font: 22px;
   color: #666;
   padding: 0;
	text-align: left;
   }

/* Top Image */
.top_image {
   width: 100%;
   margin: 0 auto;
}
.top_image img {
   vertical-align: bottom;
   display: block;
}

#top_btm {
	background: url(../images/bg_sub.gif);
	height: auto;
	padding: 40px 0;
}
#top_btm .five .top_btmR,
#top_btm .five .top_btmL {
	background: #FFF;
	border-radius: 13px;
	height: 200px;
	width: 100%;
	margin-bottom: 0;
	border-left: 20px solid #FFF100;
}
#top_btm .five .top_btmR a,
#top_btm .five .top_btmL a{
	display: block;
	height: 100%;
	width: 100%;
}
#top_btm .five .top_btmR .top_btmInnr,
#top_btm .five .top_btmL .top_btmInnr{
	padding-top: 50px;
	padding-left: 34px;
}
#top_btm .five .top_btmR {
	background: url(../images/topBtm01.png) no-repeat top right #FFF;
	background-size: auto 100%;
	z-index: 10;
}
#top_btm .five .top_btmL {
	background: url(../images/topBtm02.png) no-repeat top right #FFF;
	background-size: auto 100%;
	z-index: 10;
}
#top_btm .five .top_btmR p,
#top_btm .five .top_btmL p {
	line-height: 1.5;
	margin-top: 10px;
	font-weight: normal;
}
p.topicon {
	z-index: 5;
}

/*----------------------------------------------*/
/*	counceling
/*----------------------------------------------*/
#counceling {
	padding: 100px 0;
}
/*----------------------------------------------*/
/*	ortho
/*----------------------------------------------*/
#ortho {
	background: url(../images/top/bg.png), url(../images/top-bg1.jpg) center 0 no-repeat;
	padding: 100px 0;
	background-size: cover, cover;
}
#access {
	background: url(../images/top/bg.png), url(../images/top-bg2.jpg) center 0 no-repeat;
	background-size: cover, cover;
	padding: 100px 10px;
}
#access iframe.movie {
	display: block;
	width: 100%;
	height: 280px;
}
h3 {
	color: #ac8d68;
	font-weight: bold;
}
#lingual {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#invisa {
	border-bottom: 1px solid #eee;
}
#esthetic {
	border-bottom: 1px solid #eee;
}

/*----------------------------------------------*/
/*	align
/*----------------------------------------------*/



.bgwhite {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px 50px;
}

span.num{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/icon01.gif) no-repeat;
	background-size: 30px 30px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	margin-right: 5px;
}

/*----------------------------------------------*/
/*	speed
/*----------------------------------------------*/

#speed{
	background: #ECF6F4;
	padding: 100px 0;
}

/*----------------------------------------------*/
/*	term
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	lingual
/*----------------------------------------------*/

#lingual,
#invisa,
#esthetic {
	padding: 100px 0;
}

ul.merit li {
	font-size: 23px;
	color: #47675B;
	padding-left: 34px;
	background: url(../images/icon01.png) no-repeat;
	background-size: 25px 25px;
	padding-bottom: 9px;
	line-height: 1.3;
}

/*----------------------------------------------*/
/*	equipment
/*----------------------------------------------*/

#equip {
	height: auto;
	padding: 50px 0;
	background: url(../images/equip_img01.png) no-repeat center center;
	background-size: cover;
}
#equip h2{
	margin-top: 30px;
}


/* ------------------------------------------------------------------ */
/* price
/* ------------------------------------------------------------------ */

#price {
   height: auto;
   padding: 100px 0 30px;
}

#price .row {
	margin-bottom: 60px;
}
#price .row.priceBox {
	background: #F4EFE9;
	padding: 10px 30px;
}
#price h2{
	margin-bottom: 30px;
}

#price .txt01 {
	text-align: center;
}


.tb_atn {
	font-size: 12px;
	color: #C36;
}

#price h4.priceH4 {
	background: #d4b691;
	border-radius: 15px;
	text-align: center;
	padding: 10px 0;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
}
/* ------------------------------------------------------------------ */
/* messages
/* ------------------------------------------------------------------ */

#messageToPatient {
	padding: 50px 0;
	border-top: 1px #eee solid;
}


/* ------------------------------------------------------------------ */
/* appointment
/* ------------------------------------------------------------------ */

.appointment {
   height: auto;
   background: #d4b691;
   background-size: 50px 50px;
   padding: 50px 0;
}

.appointment div {
	transition: .8s;
}

.appointment h2 {
   margin-bottom: 12px;
}
.appointment h2 a {
   color: inherit;
}
.appointment p {
   color: #697B8B; 
   font-size: 17px; 
   padding-right: 5px; 
}

.appointment .imgA {
	display: block;
	margin: 10px auto 0;
}
/* ------------------------------------------------------------------ */
/* appointment2
/* ------------------------------------------------------------------ */
#appointment2 {
	height: auto;
	border-top: 1px solid #eee;
	padding-bottom: 50px;
	background: url(../images/cnr01.png) top left no-repeat, url(../images/cnr02.png) top right no-repeat, url(../images/cnr03.png) bottom right no-repeat, url(../images/cnr04.png) bottom left no-repeat;
   background-size: 50px 50px;
}
#appointment2 h2{
	margin-top: 70px;
}



/* ------------------------------------------------------------------ */
/* map
/* ------------------------------------------------------------------ */

#map {
	width: 100%;
}

#map #map-canvas{
	width: 100%;
    padding: 0 0 10px;
    overflow: hidden;
	height: 400px;
}

/* ------------------------------------------------------------------ */
/* footer
/* ------------------------------------------------------------------ */

#footer {
	background: #f5f4f1;;
	padding-top: 84px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 24px;
	position: relative;
}

#footer .ftrinfo img {
	padding-top: 40px;
	padding-left: 20px;
}

#footer .ftrinfo {
	margin-top: 20px;
}

#footer .ftrinfo p {
	color: #666;
	width: 70%;
	float: right;
	margin-top: 10px;
	margin-left: 20px;
}
#footer .info {
	padding-right: 20px;
}

#footer .info2 h3,
#footer .info2 p {
	color: #666;
}
#footer .info2 h3 {
	font-size: 14px;
}
#footer .info2 p {
	font-size: 12px;
}
.f_logo img{
	width: 300px;
}

#footer .row.bdr02 {
	padding-top: 25px;
}

.bdr01 {
	min-height: 100px;
	border-right: 1px solid #333;
	}

/*.ftr_left {
	height: 300px;
}
*/
/*.ftr_left a {
	color: #FFF;
	font-size: 23px;
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	background: #F2AF9E;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
}*/

.ftr_left p{
	color: #666;
	padding-top: 20px;
}

footer a, footer a:visited { color: #0A6567; }
footer a:hover, footer a:focus { color: #0A0A67; }

footer  a.ftr_link {
	font-size: 24px;
}


footer .right-cols .columns {
   padding-right: 5px;
   padding-left: 5px;
   width: 33.33333%; ;
}
footer .right-cols .columns p { margin-bottom: 6px; }

footer h3 {
   font: 13px/24px 'opensans-semibold', sans-serif;
   margin-bottom: 0;
   font-weight: normal;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 1px;
}
footer h3:before {
   font-family: 'FontAwesome';   
	margin: 0 0 6px 3px;
	font-size: 30px;
   line-height: 48px;
   text-align: left;
   color: #738291;
   display: block;
}

footer ul {
   margin: 0;
   padding: 0;
}
footer ul li {
   margin: 0;
   font-size: 15px;
   line-height: 24px;
}
footer ul li a,
footer ul li a:visited { color: #3c4753; }
footer ul li a:hover,
footer ul li a:focus { color: #fff; }

/* copyright */
footer .copyright {
   margin: 0;
   padding: 60px 18px 0;
   text-align: center;
   clear: both;
}

footer p.copyright {
	color: #666;
}


/* Go To Top Button */
#go-top {
	position: absolute;
	top: -24px;
   left: 50%;
   margin-left: -30px;
   text-align: center;
   z-index: 889;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 60px;
	background: #DFCD6A;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

   color: #fff;
   font-size: 21px;
   line-height: 60px;
 	border-radius: 100%;
}
#go-top a:hover { background: #CBE0AB; }
.tagadjuster {
	background: #f5f4f1;
}
.tagadjuster iframe{
	height: 0;
}
