@import url("mobile.css");


html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}
body,
input,
select,
textarea,
#search-page ol h2 {
	font: 0.96em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#content a,
#sidebar .submitholder a {
	margin: 0 -5px 0 -5px;
}
p,
address {
	font-style: normal;
	color: #fff;
	position: relative;
}
img {
	border: none;
}
#content img {
	max-width: none;
}

#content .inner img {
	max-width: 100%;
	margin: 0.5em 0;
}
.tracker {
	position: absolute;
	left: -90em;
}
#googlemap-print {
	max-width: 100% !important;
}
.js #googlemap-print {
	display: none;
	max-width: none;
}
/*
.schema {
	position: absolute;
	left: -90em;
}
*/
h1 {
	margin-top: 0;
	font-size: 160%;
	line-height: 140%;
	color: #9b62ae;
}
h2,
.h2 {
	font-size: 140%;
	line-height: 130%;
}
h2,
.h2,
h3 {
	color: #fff !important;
}
#content h3 {
	padding-left: 0;
}
#content p,
#content address,
#content h2,
#content li h3,
#content .h2,
#content li,
#content th,
#content td,
#content label,
#content form span,
#date-go {
	color: #ceb3d7;
}
.noflash {
	display: none;
}
body#home-page {
	color: #666;
}

body#home-page .inner {
	display: none;
}

/* Navigation */
#help {
	position: absolute;
	left: -99em;
	z-index: 80;
	top: 0;
}
#help:focus,
#help:active {
	left: 0.3em;
}
/*
#content,
#nav {
	behavior:expression((this.runtimeStyle.behavior="none")&&(this.tabIndex="-1"));
}
*/

@media all and (min-device-width: 769px){
	#mobile-option { display:none; }
}
#help-page #content ul {
	position: relative;
	clear: both;
	overflow: hidden;
}
#help-page #content li {
	position: relative;
	float: left;
	width: 46%;
	padding: 0;
	margin: 0 4% 0 0;
}


html > body#help-page #content ul {
	list-style-position: inside;
	padding: 0;
	margin: 0 4% 0 0;
}
html > body#help-page #content li h3 {
	position: relative;
	margin-top: -1em;
	margin-left: 20px;
}
html > body#help-page #content li p {
	position: relative;
	margin-left: 20px;
}


#help-page #content li h3 {
	margin: 0;
	padding: 0;
}
a {
	overflow: hidden;
}
* > a {
	margin: 0 -5px;
	padding: 3px 5px;
}
p a {
	margin: 0;
}

input,
textarea,
#searchbox input {
	border: solid 1px #b5b5b5 !important;
	font-size: 100%;
}



a:focus,
input.submit:focus,
li.selected a:focus,
li.selected li.selected a:focus {
	color: #fff !important;
	text-decoration: none;
	background: blue !important;
}

input:focus,
select:focus,
#searchbox input:focus,
textarea:focus,
input.checkbox:focus {
	border-color: blue !important;
}

a:hover {
	text-decoration: underline;
}
a.click,
li.selected a,
li.selected a.click,
li.selected li.selected a,
li.selected li.selected a.click {
	color: #000 !important;
	background: transparent !important;
}




#crumbs:before {
	content:"You are here: ";
	margin-left: -40px;
}
#main > #content {
	position: static;
}
#content ul.setThumbs {
	float: left;
	position: relative;
	padding: 0;
	margin: 0 0 0 0;
	overflow: hidden;
	clear: both;
	width: 100%;
}
#content ul.setThumbs li {
	float: left;
	display: inline;
	position: relative;
	padding: 0;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

html:root #content ul.setThumbs {
	margin: 0 0 0 -10px;
	width: auto;
}
html:root #content ul.setThumbs li {
	margin: 0 0 10px 10px;
}

#content ul.setThumbs li a {
	float: left;
	position: relative;
	overflow: hidden;
	padding: 3px;
	margin: 0;
	border: solid 1px #ccc;
}
#content ul.setThumbs li a:hover {
	border: solid 1px #222;
}
#content ul.setThumbs li a img {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}





/* Form */
form {
	overflow: hidden;
	margin-bottom: 1em;
}
label {
	position: relative;
	clear: both;
	display: block;
}
label span {
	position: relative;
	clear: both;
	display: block;
	padding: 0 1em 0 0;
}
label#mailinglist span {
	position: relative;
	clear: none;
	display: inline;
}
label em {
	position: absolute;
	max-width: 8em;
	height: 1.2em;
	overflow: hidden;
	font-style: normal;
}

label input,
label textarea,
label select {
	padding: 3px 4px;
	border: solid 1px #b5b5b5;
	font-size: 0.96em;
}
input.checkbox {
	border: none;
	width: 1.1em;
	height: 1.1em;
	padding: 0;
	margin: 2px 0 0 0.25em;
}
input[class="checkbox"]:not(.legacy) {
	border: solid 1px #b5b5b5;
}
textarea {
	overflow: auto;
}
input.submit {
	width: 0;
	overflow: visible;
	padding: 5px 10px;
	font-size: 110%;
	border: none;
	background: #000;
}

