	/*  
::::::::::::::::::::::::;::::::::::::::::::::::::;
-------------------- NAGATA DENTAL  --------------------
::::::::::::::::::::::::;::::::::::::::::::::::::;

 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}
html, body{width: 100%;}

a img {
	border: none;
}


a{
	text-decoration: none;
	color: #4fb8e1;
}

a:hover{
	
	color: #4fb8e1;
	text-decoration: underline;
}
h1{
	text-transform: uppercase;
	font-size: 2em;
	font-family: 'Futura';
		letter-spacing: 2px;

}
.dots{ 
	bottom: 30px;
    left: 0;
    position: relative;
    right: 0;
}
.dots li{
	border: 2px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
   
    margin: 0 4px;
    opacity: 1;
    background-color: #c53b5f;
    text-indent: -999em;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 15px; height: 15px;

}

.dots li.active{
	background: #60cbf5 none repeat scroll 0 0;
    opacity: 1;
}
/* ----------- Layout ------------------------------------------- */

body {
	
	font-family: 'Lato', sans-serif;
	
	color:#000;
	text-align:center;
	
	
}




/* ----  HEADER  ------ */


#header{
	position:fixed;
	z-index:300;
	width:100%;
	top:0;
	background:#fff;
	text-align:right;
	height:100px;
	box-shadow: 0px 0px 5px #888888;
	list-style: outside none none;
	box-sizing: border-box;
	letter-spacing: 1px;
	display: block;
}

#header a:hover{text-decoration: underline;}
#header ul{
	margin-right:30px;
	float: right 
}
#header li{
display: block;
	float: left;
	padding:25px 20px;
}

#header .left{
	float:left;
	margin:10px 10px 0 50px ;
}

#header .right{
	position: absolute;
	margin:10px 10px 50px 0;
	font-style: italic;
	top:0;
	right:0;
}

#header .right img{
	margin-bottom: -10px;
}


/* ------- TOP ----------*/
#top{
	height:100px;

}
.phone{
	font-size: 2.0em;
	color: #4fb8e1;
	text-align: right;
	}

/*--------------- slider --------*/
.topslider{
	position: relative;
	overflow: auto;
	margin-top:0px;
	max-height: 500px;
}
.topslider li{
	list-style: none;
}

.topslider ul li{
	float: left;
}

/* ------- START ----------*/
#start{
	margin: 0 auto;
	background-color:#4fb8e1;
	/*height:320px;*/
	width: 100%;
}

.nav{
	width: 100%;
	/*height: 250px;*/
	text-align: center;
	overflow: hidden;
	padding-top: 55px;
}

 .col{
 	display: inline-block;
	width:250px;
	color:#fff;
	verflow: hidden;
	margin:auto;
	margin:50px;
	font-size:0.8em;

}


#start .img_circle{
	position:relative;
	top: -18px;
	width:50px;
	height:50px;
	opacity: 0;
	display: inline-block;
	background: url("../images/circle.png") no-repeat  scroll 0 0 / cover;

	}

.col .img{
	position:relative;
	margin: auto;
	z-index: 200;
	margin-bottom:-40px;
}
.img_circle{	
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-out;
}

.col:hover .img_circle{
	transform: scale(1.8);
	opacity: 0;
}
.col h1{
	text-transform: uppercase;
	font-size:2em;
	clear: both;letter-spacing: 6px;

	/*
	margin:0 auto 20px auto;
	padding-bottom: 20px;			
	border-bottom: 2px solid #ffffff;*/
}
.col hr{
height: 1px;
	width:200px;
	border: none;
	background: #fff;
}
.col 
{
	
	margin-top: 18px;

}



/*------divider ---------*/
.divider{
	margin:50px 0 50px 0;

}


/*----TESTIMONILAS----*/
.testimonials_slider{
	margin:50px 0 50px 0;
	text-align: center;
	width: 100%;
	
}

.testimonials_slider ul li{
	float: left;
}
.testimonials_slider li{
	text-align: center;
	list-style: none;
}

.testimonial{
	font-size: 2.5em;
	line-height: 120%;
	color:#4fb8e1;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	max-width:850px;
	margin: auto;

}
.testimonial .author{
	color:#9f9f9f;
	float:right;
	font-weight: normal;
	font-size: 0.6em;
	text-transform: none;
	margin-top:50px;
}


