@import url("tab.css?v=1") screen and (max-width: 1000px);
@import url("mobile.css?v=2") screen and (max-width: 767px);

/*
Edited YUI CSS Reset

Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html, version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}a{color:inherit;text-decoration:none}header,footer,section,nav{display:block}

html,
body {
  height: 100%;
  font-family: "Brandon", sans-serif;
  background: #242021;
  font-size: 14px;
}

::selection { background: #ffefd0; } ::-moz-selection { background: #ffefd0; }

.page {
  border: 20px solid #242021;
  background: url("img/background.jpg") no-repeat #f9f4ec;
  background-size: 100% auto;
  position: relative;
}
.page>div.bg {
  position: absolute;
}
.page>div.bg.petals {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  height: 0;
  padding-top: 1003px;
/*   background: url("img/background-petals.png") no-repeat 50% 0%; */
/*   background-size: 100% auto;   */
}
.page>div.bg.stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  margin-top: 40%;
  padding-top: 60%;
  background: url("img/background-stripe.png") no-repeat;
  background-size: 100% auto;  
}
.page>div.bg.footerpetals {
  position: absolute;
  bottom: -20px;
  left: -20px;
  right: -20px;
  height: 0;
  padding-top: 600px;
/*   background: url("img/background-fpetals.png") no-repeat 50% -40px; */
/*   background-size: 100% auto;   */
}
.page>div.bg.footerbg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-top: 43%;
  background: url("img/background-footer.jpg") no-repeat bottom left;
  background-size: 100% auto;  
}

/*.page {
  width: 100%;
  min-height: 100%;
  max-width: 1600px;
  min-width: 1250px;
  margin: 0 auto;
  overflow: hidden;
}*/
/*.page>div {
  width: 0;
  margin-left: 75%;
}*/
.container {
  overflow: hidden;
  min-width: 1200px;
}
.pgcontainer {
  margin: 0 -20px;
}
.pgcontent {
  width: 1200px;
  margin: 0 auto;
/*   background: rgba(0,0,0,0.05); */
}
header {
  padding-top: 19%;
  position: relative;
}
header h1 {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 19.75%;
  margin-left: -9.9%;
}
header h1 a {
  background: url("img/logo.png") no-repeat;
  position: absolute;
  text-indent: -10000px;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 8.8%;
  background-size: 100% 100%;
}
header nav>ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 66%;
  text-align: center;
  z-index: 5;
}
header nav ul li {
  display: inline-block;
  font-size: 1.14em;
  text-transform: uppercase;
  line-height: 2em;
}
header nav ul li a {
  display: block;
  height: 2em;
  padding: 0 10px;
}
header nav ul li.selected>a,
header nav ul li:hover>a,
header nav ul li a:hover {
  text-decoration: underline;
}
header nav ul li ul {
  display: none;
  position: absolute;
  top: 2em;
  left: 0;
  text-align: center;
  width: 1200px;
}
/*header nav ul li:hover ul {
  display: block;
}*/
header nav ul li.selected ul {
  display: block;
}
header nav ul li ul li {
  text-transform: none;
  font-size: 1.12em;
}
.maincontent {
  position: relative;
/*   min-height: 1300px; */
/*   z-index: 5; */
}
.maincontent .shadow {
  padding: 20px;
  padding-bottom: 87px;
  width: 95.5%;
  background: rgba(0,0,0,0.03);
  margin-top: 250px;
  margin-left: -116px;
  margin-left: -10px;
}
.maincontent .whitepaper {
  background: white;
  width: 100%; 
  padding: 20px;
  margin-top: -66px;
  margin-left: 30px;
}
.maincontent .content {
  width: 100%;
  margin-left: 25px;
  margin-top: -224px;
  position: relative;
}
footer {
  height: 345px;
  height: 385px;
  position: relative;
  text-align: center;
  color: #222;
  margin-top: -20px;
}
footer h3 {
  font-weight: bold;
  font-size: 2.33em;
  width: 41%;
  margin: 0 auto;
  margin-bottom: 12px;
}
footer .subscribe form {
  width: 29%;
  background: #242021;
  margin: 0 auto;
  position: relative;
/*   padding-top: 3.75%; */
  height: 35px;
  padding: 4px;
  font-size: 1.14em;
}
footer .subscribe.complete form {
  height: 74px;
}
footer .subscribe.complete form input {
  -webkit-appearance: none;
}
footer .subscribe.complete form input.firstname {
  width: 49%;
  margin-right: 1%;
}
footer .subscribe.complete form input.lastname {
  width: 50%;
/*   margin-right: 2%; */
}
footer .subscribe.complete form input.email {
  margin-top: 4px;
}
footer .subscribe.complete form button {
  margin-top: 4px;
  float: left;
}
footer .subscribe form input {
  width: 65%;
  background: white;
  border: none;
  height: 35px;
  float: left;
  box-sizing: border-box;
  padding: 0 8px;
  line-height: 35px;
}
footer .subscribe form button {
  border: none;
/*   position: absolute; */
  width: 35%;
  height: 35px;
  font-weight: bold;
  font-style: italic;
  font-size: 1.57em;
  text-transform: uppercase;
  background: #e51937;
  color: white;
}
footer .social {
  padding-top: 1.9%;
  margin-bottom: 2%;
}
footer .social li {
  display: inline-block;
  margin-left: 1.1%;
  margin-right: 1.1%;
}
footer .social li a {
  display: block;
  background: url("img/footer-icons.png") no-repeat;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -10000px;
}
footer .social li.fb a {
  background-position: 0 0;
}
footer .social li.tw a {
  background-position: -32px 0;
}
footer .social li.yt a {
  background-position: -64px 0;
}
footer .social li.ig a {
  background-position: -96px 0;
}
footer .social li.em a {
  background-position: -128px 0;
}
footer .info {
  color: #242021;
  margin-top: 1.3%;
}
footer p a {
  text-decoration: underline;
}
.footericons {
  position: absolute;
  right: 0;
  bottom: 24px;
  vertical-align: bottom;
}
.footericons li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 26px;
}
.footericons li a {
  display: block;
}
.footericons li img {
  display: block;
}
.carouselcontainer {
  width: 96%;
}
.carousel {
  width: 100%;
/*   height: 400px; */
/*   background: rgba(0,0,0,0.2); */
  position: relative;
  padding-top: 8.8%;
  padding-bottom: 3.6%;
  margin-bottom: 0.5%;
}
.carousel .mainimg {
  margin-left: 24.64%;
  margin-right: 9%;
  position: relative;
}
.event .mainimg img,
.carousel .mainimg img {
  width: 100%;
  display: block;
}
.carousel .mainimg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("img/carousel-overlay.png") no-repeat top left;
  background-size: 100% 100%;
}

.galleryphotos .mainimg,
.largephoto .mainimg {
  position: relative;
}
.galleryphotos .mainimg>img,
.largephoto .mainimg>img {
  width: 100%;
}
.galleryphotos li:hover .mainimg .hireoverlay {
  display: block;
}
.galleryphotos .mainimg .hireoverlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #1690aa;
  color: white;
  display: none;
}
.galleryphotos .mainimg .hireoverlay div {
  display: inline-block;
  line-height: normal;
  font-size: 3em;
}
.galleryphotos .mainimg .hireoverlay div em {
  display: inline-block;
  height: 35px;
  padding: 0 5px;
  line-height: 35px;
/*   overflow: hidden; */
  font-size: 0.76em;
  font-weight: 800;
  font-style: italic;
  border: 5px solid white;
  text-transform: uppercase;
  font-family: "Brandon", sans-serif;
}
.galleryphotos .mainimg .hireoverlay div strong {
  display: inline-block;
  vertical-align: middle;
  font-family: "BodoniBECn";
  font-weight: 400;
  font-style: italic;
}
.galleryphotos .mainimg .hireoverlay div strong sub {
  display: block;
  font-size: 0.38em;
  line-height: 1em;
  font-family: "Brandon";
  font-style: normal;
  font-weight: normal;
  margin-top: -0.3em;
}



