/* Fonts */

@font-face {
  font-family: 'Akzidenz-Grotesk BQ';
  src: url('/fonts/AkzidenzGroteskBQ-Medium.eot');
  src: url('/fonts/AkzidenzGroteskBQ-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AkzidenzGroteskBQ-Medium.woff') format('woff'),
    url('/fonts/AkzidenzGroteskBQ-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Akzidenz-Grotesk BQ';
  src: url('/fonts/AkzidenzGroteskBQ-Reg.eot');
  src: url('/fonts/AkzidenzGroteskBQ-Reg.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AkzidenzGroteskBQ-Reg.woff') format('woff'),
    url('/fonts/AkzidenzGroteskBQ-Reg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Akzidenz-Grotesk BQ';
  src: url('/cityofghosts/fonts/AkzidenzGroteskBQ-Medium.eot');
  src: url('/cityofghosts/fonts/AkzidenzGroteskBQ-Medium.eot?#iefix') format('embedded-opentype'),
    url('/cityofghosts/fonts/AkzidenzGroteskBQ-Medium.woff') format('woff'),
    url('/cityofghosts/fonts/AkzidenzGroteskBQ-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Akzidenz-Grotesk BQ';
  src: url('/cityofghosts/fonts/AkzidenzGroteskBQ-Reg.eot');
  src: url('/cityofghosts/fonts/AkzidenzGroteskBQ-Reg.eot?#iefix') format('embedded-opentype'),
    url('/cityofghosts/fonts/AkzidenzGroteskBQ-Reg.woff') format('woff'),
    url('/cityofghosts/fonts/AkzidenzGroteskBQ-Reg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

  .tt {
    width: 100%;
    transition-property: max-height;
    transition-duration: .4s;
    transition-delay: .1s;
    height:auto;
    width:auto;
    max-height:50vh;
  }

  .screenings p {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
  }

   .ttMargin {
    margin-top: 80px;
    transition-property: margin-top;
    transition-duration: .4s;
    transition-delay: .1s;
  }

  .trailerSize {
  max-width: inherit;
      transition-property: max-width;
    transition-duration: .5s;
    transition-delay: .1s;
}


.studios {
      margin: 0 5px;
}

.sidebar ul {
  line-height: 1.2;
}

.panel .sections > div.short {
  height: 40px;
}

.panel .sections > div.shorter {
  height: 30px;
}

h4.releaseCopy {
  font-size: 19px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: .05em;
  font-weight: 700 !important;
}

h4.releaseCopySmall {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: .04em;
  font-weight: 700 !important;
}

.sidebar .social {
  margin-top: 20px;
}


  @media only screen 
and (max-height: 820px) {

 .tt {
    max-height:50vh;
  }


   .ttMargin {
    margin-top: 75px;
  }

}

  @media only screen 
and (max-height: 640px) {

 .tt {
    max-height:50vh;
  }

     .ttMargin {
    margin-top: 65px;
  }

    .trailerSize {
      max-width: 557px !important;
}

.popTT {
  width: 200px;
}

}

  .sidebarShown .panel.bottom {
 opacity: 0;
transform: scale(1) translateY(0);

  }


.arrowImage {
  width: 35px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    -webkit-transition: 1s cubic-bezier(0.35, 1.69, 0.35, 0.81);
    transition: 1s cubic-bezier(0.35, 1.69, 0.35, 0.81);
}
.arrowImage:hover {
    box-shadow: 0 10px 17px rgba(0,0,0,0.4);
    box-shadow: 0px 10px 17px rgba(0,0,0,0.4);
    -webkit-transform: translateY(-2px) scale(1);
    transform: translateY(-2px) scale(1);
}
/* CUSTOM HEIGHT */
.slider[data-slider-id="customHeight"] li {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   -webkit-transition: 0.5s;
   transition: 0.5s;
   /* before selected */
   opacity: 0;
}

/* selected */
.slider[data-slider-id="customHeight"] li.selected { opacity: 1; }

/* arrows */
.leftControl,
.rightControl {
   position: absolute;
   top: 50%;
   margin-top: -35px;
   margin-left: -1px;
   cursor: pointer;
   font-size: 0;
   z-index: 100;
}

.rightControl {
   right: 0;
   margin-right: -1px;
}


  .sectionHeader {
  height: 60px;
  margin-bottom: 50px;
  transition-property: height;
  transition-duration: .5s;
}

  .sectionHeader2 {
  height: 60px;
  margin-bottom: 50px;
  transition-property: height;
  transition-duration: .5s;
}

  .sectionHeader3 {
  height: 80px;
  margin-top: 50px;
  margin-bottom: 50px;
  transition-property: height;
  transition-duration: .5s;
}

.getTix {
  height: 50px;
  margin-bottom: 50px;
  transition-property: height;
  transition-duration: .5s;
}

.enterSite {
  height: 40px;
  opacity: 1;
  padding-right: 15px;
}

.popup .close {
  opacity: 1;
}

.popup .close:hover {
  opacity: .7;
}

@media screen and (max-width:1180px) {
  .leftControl,
  .rightControl {
     display:inherit;
  }
}

.popup .wrap.spaces {
    padding: 58px;
}

}


@media only screen and (max-width: 768px) {


.arrowImage {
  width: 25px;

}

.leftControl,
.rightControl {

   margin-top: -25px;

}

}



.contactButton {
    position: relative;
    height: 50px;
    top: 20px;
}

.concrete {
    background-size: inherit !important;
}

.panel {
  padding: 0;
}


.navLink {
  height: 21px;
  vertical-align: middle;
}

@media only screen and (max-width: 1050px) {

.navLink {
  height: 17px;
  vertical-align: middle;
}

}

@media only screen and (max-width: 950px) {

.navLink {
  height: 15px;
  vertical-align: middle;
}

}

@media only screen and (max-width: 850px) {

.navLink {
  height: 14px;
  vertical-align: middle;
}

}

.panel .sections > div {
  font-size: 16px;
}

.sidebar.small .content {
  padding: 20px;
}

.acclaim {
  display: block;
  font-family: 'Akzidenz-Grotesk BQ', sans-serif;
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
   color: #ede6d8;
   line-height: .8;

}

.legal {
  width: 60px;
}


.sideLegal {
    width: 75px;
  margin-bottom: 10px;
    margin-top: 10px;
}

.outlet {
  height: 18px;
}


.ttTop {
  margin-bottom: 5%;
}

.teamBox {
  background-color: none !important;
}

.textBlack {
  color: #000 !important;
}


.black {
  background-color: #000 !important;
}

.akzidenz-reg {
  font-family: 'Akzidenz-Grotesk BQ', sans-serif;
}

.akzidenz-med {
  font-family: 'Akzidenz-Grotesk BQ', sans-serif;
  font-weight: 500;
}

h1, .h1 {
  letter-spacing: 0;
  font-size: 62px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.socialIcons {
  position: relative;
} 


.customLink {
  font-size: 14px;
}

/* Custom Hover Styles */
.customHover {
   position:relative;
   margin-left: 5px;
}
.customHover:before {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
   width:100%;
  height:0px;
  background:#ec2727;
  z-index:-1;
  -webkit-transition:0.35s;
  transition:0.35s;
}
.customHover:hover:before {
  background:#ec2727;
  -webkit-transition:height 0.15s, width 0.35s 0.15s cubic-bezier(0.23, 2.01, 0.43, 0.66), -webkit-transform 0.35s 0.15s cubic-bezier(0.23, 2.01, 0.43, 0.66), color 0.35s;
  transition:height 0.15s, width 0.35s 0.15s cubic-bezier(0.23, 2.01, 0.43, 0.66), transform 0.35s 0.15s cubic-bezier(0.23, 2.01, 0.43, 0.66), color 0.35s;
  height:100%;
  -webkit-transform:translateX(-3px);
  transform:translateX(-3px);
  
  width: calc(100% + 6px);
  
  border-radius:3px;
}

.customHover:hover {
   -webkit-transition:0.5s;
   transition:0.5s;
   color:#fff;
}



.quote {
  font-size: 30px;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 15px;
}

p.tiny, .p.tiny {
  font-size: 16px;
  line-height: .4;
  margin-bottom: 0px;
}

.readMore {
  margin-bottom: 15px;
  margin-top: 15px;
}

p.nameTitle {
  font-size: 16px;
}

p.teamDesc {
  font-size: 16px;
}

/* Button Styles */

.button {
  font-size: 18px;
  font-weight: 500;
}

/* Form Styles */

form input[type="text"], form input[type="name"], form input[type="email"], form input[type="password"], form input[type="tel"], form textarea, form select {
  font-size: 18px;
}


/* Top Nav */

.panel .sections .menu li a {
  padding: 4px 4px 0px 4px;
}
.panel .sections .menu li {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
    margin: 0 3px;
}

@media (max-width: 766px) {}

.panel {
    padding: 0 3%;
}

.panel .sections .menu {
  padding: 0px;
}

}



/* Side Nav */

.sidebar .mainMenu li a {
  font-size: 18px;
    font-weight: 500;
}

.button.actionButton {
      background: rgba(40, 40, 40, 1);
      height: 40px;
      width: 40px;
      padding: 11px
}

.panel svg {
  width: 18px;
  height: 18px;
}


/* Press Styles */
.stars {
	text-align: center;
}


p, .p {
	font-size: 16px;
  opacity: 1;
}

.wrap a {
	color: #ec2727;
}

.panel .twitterIcon, .panel .panelIcon {
	top: 0px;
}

.changes li li {
  background-color: #fff;
  border-radius: none;

}

.popup .close.closeButton {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 15px;
}

/* Press */
.updates {
  font-family: "Source Sans Pro", sans-serif;
}

canvas {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.updates ul {
  margin-bottom:0;  
}

.map h1 span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 22px;
  vertical-align: top;
  background-color: #F7412D;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  text-indent: -0.02em;
  padding: .1em 10px;
  height: 32px;
  min-width: 32px;
  line-height: 1.2;
  letter-spacing: 0;
  opacity:0;
  position: absolute;
}
.page-loaded .map h1 span {
   opacity:1;
  -webkit-animation:0.75s 1s newRelease cubic-bezier(.29,1.37,.51,.95) backwards;
  animation:0.75s 1s newRelease cubic-bezier(.29,1.37,.51,.95) backwards;
}

@keyframes newRelease {
  from {
     opacity:0;
     transform:translateY(50px) scale(0);
  }
}
@-webkit-keyframes newRelease {
  from {
     opacity:0;
     -webkit-transform:translateY(50px) scale(0);
     transform:translateY(50px) scale(0);
  }
}


.mobile .scenicRotate .background {
  -webkit-animation: scenic 140s cubic-bezier(.2,0,.8,1) infinite;
    -moz-animation: scenic 140s cubic-bezier(.2,0,.8,1) infinite;
      -o-animation: scenic 140s cubic-bezier(.2,0,.8,1) infinite;
        animation: scenic 140s cubic-bezier(.2,0,.8,1) infinite;
}

.slides .changes h2 {
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
  font-size: 24px;
}

.headline {
  line-height: 1.2;
}

.slides .changes h3 {
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.slides .changes h4 {
  letter-spacing: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.slides .changes p {
  letter-spacing: 0;
  text-align: left;
  font-size: 16px;

}

.slides .changes p.outlet {
	margin-bottom: 0px;
}

.slides .changes h2 span {

}


.changes > ul > li:first-child {
  border-top:0; 
}
.map > ul {
   margin-bottom:80px;  
}

.map li {
  display: inline-block;
  color: #696f6f;
  font-size: 18px;
  margin-right: 35px;
  -webkit-transition: 1s;
  transition: 1s;
}

.map li:last-child {
  margin-right: 0;
}

.map dt {
  vertical-align: middle;
}

dt {
  background: #ccc;
  color: #1b1f23;
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  line-height: 30px;
  margin-right: 13px;
  overflow: hidden;
  text-indent: 1px;
  padding-top: 2px;
  border-radius: 50%;
  margin-top: -6px;
  font-family: "Source Sans Pro", sans-serif;

  -webkit-transition: 2s cubic-bezier(0.005, 1.290, 0.650, 1.005);
  transition: 2s cubic-bezier(0.005, 1.290, 0.650, 1.005);
}
.updates .f {
  background: #FF9900;
  color: #fff;
}

.updates .e {
  background: #47B04B;
  color: #fff;
}

.updates .n {
  background: #3E4EB8;
  color: #fff;
}

.updates .r {
  background: #1094F6;
  color: #fff;
}


.updates .f:after { content:"F";}
.updates .e:after { content:"E";}
.updates .n:after { content:"N";}
.updates .r:after { content:"R";}

.updates .suggest {
  text-align:center;
  font-size:19px;
  line-height:36px;
  margin-bottom:87px;
}

.changes > ul > li {
  padding: 10px 0;
   position:relative;
  
}

.changes > ul > li:after {
   position:absolute;
   bottom:0;
   left:-100%;
   width:400%;
   height:2px;
   content:"";
   background:#000;
   opacity:0.0;
}

.changes li li {
  font-size: 22px;
  line-height: 30px;
  padding: 23px 28px 23px 28px;
  margin-bottom: 18px;
  border-radius: none;
  text-align: left;
   
  -webkit-transition: 1s;
  transition: 1s;
  opacity:1;
  box-shadow:0 0 0 0px rgba(0,0,0,0.1);
}

.changes li li.highlight {
  background:#fff;
  opacity:0.9;
  box-shadow:0 2px 2px 0 rgba(0,0,0,0.1), 0 1px 10px 0 rgba(0,0,0,0.1);
}

.changes li li.highlight:hover {
   opacity:1;
}

.changes li li.obscure {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0.4;
}

.changes li li dt {
  position: absolute;
  margin-left: -50px;
  margin-top: -3px;
}

.changes li li strong {
  font-weight: 600;
}

.slide .updates .wrap.staticPageWrap {
   margin-bottom:0;
   padding-bottom:0;
}
.navigation ul li:before {
   opacity:0;
   visibility:visible;
}

.navigation ul:hover li:before {
   opacity:1;  
}

.pressHeader {
  font-size: 52px;
  margin-bottom: 2px;
}



@media only screen 
and (max-width : 768px) {
  .map>ul {
     display:none;
  }
  
  .updates-text h2 {
    font-size:20px;
  }
    
  .updates {
    font-size:20px;
  }
}


@media (max-width: 768px) {
form input, form textarea, form label {
  width: 144.92px;
}

.slides .changes h3 {
  font-size: 16px;
}

.slides .changes h4 {
    font-size: 12px;
}

.slides .changes p {
    font-size: 12px;
}

p.teamDesc {
  font-size: 12px;
}

  .sectionHeader {
  height: 40px;
  transition-property: height;
  transition-duration: .5s;
}

  .sectionHeader2 {
  height: 30px;
  transition-property: height;
  transition-duration: .5s;
}

.sectionHeader3 {
  height: 60px;
  transition-property: height;
  transition-duration: .5s;
}

.getTix {
  height: 40px;
  margin-bottom: 50px;
  transition-property: height;
  transition-duration: .5s;
}


 .screenings p {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
  }

}

/*  remove parallax on mobile */
.mobile .slide.parallax .background {
  -webkit-transform: none !important;
  transform: none !important;
}

/*  animated-popup */

.customPopup.visible {
   -webkit-animation:fadeIn 0.25s;
   animation:fadeIn 0.25s;
}
.customPopup.visible .fix-10-12 {
   -webkit-animation:zoomOut 0.5s 0.25s backwards;
   animation:zoomOut 0.5s 0.25s backwards;
}

@-webkit-keyframes fadeIn { from { opacity:0; } }
@keyframes fadeIn { from { opacity:0; } }

@-webkit-keyframes zoomOut { from { opacity:0; -webkit-transform:scale(1.2); transform:scale(1.2); } }
@keyframes zoomOut { from { opacity:0; transform:scale(1.2); } }