/* ------- TREATMENTS ----------*/
#treatments{
	height:250px;
	background: url("../images/treatments.jpg")no-repeat ;/* scroll 0 0 / cover rgba(0, 0, 0, 0);*/
	 background-size: 100% auto;
		background-attachment: fixed;
		margin-bottom: 20px;
}



#treatments_cont {
		background: #fff;
		text-align: center;
		max-width: 940px;
		margin:auto;
}

#treatments_cont .tleft{
	
	text-align: left;
	display: inline-block;
	width:45%;
}
#treatments_cont .tright{ 	
	
	display: inline-block;
	text-align: left;
	width:45%;
	padding-left: 150px;
	margin-top:30px;
	list-style-image: url('../images/tick.png');
}
#treatments_cont p{

	line-height: 150%;
	margin:auto;
	font-size: 1em;
	margin: 30px auto 70px auto;
	
	}
#treatments_cont h1{
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	}

#treatments_cont .bottom{
	padding: 0 25px 0 25px;
	margin:auto;
	text-align: left;

}

.plan_button img{
	/*float: left;*/
	margin: -40px 30px -10px -10px;
}


/*--------- PRACTICE -------------*/
#practice{
	padding: 0px 0 0 0;

}
.practice_cont{
	max-width: 940px;
	text-align: left;
	margin: auto;
	padding: 0 25px 0 25px;
	
}
.practice_cont p{
	line-height: 150%;
}

.practice_cont h1{
	margin-bottom: 20px;
}
.staffslider li{
	list-style: none;
}

.staffslider ul li{
	float: left;
}



/*
	/////////////////////::::::::::::::::contact:::::::::::::::////////////////
	*/

#contact{
	width: 100%;
	height: 250px;
	/*background: url("../images/contact.jpg") no-repeat 0 0 / cover rgba(0, 0, 0, 0);*/

	background: url("../images/contact.jpg") no-repeat center center fixed; 
	  background-size: 100% auto;

	background-attachment: fixed;

	
}
#locations{
	
	width: 100%;
	
	margin:10px auto 50px auto;
	vertical-align: middle;
}
.location_cont{
	max-width: 940px;
	text-align: left;
	padding: 20px;
	margin: auto;
}

#locations .cleft{
	float:left;
	text-align: left;
	display: inline-block;
	width:45%;
	margin:auto;

}

#locations .cright{ 	
	display: inline-block;
	text-align: left;
	margin:auto;
}
#locations .cleft img{ 
	margin-bottom:-5px;

}

#locations p{
	line-height: 150%;
	font-size: 1.2em;
}

#locations td{
	color: #4e4e4e;
	padding: 4px 25px 4px 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}
td.day{	
	color: #000;
	font-size: 1.1em;
	font-weight: bold;

}

/*--------------FOOTER-----------*/

#footer aimg{margin-top:10px;}
#footer {
	clear: both;
	width: 100%;
	text-align:center;
	position:fixed;
	z-index:110;
	bottom:0px;
	background:#fff;
	height:70px;
	padding-top:20px;

	box-shadow: 0px 0px 5px #888888;
}


/*  ---------------- mobile ---------- */



@media only screen and (max-width: 800px){

	.divider{
	width:100%;

	}
	.topslider {margin-top: -30px;}
	.topslider img{
		width:100%;
	}

	#header{
		height:70px;}
	#header ul{
		margin-right: 0;}

	#header .left{
		float:left;
		margin:10px 150px 0 10px ;
	}
	#header .left img{ width:100%;
	}	
	#header .right{
		position:absolute;
			margin:auto;
			margin-top: -10px;
			top:0;
			width: 100%;
			font-size: 1em;
		font-style: italic;
	}

	#header .right img{
		margin-bottom: -5px;
		width:12%;
	}

	.nav{margin-top: -50px;}

	.col .img{
		width:100%;
	}


	.testimonial{
		font-size: 1.5em;width:80%;
	}

	#treatments{height:120px;
		margin:auto;background-attachment: scroll;
	}
	#treatments_cont .tright{ 	
			width: 100%;
			margin-bottom: 50px;
			margin-left: 0;
			padding-left: 55px;
	}
	#treatments_cont .tleft{ width:100%; padding: 0 25px 0 25px;	margin-bottom: -500px;}

	
	.staffslider img{
		width:100%;
	}
	
#contact{
		margin:auto;background-attachment: scroll;
		height:120px;
	}
	#locations .cleft{width: 100%;margin-bottom: 50px;}

	#footer{height:45px;}
}