.listimg .quote,
.largephoto .mainimg .quote,
.galleryphotos .mainimg .quote,
.galleryparts .mainimg .quote,
.event .mainimg .quote,
.carousel .mainimg .quote,
.photogallery .quote {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  color: white;
  background: #242021;
  height: 36px;
  line-height: 36px;
  padding: 0 2%;
  font-family: "BodoniBE", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.28em;
}
.listimg .quote span,
.largephoto .mainimg .quote span,
.galleryphotos .mainimg .quote span,
.galleryparts .mainimg .quote span,
.event .mainimg .quote span,
.carousel .mainimg .quote span,
.photogallery .quote span {
  position: absolute;
  display: block;
  right: 2%;
  top: 0;
  font-family: "Brandon", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.70em;
}
.galleryphotos .mainimg .quote span {
  font-size: 1em;
}
.listimg .quote em,
.largephoto .mainimg .quote em,
.galleryphotos .mainimg .quote em,
.galleryparts .mainimg .quote em,
.event .mainimg .quote em,
.carousel .mainimg .quote em,
.photogallery .quote em {
  display: inline-block;
  height: 100%;
  width: 3.7%;
  overflow: hidden;
  text-indent: -10000px;
  vertical-align: middle;
  background: url("img/carousel-quote.png") no-repeat top right;
  background-size: 200% 100%;
}
.listimg .quote em:first-child,
.largephoto .mainimg .quote em:first-child,
.galleryphotos .mainimg .quote em:first-child,
.galleryparts .mainimg .quote em:first-child,
.event .mainimg .quote em:first-child,
.carousel .mainimg .quote em:first-child,
.photogallery .quote em:first-child {
  background-position: top left;
}
.mainimg {
  position: relative;
}
h2 {
  font-size: 7.14em;
  font-weight: bold;
  color: #e51937;
  line-height: 0.8em;
}
h2.archivetitle {
  font-size: 6.5em;
}
.content h2 {
/*   font-size: 5.14em; */
}
.carouselcontainer h2 {
  width: 72%;
  z-index: 1;
  margin-bottom: -7%;
  position: relative;
/*   position: absolute; */
/*   top: 0; */
/*   left: 5.8%; */
}
.carouselcontainer h2 span {
  font-size: 0.6em;
  line-height: 0.8em;
  vertical-align: baseline;
}
.eventbutton {
  text-transform: uppercase;
  color: white;
  text-align: center;
  display: block;
  font-weight: 800;
  font-style: italic;
  padding: 0 8px;
  line-height: 1.20em;
}
.eventbutton.null {
  background: #242021;
}
.eventbutton.confirm {
  background: #e51937;
}
.eventbutton.paid {
  background: #fcb134;
}
.eventbutton.free {
  background: #1690aa;
}
.eventbutton.sold {
  background: #242021; 
}
.carousel .eventbutton {
  position: absolute;
  bottom: 88%;
  right: 9.85%;
  font-size: 1.57em;
}
.socshare {
  width: 36px;
  
}
.socshare li {
  width: 100%;
  margin-bottom: 3px;
}
.socshare li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-indent: -10000px;
  height: 36px;
  background: url("img/socshare.png") no-repeat;
  background-size: 100% 300%;
}
.socshare li.fb a {
  background-position: top left;
}
.socshare li.tw a {
  background-position: bottom left;
}
.carousel .socshare {
  position: absolute;
  left: 0;
  top: 38%;
}
.squaredate {
  color: #242021;
  position: relative;
  height: 45px;
  width: 150px;
}
.squaredate date {
  display: block;
  height: 35px;
  width: 38px;
  text-align: center;
  line-height: 35px;
  overflow: hidden;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  border: 5px solid #242021;
  position: absolute;
}
.squaredate span {
  display: block;
  font-size: 42px;
  font-family: "BodoniBECn", serif;
  font-weight: 500;
  font-style: italic;
  position: absolute;
}
.squaredate span.compact {
  font-size: 26px;
  white-space: nowrap;
}
.squaredate em {
  font-size: 16px;
  position: absolute;
}
.squaredate em.weekday {
  text-transform: uppercase;
}
.squaredate em.todate {
  text-transform: uppercase;
  padding-left: 12px;
  background: url("img/date-arrow.png") no-repeat 0% 50%;
}
.squaredate.horizontal date {
  top: 0;
  left: 0;
}
.squaredate.horizontal span {
  left: 60px;
  top: 0;
}
.squaredate.horizontal em {
  left: 60px;
  top: 38px;
}
.squaredate.vertical date {
  top: 0;
  left: 0;
}
.squaredate.vertical span {
  left: 0;
  top: 50px;
}
.squaredate.vertical em {
  left: 0;
  top: 88px;
  text-transform: uppercase;
}
.boxtext {
  font-size: 3em;
  font-family: "BodoniBECn", serif;
  font-weight: 500;
  font-style: italic;
/*   position: absolute; */
  left: 0;
  top: 9.22%;
  z-index: 1;
}
.evt .boxtext {
  position: absolute;
}
.boxtext em {
  display: inline-block;
  height: 35px;
  padding: 0 5px;
  line-height: 35px;
/*   overflow: hidden; */
  font-size: 0.76em;
  font-weight: 800;
  font-style: italic;
  border: 5px solid #242021;
  text-transform: uppercase;
  font-family: "Brandon", sans-serif;
}
.carousel .squaredate {
  position: absolute;
  left: 5.8%;
  top: 27%;
}
.carousel .boxtext {
  position: absolute;
  left: 5.8%;
  top: 17%;
  width: 18%;
}
.carousel .boxtext strong {
  display: inline-block;
  vertical-align: middle;
}
.carousel .boxtext strong sub {
  display: block;
  font-size: 0.38em;
  line-height: 1em;
  font-family: "Brandon";
  font-style: normal;
  font-weight: normal;
  margin-top: -0.3em;
}
.carousel p {
  width: 16.36%;
  position: absolute;
  left: 5.8%;
  top: 38%;
  font-size: 1.14em;
  line-height: 1.18em;
}
.carousel .smallimg {
  position: absolute;
  left: 0;
  top: 38%;
  width: 22%;
}
.carousel .smallimg img {
  display: block;
  width: 100%;
}
.carousel .prev,
.carousel .next {
  position: absolute;
  width: 22.73%;
  text-align: right;
  top: 70%;
}
#popphoto2 .carousel .prev,
#popphoto2 .carousel .next {
  top: 0%;
  margin-top: 33%;
}
.carousel .prev {
  left: 0;
  margin-left: -1.82%;
}
.carousel .next {
  right: 0;
  text-align: left;
  margin-right: -14.45%;
}
.carousel.largephoto .next {
  margin-right: -11.45%;
}
.carousel .prev a,
.carousel .next a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.carousel .prev em,
.carousel .next em {
  display: block;
  font-family: "BodoniBECn", serif;
  font-style: italic;
  font-size: 2.28em;
  font-weight: 500;
  line-height: 26px;
}
.carousel .prev em i,
.carousel .next em i {
  display: inline-block;
  height: 26px;
  width: 26px;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -10000px;
  background: url("img/carousel-arrows.png") no-repeat top left;
  background-size: 300% 300%;
  margin-top: -9px;
  margin-left: 10px;
  margin-right: 10px;
}
.carousel .next em i {
  background-position: top right;
}
.carousel .prev span,
.carousel .next span {
  display: block;
  font-size: 1.14em;
  line-height: 1.18em;
}
.carousel .prev date,
.carousel .next date {
  display: block;
  font-size: 1.14em;
  line-height: 1.18em;
}
.eventyear {
  position: relative;
  background: #242021;
  font-size: 1.14em;
  font-family: "Brandon";
  font-weight: 700;
  color: white;
  padding: 8px 8px;
  margin-left: -30px;
  margin-bottom: 4.5%;
}
.eventyear.first {
  margin-top: -4.3%;
}
.eventyear a {
  position: absolute;
  text-transform: uppercase;
  display: block;
  right: 2px;
  top: 2px;
  height: auto;
  bottom: 2px;
  vertical-align: middle;
  padding: 4px 10px;
  font-size: 1.28em;
  background: #e51937;
  font-style: italic;
  font-weight: 900;
}

.event {
  position: relative;
}
.event>h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 1%;
}
.event .evt {
  position: relative;
}
.event .eventbutton {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 5px;
}
.event.big .mainimg {
  margin-left: 20.35%;
  margin-right: 0%;
  position: relative;
}

.listimg .quote,
.largephoto .mainimg .quote,
.galleryphotos .mainimg .quote,
.galleryparts .mainimg .quote,
.event.big .mainimg .quote,
.photogallery .quote {
  font-family: "BodoniBECn";
  font-weight: 500;
}
.event.big .mainimg .quote em {
  margin-left: 5px;
}
.event.big .mainimg .quote em:first-child {
  margin-left: 0;
  margin-right: 5px;
}
.event .squaredate {
  position: absolute;
  left: 0%;
  top: 11.74%;
}
.event.small .squaredate {
  top: 33%;
}
.event.small .eventbutton {
  top: 13%;
}
.event.medium .squaredate {
  top: 33%;
}
.event.medium .eventbutton {
  top: 13%;
}
.event.big {
  clear: left;
  float: left;
  width: 55.32%;
  padding-bottom: 3%;
}
.event.medium {
  float: left;
  width: 39%;
  padding-bottom: 3%;
  margin-left: 3.2%;
}
.newsbox h2,
.event.big h2,
h2.weekly {
  font-size: 5.36em;
}
h2.weekly {
  padding-bottom: 0.2em;
  text-align: center;
}
.event.big>p {
  left: 0;
  position: absolute;
  width: 19%;
  margin-top: -39.5%;
  font-size: 1.14em;
  line-height: 1.18em;
}
.newsbox .mainimg {
  position: relative;
}
.newsbox .mainimg img {
  display: block;
  width: 100%;
}

.event.small {
  margin-left: 1.3%;
  width: 32%;
  float: left;
/*   overflow: hidden; */
  padding-bottom: 1%;
}
.event.small:nth-child(3n+1) {
  clear: left;
}

.event.small h2 {
  font-size: 3em;
  width: 70%;
  margin-bottom: 1.3%;
}
.event.medium h2 {
  font-size: 3.7em;
  width: 70%;
  margin-bottom: 1.3%;
}
.event.small:first-child {
/*   margin-left: 0; */
}
.event.small .mainimg {
  margin-left: 17.3%;
  margin-right: 0%;
  position: relative;
}
.event.medium .mainimg {
  margin-left: 17.3%;
  margin-right: 0%;
  position: relative;
}
.event.small>p {
  width: 77%;
  margin-top: 1.4%;
  font-size: 1.14em;
  line-height: 1.18em;
}
.event.medium>p {
  width: 77%;
  margin-top: 1.4%;
  font-size: 1.14em;
  line-height: 1.18em;
}

