@charset "UTF-8";
/* Reset */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.15;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 550px;
}
body, html {
	height: 100%;
	overscroll-behavior: none;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
	border: none;
	outline: none;
}
.clearall {
	clear: both;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
a {
	text-decoration: none;
	outline: none;
}
strong {
	font-weight: 800;
}
/* TRANSITIONS */

#navpanel, .header, .header h1, #navpadding, #navigation ul li a, .social, #scrolldown, #scrollup, #scrollup a, .threecolumnpanel a, #footer a, .donatebutton {
	-o-transition: .75s;
	-ms-transition: .75s;
	-moz-transition: .75s;
	-webkit-transition: .75s;
	transition: .75s;
}
#donatemenu a {
 -o-transition: 1.5s;
 -ms-transition: 1.5s;
 -moz-transition: 1.5s;
 -webkit-transition: 1.5s;
 transition: 1.5s;
 transition-timing-function: ease-out;
}
/* CSS */

::selection {
	background: #EBC000; /* WebKit/Blink Browsers */
	color: #FFFFFF!important;
}
::-moz-selection {
 background: #EBC000; /* Gecko Browsers */
 color: #FFFFFF!important;
}
/* HEADER AND NAVIGATION */

.subpage {
	padding: 0px;
	margin: 0px;
}
.header {
	min-width: 900px;
	width: 100%;
	position: fixed;
	z-index: 5000;
	background-color: transparent;
	height: auto;
}
.subpage .header {
	background-color: #000000;
}
#donatemenu {
	position: fixed;
	z-index: 50000;
	top: 125px;
	right: 0px;
	border-radius: 50px 0px 0px 50px;
	background-color: #EBC000;
	padding: 20px 40px 20px 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#donatemenu a {
	display: block;
	padding: 10px 20px;
	border-radius: 50px;
	background: #5A4D1A;
	font-weight: bold;
	color: #FFFFFF;
}
#donatemenu a:hover {
	background: #000000;
}
.header h1 {
	position: absolute;
	padding: 25px 0px 0px 50px;
	width: 130px;
	height: 130px;
	background: bottom right no-repeat url(../images/hhc_logo_main.png);
	background-size: 130px 130px;
	text-indent: -32000px;
	z-index: 7000;
}
#mobmenubutton {
	display: none;
}
.social {
	display: inline-block;
	float: right;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	text-indent: -32000px;
	opacity: 0.6;
	padding-top: 60px;
}
.social:hover {
	opacity: 1;
}
#facebook {
	background-image: url(../images/facebook.png);
	margin-right: 50px;
}
#youtube {
	background-image: url(../images/youtube.png);
	margin-right: 10px;
}
#email {
	background-image: url(../images/email.png);
	margin-right: 10px;
}
#navpadding {
	position: absolute;
	top: 0px;
	padding: 71px 0px 0px 220px;
}
#navigation {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 600;
}
#navigation li {
	display: inline;
}
#navigation li a, .current {
	color: #FFFFFF;
	padding: 10px 16px;
	border-right: 1px solid #FFFFFF;
}
#navigation li a:hover, .current, #footer p a:hover {
	color: #EBC000;
}
/* SCROLLED NAV */

.shrink .header {
	background-color: #000000;
	height: 75px;
}
.shrink .header h1 {
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
}
.shrink .social {
	padding-top: 40px;
}
.shrink #navpadding {
	padding: 25px 0px 0px 180px;
}
/* FULL PAGE IMAGE */

