@charset "UTF-8";
/* CSS Document */


/* Fonts */

@font-face {
    font-family: 'pantonbold';
    src: url('../fonts/panton-bold/panton-bold-webfont.eot');
    src: url('../fonts/panton-bold/panton-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/panton-bold/panton-bold-webfont.woff2') format('woff2'),
         url('../fonts/panton-bold/panton-bold-webfont.woff') format('woff'),
         url('../fonts/panton-bold/panton-bold-webfont.ttf') format('truetype'),
         url('../fonts/panton-bold/panton-bold-webfont.svg#pantonbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'pantonlight';
    src: url('panton-light-webfont.eot');
    src: url('panton-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('panton-light-webfont.woff2') format('woff2'),
         url('panton-light-webfont.woff') format('woff'),
         url('panton-light-webfont.ttf') format('truetype'),
         url('panton-light-webfont.svg#pantonlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pantonregular';
    src: url('../fonts/panton/panton-regular-webfont.eot');
    src: url('../fonts/panton/panton-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/panton/panton-regular-webfont.woff2') format('woff2'),
         url('../fonts/panton/panton-regular-webfont.woff') format('woff'),
         url('../fonts/panton/panton-regular-webfont.ttf') format('truetype'),
         url('../fonts/panton/panton-regular-webfont.svg#pantonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* General Styles */

html {
    position: relative;
    min-height: 100%;
    margin:0;
    padding:0;
}

body {
		margin:0 0 0 0;
		padding:0;
}

div, h3, p, ul, li, img	{
		margin:0;
		padding:0;
}

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

.clear {
	clear:both;
	margin: 0 0 10px 0;
}


.footer_caps {
	font-family:'pantonbold';
	font-size: 18px;
	letter-spacing:2px;
}

.page_title {
	color:#ffffff;
	text-align:center;
	font-family:'pantonbold';
	font-size:30px;
	letter-spacing:1px;
	padding:20px 0 20px 0;	
}

.regular-bold {
	font-family:'pantonbold';
	font-size: 25px;
  line-height: 30px;
  color: #006838;
  letter-spacing: 1px;
}


/* Header Styles */

header { 
	height:auto;
	width:100%;
}

#title_and_contact {
	max-width: 690px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 5px 0;
}

#header_title {
	max-width:492px;
	float:left;
	height:auto;
	font-family:'pantonbold';
	font-size:47px;
	color:#006838;
	letter-spacing:5px;
	margin:0;
	text-align:right;
	display: block;
}

@media only screen and (max-width: 750px) {
	#header_title {
		font-size:35px;
		float:none;
		margin:0 auto;
		text-align:center;
	}
}

#contact_info {
	max-width:100%;
	float:left;
	font-size:13px; 
	font-family:'pantonbold';
	margin:16px 0 0 0;
}

@media only screen and (max-width: 750px) {
	#contact_info {
		float:none;
		text-align:center;
		margin:0 auto;
		font-size:16px;
		padding:10px 0 10px 0;
		background:#006838;
		letter-spacing:1px;
	}
}

#contact_info a {
	text-decoration:none;
	color:#000000;
}

@media only screen and (max-width: 750px) {
	#contact_info a {
		color:#ffffff;
	}
}

#nav_div	{
	max-width:960px;
	height:50px;
}

nav {
	max-width:387px;
	height:50px;
	margin:0 auto;
}

@media only screen and (max-width: 750px) {
	nav {
		margin:-15px auto 0 auto;
	}
}

nav ul {
	padding:0;
	list-style:none;
	margin:0 auto;
	text-align: center;
}

@media only screen and (max-width: 450px)	{
	nav ul	{
		width:325px;	
	}
}

nav ul li a {
	display: block;
	text-decoration: none;
	font-family: 'pantonbold';
	font-size: 17px;
	letter-spacing: 1px;
	color: #006838;
	padding: 14px;
	margin:0;
	float:left;
}	

@media only screen and (max-width: 450px) {
	nav ul li a {
	font-size: 13px;	
	}
}
	
nav ul li a:hover {
	display:block;
	text-decoration:none;
	font-family:'pantonbold';
	font-size:17px;
	letter-spacing:1px;
	color:#ffffff;
	background:#006838;
	padding:14px;
}
	
@media only screen and (max-width: 450px) {
	nav ul li a:hover {
	font-size: 13px;	
	}
}




/*footer Styles */

footer {
	width: 100%;
	height: auto;
	background-color:#011B2E;
}

#footer_main_content {
	max-width:960px;
	margin:0 auto;
	padding:3%;
}

#footer_denture_center_number {
	width:300px;
	height:auto;
	margin:0 auto;
}

#footer_denture_center_number a {
	text-decoration:none;
	color:#ffffff;
}

#footer_denture_center_number p {
	font-family:'pantonregular';
	font-size:12px;
	line-height:17px;
	color:#ffffff;
	text-align:center;
	padding:10px;
}

#map {
	width:320px;
	height:170px;
	margin:0 auto;
}

#secondary_footer_paragraph {
	width:300px;
	height:auto;
	margin:0 auto;
}