.newsbox {
  float: none;
  margin-left: 59.16%;
  width: 32.11%;
  
}
.newsbox h2,
.winfo h2 {
  color: #222;
  text-align: center;
}
.newsbox .articles {
  overflow: hidden;
}
.articles h3 {
  font-size: 2.29em;
  line-height: 100%;
  font-family: "BodoniBECn";
  font-style: italic;
  margin-top: 2%;
  text-align: center;
}
.articles p {
  margin-top: 1.36%;
  font-size: 1.14em;
  line-height: 119%;
}
aside .articles p {
  font-size: 1em;
  line-height: normal;
}
.articles div.more {
  text-align: center;
}
.articles a.more,
.details a.more {
  color: #222;
  font-size: 1.29em;
  font-family: "BodoniBECn";
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
  background: url("img/plus-sign.png") no-repeat 100% 45%;
  padding: 2% 24px 2% 0;
  margin: 2% auto;
}
.ornaments {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 7px;
  border-bottom: 1px solid black;
  text-align: center;
  line-height: 12px;
}
.ornaments>em {
  display: inline-block;
  background: white url("img/ornaments.png") no-repeat 2px 0;
  padding-left: 24px;
  line-height: 12px;
  font-size: 1.14em;
  vertical-align: middle;
}
.ornaments>em>em {
  display: inline-block;
  width: 24px;
  height: 12px;
  background: url("img/ornaments.png") no-repeat 0 -24px;
  vertical-align: middle;
}

.otherevents {
  clear: left;
  overflow: hidden;
  padding-top: 1%;
  padding-bottom: 3%;
/*   margin-right: 1.75%; */
  margin-left: -1.3%;
}

.glyph {
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 0;
}

.glyph.eye {
  padding-top: 49.4%;
  background-image: url("img/glyph-eye.png");
}
.glyph.eye.closed {
  background-image: url("img/glyph-eye-closed.png");
}

.glyph.lips {
  padding-top: 6.98%;
  padding-top: 10%;
  background-image: url("img/glyph-lips.png");
  margin-right: 1.75%;
}
.glyph-lips {
  background: url("img/glyph-lips.png") no-repeat 50% 50%;
  padding-top: 42%;
}
.glyph-eye {
  background: url("img/glyph-eye.png") no-repeat 27% 50%;
  padding-top: 46%;
}
.glyph-eye.closed {
  background-image: url("img/glyph-eye-closed.png");
}
.galleryphotos li .glyph-eye {
  background: url("img/glyph-eye.png") no-repeat 50% 50%;
  padding-top: 70%;
}
.galleryphotos li .glyph-eye.closed {
  background-image: url("img/glyph-eye-closed.png");
}
.hrwiltons {
  width: 100%;
  margin-top: 5.45%;
  border-top: 1px solid #242021;
  text-align: center;
}
.hrwiltons span {
  display: block;
  text-align: center;
  background: white;
  margin: 0 auto;
  margin-top: -2%;
  width: 28.18%;
}
.hrwiltons.alt span {
  margin-top: -3.5%;
  width: 18.78%;
}
.hrwiltons em {
  background: url("img/logo.png") no-repeat;
  text-indent: -10000px;
  overflow: hidden;
  display: inline-block;
  width: 76.43%;
  padding-top: 13.48%;
  background-size: 100% 100%;
  vertical-align: middle;
  height: 0;
}
.hrwiltons span b {
  background: url("img/glyph-lips.png") no-repeat 50% 50%;
  text-indent: -10000px;
  overflow: hidden;
  display: inline-block;
  width: 57.27%;
  padding-top: 37.5%;
  background-size: 100% 100%;
  vertical-align: middle;
  height: 0;
}
.hrwiltons span i {
  display: inline-block;
  padding-top: 13.48%;
  width: 20px;
  background: url("img/ornlarge.png") no-repeat 100% 50%;
  height: 0;
  vertical-align: middle;
  margin-left: 4.6%;
  margin-right: 0;
}
.hrwiltons span i:first-child {
  background-position: 0% 50%;
  margin-right: 4.6%;
  margin-left: 0;
}
.wquote {
  color: #242021;
  margin-right: 3.05%;
  margin-bottom: 2%;
}
.wquote .quote {
  text-align: center;
  font-size: 42px;
  color: #242021;
  font-style: italic;
  font-size: 3em;
  font-family: "BodoniBECn", serif;
  font-weight: 500;
  margin-top: 1.65%;
}
.wquote .quote i {
  width: 3.63%;
  height: 1em;
  vertical-align: middle;
  background: url("img/wquotes.png") no-repeat 100% 50%;
  display: inline-block;
  margin: 0 1%;
  background-size: 955% 71%;
}
.wquote .quote i:first-child {
  background-position: 0% 50%;
}
.wquote .heading {
  text-align: center;
  font-size: 1.14em;
  line-height: 2em;
}
.wquote .heading a {
  text-decoration: underline;
}
.wquote .heading .more {
/*   display: block; */
  margin: 0 auto;
  font-size: 1.28em;
  font-family: "BodoniBECn", serif;
  font-weight: 500;
  font-style: italic;
  padding-right: 22px;
  background: url("img/link-more.png") no-repeat 100% 50%;
  width: auto;
  position: relative;
  z-index: 1;
}
.winfo {
  margin-right: 3.05%;
}
.winfo>li {
  float: left;
  width: 25.7%;
}
.winfo>li.gallery {
  width: 44.5%;
  margin: 0 1.7%;
}
.winfo h2 {
  font-size: 5.35em;
  position: relative;
  line-height: 0.95em;
}
.winfo .gallery .listimg {
/*   width: 100%; */
  border: 3px solid white;
  box-shadow: -20px 40px 0 rgba(0,0,0,0.1);
  position: relative;
}
.winfo .gallery .listimg img {
  width: 100%;
  display: block;
}
.listimg .quote em {
  display: none;
}
.caption {
  padding: 0 15px 0 39px;
/*   margin-bottom: -204px; */
  margin-bottom: -17.8%;
}
.maincontent>.caption {
  padding-left: 12.5%;
}
.pagecaption {
  position: relative;
}
.pagecaption.navig {
  padding-left: 22%;
  padding-right: 28.8%;
}
.pagecaption p {
  color: #222;
  font-family: "BodoniBECn", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 3em;
  margin-top: -1.75%;
/*   line-height: 3em; */
  line-height: 1.2em;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
/*   text-align: center; */
  width: 80%;
}
.pagecaption p i {
  top: -10px;
  position: relative;
}
.pagecaption p em {
  display: inline-block; 
  line-height: 1em;
  font-size: 0.76em;
  border: 5px solid #222;
  vertical-align: middle;
  font-family: "Brandon", sans-serif;
  font-weight: 800;
  margin-top: -10px;
  margin-right: 5px;
  padding: 0 5px;
}
.pagecaption span {
  display: block;
  position: absolute;
  top: 38px;
}
.pagecaption h2>span {
  position: static;
  top: 0;
  display: inline;
  font-size: 0.6em;
  line-height: 0.8em;
  vertical-align: baseline;
}
.pagecaption.whatsonnavig span {
  top: auto;
  bottom: 20%;
}
.pagecaption.whatsonnavig span.next {
  left: 60%;
  margin-left: 30px;
}
.pagecaption .prev {
  right: 80.8%;
  text-align: right;
  margin-left: -12%;
}
.pagecaption .next {
  left: 73.4%;
}
.pagecaption span a {
  font-family: "BodoniBECn", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.28em;
  display: block;
  white-space: nowrap;
}
.pagecaption span em {
  display: block;
  font-size: 1.14em;
}
.pagecaption span i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("img/carousel-arrows.png") no-repeat;
  background-size: 300% 300%;
  vertical-align: middle;
  margin: -6px 10px 0;
}
.pagecaption span.next i {
  background-position: top right;
  margin: -6px 0 0 10px;
}
.pagecaption span.prev a:hover i,
.carousel .prev a:hover em i {
  background-position: bottom left;
}
.pagecaption span.next a:hover i,
.carousel .next a:hover em i  {
  background-position: bottom right;
}