#videowrapper {
	background: #000000;
	width: 100%;
	height: 100vh;
	z-index: -1;
}
#myVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
	z-index: 0;
}
#whitepage {
	position: relative;
	background: #FFFFFF;
	z-index: 1;
	width: 100%;
	display: block;
}
#homefullpage {
	position: relative;
	bottom: 0px;
	min-height: 100%;
	min-width: 900px;
	background: bottom center no-repeat #000000;
	background-size: cover;
}
#pageheadimage {
	position: relative;
	min-height: 50%;
	min-width: 900px;
	background: center center no-repeat transparent;
	background-size: cover;
}
.ondisplay {
	background-image: url(../images/page_heads/ondisplay.jpg)!important;
}
.visitingus {
	background-image: url(../images/page_heads/visiting.jpg)!important;
}
.aboutthemuseum {
	background-image: url(../images/page_heads/about.jpg)!important;
}
.contact {
	background-image: url(../images/page_heads/contact.jpg)!important;
}
.thankyou {
	background-image: url(../images/page_heads/thankyou.jpg)!important;
}
.donate {
	background-image: url(../images/page_heads/donate.jpg)!important;
}
.centred {
	position: absolute;
	z-index: 500;
	top: 55%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -55%);
	width: 100%;
}
#pageheadimage .centred {
	position: absolute;
	z-index: 500;
	top: 60%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -75%);
	width: 100%;
}
#homefullpage .centred h2, #homefullpagedev .centred h2 {
	color: #EBC000;
	margin-left: 100px;
	font-size: 48px;
	line-height: 54px;
}
#pageheadimage .centred h2 {
	color: #EBC000;
	margin-left: 220px;
	font-size: 48px;
	line-height: 54px;
}
.whitetext {
	color: #FFFFFF;
}
.yellowtext {
	color: #EBC000;
}
.bluetext {
	color: #3A76A8;
}
.freeentry {
	width: 90px;
	height: 90px;
	margin: 30px 0px 0px 100px;
	background: top left no-repeat url(../images/free_entry.png);
	background-size: 90px 90px;
	text-indent: -32000px;
}
#scrolldown {
	width: 100%;
	height: 60px;
	margin: 0px auto;
	background: top center no-repeat url(../images/scrolldown.png);
	background-size: 40px 40px;
	text-indent: -32000px;
	position: absolute;
	bottom: 0px;
	opacity: 0.6;
	z-index: 2000;
}
#scrollup {
	width: 100%;
	height: 60px;
	margin: 0px auto;
	background: top center no-repeat url(../images/scrollup.png);
	background-size: 40px 40px;
	text-indent: -32000px;
	position: fixed;
	bottom: 50px;
	opacity: 0.4;
	z-index: 1000;
}
#scrolldown:hover, #scrollup:hover {
	opacity: 1;
}
.hidden {
	display: none;
}
.contentcolumn {
	position: relative;
	max-width: 1280px;
	min-width: 900px;
	margin: 0px auto 0px auto;
	padding: 50px 0px 50px 0px;
}
.subpage .contentcolumn {
	padding-top: 150px;
}
.subpage .greypanel .contentcolumn, .subpage .whitepanel .contentcolumn {
	padding-top: 30px;
}
.twocolumncontent {
	max-width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 50px 0px;
	color: #666666;
}
.pagehead {
	padding-top: 150px;
}
/* THIS WEEK */

#thisweek {
	padding: 25px;
	margin: 0px 100px;
	background-color: #3A76A8;
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.bottommargin {
	margin-bottom: 25px!important;
}
#thisweek .textpane {
	width: 400px;
	min-height: 320px;
	padding: 25px;
	background: top left url(../images/thisweektextfill.png);
}
#thisweek h2, .contenttext h2, .twocolumncontent h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
#thisweek h3, .twocolumncontent h3, .twocolumncontent h4 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: 600;
}
.twocolumncontent ol li {
	font-size: 18px;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	max-width: 550px;
}
#thisweek p, .twocolumncontent p {
	font-size: 16px;
	margin-bottom: 15px;
	max-width: 550px;
	width: auto;
}
#thisweek p:last-of-type {
	margin-bottom: 50px;
}
#thisweek.bottommargin p:last-of-type {
	margin-bottom: 0px!important;
}
#thisweek a {
	color: #3A76A8;
	background-color: #FFFFFF;
	padding: 10px 25px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
#thisweek a:hover {
	color: #FFFFFF;
	background-color: #3A76A8;
}
.underlinenews p {
	max-width: none;
}
.underlinenews a {
	color: #3A76A8;
	font-weight: 800;
}
.underlinenews a:hover {
	color: #EBC000;
}
/* CONTENT */

.contenttext {
	position: absolute;
	right: 0px;
	width: 37%;
	margin-right: 100px;
	padding: 50px;
	margin-bottom: 120px;
	z-index: 5;
}
.yellow {
	color: #000000;
	background-color: transparent;
	background-image: url(../images/yellowbg.png);
}
.blue {
	color: #FFFFFF;
	background: transparent;
	background-image: url(../images/bluebg.png);
}
.blue a {
	color: #000000;
	font-weight: 800;
}
.blue a:hover {
	color: #FFFFFF;
}
.contenttext p {
	font-size: 16px;
	margin-bottom: 8px;
}
.contenttext h3 {
	font-size: 21px;
	margin-bottom: 15px;
	font-weight: 400;
}
.contentimage {
	width: 70%;
	height: auto;
	float: left;
	margin: 50px 0px 0px 100px;
	left: 100px;
}
.contentimage img {
	float: left;
	width: 100%;
	height: auto;
}
/* GREY CONTENT */

