html {
  	font-family: 'Source Sans Pro', Arial, sans-serif;
  	font-weight: 300;
  	-webkit-text-size-adjust: 100%;
      	-ms-text-size-adjust: 100%;
    background: #868686 url(../img/web_bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
body {
	color: #686867;
	font-size: 14px;
	margin: 0;
}
b,
strong {
	font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-weight: 300;
}
h1 {
	font-size: 45px;
	margin: 0;
}
h2 {
	font-size: 30px;
	margin: 0;
	margin-bottom: 40px;
}
a {
	color: #ec2d2d;
	font-weight: 600;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
.clearfix { clear: both; }
div {
	overflow-x: hidden;
}
::selection {
	color: white;
	background: #00b1b6;
}
::-moz-selection {
	color: white;
	background: #00b1b6;
}

#page {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background: rgba(255,255,255,0.95);
	border-top: 15px solid #ec2d2d;
	border-bottom: 15px solid #00b1b6;
	overflow-x: hidden;
}
	.container {
		position: relative;
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
		header {
			display: table;
			height: auto;
			margin-top: 40px;
			margin-bottom: 34px;
		}
			header .dentalgroup-logo {
				display: table-cell;
			}
			header .page-title {
				display: table-cell;
				vertical-align: middle;
				padding-left: 40px;
			}
		.branches {
			display: block;
			line-height: 24px;
			overflow: auto;
			text-align: center;
		}
			.branches .col-1 {
				width: auto;
				text-align: left;
			}
			.branches .col-2 {
				width: auto;
				text-align: left;
			}
			.branches .col-3 {
				width: auto;
				text-align: left;
			}
		footer {
			text-align: center;
			font-size: 18px;
			font-weight: 600;
			padding: 40px 0;
		}
		
/* Media queries */
@media only screen and (max-width: 400px) {
	header {
		
	}
		header .dentalgroup-logo {
		
		}
			header .dentalgroup-logo img {
				width: 100%;
				height: auto;
			}
		header .page-title {
			padding-left: 20px;
			margin-top: 40px;
		}
		h1 {
			font-size: 30px;
		}
	.branches {
		font-size: 13px;
	}
}
@media only screen and (max-width: 559px) {
	.branches {
	
		}
		.branches .col-1 {
			display: inline-block;
			width: 47%;
			float: none;
			padding-right: 2%;
			vertical-align: top;
		}
			.branches .col-1 img {
				width: 100%;
				height: auto;
			}
		.branches .col-2 {
			display: inline-block;
			width: 47%;
			float: none;
			padding-left: 2%;
			vertical-align: top;
		}
			.branches .col-2 img {
				width: 100%;
				height: auto;
			}
		.branches .col-3 {
			clear: both;
			float: none;
			padding-top: 40px;
		}
			.branches .col-3 img {
				width: 100%;
				height: auto;
			}
}
@media only screen and (min-width: 401px) and (max-width: 559px) {
	h1 {
		font-size: 30px;
	}
}
@media only screen and (min-width: 440px) and (max-width: 559px) {
	header {
		
	}
		header .dentalgroup-logo img {
			height: 200px;
		}
}
@media only screen and (min-width: 560px) and (max-width: 650px) {
	.branches {
		font-size: 12px;
	}
		.branches .col-1 {
		
		}
			.branches .col-1 img {
				height: 100px;
			}
		.branches .col-2 {
		
		}
			.branches .col-2 img {
				height: 100px;
			}
		.branches .col-3 {
		
		}
			.branches .col-3 img {
				height: 100px;
			}
}
@media only screen and (min-width: 560px) {
		.branches {
		}
			.branches .col-1 {
				float: left;
				display: block;
				padding-right: 0;
			}
			.branches .col-2 {
				float: none;
				display: inline-block;
				padding-left: 0;
			}
			.branches .col-3 {
				float: right;
			}
}
@media only screen and (min-width: 651px) and (max-width: 799px) {
	h1 {
		font-size: 62px;
	}
	h2 {
		font-size: 24px;
	}
}
@media only screen and (min-width: 650px) and (max-width: 689px) {
	.branches {
		
		}
		.branches .col-1 img {
			height: 100px;
		}
		.branches .col-2 img {
			height: 100px;
		}
		.branches .col-3 img {
			height: 100px;
		}
}
@media only screen and (min-width: 690px) and (max-width: 739px) {
	.branches {
		
		}
		.branches .col-1 img {
			height: 120px;
		}
		.branches .col-2 img {
			height: 120px;
		}
		.branches .col-3 img {
			height: 120px;
		}
}