.filter {
/*   margin-top: 183px; */
  margin-top: 15.97%;
  margin-left: -2.62%;
  padding-top: 3.926%;
  position: relative;
  background: #242021;
  margin-bottom: 4.5%;
  color: white;
  z-index: 11;
}
.filter>ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 69%;
}
.filter>ul>li.mobiletext {
  display: none;
}
.filter>ul>li {
  float: left;
  font-size: 1.14em;
  margin-left: 3.46%;
  line-height: 2.8em;
/*   padding-right: 20px; */
/*   background: url("img/filter-icons.png") no-repeat 100% 50%; */
/*   height: 100% */
}
.filter label {
  display: block;
  float: left;
}
.filter .selected label a {
  background: #e51937;
  padding: 0 0.62em;
  display: inline-block;
  height: 1.4em;
  line-height: 1.4em;
  vertical-align: middle;
  margin: 0.7em -0.62em;
}
.filter .active label>em {
  padding: 0 4px;
}
.filter .active label>em {
  background: #e51937;
}
.filter>ul>li>label.select {
  background: url("img/filter-icons.png") no-repeat 100% 50%;
  padding-right: 20px;
}
.filter>ul>li>span {
  display: inline-block;
  height: 100%;
  background: url("img/filter-icons.png") no-repeat 100% 50%;
  padding-right: 20px;
}
.filter>ul>li:hover>span {
  background-position: bottom right;
}
.filter .calendar {
  background: url("img/filter-icons.png") no-repeat 0% 0%;
  padding-left: 28px;
  height: 100%;
  color: white;
/*   display: none; */
}
.filter>ul>li>label {
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-right: 0.62em;
}
.filter>ul>li>ul {
  background: #242021;
  padding: 0 20px;
  display: none;
}
.filter>ul>li:hover>ul {
  display: block;
}
.filter>ul>li>ul a {
  margin: 0 -5px;
  padding: 0 5px;
  white-space: nowrap;
}
.filter>ul>li>ul a:hover {
  background: #e51937;
}
.filter form {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 4px;
  width: 30%;
}
.filter form input {
/*   position: absolute; */
/*  top: 0;
  right: 0;*/
  height: 100%;
  box-sizing: border-box;
  padding: 3px 10px;
  border: none;
  display: block;
  float: left;
  width: 70%;
  font-size: 1.14em;
}
.filter form button {
/*   position: absolute; */
/*  top: 0;
  right: 0;*/
  height: 100%;
  box-sizing: border-box;
/*   padding: 3px; */
  border: none;
  display: block;
  float: left;
  width: 30%;
  color: white;
  background: #e51937;
  text-transform: uppercase;
  font-size: 1.57em;
  font-weight: 800;
  font-style: italic;
/*   padding-bottom: 3px; */
}
.loadmore {
  text-align: center;
}
.loadmore a {
  display: inline-block;
  background: #e51937;
  color: white;
  font-size: 1.57em;
  text-transform: uppercase;
  font-family: "Brandon", sans-serif;
  font-weight: 800;
  font-style: italic;
  padding: 0 1%;
}
.calendar {
/*   background: rgba(0,0,0,0.2); */
  padding-left: 1.4%;
  color: #242021;
}
.calendar .weekdays {
/*   background: rgba(0,0,0,0.1); */
}
.calendar .weekdays li {
  width: 14.25%;
  float: left;
  font-family: "BodoniBECn";
  font-style: italic;
  font-size: 3em;
  font-weight: 500;
}
.calendar .cal {
  background: url("img/calbg.png") white;
}
.calendar .cal>ul>li {
  float: left;
  width: 14.25%;
  padding-top: 32.4%;
  position: relative;
  color: #242021;
}
.calendar .cal>ul>li {
  background: white;
}
.calendar .cal>ul>li.passed {
  background: transparent;
}
.calendar .cal>ul>li.gray {
  background: #f1f1f1;
}
.calendar .cal li.passed.gray {
  background: url("img/calgray.png");
}
.calendar .cal li.inactive {
  color: #918f90;
}
.calendar .cal li.inactive .eventbutton.paid {
  background: #fdd899;
}
.calendar .cal li.inactive .eventbutton.free {
  background: #8ac7d4;
}
.calendar .cal li.inactive .eventbutton.sold {
  background: #918f90;
}
.calendar .cal>ul>li>div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.calendar .cal>ul>li>.line {
  display: block;
  height: 1px;
  background: #242021;
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 0;
}
.calendar .cal li>div>date {
  display: block;
  margin: 5.6%;
  width: 23.75%;
  text-align: center;
  border: 5px solid #242021;
  font-size: 2.28em;
  font-weight: 800;
  font-style: italic;
  line-height: 1.1em;
}
.calendar .cal li>div>.month,
.calendar .cal li>div>.weekday {
  display: none;
}
.calendar .cal .inactive>div>date {
  border-color: #918f90;
}
.calendar .cal .current>div>date {
  border: 5px solid #e51937;
  background: #e51937;
  color: white;
}
.calendar .cal li>div>.event {
  height: 28.3%;
  font-size: 1.14em;
  line-height: 1.18em;
  padding: 0 5%;
  position: relative;
  box-sizing: border-box;
  padding-top: 2%;
}
.calendar .cal li>div>.event p {
  height: 2.36em;
  overflow: hidden;
}
.calendar .cal li>div>.event>a.evlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calendar .cal li>div>.event:hover {
  background: #242021;
  color: white;
}
.calendar .cal li.passed>div>.event:hover,
.calendar .cal li.inactive>div>.event:hover {
  background: transparent;
  color: #242021;
}
.calendar .cal li>div>.event>.eventbutton {
  position: relative;
  display: block;
  width: 75%;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.calendar .cal .time {
  display: block;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.calendar .cal li>div>.event>div {
  position: absolute;
  top: -50%;
  left: 92.5%;
  z-index: 12;
  background: white;
  width: 236%;
  padding: 15%;
  box-shadow: -20px 40px 0 rgba(0,0,0,0.1);
  display: none;
}
.calendar .cal li>div>.event>div.left {
  left: auto;
  right: 100%;
}
.calendar .cal li>div>.event:hover>div {
  display: block;
}
.calendar .cal li>div>.event>div>.event {
  width: 100%;
}
.calendar .cal li>div>.event>div>.arrow {
  display: block;
  position: absolute;
  width: 16px;
  height: 30px;
  left: 0;
  margin-left: -16px;
  top: 52px;
  background: url("img/popin-arrow.png") no-repeat;
}
.calendar .cal li>div>.event>div.left>.arrow {
  margin-left: 0;
  left: auto;
  right: 0;
  background-position: top right;
  margin-right: -12px;
}
.calendar .cal li>div>.event>div p {
  width: auto;
  color: #242021;
}
.calendar .cal li>div>.event>div .squaredate span {
  top: 60px;
}
.columns {
  
}
.columns .maincolumn {
  width: 55%;
  float: left;
  margin-right: 8.7%;
/*   background: red; */
}
.columns aside {
  float: left;
  width: 33.15%;
/*   background: red; */
}
.details {
  position: relative;
  padding-left: 11%;
  clear: both;
  margin-bottom: 3%;
}
.details .socshare {
  position: absolute;
  top: 0;
  left: 0;
}
.details.withlinks {
  border-top: 1px solid #888;
  padding-top: 4.75%;
}
.erating.withlinks {
  padding-bottom: 4.75%;
}
.details.withlinks .socshare {
  padding-top: 5.5%;
}
.details.withlinks h2 {
  color: #242021;
  font-size: 5.36em;
  padding-bottom: 2.67%;
}
.details.withlinks.small h2 {
  font-size: 3em;
}
.details.withlinks>ul.links {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 1.5%;
}
.details.withlinks>ul.links li {
  float: left;
  font-family: "Brandon", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #242021;
  text-transform: uppercase;
  font-size: 1.14em;
  padding: 0 2px;
}
.details.withlinks>ul.links li a {
  display: block;
  padding-right: 1.75em;
  height: 1.5em;
  line-height: 1.5em;
  background: url("img/link-access.png") no-repeat 100% 50%;
  background-size: auto 100%;
}
.details h3 {
  font-size: 3em;
  font-weight: 500;
  font-style: italic;
  font-family: "BodoniBECn", serif;
  color: #222;
  margin-bottom: 1.57%;
}
.details .photogallery {
  position: relative;
  margin-top: 3%;
}
  
.details .photogallery>img {
  width: 100%;
}
.details.small .photogallery {
  width: 51%;
  float: left;
  margin-right: 3.57%;
}
.galleryphotos .mainimg .quote,
.details.small .photogallery .quote {
  text-align: center;
  font-family: "Brandon";
  font-weight: normal;
  font-style: normal;
  font-size: 0.93em;
  line-height: 26px;
  height: 26px;
}
.details .photogallery a.prev,
.details .photogallery a.next {
  position: absolute;
  top: 50%;
  display: block;
  background: url("img/carousel-arrows.png") no-repeat;
  background-size: 300% 300%;
  margin-top: -2.37%;
  width: 4.73%;
  padding-top: 4.73%;
  left: -7.64%;
}
.details .photogallery a.next {
  left: auto;
  right: -7.64%;
  background-position: top right;
}
.details.small .photogallery a.prev,
.details.small .photogallery a.next {
  top: auto;
  margin-top: 0;
  bottom: 0;
  width: 9.1%;
  padding-top: 9.1%;
  left: 0;
}
.details.small .photogallery a.next {
  left: auto;
  right: 0;
}

.details .text,
.membership .text {
  font-size: 1.14em;
  line-height: 1.62em;
}
.details .text img {
  max-width: 100%;
}
.details .text iframe {
  max-width: 100%;
}
.details .text.more {
  display: none;
}
.details p,
.membership .text p {
  margin: 1.57% 0;
  font-size: 1em;
  line-height: 1.62em;
}
.erating div.info,
.details .info2,
.details .info {
  font-size: 1.14em;
  line-height: 1.62em;
}
.details .info.link {
  display: inline-block;
}
.erating div.info em,
.details .info em {
  font-weight: 800;
  font-style: italic;
  font-variant: small-caps;
}
.erating div.info b,
.details .info b {
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}
.erating div.info i,
.details .info i {
  display: inline-block;
  width: 10px;
  height: 1.62em;
  overflow: hidden;
  text-indent: -10000px;
  background: url("img/date-arrow.png") no-repeat 50% 50%;
  vertical-align: middle;
}
.erating div.info span,
.details .info span {
  font-size: 2.8em;
  height: 0.58em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.28em;
  margin: 0 0.1em;
}
.membership a.more,
.findus a.download,
.ways a.more,
.jobs a.download,
.jobs a.more,
.details .info a.download,
.details .info a.more {
  display: inline-block;
  font-size: 1.125em;
  font-family: "BodoniBECn", serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2em;
/*   margin-top: 2%; */
  text-decoration: underline;
  padding-right: 24px;
  background: url("img/plus-sign.png") no-repeat 100% 50%;
/*   margin-right: 2%; */
}
.findus a.download,
.jobs a.download,
.details .info a.download {
  background-image: url("img/link-download.png");
}
.maincolumn .event.big {
  width: 100%;
  margin: 3% 0;
  margin-top: 6%;
}
.maincolumn .event.big .openstate {
  position: absolute;
  top: 13%;
  z-index: 9;
}
.maincolumn .event.medium {
  width: 70%;
  margin: 3% 0;
  margin-left: 30%;
}
.erating {
  padding-left: 11%;
  margin-top: 4%;
}
.erating .lips {
  background: url("img/glyph-lips.png") no-repeat;
  padding-top: 27.67%;
  height: 1px;
  margin-bottom: 4%;
  margin-top: 10%
}
.erating h2 {
  color: #242021;
  font-size: 5.35em;
}
.erating ul {
  padding-top: 4%;
}
.erating h4 {
  font-family: "BodoniBECn";
  font-style: italic;
  font-weight: 500;
}
.erating .rating h4 {
  font-size: 2.28em;
}
.erating ul li {
  margin-left: -12.1%;
  padding-left: 12.1%;
  margin-bottom: 3%;
}
.erating .rating li {
  background: url("img/quote.png") no-repeat 2.5% 15%; 
  margin-bottom: 6%;
}
.erating p {
  font-size: 1.14em;
  line-height: 1.18em;
  margin-top: 1%;
  font-size: 1.14em;
  line-height: 1.625em;
}
.erating .rating p i {
  display: inline-block;
  display: none;
  overflow: hidden;
  text-indent: -10000px;
  width: 3.57%;
  background: url("img/star.png") no-repeat top right;
  height: 1.18em;
  vertical-align: middle;
  margin-top: -2px;
}
.erating p.norating i {
  display: none;
}
.erating p i.full {
  background-position: top left;
  display: inline-block;
}
.erating .moreinfo li {
  margin-bottom: 10%;
}
.erating .moreinfo li.teacher {
  background: url("img/ico-book.png") no-repeat 2.5% 10px;  
}
.erating .moreinfo li.info {
  background: url("img/ico-info.png") no-repeat 2.5% 10px;  
}
.erating .moreinfo li.location {
  background: url("img/ico-location.png") no-repeat 2.5% 10px;  
}
.erating .moreinfo li.bar {
  background: url("img/ico-bar.png") no-repeat 2.5% 10px;  
}
.erating .moreinfo li.festival {
  background: url("img/ico-festival.png") no-repeat 2.5% 0%;  
}
.erating .moreinfo li.misc {
  background: url("img/ico-misc.png") no-repeat 2.5% 10px;  
}
.erating .moreinfo li.wedding {
  background: url("img/ico-wedding.png") no-repeat 2.5% 10px;  
}
.erating .moreinfo li.film {
  background: url("img/ico-photo.png") no-repeat 2.5% 10px;  
}
.erating .moreinfo li.music {
  background: url("img/ico-music.png") no-repeat 2.5% 10px;  
}
.erating .moreinfo li.party {
  background: url("img/ico-party.png") no-repeat 2.5% 10px;  
}
.erating .moreinfo li.meeting {
  background: url("img/ico-meeting.png") no-repeat 2.5% 10px;  
}
.erating .moreinfo li>.item>img {
  float: left;
  width: 17.46%;
  border: 5px solid white;
  box-shadow: -10px 16px 0 #e8e8e8;
  margin-bottom: 4%;
  margin-top: -0.8%;
}
.erating .moreinfo li>.item {
  clear: left;
  margin-bottom: 3%;
}
.erating .moreinfo h4 {
  font-size: 3em;
}
aside .more>a.more,
.erating .moreinfo>li>a,
.erating .moreinfo>li a.download,
.galleryparts a.more,
.podcast a.download,
.galleryparts a.download,
.bardesc a.more,
.newsitem a.more {
  display: inline-block;
  font-size: 1.28em;
  font-family: "BodoniBECn", serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2em;
  margin-top: 2%;
  text-decoration: underline;
  padding-right: 24px;
  margin-right: 40px;
  background: url("img/plus-sign.png") no-repeat 100% 50%;
}
.podcast a.download,
.galleryparts a.download,
.erating .moreinfo li a.download {
  background-image: url("img/link-download.png");
}
.footnote {
  text-transform: uppercase;
  margin-top: 18%;
  border-top: 1px solid #242021;
  padding: 1% 0;
}
.footnote em {
  font-style: italic;
  display: inline-block;
  margin-right: 2%;
  font-weight: 800;
}
.footnote .logos li {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 32px;
}
.footnote .logos li:first-child {
  margin-left: 0;
}
.footnote .logos li a,
.footnote .logos li img {
  display: block
}
.erating .video {
  width: 100%;
  position: relative;
  margin-bottom: 5%;
}
.erating .video img {
  display: block;
  width: 100%;
}
.erating .video a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 15px solid #242021;
  background: url("img/btn-play.png") no-repeat 50% 50%;
}
.edates {
  background: white;
/*   height: 200px; */
  box-shadow: -20px 40px 0 rgba(0,0,0,0.1);
  margin-top: -30.3%;
  position: relative;
  margin-bottom: 15%;
}
aside.mobile {
  display: none;
}
.edates .head {
  padding-top: 19%;
  color: white;
  background: #fcb134;
}
.edates .head h3 {
  position: absolute;
  top: 0;
  left: 0;
/*   height: 100%; */
  line-height: 1.66em;
  font-size: 3em;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  padding-left: 25.25%;
  background: url("img/ico-ticket.png") no-repeat 12% 50%;
}
.edates.bar .head {
  background: #1690aa;
}
.edates h4 {
  font-size: 2.28em;
  color: #242021;
  font-family: "BodoniBECn", serif;
  font-weight: 500;
  font-style: italic;
  text-align: center;
}
.edates.bar .head h3 {
  font-size: 2.28em;
  padding-left: 0;
  text-align: center;
  background: transparent;
  width: 100%;
  line-height: 2.18em;
}
.edates.bar.exhibition .head h3 {
  font-size: 1.84em;
  line-height: 2.7em;
}
.edates ul {
  padding: 0 3.94%;
}
.edates ul li {
  position: relative;
  padding-top: 22.78%;
  border-top: 1px solid #242021;
}
.edates ul li.more {
  display: none;
}
.edates.bar ul li {
  padding-top: 40%;
}
.edates ul li:first-child {
  border-top: 0 none;
}
.edates ul li>div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 3%;
  box-sizing: border-box;
  padding-left: 4.28%;
  width: 100%;
}
.edates.bar ul li>div {
  padding-top: 6%;
}
.edates ul li>div .eventbutton {
  position: absolute;
  top: 33%;
  right: 2.1%;
  font-size: 1.28em;
  width: 30%;
}
.bar ul li>div>p {
  font-family: "BodoniBECn", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 3em;
}
.bar>p {
  margin: 0 3.94%;
  border-top: 1px solid #888;
  font-size: 1.15em;
  line-height: 1.7em;
  padding-bottom: 3%;
  padding-left: 3%;
}
.moreinfo .bar>p {
  border: 0;
  margin: 0;
  padding: 0;
}
.bar ul li i {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-indent: -10000px;
  background: red;
  width: 12px;
  background: url("img/arrow-large.png") no-repeat 50% 50%;
}
.edates>a.more {
  display: block;
  background: #242021;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.57em;
  font-weight: 800;
  font-style: italic;
}
aside>div>h2,
aside .newsbox h2 {
  color: #242021;
  font-size: 3em;
  text-align: center;
  padding-top: 5%;
}
.erelated {
  width: 75%;
  margin-bottom: 5%;
}
.erelated .event.small {
  width: 132%;
  margin-top: 5%;
  float: none;
}
.erelated .event.small p {
  font-size: 1em;
  line-height: normal;
}
.erelated .event.small h2 {
  width: 100%;
}
.erelated div.more {
  text-align: center;
  width: 77%;
}
aside .newsbox {
  margin-left: 0;
  width: 75%;
  padding-top: 5%;
}
aside .newsbox .mainimg {
  margin: 2% 0 4%;
}
aside .newsbox .articles {
  overflow: visible;
}
.halfcolumn {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 5%;
}
.shifted {
  margin-left: -2.7%;
  margin-right: 2.7%;
}
.bardesc {
  margin: 3% 0;
  margin-top: 6%;
}
.bardesc h2 {
  color: #242021;
  width: 100%;
  font-size: 5.35em;
}
.bardesc .mainimg {
  margin-left: 11.52%;
  margin-top: 3.3%;
  position: relative;
  margin-bottom: 1%;
}
.bardesc .mainimg img {
  display: block;
  width: 100%;
}
.bardesc p {
  font-size: 1.14em;
  color: #242021;
  line-height: 1.625em;
  width: 85%;
}
.bardesc a.more {
  margin-bottom: 2%;
}
.bardesc .bar {
  width: 71%;
}
.bardesc .bar li {
  border-top: 1px solid #888;
  padding-top: 33%;
  position: relative;
}
.bardesc .bar li:first-child {
  border-top: none;
}
.bardesc .bar li>div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 4%;
}
.bardesc .bar>p {
  margin: 0;
  padding-left: 0;
  width: auto;
}
.mainimg .overlaytext,
.bardesc .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1690aa;
  color: white;
  line-height: 355px;
  vertical-align: middle;
  display: none;
}
.mainimg .overlaytext>a,
.bardesc .overlay>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bardesc.support h2 {
  font-size: 3em;
  width: auto;
  margin-left: 6.1%;
}
.bardesc.support p,
.bardesc.support>a {
  margin-left: 11.5%;
}

