* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: white;
}
header {
	overflow: hidden;
	width: 100%;
}
.header {
	width: 100%;
	height: 100%;
	background: url(../_img/main-desktop.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	margin-bottom: 40px;
}
.header-shade {
	background-image: url(../_img/header-shade.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
}
.top-strap {
	background-image: url(../_img/header-shade.png);
	background-repeat: repeat;
	width: 100%;
	height: 52px;
}
.menu {
	width: 100%;
	max-width: 960px;
	margin: auto;
	font-size: 14px;
	text-align: center;
}
.float-left {
	float: left;
}
.logo {
	margin-top: 40px;
	max-width: 250px;
	margin: 40px auto 40px auto;
	text-align: center;
}
h1 {
	font-weight: 300;
	color: #fff;
	font-size: 36px;
}
.header-box {
	max-width: 570px;
	width: 80%;
	overflow: hidden;
	padding: 15px;
	border: thin solid #fff;
	margin: auto;
	color: white;
	text-align: center;
	font-size: 26px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 25px;
}
.three-boxes {
	max-width: 890px;
	width: 90%;
	margin: auto;
	overflow: hidden;
}
.about {
	width: 33.33%;
	max-width: 296px;
	min-width: 270px;
	float: left;
	background-image: url(../_img/dental-mt-albert-about.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 380px;
}
.services {
	width: 33.33%;
	max-width: 296px;
	min-width: 270px;
	float: left;
	background-image: url(../_img/dental-mt-albert-services.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 380px;
}
.whitening {
	width: 33.33%;
	max-width: 296px;
	min-width: 270px;
	float: left;
	background-image: url(../_img/dental-mt-albert-whitening.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 380px;
}
.box-text {
	margin-top: 80px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	height: 270px;;
	padding-left: 15%;
	padding-right: 15%;
	text-align: justify;
	color: #09a9e7;
	position: relative;
}
.box-text h2 {
	text-align: center;
	margin-bottom: 15px; 
	font-weight: 300;
}
.box-text ul li {
	margin-left: 20px;
	list-style: disc;
}
.read-more a {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	border: thin solid;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-decoration: none;
	color:  #09a9e7;
}
.read-more a:hover {
	color: #fff;
	background-color: #09a9e7;
	display:block;
}
.main ul li {
	list-style-position: inside;
	margin-left: 40px;
}
.main {
	max-width: 1020px;
	width: 80%;
	margin: auto;
	padding: 20px 10% 20px 10%;
	text-align: justify;
}
.main h2 {
	color: #09a9e7;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 15px;
}
.main p {
	color: #505050;
}
.map {
	margin-top: 15px;
	margin-bottom: 15px;
}
.footer-wraper {
	width: 100%;
	background-image: url(../_img/footer-bg.png);
	background-repeat: repeat-x;
	overflow: hidden;
}
.footer {
	max-width: 960px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: 39px;
	margin-top: 20px;
	color: white;
}
.footer a {
	color: white;
	text-decoration: none;
}
.main img {
	background-color: white;
	padding: 5px;
	border: thin solid #B3B3B3;
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 20px;	
}
.copy {
	max-width: 200px;
	overflow: hidden;
	font-size: 9px;
	float: left;
}
.credits {
	max-width: 200px;
	overflow: hidden;
	font-size: 9px;
	float: right;
}
.main a {
	text-decoration: none;
	color: #09a9e7;
}
/* form */
label {
	display: block !important;
	margin-top: 20px !important;
	letter-spacing: 2px !important;
	color: #5E5E5E !important;
	font-size: 18px !important;
}
/* Centre the page */
.body {
    display:block;
    margin:0 auto;
    width:576px;
}
form {
    margin:0 auto !important;
	width: 90% !important;
    max-width:459px !important;
}

/* Style the text boxes */
input, textarea {
	width: 90% !important;
    max-width:439px !important;
    height:27px !important;
    background:#efefef !important;
    border:1px solid #dedede !important;
    padding:10px !important;
    margin-top:3px !important;
    font-size: 0.9em !important;
    color:#3a3a3a !important;
    -moz-border-radius:5px !important;
    -webkit-border-radius:5px !important;
    border-radius:5px !important;
}

textarea {
	height:213px !important;
}
input:focus, textarea:focus {
    border:1px solid #97d6eb !important;
}
input[type="submit"] {
    width:127px !important;
    height:38px !important;
	color: white !important;
	background-color: #00bdf2 !important;
}
input[type="submit"]:hover {
	background-color: #019AC5 !important;
}
@media all and (max-width: 920px) and (min-width: 301px) {
.header {
	background-image: url(../_img/main-tablet.jpg);
}
.about, .services, .whitening {
	display: none;
}
.main img {
	display: none;
}
}
@media all and (max-width: 300px) {
.header {
	background-image: url(../_img/main-mobile.jpg);
}
.about, .services, .whitening {
	display: none;
}
.copy {
	width: 100%;
	float: none;
	text-align: center;
}
.credits {
	width: 100%;
	float: none;
	text-align: center;
}
.main img {
	display: block;
	width: 90%;
	height: 90%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 5px;
	border: thin solid #B3B3B3;
	float: none;
	text-align: center;
}
}