.greypanel {
	background-color: #E5E5E5;
}
.whitepanel {
	background-color: #F5F5F5;
}
.pagemargintop {
	margin-top: -150px;
	padding-bottom: 30px;
}
.margintop {
	margin-top: 20px;
}
.greypanel .contentcolumn, .whitepanel .contentcolumn {
	max-width: 900px!important;
}
.threecolumn {
	width: 300px;
	float: left;
	margin: 10px 0px;
}
.columnpic {
	width: 250px;
	height: auto;
	margin: 0px 25px 20px 25px;
}
.lineitem {
	width: 250px;
	margin: 0px 25px 10px 25px;
}
.price {
	float: right;
	font-weight: bold;
}
.threecolumnpanel {
	position: relative;
	margin: 25px 25px;
	height: 250px;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.thecourt {
	text-align: center;
}
.thecourt p, .thecourt h4 {
	width: 100%;
	max-width: 100%;
}
.thecourt h2, .thecourt h4 {
	font-weight: 800;
}
.courtdivider {
	display: block;
	width: 255px;
	height: 15px;
	margin: 5px auto 25px auto;
	background: center center no-repeat url(../images/courtdivider.png) transparent;
}
.groupvisits {
	background-image: url(../images/link_images/groups.jpg);
}
.schools {
	background-image: url(../images/link_images/schools.jpg);
}
.findus {
	background-image: url(../images/link_images/findus.jpg);
}
.groundfloor {
	background-image: url(../images/link_images/groundfloor.jpg);
}
.firstfloor {
	background-image: url(../images/link_images/firstfloor.jpg);
}
.outside {
	background-image: url(../images/link_images/outside.jpg);
}
.accessibility {
	background-image: url(../images/link_images/accessibility.jpg);
}
.news {
	background-image: url(../images/link_images/news.jpg);
}
.usefullinks {
	background-image: url(../images/link_images/links.jpg);
}
.contactus {
	background-image: url(../images/link_images/contactus.jpg);
}
.courtleet {
	background-image: url(../images/link_images/courtleet.jpg);
}
.officers {
	background-image: url(../images/link_images/officers.jpg);
}
.openingtimes {
	background-image: url(../images/link_images/openingtimes.jpg);
}
.giftshop {
	background-image: url(../images/link_images/giftshop.jpg);
}
.support {
	background-image: url(../images/link_images/support.jpg);
}
.threecolumnpanel .textline {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
	display: block;
	padding: 10px 25px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #005D95;
}
.threecolumn a:hover .textline {
	background-color: #FFFFFF;
	color: #005D95;
}
.opentoday {
	text-align: center;
	background-color: #EBC000;
	margin: 25px 25px 50px 25px;
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 600;
}
.opentoday p {
	text-align: center;
	color: #000000;
	font-size: 14px;
	padding: 10px 25px;
	text-transform: none;
}
/* FOOTER */

#footer {
	padding: 50px 100px 50px 200px;
	background: top left no-repeat url(../images/crest.png) #005D95;
	color: #FFFFFF;
	font-size: 14px;
}
.footcolumn {
	float: left;
	margin-right: 50px;
}
.last {
	float: right;
	margin-right: 0px;
	padding-left: 25px;
	border-left: 1px solid #80AECA;
}
#footer p {
	margin-bottom: 10px;
	line-height: 18px;
}
#footer p strong, #footer p a {
	font-weight: 600;
	color: #FFFFFF;
}
#footer p:last-child {
	margin-bottom: 0px;
}
.twocolumncontent h1 {
	font-size: 38px;
	margin-bottom: 20px;
}
.underline {
    float: left;
    border-bottom: 1px solid #EBC000;
    padding: 20px;
    width: 345px;
    height: 175px;
    margin: 0px 20px;
}
.underlinenews {
	border-bottom: 1px solid #EBC000;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}
.bulletinboardleft {
	float: left;
	margin: 0px 30px 10px 0px;
}
.underline a {
	color: #000000;
}
.underline a:hover {
	color: #005D95;
}
.underline:hover {
	background-color: #EEEEEE;
}
#mapholder {
	width: 850px;
	height: 450px;
	border: none;
}
.signoff {
	width: 980px;
	margin: 0px auto;
}
.signoff p {
	font-size: 12px;
	padding: 20px 0px 20px 0px;
	font-weight: 600;
	color: #666666;
}
.signoff p a {
	color: #3A76A8;
}
.signoff p a:hover {
	color: #EBC000;
}
.leftcolumn {
	float: left;
}
.rightcolumn {
	float: right;
}
 @media screen and (max-width: 1149px) {
.footcolumn {
	float: none;
	margin-bottom: 10px;
}
.last {
	float: right;
	padding: none;
	margin-right: 0px;
}
.signoff {
	width: 680px;
}
}
@media screen and (max-width: 1054px) {
body {
	min-height: 444px;
}
/* HEADER AND NAVIGATION */

.header {
	min-width: 320px;
	height: 75px;
	background-color: #000000;
	margin: 0px;
}
.subpage .header {
}
.header h1 {
	padding: 20px 0px 0px 20px;
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
}
#mobmenubutton {
	display: block;
	margin-right: 20px;
	margin-left: 50px;
	cursor: pointer;
	background-image: url(../images/mobmenubutton.png);
	background-position: center right;
	background-size: 27px auto;
}
.social, .shrink .social {
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	padding-top: 30px;
}
.social:hover {
	opacity: 1;
}
#facebook, #youtube, #email {
	margin-right: 10px;
}
#navpadding, .shrink #navpadding {
	position: absolute;
	top: 75px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