aside .mainimg .overlaytext {
  line-height: 216px;
}
aside .mainimg .overlaytext span {
  font-size: 2.28em;
}
.mainimg:hover .overlaytext,
.bardesc .mainimg:hover .overlay {
  display: block;
}
.mainimg .overlaytext span,
.bardesc .overlay span {
  font-size: 3.71em;
  line-height: 1em;
  color: white;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 99%;
  margin-left: 0.5%;
  font-family: "BodoniBECn", serif;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
.mainimg .overlaytext>em, 
.bardesc .overlay>em {
  vertical-align: middle;
  display: inline-block;
  width: 0.5%;
  height: 100%
}
.bardesc .overlay>span>em {
  display: block;
  font-family: "Brandon", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.3em;
}
.mainimg .rollover {
  display: none;
  top: 50%;
  left: 50%;
  position: absolute;
  background: url("img/rollover-magnify.png") no-repeat;
  background-size: 100% auto;
  width: 20.82%;
  padding-top: 20.82%;
  margin-left: -10.41%;
  margin-top: -10.41%;
}
.mainimg:hover .rollover {
  display: block;
}
.galleryphotos .mainimg:hover {
  border-color: #e51937;
  box-shadow: -20px 40px 0 rgba(0,0,0,0.17);
}

.videocontent {
  box-sizing: border-box;
  border: 15px solid #242021;
  position: relative;
  padding-top: 56%;
}
.videocontent>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clear {
  clear: both;
}
.spacer {
  margin-top: 234px;
  margin-top: 20.42%;
}
.bordershadow {
  border: 5px solid white;
  box-shadow: -20px 40px 0 rgba(0,0,0,0.1);  
}
.newsitem {

  margin-bottom: 5%;

  margin-top: 1px solid #242021;
}
.newsitem h2 {
  color: #242021;
  font-size: 3em;
  line-height: 1.157em;
  padding-bottom: 1.5%;
}
.newsitem.main h2 {
  font-size: 5.36em;
  margin-bottom: 3%;
}
.newsitem .socshare {
  top: 140px;
}
.newsitem:first-child .hr {
  display: none;
}
.newsitem .squaredate {
  position: absolute;
  top: 0;
  left: 0;
/*   width: 50px; */
  width: 7.96%;
  margin-left: -10px;
}
.newsitem .squaredate em {
  left: auto;
  right: 0;
}
.newsitem .squaredate span {
  left: auto;
  right: 0;
}
.newsitem .mainphoto>img {
  width: 100%;
}
.galleryparts {
}
.galleryparts li {
  margin-bottom: 7%;
}

.galleryparts .mainimg {
  margin-left: 8.73%;
  margin-right: 5.93%;
}
.galleryparts .mainimg img {
  width: 100%;
}
.galleryparts h2 {
  color: #242021;
  font-size: 5.36em;
  margin-bottom: 0.2em;
  position: relative;
}
.podcast h3,
.galleryparts h3 {
  font-family: "BodoniBECn";
  font-size: 3em;
  font-style: italic;
  font-weight: 500;
}
.galleryparts li.img>p,
.galleryparts li.img>a.more,
.galleryparts li.img>a.download {
  margin-left: 8.73%;
}
.podcast p,
.galleryparts li>p {
  font-size: 1.14em;
  line-height: 1.625em;
  margin-top: 1.5%;
  margin-bottom: 3%;
}

.podcast {
  overflow: hidden;
  padding-left: 16.58%;
  position: relative;
  margin-top: 6%;
}
.podcast .squaredate {
  position: absolute;
  left: 0;
  top: 0;
/*   width: 60px; */
  width: 12.55%;
}
.podcast .squaredate.vertical date,
.podcast .squaredate.vertical span,
.podcast .squaredate.vertical em {
  left: auto;
  right: 0;
}
.podcast .socshare {
  position: absolute;
  left: 5%;
  top: 0;
  margin-top: 28%;
}
.podcast .embed {
  border: 5px solid white;
  margin-left: -5px;
}
.podcast .embed>* {
  width: 100%;
}
.podcastshifted {
  padding-top: 19.72%;
}
ul.galleryphotos {
  margin-top: 3.97%;
  margin-bottom: 6%;
}
.galleryphotos li {
  width: 26.45%;
  margin: 0 1.52% 2.65% 4.88%;
  float: left;
  position: relative;
}
.galleryphotos li a.whole {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.galleryphotos li.selected .mainimg {
  border-color: #e51937;
}
.galleryphotos li h4 {
  font-family: "BodoniBECn";
  font-style: italic;
  font-size: 2em;
  margin: 0.3em 0 0.3em;
}

.carousel.largephoto {
  position: relative;
  padding-top: 0;
}
.largephoto .socshare {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 2.8%;
}
.largephoto .mainimg {
  margin: 0 12.74% 0 23.56%;
}
.largephoto .count {
  position: static;
  float: left;
  clear: left;
  margin-top: 2.8%;
  border: 5px solid #242021;
  line-height: 35px;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  padding: 0 7px;
  margin-left: 5.76%;
}
.largephoto h3 {
  position: static;
  float: left;
  clear: left;
  margin-left: 5.76%;
  font-family: "BodoniBECn";
  font-weight: 500;
  font-size: 2.28em;
  font-style: italic;
  width: 16.36%;
  padding: 1.22% 0 0.88%;
}
.largephoto p {
  position: static;
  float: left;
  clear: left;
  margin-left: 5.76%;
}
.largephoto p {
  margin-left: 23.56%;
  margin-right: 12.74%;
  margin-top: 1%;
  width: auto;
  float: none;
}
.carousel.app {
  padding-top: 2%;
}
.carousel.app .prev {
  
}
.carousel.app .next {
  margin-right: -5%;
}
.carousel.app .prev,
.carousel.app .next {
  top: 45%;
  width: 18%;
}
.carousel.app .iphoneimg {
  margin-left: 21.81%;
  margin-left: 19.8%;
  width: 65.88%;
  background: url("img/smartphone.png") no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-top: 31.41%;
}
.carousel.app .iphoneimg img {
  position: absolute;
  width: 71.65%;
  height: 85.55%;
  top: 6.67%;
  left: 14.44%;
}

.appstores {
  overflow: hidden;
  width: 87.3%;
  margin-left: 10%;
  margin-bottom: 4.76%;
}
.appstores li {
  float: left;
  width: 49.01%;
  margin-left: 1.81%;
}
.appstores li:first-child {
  margin-left: 0;
}
.appstores li>a,
.appstores li>a>img {
  display: block;
}
.appstores li>a>img {
  width: 100%;
}

.appdetails {
  width: 87.3%;
  margin-left: 10%;
  padding-bottom: 4.76%;
}
.appdetails .text {
  margin-top: 9%;
  font-size: 1.14em;
  line-height: 1.625em;
}

h2.jobs {
  font-size: 5.36em;
  color: #242021;
  margin-top: 7.14%;
}
ul.jobs,
ul.employees {
  margin-top: 8.57%;
}
.jobs>li,
.employees>li {
  min-height: 13.571em;
  margin-top: 2.36%;
  clear: left;
}
.ways>li>div.bordershadow,
.jobs>li>div.bordershadow,
.employees>li>div.bordershadow {
  float: left;
  width: 23.8%;
  margin-left: 10.31%;
  box-shadow: -20px 34px 0 rgba(0, 0, 0, 0.1)
}
.ways>li>div.bordershadow img,
.jobs>li>div.bordershadow img,
.employees>li>div.bordershadow img {
  width: 100%;
}
.jobs .edetails,
.employees .edetails {
  min-height: 11.43em;
  line-height: 11.43em;
  vertical-align: middle;
  width: 50%;
  margin-left: 40.47%;
}
.jobs .edetails {
  width: auto;
  margin-bottom: 30px;
}
.jobs.contact .edetails {
  margin-top: 4%;
}
.jobs .edetails>div,
.employees .edetails>div {
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}
.findus h2,
.membership h2,
.jobs .edetails h2,
.employees .edetails h2 {
  font-size: 3em;
  font-weight: bold;
  color: #242021;
}
.jobs .edetails h2 {
  font-size: 2.3em;
  line-height: 1.2em;
}
.jobs .edetails h3,
.employees .edetails h3 {
  font-family: "BodoniBECn";
  font-weight: 500;
  font-style: italic;
  font-size: 2.28em;
  line-height: 1.125em;
  padding-top: 0.375em;
  padding-bottom: 0.315em;
  color: #242021;
}
.jobs .edetails a.download,
.employees .edetails a.download,
.jobs .edetails a.more,
.employees .edetails a.more {
  font-family: "BodoniBECn";
  font-weight: 500;
  font-style: italic;
  font-size: 1.28em;
}
.membership p,
.jobs .edetails p,
.employees .edetails p {
  font-size: 1.14em;
  padding-bottom: 0.63em;
  line-height: 1.1875em;
}
.maincolumn.supporters {
  margin-left: 7.5%;
}
.maincolumn.supporters h2 {
  font-size: 5.35em;
  color: #242021;
}
.maincolumn.supporters div.text {
  margin-top: 2.52%;
  font-size: 1.14em;
  line-height: 1.625em;
}
ul.supporters {
  margin: 7.93% 0;
  font-size: 1.14em;
  line-height: 1.625em;  
}
ul.supporters a {
  text-decoration: underline;
}
.membership {
  padding-left: 11%;
  margin-bottom: 3%;
}
.membership p {
  margin-top: 0.63em;
}

.findus h2,
.membership h2 {
  margin-top: 5.52%;
  position: relative;
}
.membership h2>span {
  border: 5px solid black;
  font-size: 0.76em;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: -0.2em;
  padding: 0 5px;
}
.membership .eventbutton {
  display: inline-block;
  font-size: 1.07em;
  padding: 3px 8px;
}
.membership .photogallery {
  margin: 0 5.88% 10.5% 4.46%;
}
.membership a.more {
  font-size: 1.14em;
}
.membership h3 {
  font-size: 1.14em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: black;
}
.membership .smallnote {
  font-size: 0.86em;
  line-height: 1.33em;
}
.membership div.more {
  margin: 3.56% 0;
  line-height: normal;
}
.checkboxfield {
  display: block;
  padding-left: 8.6%;
  position: relative;
  font-size: 1.14em;
  padding-bottom: 0.63em;
  line-height: 1.1875em;
  background: url("img/checkbox.png") no-repeat 0% 33%;
}
.checkboxfield.checked {
  background-image: url("img/checkbox-checked.png");
}
.checkboxfield input {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  visibility: hidden;
}

.donationfield {
  width: 60.6%;
  border: 5px solid black;
  text-transform: uppercase;
  font-size: 1.57em;
  font-weight: 900;
  font-style: italic;
  margin: 2.52% 0;
}
.donationfield.vouchers {
  width: 90%;
}
.donationfield input {
  border: 0;
  background: white;
  color: black;
  width: 47%;
  height: 35px;
  line-height: 29px;
  padding: 3px 5px;
  box-sizing: border-box;
}
.donationfield button {
  border: 0;
  background: #fcb134;
  color: white;
  width: 53%;
  height: 35px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.edetails span.price {
  border: 5px solid black;
  padding: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-size: 2.28em;
  line-height: 1em;
  font-style: italic;
  font-weight: 900;
}
.edetails a.eventbutton {
  display: inline-block;
  vertical-align: top;
}

b.contact {
  line-height: normal;
}
.map.bordershadow {
  margin-left: 10.31%;
  margin-bottom: 7%;
  padding-top: 56.25%;
  position: relative;
}
.map .mapcontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map>img {
  width: 100%;
  display: block;
}
.findus {
  margin-left: 10.31%;
}
.findus h2 {
  margin-bottom: 0.5em;
}
.findus .text {
  font-size: 1.14em;
  margin-bottom: 0.5em;
}
.findus a.download {
  font-size: 1.14em;
}
.findus .transport {
  position: relative;
  width: 82.48%;
  padding-top: 10.27%;
  background: url("img/transport-london.png") no-repeat;
  background-size: 100% 100%;
  border: 1px solid #b6b6b6;
  margin: 4.76% 0;
}
.findus .transport a {
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
}
.bar.contact {
  margin: 3.97% 0 0 11%; 
}
.bar.contact p {
  margin: 0.9% 0 0;
  padding: 0;
}
.bar.contact ul {
  overflow: hidden;
}
.bar.contact li {
  width: 50%;
  float: left;
}
.bar.contact.withsunday li {
  width: 33.33%;
}
.bar.contact.withsunday .boxtext {
  font-size: 2.3em;
}
.bar.withsunday ul li > div > p {
  font-size: 2.3em;
}
.ways>li>div.bordershadow {
  margin-left: -48.68%;
  width: 39.48%;
}
.ways>li {
  margin-bottom: 5.3%;
}
.ways>li.withmap {
  margin-left: 32.74%;
}
.ways>li h3 {
  font-size: 2.28em;
  font-family: "BodoniBECn";
  font-weight: 500;
  font-style: italic;
}
.ways>li p {
  font-size: 1.14em;
  margin: 2.6% 0;
}
.ways a.more {
  font-size: 1.14em;
}

.maincolumn.hire {
  margin-bottom: 5%;
}

.galleryphotos.hire li .icons {
  padding-top: 3%;
}
.galleryphotos.hire li .icons i {
  display: inline-block;
  padding-top: 6.6%;
  width: 6.6%;
  background: url("img/hire-icons.png") no-repeat;
  background-size: 900% 300%;
  background-position: 0% 100%;
}
.galleryphotos.hire li .icons i.music {
  background-position: 25% 100%;
}
.galleryphotos.hire li .icons i.wedding {
  background-position: 50% 100%;
}
.galleryphotos.hire li .icons i.party {
  background-position: 75% 100%;
}
.galleryphotos.hire li .icons i.meeting {
  background-position: 100% 100%;
}
.galleryphotos.hire li h2 {
  white-space: normal;
}
.filter i.film,
.filter i.music,
.filter i.wedding,
.filter i.party,
.filter i.meeting {
  display: inline-block;
  position: relative;
  top: -0.125em;
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
  background: url("img/hire-icons.png") no-repeat;
  background-size: 900% 300%;
  background-position: 0% 0%;
}

.filter i.music {
  background-position: 25% 0%;
}
.filter i.wedding {
  background-position: 50% 0%;
}
.filter i.party {
  background-position: 75% 0%;
}
.filter i.meeting {
  background-position: 100% 0%;
}

.galleryphotos.hire .mainimg:hover {
  border-color: white;
  box-shadow: -20px 40px 0 rgba(0,0,0,0.1);
}
.galleryphotos.hire h2 {
  font-size: 3em;
  color: #242021;
  white-space: nowrap;
}
.galleryphotos.hire .overlaytext strong strong {
  text-align: left;
}
.galleryphotos.hire .overlaytext strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8em;
  line-height: 1em;
}
.galleryphotos.hire .overlaytext b {
  border: 5px solid white;
  font-size: 0.762em;
  font-family: "Brandon";
  font-weight: 900;
  font-style: italic;
  padding: 0 3px;
  line-height: 1em;
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
.galleryphotos.hire .overlaytext sub {
  font-family: "Brandon";
  font-size: 0.38em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
}

.mobilenextmonth {
  display: none;
}

#basket {
  position: fixed;
  z-index: 12;
  top: 270px;
  right: 0px;
  width: 70px;
  color: white;
  font-family: "Brandon";
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
#basket .content {
  background: #fcb134 url("img/basketicon.png") no-repeat 50% 90%;
  height: 215px;
  position: relative;
}
#basket .content>em,
#basket .content>a {
  display: block;
  position: absolute;
  transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);
  transform-origin: 0 0; -moz-transform-origin: 0 0; -o-transform-origin: 0 0; -ms-transform-origin: 0 0; -webkit-transform-origin: 0 0;
  width: 170px;
  padding-left: 45px;
  top: 215px;
  left: 0;
  text-align: center;
}
#basket .content>em {
  height: 55px;
  padding-top: 15px;
  line-height: 40px;
  font-size: 1.72em;
}
#basket .content>a {
  height: 25px;
  padding-top: 45px;
  line-height: 18px;
}
#basket>a {
  display: block;
  margin-top: 3px;
  padding: 7px 10px;
  font-size: 1.07em;
  background: #e51937;
}