input.submit[class] {
	width: auto;
}
#mailinglist {
	margin: 0 0 0 1.6em;
}
.checkbox {
	position: absolute;
	top: 0;
	left: -1.8em;
}
fieldset {
	margin: 0 0 1em 0;
}
fieldset fieldset label {
	position: relative;
	margin-left: 2em;
}
fieldset .date {
	display: inline;
}
fieldset .date label {
	float: left;
	clear: none;
}
fieldset .date span {
	float: none;
	clear: both;
	display: block;
}
fieldset .date label span {
	position: relative;
	margin-bottom: -1.3em;
	z-index: 1;
}
fieldset .date label select {
	position: relative;
	z-index: 2;
	background: #fff; /* Stops label text appearing through in Safari */
	width: auto;
	margin-right: 0.3em;
}
label span:first-child em {
	margin: 0 0 0 0.1em;
	height: 1.2em;
}
#postedmessage h3,
#postedmessage h4 {
	position: relative;
	padding: 0.5em 0.5em;
	margin-left: 1px;
}
#postedmessage h4:after {
	content: ':';
}
#postedmessage p {
	position: relative;
	border: solid 1px #b5b5b5;
	padding: 2em 0.5em 0.4em 0.5em;
	margin-top: -2.4em;
}
#content .warning {
	position: relative;
	color: #fff;
}
.warning,
#content ul.warning {
	background: #be050a;
	padding: 5px 8px;
	margin: 0;
}
#content p.warning {
	padding: 5px 8px;
}
#content ul.warning {
	padding: 5px 25px 8px;
	margin-top: -20px;
}
#content p.warning,
#content ul.warning {
	margin-bottom: 20px;
}
#content ul.warning li {
	position: relative;
	margin: -3px 0;
}
#content ul.warning a {
	color: #fff;
}
.red input,
.red select,
.red textarea {
	border-color: #be050a;
	color: #000;
}
.red span {
	color: #be050a;
	font-weight: bold;
}
.red input:focus,
.red input:active {
	border-color: #000;
}
ul.warning {
	top: -5px;
}
.warning a {
	color: #fff;
	font-weight: normal;
}



input[type=button],
input[type=submit],
button {
	cursor: pointer;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: top;
}
#postedmessage p{
	margin-bottom:0.9em;
}








/* Search box */
#searchbox {
	background: rgba(255,255,255,0.6);
	background: rgba(171,123,187,0.9);
	background: rgba(245,245,245,1.0);
	width: 100%;
	position: relative;
	/* 
	position: absolute;
	bottom: -1em;
	*/
	overflow: hidden;
	text-align: center;
	padding: 0.5em 0 0 0 !important;
}
#searchbox fieldset {
	display: inline;
	padding: 0.5em 0.5em 0 0.5em;
	width: auto;
}
#searchbox label {
	position: absolute;
	left: -100em;
	top: 0;
	margin-top: -1.5em;
}
#searchbox input {
	float: left;
	padding: 3px 5px 2px 5px !important;
	font-size: 100%;
	width: auto;
	width: 190px !important;
}
#searchbox > input {
	padding: 4px 5px 3px 5px !important;
}
#searchbox input.submit {
	float: left;
	margin: 0 15px 0 5px !important;
	padding: 2px 6px 1px 6px;
	font-size: 1em;
	width: 0;
	width: auto;
	overflow: visible;
	cursor: pointer;
	width: 80px !important;
	font-size: 0.96em !important;
	padding: 5px 8px 5px 8px !important;
}
#searchbox fieldset > input.submit {
	position: relative;
	bottom: 0px;
	padding: 3px 5px;
	margin: 0 0 0 0;
	top: 0px;
	width: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 0.75) {
	 #searchbox fieldset label > input.submit {
		  padding: 4px 6px;
	 }
}

#searchbox input.submit,
input.submit {
	border: none !important;
}








blockquote {
	position: relative;
	display: block;
	margin: 0 0 2em 1em;
}
/*
blockquote[cite]:after {
	content: "\2014" " " attr(cite) "";
	position: relative;
	display: block;
	font-size: 80%;
	font-weight: bold;
}
*/









#privacy-page ol {
	font-size: 140%;
	font-weight: bold;
}
#privacy-page ol h2 {
	font-size: 100%;
	font-weight: bold;
}
#privacy-page ol p,
#privacy-page ol ul {
	font-size: 70%;
	font-weight: normal;
}
#privacy-page ol ul {
	list-style: disc;
}
p.address {
	padding-bottom: 0 !important;
}


.updated {
	clear: both;
}





.selected a,
.selected li.selected a {
	color: #000000;
}
h2#reply {
	color: #222;
}
#sidebar h2#reply,
#sidebar legend,
#sidebar label {
	color: #fff;
}