#navigation, .shrink #navigation {
	float: none;
	position: relative;
	right: 0px;
	height: 480px;
	display: none;
	background-color: #000000;
	margin: 0px;
	padding: 30px 20px 10px 20px;
	text-align: right;
	z-index: 1;
}
#navigation li, .shrink #navigation li {
	display: block;
}
#navigation li a, .current {
	display: block;
	color: #FFFFFF;
	padding: 10px 20px;
	margin-bottom: 10px;
	border-right: none;
	border-bottom: 1px solid #333333;
}
#navigation li a:hover, .current, #footer p a:hover {
	color: #EBC000;
}
	

#donatemenu {
	position: relative;
	z-index: 5;
	top: 0px;
	right: 0px;
	text-align: right;
	border-radius: 0px;
	background-color: transparent;
	padding: 0px;
	box-shadow: none;
}
#donatemenu a {
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	border-radius: 25px;
	background: #EBC000;
}
#donatemenu a:hover {
	background: #000000;
	color: #EBC000;
}	

/* FULL PAGE IMAGE */

#homefullpage, #pageheadimage {
	min-width: 320px;
}
#homefullpage .centred {
	position: absolute;
	z-index: 500;
	top: 55%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#pageheadimage .centred {
	position: absolute;
	z-index: 500;
	top: 70%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#homefullpage .centred h2, #pageheadimage .centred h2 {
	margin-left: 30px;
	font-size: 32px;
	line-height: 34px;
}
.freeentry {
	width: 60px;
	height: 60px;
	margin: 30px 0px 0px 20px;
	background-size: 60px 60px;
}
.contentcolumn {
	position: relative;
	min-width: 280px;
	margin: 20px auto 0px auto;
	padding: 20px;
}
.twocolumncontent {
	position: relative;
	min-width: 280px;
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 0px 40px;
}
.subpage .contentcolumn {
	position: relative;
	min-width: 280px;
	margin: 0px auto 0px auto;
	padding: 100px 20px 20px 20px;
}
/* THIS WEEK */

#thisweek {
	padding: 20px;
	margin: -40px 0px 0px 0px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 200% auto;
}
.bottommargin {
	margin-bottom: 25px!important;
	margin-top: 0px!important;
}
#thisweek .textpane {
	width: auto;
	max-width: 380px;
	padding: 40px;
	margin-bottom: 150px;
}
#thisweek h2, .contenttext h2, .twocolumncontent h2 {
	font-size: 26px;
	margin-bottom: 15px;
}
#thisweek a {
	font-size: 14px;
}
.twocolumncontent ol li {
	font-size: 16px;
}
.twocolumncontent ol {
	margin-bottom: 20px;
}
#thisweek h3, .twocolumncontent h3, .twocolumncontent h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
#thisweek p, .twocolumncontent p {
	font-size: 15px;
	margin-bottom: 15px;
}
/* CONTENT */