#popphoto {
  display: none;
  position: fixed;
  z-index: 13;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
#popphoto>div {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 540px;
  width: 760px;
  margin-top: -270px;
  margin-left: -380px;
  background: white;
}
#popphoto div.img {
  position: absolute;
  width: 720px;
  height: 520px;
  left: 10px;
  top: 10px;
}
#popphoto div.img>img {
  display: block;
}
#popphoto a.close {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 4px;
  top: 4px;
  background: url("img/popin-close-orig.png") no-repeat;
}
#popphoto2 {
  display: none;
  position: fixed;
  z-index: 13;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
#popphoto2>div {
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
}
#popphoto2>div>div.img {
  padding: 10px;
  position: relative;
}
#popphoto2 a.close {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 4px;
  top: 4px;
  background: url("img/popin-close-orig.png") no-repeat;
}

form.simple {
  padding-top: 5%;
}
form.simple .field {
  font-size: 0.84em;
}

form.tickets,
form.promo {
  border: 5px solid black;
  margin-bottom: 4%;
}
table+form.tickets {
  border-top: 0px none;
}
form .field {
  overflow: hidden;
  line-height: 2em;
  background: #eee;
  padding: 1% 0;
  font-size: 1.14em;
  text-transform: uppercase;
}

form .field>label {
  float: left;
  width: 30%;
  padding-right: 2%;
  text-align: right;
}
form .field>div {
  margin-left: 32%;
}
form .field>div input {
  border: none;
  background: white;
  padding: 0.6% 0.9%;
  line-height: 1.6em;
  width: 50%;
}
form .field>div input.tickets {
  width: 10%;
}
form.simple .action>button,
form.tickets .action>button,
form.promo .action>button,
table.basketItems .button {
  border: 0;
  background: #fcb134;
  color: white;
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  text-transform: uppercase;  
  font-size: 1.57em;
  font-style: italic;
  font-weight: 900;
}
form.promo .field {
  padding: 0;
  line-height: 35px;
}
form.promo .field input {
  line-height: 30px;
}
table.basketItems td.price {
  text-align: right;
}
table.basketItems .button {
  height: 1.4em;
  display: block;
  margin: -2px;
  font-size: 1em;
  width: auto;
  text-align: center;
}
form.promo .action {
  margin-top: -35px;
  margin-left: 67.2%;
}