#sitelinks #say:not(.legacy) {
	list-style: none;
}
#sitelinks blockquote {
	padding: 0;
	margin: 0;
}
#sitelinks li.footer {
	clear: both;
	position: relative;
	padding: 0.2em 0 0 0;
}
#sitelinks li {
	margin-right: 10px;
}
#sitelinks a {
	margin-left: -5px;
	margin-right: -5px;
	position: relative !important;
	overflow: hidden !important;
}
.social {
	position: relative;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.social a {
	margin-left: -5px;
	margin-right: -5px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.social a img {
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	width: 30px;
	height: 30px;
}




.archived li a {
	white-space: nowrap;
}


.open h3,
.closed h3 {
	display: inline;
	padding: 0;
	margin: 0 0.3em 0 0;
	font-size: 100%;
}


/* Highlight Current Day of Week */
.open .today,
.closed .today {
	background: yellow;
}
.open span,
.closed span {
	display: inline;
	position: relative;
}
.open:not(.legacy) span,
.closed:not(.legacy) span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 0.3em;
	height: 1em;
}
.open:not(.legacy) span:before,
.closed:not(.legacy) span:before {
	content: " - ";
	text-align: center;
}

.open small,
.closed small {
	margin: 0 0 0 -0.2em;
	font-size: 70%;
}
.open em,
.closed em {
	font-style: normal;
}


.pricelist #main #content ul p {
	display: inline;
}



li a[href$='.pdf']:before,
li a[href$='.doc']:before,
li a[href$='.docx']:before,
li a[href$='.rtf']:before,
li a[href$='.txt']:before {
	list-style: none;
	position: relative;
	margin: 0 0.6em 0 -1.66em;
	top: 2px;
}
li a[href$='.pdf'] span,
li a[href$='.doc'] span,
li a[href$='.docx'] span,
li a[href$='.rtf'] span,
li a[href$='.txt'] span {
	position: relative;
	top: -0.3em;
	font-size: 70%;
}
li a[href$='.pdf']:before {
	content: url('/inc/img/icon/pdf.png');
}
li a[href$='.txt']:before {
	content: url('/inc/img/icon/txt.png');
}
li a[href$='.doc']:before,
li a[href$='.docx']:before,
li a[href$='.rtf']:before {
	content: url('/inc/img/icon/doc.png');
}

li a[href$='.pdf']:hover:before {
	content: url('/inc/img/icon/pdf-open.png');
}
li a[href$='.txt']:hover:before {
	content: url('/inc/img/icon/txt-open.png');
}
li a[href$='.doc']:hover:before,
li a[href$='.docx']:hover:before,
li a[href$='.rtf']:hover:before {
	content: url('/inc/img/icon/doc-open.png');
}



.js #googlemap {
	border: solid 1px #ccc;
	overflow: hidden;
}
.js #googlemap a {
	display: none !important;
}



.submit {
	background: #666;
	color: #fff;
}


#content form input[type=checkbox],
#content form input[type=radio],
#content form input[type=checkbox],
#content form input[type=radio] {
    opacity: 0.5;
}
#content form input[type=checkbox]:hover,
#content form input[type=radio]:hover,
#content form input[type=checkbox]:focus,
#content form input[type=radio]:focus {
    opacity: 1;
}





#content ul,
#content ol {
	margin: 0 0 0 1.4em;
	padding: 0 0 0 0;
	/* list-style-position: inside; */
	overflow: visible;
}

#content ul li:before {
	content: '\2022' !important;
	position: relative !important;
	float: left;
}




.privacy #content li,
.privacy #content li h2 {
	font-weight: normal;
}
.privacy #content li h2 {
	margin-bottom: 1em;
}
.privacy #content li ul {
	margin-top: -0.5em;
	margin-bottom: 1em;
}
.privacy #content ol {
	margin-top: 0.5em !important;
}
.privacy #content li h3 {
	font-size: 70%;
	font-weight: bold;
}
.privacy #content li .h2 {
	font-size: 100%;
	font-weight: bold;
}
.privacy #content li h4 {
	font-size: 70%;
}










.paginate {
	list-style: none;
	margin: 1em 0 !important;
}
.paginate li {
	display: inline;
}
.paginate li.prev:before {
	content: '< ';
}
.paginate li.next:after {
	content: ' >';
}



a[title~="added"]:after,
a[title~="updated"]:after {
	padding: 2px 4px 1px 4px;
	background: red;
	color: #fff;
	font: normal 7px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
	position: absolute;
	margin: -1px 0 0 5px;
	text-decoration: none;
	/* content: attr(title); */
	text-transform: uppercase;
}
a[title~="updated"]:after {
	content: 'UPDATE';
}
a[title~="added"]:after {
	content: 'NEW';
}

@keyframes easeBanner {
  from { margin: -13.3% -4% -13.3% -4%; width: 110%; }
  to { margin: -10% 0 -10% 0; width: 100%; }
}
@keyframes easeHome {
  from { margin: -6.2% -4% -6.3% -4%; width: 110%; }
  to { margin: -3% 0 -3% 0; width: 100%; }
}







