/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%;}.flickity-slider{position:absolute; width:100%;height:100%;}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#222;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

.gallery {/* background: #fff;*/}

.gallery-cell {
  width: 25%;
  height: 70px;
  padding-top:10px;
  margin-right:10px;
  text-align:center;
  /*counter-increment: gallery-cell;*/
}

.gallery-cell img {width:auto; max-height:65px; /*padding-left:10%;*/}

.gallery-cell.is-selected {
  /*background: #ED2;*/
}

/* cell number 
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}*/


.gallery2 {
  
}

.gallery2 img {width:100%; height:370px;}

.gallery2-cell {
  width: 100%;
  height: auto;
  /*margin-right: 10px;*/
}
   	

.galleryWrap {
	padding-bottom:20px;
	width:100%;
	max-width:1500px;
	margin:0 auto;
	
}

.gallery3 {
	
}

.gallery3-cell{
	 /*Create the parallax scrolling effect */
	width:100%;
	height:400px;
	/*background-attachment:fixed;*/
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-testimonials {
	margin-bottom:60px;
}

.gallery-testimonials-cell {
	width:100%;
	height:auto;
}

.gallery-testimonials-cell p {font-size:110%; color:#666; font-weight:300;}

.gallery-testimonials-cell h3 {color:#555; font-weight:300;}


.gallery-theatre {
	margin-bottom:60px;
}

.gallery-theatre-cell {
	width:100%;
	height:auto;
}

.gallery-sotx {
    max-width:500px;
	margin-bottom:60px;
    min-height:300px;
}

.gallery-sotx-cell {
	width:100%;
	height:auto;
}


@media only screen and (max-width: 959px) {
.gallery2 img
	{width:100%; height:auto; max-height:370px; min-height:140px;}
}


@media only screen and (max-width: 699px) {
.gallery3-cell
	{height:280px;}
}