table.basketItems {
  width: 100%;
  border: 5px solid black;
/*   border-bottom: 0px none; */
}
table.basketItems td {
  border: 1px solid #eee;
  padding: 2px;
}

.nothingfound {
  margin: 0% 4.8% 5% 7.85%;
  position: relative;
}
.nothingfound>h3,
.nothingfound>h2,
.nothingfound>.backtonews {
  position: relative;
  z-index: 1;
}
.nothingfound>h3,
.nothingfound>h2 {
  margin-left: 6.6%;
}
.nothingfound>.backtonews {
  margin-top: 12%;
  padding-bottom: 25%;
}
.nothingfound>.bordershadow {
  position: absolute;
  top: 0;
  margin-top: 9.42%;
  left: 26%;
  right: 0;
  width: auto;
}
h3.boxedtext {
  border: 5px solid black;
  font-family: "Brandon";
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 5px 0 4px;
  font-size: 2.28em;
  line-height: 1.4em;
  display: inline-block;
  margin-top: 0.6em;
}
.backtonews {
  position: relative;
  display: inline-block;
  margin-top: 4em;
}
.backtonews a {
  display: block;
  font-family: "BodoniBECn", serif;
  font-style: italic;
  font-size: 2.28em;
  font-weight: 500;
  line-height: 26px;
}
.backtonews a i {
  display: inline-block;
  height: 26px;
  width: 26px;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -10000px;
  background: url("img/carousel-arrows.png") no-repeat top left;
  background-size: 300% 300%;
  margin-top: -9px;
  margin-left: 10px;
  margin-right: 10px;
}
.backtonews em {
  display: block;
  font-size: 1.14em;
  line-height: 1.18em;
  text-align: right;
}