body {
    /*
	background: url('/public/images/bg.jpg');
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	*/
}
#nav,
#header #related,
#banner,
#main,
#sitelinks,
#calluson {
	margin: 0 10px;
}
#header {
	margin-top: 7em;
	position: relative;
}
#nav,
#related {
	overflow: visible;
	background: #ab7bbb;
	padding: 0.8%;
	box-sizing: border-box;
}
#nav {
	border-bottom: solid 1px #9559a6;
}
#related {
	background: #9b62ae;
}
#nav li,
#related li {
	overflow: visible;
	display: inline;
	margin: 0 1% 0 0;
	bottom: 0;
}
#top {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}




#nav a,
#related a {
	overflow: visible;
	position: relative;
	color: #fff !important;
}


/*
#nav #adults-nav,
#nav #children-nav,
#nav #referring-dentists-nav {
	float: right;
}
*/


#content,
#footer,
#sitelinks {
	position: static;
}


#sitelinks #logos {
	left: 0;
	margin: 0;
	padding: 2em 0 0 0 !important;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	top: 0 !important;
}
#logos img {
	position: relative;
	width: 20%;
	height: auto;
	margin: 0 1% 2em 1% !important;
}

#banner {
	position: relative;
	overflow: hidden;
}
#banner img {
	width: 100%;
	height: auto;
	margin: -10% 0;
	animation: easeBanner 0.6s 0s 1 linear alternate;
}
/*
.contact #banner img {
	animation: none !important;
}
*/
#container {
	position: relative;
	z-index: 3;
}





h1 {
	background: #fff;
	margin: 0 -15px 0.5em -15px;
	padding: 0.4em 15px !important;
	border-color: #b7b7b7;
	text-align: center;
	border-top: solid 1px #d6d6d6;
}
#content {
	background: transparent;
	line-height: 140%;
}
#content img {
	background: #3a2f3d;
}
#content .inner h2,
#content .inner h3,
#content .inner li,
#businessHours,
#closedHours,
.address,
.phone,
.email {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}

/*
#content form #mandatory{
	border-bottom: solid 1px #9b62ae;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
*/
#content form #submit {
	font-size: 130%;
	padding: 0.6em 0.9em;
}
.submitholder {
	clear: both;
	text-align: center;
	border-top: solid 1px #9b62ae;
	margin-top: 2em;
	padding-top: 2em;
}

fieldset#details,
fieldset.patient-details {
	border-top: solid 1px #b7b7b7;
	margin-top: 2em;
	padding-top: 2em;
}
#referral-page textarea {
	min-height: 12.8em;
}

#callback-page .submitholder {
	position: relative;
	top: 1.5em;
}

#footer {
	position: relative;
	background: #fff;
	padding-bottom: 2em;
    z-index: 4;
}


#ourHours,
#calluson {
	position: absolute;
	top: -3.5em !important;
	left: 0.5em;
	margin: 0;
	padding: 0;
	color:#ceb3d7 !important;
	font-size: 110%;
	text-align: center;
	width: 11em;
}
#ourHours {
	left: auto;
	right: 0;
	width: 10em;
}
#ourHours span,
#calluson span {
	font-size: 130%;
}
#ourHours span,
#calluson span,
#calluson a {
	color: #fff !important;
	display: block;
}
#calluson a {
	text-decoration: none;
}


#sidebar {
	clear: both;
}


#contact-page #content .inner {
	margin-top: -0.3em;
}

#content .h2,
#content h2 {
	margin-top: 1em;
}
#content .inner > h2:first-of-type {
	margin-top: 0 !important;
}

#sidebar {
	overflow: hidden;
}
	#sidebar ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		#sidebar li {
			background: #ab7bbb;
			background: rgba(155,98,174,0.8);
			background: #ab7bbb;
			padding: 2em 5% 2em 5%;
			margin: 0;
			vertical-align: top;
			text-align: center;
			border-bottom: solid 1px #87619c;
			border-bottom: solid 1px #966da9 !important;
		}
		#sidebar h2 {
			position: relative;
			float: none;
			margin: 2% 0 1.4em 0;
			padding: 0;
			clear: both;
			font-size: 160%;
		}
		#sidebar p {
			position: relative;
			margin: 0 auto;
			padding: 0;
			display: block;
			float: none;
			clear: both;
		}
		#sidebar a {
			position: relative;
			display: block;
			clear: both;
			float: none;
			margin: 0.9em auto 0 auto;
			padding: 0;
			background: #000;
			color: #fff;
			padding: 0.3em 0.4em 0.4em 0.4em;
			overflow: hidden;
			width: 5.6em;
			border: solid 1px #000;

			background: transparent;
			border-color: #fff;
			white-space: nowrap;
		}
		#sidebar .welcome a,
		#sidebar .treatments a,
		.contact #sidebar .appointments a,
		#referral-page #sidebar .appointments a {
			background: transparent;
			border-color: #fff;
		}
		

