@font-face {
font-family: 'Apple Garamond Ital';
font-style: normal;
font-weight: normal;
src: url('/site-assets/fonts/AppleGaramondLight-Italic.woff') format('woff');
}
@font-face {
font-family: 'Apple Garamond';
font-style: normal;
font-weight: normal;
src: url('/site-assets/fonts/AppleGaramondLight.woff') format('woff');
}
@font-face {
font-family: 'Shapiro 36 Ital';
font-style: normal;
font-weight: normal;
src: url('/site-assets/fonts/Shapiro-36InclinedText.woff') format('woff');
}
@font-face {
font-family: 'Shapiro 45 Extended';
font-style: normal;
font-weight: normal;
src: url('/site-assets/fonts/Shapiro-45WelterExtd.woff') format('woff');
}
@font-face {
font-family: 'Shapiro 45';
font-style: normal;
font-weight: normal;
src: url('/site-assets/fonts/Shapiro-45WelterText.woff') format('woff');
}
@font-face {
font-family: 'Shapiro 45 Wide';
font-style: normal;
font-weight: normal;
src: url('/site-assets/fonts/Shapiro-45WelterWide.woff') format('woff');
}

::selection {
    background: #000;
    color: #fff;
}


html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section, figure {

  padding: 0; 
}

html, body {
  -webkit-text-size-adjust: 100%; /* For Safari on iOS */
  text-size-adjust: 100%;
}

html { 
  background-color: #ff5556;


}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Shapiro 45'; font-size: 18px; line-height: 22px; color: #000;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  
  	margin: 62px 0 0 0;
	padding: 0;

	height: 100%;

}

a {text-decoration:underline; color:#000; transition:all 200ms;}
a:hover {transition:all 500ms; color:#eee;}

.main-shell {text-align: left; }
.shell-inside {}
.bread {width:800px; position:relative; left:50%; margin-left:-400px; transition:all 400ms;}
.left-column {float:left; width:220px; display:inline-block; }
.right-column {float:none; width:100%;  margin:62px 0 0 0;}
.events, .events-side {margin-top:20px; margin-bottom:20px; font-size:12px;}
.events-title {font-family: 'Apple Garamond'; font-size:40px; margin-bottom:5px; display:inline-block; line-height:38px;}
.xxpad {display:block; height:20px;}
.event span {line-height:14px; display:block; width:175px;}
.event-link {font-size:9px !important;  border-bottom:1px solid #000; width:175px;}
.event-link a {text-decoration:none !important; margin-top:3px; display:inline-block; margin-bottom:-1px;}
.event-title {font-family: 'Shapiro 45 Wide' !important; font-size:12px !important; margin-bottom:8px; margin-top:5px;}
.event-date {margin-bottom:5px; text-transform:uppercase; font-size:9px !important;}
.viewall {padding:1px 3px !important; border:1px solid #000; display:inline-block; font-size:10px;}
.date {color:#000; font-size:10px;}
.descr {color:#000; font-size:12px;} 
.date {margin-bottom:7px; display:inline-block; }
.descr {font-family: 'Shapiro 45 Wide';}
.descr a {display:block; width:175px; position:relative; top:5px; font-family:'Shapiro 45'; color:#000; text-decoration:none; border-bottom:1px solid #000; padding-bottom:1px; font-size:10px;}
.afake {display:block; font-size:10px; width:175px; position:relative; top:5px; font-family:'Shapiro 45'; color:#2d2d2d; font-weight:normal; text-decoration:none; border-bottom:1px solid #000; padding-bottom:1px;}
.big-title {font-family: 'Apple Garamond'; font-size:40px; line-height:40px;}
.big-title a {text-decoration:none; border-bottom:1px solid #000;}
.footer {border-bottom:1px solid #000; background-color:#ff5556; width:100%; height:65px; position:fixed; top:0; text-align:center;}
.footer a {text-decoration:none; font-family: 'Shapiro 45 Extended'; float:left; margin-right:43px; margin-top:23px; color:#000; font-size:17px;}
.footer a:hover {color:#eee; transition:all 500ms; opacity:1;}
.footer-shell {position:relative; left:50%; margin-left:-210px;}
.mobile {display:none;}
.desk {display:auto;}
.logo img {width:160px; margin:60px 0;}
.logo {}
.footer-text {font-size:12px; margin:15px 0 20px 0; display:block; line-height:16px;}
.medium {font-size:32px; line-height:33px;}
.page-only {display:none !important;}

.contactblock {
padding:40px;
background: #ff5556;
color:#000;
position:fixed;
z-index:99;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
visibility: hidden;
line-height:20px;
text-align:center;

}

.contactblock a {font-family: 'Shapiro 45 Extended'; font-size:30px; margin-bottom:1px; line-height:35px; text-decoration:none; display:block;}

.distract {opacity:0; position:absolute;}

.m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.m-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

#tog, #togclose {cursor:pointer; font-size:11px; float:left; position:absolute;}

#tog {margin-top:-45px; z-index:66;}
#togclose {margin-top:none; top:29px; margin-left:19px; background:#ff5556; z-index:99;}

@media (max-width:1330px) {
.bread {width:60%; position:relative; left:50%; margin-left:-30%; transition:all 400ms;}

}



@media (max-width:733px), screen and (max-height:500px){
body {margin:60px 60px 20px 60px;}
.mobile {display:inline-block;}
.desk {display:none;}
.right-column {float:none; width:100%;  margin:0;}
.logo img {width:140px; margin:0;}
.logo {margin-bottom:60px;}
.big-title {font-size:37px; line-height:38px;}
html { 
  margin-top:0 !important;
.bread {width:auto; position:none; left:auto; margin-left:0; }
}
}



@media (max-width:820px) {
.footer a {}
.bread {width:70%; position:relative; left:50%; margin-left:-35%; }
}