.petalsleftborder {
  width: 20px;
  background: #242021;
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: -20px;
  height: auto; 
  z-index: 4;
  overflow: hidden;
}
.petalsleftborder.hidden {
  display: none;
}
.petalsleftborder>div {
  background: url("img/background-petals.png") no-repeat 50% 0%,
              url("img/background-fpetals.png") no-repeat 50% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.invisible {
  display: none;
}

.hr {
  margin-bottom: 5%;
  border-bottom: 1px solid #888;
}

div.text a,
p>a {
  text-decoration: underline;
}
@media screen and (max-width: 1239px) {
  .container {
    min-width: 1000px;
  }
  .pgcontent {
    width: 1000px;
  }
  body {
    font-size: 11.666px;
  }
  header nav ul li ul {
    width: 1000px;
  }
  
  .squaredate {
    height: 38px;
    width: 125px;
  }
  .squaredate date {
    height: 29px;
    width: 32px;
    line-height: 29px;
    font-size: 26.6px;
  }
  .squaredate span {
    font-size: 35px;
  }
  .squaredate em {
    font-size: 13.33px;
  }
  .squaredate em.todate {
    padding-left: 10px;
  }
  .squaredate.horizontal span {
    left: 50px;
  }
  .squaredate.horizontal em {
    left: 50px;
    top: 32px;
  }
  .squaredate.vertical date {
    border-width: 4px;
  }
  .squaredate.vertical span {
    top: 42px;
  }
  .squaredate.vertical em {
    top: 73px;
  }
  
  
  footer {
    height: 370px;
  }

  .bordershadow {
    box-shadow: -17px 33px 0 rgba(0,0,0,0.1);  
  }
  .glyph-eye,
  .galleryphotos li .glyph-eye {
    background-size: 150px;
  }
  .erating .lips,
  .glyph-lips {
    background-size: 160px;
  }

  .boxtext em {
    height: 29px;
    padding: 0 4px;
    line-height: 29px;
    border-width: 4px;
  }

  .largephoto .count {
    border-width: 3px;
    line-height: 29px;
    font-size: 27px;
    padding: 0 6px;
  }

  footer .subscribe form {
    height: 29px;
    padding: 4px;
  }
  footer .subscribe form input {
    height: 29px;
    font-size: 1.14em;
    padding: 0 8px;
    line-height: 29px;
  }
  footer .subscribe form button {
    height: 29px;
  }

  .erating .moreinfo li.teacher {
    background-size: 29px auto;
  }
  .erating .moreinfo li.info {
    background-size: 25px auto;
  }
  .erating .moreinfo li.location {
    background-size: 17px auto;
  }
  .erating .moreinfo li.wedding {
    background-size: 21px auto;
  }

  .calendar .cal li>div>.event>div .squaredate span {
    top: 50px;
  }

  .filter .calendar,
  .filter>ul>li>span {
    background-size: 16.66px auto;
  }

  .maincontent .content {
    margin-top: -196px;
  }

  .maincontent .shadow {
    margin-top: 222px;
  }

  .mainimg .overlaytext,
  .bardesc .overlay {
    line-height: 279px;
  }


  #basket { top: 225px; width: 60px;}
  #basket .content { height: 180px; background-size: 30px auto;  }
  #basket .content>em, #basket .content>a {
    width: 140px; padding-left: 38px; top: 180px; }
  #basket .content>em {
    height: 33px; padding-top: 12px; line-height: 33px; }
  #basket .content>a {
    height: 21px; padding-top: 39px; line-height: 15px; }
  #basket>a { padding: 6px 8px; }
}

@media screen and (max-width: 1023px) {
  .container {
    min-width: 740px;
  }
  .pgcontent {
    width: 740px;
  }
  header nav ul li ul {
    width: 740px;
  }
  body {
    font-size: 9px;
  }

  .squaredate {
    height: 28px;
    width: 92px;
  }
  .squaredate date {
    border-width: 4px;
    height: 22px;
    width: 23px;
    line-height: 22px;
    font-size: 20px;
  }
  .squaredate span {
    font-size: 26px;
  }
  .squaredate em {
    font-size: 10px;
  }
  .squaredate em.todate {
    padding-left: 7px;
  }
  .squaredate.horizontal span {
    left: 37px;
  }
  .squaredate.horizontal em {
    left: 37px;
    top: 23px;
  }
  .squaredate.vertical date {
    border-width: 3px;
  }
  .squaredate.vertical span {
    top: 31px;
  }
  .squaredate.vertical em {
    top: 54px;
  }

  .bordershadow {
    border: 4px solid white;
    box-shadow: -12px 24px 0 rgba(0,0,0,0.1);  
  }
  .glyph-eye,
  .galleryphotos li .glyph-eye {
    background-size: 93px;
  }
  .erating .lips,
  .glyph-lips {
    background-size: 120px;
  }

  aside .more>a.more,
  .articles a.more,
  .membership a.more,
  .findus a.download,
  .ways a.more,
  .jobs a.download,
  .jobs a.more,
  .details .info a.download,
  .details .info a.more,
  .erating .moreinfo>li>a,
  .erating .moreinfo>li a.download,
  .galleryparts a.more,
  .podcast a.download,
  .galleryparts a.download,
  .bardesc a.more,
  .newsitem a.more {
    background-size: 12px;
  }

  .boxtext em {
    height: 22px;
    padding: 0 3px;
    line-height: 22px;
    border-width: 3px;
    white-space: nowrap;
  }
  
  .largephoto .count {
    border-width: 3px;
    line-height: 21px;
    font-size: 20px;
    padding: 0 3px;
  }
  
  footer .subscribe form {
    width: 35%;
    height: 22px;
    padding: 3px;
    font-size: 1.14em;
  }
  footer .subscribe form input {
    height: 22px;
    font-size: 1.14em;
    padding: 0 5px;
    line-height: 22px;
  }
  footer .subscribe form button {
    height: 22px;
  }

  .erating .moreinfo li.teacher {
    background-size: 22px auto;
  }
  .erating .moreinfo li.info {
    background-size: 19px auto;
  }
  .erating .moreinfo li.location {
    background-size: 13px auto;
  }
  .erating .moreinfo li.wedding {
    background-size: 16px auto;
  }

  .calendar .cal li>div>.event>div .squaredate span {
    top: 37px;
  }
  
  .filter .calendar,
  .filter>ul>li>span {
    background-size: 12.5px auto;
  }
  
  .maincontent .content {
    margin-top: -157px;
  }
  .maincontent .shadow {
    margin-top: 183px;
/*     margin-top: 222px; */
  }
  
  .mainimg .overlaytext,
  .bardesc .overlay {
    line-height: 219px;
  }


  #basket { top: 166px; width: 43px;}
  #basket .content { height: 133px; background-size: 22px auto; }
  #basket .content>em, #basket .content>a {
    width: 105px; padding-left: 28px; top: 133px; }
  #basket .content>em {
    height: 25px; padding-top: 9px; line-height: 25px; }
  #basket .content>a {
    height: 16px; padding-top: 27px; line-height: 11px; }
  #basket>a { padding: 3px 6px; }

}

@media screen and (max-width: 767px) {
  
}

@media screen and (min-width: 1600px) {
  footer .info br {
    display: none;
  }
}