#gallery-page #content li {
	width: 46%;
}
#gallery-page #content li img {
	width: 100%;
	height: auto;
}
#team-page .staff {
	margin: 0 0 0 -4%;
}
/*
#team-page .staff .img {
	position: relative;
	margin: -15% 0 0 0;
	padding: 0;
	overflow: hidden;
}
#team-page .staff .img img {
	position: relative;
	float: left;
}
*/
#team-page .staff span.img {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	margin-top: -10%;
}
#team-page .staff .img img {
	position: relative;
	float: left;
}
#team-page .staff li {
	float: left;
	width: 46%;
	margin: 0 0 4% 4%;
	background: rgba(255,255,255,0.4);
	text-align: center;
	padding: 2% 0 0 0;
	min-height: 14em;
	position: relative;
	overflow: hidden;
}
#team-page .staff li .job,
#team-page .staff li .qualifications {
	display: none;
}
#team-page .staff li .gdc {
	font-size: 70%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-indent: -0.5em !important;
	color: #666;
}
#team-page .staff img {
	position: relative;
	margin: -5% auto 0.2em auto;
	max-width: 100%;
}
#home {
	position: absolute;
	left: 50%;
	top: -11em;
	width: 244px;
	height: 127px;
	overflow: hidden;
	padding: 1em !important;
	margin: 0 0 0 -122px !important;
	text-align: center;
	background: url('/inc/img/logo_s.png') no-repeat bottom center;
}


#home-page #content {
	text-align: center;
}
#home-page #content .inner {
	position: relative;
	padding: 1em 0;
}
#home-page #content .inner p {
	margin-bottom: 4em;
	line-height: 130%;
}
#home-page #content .inner p.introduction {
	font-size: 120%;
	padding: 0 10%;
	color: #6b6b6c;
}
#home-page #content a {
	background: #000000 !important;
	color: #fff !important;
	font-size: 180%;
	padding: 0.6em 1.1em;
	position: relative;
	margin: 0 2%;
}






 	#home-page #content a {
		font-size: 130%;
		position: relative;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#home-page #content a:before {
		content: '';
		position: relative;
		padding: 0 27px;
	}
	#home-page #content a:after {
		content: '';
		position: absolute;
		margin: 0 0.5em 0 0;
		width: 49px;
		height: 70px;
		left: 0.7em;
		top: -0.55em;
		background: url('/inc/img/play.png');
		background-size: 49px 70px;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	#home-page #content a.gallery:after {
		background: url('/inc/img/gallery.png');
		background-size: 49px 70px;
		background-repeat: no-repeat;
		overflow: hidden;
	}





@-webkit-keyframes easeRelated {
  0% { top: -4em; }
  100% { top: 0; }
}
@keyframes easeRelated {
  0% { top: -4em; }
  100% { top: 0; }
}
#subnav {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 4em;
}
#related {
	clear: both !important;
	display: block !important;
	float: none !important;
	width: auto !important;
	z-index: 6;
	background: #965ea3;
	background: rgba(155,98,174,0.9) !important;
	
	background: #9c63ab;
	background: rgba(159,103,177,0.96) !important;

	padding: 0.6em 2% !important;
	top: 0;
	margin-top: 0;
	margin-bottom: -2.3em;
	position: relative !important;
	animation: easeRelated 0.8s 0s !important;
	-webkit-animation: easeRelated 0.8s 0s !important;
	/*
	border-top: solid 1px #9559a6;
	*/
}


@media screen and (min-width: 300px){
	#top {
		width: auto;
	}
	#header {
		margin-top: 5em;
	}
	#home {
		top: -8.2em;
		width: 200px;
		height: 79px;
		background: transparent !important;
		margin: 0 0 0 -95px !important;
	}
	#home:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 200px;
		height: 49px;
		padding: 0;
		margin: 0;
		background-image: url('/inc/img/logo.png');
		background-position: top left;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
	}

	/*
	#team-page #banner,
	#gallery-page #banner {
		height: 2.5em;
		background: #fff;
	}
	*/
}

	#content .inner ul,
	#content .inner ol {
		list-style: none;
	}
	#content .inner ol {
		margin-left: -0.3em;
		padding-left: 0;
	}
	#content .inner ol li {
		position: relative;
	}
	#content .inner ul li:before,
	#content .inner ol ul li:before {
		content: '\2022';
		position: absolute;
		color: #9b62ae;
		margin-left: -1em;
		font-size: 120%;
	}
	#businessHours ul li:before,
	#sitemap-page #content ul li:before {
		content: '';
		display: none;
	}
	.contact #content .inner ul li:before,
	#content .inner ul.staff li:before {
		content: '';
	}