.contenttext {
	position: static;
	right: 0px;
	width: auto;
	margin: 0px auto 0px auto;
	padding: 40px;
}
.contenttext p {
	font-size: 15px;
	margin-bottom: 15px;
}
.contentimage {
	float: left;
	width: 50%;
	height: auto;
	margin: 40px 20px 20px 40px;
}
/* GREY CONTENT */

.greypanel {
	padding: 0px;
}
.greypanel .contentcolumn, .whitepanel .contentcolumn {
	max-width: 100%!important;
}
.contentcolumn {
	width: 700px;
	margin: 40px auto 0px auto;
}
.subpage .greypanel .contentcolumn, .subpage .whitepanel .contentcolumn {
	padding-top: 0px;
}
.threecolumn {
	width: 233px;
	margin: 0px;
}
.lineitem {
	width: 183px;
}
.columnpic {
	width: 183px;
	height: auto;
}
.threecolumnpanel {
	position: relative;
	margin: 20px 20px 0px;
	padding: 20px;
	height: 125px;
}
.threecolumnpanel a {
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 20px;
	font-size: 18px;
}
.opentoday {
	width: auto;
	margin: 20px;
	color: #FFFFFF;
	font-size: 18px;
	padding: 10px;
}
.pagehead {
	padding-top: 100px;
}
.underline {
	float: none;
	width: auto;
	height: auto;
}
#mapholder {
	width: 700px;
	height: 350px;
	border: none;
	margin: 0px 0px 20px 0px;
}
}
@media screen and (max-width: 799px) {
.contentcolumn {
	width: auto;
	margin: 20px auto 0px auto;
}
.last {
	float: none;
	border: none;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #80AECA;
	margin-bottom: 15px;
}
.threecolumn {
	width: auto;
	float: none;
	margin: 0px;
}
.columnpic {
	width: 250px;
	height: auto;
	margin: 0px auto 10px auto;
}
.lineitem {
	width: 250px;
	margin: 0px auto 10px auto;
}
.threecolumnpanel {
	position: relative;
	margin: 20px 20px 0px;
	padding: 20px;
	height: 125px;
}
.threecolumnpanel a {
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 20px;
	font-size: 18px;
}
.subpage .greypanel .contentcolumn, .subpage .whitepanel .contentcolumn {
	padding: 10px 0px 30px 0px;
}
.twocolumncontent {
	width: auto;
	min-width: 200px;
	padding: 0px;
	margin: 0px 40px;
}
#mapholder {
	width: 100%;
	height: 350px;
	margin: 0px 0px 20px 0px;
}
#thisweek a {
	font-size: 10px;
}
.signoff {
	width: 320px;
	font-size: 10px;
}
.signoff p {
	padding: 10px 0px 10px 0px;
}
.leftcolumn, .rightcolumn {
	float: none;
}
#scrollup {
	bottom: 80px;
}
}
@media screen and (max-width: 500px) {
.centred h2 {
	font-size: 24px!important;
	line-height: 26px!important;
}
.twocolumncontent p {
	min-width: 160px;
}
#footer {
	padding: 125px 40px 50px 40px;
	background-position: -60px -5px;
}
.contentimage {
	float: none;
	display: table-cell;
	width: auto;
	height: auto;
	margin: 0px;
}
.contenttext, .textpane {
	padding: 20px!important;
}
.twocolumncontent h1 {
	font-size: 24px;
}
.contenttext h2, .textpane h2, .twocolumncontent h2 {
	font-size: 21px;
}
.twocolumncontent ol li {
	font-size: 14px;
}
.contenttext h3, .twocolumncontent h3, .twocolumncontent h4 {
	font-size: 16px;
}
.twocolumncontent p {
	max-width: none;
}
.pagehead {
	padding-top: 150px;
}
.underlinenews {
	padding-bottom: 0px;
}
.bulletinboardleft {
	float: none;
	margin: 0px 0px 20px 0px;
}
.underlinenews p {
	font-size: 14px;
	min-width: 120px;
}
}
@media screen and (max-width: 400px) {
.opentoday {
	margin: 20px;
	color: #FFFFFF;
	font-size: 18px;
	padding: 20px;
}
.floatleft, .floatright {
	float: none;
	width: 100%!important;
	margin: 0px 0px 20px 0px;
}
}