#secondary_footer_paragraph p {
	font-family:'pantonregular';
	font-size:12px;
	line-height:17px;
	color:#ffffff;
	padding:10px;
	text-align:center;
}

#rights_reserved {
	width:100%;
	min-height:40px;
	background-color:#0B354F;
	border-top:2px solid #006838;
}

#rights_reserved p {
	text-align:center;
	font-family:'pantonregular';
	color:#ffffff;
	font-size:12px;
	letter-spacing:1px;
	padding:8px 3% 8px 3%;
}

#rights_reserved a {
	color:#ffffff;
}



	
/* index.html */

section#slider {
	width:100%;
	max-height:429px;
	background:url("../images/index/section_slider_BG.png");
	background-repeat:repeat-x;
}

#slider_frame {
	max-width:1125px;
	height:429px;
	margin:0 auto;
}

section#denture_consultations	{
	width:100%;
	height:150px;
	background-color:#006838;
}

h2#denture_consultations {
	max-width:700px;
	margin:0 auto;
	padding:15px 0 0 0;
	font-family:'pantonregular';
	text-align:center;
	letter-spacing:1px;
	font-size:35px;
	color:#ffffff;
	display: block;
}

@media only screen and (max-width 750px) {
		h2#denture_consultations {
			padding:15px 3% 0 3%;
	}
}

h3#denture_consultations {
	max-width:290px;
	margin:10px auto 0 auto;
	padding:8px;
	color:#ffffff;
	font-family:'pantonregular';
	font-size:35px;
	letter-spacing:1px;
	text-align:center;
	background-color:#011B2E;
	border-radius:30px;
}

h3#denture_consultations a{
	text-decoration:none;
	color:#ffffff;
}

#denture_center_description {
	max-width:960px;
	height:auto;
	margin:0 auto;
	padding:0 3%;
}

section#columns {
  text-align: center;
  font-family:'pantonregular';
  line-height: 30px;
  letter-spacing: .5px;
  margin:20px 0 20px 0;
}

@media only screen and (max-width: 750px) {
	section#columns {
		margin:10px auto;
		padding:3%;
		-webkit-columns: 100px 1; /* Chrome, Safari, Opera */
    -moz-columns: 100px 1; /* Firefox */
    columns: 100px 1;
    
    margin:30px 0 20px 0;
	}
}




/* services.html */

section#denture_services_header {
	width:100%;
	height:auto;
	background-color:#006838;
}

#services_nav	{
	width:100%;
	height:auto;
	background:#0B354F;
}

#denture_services {
	width:960px;
	min-height:auto;
	background-color:#0B354F;
	margin:0 auto;
	
}

@media only screen and (max-width: 900px) and (min-width: 450px)	{
	#denture_services {
		width:485px;
	}
}

@media only screen and (max-width: 450px)	{
	#denture_services {
		width:325px;
	}
}

.denture_products	{
	max-width:150px;
	height:auto;
	background-color:#011B2E;
	float:left;
	padding:5px 5px 5px 5px;
	border-radius:10px;
	margin:10px auto 10px auto;	
}

.denture_lines	{
	width:100%;
	border-radius:10px;
}

.services_nav_captions {
	font-family:'pantonbold';
	font-size:14px;
	color:#ffffff;
	text-align:center;
	margin:5px 0 5px 0;
}

section#denture_services_descriptions	{
	max-width:960px;
	margin:0 auto;
}

.denture_services_heading	{
	font-family:'pantonbold';
	font-size:25px;
	color:#011B2E;
}

@media only screen and (max-width: 960px)	{
	.denture_services_heading{
		padding:0 3%;
	}
}

.denture_services	{
	font-family:'pantonregular';
	padding-bottom:20px;
	line-height:30px;
}

@media only screen and (max-width: 960px)	{
	.denture_services {
		padding:0 3% 20px 3%;
	}
}

.denture_services_subhead	{
	font-family:'pantonbold';
	font-size:20px;
	color:#006838;
	padding-left:60px;
}

.denture_options {
	font-family:'pantonregular';
	padding:0 0 20px 60px;
	line-height:30px;
}

@media only screen and (max-width: 960px) {
	.denture_options {
		padding-right:3%;	
	}
}

.button	{
	display:block;
	background-color:#011B2E;
	color:#ffffff;
	max-width:250px;
	text-align:center;
	border-radius:30px;	
	font-family:'pantonbold';
	font-size:18px;
	text-decoration:none;
	padding:10px 0;
	margin:10px auto 20px auto;
}




/* about.html */

h3#about_us	{
	text-align:center;
	font-family:'pantonbold';
	font-size:25px;
	color:#a9a9a9;
	padding:20px 0 20px 0;
}

article#about_us	{
	max-width:960px;
	font-family:'pantonregular';
	margin:0 auto;
	line-height:30px;
	padding-bottom:20px;
}

@media only screen and (max-width: 960px) {
	article#about_us {
		padding:0 3% 20px 3%;	
	}
}




/* contact.html */





@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

                                      
#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
	height:500px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(https://thedenturecenters.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(https://thedenturecenters.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(https://thedenturecenters.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(https://thedenturecenters.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(https://thedenturecenters.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}