@media screen and (min-width: 600px){
	h1 {
		font-size: 170%;
	}
	#nav li,
	#related li {
		margin: 0 6px;
	}
	.contact #content .inner {
		-webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}

	#content .inner li,
	#businessHours,
	#closedHours,
	.address,
	.phone,
	.email {
		display: table;
	}



	.form form fieldset {
		margin-bottom: 0;
	}
	.form form .smallgroup,
	.form form #consultation_time,
	.form form #consultation_date {
		float: left;
		width: 50%;
		clear: none;
	}
	#callback-page form fieldset {
		float: left;
		display: inline;
		width: 66%
	}
	#callback-page form .smallgroup {
		width: 50%;
	}
	#callback-page form .preferences {
		width: 34%;
	}
	#callback-page form .preferences .smallgroup {
		width: 100%;
	}
	#callback-page form .preferences .smallgroup select {
		width: 99%;
	}
	.form form .smallgroup input {
		width: 90%;
	}
	.form form #childs_date_of_birth input {
		width: 96%;
	}
	.form form textarea {
		min-height: 8.8em;
	}
	.form form #consultation_time select {
		width: 93%;
	}
	.form form fieldset#additionalinterest {
		float: none;
		width: auto;
		clear: both;
	}


	#team-page .staff img {
		margin: -6% auto 0.2em auto;
	}

	#home-page #content .inner p {
		margin-top: -10em;
		margin-bottom: 10em;
	}
	#home-page #content .inner p.introduction {
		margin-top: 6em;
		margin-bottom: 0;
	}

}
@media screen and (min-width: 720px){

	#nav {
		position: relative !important;
		padding: 0.65em 1%;
		z-index: 7;
	}

	#sidebar {
		overflow: hidden;
	}
		#sidebar ul {
			width: 103%;
		}
			#sidebar li {
				padding: 3% 2.2% 3% 2.1%;
				display: inline-block;
				width: 28%;
				float: left;
				border-bottom: none;
				border-right: solid 1px #87619c;
				border-right: solid 1px #966da9 !important;
				background: #ab7bbb;
			}
			#sidebar p {
				width: 11.2em;
			}

	#main {
		overflow: hidden;
	}
	#content .inner {
		-webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
		-webkit-column-gap: 3em;
		-moz-column-gap: 3em;
		column-gap: 3em;
	}
	#home-page #content .inner {
		-webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	#content {
		z-index: 3;
		position: relative;
	}

	#team-page .staff img {
		margin: -8% auto 0.2em auto;
	}


	#sidebar .welcome,
	#sidebar .appointments,
	#sidebar .treatments {
		overflow: hidden;
	}
	#home-page #sidebar .welcome:before,
	#home-page #sidebar .appointments:before,
	#home-page #sidebar .treatments:before {
		content: '';
		position: relative;
		display: block;
		height: 140px;
		background: blue;
		margin: -30px -18px 30px -18px;
	}
	#home-page #sidebar .welcome:before {
	    background: url('/public/images/stock/Fotolia_46077764_Subscription_Monthly_XXL.jpg');
		background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	#home-page #sidebar .appointments:before {
	    background: url('/public/images/stock/02F70191.jpg');
		background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	#home-page #sidebar .treatments:before {
	    background: url('/public/images/stock/86524071.jpg');
		background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}

}
@media screen and (min-width: 800px){
	#container,
	#sitelinks {
		width: 780px;
		margin: 0 auto;
	}
	#nav,
	#related {
		font-size: 110%;
	}

	#nav {
		position: relative !important;
		padding: 0.8em 2%;
		z-index: 7;
	}
	#nav li,
	#related li {
		margin: 0 8px;
	}
	#header {
		margin-top: 7em;
	}


	#home {
		top: -10.2em;
		width: 247px;
		height: 111px;
		margin: 0 0 0 -122px !important;
	}
	#home:after {
		width: 247px;
		height: 61px;
	}
}

