@import url(partner_brands.css);

/* 
 * Layout styles can also be divided into major and minor styles based on reuse. 
 * Major layout styles such as header and footer are traditionally styled using ID selectors.
 */

.site-wrap { 
  position: relative;
  min-width: 640px;
}

/**
 * Utility styles
 */
.inline {
  display: inline-block;
}

.set-left {
  position: absolute;
  left: 0;
}

.full-width {
  width: 100%;
}

/**
 * Headers - Specific Stylings
 */
.primary-header {
  background: #676767;
  color: #ebebeb;
}

/* goes with primary-header */
.section-header {
  border-bottom: 10px solid #4c4c4c;
  color: #4c4c4c;
  margin: 0 0 20px;
  padding: 0 30px;
  position: relative;
  text-align: center;
}

/* goes with primary-header */
.section-header:after {
  content: "";
  border-radius: 5px;
  background: #fff;
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.page-content .section-header:after {
  background: #ebebeb;
}

/**
 * ERROR LABEL
 */
.error-msg {
  color: #f15500; 
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/**
 * SPECIAL NOTE
 */
.special-note {
  color: #929292; 
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

/**
 * PAGINATION
 */
.pagination {
  background-color: #262626;
  color: #4AA7F6;
  font-size: 14px;
  line-height: 45px;
  position: relative;
  text-align: center;
}

.pagination-numbers {
  letter-spacing: 2px;
}

.pagination-numbers span {
  color: #FFFFFF;
}
.pagination-prev {
  position: absolute;
  left: 20px;
}
.pagination-next {
  position: absolute;
  right: 20px;
}

/**
 * CSS Spinner
 */
.spinner {
  height:40px;
  width:40px;
  margin:0px auto;
  position:relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left:6px solid rgba(0,174,239,.15);
  border-right:6px solid rgba(0,174,239,.15);
  border-bottom:6px solid rgba(0,174,239,.15);
  border-top:6px solid rgba(0,174,239,.8);
  border-radius:100%;
}

@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}

.ad-unit {
  text-align: center;
  margin: auto auto;
}

@media only screen and (min-width: 0em) {
  /* page content */
  .page-content {
    background: #ebebeb;
  }

  .page-featured {
    background: #444;
    background: transparent;
    text-align: center;
  }

  .page-featured img {
    max-width: 1280px;
  }
  
  .content-item-container {
    margin-bottom: 20px;
    position: relative;
  }
  .content-item {
    background: #fff;
    -webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.15);    
    box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  }

  .type-photo:after {
    content: "";
    display: block;
    background: transparent url(../img/icon-photo.png) no-repeat 50% 50%;
    width: 14px;
    height: 11px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 3;
  }

  .type-article:after {
    content: "";
    display: block;
    background: transparent url(../img/icon-news.png) no-repeat 50% 50%;
    width: 14px;
    height: 11px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 3;
  }

  .type-play:after {
    content: "";
    display: block;
    background: transparent url(../img/icon-play.png) no-repeat 50% 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAMAAACOacfrAAAAWlBMVEWSkpKOjo6SkpKSkpKSkpKIiIiSkpKPj4+SkpKOjo6MjIyLi4uMjIySkpKNjY2SkpKSkpKSkpKSkpKNjY2SkpKSkpKSkpKSkpKSkpKMjIyKioqLi4sAAACSkpLCiKC7AAAAHXRSTlM6uBcKFP1GsV62y9PIHb5YkwIVwlGGBGwWzeDUAPTUNF4AAABhSURBVHjaVY5LDoAgFAOff8UPCioq4/2vaQBd2E0zSdNWYNFTr/pJLyAYO4/AOFuD7OdK0nru4jagiLg58QfQtYEOL1fw4W5K4PqoqgOl5JDlMZla5G35L/zX0zOvfHz2AII5DdBwAP/tAAAAAElFTkSuQmCC');
    width: 14px;
    height: 12px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 3;
  }

  .content-item-container:after {
    content: "";
    border-radius: 40px 40px 0 0;
    background: #ebebeb;
    position: absolute;
    width: 40px;
    height: 20px;
    display: block;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .content-item-container:before {
    content: "";
    border-radius: 40px 40px 0 0;
    background: rgba(0, 0, 0, .15);
    position: absolute;
    width: 40px;
    height: 20px;
    display: block;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .content-thumb {
    background: #000;
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .content-thumb img {
    display: block;
    opacity: 1;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .content-thumb img:hover {
    opacity: .65;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .content-item-headline {
    padding: 10px 10px 26px;
    text-align: center;
    text-transform: uppercase;
    font-family: "alternate-gothic-no-1-d", "Futura Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0px;
  } 

  /* VISUAL LISTS */
  .visual-list {
    list-style-type: none;
    margin: 0;
  }

  .visual-item {
    display: inline-block;
    vertical-align: top;
  }

  .visual-container {
    background: #000;
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .visual-thumb {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    width: 100%;
  }

  .visual-thumb:hover {
    opacity: 0.65;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .visual-detail {
    
  }

  .visual-title {
    display: block;
    font-family: "alternate-gothic-no-1-d","Futura Condensed","Arial Narrow",Arial,sans-serif;
    text-transform: uppercase;
  }

  .visual-sub-title {
    color: #929292;
    display: block;
    font-family: "Times New Roman",serif;
    font-style: italic;
  }

  ul[data-orbit] {
    display: none;
    max-height: 0;
    -webkit-transition: max-height 200ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: max-height 200ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: max-height 200ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: max-height 200ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: max-height 200ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  }

  .orbit-slides-container[data-orbit] {
    display: block;
    max-height: 512px;
  }

  .orbit-bullets {
    top: -35px;
    left: 1em;
    z-index: 30;
    margin: 0 auto;
  }
  .orbit-bullets li {
    background: rgba(99,99,99, 0.5);
    border: none;
  }
  .orbit-bullets li.active {
    background: rgba(255, 255, 255, 0.75);
  }
  
  .orbit-container {
    max-height: 512px;
    min-height: 0px;
  }

  .orbit-container .orbit-slides-container > * .orbit-caption {
    background: none;
    width: 25%;
    bottom: 38px;
    text-align: left;
    padding: 0 14px;
  }
  .orbit-caption .headline {
    color: #fff;
    text-transform: uppercase;
    font-family: "alternate-gothic-no-1-d", "Futura Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 2.25em;
    line-height: 1;
    margin-bottom: 5px;
  }

  .orbit-caption .sub-head {
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: 1.5em;
    margin-bottom: 1em;
    line-height: 1;
  }

  .orbit-container .orbit-prev, .orbit-container .orbit-next,
  .orbit-container .orbit-prev, .orbit-container .orbit-prev {
    background: none;
  }

  .orbit-bullets li {
    width: 1em;
    height: 1em;
  }

  .orbit-container .orbit-slide-number,
  .orbit-container .orbit-timer {
    display: none;
  }
}

/* Amenity Icons */

.showtimes-amenities{
  margin-bottom:10px;
  font-size:13px;
}

.showtimes-amenity{
  display:inline-block;
  cursor:pointer;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.showtimes-amenity:hover{
  color:#333;
}

.amenity-imax{

}
.amenity-reserve-seating{

}
.amenity-xxx{

}
.amenity-real3d{

}
.amenity-giant-screen{

}

input.error {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #f15500;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;    
}