@media screen and (min-width: 1200px){
	h1 {
		font-size: 180%;
		padding: 0.4em 15px 0.5em 15px !important;
	}
	#container,
	#sitelinks {
		width: auto;
		margin: 0 200px;
	}
	#nav,
	#related {
		font-size: 115%;
	}
	#nav li,
	#related li {
		margin: 0 10px;
	}
	#content .inner,
	.contact #content .inner {
		margin-top: 2em;
		-webkit-column-count: 3;
	    -moz-column-count: 3;
	    column-count: 3;
	}
	
	#home-page #content .inner {
		-webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
		padding: 1.5em 0 2em 0;
	}

	#team-page .staff img {
		margin: -11% auto 0.2em auto;
	}

	#home-page #sidebar .welcome:before,
	#home-page #sidebar .appointments:before,
	#home-page #sidebar .treatments:before {
		height: 150px;
		height: 170px;
		margin: -40px -32px 30px -32px;
	}

	#home-page #content .inner p.introduction {
		margin-top: 4em;
		margin-bottom: 0;
		font-size: 140%;
		width: 28em;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#content {
		overflow: hidden;
	}
	

	#content .inner ul {
		max-width: 300px;
		/* display: inline-block; */
	}
	#content ul li,
	#content ol li {
		list-style-position: inside;
		break-inside: avoid-column;
		-webkit-column-break-inside: avoid;
	}
	#content ul li {
		position: relative;
		/* overflow: hidden; */
	}

}
@media screen and (min-width: 1400px){
	#home-page #content {
		bottom: 30%;
	}
	#sidebar p {
		width: 16.2em;
	}
	
	#home-page #content .inner {
		padding: 1.2em 0 1.7em 0;
	}

	#home-page #sidebar .welcome:before,
	#home-page #sidebar .appointments:before,
	#home-page #sidebar .treatments:before {
		height: 160px;
		height: 200px;
		margin: -40px -35px 30px -35px;
	}

	#home-page #content .inner p {
		margin-top: -10em;
		margin-bottom: 10em;
		text-align: center;
	}
	#home-page #content .inner p.introduction {
		margin-top: 4em;
		margin-bottom: 0;
		font-size: 140%;
	}

}
@media screen and (min-width: 1600px){
	#header {
		margin-top: 8em;
	}



	#home {
		width: 296px;
		height: 167px;
		margin: 0 0 0 -148px !important;
		top: -12.9em;
	}
	#home:after {
		width: 296px;
		height: 72px;
	}

	#top {
		font-size: 110%;
	}
	#content .inner {
		-webkit-column-count: 3;
	    -moz-column-count: 3;
	    column-count: 3;
	}
	
	#home-page #content .inner {
		-webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}

	#container,
	#sitelinks {
		width: 1200px;
		margin: 0 auto;
	}
	#nav,
	#related {
		padding: 0.8em;
		font-size: 130%;
	}
	#nav li,
	#related li {
		margin: 0 12px;
	}
	h1 {
		margin: 0 -19px 0.5em -19px;
	}

	#team-page .staff img {
		margin: -14% auto 0.2em auto;
	}

	#home-page #sidebar .welcome:before,
	#home-page #sidebar .appointments:before,
	#home-page #sidebar .treatments:before {
		height: 170px;
		height: 220px;
		margin: -40px -40px 30px -40px;
	}
	

}


	#nav,
	#related {
		text-align: center;
	}

@media screen and (max-width: 480px){
	#nav,
	#header #related,
	#banner,
	#main,
	#sitelinks {
		margin: 0;
	}
	#nav li,
	#related li {
		margin: 0 5px;
	}
	#legal #accessibility-go,
	#legal #cookie-go,
	#nav #orthodontics-nav,
	#nav #adults-nav,
	#nav #children-nav,
	#navigation #callback-related {
		display: none;
	}
	#nav,
	#related {
		padding: 8px;
	}
	#footer {
		padding-bottom: 1em;
	}
	#logos img {
		width: 33%;
		margin: 0 5% 2em 5%;
	}



	#related {
		overflow: hidden;
		line-height: 0.9em;
	}
	#related li {
		overflow: hidden;
		display: inline;
		margin: 0 1% 0 1%;
	}
	#related a {
		display: inline-block;
		overflow: hidden;
	}

}
@media screen and (max-width: 600px){
	#nav #cases-nav,
	#nav #about-nav,
	#nav #team-nav {
		display: none;
	}
	#ourHours,
	#calluson {
		display: none;
	}

	#home-page #content .inner {
		padding-bottom: 0;
	}
	
	#content .inner img {
		max-width: 50%;
	}

 	#home-page #content .inner a {
		position: relative !important;
		clear: both !important;
		overflow: visible !important;
		margin: 0 0.5em 2em 0.5em !important;
		display: inline-block;
	}
	#home-page #content .inner p {
		margin-bottom: 0;
	}
	#home-page #content .inner p.introduction {
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 720px){
	#nav #orthodontics-nav {
		display: none;
	}
	#nav,
	#related {
		padding: 8px;
	}
	#nav li,
	#related li {
		margin: 0 5px;
	}

	#content .inner img {
		max-width: 40%;
		float: right;
		margin: 0.3em 0 5% 5%;
		clear: right;
	}
	#subnav li a {
		margin-bottom: 0.5em !important;
	}
}

@media screen and (min-width: 400px){
	#team-page .staff li {
		min-height: 17em;
	}
}

@media screen and (min-width: 500px){
	#ourHours,
	#calluson {
		font-size: 90%;
		display: inline;
	}

	#gallery-page #content ul {
		margin: 0 -4% 0 0;
	}
	#gallery-page #content li {
		width: 31%;
		margin-bottom: 5%;
	}

	#team-page .staff {
		margin: 0 0 0 -3%;
	}
	#team-page .staff li {
		width: 30%;
		margin: 0 0 3% 3%;
		min-height: 16em;
	}

}
@media screen and (min-width: 600px){
	#ourHours,
	#calluson {
		font-size: 100% !important;
	}



}
@media screen and (min-width: 720px){
	#ourHours,
	#calluson {
		font-size: 110% !important;
	}
	
	#gallery-page #content ul {
		margin: 0 -4% 0 0;
	}
	#gallery-page #content li {
		width: 23%;
		margin-bottom: 3%;
	}

	#team-page .staff {
		margin: 0 0 0 -2%;
	}
	#team-page .staff li {
		width: 23%;
		margin: 0 0 2% 2%;
		min-height: 14em;
	}

	#contact-page #searchbox {
		bottom: -0.3em;
	}
}

@media screen and (min-width: 800px){
	#searchbox {
		width: 97.4%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1200px){
	#ourHours,
	#calluson {
		font-size: 120% !important;
	}
	
	#gallery-page #content ul {
		margin: 0 -4% 0 0;
	}
	#gallery-page #content li {
		width: 18%;
		margin-bottom: 2%;
	}

	#team-page .staff {
		margin: 0 0 0 -2%;
	}
	#team-page .staff li {
		width: 18%;
		margin: 0 0 2% 2%;
	}
	h1 {
		/*
		position: relative;
		z-index: 9;
		background: rgba(255,255,255,0.9);
		margin-top: -2.3em;
		*/
	}
	#header {
		position: relative;
		z-index: 7;
	}
	/*
	#team-page #banner,
	#gallery-page #banner {
		height: 6.8em;
		background: #fff;
	}
	*/
	#main {
		position: relative;
		z-index: 8;
		overflow: visible;
	}

	#home-page #content a {
		font-size: 140%;
	}
	
	#contact-page .form .group {
		float: left;
		width: 49%;
		margin: 0 1% 0 0;
	}
	
	#contact-page .form .group:nth-of-type(2) {
		float: right;
		margin: 0 0 0 1%;
	}
	#searchbox {
		width: 98.4%;
		margin: 0 auto;
	}
}


@media screen and (min-width: 1600px) {
	#gallery-page #content ul {
		margin: 0 -6% 0 0;
	}
	#gallery-page #content li {
		width: 15%;
		margin-bottom: 2%;
	}

	#team-page .staff {
		margin: 0 -4% 0 -2%;
	}
	#team-page .staff li {
		width: 14%;
		margin: 0 0 2% 2%;
		min-height: 13em;
		padding-bottom: 0 !important;
	}
	h1 {
		margin-left: -17px;
		margin-right: -17px;
	}

	#home-page #content a {
		font-size: 140%;
	}

	#home-page #content a:before {
		padding: 0 30px;
	}
	#home-page #content a:after {
		width: 56px;
		height: 80px;
		background-size: 56px 80px;
	}

	/*
	#team-page #banner,
	#gallery-page #banner {
		height: 7.5em;
		background: #fff;
	}
	*/


}

.slogan {
	margin: 0 auto 2em auto;
	color: #87619c !important;
	font-size: 130%;
}

#options {
	position: relative;
	/*
	border: solid 1px #ccc;
	*/
	padding: 0.6em !important;
	left: auto !important;
	margin: 2em 0 !important;
	list-style: none;
	width: auto !important;
	display: block !important;
	float: none !important;
	background: #666;
	background: rgba(0, 0, 0, 0.7);
	min-height: 1.5em;
}
#options li {
	display: inline;
	margin: 0 0.3em 0 0;
}
#options li a {
	color: #fff;
}
#options #top-option {
	position: relative;
	float: right;
	top: -0.3em;
	margin: 0 0 0 0;
}
#options #print-option a:before {
	content: url('/inc/img/icon/print.png');
	position: relative;
	margin: 0 0.3em 0 0;
	top: 2px;
}
#options #pdf-option a:before {
	content: url('/inc/img/icon/pdf.png');
	position: relative;
	margin: 0 0.3em 0 0;
	top: 2px;
}




#content li .address {
	border-color: #5b4a60 !important;
}





.ouraddress {
	margin: -1.5em auto 2em auto;
}


#content a {
	color: #CEB3D7;
}



.prices #content li em {
	font-style: normal;
	color: #fff;
	display: block;
}




/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; }
}
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }

@keyframes movedown {
    0% { top:-2em; }
    100% { top:0; }
}
@-webkit-keyframes movedown {
    0% { top:-2em; }
    100% { top:0; }
}
@-moz-keyframes movedown {
    0% { top:-2em; }
    100% { top:0; }
}
@-ms-keyframes movedown {
    0% { top:-2em; }
    100% { top:0; }
}
@-o-keyframes movedown {
    0% { top:-2em; }
    100% { top:0; }
}

#container {
	margin-top: -0.2em;
}
#announcements {
	position: relative;
	width: 90%;
	top: 0;
	text-align: center;
	background: #222;
	padding: 0.3em 5% 0.5em 5%;
	margin: 0;
	z-index: 900;
	overflow: hidden;
	-webkit-animation: movedown 0.3s linear forwards;
	-moz-animation: movedown 0.3s linear forwards;
	-ms-animation: movedown 0.3s linear forwards;
	-o-animation: movedown 0.3s linear forwards;
	animation: movedown 0.3s linear forwards;
}

#home-page #content .inner {
	display: block !important;
	border: solid 1px red !important;
	margin: 0 -17px 10px -17px !important;
	padding: 40px;
	background: red;
}
#home-page #content .inner * {
	color: white !important;
	padding: 0 !important;
	margin: 0 auto 10px auto !important;
}