﻿﻿﻿d@charset "UTF-8";


/**


 * ****************************************************************************


 * CSS SITEMAP


 * ****************************************************************************


 * 01. NORMALIZE


 * 02. BASE


 * -- 2.1. BOOTSTRAP BASE


 * -- 2.2. HELPERS


 * -- 2.3. FORM


 * -- 2.4. BUTTON


 * 03. LAYOUT


 * -- 3.1. GRID


 * -- 3.2. RESPONSIVE UTILITIES


 * -- 3.3. TOP BAR


 * -- 3.4. HEADER


 * -- 3.5. FOOTER


 * -- 3.6. PAGINATION


 * -- 3.7. BLOG


 * -- 3.8. PAGE


 * -- 3.9. 404


 * -- 3.10. CONTACT


 * -- 3.11. MOVIE


 * -- 3.12. ACTOR/DIRECTOR


 * -- 3.13. USER


 * 04. WIDGETS


 * -- 4.1. BASE


 * -- 4.2. MENU


 * -- 4.3. SEARCH


 * -- 4.4. POSTS


 * -- 4.5. CALENDAR


 * -- 4.6. TAGS


 * -- 4.7. COMMENTS


 * -- 4.8. MOVIE LIST


 * -- 4.9. MOVIE COMING SOON


 * -- 4.10. MODULE


 * -- 4.11. MAILCHIM


 * 05. SHORTCODES


 * -- 5.1. BASE


 * -- 5.2. MOVIE SLIDE


 * -- 5.3. MOVIE LIST


 * -- 5.4. MOVIE GRID


 * -- 5.5. MOVIE METRO SLIDER


 * -- 5.6. MOVIE SHOWTIME


 * -- 5.7. MOVIE RATE LIST


 * -- 5.8. MOVIE CAROUSEL


 * -- 5.9. MOVIE TABS


 * -- 5.10. MOVIE BLOG


 * -- 5.11. MOVIE SEARCH


 * 06. RESPONSIVE


 * 07. VERSION 2


 *


 */


/**


 * ============================================================================


 * 01. NORMALIZE


 * ============================================================================


 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


html {


  font-family: sans-serif;


  -ms-text-size-adjust: 100%;


  -webkit-text-size-adjust: 100%; }





body {


  margin: 0; }





article,


aside,


details,


figcaption,


figure,


footer,


header,


hgroup,


main,


menu,


nav,


section,


summary {


  display: block; }





audio,


canvas,


progress,


video {


  display: inline-block;


  vertical-align: baseline; }





audio:not([controls]) {


  display: none;


  height: 0; }





[hidden],


template {


  display: none; }





a {


  background-color: transparent; }





a:active,


a:hover {


  outline: 0; }





abbr[title] {


  border-bottom: 1px dotted; }





b,


strong {


  font-weight: bold; }





dfn {


  font-style: italic; }





h1 {


  font-size: 2em;


  margin: 0.67em 0; }





mark {


  background: #ff0;


  color: #000; }





small {


  font-size: 80%; }





sub,


sup {


  font-size: 75%;


  line-height: 0;


  position: relative;


  vertical-align: baseline; }





sup {


  top: -0.5em; }





sub {


  bottom: -0.25em; }





img {


  border: 0; }





svg:not(:root) {


  overflow: hidden; }





figure {


  margin: 1em 40px; }





hr {


  box-sizing: content-box;


  height: 0; }





pre {


  overflow: auto; }





code,


kbd,


pre,


samp {


  font-family: monospace, monospace;


  font-size: 1em; }





button,


input,


optgroup,


select,


textarea {


  color: inherit;


  font: inherit;


  margin: 0; }





button {


  overflow: visible; }





button,


select {


  text-transform: none; }





button,


html input[type="button"],


input[type="reset"],


input[type="submit"] {


  -webkit-appearance: button;


  cursor: pointer; }





button[disabled],


html input[disabled] {


  cursor: default; }





button::-moz-focus-inner,


input::-moz-focus-inner {


  border: 0;


  padding: 0; }





input {


  line-height: normal; }





input[type="checkbox"],


input[type="radio"] {


  box-sizing: border-box;


  padding: 0; }





input[type="number"]::-webkit-inner-spin-button,


input[type="number"]::-webkit-outer-spin-button {


  height: auto; }





input[type="search"] {


  -webkit-appearance: textfield;


  box-sizing: content-box; }





input[type="search"]::-webkit-search-cancel-button,


input[type="search"]::-webkit-search-decoration {


  -webkit-appearance: none; }





fieldset {


  border: 1px solid #c0c0c0;


  margin: 0 2px;


  padding: 0.35em 0.625em 0.75em; }





legend {


  border: 0;


  padding: 0; }





textarea {


  overflow: auto; }





optgroup {


  font-weight: bold; }





table {


  border-collapse: collapse;


  border-spacing: 0; }





td,


th {


  padding: 0; }





/**


 * ============================================================================


 * 02. BASE


 * ============================================================================


 */


/**


 * ---------------------------------------------


 * 2.1. BOOTSTRAP BASE


 * ---------------------------------------------


 */


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */


@media print {


  *,


  *:before,


  *:after {


    background: transparent !important;


    color: #000 !important;


    box-shadow: none !important;


    text-shadow: none !important; }





  a,


  a:visited {


    text-decoration: underline; }





  a[href]:after {


    content: " (" attr(href) ")"; }





  abbr[title]:after {


    content: " (" attr(title) ")"; }





  a[href^="#"]:after,


  a[href^="javascript:"]:after {


    content: ""; }





  pre,


  blockquote {


    border: 1px solid #999;


    page-break-inside: avoid; }





  thead {


    display: table-header-group; }





  tr,


  img {


    page-break-inside: avoid; }





  img {


    max-width: 100% !important; }





  p,


  h2,


  h3 {


    orphans: 3;


    widows: 3; }





  h2,


  h3 {


    page-break-after: avoid; }





  .navbar {


    display: none; }





  .btn > .caret,


  .dropup > .btn > .caret {


    border-top-color: #000 !important; }





  .label {


    border: 1px solid #000; }





  .table {


    border-collapse: collapse !important; }


    .table td,


    .table th {


      background-color: #fff !important; }





  .table-bordered th,


  .table-bordered td {


    border: 1px solid #ddd !important; } }


* {


  -webkit-box-sizing: border-box;


  -moz-box-sizing: border-box;


  box-sizing: border-box; }





*:before,


*:after {


  -webkit-box-sizing: border-box;


  -moz-box-sizing: border-box;


  box-sizing: border-box; }





html {


  font-size: 10px;


  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }





body {


  font-family: "Roboto Condensed", sans-serif;


  font-size: 14px;


  line-height: 1.428571429;


  color: #333333;


  background-color: #fff; }





input,


button,


select,


textarea {


  font-family: inherit;


  font-size: inherit;


  line-height: inherit; }





a {


  color: #337ab7;


  text-decoration: none; }


  a:hover, a:focus {


    color: #23527c;


    text-decoration: underline; }


  a:focus {


    outline: thin dotted;


    outline: 5px auto -webkit-focus-ring-color;


    outline-offset: -2px; }





figure {


  margin: 0; }





img {


  vertical-align: middle; }





.img-responsive {


  display: block;


  max-width: 100%;


  height: auto; }





.img-rounded {


  border-radius: 6px; }





.img-thumbnail {


  padding: 4px;


  line-height: 1.428571429;


  background-color: #fff;


  border: 1px solid #ddd;


  border-radius: 4px;


  -webkit-transition: all 0.2s ease-in-out;


  -o-transition: all 0.2s ease-in-out;


  transition: all 0.2s ease-in-out;


  display: inline-block;


  max-width: 100%;


  height: auto; }





.img-circle {


  border-radius: 50%; }





hr {


  margin-top: 20px;


  margin-bottom: 20px;


  border: 0;


  border-top: 1px solid #eeeeee; }





.sr-only {


  position: absolute;


  width: 1px;


  height: 1px;


  margin: -1px;


  padding: 0;


  overflow: hidden;


  clip: rect(0, 0, 0, 0);


  border: 0; }





.sr-only-focusable:active, .sr-only-focusable:focus {


  position: static;


  width: auto;


  height: auto;


  margin: 0;


  overflow: visible;


  clip: auto; }





[role="button"] {


  cursor: pointer; }





h1, h2, h3, h4, h5, h6,


.h1, .h2, .h3, .h4, .h5, .h6 {


  font-family: inherit;


  font-weight: 500;


  line-height: 1.1;


  color: inherit; }


  h1 small,


  h1 .small, h2 small,


  h2 .small, h3 small,


  h3 .small, h4 small,


  h4 .small, h5 small,


  h5 .small, h6 small,


  h6 .small,


  .h1 small,


  .h1 .small, .h2 small,


  .h2 .small, .h3 small,


  .h3 .small, .h4 small,


  .h4 .small, .h5 small,


  .h5 .small, .h6 small,


  .h6 .small {


    font-weight: normal;


    line-height: 1;


    color: #777777; }





h1, .h1,


h2, .h2,


h3, .h3 {


  margin-top: 20px;


  margin-bottom: 10px; }


  h1 small,


  h1 .small, .h1 small,


  .h1 .small,


  h2 small,


  h2 .small, .h2 small,


  .h2 .small,


  h3 small,


  h3 .small, .h3 small,


  .h3 .small {


    font-size: 65%; }





h4, .h4,


h5, .h5,


h6, .h6 {


  margin-top: 10px;


  margin-bottom: 10px; }


  h4 small,


  h4 .small, .h4 small,


  .h4 .small,


  h5 small,


  h5 .small, .h5 small,


  .h5 .small,


  h6 small,


  h6 .small, .h6 small,


  .h6 .small {


    font-size: 75%; }





h1, .h1 {


  font-size: 36px; }





h2, .h2 {


  font-size: 30px; }





h3, .h3 {


  font-size: 24px; }





h4, .h4 {


  font-size: 18px; }





h5, .h5 {


  font-size: 14px; }





h6, .h6 {


  font-size: 12px; }





p {


  margin: 0 0 10px; }





.lead {


  margin-bottom: 20px;


  font-size: 16px;


  font-weight: 300;


  line-height: 1.4; }


  @media (min-width: 768px) {


    .lead {


      font-size: 21px; } }





small,


.small {


  font-size: 85%; }





mark,


.mark {


  background-color: #fcf8e3;


  padding: .2em; }





.text-left {


  text-align: left; }





.text-right {


  text-align: right; }





.text-center {


  text-align: center; }





.text-justify {


  text-align: justify; }





.text-nowrap {


  white-space: nowrap; }





.text-lowercase {


  text-transform: lowercase; }





.text-uppercase, .initialism {


  text-transform: uppercase; }





.text-capitalize {


  text-transform: capitalize; }





.text-muted {


  color: #777777; }





.text-primary {


  color: #337ab7; }





a.text-primary:hover,


a.text-primary:focus {


  color: #286090; }





.text-success {


  color: #3c763d; }





a.text-success:hover,


a.text-success:focus {


  color: #2b542c; }





.text-info {


  color: #31708f; }





a.text-info:hover,


a.text-info:focus {


  color: #245269; }





.text-warning {


  color: #8a6d3b; }





a.text-warning:hover,


a.text-warning:focus {


  color: #66512c; }





.text-danger {


  color: #a94442; }





a.text-danger:hover,


a.text-danger:focus {


  color: #843534; }





.bg-primary {


  color: #fff; }





.bg-primary {


  background-color: #337ab7; }





a.bg-primary:hover,


a.bg-primary:focus {


  background-color: #286090; }





.bg-success {


  background-color: #dff0d8; }





a.bg-success:hover,


a.bg-success:focus {


  background-color: #c1e2b3; }





.bg-info {


  background-color: #d9edf7; }





a.bg-info:hover,


a.bg-info:focus {


  background-color: #afd9ee; }





.bg-warning {


  background-color: #fcf8e3; }





a.bg-warning:hover,


a.bg-warning:focus {


  background-color: #f7ecb5; }





.bg-danger {


  background-color: #f2dede; }





a.bg-danger:hover,


a.bg-danger:focus {


  background-color: #e4b9b9; }





.page-header {


  padding-bottom: 9px;


  margin: 40px 0 20px;


  border-bottom: 1px solid #eeeeee; }





ul,


ol {


  margin-top: 0;


  margin-bottom: 10px; }


  ul ul,


  ul ol,


  ol ul,


  ol ol {


    margin-bottom: 0; }





.list-unstyled {


  padding-left: 0;


  list-style: none; }





.list-inline {


  padding-left: 0;


  list-style: none;


  margin-left: -5px; }


  .list-inline > li {


    display: inline-block;


    padding-left: 5px;


    padding-right: 5px; }





dl {


  margin-top: 0;


  margin-bottom: 20px; }





dt,


dd {


  line-height: 1.428571429; }





dt {


  font-weight: bold; }





dd {


  margin-left: 0; }





.dl-horizontal dd:before, .dl-horizontal dd:after {


  content: " ";


  display: table; }


.dl-horizontal dd:after {


  clear: both; }


@media (min-width: 768px) {


  .dl-horizontal dt {


    float: left;


    width: 160px;


    clear: left;


    text-align: right;


    overflow: hidden;


    text-overflow: ellipsis;


    white-space: nowrap; }


  .dl-horizontal dd {


    margin-left: 180px; }}





abbr[title],


abbr[data-original-title] {


  cursor: help;


  border-bottom: 1px dotted #777777; }





.initialism {


  font-size: 90%; }





blockquote {


  padding: 10px 20px;


  margin: 0 0 20px;


  font-size: 17.5px;


  border-left: 5px solid #eeeeee; }


  blockquote p:last-child,


  blockquote ul:last-child,


  blockquote ol:last-child {


    margin-bottom: 0; }


  blockquote footer,


  blockquote small,


  blockquote .small {


    display: block;


    font-size: 80%;


    line-height: 1.428571429;


    color: #777777; }


    blockquote footer:before,


    blockquote small:before,


    blockquote .small:before {


      content: '\2014 \00A0'; }





.blockquote-reverse,


blockquote.pull-right {


  padding-right: 15px;


  padding-left: 0;


  border-right: 5px solid #eeeeee;


  border-left: 0;


  text-align: right; }


  .blockquote-reverse footer:before,


  .blockquote-reverse small:before,


  .blockquote-reverse .small:before,


  blockquote.pull-right footer:before,


  blockquote.pull-right small:before,


  blockquote.pull-right .small:before {


    content: ''; }


  .blockquote-reverse footer:after,


  .blockquote-reverse small:after,


  .blockquote-reverse .small:after,


  blockquote.pull-right footer:after,


  blockquote.pull-right small:after,


  blockquote.pull-right .small:after {


    content: '\00A0 \2014'; }





address {


  margin-bottom: 20px;


  font-style: normal;


  line-height: 1.428571429; }





.clearfix:before, .clearfix:after {


  content: " ";


  display: table; }


.clearfix:after {


  clear: both; }





.center-block {


  display: block;


  margin-left: auto;


  margin-right: auto; }





.pull-right {


  float: right !important; }





.pull-left {


  float: left !important; }





.hide {


  display: none !important; }





.show {


  display: block !important; }





.invisible {


  visibility: hidden; }





.text-hide {


  font: 0/0 a;


  color: transparent;


  text-shadow: none;


  background-color: transparent;


  border: 0; }





.hidden {


  display: none !important; }





.affix {


  position: fixed; }





table {


  background-color: transparent; }





caption {


  padding-top: 8px;


  padding-bottom: 8px;


  color: #777777;


  text-align: left; }





th {


  text-align: left; }





.table {


  width: 100%;


  max-width: 100%;


  margin-bottom: 20px; }


  .table > thead > tr > th,


  .table > thead > tr > td,


  .table > tbody > tr > th,


  .table > tbody > tr > td,


  .table > tfoot > tr > th,


  .table > tfoot > tr > td {


    padding: 8px;


    line-height: 1.428571429;


    vertical-align: top;


    border-top: 1px solid #ddd; }


  .table > thead > tr > th {


    vertical-align: bottom;


    border-bottom: 2px solid #ddd; }


  .table > caption + thead > tr:first-child > th,


  .table > caption + thead > tr:first-child > td,


  .table > colgroup + thead > tr:first-child > th,


  .table > colgroup + thead > tr:first-child > td,


  .table > thead:first-child > tr:first-child > th,


  .table > thead:first-child > tr:first-child > td {


    border-top: 0; }


  .table > tbody + tbody {


    border-top: 2px solid #ddd; }


  .table .table {


    background-color: #fff; }





.table-condensed > thead > tr > th,


.table-condensed > thead > tr > td,


.table-condensed > tbody > tr > th,


.table-condensed > tbody > tr > td,


.table-condensed > tfoot > tr > th,


.table-condensed > tfoot > tr > td {


  padding: 5px; }





.table-bordered {


  border: 1px solid #ddd; }


  .table-bordered > thead > tr > th,


  .table-bordered > thead > tr > td,


  .table-bordered > tbody > tr > th,


  .table-bordered > tbody > tr > td,


  .table-bordered > tfoot > tr > th,


  .table-bordered > tfoot > tr > td {


    border: 1px solid #ddd; }


  .table-bordered > thead > tr > th,


  .table-bordered > thead > tr > td {


    border-bottom-width: 2px; }





.table-striped > tbody > tr:nth-of-type(odd) {


  background-color: #f9f9f9; }





.table-hover > tbody > tr:hover {


  background-color: #f5f5f5; }





table col[class*="col-"] {


  position: static;


  float: none;


  display: table-column; }





table td[class*="col-"],


table th[class*="col-"] {


  position: static;


  float: none;


  display: table-cell; }





.table > thead > tr > td.active,


.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,


.table > tbody > tr > td.active,


.table > tbody > tr > th.active,


.table > tbody > tr.active > td,


.table > tbody > tr.active > th,


.table > tfoot > tr > td.active,


.table > tfoot > tr > th.active,


.table > tfoot > tr.active > td,


.table > tfoot > tr.active > th {


  background-color: #f5f5f5; }





.table-hover > tbody > tr > td.active:hover,


.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {


  background-color: #e8e8e8; }





.table > thead > tr > td.success,


.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,


.table > tbody > tr > td.success,


.table > tbody > tr > th.success,


.table > tbody > tr.success > td,


.table > tbody > tr.success > th,


.table > tfoot > tr > td.success,


.table > tfoot > tr > th.success,


.table > tfoot > tr.success > td,


.table > tfoot > tr.success > th {


  background-color: #dff0d8; }





.table-hover > tbody > tr > td.success:hover,


.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {


  background-color: #d0e9c6; }





.table > thead > tr > td.info,


.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,


.table > tbody > tr > td.info,


.table > tbody > tr > th.info,


.table > tbody > tr.info > td,


.table > tbody > tr.info > th,


.table > tfoot > tr > td.info,


.table > tfoot > tr > th.info,


.table > tfoot > tr.info > td,


.table > tfoot > tr.info > th {


  background-color: #d9edf7; }





.table-hover > tbody > tr > td.info:hover,


.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {


  background-color: #c4e3f3; }





.table > thead > tr > td.warning,


.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,


.table > tbody > tr > td.warning,


.table > tbody > tr > th.warning,


.table > tbody > tr.warning > td,


.table > tbody > tr.warning > th,


.table > tfoot > tr > td.warning,


.table > tfoot > tr > th.warning,


.table > tfoot > tr.warning > td,


.table > tfoot > tr.warning > th {


  background-color: #fcf8e3; }





.table-hover > tbody > tr > td.warning:hover,


.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {


  background-color: #faf2cc; }





.table > thead > tr > td.danger,


.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,


.table > tbody > tr > td.danger,


.table > tbody > tr > th.danger,


.table > tbody > tr.danger > td,


.table > tbody > tr.danger > th,


.table > tfoot > tr > td.danger,


.table > tfoot > tr > th.danger,


.table > tfoot > tr.danger > td,


.table > tfoot > tr.danger > th {


  background-color: #f2dede; }





.table-hover > tbody > tr > td.danger:hover,


.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {


  background-color: #ebcccc; }





.table-responsive {


  overflow-x: auto;


  min-height: 0.01%; }


  @media screen and (max-width: 767px) {


    .table-responsive {


      width: 100%;


      margin-bottom: 15px;


      overflow-y: hidden;


      -ms-overflow-style: -ms-autohiding-scrollbar;


      border: 1px solid #ddd; }


      .table-responsive > .table {


        margin-bottom: 0; }


        .table-responsive > .table > thead > tr > th,


        .table-responsive > .table > thead > tr > td,


        .table-responsive > .table > tbody > tr > th,


        .table-responsive > .table > tbody > tr > td,


        .table-responsive > .table > tfoot > tr > th,


        .table-responsive > .table > tfoot > tr > td {


          white-space: nowrap; }


      .table-responsive > .table-bordered {


        border: 0; }


        .table-responsive > .table-bordered > thead > tr > th:first-child,


        .table-responsive > .table-bordered > thead > tr > td:first-child,


        .table-responsive > .table-bordered > tbody > tr > th:first-child,


        .table-responsive > .table-bordered > tbody > tr > td:first-child,


        .table-responsive > .table-bordered > tfoot > tr > th:first-child,


        .table-responsive > .table-bordered > tfoot > tr > td:first-child {


          border-left: 0; }


        .table-responsive > .table-bordered > thead > tr > th:last-child,


        .table-responsive > .table-bordered > thead > tr > td:last-child,


        .table-responsive > .table-bordered > tbody > tr > th:last-child,


        .table-responsive > .table-bordered > tbody > tr > td:last-child,


        .table-responsive > .table-bordered > tfoot > tr > th:last-child,


        .table-responsive > .table-bordered > tfoot > tr > td:last-child {


          border-right: 0; }


        .table-responsive > .table-bordered > tbody > tr:last-child > th,


        .table-responsive > .table-bordered > tbody > tr:last-child > td,


        .table-responsive > .table-bordered > tfoot > tr:last-child > th,


        .table-responsive > .table-bordered > tfoot > tr:last-child > td {


          border-bottom: 0; }
          

 }





/**


 * ---------------------------------------------


 * 2.2. HELPERS


 * ---------------------------------------------


 */


body {


  overflow-x: hidden; }





h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {


  color: #000; }





img {


  max-width: 100%;


  height: auto; }





a {


  color: #666;


  cursor: pointer;


  outline: medium none;


  text-decoration: none;


  -webkit-transition: all 0.3s ease 0s;


  -o-transition: all 0.3s ease 0s;


  transition: all 0.3s ease 0s; }


  a:hover, a:focus {


    text-decoration: none;


    outline: none;


    color: #fe7900; }





@media (max-width: 480px) {


  .mobilehidden {


    display: none !important; }

.col-md-15 {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
}


#amy-page-header .amy-breadcrumb {


    color: #ffffff;


    display: inline-block;


    float: right;}


#amy-page-header .amy-page-title .page-title {


    color: #fff;


    font-weight: 600;


    margin: 0;


    padding: 60px 0!important;


    display: inline-block;


} }





@media (min-width: 480px) and (max-width: 768px) {


  .tablethidden {


    display: none !important; } }





.amy-image {


  display: block;


  overflow: hidden; }





.no-float {


  float: none !important; }





.alignleft {


  float: left;


  margin-right: 20px; }





.alignright {


  float: right;


  margin-left: 20px; }





.aligncenter {


  display: block;


  margin-left: auto;


  margin-right: auto;


  text-align: center; }





.alignleft {


  margin: 7px 14px 7px 0; }





.wp-caption {


  max-width: 100%; }





.wp-caption-text {


  color: #767676;


  font-size: 12px;


  margin-bottom: 0 !important;


  margin-top: 6px; }





hr {


  color: #ddd; }





#infscr-loading img {


  max-width: 100%;


  width: auto; }





blockquote {


  border-color: #428bca;


  border-left: 3px solid #fe7900;


  font-size: 15px;


  font-style: italic;


  margin: 20px;


  padding: 10px 20px; }





.sticky-post {


  background: #000 !important;


  color: #fff !important; }





.post.sticky {


  background: #f7f7f7;


  padding: 20px;


  margin-bottom: 15px; }


  .post.sticky .postitem {


    border: none;


    margin: 0;


    padding: 0; }


  .post.sticky:after {


    clear: both;


    display: table;


    content: ''; }





.screen-reader-text {


  clip: rect(1px, 1px, 1px, 1px);


  position: absolute !important;


  height: 1px;


  width: 1px;


  overflow: hidden; }





.screen-reader-text:focus {


  background-color: #f1f1f1;


  border-radius: 3px;


  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);


  clip: auto !important;


  color: #21759b;


  display: block;


  font-size: 14px;


  font-size: 0.875rem;


  font-weight: bold;


  height: auto;


  left: 5px;


  line-height: normal;


  padding: 15px 23px 14px;


  text-decoration: none;


  top: 5px;


  width: auto;


  z-index: 100000;


  /* Above WP toolbar. */ }





.gallery-caption {


  color: #686868;


  display: block;


  font-size: 13px;


  font-size: 0.8125rem;


  font-style: italic;


  line-height: 1.6153846154;


  padding-top: 0.5384615385em; }





.gallery-columns-6 .gallery-caption,


.gallery-columns-7 .gallery-caption,


.gallery-columns-8 .gallery-caption,


.gallery-columns-9 .gallery-caption {


  display: none; }





.bypostauthor > article .fn:after {


  content: "\f304";


  left: 3px;


  position: relative;


  top: 5px; }





pre {


  border: 1px solid #d1d1d1;


  font-size: 1rem;


  line-height: 1.3125;


  margin: 0 0 1.75em;


  max-width: 100%;


  overflow: auto;


  padding: 1.75em;


  white-space: pre-wrap;


  word-wrap: break-word; }





.amy-widget {


  margin-bottom: 30px; }





.amy-shortcode {


  margin-bottom: 20px; }





.amy-title {


  color: #fe7900;


  display: inline-block;


  font-size: 35px;


  font-weight: bold;


  margin-bottom: 20px;


  margin-top: 0;


  position: relative;


  padding-bottom: 5px; }


  .amy-title.amy-widget-title {


    font-size: 28px; }





#amy-page-header.has-page-title {


  margin-bottom: 30px; }


#amy-page-header .amy-page-title {


  min-height: 210px;


  position: relative; }


  #amy-page-header .amy-page-title.amy-right .amy-breadcrumb {


    float: left; }


  #amy-page-header .amy-page-title .page-title {


    color: #fff;


    font-weight: 600;


    margin: 0;


    padding: 80px 0;


    display: inline-block; }





table {


  border-collapse: separate;


  border-spacing: 0;


  border-width: 1px 0 0 1px;


  margin: 0 0 1.75em;


  width: 100%; }





th,


td {


  padding: 0.4375em 0;


 }





th {


  border-width: 0 1px 1px 0;


  font-weight: 700; }





td {


  border-width: 0 0px 0px 0; }





.nav-links {


  margin-bottom: 20px; }


  .nav-links .nav-previous {


    display: inline-block;


    width: 50%; }


  .nav-links .nav-next {


    display: inline-block;


    width: 50%;


    text-align: right; }





.entry-title {


  -ms-word-wrap: break-word;


  word-wrap: break-word; }





.amy-center {


  text-align: center; }





.amy-left {


  text-align: left; }





.amy-right {


  text-align: right; }





#amy-loading {


  background-color: rgba(255, 255, 255, 0.75);


  height: 100%;


  left: 0;


  display: none;


  overflow: hidden;


  position: fixed;


  top: 0;


  transition: opacity 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s, z-index 0.3s ease-in-out 0s;


  width: 100%;


  z-index: 0; }





#amy-loading.open {


  display: block;


  z-index: 1101; }





#amy-loading span {


  background: url("/img/ajax_loading.gif") no-repeat;


  display: block;


  width: 70px;


  height: 70px;


  margin: 25% auto 0; }





.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {


  min-height: 1px;


  padding: 0 15px;


  position: relative; }





.col-md-15 {


  float: left;


  margin-bottom: 30px; }





@keyframes amyFadeIn {


  from {


    opacity: 0; }


  to {


    opacity: 1; } }


@keyframes amyFadeOut {


  from {


    opacity: 1; }


  to {


    opacity: 0; } }


.amy-fade-in {


  animation: amyFadeIn ease-in 0.3s; }





.amy-fade-out {


  opacity: 0;


  animation: amyFadeOut ease-out 0.5s; }





.amy-buy-ticket {


  background: #fe7900 none repeat scroll 0 0;


  border: 0 none;


  border-radius: 3px;


  color: #fff;


  font-size: 13px;


  font-weight: bold;


  margin-top: 25px;


  padding: 5px 15px;


  text-transform: uppercase;


  transition: all 0.5s ease 0s;


  width: auto;


  float: right; }


  .amy-buy-ticket:hover {


    background: #000;


    color: #fff; }





.amy-movie-recent ul {


  margin: 0;


  padding: 0; }


  .amy-movie-recent ul li {


    display: inline-block;


    margin-bottom: 10px;


    padding: 0 10px;


    vertical-align: top;


    width: 20%; }


    .amy-movie-recent ul li:first-child {


      padding-left: 0; }


    .amy-movie-recent ul li:last-child {


      padding-right: 0; }


    .amy-movie-recent ul li p {


      font-size: 18px;


      line-height: 23px;


      margin-top: 5px;


      text-align: center; }





/**


 * ---------------------------------------------


 * 2.3. FORM


 * ---------------------------------------------


 */


fieldset {


  padding: 0;


  margin: 0;


  border: 0;


  min-width: 0; }





legend {


  display: block;


  width: 100%;


  padding: 0;


  margin-bottom: 20px;


  font-size: 21px;


  line-height: inherit;


  color: #333333;


  border: 0;


  border-bottom: 1px solid #e5e5e5; }





label {


  display: inline-block;


  margin-bottom: 5px;


  font-weight: 400; }





input[type="file"] {


  display: block; }





input[type="range"] {


  display: block;


  width: 100%; }





select[multiple],


select[size] {


  height: auto; }





input[type="file"]:focus,


input[type="radio"]:focus,


input[type="checkbox"]:focus {


  outline: thin dotted;


  outline: 5px auto -webkit-focus-ring-color;


  outline-offset: -2px; }





output {


  display: block;


  padding-top: 7px;


  font-size: 14px;


  line-height: 1.428571429;


  color: #555555; }





select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {


  display: inline-block;


  width: 100%;


  height: 40px;


  padding: 10px 30px 10px 10px;


  font-size: 14px;


  line-height: 1.428571429;


  color: #555555;


  background-color: #fff;


  background-image: none;


  border: 1px solid #ebebeb;


  border-radius: 0;


  -webkit-transition: border-color ease-in-out 0.15s;


  -o-transition: border-color ease-in-out 0.15s;


  transition: border-color ease-in-out 0.15s;


  -webkit-appearance: none; }


  select:hover,


  textarea:hover,


  input[type="text"]:hover,


  input[type="password"]:hover,


  input[type="datetime"]:hover,


  input[type="datetime-local"]:hover,


  input[type="date"]:hover,


  input[type="month"]:hover,


  input[type="time"]:hover,


  input[type="week"]:hover,


  input[type="number"]:hover,


  input[type="email"]:hover,


  input[type="url"]:hover,


  input[type="search"]:hover,


  input[type="tel"]:hover,


  input[type="color"]:hover {


    border-color: #d7d7d7; }


  select:focus,


  textarea:focus,


  input[type="text"]:focus,


  input[type="password"]:focus,


  input[type="datetime"]:focus,


  input[type="datetime-local"]:focus,


  input[type="date"]:focus,


  input[type="month"]:focus,


  input[type="time"]:focus,


  input[type="week"]:focus,


  input[type="number"]:focus,


  input[type="email"]:focus,


  input[type="url"]:focus,


  input[type="search"]:focus,


  input[type="tel"]:focus,


  input[type="color"]:focus {


    outline: 0;


    border-color: #fe7900; }


  .amy-dark-bg select,


  .amy-dark-bg textarea,


  .amy-dark-bg input[type="text"],


  .amy-dark-bg input[type="password"],


  .amy-dark-bg input[type="datetime"],


  .amy-dark-bg input[type="datetime-local"],


  .amy-dark-bg input[type="date"],


  .amy-dark-bg input[type="month"],


  .amy-dark-bg input[type="time"],


  .amy-dark-bg input[type="week"],


  .amy-dark-bg input[type="number"],


  .amy-dark-bg input[type="email"],


  .amy-dark-bg input[type="url"],


  .amy-dark-bg input[type="search"],


  .amy-dark-bg input[type="tel"],


  .amy-dark-bg input[type="color"] {


    background: transparent;


    color: #fff; }


    .amy-dark-bg select::-moz-placeholder,


    .amy-dark-bg textarea::-moz-placeholder,


    .amy-dark-bg input[type="text"]::-moz-placeholder,


    .amy-dark-bg input[type="password"]::-moz-placeholder,


    .amy-dark-bg input[type="datetime"]::-moz-placeholder,


    .amy-dark-bg input[type="datetime-local"]::-moz-placeholder,


    .amy-dark-bg input[type="date"]::-moz-placeholder,


    .amy-dark-bg input[type="month"]::-moz-placeholder,


    .amy-dark-bg input[type="time"]::-moz-placeholder,


    .amy-dark-bg input[type="week"]::-moz-placeholder,


    .amy-dark-bg input[type="number"]::-moz-placeholder,


    .amy-dark-bg input[type="email"]::-moz-placeholder,


    .amy-dark-bg input[type="url"]::-moz-placeholder,


    .amy-dark-bg input[type="search"]::-moz-placeholder,


    .amy-dark-bg input[type="tel"]::-moz-placeholder,


    .amy-dark-bg input[type="color"]::-moz-placeholder {


      color: #f2f2f2;


      opacity: 1; }


    .amy-dark-bg select:-ms-input-placeholder,


    .amy-dark-bg textarea:-ms-input-placeholder,


    .amy-dark-bg input[type="text"]:-ms-input-placeholder,


    .amy-dark-bg input[type="password"]:-ms-input-placeholder,


    .amy-dark-bg input[type="datetime"]:-ms-input-placeholder,


    .amy-dark-bg input[type="datetime-local"]:-ms-input-placeholder,


    .amy-dark-bg input[type="date"]:-ms-input-placeholder,


    .amy-dark-bg input[type="month"]:-ms-input-placeholder,


    .amy-dark-bg input[type="time"]:-ms-input-placeholder,


    .amy-dark-bg input[type="week"]:-ms-input-placeholder,


    .amy-dark-bg input[type="number"]:-ms-input-placeholder,


    .amy-dark-bg input[type="email"]:-ms-input-placeholder,


    .amy-dark-bg input[type="url"]:-ms-input-placeholder,


    .amy-dark-bg input[type="search"]:-ms-input-placeholder,


    .amy-dark-bg input[type="tel"]:-ms-input-placeholder,


    .amy-dark-bg input[type="color"]:-ms-input-placeholder {


      color: #f2f2f2; }


    .amy-dark-bg select::-webkit-input-placeholder,


    .amy-dark-bg textarea::-webkit-input-placeholder,


    .amy-dark-bg input[type="text"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="password"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="datetime"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="datetime-local"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="date"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="month"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="time"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="week"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="number"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="email"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="url"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="search"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="tel"]::-webkit-input-placeholder,


    .amy-dark-bg input[type="color"]::-webkit-input-placeholder {


      color: #f2f2f2; }


    .amy-dark-bg select:focus,


    .amy-dark-bg textarea:focus,


    .amy-dark-bg input[type="text"]:focus,


    .amy-dark-bg input[type="password"]:focus,


    .amy-dark-bg input[type="datetime"]:focus,


    .amy-dark-bg input[type="datetime-local"]:focus,


    .amy-dark-bg input[type="date"]:focus,


    .amy-dark-bg input[type="month"]:focus,


    .amy-dark-bg input[type="time"]:focus,


    .amy-dark-bg input[type="week"]:focus,


    .amy-dark-bg input[type="number"]:focus,


    .amy-dark-bg input[type="email"]:focus,


    .amy-dark-bg input[type="url"]:focus,


    .amy-dark-bg input[type="search"]:focus,


    .amy-dark-bg input[type="tel"]:focus,


    .amy-dark-bg input[type="color"]:focus {


      border-color: #fff; }





input[type="password"] {


  display: inline-block; }





textarea {


  height: auto; }





input[type="search"] {


  -webkit-appearance: none;


  -webkit-box-sizing: border-box;


  -moz-box-sizing: border-box;


  box-sizing: border-box; }





input[type="date"] {


  line-height: 40px; }





.input-rounded {


  border-radius: 20px; }





.required {


  color: #d9534f; }





input[type="reset"],


input[type="submit"],


input[type="button"],


.uf-btn,


.loginButton {


  background: #fe7900;


  border: 0 none;


  color: #fff;


  font-size: 14px;


  font-weight: bold;


  padding: 10px 25px;


  text-transform: uppercase;


  transition: all 0.5s ease 0s;


  width: auto!important;


 }


  input[type="reset"]:hover,


  input[type="submit"]:hover,


  input[type="button"]:hover,


  .uf-btn:hover,


  .loginButton:hover {


    background: #252525 none repeat scroll 0 0; }





/**


 * ---------------------------------------------


 * 2.4. BUTTON


 * ---------------------------------------------


 */


/**


 * ============================================================================


 * 03. LAYOUT


 * ============================================================================


 */


/**


 * ---------------------------------------------


 * 3.1. GRID


 * ---------------------------------------------


 */


.container {


  margin-right: auto;


  margin-left: auto;


  padding-left: 15px;


  padding-right: 15px; }


  .container:before, .container:after {


    content: " ";


    display: table; }


  .container:after {


    clear: both; }


  @media (min-width: 768px) {


    .container {


      width: 750px; } }


  @media (min-width: 992px) {


    .container {


      width: 970px; } }


  @media (min-width: 1200px) {


    .container {


      width: 1170px; } }





.container-fluid {


  margin-right: auto;


  margin-left: auto;


  padding-left: 15px;


  padding-right: 15px; }


  .container-fluid:before, .container-fluid:after {


    content: " ";


    display: table; }


  .container-fluid:after {


    clear: both; }





.row {


  margin-left: -15px;


  margin-right: -15px; }


  .row:before, .row:after {


    content: " ";


    display: table; }


  .row:after {


    clear: both; }





.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {


  position: relative;


  min-height: 1px;


  padding-left: 15px;


  padding-right: 15px; }





.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {


  float: left; }





.col-xs-1 {


  width: 8.3333333333%; }





.col-xs-2 {


  width: 16.6666666667%; }





.col-xs-3 {


  width: 25%; }





.col-xs-4 {


  width: 33.3333333333%; }





.col-xs-5 {


  width: 41.6666666667%; }





.col-xs-6 {


  width: 50%; }





.col-xs-7 {


  width: 58.3333333333%; }





.col-xs-8 {


  width: 66.6666666667%; }





.col-xs-9 {


  width: 75%; }





.col-xs-10 {


  width: 83.3333333333%; }





.col-xs-11 {


  width: 91.6666666667%; }





.col-xs-12 {


  width: 100%; }





.col-xs-pull-0 {


  right: auto; }





.col-xs-pull-1 {


  right: 8.3333333333%; }





.col-xs-pull-2 {


  right: 16.6666666667%; }





.col-xs-pull-3 {


  right: 25%; }





.col-xs-pull-4 {


  right: 33.3333333333%; }





.col-xs-pull-5 {


  right: 41.6666666667%; }





.col-xs-pull-6 {


  right: 50%; }





.col-xs-pull-7 {


  right: 58.3333333333%; }





.col-xs-pull-8 {


  right: 66.6666666667%; }





.col-xs-pull-9 {


  right: 75%; }





.col-xs-pull-10 {


  right: 83.3333333333%; }





.col-xs-pull-11 {


  right: 91.6666666667%; }





.col-xs-pull-12 {


  right: 100%; }





.col-xs-push-0 {


  left: auto; }





.col-xs-push-1 {


  left: 8.3333333333%; }





.col-xs-push-2 {


  left: 16.6666666667%; }





.col-xs-push-3 {


  left: 25%; }





.col-xs-push-4 {


  left: 33.3333333333%; }





.col-xs-push-5 {


  left: 41.6666666667%; }





.col-xs-push-6 {


  left: 50%; }





.col-xs-push-7 {


  left: 58.3333333333%; }





.col-xs-push-8 {


  left: 66.6666666667%; }





.col-xs-push-9 {


  left: 75%; }





.col-xs-push-10 {


  left: 83.3333333333%; }





.col-xs-push-11 {


  left: 91.6666666667%; }





.col-xs-push-12 {


  left: 100%; }





.col-xs-offset-0 {


  margin-left: 0%; }





.col-xs-offset-1 {


  margin-left: 8.3333333333%; }





.col-xs-offset-2 {


  margin-left: 16.6666666667%; }





.col-xs-offset-3 {


  margin-left: 25%; }





.col-xs-offset-4 {


  margin-left: 33.3333333333%; }





.col-xs-offset-5 {


  margin-left: 41.6666666667%; }





.col-xs-offset-6 {


  margin-left: 50%; }





.col-xs-offset-7 {


  margin-left: 58.3333333333%; }





.col-xs-offset-8 {


  margin-left: 66.6666666667%; }





.col-xs-offset-9 {


  margin-left: 75%; }





.col-xs-offset-10 {


  margin-left: 83.3333333333%; }





.col-xs-offset-11 {


  margin-left: 91.6666666667%; }





.col-xs-offset-12 {


  margin-left: 100%; }





@media (min-width: 768px) {


  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {


    float: left; }





  .col-sm-1 {


    width: 8.3333333333%; }





  .col-sm-2 {


    width: 16.6666666667%; }





  .col-sm-3 {


    width: 25%; }





  .col-sm-4 {


    width: 33.333%; }





  .col-sm-5 {


    width: 41.6666666667%; }





  .col-sm-6 {


    width: 50%; }





  .col-sm-7 {


    width: 58.3333333333%; }





  .col-sm-8 {


    width: 66.6666666667%; }





  .col-sm-9 {


    width: 75%; }





  .col-sm-10 {


    width: 83.3333333333%; }





  .col-sm-11 {


    width: 91.6666666667%; }





  .col-sm-12 {


    width: 100%; }





  .col-sm-pull-0 {


    right: auto; }





  .col-sm-pull-1 {


    right: 8.3333333333%; }





  .col-sm-pull-2 {


    right: 16.6666666667%; }





  .col-sm-pull-3 {


    right: 25%; }





  .col-sm-pull-4 {


    right: 33.3333333333%; }





  .col-sm-pull-5 {


    right: 41.6666666667%; }





  .col-sm-pull-6 {


    right: 50%; }





  .col-sm-pull-7 {


    right: 58.3333333333%; }





  .col-sm-pull-8 {


    right: 66.6666666667%; }





  .col-sm-pull-9 {


    right: 75%; }





  .col-sm-pull-10 {


    right: 83.3333333333%; }





  .col-sm-pull-11 {


    right: 91.6666666667%; }





  .col-sm-pull-12 {


    right: 100%; }





  .col-sm-push-0 {


    left: auto; }





  .col-sm-push-1 {


    left: 8.3333333333%; }





  .col-sm-push-2 {


    left: 16.6666666667%; }





  .col-sm-push-3 {


    left: 25%; }





  .col-sm-push-4 {


    left: 33.3333333333%; }





  .col-sm-push-5 {


    left: 41.6666666667%; }





  .col-sm-push-6 {


    left: 50%; }





  .col-sm-push-7 {


    left: 58.3333333333%; }





  .col-sm-push-8 {


    left: 66.6666666667%; }





  .col-sm-push-9 {


    left: 75%; }





  .col-sm-push-10 {


    left: 83.3333333333%; }





  .col-sm-push-11 {


    left: 91.6666666667%; }





  .col-sm-push-12 {


    left: 100%; }





  .col-sm-offset-0 {


    margin-left: 0%; }





  .col-sm-offset-1 {


    margin-left: 8.3333333333%; }





  .col-sm-offset-2 {


    margin-left: 16.6666666667%; }





  .col-sm-offset-3 {


    margin-left: 25%; }





  .col-sm-offset-4 {


    margin-left: 33.3333333333%; }





  .col-sm-offset-5 {


    margin-left: 41.6666666667%; }





  .col-sm-offset-6 {


    margin-left: 50%; }





  .col-sm-offset-7 {


    margin-left: 58.3333333333%; }





  .col-sm-offset-8 {


    margin-left: 66.6666666667%; }





  .col-sm-offset-9 {


    margin-left: 75%; }





  .col-sm-offset-10 {


    margin-left: 83.3333333333%; }





  .col-sm-offset-11 {


    margin-left: 91.6666666667%; }





  .col-sm-offset-12 {


    margin-left: 100%; } }


@media (min-width: 992px) {


  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {


    float: left; }





  .col-md-1 {


    width: 8.3333333333%; }





  .col-md-2 {


    width: 16.6666666667%; }





  .col-md-3 {


    width: 25%; }





  .col-md-4 {


    width: 33.3333333333%; }





  .col-md-5 {


    width: 41.6666666667%; }





  .col-md-6 {


    width: 50%; }





  .col-md-7 {


    width: 58.3333333333%; }





  .col-md-8 {


    width: 66.6666666667%; }





  .col-md-9 {


    width: 75%; }





  .col-md-10 {


    width: 83.3333333333%; }





  .col-md-11 {


    width: 91.6666666667%; }





  .col-md-12 {


    width: 100%; }

.col-md-15 {width: 20%;}





  .col-md-pull-0 {


    right: auto; }





  .col-md-pull-1 {


    right: 8.3333333333%; }





  .col-md-pull-2 {


    right: 16.6666666667%; }





  .col-md-pull-3 {


    right: 25%; }





  .col-md-pull-4 {


    right: 33.3333333333%; }





  .col-md-pull-5 {


    right: 41.6666666667%; }





  .col-md-pull-6 {


    right: 50%; }





  .col-md-pull-7 {


    right: 58.3333333333%; }





  .col-md-pull-8 {


    right: 66.6666666667%; }





  .col-md-pull-9 {


    right: 75%; }





  .col-md-pull-10 {


    right: 83.3333333333%; }





  .col-md-pull-11 {


    right: 91.6666666667%; }





  .col-md-pull-12 {


    right: 100%; }





  .col-md-push-0 {


    left: auto; }





  .col-md-push-1 {


    left: 8.3333333333%; }





  .col-md-push-2 {


    left: 16.6666666667%; }





  .col-md-push-3 {


    left: 25%; }





  .col-md-push-4 {


    left: 33.3333333333%; }





  .col-md-push-5 {


    left: 41.6666666667%; }





  .col-md-push-6 {


    left: 50%; }





  .col-md-push-7 {


    left: 58.3333333333%; }





  .col-md-push-8 {


    left: 66.6666666667%; }





  .col-md-push-9 {


    left: 75%; }





  .col-md-push-10 {


    left: 83.3333333333%; }





  .col-md-push-11 {


    left: 91.6666666667%; }





  .col-md-push-12 {


    left: 100%; }





  .col-md-offset-0 {


    margin-left: 0%; }





  .col-md-offset-1 {


    margin-left: 8.3333333333%; }





  .col-md-offset-2 {


    margin-left: 16.6666666667%; }





  .col-md-offset-3 {


    margin-left: 25%; }





  .col-md-offset-4 {


    margin-left: 33.3333333333%; }





  .col-md-offset-5 {


    margin-left: 41.6666666667%; }





  .col-md-offset-6 {


    margin-left: 50%; }





  .col-md-offset-7 {


    margin-left: 58.3333333333%; }





  .col-md-offset-8 {


    margin-left: 66.6666666667%; }





  .col-md-offset-9 {


    margin-left: 75%; }





  .col-md-offset-10 {


    margin-left: 83.3333333333%; }





  .col-md-offset-11 {


    margin-left: 91.6666666667%; }





  .col-md-offset-12 {


    margin-left: 100%; } }


@media (min-width: 1200px) {


  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {


    float: left; }





  .col-lg-1 {


    width: 8.3333333333%; }





  .col-lg-2 {


    width: 16.6666666667%; }





  .col-lg-3 {


    width: 25%; }





  .col-lg-4 {


    width: 33.3333333333%; }





  .col-lg-5 {


    width: 41.6666666667%; }





  .col-lg-6 {


    width: 50%; }





  .col-lg-7 {


    width: 58.3333333333%; }





  .col-lg-8 {


    width: 66.6666666667%; }





  .col-lg-9 {


    width: 75%; }





  .col-lg-10 {


    width: 83.3333333333%; }





  .col-lg-11 {


    width: 91.6666666667%; }





  .col-lg-12 {


    width: 100%; }





  .col-lg-pull-0 {


    right: auto; }





  .col-lg-pull-1 {


    right: 8.3333333333%; }





  .col-lg-pull-2 {


    right: 16.6666666667%; }





  .col-lg-pull-3 {


    right: 25%; }





  .col-lg-pull-4 {


    right: 33.3333333333%; }





  .col-lg-pull-5 {


    right: 41.6666666667%; }





  .col-lg-pull-6 {


    right: 50%; }





  .col-lg-pull-7 {


    right: 58.3333333333%; }





  .col-lg-pull-8 {


    right: 66.6666666667%; }





  .col-lg-pull-9 {


    right: 75%; }





  .col-lg-pull-10 {


    right: 83.3333333333%; }





  .col-lg-pull-11 {


    right: 91.6666666667%; }





  .col-lg-pull-12 {


    right: 100%; }





  .col-lg-push-0 {


    left: auto; }





  .col-lg-push-1 {


    left: 8.3333333333%; }





  .col-lg-push-2 {


    left: 16.6666666667%; }





  .col-lg-push-3 {


    left: 25%; }





  .col-lg-push-4 {


    left: 33.3333333333%; }





  .col-lg-push-5 {


    left: 41.6666666667%; }





  .col-lg-push-6 {


    left: 50%; }





  .col-lg-push-7 {


    left: 58.3333333333%; }





  .col-lg-push-8 {


    left: 66.6666666667%; }





  .col-lg-push-9 {


    left: 75%; }





  .col-lg-push-10 {


    left: 83.3333333333%; }





  .col-lg-push-11 {


    left: 91.6666666667%; }





  .col-lg-push-12 {


    left: 100%; }





  .col-lg-offset-0 {


    margin-left: 0%; }





  .col-lg-offset-1 {


    margin-left: 8.3333333333%; }





  .col-lg-offset-2 {


    margin-left: 16.6666666667%; }





  .col-lg-offset-3 {


    margin-left: 25%; }





  .col-lg-offset-4 {


    margin-left: 33.3333333333%; }





  .col-lg-offset-5 {


    margin-left: 41.6666666667%; }





  .col-lg-offset-6 {


    margin-left: 50%; }





  .col-lg-offset-7 {


    margin-left: 58.3333333333%; }





  .col-lg-offset-8 {


    margin-left: 66.6666666667%; }





  .col-lg-offset-9 {


    margin-left: 75%; }





  .col-lg-offset-10 {


    margin-left: 83.3333333333%; }





  .col-lg-offset-11 {


    margin-left: 91.6666666667%; }





  .col-lg-offset-12 {


    margin-left: 100%; } }


/**


 * ---------------------------------------------


 * 3.2. RESPONSIVE UTILITIES


 * ---------------------------------------------


 */


@-ms-viewport {


  width: device-width; }


.visible-xs {


  display: none !important; }





.visible-sm {


  display: none !important; }





.visible-md {


  display: none !important; }





.visible-lg {


  display: none !important; }





.visible-xs-block,


.visible-xs-inline,


.visible-xs-inline-block,


.visible-sm-block,


.visible-sm-inline,


.visible-sm-inline-block,


.visible-md-block,


.visible-md-inline,


.visible-md-inline-block,


.visible-lg-block,


.visible-lg-inline,


.visible-lg-inline-block {


  display: none !important; }





@media (max-width: 767px) {


  .visible-xs {


    display: block !important; }





  table.visible-xs {


    display: table !important; }





  tr.visible-xs {


    display: table-row !important; }





  th.visible-xs,


  td.visible-xs {


    display: table-cell !important; } }


@media (max-width: 767px) {


  .visible-xs-block {


    display: block !important; } }





@media (max-width: 767px) {


  .visible-xs-inline {


    display: inline !important; } }





@media (max-width: 767px) {


  .visible-xs-inline-block {


    display: inline-block !important; } }





@media (min-width: 768px) and (max-width: 991px) {


  .visible-sm {


    display: block !important; }





  table.visible-sm {


    display: table !important; }





  tr.visible-sm {


    display: table-row !important; }





  th.visible-sm,


  td.visible-sm {


    display: table-cell !important; } }


@media (min-width: 768px) and (max-width: 991px) {


  .visible-sm-block {


    display: block !important; } }





@media (min-width: 768px) and (max-width: 991px) {


  .visible-sm-inline {


    display: inline !important; } }





@media (min-width: 768px) and (max-width: 991px) {


  .visible-sm-inline-block {


    display: inline-block !important; } }





@media (min-width: 992px) and (max-width: 1199px) {


  .visible-md {


    display: block !important; }





  table.visible-md {


    display: table !important; }





  tr.visible-md {


    display: table-row !important; }





  th.visible-md,


  td.visible-md {


    display: table-cell !important; } }


@media (min-width: 992px) and (max-width: 1199px) {


  .visible-md-block {


    display: block !important; } }





@media (min-width: 992px) and (max-width: 1199px) {


  .visible-md-inline {


    display: inline !important; } }





@media (min-width: 992px) and (max-width: 1199px) {


  .visible-md-inline-block {


    display: inline-block !important; } }





@media (min-width: 1200px) {


  .visible-lg {


    display: block !important; }





  table.visible-lg {


    display: table !important; }





  tr.visible-lg {


    display: table-row !important; }





  th.visible-lg,


  td.visible-lg {


    display: table-cell !important; } }


@media (min-width: 1200px) {


  .visible-lg-block {


    display: block !important; } }





@media (min-width: 1200px) {


  .visible-lg-inline {


    display: inline !important; } }





@media (min-width: 1200px) {


  .visible-lg-inline-block {


    display: inline-block !important; } }





@media (max-width: 767px) {


  .hidden-xs {


    display: none !important; } }


@media (min-width: 768px) and (max-width: 991px) {


  .hidden-sm {


    display: none !important; } }


@media (min-width: 992px) and (max-width: 1199px) {


  .hidden-md {


    display: none !important; } }


@media (min-width: 1200px) {


  .hidden-lg {


    display: none !important; } }


.visible-print {


  display: none !important; }





@media print {


  .visible-print {


    display: block !important; }





  table.visible-print {


    display: table !important; }





  tr.visible-print {


    display: table-row !important; }





  th.visible-print,


  td.visible-print {


    display: table-cell !important; } }


.visible-print-block {


  display: none !important; }


  @media print {


    .visible-print-block {


      display: block !important; } }





.visible-print-inline {


  display: none !important; }


  @media print {


    .visible-print-inline {


      display: inline !important; } }





.visible-print-inline-block {


  display: none !important; }


  @media print {


    .visible-print-inline-block {


      display: inline-block !important; } }





@media print {


  .hidden-print {


    display: none !important; } }


.hidden-xs-up {


  display: none !important; }





@media (max-width: 543px) {


  .hidden-xs-down {


    display: none !important; } }





@media (min-width: 544px) {


  .hidden-sm-up {


    display: none !important; }


}





@media (max-width: 767px) {


  .hidden-sm-down {


    display: none !important; } }





@media (min-width: 768px) {


  .hidden-md-up {


    display: none !important; } }





@media (max-width: 991px) {


  .hidden-md-down {


    display: none !important; } }





@media (min-width: 992px) {


  .hidden-lg-up {


    display: none !important; } }





@media (max-width: 1199px) {


  .hidden-lg-down {


    display: none !important; } }





@media (min-width: 1200px) {


  .hidden-xl-up {


    display: none !important; } }





.hidden-xl-down {


  display: none !important; }





.visible-print-block {


  display: none !important; }


  @media print {


    .visible-print-block {


      display: block !important; } }





.visible-print-inline {


  display: none !important; }


  @media print {


    .visible-print-inline {


      display: inline !important; } }





.visible-print-inline-block {


  display: none !important; }


  @media print {


    .visible-print-inline-block {


      display: inline-block !important; } }





@media print {


  .hidden-print {


    display: none !important; } }





/**


 * ---------------------------------------------


 * 3.3. TOP BAR


 * ---------------------------------------------


 */


#amy-top-bar {


  background: #000000 none repeat scroll 0 0;


  color: #8b8b8b; }


  #amy-top-bar ul {


    margin: 0;


    padding: 0; }


    #amy-top-bar ul li {


      display: inline-block;


      list-style: none;


      padding: 0 5px; }


  #amy-top-bar a {


    color: #8b8b8b; }


    #amy-top-bar a:hover {


      color: #fe7900; }


  #amy-top-bar .amy-top-module {


    display: inline-block; }


    #amy-top-bar .amy-top-module.amy-module-link, #amy-top-bar .amy-top-module.amy-module-text {


      padding: 10px 15px; }


      #amy-top-bar .amy-top-module.amy-module-link > span, #amy-top-bar .amy-top-module.amy-module-text > span {


        color: #8b8b8b; }





.box-user {


  padding: 10px 0; }


  .box-user a {


    border-left: 1px solid #333333;


    display: inline-block;


    line-height: 8px;


    padding: 0 10px;


    font-size: 13px;


    color: #8b8b8b; }


    .box-user a:first-child {


      border-left: none; }


    .box-user a .fa {


      margin-right: 4px; }


    .box-user a.amy-fancybox:first-child {


      border-left: none; }





/**


 * ---------------------------------------------


 * 3.4. HEADER


 * ---------------------------------------------


 */


#masthead {


  box-shadow: 1px -3px 4px #000000; }


  #masthead.header-default .amy-inner {


    display: -ms-flexbox;


    display: -webkit-flex;


    display: flex;


    -ms-flex-align: center;


    -webkit-align-items: center;


    -webkit-box-align: center;


    align-items: center;


    margin: 10px 0; }


    #masthead.header-default .amy-inner > div {


      display: -ms-flexbox;


      display: -webkit-flex;


      display: flex;


      -ms-flex-align: center;


      -webkit-align-items: center;


      -webkit-box-align: center;


      align-items: center; }


    #masthead.header-default .amy-inner .amy-right {


      margin-left: auto; }


    #masthead.header-default .amy-inner .amy-mv-search {


      margin-bottom: 0;


      margin-left: 30px; }





#masthead.dark {


  background: #000000; }





#masthead.dark .pull-right {


  float: none !important;


  text-align: right; }





#masthead.dark .pull-right .box-user {


  display: inline-block;


  float: right;


  margin-top: 17px;


  color: #ddd; }





#masthead.dark #amy-site-logo {


  margin-top: 15px; }





#masthead.dark .amy-primary-navigation {


  display: inline-block;


  margin-top: 10px;


  margin-right: 30px; }





#masthead.dark .amy-primary-navigation ul.nav-menu li > ul li ul {


  left: 197px !important;


  margin: 0 0 0 20px;


  top: 0 !important; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li:last-child > a {


  padding-right: 20px; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li:last-child:hover a:after {


  margin-left: -37%;


  width: 73%; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li.menu-item-has-children a:before {


  content: none; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li.current-menu-item a:after {


  margin-left: -37%;


  width: 73%; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li.current-menu-item:last-child a:before {


  margin-left: -37%;


  width: 73%; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li.current-menu-item > a {


  color: #fff; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li:hover > a {


  color: #fff; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li:hover a:before {


  margin-left: -37%;


  width: 73%; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li > a {


  color: #666666;


  line-height: 65px; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li > a:after {


  top: -9px; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li > a:before {


  background: #fe7900 none repeat scroll 0 0;


  bottom: 22px;


  content: "";


  height: 15px;


  left: 50%;


  margin-top: -1.5px;


  position: absolute;


  bottom: -17px;


  transition: all 0.2s ease 0s;


  width: 0;


  z-index: 9; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li ul {


  background-color: #fe7900;


  top: 66px; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li ul > li > a {


  color: #ffffff;


  line-height: 1;


  padding: 12px 0;


  border-color: #fe912e; }





#masthead.dark .amy-primary-navigation ul.nav-menu > li ul > li > a:before {


  content: none; }





#amy-menu-toggle {

  display: none;


  -webkit-transition: all 0.4s ease-in-out 0s;


  -o-transition: all 0.4s ease-in-out 0s;


  transition: all 0.4s ease-in-out 0s; }


  body.hasresponsive #amy-menu-toggle {


    display: block; }


  .amy-menu-toggle-open #amy-menu-toggle {


    /*position: fixed;


    left: 260px;


    top: 0;


    margin: 0;


    z-index: 8020;*/ }


  .amy-menu-toggle-open.admin-bar #amy-menu-toggle {


    top: 35px; }


  #amy-menu-toggle a {


    display: inline-block;


    width: 20px;


    position: relative;


    cursor: pointer; }


    #amy-menu-toggle a span, #amy-menu-toggle a span:before, #amy-menu-toggle a span:after {


      transition: all 0.1s ease 0s;


      display: block;


      width: 100%;


      height: 3px;


      margin: 2px auto;


      background-color: #555; }


    #amy-menu-toggle a span:before, #amy-menu-toggle a span:after {


      position: absolute;


      content: ""; }


    #amy-menu-toggle a span:before {


      margin-top: -5px; }


    #amy-menu-toggle a span:after {


      margin-top: 5px; }


  .amy-is-transparent #amy-menu-toggle a span, .amy-is-transparent #amy-menu-toggle a span:after, .amy-is-transparent #amy-menu-toggle a span:before {


    background: #fff; }


  .amy-menu-toggle-open #amy-menu-toggle a span {


    background: rgba(0, 0, 0, 0); }


    .amy-menu-toggle-open #amy-menu-toggle a span:before {


      -webkit-transform: rotate(45deg) translate(3px, 3px);


      -ms-transform: rotate(45deg) translate(3px, 3px);


      -o-transform: rotate(45deg) translate(3px, 3px);


      transform: rotate(45deg) translate(3px, 3px);


      background: #555; }


    .amy-menu-toggle-open #amy-menu-toggle a span:after {


      -webkit-transform: rotate(-45deg) translate(4px, -4px);


      -ms-transform: rotate(-45deg) translate(4px, -4px);


      -o-transform: rotate(-45deg) translate(4px, -4px);


      transform: rotate(-45deg) translate(4px, -4px);


      background: #555; }





#amy-menu-overlay {


  background: rgba(0, 0, 0, 0.3);


  left: 0;


  overflow: hidden;


  position: fixed;


  top: 0;


  z-index: 8010;


  bottom: 0;


  right: 0;


  display: none;


  height: auto;


  width: auto; }


  body.amy-menu-toggle-open #amy-menu-overlay {


    /*display: block;*/ }





#amy-navigation-mobile {


  opacity: 0;


  background-color: #f1f1f1;


  height: 100%;


  left: -250px;


  margin: 0;


  overflow-x: hidden;


  overflow-y: scroll;


  position: fixed;


  top: 0;


  -webkit-transition: all 0.6s ease 0s;


  -o-transition: all 0.6s ease 0s;


  transition: all 0.6s ease 0s;


  width: 250px;


  z-index: 8020; }


  body.amy-menu-toggle-open #amy-navigation-mobile {


    opacity: 1;


    left: 0; }


  #amy-navigation-mobile ul.menu {


    margin: 0;


    padding: 0; }


    #amy-navigation-mobile ul.menu li {


      list-style: none;


      position: relative; }


      #amy-navigation-mobile ul.menu li a {


        border-bottom: 1px solid #e4e4e4;


        color: #525252;


        display: block;


        font-size: 16px;


        font-weight: normal;


        padding: 15px;


        line-height: 17px; }


        #amy-navigation-mobile ul.menu li a:hover {


          background: #525252;


          color: #fff; }


      #amy-navigation-mobile ul.menu li.menu-item-has-children:after {


        color: #aaa;


        content: "\f067";


        position: absolute;


        font-family: FontAwesome;


        right: 10px;


        top: 15px; }


      #amy-navigation-mobile ul.menu li.menu-item-has-children:hover > ul.sub-menu {


        display: block; }


      #amy-navigation-mobile ul.menu li.menu-item-has-children:hover:after {


        content: "\f068"; }


      #amy-navigation-mobile ul.menu li ul.sub-menu {


        display: none;


        margin: 0;


        padding: 0; }


        #amy-navigation-mobile ul.menu li ul.sub-menu li {


          background: #e2e2e2 none repeat scroll 0 0; }


          #amy-navigation-mobile ul.menu li ul.sub-menu li a {


            padding-left: 30px; }





.amy-primary-navigation {


  font-family: "Roboto Condensed", sans-serif; }


  body.hasresponsive .amy-primary-navigation {


    display: none !important; }


  .amy-primary-navigation ul {


    margin: 0;


    padding: 0;


    list-style: none; }


  .amy-primary-navigation li {


    position: relative; }


  .amy-primary-navigation a {


    display: block;


    text-transform: none;


    white-space: nowrap;


    font-size: 16px;


    -webkit-transition: all 0.2s ease 0s;


    -o-transition: all 0.2s ease 0s;


    transition: all 0.2s ease 0s; }


  .amy-primary-navigation ul.nav-menu > li {


    display: inline-block;


    float: left; }


    .amy-primary-navigation ul.nav-menu > li:last-child > a {


      padding-right: 0; }


    .amy-primary-navigation ul.nav-menu > li:last-child:hover > a:after, .amy-primary-navigation ul.nav-menu > li:last-child.current-menu-item > a:after {


      margin-left: -33%;


      width: 87%; }


    .amy-primary-navigation ul.nav-menu > li:last-child > ul {


      right: 0;


      left: inherit; }


      .amy-primary-navigation ul.nav-menu > li:last-child > ul:after, .amy-primary-navigation ul.nav-menu > li:last-child > ul:before {


        right: 20%;


        left: inherit; }


    .amy-primary-navigation ul.nav-menu > li > a {


      display: inline-block;


      padding: 0 20px;


      color: #000;


      line-height: 55px;


      text-transform: uppercase;


      font-weight: bold;


      position: relative; }


      .amy-primary-navigation ul.nav-menu > li > a:after {


        content: "";


        left: 50%;


        top: 70%;


        margin-top: -1.5px;


        position: absolute;


        width: 0;


        background: #fe7900;


        bottom: 22px;


        height: 3px;


        -webkit-transition: all 0.2s ease 0s;


        -o-transition: all 0.2s ease 0s;


        transition: all 0.2s ease 0s; }


    .amy-primary-navigation ul.nav-menu > li:hover > a:after, .amy-primary-navigation ul.nav-menu > li.current-menu-item > a:after {


      margin-left: -37%;


      width: 73%; }


  .amy-primary-navigation ul.nav-menu li:first-child > ul {


    left: 0; }


  .amy-primary-navigation ul.nav-menu li ul {


    text-align: left; }


    .amy-primary-navigation ul.nav-menu li ul li {


      width: auto;


      min-width: 50px;


      padding: 0;


      height: auto;


      border-collapse: collapse;


      margin: 0 20px; }


      .amy-primary-navigation ul.nav-menu li ul li:first-child {


        padding-top: 2px; }


      .amy-primary-navigation ul.nav-menu li ul li a {


        padding: 10px 16px 10px 12px;


        color: #666;


        position: relative;


        border-top: 1px solid #161616; }


        .amy-primary-navigation ul.nav-menu li ul li a:before {


          content: '';


          position: absolute;


          left: 0;


          top: 20px;


          width: 5px;


          height: 5px;


          border-radius: 50%;


          background: #666; }


      .amy-primary-navigation ul.nav-menu li ul li:first-child > a {


        border-top: none; }


      .amy-primary-navigation ul.nav-menu li ul li > a:hover, .amy-primary-navigation ul.nav-menu li ul li:hover > a, .amy-primary-navigation ul.nav-menu li ul li.active > a {


        color: #fe7900; }


      .amy-primary-navigation ul.nav-menu li ul li.menu-item-has-children > a:after {


        content: '\f105';


        font-family: 'FontAwesome';


        font-style: normal;


        font-weight: normal;


        line-height: 1;


        position: absolute;


        right: 0; }


  .amy-primary-navigation ul.nav-menu li > ul {


    background-color: #000;


    position: absolute;


    visibility: hidden;


    opacity: 0;


    margin: 20px 0 0 0;


    z-index: 9999;


    border-bottom: 3px solid #fe7900;


    top: 64px;


    left: 0px;


    min-width: 220px;


    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);


    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);


    -webkit-transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.06s ease-in-out;


    -o-transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.06s ease-in-out;


    transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.06s ease-in-out; }


    .amy-primary-navigation ul.nav-menu li > ul li ul:after, .amy-primary-navigation ul.nav-menu li > ul li ul:before {


      left: 0; }


    .amy-primary-navigation ul.nav-menu li > ul:after, .amy-primary-navigation ul.nav-menu li > ul:before {


      bottom: 100%;


      left: 20%;


      border: solid transparent;


      content: " ";


      height: 0;


      width: 0;


      position: absolute;


      pointer-events: none; }


    .amy-primary-navigation ul.nav-menu li > ul:after {


      border-color: rgba(0, 0, 0, 0);


      border-bottom-color: #000;


      border-width: 8px;


      margin-left: -10px; }


    .amy-primary-navigation ul.nav-menu li > ul:before {


      border-color: rgba(0, 0, 0, 0);


      border-bottom-color: #000;


      border-width: 8px;


      margin-left: -10px; }


    .amy-primary-navigation ul.nav-menu li > ul li ul {


      left: 50px;


      top: 50px;


      margin: 0 0 0 20px; }


      .amy-primary-navigation ul.nav-menu li > ul li ul.amy-submenu-left,


      .amy-primary-navigation ul.nav-menu li > ul li ul .amy-submenu-right .amy-submenu-left,


      .amy-primary-navigation ul.nav-menu li > ul li ul .amy-submenu-left ul {


        left: -50px; }


      .amy-primary-navigation ul.nav-menu li > ul li ul .amy-submenu-left .amy-submenu-right,


      .amy-primary-navigation ul.nav-menu li > ul li ul .amy-submenu-right ul {


        left: 50px; }


      .amy-primary-navigation ul.nav-menu li > ul li ul:after, .amy-primary-navigation ul.nav-menu li > ul li ul:before {


        content: none; }


  .amy-primary-navigation ul.nav-menu li:hover > ul {


    opacity: 1 !important;


    visibility: visible !important;


    margin: 0 !important; }


  .amy-header-default .amy-primary-navigation ul.nav-menu ul.sub-menu li.menu-item-has-children a:after {


    top: 15px; }


  .amy-header-default .amy-primary-navigation ul.nav-menu ul.sub-menu li a {


    padding: 0 16px 0 12px;


    line-height: 45px; }


  .header-left .amy-primary-navigation ul.nav-menu {


    text-align: left; }


    .header-left .amy-primary-navigation ul.nav-menu > li:first-child > a {


      padding-left: 0; }


    .header-left .amy-primary-navigation ul.nav-menu > li:first-child.current-menu-item a:after, .header-left .amy-primary-navigation ul.nav-menu > li:first-child:hover a:after {


      left: 0;


      margin-left: -8%; }


    .header-left .amy-primary-navigation ul.nav-menu li ul {


      top: 46px; }


      .header-left .amy-primary-navigation ul.nav-menu li ul a:before {


        top: 16px; }


  .header-center .amy-primary-navigation ul.nav-menu li ul a:before {


    top: 16px; }





.header-center {


  text-align: center; }


  .header-center .amy-primary-navigation ul.nav-menu > li {


    float: none; }


  .header-center #amy-site-logo {


    margin-top: 15px; }


  .header-center .amy-primary-navigation ul.nav-menu li > ul {


    top: 55px; }


    .header-center .amy-primary-navigation ul.nav-menu li > ul li ul {


      top: 0; }


  .header-center .amy-primary-navigation ul.nav-menu li > ul li ul::after,


  .header-center .amy-primary-navigation ul.nav-menu li > ul li ul::before {


    content: none; }





/**


 * ---------------------------------------------


 * 3.5. FOOTER


 * ---------------------------------------------


 */


.amy-site-footer {


  background: url("/img/footer_bg.png") no-repeat;


  background-size: cover;


  min-height: 514px;


  padding-top: 100px;


  color: #bdbdbd;


  font-size: 15px; }


  @media screen and (max-width: 980px) {


    .amy-site-footer {


      padding-bottom: 80px; } }


  .amy-site-footer a {


    color: #bdbdbd;


    font-size: 15px; }


    .amy-site-footer a:hover {


      color: #fe7900; }


  .amy-site-footer .amy-widget-title h4 {


    color: #fff !important; }


  .amy-site-footer .amy-title {


    font-size: 25px;


    color: #fff; }





.amy-copyright {


  background: #000;


  border-top: 1px solid rgba(255, 255, 255, 0.1);


  line-height: 80px;


  color: #666;


  font-size: 15px;


  position: relative; }


  .amy-copyright ul {


    margin: 0;


    padding: 0; }


    .amy-copyright ul li {


      display: inline-block;


      list-style: none;


      padding: 0 5px; }


  .amy-copyright a {


    color: #666;


    font-size: 15px; }


    .amy-copyright a:hover {


      color: #fe7900; }





/**


 * ---------------------------------------------


 * 3.6. PAGINATION


 * ---------------------------------------------


 */


.amy-pagination {


  clear: both;


  padding-top: 10px;


  padding-bottom: 20px;


  text-align: center; }


  .amy-pagination a {


    color: #fe7900;


    border: 2px solid #f6f6f6;


    font-family: "Roboto Condensed", sans-serif;


    font-weight: 700;


    font-size: 15px;


    margin: 0 5px 10px;


    padding: 7px 15px;


    border-radius: 3px;


    display: inline-block; }


    .amy-pagination a:hover {


      background: #fe7900;


      border-color: #fe7900;


      color: #fff !important; }


  .amy-pagination span.current {


    background: #fe7900;


    border: 2px solid #fe7900;


    color: #fff;


    font-family: "Roboto Condensed", sans-serif;


    font-weight: 700;


    font-size: 15px;


    margin: 0 5px 10px;


    padding: 7px 15px;


    border-radius: 3px;


    display: inline-block; }





/**


 * ---------------------------------------------


 * 3.7. BLOG


 * ---------------------------------------------


 */


.amy-blog {


  margin: 30px 0;


  padding: 30px 0; }


  .amy-blog .entry-thumb img {


    width: 100%; }


  .amy-blog.amy-masonry .main-content .amy-row {


    margin-bottom: 30px; }


  .amy-blog.amy-masonry .main-content .entry-thumb {


    position: relative; }


    .amy-blog.amy-masonry .main-content .entry-thumb img {


      width: 100%; }


    .amy-blog.amy-masonry .main-content .entry-thumb:after {


      background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;


      content: "";


      display: block;


      height: 100%;


      position: absolute;


      top: 0;


      width: 100%; }


  .amy-blog.amy-masonry .main-content .entry-item article {


    position: relative; }


  .amy-blog.amy-masonry .main-content .entry-item .entry-title {


    font-weight: bold;


    font-size: 20px;


    text-transform: uppercase;


    margin-top: 0;


    height: 44px;


    overflow: hidden; }


    .amy-blog.amy-masonry .main-content .entry-item .entry-title a {


      color: #fff; }


      .amy-blog.amy-masonry .main-content .entry-item .entry-title a:hover {


        color: #fe7900; }


  .amy-blog.amy-masonry .main-content .entry-item .entry-date {


    background: #000;


    font-weight: bold;


    color: #fff;


    padding: 10px;


    text-transform: uppercase;


    margin-bottom: 10px; }


    .amy-blog.amy-masonry .main-content .entry-item .entry-date a {


      color: #fff; }


    .amy-blog.amy-masonry .main-content .entry-item .entry-date span {


      display: block;


      line-height: 25px;


      padding: 0 7px; }


    .amy-blog.amy-masonry .main-content .entry-item .entry-date .d {


      font-size: 30px; }


    .amy-blog.amy-masonry .main-content .entry-item .entry-date .m {


      font-size: 16px; }


  .amy-blog.amy-masonry .main-content .entry-item .entry-cat ul {


    margin: 0 auto;


    padding: 0;


    text-align: center; }


    .amy-blog.amy-masonry .main-content .entry-item .entry-cat ul li {


      background: #fe7900;


      font-size: 11px;


      list-style: none;


      text-transform: uppercase;


      padding: 2px 3px;


      font-weight: bold; }


      .amy-blog.amy-masonry .main-content .entry-item .entry-cat ul li a {


        color: #fff; }


  .amy-blog.amy-masonry .main-content .entry-item .entry-excerpt {


    margin-top: 55px;


    max-height: 115px;


    overflow: hidden; }


  .amy-blog.amy-masonry .main-content .entry-item.out .entry-content {


    margin-top: -80px; }


    .amy-blog.amy-masonry .main-content .entry-item.out .entry-content .left {


      float: left;


      padding-right: 15px; }


    .amy-blog.amy-masonry .main-content .entry-item.out .entry-content .right {


      float: left; }


  .amy-blog.amy-masonry .main-content .entry-item.in .entry-content {


    bottom: 0;


    padding: 20px 35px;


    position: absolute;


    text-align: center;


    display: block;


    width: 100%; }


    .amy-blog.amy-masonry .main-content .entry-item.in .entry-content .entry-cat {


      display: inline-block; }


      .amy-blog.amy-masonry .main-content .entry-item.in .entry-content .entry-cat ul li {


        padding: 0 14px; }


    .amy-blog.amy-masonry .main-content .entry-item.in .entry-content .entry-title {


      margin-top: 15px; }


  .amy-blog.amy-list .main-content article {


    margin-bottom: 25px; }


    .amy-blog.amy-list .main-content article .entry-content.under {


      margin-top: -35px; }


      .amy-blog.amy-list .main-content article .entry-content.under .entry-title {


        font-size: 22px; }


    .amy-blog.amy-list .main-content article .entry-content.right .entry-title {


      font-size: 20px;


      margin-top: 0;


      margin-bottom: 5px; }


    .amy-blog.amy-list .main-content article .entry-content.right .entry-info {


      margin: 0;


      border: none;


      padding: 0; }


      .amy-blog.amy-list .main-content article .entry-content.right .entry-info span {


        font-size: 13px;


        font-weight: normal;


        color: #999;


        font-style: italic; }


  .amy-blog.amy-grid .main-content article {


    margin-bottom: 20px; }


    .amy-blog.amy-grid .main-content article .entry-title {


      font-size: 18px;


      font-weight: normal;


      margin-top: 5px;


      text-transform: none;


      height: 40px;


      overflow: hidden;


      margin-bottom: 3px; }


    .amy-blog.amy-grid .main-content article .meta .entry-date {


      font-size: 13px;


      font-style: italic;


      color: #666; }





.amy-main-content .entry-thumb img {


  width: auto; }





@media (max-width: 480px) {


  .amy-main-content {


    overflow: hidden; } }


.comment-reply-title {


  border-bottom: 3px solid #fe7900;


  color: #fe7900;


  display: inline-block;


  font-size: 24px;


  font-weight: bold;


  margin-bottom: 12px;


  margin-top: 0;


  position: relative;


  text-transform: uppercase; }


  .comment-reply-title:after {


    background-color: rgba(0, 0, 0, 0);


    background-image: url("/img/lines.png");


    background-repeat: no-repeat;


    bottom: -3px;


    content: "";


    height: 3px;


    position: absolute;


    right: 0;


    width: 42px; }





article.post .entry-bottom {


  margin-top: -35px;


  position: relative; }


  article.post .entry-bottom.no-thumb {


    margin: 0; }


    article.post .entry-bottom.no-thumb .entry-left {


      padding-top: 0; }


article.post .entry-meta {


  float: left;


  margin-left: 10px;


  top: 0; }


  article.post .entry-meta .entry-date {


    background: #fe7900;


    font-weight: bold;


    color: #fff;


    padding: 10px;


    text-transform: uppercase; }


    article.post .entry-meta .entry-date a {


      color: #fff; }


    article.post .entry-meta .entry-date span {


      display: block;


      line-height: 25px;


      padding: 0 7px; }


    article.post .entry-meta .entry-date .d {


      font-size: 30px; }


    article.post .entry-meta .entry-date .m {


      font-size: 16px; }


article.post .entry-comment {


  margin-top: 10px;


  font-size: 18px;


  font-weight: bold;


  text-align: center; }


  article.post .entry-comment i {


    display: block;


    font-size: 22px; }


article.post .entry-left {


  margin-left: 90px;


  padding-top: 25px; }


article.post .entry-title {


  font-weight: bold;


  font-size: 25px;


  text-transform: uppercase; }


article.post .entry-content {


  color: #666;


  font-size: 15px;


  line-height: 23px; }


article.post .entry-info {


  border-bottom: 1px solid #f1f1f1;


  border-top: 1px solid #f1f1f1;


  margin: 25px 0;


  padding: 10px 0; }


  article.post .entry-info .tag-box {


    float: left;


    font-size: 15px;


    font-weight: bold;


    color: #000; }


    article.post .entry-info .tag-box a {


      color: #999;


      font-weight: normal; }


      article.post .entry-info .tag-box a:hover {


        color: #fe7900; }


  article.post .entry-info .entry-share {


    float: right; }


    article.post .entry-info .entry-share label {


      font-size: 15px;


      font-weight: bold;


      color: #000;


      float: left;

      margin:0 10px; }


    article.post .entry-info .entry-share ul {


      margin: 0;


      padding: 0;


      float: left; }


      article.post .entry-info .entry-share ul li {


        list-style: none;


        display: inline-block; }


        article.post .entry-info .entry-share ul li a {


          color: #999; }


          article.post .entry-info .entry-share ul li a:hover {


            color: #fe7900; }


article.post .amy-related .entry-title {


  font-size: 15px;


  margin-top: 10px;


  margin-bottom: 5px;


  line-height: 20px; }


article.post .amy-related .entry-info {


  margin: 0;


  border: none;


  padding: 0; }


  article.post .amy-related .entry-info span {


    font-size: 13px;


    font-weight: normal;


    color: #999;


    font-style: italic; }





.entry-related > h3 {


  border-bottom: 3px solid #fe7900;


  color: #fe7900;


  display: inline-block;


  font-size: 24px;


  font-weight: bold;


  margin-bottom: 20px;


  margin-top: 20px;


  position: relative;


  text-transform: uppercase; }


  .entry-related > h3:after {


    background-color: rgba(0, 0, 0, 0);


    background-image: url("/img/lines.png");


    background-repeat: no-repeat;


    bottom: -3px;


    content: "";


    height: 3px;


    position: absolute;


    right: 0;


    width: 42px; }





.amy-comment-form {


  margin-top: 30px; }


  .amy-comment-form .form-submit {


    text-align: right; }


    .amy-comment-form .form-submit input[type="submit"] {


      margin: 0; }





.amy-list-comments {


  margin-top: 30px; }


  .amy-list-comments h3 {


    border-bottom: 3px solid #fe7900;


    color: #fe7900;


    display: inline-block;


    font-size: 24px;


    font-weight: bold;


    margin-bottom: 30px;


    margin-top: 0;


    position: relative;


    text-transform: uppercase; }


    .amy-list-comments h3:after {


      background-color: rgba(0, 0, 0, 0);


      background-image: url("/img/lines.png");


      background-repeat: no-repeat;


      bottom: -3px;


      content: "";


      height: 3px;


      position: absolute;


      right: 0;


      width: 42px; }


  .amy-list-comments .comment-list {


    margin: 0;


    padding: 0; }


    .amy-list-comments .comment-list > li {


      list-style: none; }


    .amy-list-comments .comment-list li {


      margin-bottom: 20px; }


  .amy-list-comments ol.children {


    margin-top: 20px;


    list-style: none; }


  .amy-list-comments .comment-avatar {


    position: absolute;


    max-width: 70px; }


    .amy-list-comments .comment-avatar img {


      border-radius: 50%; }


  .amy-list-comments .comment-meta {


    margin-bottom: 10px; }


  .amy-list-comments .amy-author {


    font-weight: bold;


    font-size: 15px;


    display: block;


    text-transform: uppercase;


    color: #000; }


  .amy-list-comments .comment-reply-link {


    position: absolute;


    right: 15px;


    top: 15px;


    color: #fe7900;


    font-size: 13px; }


    .amy-list-comments .comment-reply-link:hover {


      color: #000; }


  .amy-list-comments .comment-body {


    background: #f8f8f8 none repeat scroll 0 0;


    margin-left: 95px;


    padding: 20px;


    position: relative;


    color: #666;


    font-size: 15px; }


    .amy-list-comments .comment-body .amy-date {


      font-size: 13px;


      color: #999; }


    .amy-list-comments .comment-body:after, .amy-list-comments .comment-body:before {


      right: 100%;


      top: 40px;


      border: solid transparent;


      content: " ";


      height: 0;


      width: 0;


      position: absolute;


      pointer-events: none; }


    .amy-list-comments .comment-body:after {


      border-color: rgba(248, 248, 248, 0);


      border-right-color: #f8f8f8;


      border-width: 13px;


      margin-top: -13px; }


    .amy-list-comments .comment-body:before {


      border-color: rgba(248, 248, 248, 0);


      border-right-color: #f8f8f8;


      border-width: 15px;


      margin-top: -15px; }


    .amy-list-comments .comment-body footer i {


      position: absolute;


      right: 50px;


      top: 16px;


      color: #fe7900; }





.amy-search article {


  border-bottom: 1px solid #e8e8e8;


  margin-bottom: 30px;


  padding-bottom: 30px; }





.amy-blog.amy-list .main-content article .entry-content.under .entry-summary {


  margin-top: 10px; }





.amy-blog.amy-list .main-content article .entry-content.under.no-thumb {


  margin-top: 0; }





.amy-blog.amy-list .main-content article .entry-content.under.no-thumb .entry-left {


  padding-top: 0; }





.amy-blog.amy-list .main-content article .entry-content.under.no-thumb .entry-left h1 {


  margin-top: 0; }





article.post .entry-info .tag-box .tag-links {


  color: #999; }





.widget_search label {


  margin-right: 10px;


  float: left; }





.amy-mv-showtime .mv-content label p {


  float: right;


  overflow: hidden;


  max-width: 245px;


  margin: 0; }





/**


 * ---------------------------------------------


 * 3.8. PAGE


 * ---------------------------------------------


 */


.amy-search {


  margin-top: 20px; }





.single-post {


  margin-top: 20px; }





body.single-post {


  margin-top: 0; }





.hfeed.site {


  max-width: 100%;
margin-left: auto;
margin-right: auto;
box-sizing: border-box; }


  .hfeed.site:after {


    content: " ";


    display: table;


    clear: both; }


  .hfeed.site:before {


    content: " ";


    display: table; }





.amy-sidebar-right #sidebar {


  padding-left: 10px; }


  @media screen and (max-width: 768px) {


    .amy-sidebar-right #sidebar {


      padding-left: 0px; } }





.amy-sidebar-left #sidebar {


  padding-right: 10px; }


  @media screen and (max-width: 768px) {


    .amy-sidebar-left #sidebar {


      padding-right: 0px; } }





#amy-page-header {


  overflow: hidden;


  background-color: #202020; }


  #amy-page-header .amy-breadcrumb {


    color: #ffffff;


    display: inline-block;


    float: right;


    margin-top: 105px; }


    #amy-page-header .amy-breadcrumb > span {


      margin: 0 4px; }


      #amy-page-header .amy-breadcrumb > span:last-child {


        margin-right: 0; }


    #amy-page-header .amy-breadcrumb a {


      color: #fff; }


      #amy-page-header .amy-breadcrumb a:hover {


        color: #fe7900; }


  #amy-page-header.full {


    max-height: 600px; }





.movie-search {


  margin-top: 30px; }





.main-content {


  padding: 50px 0; }


  @media screen and (max-width: 980px) {


    .main-content {


      padding: 20px 0; } }


  .main-content.col-md-8 {


    padding: 0 15px; }





.amy-movie .mv-rating-stars {


  margin-top: 10px; }


.amy-movie .single-movie .entry-action .rate {


  top: 3px; }





.layout-full .media-carousel .media-item img {


 height: 180px !important;

 object-fit:cover;

  width: 100%; }


.layout-full.no-banner .amy-single-movie {


  margin-top: 0; }


.layout-full .amy-single-movie {


  margin-top: -379px; }


  @media screen and (max-width: 980px) {


    .layout-full .amy-single-movie {


      margin-top: -140px; } }


.layout-full.single-movie .entry-action {


  margin-top: 0;


  margin-bottom: 15px;


  border-top: none;


  padding-bottom: 25px; }


.layout-full.single-movie .entry-info {


  margin-left: -30px;


  padding: 20px 30px;


  background: rgba(0, 0, 0, 0.91);


  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.01) 100%);


  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.91)), color-stop(85%, rgba(0, 0, 0, 0.06)), color-stop(100%, rgba(0, 0, 0, 0.01)));


  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.01) 100%);


  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.01) 100%);


  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.01) 100%);


  background: linear-gradient(to right, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.01) 100%);


  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }


  @media screen and (max-width: 640px) {


    .layout-full.single-movie .entry-info {


      margin-left: 0px; } }


  .layout-full.single-movie .entry-info h1.entry-title a {


    color: #fff; }


  .layout-full.single-movie .entry-info ul.info-list li label {


    color: #fff; }


  .layout-full.single-movie .entry-info ul.info-list a {


    color: #dbdbdb; }


  .layout-full.single-movie .entry-info ul.info-list span {


    color: #dbdbdb; }


    .layout-full.single-movie .entry-info ul.info-list span a {


      color: #dbdbdb;
      text-decoration:underline; }





.amy-section .top-movie {


  background-image: url("/img/bg_topmovie.png");


  background-repeat: no-repeat;


  background-size: cover;


  padding: 80px 0;


  text-align: center; }


  .amy-section .top-movie .amy-title {


    margin-bottom: 30px; }


    .amy-section .top-movie .amy-title:after {


      background-image: url("/img/lines_dark.png"); }


  .amy-section .top-movie .amy-slick {


    text-align: left; }





.amy-section .latestnew .amy-title:after {


  background-image: url("/img/lines_dark.png"); }





.amy-mv-blog.layout1 {


  text-align: center;


  padding: 0px; }





.amy-section.latestnew {


  background-image: url("/img/bg_latestnew.jpg");


  background-repeat: no-repeat;


  padding-top: 40px;


  text-align: center; }


  .amy-section.latestnew .amy-title {


    margin-bottom: 30px; }


    .amy-section.latestnew .amy-title:after {


      background-image: url("/img/lines_dark.png"); }





.home-cinema-icon {


  background: #eee;


  height: 110px;


  border-top: 1px solid #ddd; }


  .home-cinema-icon .vc_column-inner {


    padding-top: 0 !important; }


    .home-cinema-icon .vc_column-inner .wpb_content_element {


      margin-bottom: 0; }


  .home-cinema-icon ul {


    margin: 0;


    padding: 0; }


    .home-cinema-icon ul li {


      display: inline-block;


      height: 109px;


      list-style: outside none none;


      text-align: center;


      width: 19%;


      position: relative; }


      @media screen and (max-width: 980px) {


        .home-cinema-icon ul li {


          width: 24%; } }


      @media screen and (max-width: 768px) {


        .home-cinema-icon ul li {


          height: auto; } }


      .home-cinema-icon ul li:before {


        background: lightgray;


        background: -moz-linear-gradient(top, lightgray 0%, #e7e7e7 53%, #ededed 100%);


        background: -webkit-gradient(left top, left bottom, color-stop(0%, lightgray), color-stop(53%, #e7e7e7), color-stop(100%, #ededed));


        background: -webkit-linear-gradient(top, lightgray 0%, #e7e7e7 53%, #ededed 100%);


        background: -o-linear-gradient(top, lightgray 0%, #e7e7e7 53%, #ededed 100%);


        background: -ms-linear-gradient(top, lightgray 0%, #e7e7e7 53%, #ededed 100%);


        background: linear-gradient(to bottom, lightgray 0%, #e7e7e7 53%, #ededed 100%);


        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ededed', GradientType=0 );


        height: 100%;


        width: 1px;


        content: '';


        position: absolute;


        top: 0;


        left: -2px; }


      .home-cinema-icon ul li a {


        background-image: url("/img/icon_movies.png");


        background-repeat: no-repeat;


        color: #999;


        display: block;


        font-size: 15px;


        font-weight: bold;


        height: 74px;


        padding-top: 74px;


        text-transform: uppercase; }


        @media screen and (max-width: 768px) {


          .home-cinema-icon ul li a {


            font-size: 13px; } }


      .home-cinema-icon ul li:hover {


        background: #ddd; }


        .home-cinema-icon ul li:hover a {


          color: #000; }


      .home-cinema-icon ul li:first-child:hover a {


        background-position: center -276px; }


      .home-cinema-icon ul li:first-child a {


        background-position: center 20px; }


      .home-cinema-icon ul li:nth-child(2):hover a {


        background-position: center -346px; }


      .home-cinema-icon ul li:nth-child(2) a {


        background-position: center -50px; }


      .home-cinema-icon ul li:nth-child(3):hover a {


        background-position: center -415px; }


      .home-cinema-icon ul li:nth-child(3) a {


        background-position: center -120px; }


      .home-cinema-icon ul li:nth-child(4):hover a {


        background-position: center -487px; }


      .home-cinema-icon ul li:nth-child(4) a {


        background-position: center -195px; }


      .home-cinema-icon ul li:nth-child(4):after {


        background: lightgray;


        background: -moz-linear-gradient(top, lightgray 0%, #e7e7e7 53%, #ededed 100%);


        background: -webkit-gradient(left top, left bottom, color-stop(0%, lightgray), color-stop(53%, #e7e7e7), color-stop(100%, #ededed));


        background: -webkit-linear-gradient(top, lightgray 0%, #e7e7e7 53%, #ededed 100%);


        background: -o-linear-gradient(top, lightgray 0%, #e7e7e7 53%, #ededed 100%);


        background: -ms-linear-gradient(top, lightgray 0%, #e7e7e7 53%, #ededed 100%);


        background: linear-gradient(to bottom, lightgray 0%, #e7e7e7 53%, #ededed 100%);


        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ededed', GradientType=0 );


        height: 100%;


        width: 1px;


        content: '';


        position: absolute;


        top: 0;


        right: 0; }


      .home-cinema-icon ul li:last-child {


        background-image: url("/img/popcorn.png");


        background-repeat: no-repeat;


        height: 170px;


        position: absolute;


        right: 53px;


        text-indent: -9999em;


        top: -25px;


        width: 170px; }


        .home-cinema-icon ul li:last-child:hover {


          background-color: transparent; }


        .home-cinema-icon ul li:last-child:before {


          width: 0; }


        @media screen and (max-width: 980px) {


          .home-cinema-icon ul li:last-child {


            display: none; } }





.home2-section2 .amy-mv-grid {


  margin-top: -200px; }





.label-search {


  background: url("/img/bg-search.png") no-repeat center center;


  padding: 30px 0; }


  .label-search h3 {


    font-size: 25px;


    margin: 30px 0 0; }


    @media screen and (max-width: 980px) {


      .label-search h3 {


        font-size: 16px; } }


  .label-search h1 {


    font-size: 45px;


    line-height: 30px;


    margin: 0; }


    @media screen and (max-width: 980px) {


      .label-search h1 {


        font-size: 22px; } }





.home2-section3 .amy-mv-search {


  margin-top: 50px; }


  .home2-section3 .amy-mv-search input[type="text"] {


    width: 90%; }


    @media screen and (max-width: 980px) {


      .home2-section3 .amy-mv-search input[type="text"] {


        width: 70%; } }


.home2-section3 .amy-tab-nav {


  float: left;


  margin-top: 1px;


  width: 100%; }


.home2-section3 .amy-tab {


  margin-top: 53px !important; }


  @media screen and (max-width: 980px) {


    .home2-section3 .amy-tab {


      margin-top: 130px; } }


  .home2-section3 .amy-tab .amy-tab-nav ul li {


    margin-right: 5px; }


    .home2-section3 .amy-tab .amy-tab-nav ul li:after {


      content: ""; }


    .home2-section3 .amy-tab .amy-tab-nav ul li a {


      background: #000 none repeat scroll 0 0;


      border: medium none;


      border-radius: 5px 5px 0 0;


      color: #fff;


      padding: 15px 20px; }


      .home2-section3 .amy-tab .amy-tab-nav ul li a:after {


        background: none; }


    .home2-section3 .amy-tab .amy-tab-nav ul li:hover a, .home2-section3 .amy-tab .amy-tab-nav ul li.active a {


      background: #fff;


      color: #fe7900; }





.home2-section4,


.home2-section5 {


  padding: 30px 0; }


  .home2-section4 .amy-title,


  .home2-section5 .amy-title {


    border: none;


    color: #000;


    margin-bottom: 10px; }


    .home2-section4 .amy-title:after,


    .home2-section5 .amy-title:after {


      background-color: #fe7900;


      background-image: none;


      background-repeat: no-repeat;


      bottom: 17px;


      content: "";


      height: 3px;


      position: absolute;


      right: -65px;


      width: 60px; }





.home2-section5 {


  padding-bottom: 50px; }





.mymoviak ul {


  margin: 0;


  padding: 0; }


  .mymoviak ul li {


    background-image: url("/img/icon_mvak.png");


    background-position: left 18px;


    background-repeat: no-repeat;


    border-bottom: 1px solid #f5f5f5;


    color: #666;


    font-size: 15px;


    height: 78px;


    list-style: outside none none;


    padding-left: 60px;


    padding-top: 20px; }


    .mymoviak ul li:first-child {


      font-size: 17px;


      color: #000; }


    .mymoviak ul li:nth-child(2) {


      background-position: left -63px; }


    .mymoviak ul li:nth-child(3) {


      background-position: left -140px; }


    .mymoviak ul li:last-child {


      background-position: left -225px; }





.amy-tab {


  position: relative; }


  .amy-tab .filter-mv {


    position: absolute;


    top: -10px;


    right: 0; }


    @media screen and (max-width: 980px) {


      .amy-tab .filter-mv {


        position: inherit; } }


  .amy-tab .filter-mv.style2 label {


    float: left; }


    @media screen and (max-width: 480px) {


      .amy-tab .filter-mv.style2 label {


        float: none; }


        .amy-tab .filter-mv.style2 label select {


          width: 100%; } }





.contact-page .wpb_gmaps_widget .wpb_wrapper {


  padding: 0; }


.contact-page .contact {


  margin-top: 20px; }


  .contact-page .contact div {


    margin-bottom: 20px !important; }


    .contact-page .contact div .fa {


      font-size: 22px;


      color: #cbcbcb;


      margin-right: 10px;


      float: left;


      display: inline-block; }


.contact-page .vc_column-inner {


  padding-top: 0 !important; }


  .contact-page .vc_column-inner .wpb_content_element {


    margin-bottom: 0 !important; }


.contact-page .wpcf7-form p {


  margin-bottom: 20px; }


.contact-page .wpcf7-form .wpcf7-form-control-wrap {


  position: inherit;


  margin-bottom: 20px; }


.contact-page .wpcf7-form span.name {


  width: 48.9%;


  display: block;


  margin-right: 20px;


  float: left; }


.contact-page .wpcf7-form span.email-143 {


  width: 48.9%;


  display: block;


  float: left; }


.contact-page .wpcf7-form .wpcf7-textarea {


  height: 155px; }





.amy-main-content.amy-genre.amy-list {


  padding: 35px 0; }


  .amy-main-content.amy-genre.amy-list .amy-mv-list {


    padding: 0; }





.page-layout-right .amy-mv-list {


  padding: 0; }





.amy-404 {


  padding: 80px 0; }


  .amy-404 .amy-404-btn {


    margin-top: 50px; }


    .amy-404 .amy-404-btn a {


      padding: 10px 20px;


      display: inline-block;


      color: #fff;


      font-weight: bold;


      text-transform: uppercase;


      line-height: 16px;


      font-size:13px; }


      .amy-404 .amy-404-btn a.btn-prev {


        background: #000;


        margin-right: 20px; }


        .amy-404 .amy-404-btn a.btn-prev:hover {


          background: #193342; }


      .amy-404 .amy-404-btn a.btn-home {


        background: #fe7900; }


        .amy-404 .amy-404-btn a.btn-home:hover {


          background: #193342; }


  .amy-404 .amy-mv-search input[type="text"] {


    width: 92%; }


    @media screen and (max-width: 980px) {


      .amy-404 .amy-mv-search input[type="text"] {


        width: 75%; } }


  .amy-404 .amy-mv-search input[type="submit"] {


    margin: 0; }





.amy-mv-search ul.filter-action {


  padding: 0; }


  .amy-mv-search ul.filter-action li {


    list-style: none;


    display: inline-block;


    margin-right: 30px;


    cursor: pointer; }


    .amy-mv-search ul.filter-action li:hover, .amy-mv-search ul.filter-action li.active {


      color: #fe7900; }





.single-cinema.amy-no-padding {


  margin: 0;


  padding: 0 0 50px; }


  .single-cinema.amy-no-padding .row-bg-gray {


    background: #f8f8f8;


    padding: 70px 0 30px; }


  .single-cinema.amy-no-padding .amy-ajax-content {


    margin-top: 50px; }


  .single-cinema.amy-no-padding .filter-mv.style1 label::after {


    background: #f8f8f8; }


  .single-cinema.amy-no-padding .filter-mv.style1 select {


    background: #f8f8f8; }


  .single-cinema.amy-no-padding .filter-mv.style1 input.select-date {


    background: #f8f8f8; }


  .single-cinema.amy-no-padding .amy-tab-nav ul li.active a::after {


    width: 0; }





@media screen and (max-width: 640px) {


  .video-trailer {


    text-align: center; } }


.video-trailer h4 {


  font-size: 25px;


  font-weight: bold;


  color: #000;


  margin-bottom: 4px; }


.video-trailer a {


  position: relative;


  display: block;


  text-align: center; }


  .video-trailer a:after {


    content: url("/img/icon-play.png");


    margin-right: -127px;


    margin-top: -47px;


    position: absolute;


    right: 50%;


    top: 50%; }





.amy-site-footer .amy-title {


  padding-bottom: 0 !important; }





.page-id-131 #amy-header-logo .container {


  position: relative; }


  .page-id-131 #amy-header-logo .container .amy-logo-wrapper {


    position: absolute;


    top: 0;


    left: 0; }


.page-id-131 #amy-top-bar .container {


  position: relative; }


  .page-id-131 #amy-top-bar .container .amy-top-bar-right {


    position: absolute;


    right: 0;


    top: 15px; }


    .page-id-131 #amy-top-bar .container .amy-top-bar-right .box-user a {


      font-size: 12px;


      text-transform: uppercase;


      font-family: "Roboto Condensed";


      font-weight: bold; }


      .page-id-131 #amy-top-bar .container .amy-top-bar-right .box-user a .fa {


        width: 34px;


        height: 34px;


        line-height: 34px;


        background: #1a1a1a;


        border-radius: 50%;


        text-align: center; }


.page-id-131 #amy-masthead {


  background: #000000;


  padding-bottom: 5px; }


.page-id-131 .amy-primary-navigation {


  margin-top: 10px; }


  .page-id-131 .amy-primary-navigation ul.nav-menu > li:last-child > a {


    padding-right: 20px; }


  .page-id-131 .amy-primary-navigation ul.nav-menu > li:last-child:hover a:after {


    margin-left: -37%;


    width: 73%; }


  .page-id-131 .amy-primary-navigation ul.nav-menu > li.menu-item-has-children a:before {


    content: none; }


  .page-id-131 .amy-primary-navigation ul.nav-menu > li.current-menu-item a:after {


    margin-left: -37%;


    width: 73%; }


  .page-id-131 .amy-primary-navigation ul.nav-menu > li.current-menu-item:last-child a:before {


    margin-left: -37%;


    width: 73%; }


  .page-id-131 .amy-primary-navigation ul.nav-menu > li.current-menu-item > a {


    color: #fff; }


  .page-id-131 .amy-primary-navigation ul.nav-menu > li:hover > a {


    color: #fff; }


  .page-id-131 .amy-primary-navigation ul.nav-menu > li:hover a:before {


    margin-left: -37%;


    width: 73%; }


  .page-id-131 .amy-primary-navigation ul.nav-menu > li > a {


    color: #666666;


    line-height: 65px; }


    .page-id-131 .amy-primary-navigation ul.nav-menu > li > a:after {


      top: -9px; }


    .page-id-131 .amy-primary-navigation ul.nav-menu > li > a:before {


      background: #fe7900 none repeat scroll 0 0;


      bottom: 22px;


      content: "";


      height: 15px;


      left: 50%;


      margin-top: -1.5px;


      position: absolute;


      bottom: -17px;


      transition: all 0.2s ease 0s;


      width: 0;


      z-index: 9; }


  .page-id-131 .amy-primary-navigation ul.nav-menu > li ul {


    background-color: #fe7900;


    top: 66px; }


    .page-id-131 .amy-primary-navigation ul.nav-menu > li ul > li > a {


      color: #ffffff;


      line-height: 1;


      padding: 12px 0;


      border-color: #fe912e; }


      .page-id-131 .amy-primary-navigation ul.nav-menu > li ul > li > a:before {


        content: none; }


.page-id-131 .amy-site-footer .amy-title {


  border-bottom: none;


  padding-bottom: 0;


  color: #ffffff; }


  .page-id-131 .amy-site-footer .amy-title:after {


    width: 35px;


    height: 3px;


    background: #fe7900 !important;


    bottom: 13px;


    right: -40px; }


.page-id-131 .amy-site-footer .amy-widget-title h4 {


  color: #ffffff;


  border-bottom: none; }


  .page-id-131 .amy-site-footer .amy-widget-title h4:after {


    width: 35px;


    height: 3px;


    background: #fe7900 !important;


    bottom: 13px;


    right: -40px; }





/**


 * ---------------------------------------------


 * 3.9. 404


 * ---------------------------------------------


 */


.amy-404 {


  margin: 30px 0; }





/**


 * ---------------------------------------------


 * 3.10. CONTACT


 * ---------------------------------------------


 */


/**


 * ---------------------------------------------


 * 3.11. MOVIE


 * ---------------------------------------------


 */


.single-movie {


  color: #666; }


  .single-movie.has-banner {


    margin-top: 30px; }


  .single-movie .entry-poster {


    float: left; }


  .single-movie .entry-info {


    display: block;


    margin-left: 230px; }


    .single-movie .entry-info h1 {


      color: #fff;


      font-size: 28px;


      font-weight: bold;


      margin-top: 0; }


    .single-movie .entry-info .pg {


      background: #fe7900;


      color: #fff;


      font-weight: bold;


      padding: 4px 8px;


      text-transform: uppercase; }


    .single-movie .entry-info .duration {


      color: #fe7900;


      font-weight: bold;


      margin-left: 15px; }


    .single-movie .entry-info ul.info-list {


      margin-top: 30px;


      padding: 0; }


      .single-movie .entry-info ul.info-list li {


        list-style: none;


        font-family: "Roboto Condensed", sans-serif;


        display: flex; }


        .single-movie .entry-info ul.info-list li label {


          color: #000;


          font-weight: bold;


          font-size: 15px;


          width: 90px; }


        .single-movie .entry-info ul.info-list li span {


          color: #666;


          font-size: 15px;


          float: right;


          width: calc(100% - 80px); }


  .single-movie .entry-media {


    position: relative;


    margin-top: 30px; }


    .single-movie .entry-media .number-media {


      position: absolute;


      right: 0;


      top: 0;


      font-size: 13px;


      color: #999; }


      .single-movie .entry-media .number-media span.video {


        border: 2px solid #fe7900;


        border-radius: 30px;


        display: inline-block;


        line-height: 26px;


        padding: 0px 18px; }


        .single-movie .entry-media .number-media span.video a {color:#fe7900;}


        .single-movie .entry-media .number-media span.video i {


          background: rgba(0, 0, 0, 0) url("/img/icon-media.png") no-repeat scroll left 2px;


          height: 13px;


          width: 13px;


          padding-right: 20px; }

      .single-movie .entry-media .number-media span.online {


        border: 2px solid #FF0000;


        border-radius: 30px;


        display: inline-block;


        line-height: 26px;


        padding: 0px 18px; }


        .single-movie .entry-media .number-media span.online a {color:#FF0000;}


        .single-movie .entry-media .number-media span.online i {


          background: rgba(0, 0, 0, 0) url("/img/icon-media.png") no-repeat scroll left 2px;


          height: 13px;


          width: 13px;


          padding-right: 20px; }


      .single-movie .entry-media .number-media span.gallery {


        border: 2px solid #3bba3d;


        border-radius: 30px;


        display: inline-block;


        line-height: 26px;


        padding: 0px 18px;


        margin-left: 7px; }


.single-movie .entry-media .number-media span.gallery a{


        color: #3bba3d;}


        .single-movie .entry-media .number-media span.gallery i {


          background: rgba(0, 0, 0, 0) url("/img/icon-media.png") no-repeat scroll left 2px;


          height: 13px;


          width: 13px;


          padding-right: 20px; }

      .single-movie .entry-media .number-media span.torent {


        border: 2px solid #0000FF;


        border-radius: 30px;


        display: inline-block;


        line-height: 26px;


        padding: 0px 18px;


        margin-left: 7px; }


.single-movie .entry-media .number-media span.torent a{


        color: #0000FF;}


        .single-movie .entry-media .number-media span.torent i {


          background: rgba(0, 0, 0, 0) url("/img/icon-media.png") no-repeat scroll left 2px;


          height: 13px;


          width: 13px;


          padding-right: 20px; }


    .single-movie .entry-media .media-carousel {


      margin-top: 0px;


      margin-left: -10px;


      margin-right: -10px; }


      .single-movie .entry-media .media-carousel .media-item {


        padding: 0 10px;


        position: relative; }


        .single-movie .entry-media .media-carousel .media-item a:hover i {


          opacity: 1; }


        .single-movie .entry-media .media-carousel .media-item a i {


          color: #fff;


          font-size: 16px;


          left: 50%;


          position: absolute;


          top: 50%;


          z-index: 99;


          width: 40px;


          height: 40px;


          line-height: 36px;


          border-radius: 50%;


          text-align: center;


          border: 2px solid #fff;


          margin-left: -20px;


          margin-top: -20px;


          opacity: 0.6; }


        .single-movie .entry-media .media-carousel .media-item img {


          min-height: 122px;


          width: 100%; }


      .single-movie .entry-media .media-carousel .slick-prev::before,


      .single-movie .entry-media .media-carousel .slick-next::before {


        color: #ffffff;


        font-family: "FontAwesome";


        font-size: 16px;


        line-height: 1;


        opacity: 0.75; }


      .single-movie .entry-media .media-carousel .slick-next::before {


        content: "\f061"; }


      .single-movie .entry-media .media-carousel .slick-prev::before {


        content: "\f060"; }


      .single-movie .entry-media .media-carousel .slick-arrow {


        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;


        display: block;


        height: 30px;


        padding: 0;


        width: 30px; }


        .single-movie .entry-media .media-carousel .slick-arrow:hover {


          background: rgba(0, 0, 0, 0.5) !important; }


        .single-movie .entry-media .media-carousel .slick-arrow.slick-next {


          right: 10px; }


        .single-movie .entry-media .media-carousel .slick-arrow.slick-prev {


          left: 10px; }


  .single-movie .entry-showtime {


    margin-top: 30px; }


    .single-movie .entry-showtime .amy-title {


      display: inline-block; }


    .single-movie .entry-showtime .select-cinema {


      background: #f8f8f8;


      width: 27%;


      float: left; }


      .single-movie .entry-showtime .select-cinema h4 {


        background: transparent url("/img/icon-cinema.png") no-repeat scroll 0 0;


        color: #000;


        font-size: 14px;


        font-weight: bold;


        height: 23px;


        line-height: 24px;


        margin: 15px 25px;


        padding-left: 35px;


        text-transform: uppercase; }


      .single-movie .entry-showtime .select-cinema ul {


        margin: 0;


        padding: 20px 0;


        border-top: 2px solid #fff; }


        .single-movie .entry-showtime .select-cinema ul li {


          list-style: none;


          padding: 0 25px;


          color: #666;


          font-size: 14px;


          text-transform: uppercase;


          font-weight: bold;


          line-height: 40px;


          position: relative;


          cursor: pointer; }


          .single-movie .entry-showtime .select-cinema ul li:hover, .single-movie .entry-showtime .select-cinema ul li.active {


            background: #dbdbdb;


            color: #000; }


            .single-movie .entry-showtime .select-cinema ul li:hover:after, .single-movie .entry-showtime .select-cinema ul li:hover:before, .single-movie .entry-showtime .select-cinema ul li.active:after, .single-movie .entry-showtime .select-cinema ul li.active:before {


              left: 100%;


              top: 19px;


              border: solid transparent;


              content: " ";


              height: 0;


              width: 0;


              position: absolute;


              pointer-events: none; }


            .single-movie .entry-showtime .select-cinema ul li:hover:after, .single-movie .entry-showtime .select-cinema ul li.active:after {


              border-color: rgba(248, 248, 248, 0);


              border-left-color: #dbdbdb;


              border-width: 9px;


              margin-top: -9px; }


            .single-movie .entry-showtime .select-cinema ul li:hover:before, .single-movie .entry-showtime .select-cinema ul li.active:before {


              border-color: rgba(248, 248, 248, 0);


              border-left-color: #dbdbdb;


              border-width: 9px;


              margin-top: -9px; }


    .single-movie .entry-showtime.single-cinema .showtime {


      width: 100%;


      float: none;


      margin: 0; }


    .single-movie .entry-showtime .showtime {


      background: #f8f8f8;


      float: left;


      margin-left: 20px;


      width: 70%;


      padding: 40px; }


      .single-movie .entry-showtime .showtime label {


        color: #000;


        font-size: 14.98px;


        font-weight: bold; }


      .single-movie .entry-showtime .showtime ul {


        padding: 0;


        margin: 0 0 25px; }


        .single-movie .entry-showtime .showtime ul li {


          background: #dbdbdb;


          border-radius: 4px;


          color: #000;


          font-size: 14px;


          padding: 3px 10px;


          margin: 0 6px 9px 0;


          list-style: none;


          display: inline-block; }


          .single-movie .entry-showtime .showtime ul li:first-child {


            margin-left: 0; }


  .single-movie .entry-action {


    border-bottom: 1px solid #f1f1f1;


    border-top: 1px solid #f1f1f1;


    margin: 25px 0;


    padding: 10px 0;


    position: relative; }


    .single-movie .entry-action .mrate {


      display: inline-block;


      position: relative; }


      .single-movie .entry-action .mrate span.mcount {


        position: absolute;


        top: 28px;


        left: 3px; }


      .single-movie .entry-action .mrate.has-rate .movie-rating-stars {


        display: none; }


      .single-movie .entry-action .mrate .movie-rating-stars {


        background-position: left top;


        height: 18px;


        list-style: outside none none;


        margin: 0;


        overflow: hidden;


        padding: 0;


        position: relative;


        width: 90px;


        margin-top: 10px;


        background-color: transparent;


        background-image: url(/img/star.png);


        background-repeat: repeat-x;


        float: left; }


        .single-movie .entry-action .mrate .movie-rating-stars a.movie-rating-star {


          border: medium none;


          height: 18px;


          left: 0;


          line-height: 18px;


          margin: 0;


          outline: medium none;


          overflow: hidden;


          padding: 0;


          position: absolute;


          text-indent: -1000em;


          top: 0;


          transition: none; }


        .single-movie .entry-action .mrate .movie-rating-stars a.product-rating-star:hover,


        .single-movie .entry-action .mrate .movie-rating-stars .movie-rating-stars a.movie-rating-star.rating-active {


          background-position: left bottom; }


        .single-movie .entry-action .mrate .movie-rating-stars a.movie-rating-star-1 {


          width: 20%;


          z-index: 6; }


        .single-movie .entry-action .mrate .movie-rating-stars a.movie-rating-star-2 {


          width: 40%;


          z-index: 5; }


        .single-movie .entry-action .mrate .movie-rating-stars a.movie-rating-star-3 {


          width: 60%;


          z-index: 4; }


        .single-movie .entry-action .mrate .movie-rating-stars a.movie-rating-star-4 {


          width: 80%;


          z-index: 3; }


        .single-movie .entry-action .mrate .movie-rating-stars a.movie-rating-star-5 {


          width: 100%;


          z-index: 2; }


        .single-movie .entry-action .mrate .movie-rating-stars a.movie-rating-star:hover,


        .single-movie .entry-action .mrate .movie-rating-stars a.movie-rating-star.rating-active {


          background-position: left bottom; }


      .single-movie .entry-action .mrate .movie-rating-stars li.movie-current-rating,


      .single-movie .entry-action .mrate .movie-rating-stars a.movie-rating-star {


        background-color: transparent;


        background-image: url(/img/star.png);


        background-position: left -1000px;


        background-repeat: repeat-x; }


      .single-movie .entry-action .mrate.user-rate:hover .movie-rating-stars {


        display: inline-block;


        margin-right: 15px; }


      .single-movie .entry-action .mrate.user-rate:hover ul.mv-rating-stars {


        display: none; }


    .single-movie .entry-action .rate {


      background: #FFAE00;


      border-radius: 50%;


      color: #fff;


      font-size: 15px;


      font-weight: bold;


      height: 45px;


      margin-left: 10px;


      line-height: 45px;


      text-align: center;


      text-transform: uppercase;


      display: inline-block;


      width: 45px; }


    .single-movie .entry-action .entry-share {


      float: right;


      margin-top: 16px; }


      .single-movie .entry-action .entry-share label {


        font-size: 15px;


        font-weight: bold;


        color: #000;


        float: left; }


      .single-movie .entry-action .entry-share ul {


        margin: 0;


        padding: 0;


        float: left; }


        .single-movie .entry-action .entry-share ul li {


          list-style: none;


          display: inline-block;


 }


          .single-movie .entry-action .entry-share ul li a {


            color: #999; }


            .single-movie .entry-action .entry-share ul li a:hover {


              color: #fe7900; }


  .single-movie .entry-comment {


    margin-top: 30px; }





.single-cinema .cinema-heading {


  margin: 40px 0 30px;


  text-align: center; }


  .single-cinema .cinema-heading .entry-content {


    color: #666;


    font-size: 15px; }


.single-cinema .entry-title {


  color: #000;


  font-size: 25px;


  font-weight: bold;


  text-transform: uppercase;


  margin-top: 0; }


.single-cinema .cinema-details {


  background: #f8f8f8;


  padding-bottom: 100px; }


  .single-cinema .cinema-details .bg-dl {


    background: #fe7900 none repeat scroll 0 0;


    display: block;


    height: 100px;


    margin: 0 auto;


    width: 50%; }


  .single-cinema .cinema-details .cinema-info {


    color: #fff;


    font-size: 15px;


    padding-top: 12px;


    text-align: center; }


.single-cinema .cinema-movie {


  margin-top: -50px; }


  .single-cinema .cinema-movie .comment-reply-title {


    display: none; }


  .single-cinema .cinema-movie .comment-form {


    margin-top: 50px; }


  .single-cinema .cinema-movie .amy-tab-nav ul {


    border: none; }


    .single-cinema .cinema-movie .amy-tab-nav ul li a {


      border: none;


      font-size: 20px;


      color: #999; }


    .single-cinema .cinema-movie .amy-tab-nav ul li.active {


      border: none; }


      .single-cinema .cinema-movie .amy-tab-nav ul li.active a {


        color: #000; }


  @media screen and (max-width: 980px) {


    .single-cinema .cinema-movie .amy-tab-contents .amy-ajax-content {


      margin-top: 30px; } }


  .single-cinema .cinema-movie .amy-tab-contents .filter-mv {


    text-align: right; }


    @media screen and (max-width: 980px) {


      .single-cinema .cinema-movie .amy-tab-contents .filter-mv {


        margin-top: 40px;


        margin-bottom: 0; } }


    @media screen and (max-width: 980px) {


      .single-cinema .cinema-movie .amy-tab-contents .filter-mv.style1 input.select-date {


        width: 31%;


        margin-right: 15px; } }


    @media screen and (max-width: 980px) {


      .single-cinema .cinema-movie .amy-tab-contents .filter-mv.style1 label {


        width: 31%;


        margin-right: 15px; } }


    .single-cinema .cinema-movie .amy-tab-contents .filter-mv label:nth-child(3) {


      display: none; }


    .single-cinema .cinema-movie .amy-tab-contents .filter-mv label:nth-child(5) {


      margin-right: 0; }





.amy-genre {


  margin-top: 30px; }





.amy-iframe {


  height: 0;


  padding-bottom: 56.25%;


  position: relative; }





.amy-iframe iframe {


  border: 0;


  height: 100%;


  left: 0;


  position: absolute;


  top: 0;


  -webkit-user-select: none;


  -moz-user-select: none;


  -ms-user-select: none;


  user-select: none;


  width: 100%; }





/**


 * ---------------------------------------------


 * 3.12. ACTOR/DIRECTOR


 * ---------------------------------------------


 */


.tax-amy_actor .main-content {


  padding: 0; }





.amy-actor table {


  border-width: 0; }


  .amy-actor table tr th,


  .amy-actor table tr td {


    padding: 15px 0;


    border-bottom: 1px solid #f6f6f6;


    border-top: none;


    border-right: none;


    border-left: none; }


    .amy-actor table tr th:nth-child(2),


    .amy-actor table tr td:nth-child(2) {


      text-align: center; }


    .amy-actor table tr th img,


    .amy-actor table tr td img {


      margin-right: 10px; }


.amy-actor.has-banner .container {


  margin-top: -126px; }


  @media screen and (max-width: 640px) {


    .amy-actor.has-banner .container {


      margin-top: 20px; } }


.amy-actor .actor-left {


  padding-right: 0; }


.amy-actor .actor-right {


  padding-left: 40px;


  padding-bottom: 30px; }


.amy-actor .actor-name {


  background: rgba(0, 0, 0, 0.91);


  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.01) 100%);


  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.91)), color-stop(85%, rgba(0, 0, 0, 0.06)), color-stop(100%, rgba(0, 0, 0, 0.01)));


  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.01) 100%);


  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.01) 100%);


  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.01) 100%);


  background: linear-gradient(to right, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.01) 100%);


  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );


  color: #fff;


  font-size: 25px;


  font-weight: bold;


  height: 126px;


  margin: 0 0 30px -41px;


  padding-left: 41px;


  padding-top: 45px;


  text-transform: uppercase; }


  @media screen and (max-width: 640px) {


    .amy-actor .actor-name {


      margin: 0px; } }


.amy-actor .actor-info ul {


  margin: 20px 0 0;


  padding: 0; }


  .amy-actor .actor-info ul li {


    list-style: none; }


    .amy-actor .actor-info ul li label {


      color: #666;


      font-size: 15px; }


    .amy-actor .actor-info ul li span {


      color: #000;


      font-size: 14px;


      font-weight: bold;


      padding-left: 15px; }


.amy-actor .actor-summary ul {


  margin: 30px 0;


  padding: 0; }


  .amy-actor .actor-summary ul li {


    font-size: 15px;


    color: #666;


    list-style: none; }


    .amy-actor .actor-summary ul li:before {


      font-family: FontAwesome;


      content: '\f111';


      color: #fe7900;


      font-size: 6px;


      padding-right: 10px; }


.amy-actor .actor-biography {


  color: #666;


  font-size: 15px;


  line-height: 23px;


  margin-bottom: 25px; }





/**


 * ---------------------------------------------


 * 3.13. USER


 * ---------------------------------------------


 */


.amy-page-user {


  margin: 30px 0;


  font-size: 15px;


  text-align: center; }


  .amy-page-user .amy-social-login {


    margin: 0;


    padding: 0; }


    .amy-page-user .amy-social-login li {


      list-style: none;


      display: inline-block; }


      .amy-page-user .amy-social-login li a.amy-social {


        background: #000 none repeat scroll 0 0;


        border-radius: 50%;


        color: #fff;


        display: block;


        font-size: 17px;


        height: 42px;


        line-height: 42px;


        margin: 0 3px;


        width: 42px; }


        .amy-page-user .amy-social-login li a.amy-social:hover {


          color: #fe7900; }


        .amy-page-user .amy-social-login li a.amy-social.amy-fb {


          background: #4867a7; }


        .amy-page-user .amy-social-login li a.amy-social.amy-tw {


          background: #50bcfa; }


        .amy-page-user .amy-social-login li a.amy-social.amy-gg {


          background: #dc3547; }


  .amy-page-user .amy-tab {


    margin: 25px auto 0;


    max-width: 300px; }


  .amy-page-user #amy-login .login-username label,


  .amy-page-user #amy-login .login-password label {


    display: none; }


  .amy-page-user #amy-login p {


    margin: 0; }


  .amy-page-user #amy-register .notice {


    margin-top: 10px; }


  .amy-page-user input[type="password"],


  .amy-page-user input[type='text'] {


    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;


    border-radius: 25px;


    border-width: 2px;


    margin-bottom: 15px; }





#amy-user-popup {


  display: none;


  min-width: 450px; }


  #amy-user-popup .amy-social-login {


    margin: 0 0 15px;


    padding: 0; }


    #amy-user-popup .amy-social-login li {


      list-style: none;


      display: inline-block; }


      #amy-user-popup .amy-social-login li a {


        width: 30px;


        height: 30px;


        border-radius: 50%;


        text-align: center;


        line-height: 30px;


        display: inline-block;


        margin-right: 3px;


        color: #fff; }


        #amy-user-popup .amy-social-login li a.amy-fb {


          background: #4867a7; }


        #amy-user-popup .amy-social-login li a.amy-gg {


          background: #dc3547; }


        #amy-user-popup .amy-social-login li a.amy-tw {


          background: #50bcfa; }


  #amy-user-popup .amy-tab-content input {


    margin-bottom: 10px; }





/**


 * ============================================================================


 * 04. WIDGETS


 * ============================================================================


 */


/**


 * ---------------------------------------------


 * 4.1. BASE


 * ---------------------------------------------


 */


.widget_tag_cloud .amy-widget-title, .widget_archive .amy-widget-title, .widget_calendar .amy-widget-title, .widget_categories .amy-widget-title, .widget_pages .amy-widget-title, .widget_meta .amy-widget-title, .widget_recent_comments .amy-widget-title, .widget_recent_entries .amy-widget-title, .widget_rss .amy-widget-title, .widget_search .amy-widget-title, .widget_text .amy-widget-title, .widget_nav_menu .amy-widget-title {


  display: block;


  min-height: 25px;


  position: relative; }


  .widget_tag_cloud .amy-widget-title h4, .widget_archive .amy-widget-title h4, .widget_calendar .amy-widget-title h4, .widget_categories .amy-widget-title h4, .widget_pages .amy-widget-title h4, .widget_meta .amy-widget-title h4, .widget_recent_comments .amy-widget-title h4, .widget_recent_entries .amy-widget-title h4, .widget_rss .amy-widget-title h4, .widget_search .amy-widget-title h4, .widget_text .amy-widget-title h4, .widget_nav_menu .amy-widget-title h4 {


    color: #fe7900;


    display: inline-block;


    font-size: 25px;


    font-weight: bold;


    margin-bottom: 20px;


    margin-top: 0;


    position: relative;


    line-height: 32px; }





.widget_tag_cloud ul, .widget_archive ul, .widget_calendar ul, .widget_categories ul, .widget_pages ul, .widget_meta ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul, .widget_search ul, .widget_text ul, .widget_nav_menu ul {


  margin: 0;


  padding: 0; }


  .amy-footer-widgets .widget_tag_cloud ul li, .amy-footer-widgets .widget_archive ul li, .amy-footer-widgets .widget_calendar ul li, .amy-footer-widgets .widget_categories ul li, .amy-footer-widgets .widget_pages ul li, .amy-footer-widgets .widget_meta ul li, .amy-footer-widgets .widget_recent_comments ul li, .amy-footer-widgets .widget_recent_entries ul li, .amy-footer-widgets .widget_rss ul li, .amy-footer-widgets .widget_search ul li, .amy-footer-widgets .widget_text ul li, .amy-footer-widgets .widget_nav_menu ul li {


    border: none;


    list-style: none; }


    .amy-footer-widgets .widget_tag_cloud ul li a, .amy-footer-widgets .widget_archive ul li a, .amy-footer-widgets .widget_calendar ul li a, .amy-footer-widgets .widget_categories ul li a, .amy-footer-widgets .widget_pages ul li a, .amy-footer-widgets .widget_meta ul li a, .amy-footer-widgets .widget_recent_comments ul li a, .amy-footer-widgets .widget_recent_entries ul li a, .amy-footer-widgets .widget_rss ul li a, .amy-footer-widgets .widget_search ul li a, .amy-footer-widgets .widget_text ul li a, .amy-footer-widgets .widget_nav_menu ul li a {


      color: #bdbdbd;


      font-size: 15px; }


      .amy-footer-widgets .widget_tag_cloud ul li a:hover, .amy-footer-widgets .widget_archive ul li a:hover, .amy-footer-widgets .widget_calendar ul li a:hover, .amy-footer-widgets .widget_categories ul li a:hover, .amy-footer-widgets .widget_pages ul li a:hover, .amy-footer-widgets .widget_meta ul li a:hover, .amy-footer-widgets .widget_recent_comments ul li a:hover, .amy-footer-widgets .widget_recent_entries ul li a:hover, .amy-footer-widgets .widget_rss ul li a:hover, .amy-footer-widgets .widget_search ul li a:hover, .amy-footer-widgets .widget_text ul li a:hover, .amy-footer-widgets .widget_nav_menu ul li a:hover {


        color: #fe7900; }


  .widget_tag_cloud ul li, .widget_archive ul li, .widget_calendar ul li, .widget_categories ul li, .widget_pages ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_search ul li, .widget_text ul li, .widget_nav_menu ul li {


    border-bottom: 1px solid #ececec;


    margin-bottom: 10px;


    padding-bottom: 10px;


    color: #aaa;


    list-style-type: disc;


    list-style-position: inside;


    list-style-image: none;


    font-size: 14px; }


    .widget_tag_cloud ul li a, .widget_archive ul li a, .widget_calendar ul li a, .widget_categories ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_recent_comments ul li a, .widget_recent_entries ul li a, .widget_rss ul li a, .widget_search ul li a, .widget_text ul li a, .widget_nav_menu ul li a {


      color: #444; }


      .widget_tag_cloud ul li a:hover, .widget_archive ul li a:hover, .widget_calendar ul li a:hover, .widget_categories ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_recent_comments ul li a:hover, .widget_recent_entries ul li a:hover, .widget_rss ul li a:hover, .widget_search ul li a:hover, .widget_text ul li a:hover, .widget_nav_menu ul li a:hover {


        color: #fe7900; }


      .widget_tag_cloud ul li a:active, .widget_archive ul li a:active, .widget_calendar ul li a:active, .widget_categories ul li a:active, .widget_pages ul li a:active, .widget_meta ul li a:active, .widget_recent_comments ul li a:active, .widget_recent_entries ul li a:active, .widget_rss ul li a:active, .widget_search ul li a:active, .widget_text ul li a:active, .widget_nav_menu ul li a:active {


        color: #fe7900; }


      .widget_tag_cloud ul li a:focus, .widget_archive ul li a:focus, .widget_calendar ul li a:focus, .widget_categories ul li a:focus, .widget_pages ul li a:focus, .widget_meta ul li a:focus, .widget_recent_comments ul li a:focus, .widget_recent_entries ul li a:focus, .widget_rss ul li a:focus, .widget_search ul li a:focus, .widget_text ul li a:focus, .widget_nav_menu ul li a:focus {


        color: #fe7900; }


    .widget_tag_cloud ul li ul.children, .widget_archive ul li ul.children, .widget_calendar ul li ul.children, .widget_categories ul li ul.children, .widget_pages ul li ul.children, .widget_meta ul li ul.children, .widget_recent_comments ul li ul.children, .widget_recent_entries ul li ul.children, .widget_rss ul li ul.children, .widget_search ul li ul.children, .widget_text ul li ul.children, .widget_nav_menu ul li ul.children {


      border-top: 1px solid #ececec;


      margin-left: 30px;


      margin-top: 10px;


      padding-top: 10px; }


      .widget_tag_cloud ul li ul.children li:last-child, .widget_archive ul li ul.children li:last-child, .widget_calendar ul li ul.children li:last-child, .widget_categories ul li ul.children li:last-child, .widget_pages ul li ul.children li:last-child, .widget_meta ul li ul.children li:last-child, .widget_recent_comments ul li ul.children li:last-child, .widget_recent_entries ul li ul.children li:last-child, .widget_rss ul li ul.children li:last-child, .widget_search ul li ul.children li:last-child, .widget_text ul li ul.children li:last-child, .widget_nav_menu ul li ul.children li:last-child {


        border-bottom: none;


        margin-bottom: 0;


        padding-bottom: 0; }





.amy_widget_shortcode {


  padding: 0 !important; }





.widget_tag_cloud, .widget_archive, .widget_calendar, .widget_categories, .widget_pages, .widget_meta, .widget_recent_comments, .widget_recent_entries, .widget_rss, .widget_search, .widget_text {


  margin-top: 10px;


  margin-bottom: 35px !important; }


  .widget_tag_cloud .amy-showcase, .amy-topbar .widget_tag_cloud,


  .widget_archive .amy-showcase,


  .amy-topbar .widget_archive,


  .widget_calendar .amy-showcase,


  .amy-topbar .widget_calendar,


  .widget_categories .amy-showcase,


  .amy-topbar .widget_categories,


  .widget_pages .amy-showcase,


  .amy-topbar .widget_pages,


  .widget_meta .amy-showcase,


  .amy-topbar .widget_meta,


  .widget_recent_comments .amy-showcase,


  .amy-topbar .widget_recent_comments,


  .widget_recent_entries .amy-showcase,


  .amy-topbar .widget_recent_entries,


  .widget_rss .amy-showcase,


  .amy-topbar .widget_rss,


  .widget_search .amy-showcase,


  .amy-topbar .widget_search,


  .widget_text .amy-showcase,


  .amy-topbar .widget_text {


    padding: 0 15px; }


  .amy-site-footer .widget_tag_cloud ul, .amy-site-footer .widget_tag_cloud li, .amy-site-footer .widget_archive ul, .amy-site-footer .widget_archive li, .amy-site-footer .widget_calendar ul, .amy-site-footer .widget_calendar li, .amy-site-footer .widget_categories ul, .amy-site-footer .widget_categories li, .amy-site-footer .widget_pages ul, .amy-site-footer .widget_pages li, .amy-site-footer .widget_meta ul, .amy-site-footer .widget_meta li, .amy-site-footer .widget_recent_comments ul, .amy-site-footer .widget_recent_comments li, .amy-site-footer .widget_recent_entries ul, .amy-site-footer .widget_recent_entries li, .amy-site-footer .widget_rss ul, .amy-site-footer .widget_rss li, .amy-site-footer .widget_search ul, .amy-site-footer .widget_search li, .amy-site-footer .widget_text ul, .amy-site-footer .widget_text li {


    list-style: none; }


  .amy-footer-widgets .widget_tag_cloud, .amy-footer-widgets .widget_archive, .amy-footer-widgets .widget_calendar, .amy-footer-widgets .widget_categories, .amy-footer-widgets .widget_pages, .amy-footer-widgets .widget_meta, .amy-footer-widgets .widget_recent_comments, .amy-footer-widgets .widget_recent_entries, .amy-footer-widgets .widget_rss, .amy-footer-widgets .widget_search, .amy-footer-widgets .widget_text {


    margin-top: 0; }





#amy-header-logo .amy-widget {


  margin-top: 25px; }





/**


 * --------------------------------------------------------


 * 4.2. MENU


 * --------------------------------------------------------


 */


.widget_nav_menu .amy-widget-content {


  border-top: none;


  padding: 0; }


.widget_nav_menu .sub-menu {


  border-top: 1px solid #ececec;


  margin-left: 30px;


  margin-top: 15px;


  padding-top: 15px; }


  .widget_nav_menu .sub-menu li:last-child {


    border-bottom: none;


    margin-bottom: 0;


    padding-bottom: 0; }


.widget_nav_menu .amy-showcase, .amy-topbar .widget_nav_menu {


  padding: 0 15px; }





/**


 * --------------------------------------------------------


 * 4.3. SEARCH


 * --------------------------------------------------------


 */


.widget_search form#amy-search-form {


  position: relative; }


.widget_search input[type="text"] {


  background-color: #fafafa;


  border: 1px solid #e4e4e4;


  border-radius: 0;


  box-shadow: none;


  box-sizing: border-box;


  color: #666;


  font-size: 12px;


  height: 40px;


  line-height: 40px;


  margin: 0;


  padding: 0 10px;


  width: 100%; }


.widget_search button[type="submit"] {


  background-color: #fe7900;


  background-position: center center;


  background-repeat: no-repeat;


  border: medium none;


  border-radius: 0;


  height: 40px;


  padding: 0;


  position: absolute;


  right: 0;


  top: 0;


  width: 40px;


  color: #fff;


  transition: all 0.3s ease 0s; }


  .widget_search button[type="submit"]:hover {


    background-color: #0B1926; }





/**


 * --------------------------------------------------------


 * 4.4. POSTS


 * --------------------------------------------------------


 */


.widget_archive select:focus {


  outline: thin dotted #333;


  outline-offset: -2px;


  background-color: #ffffff;


  border: 1px solid #cccccc; }





.widget_categories select:focus {


  outline: thin dotted #333;


  outline-offset: -2px;


  background-color: #ffffff;


  border: 1px solid #cccccc; }





.widget_text .amy-widget-content {


  border: none;


  padding: 0; }


.widget_text select {


  background-color: #ffffff;


  border: 1px solid #cccccc;


  width: 220px; }


  .widget_text select:focus {


    outline: thin dotted #333;


    outline-offset: -2px;


    background-color: #ffffff;


    border: 1px solid #cccccc; }





.widget_rss ul li {


  color: #666; }





/**


 * --------------------------------------------------------


 * 4.5. CALENDAR


 * --------------------------------------------------------


 */


.widget_calendar #wp-calendar {


  background: #ebf5fb none repeat scroll 0 0;


  width: 100%; }


  .widget_calendar #wp-calendar caption {


    background: #ebf5fb none repeat scroll 0 0;


    color: #333;


    font-size: 12px;


    font-weight: bold;


    padding: 10px 10px 15px 0;


    text-align: center; }


  .widget_calendar #wp-calendar thead {


    font-size: 10px; }


    .widget_calendar #wp-calendar thead th {


      padding-bottom: 10px;


      padding-top: 10px;


      text-align: center; }


  .widget_calendar #wp-calendar tbody {


    color: #aaa; }


    .widget_calendar #wp-calendar tbody .pad {


      background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }


    .widget_calendar #wp-calendar tbody td {


      background: #f5f5f5 none repeat scroll 0 0;


      border: 1px solid #fff;


      padding: 8px;


      text-align: center; }


  .widget_calendar #wp-calendar tfoot #prev {


    font-size: 10px;


    padding-top: 0;


    text-transform: uppercase; }


  .widget_calendar #wp-calendar tfoot #next {


    font-size: 10px;


    text-align: right;


    text-transform: uppercase; }





/**


 * --------------------------------------------------------


 * 4.6. TAGS


 * --------------------------------------------------------


 */


/**


 * --------------------------------------------------------


 * 4.7. COMMENTS


 * --------------------------------------------------------


 */


.widget_recent_comments ul li {


  list-style: none !important; }


  .widget_recent_comments ul li:before {


    font-family: 'FontAwesome';


    font-style: normal;


    font-weight: normal;


    line-height: 1;


    -webkit-font-smoothing: antialiased;


    -moz-osx-font-smoothing: grayscale;


    content: "\f0e5";


    font-size: 12px;


    margin-top: 5px;


    margin-right: 7px; }





.amy-widget-comment .entry-item {


  margin-bottom: 15px;


  padding-bottom: 15px;


  border-bottom: 1px solid #f6f6f6; }


.amy-widget-comment .entry-thumb {


  float: left;


  width: 45px;


  height: 45px; }


  .amy-widget-comment .entry-thumb img {


    border-radius: 50%;


    width: 100%; }


.amy-widget-comment .entry-content {


  margin-left: 60px;


  position: relative; }


  .amy-widget-comment .entry-content .entry-in {


    color: #a9a9a9; }


    .amy-widget-comment .entry-content .entry-in a {


      color: #a9a9a9; }


  .amy-widget-comment .entry-content h2 {


    font-weight: bold;


    font-size: 17px;


    text-transform: inherit;


    margin-top: 0;


    margin-bottom: 10px; }


    .amy-widget-comment .entry-content h2:first-letter {


      text-transform: uppercase; }


  .amy-widget-comment .entry-content .entry-date {


    color: #aaa9a9;


    position: absolute;


    right: 0;


    top: 0; }


  .amy-widget-comment .entry-content p {


    font-size: 15px;


    color: #666;


    margin-bottom: 5px; }





/**


 * --------------------------------------------------------


 * 4.8. MOVIE LIST


 * --------------------------------------------------------


 */


.amy-widget-list.list-movie .entry-item {


  background: #f8f8f8;


  margin-bottom: 15px; }


.amy-widget-list.list-movie .entry-thumb {


  float: left; }


.amy-widget-list.list-movie .entry-content {


  margin-left: 134px;


  padding-top: 15px; }


  .amy-widget-list.list-movie .entry-content h2 {


    font-weight: bold;


    font-size: 16px;


    margin-top: 0;


    margin-bottom: 5px; }


  .amy-widget-list.list-movie .entry-content .duration {


    color: #fe7900; }


    .amy-widget-list.list-movie .entry-content .duration i {


      padding-right: 5px; }


  .amy-widget-list.list-movie .entry-content .genre {


    margin-top: 5px;


    color: #999; }


    .amy-widget-list.list-movie .entry-content .genre a {


      color: #999;


      font-size: 15px; }


      .amy-widget-list.list-movie .entry-content .genre a:hover {


        color: #fe7900; }


  .amy-widget-list.list-movie .entry-content .mrate {


    margin-top: 15px;


    position: relative; }


    .amy-widget-list.list-movie .entry-content .mrate .rate {


      background: #fe7900;


      border-radius: 50%;


      color: #fff;


      font-size: 15px;


      font-weight: bold;


      height: 45px;


      right: 20px;


      line-height: 45px;


      position: absolute;


      text-align: center;


      text-transform: uppercase;


      top: 0px;


      width: 45px; }


.amy-widget-list.list-post .entry-item {


  margin-bottom: 15px;


  padding-bottom: 15px;


  border-bottom: 1px solid #f6f6f6;


  background:transparent!important; }


.amy-widget-list.list-post .entry-thumb {


  float: left; }


.amy-widget-list.list-post .entry-content {


  margin-left: 134px;


  padding-top:0px!important;


   }


  .amy-widget-list.list-post .entry-content h2 {


    font-weight: bold;


    font-size: 17px;


    text-transform: uppercase;


    margin-top: 0;


    margin-bottom: 5px; }


  .amy-widget-list.list-post .entry-content .entry-meta {


    color: #999;


    font-size: 13px;


    font-style: italic; }


.amy-widget-list.footer-recent-post .entry-item {


  border-bottom: none; }


.amy-widget-list.footer-recent-post .entry-thumb {


  display: none; }


.amy-widget-list.footer-recent-post .entry-content {


  margin-left: 0; }


  .amy-widget-list.footer-recent-post .entry-content .entry-title {


    text-transform: none;


    font-weight: normal;


    line-height: 22px; }


  .amy-widget-list.footer-recent-post .entry-content .entry-meta {


    color: #ddd; }


    .amy-widget-list.footer-recent-post .entry-content .entry-meta span:nth-child(2) {


      display: none; }


.amy-widget-list.footer-recent-post .entry-comment {


  display: none; }





::placeholder {


  /* Chrome, Firefox, Opera, Safari 10.1+ */


  color: #ddd;


  opacity: 1;


  /* Firefox */ }





/**


 * --------------------------------------------------------


 * 4.9. MOVIE COMING SOON


 * --------------------------------------------------------


 */


.amy-widget-comingsoon {


  background: #000;


  padding: 30px; }


  .amy-widget-comingsoon ul {


    margin: 0;


    padding: 0; }


    .amy-widget-comingsoon ul li {


      list-style: none;


      margin-bottom: 10px; }


      .amy-widget-comingsoon ul li a {


        font-weight: bold;


        font-size: 16px;


        color: #666;


        line-height: 23px;


        font-family: "Roboto Condensed", sans-serif; }


        .amy-widget-comingsoon ul li a:hover {


          color: #fe7900; }


        .amy-widget-comingsoon ul li a span {


          color: #fff;


          padding-right: 5px; }


  .amy-widget-comingsoon .amy-title:after {


    background-image: url("/img/lines_dark.png"); }





/**


 * --------------------------------------------------------


 * 4.10. MODULE


 * --------------------------------------------------------


 */


.amy-widget-module.about .footer-logo {


  margin-bottom: 15px; }


.amy-widget-module.social ul {


  margin: 0;


  padding: 0; }


  .amy-widget-module.social ul li {


    display: inline-block;


    list-style: none; }


    .amy-widget-module.social ul li a {


      background: #484d51 none repeat scroll 0 0;


      border-radius: 50%;


      color: #ddd;


      font-size: 15px;


      height: 42px;


      line-height: 42px;


      margin-right: 6px;


      text-align: center;


      width: 42px; }


      .amy-widget-module.social ul li a:hover {


        background: #fe7900;


        color: #fff; }


.amy-widget-module.contact > div {


  margin-bottom: 7px; }


  .amy-widget-module.contact > div i {


    padding-right: 7px; }


.amy-widget-module.contact .phone {


  color: #fe7900; }


  .amy-widget-module.contact .phone i {


    color: #bdbdbd; }





/**


 * --------------------------------------------------------


 * 4.11. MAILCHIM


 * --------------------------------------------------------


 */


.newsletter-input-wrapper {


  position: relative; }


  .newsletter-input-wrapper input[type="email"] {


    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;


    border: none;


    border-radius: 0px;


    color: #fff;


    display: inline-block;


    height: 44px;


    max-width: 450px;


    padding-left: 20px;


    padding-right: 40px; }


    @media screen and (max-width: 980px) {


      .newsletter {


        max-width: 100%; } }


  .newsletter-input-wrapper input[type="submit"] {


    background: rgba(0, 0, 0, 0) url("/img/icon-letter.png") no-repeat scroll 0 0;


    border: medium none;


    height: 24px;


    opacity: 0.9;


    padding: 15px;


    position: absolute;


    right: 0px;


    margin-right: 10px;


    text-indent: -9999em;


    top: 14px;


    width: 24px;
    
    margin: 0; }





/**


 * ============================================================================


 * 05. SHORTCODES


 * ============================================================================


 */


/**


 * ---------------------------------------------


 * 5.1. BASE


 * ---------------------------------------------


 */


ul.mv-rating-stars {


  background-color: transparent;


  background-image: url("/img/star.png");


  background-position: left top;


  background-repeat: repeat-x;


  height: 18px;


  list-style: outside none none;


  margin: 15px 15px 0 0;


  overflow: hidden;


  padding: 0;


  position: relative;


  width: 90px;


  float: left; }


  ul.mv-rating-stars li.mv-current-rating {


    background-color: transparent;


    background-image: url("/img/star.png");


    background-position: left center;


    background-repeat: repeat-x;


    border: medium none;


    height: 18px;


    left: 0;


    line-height: 18px;


    margin: 0;


    outline: medium none;


    overflow: hidden;


    padding: 0;


    position: absolute;


    text-indent: -1000em;


    top: 0;


    z-index: 1; }





.filter-mv {


  margin-bottom: 45px; }


  .filter-mv.style1 input.select-date {


    background: #fff;


    border: none;


    border-bottom: 2px solid #ddd;


    display: inline-block;


    margin-right: 40px;


    width: 255px; }


    @media screen and (max-width: 980px) {


      .filter-mv.style1 input.select-date {


        width: 44%; } }


  .filter-mv.style1 select {


    background: #fff;


    width: 100%;


    margin: 0;


    border: none; }


  .filter-mv.style1 label {


    position: relative;


    margin-right: 40px;


    border-bottom: 2px solid #ddd;


    width: 255px; }


    @media screen and (max-width: 980px) {


      .filter-mv.style1 label {


        width: 44%; } }


    .filter-mv.style1 label:last-child {


      margin-right: 0; }


    .filter-mv.style1 label:after {


      background: #fff none repeat scroll 0 0;


      bottom: 0;


      color: #333;


      content: "\f0d7";


      display: inline-block;


      font-family: "FontAwesome";


      font-size: 18px;


      padding-top: 8px;


      pointer-events: none;


      position: absolute;


      right: 0;


      top: 0;


      width: 17px; }


  .filter-mv.style2 input.select-date {


    background: #fff;


    border: 2px solid #ddd;


    border-radius: 20px;


    display: inline-block;


    margin-right: 10px;


    width: 180px;


    height: 36px; }


  .filter-mv.style2 select {


    background: transparent;


    margin: 0;


    border: none;


    width: 200px;


    height: 32px; }


  .filter-mv.style2 label {


    position: relative;


    margin-right: 10px;


    border: 2px solid #ddd;


    border-radius: 22px;


    width: 180px;


    overflow: hidden;


    float: right; }


    .filter-mv.style2 label:last-child {


      margin-right: 0; }


    .filter-mv.style2 label:after {


      background: #fff none repeat scroll 0 0;


      bottom: 0;


      color: #333;


      content: "\f0d7";


      display: inline-block;


      font-family: "FontAwesome";


      font-size: 18px;


      padding-top: 8px;


      pointer-events: none;


      position: absolute;


      right: 4px;


      top: -3px;


      width: 17px; }





.amy-arrow {


  position: absolute;


  top: 50%;


  z-index: 99;


  color: #fff;


  font-size: 20px; }


  .amy-arrow:hover {


    color: #fe7900; }


  .amy-arrow.amy-pre {


    right: 5px; }


  .amy-arrow.amy-next {


    left: 5px; }





.slick-next {


  right: 0; }





.slick-prev {


  left: 0;


  z-index: 99; }





/*--------------------------------------------------------------------------------


 * DATE PICKER


 *--------------------------------------------------------------------------------


 */


.ui-datepicker {


  background-color: #000;


  border: 1px solid #000;


  border-radius: 4px;


  box-shadow: none;


  display: none;


  margin-top: 4px;


  padding: 0;


  width: 250px;


  color: #fff;


  z-index: 999 !important; }





.ui-datepicker a,


.ui-datepicker a:hover {


  text-decoration: none; }





.ui-datepicker a:hover,


.ui-datepicker td:hover a {


  color: #2A6496;


  -webkit-transition: color 0.1s ease-in-out;


  -moz-transition: color 0.1s ease-in-out;


  -o-transition: color 0.1s ease-in-out;


  transition: color 0.1s ease-in-out; }





.ui-datepicker .ui-datepicker-header {


  border-bottom: 1px solid #666;


  margin-bottom: 10px;


  padding: 10px 12px;


  text-align: center; }





.ui-datepicker .ui-datepicker-title {


  font-weight: 700;


  text-transform: uppercase;


  font-size: 14px; }





.ui-datepicker .ui-datepicker-prev,


.ui-datepicker .ui-datepicker-next {


  color: #fff;


  cursor: default;


  font-family: 'FontAwesome';


  -webkit-font-smoothing: antialiased;


  font-style: normal;


  font-weight: normal;


  height: 20px;


  line-height: 1;


  margin-top: 2px;


  width: 30px;


  cursor: pointer; }


  .ui-datepicker .ui-datepicker-prev:hover,


  .ui-datepicker .ui-datepicker-next:hover {


    color: #fe7900; }





.ui-datepicker .ui-datepicker-prev {


  float: left;


  text-align: left; }





.ui-datepicker .ui-datepicker-next {


  float: right;


  text-align: right; }





.ui-datepicker .ui-datepicker-prev:before {


  content: "\f053"; }





.ui-datepicker .ui-datepicker-next:before {


  content: "\f054"; }





.ui-datepicker .ui-icon {


  display: none; }





.ui-datepicker .ui-datepicker-calendar {


  table-layout: fixed;


  width: 100%;


  border: none; }





.ui-datepicker .ui-datepicker-calendar th,


.ui-datepicker .ui-datepicker-calendar td {


  text-align: center;


  padding: 0.5375em;


  border: none;


  text-transform: uppercase; }





.ui-datepicker .ui-datepicker-calendar td {


  border-radius: 50%;


  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;


  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;


  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;


  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; }





.ui-datepicker .ui-datepicker-calendar td:hover {


  background-color: #fe7900;


  cursor: pointer; }


  .ui-datepicker .ui-datepicker-calendar td:hover a {


    color: #fff; }





.ui-datepicker .ui-datepicker-calendar td a {


  text-decoration: none;


  font-weight: bold;


  color: #666; }





.ui-datepicker .ui-datepicker-current-day {


  background-color: #fe7900; }





.ui-datepicker .ui-datepicker-current-day a {


  color: #fff; }





.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {


  background-color: #fe7900;


  cursor: default; }





/**


 * ---------------------------------------------


 * 5.2. MOVIE SLIDE


 * ---------------------------------------------


 */


.slide-item {


  position: relative; }





.amy-mv-slide {


  background: #d1d1d1; }


  .amy-mv-slide .slide-thumb img {


    margin: 0 auto; }


  .amy-mv-slide ul.slick-dots {


    bottom: 25px;


    display: inline-block;


    left: 20px;


    position: absolute;


    text-align: left; }


    @media screen and (max-width: 980px) {


      .amy-mv-slide ul.slick-dots {


        left: 0;


        right: 0;


        margin: 0 auto;


        text-align: center; } }


    @media screen and (max-width: 768px) {


      .amy-mv-slide ul.slick-dots {


        bottom: 2px; } }


    @media screen and (max-width: 640px) {


      .amy-mv-slide ul.slick-dots {


        display: none !important; } }


    .amy-mv-slide ul.slick-dots li {


      width: auto;


      height: auto;


      margin: 0 3px; }


      .amy-mv-slide ul.slick-dots li button {


        background: #000;


        color: #fff;


        border-radius: 50%;


        width: 30px;


        height: 30px;


        font-size: 17px; }


        .amy-mv-slide ul.slick-dots li button:before {


          content: none; }


      .amy-mv-slide ul.slick-dots li.slick-active button {


        background: #fe7900; }





.slide-content {


  left: 10%;


  top: 35%;


  position: absolute; }


  @media screen and (max-width: 980px) {


    .slide-content {


      top: 10%; } }


  .slide-content h2 {


    font-size: 50px;


    text-transform: uppercase;


    font-weight: bold;


    margin-bottom: 0; }


    @media screen and (max-width: 768px) {


      .slide-content h2 {


        font-size: 30px; } }


    .slide-content h2 a {


      color: #fff; }


      .slide-content h2 a:hover {


        color: #fe7900; }


      .slide-content h2 a .last_word {


        color: #fe7900; }


  .slide-content .slide-release {


    color: #fff;


    font-weight: bold;


    font-size: 16px;


    margin-bottom: 15px; }


    .slide-content .slide-release span {


      font-size: 22px;


      font-style: italic;


      padding-left: 4px; }


  .slide-content .slide-desc {


    color: #fff;


    font-size: 16px;


    margin-bottom: 15px; }


    @media screen and (max-width: 480px) {


      .slide-content .slide-desc {


        display: none; } }


  @media screen and (max-width: 640px) {


    .slide-content .slide-button {


      display: none; } }


  .slide-content .slide-button a {


    color: #fff;


    margin-right: 20px;


    font-size: 15px; }


    .slide-content .slide-button a:hover {


      color: #fe7900; }


      .slide-content .slide-button a:hover i {


        color: #fff; }


  .slide-content .slide-button i {


    background: #fe7900;


    border-radius: 50%;


    font-size: 10px;


    height: 20px;


    line-height: 21px;


    margin-right: 3px;


    text-align: center;


    width: 20px; }





/**


 * ---------------------------------------------


 * 5.3. MOVIE LIST


 * ---------------------------------------------


 */


.amy-mv-list {


  padding: 30px 0; }


  .amy-mv-list .entry-item {


    margin-bottom: 45px;


    position: relative; }


    @media screen and (max-width: 768px) {


      .amy-mv-list .entry-item h2.entry-title {


        font-size: 20px; } }


    .amy-mv-list .entry-item .entry-thumb {


      float: left; }


    .amy-mv-list .entry-item .entry-content {


      position: relative;


      margin-left: 232px; }


      .amy-mv-list .entry-item .entry-content:after {


        clear: both;


        content: " ";


        display: table; }


      .amy-mv-list .entry-item .entry-content:before {


        content: " ";


        display: table; }


      .amy-mv-list .entry-item .entry-content h2 {


        font-weight: bold;


        color: #000;


        margin-top: 0;


        font-size: 22px; }


        .amy-mv-list .entry-item .entry-content h2 a {


          color: #000; }


          .amy-mv-list .entry-item .entry-content h2 a:hover {


            color: #fe7900; }


      .amy-mv-list .entry-item .entry-content .pg {


        background: #fe7900;


        color: #ffffff;


        display: inline-block;


        font-size: 14px;


        font-weight: bold;


        padding: 4px 8px;


        text-transform: uppercase; }


      .amy-mv-list .entry-item .entry-content .duration {


        margin-left: 20px;


        color: #fe7900; }


        .amy-mv-list .entry-item .entry-content .duration i {


          margin-right: 3px; }


      .amy-mv-list .entry-item .entry-content ul.info-list {


        margin: 25px 0 0;


        padding: 0; }


        .amy-mv-list .entry-item .entry-content ul.info-list li {


          list-style: none;


          max-height: 26px;


          overflow: hidden; }


          .amy-mv-list .entry-item .entry-content ul.info-list li label {


            color: #000;


            font-weight: bold;


            width: 85px; }


      .amy-mv-list .entry-item .entry-content .mrate {


        border-bottom: 1px solid #f1f1f1;


        border-top: 1px solid #f1f1f1;


        margin-top: 2px;


        padding-bottom: 35px;


        padding-top: 15px;


        position: relative; }


        .amy-mv-list .entry-item .entry-content .mrate ul.mv-rating-stars {


          margin: 6px 15px 0 0; }


        .amy-mv-list .entry-item .entry-content .mrate .mcount {


          position: absolute;


          left: 3px;


          top: 37px; }


        .amy-mv-list .entry-item .entry-content .mrate .rate {


          background: #fe7900;


          border: medium none;


          border-radius: 50%;


          color: #ffffff;


          font-size: 16px;


          font-weight: bold;


          height: 50px;


          left: 105px;


          line-height: 50px;


          position: absolute;


          text-align: center;


          top: 8px;


          width: 50px; }


  .amy-mv-list .showtime-btn {


    color: #666;


    text-transform: uppercase;


    font-size: 13px;


    font-weight: bold;


    cursor: pointer;


    position: absolute;


    right: 15px;


    bottom: 30px; }


    .amy-mv-list .showtime-btn:hover {


      color: #000; }


    .amy-mv-list .showtime-btn i {


      padding-left: 5px; }





.as.entry-showtime {


  background: #f8f8f8;


  margin-top: 10px;


  display: none; }


  .as.entry-showtime.show {


    display: block; }


  .as.entry-showtime .showtime-item {


    border-bottom: 1px solid #ececec; }


    .as.entry-showtime .showtime-item > h3 {


      display: inline-block;


      padding: 30px 30px;


      width: 200px;


      font-weight: bold;


      color: #000;


      text-transform: uppercase;


      float: left; }


    .as.entry-showtime .showtime-item .st-item {


      border-left: 1px solid #ececec;


      margin-left: 200px;


      padding: 20px 0;


      padding-left: 20px; }


      .as.entry-showtime .showtime-item .st-item label {


        font-weight: bold; }


      .as.entry-showtime .showtime-item .st-item .amy-buy-ticket {


        margin-right: 30px; }


      .as.entry-showtime .showtime-item .st-item ul {


        display: inline-block;


        margin: 0;


        padding: 5px 20px; }


        .as.entry-showtime .showtime-item .st-item ul li {


          background: #fe7900;


          display: inline-block;


          list-style: none;


          margin: 0 5px;


          padding: 5px 10px;


          border-radius: 4px;


          color: #fff; }





/**


 * ---------------------------------------------


 * 5.4. MOVIE GRID


 * ---------------------------------------------


 */


.amy-mv-grid.layout1 .amy-ajax-content {


  display: flex;


  flex-wrap: wrap; }


.amy-mv-grid.layout1 .grid-item {


  min-width: 204px;


  margin-bottom: 30px; }


  @media screen and (max-width: 980px) {


    .amy-mv-grid.layout1 .grid-item {


      width: 33.33% !important; } }


  @media screen and (max-width: 640px) {


    .amy-mv-grid.layout1 .grid-item {


      width: 50% !important; } }


  @media screen and (max-width: 480px) {


    .amy-mv-grid.layout1 .grid-item {


      width: 240px !important;


      text-align: center;


      float: none;


      margin: 0 auto; } }


.amy-mv-grid.layout1 .entry-item {


  overflow: hidden;


  position: relative; }


  .amy-mv-grid.layout1 .entry-item:hover .open-left {


    opacity: 1;


    -webkit-transform: rotateY(0deg);


    -ms-transform: rotateY(0deg);


    -o-transform: rotateY(0deg);


    transform: rotateY(0deg); }


  .amy-mv-grid.layout1 .entry-item:hover .entry-thumb img {


    -webkit-transform: scale(1.7);


    -ms-transform: scale(1.7);


    -o-transform: scale(1.7);


    transform: scale(1.7); }


.amy-mv-grid.layout1 .entry-thumb {


  border-bottom: 3px solid #fe7900;


  position: relative; }


  .amy-mv-grid.layout1 .entry-thumb img {


    -webkit-transform: scale(1);


    -ms-transform: scale(1);


    -o-transform: scale(1);


    transform: scale(1);


    -webkit-transition: all 0.5s ease 0s;


    -o-transition: all 0.5s ease 0s;


    transition: all 0.5s ease 0s; }


.amy-mv-grid.layout1 .pg {


  display: inline-block;


  font-size: 14px;


  font-weight: bold;


  padding: 5px 10px;


  text-transform: uppercase; }


.amy-mv-grid.layout1 .right-info {


  position: absolute;


  right: 0;


  top: 25px;


  text-align: right; }


  .amy-mv-grid.layout1 .right-info span {


    margin-bottom: 4px; }


  .amy-mv-grid.layout1 .right-info .pg {


    background: #fe7900;


    color: #ffffff; }


  .amy-mv-grid.layout1 .right-info .entry-time {


    color: #000000;


    display: block;


    max-height: 123px;


    overflow: hidden; }


    .amy-mv-grid.layout1 .right-info .entry-time ul {


      margin: 0;


      padding: 0; }


      .amy-mv-grid.layout1 .right-info .entry-time ul li {


        background: #fff none repeat scroll 0 0;


        font-weight: bold;


        list-style: outside none none;


        margin: 4px 0;


        padding: 8px 10px; }


.amy-mv-grid.layout1 .rate {


  background: rgba(204, 204, 204, 0.65) none repeat scroll 0 0;


  border-radius: 50%;


  color: #000000;


  display: inline-block;


  font-size: 20px;


  font-weight: bold;


  height: 65px;


  left: 50%;


  line-height: 60px;


  margin-left: -32.25px;


  margin-top: -32.25px;


  position: absolute;


  text-align: center;


  text-transform: uppercase;


  top: 50%;


  width: 65px; }


.amy-mv-grid.layout1 .pic-caption {


  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;


  color: #fff;


  cursor: default;


  height: 100%;


  opacity: 0;


  padding: 20px 15px;


  position: absolute;


  text-align: left;


  -webkit-transition: all 0.5s ease 0s;


  -o-transition: all 0.5s ease 0s;


  transition: all 0.5s ease 0s;


  width: 100%;


  z-index: 2; }


  .amy-mv-grid.layout1 .pic-caption .pg {


    background: #fe7900 none repeat scroll 0 0;


    color: #ffffff;


    margin-bottom: 10px; }


  .amy-mv-grid.layout1 .pic-caption .desc-mv {


    margin-bottom: 20px; }


    .amy-mv-grid.layout1 .pic-caption .desc-mv a {


      color: #fff; }


      .amy-mv-grid.layout1 .pic-caption .desc-mv a:hover {


        color: #fe7900; }


    .amy-mv-grid.layout1 .pic-caption .desc-mv p {


      height: 20px;


      overflow: hidden;


      margin-bottom: 3px; }


      .amy-mv-grid.layout1 .pic-caption .desc-mv p > span {


        color: #999; }


  .amy-mv-grid.layout1 .pic-caption .rate {


    background: #fe7900 none repeat scroll 0 0;


    border: 3px solid #fff;


    color: #ffffff;


    line-height: 62px;


    margin: 0 auto;


    position: static;


    display: block; }


  .amy-mv-grid.layout1 .pic-caption .entry-button {


    bottom: 20px;


    left: 15px;


    position: absolute; }


    .amy-mv-grid.layout1 .pic-caption .entry-button a {


      color: #fff;


      line-height: 22px;


      margin-right: 25px; }


    .amy-mv-grid.layout1 .pic-caption .entry-button .fa {


      background: #fe7900 none repeat scroll 0 0;


      color: #ffffff;


      line-height: 20px; }


.amy-mv-grid.layout1 .open-left {


  left: 0;


  top: 0;


  -webkit-transform: rotateY(180deg);


  -ms-transform: rotateY(180deg);


  -o-transform: rotateY(180deg);


  transform: rotateY(180deg); }


.amy-mv-grid.layout1 .entry-title {


  margin: 0px 0 10px;


  overflow: hidden;


  font-size: 20px;


  font-weight: bold;


  color: #000; }


  .amy-mv-grid.layout1 .entry-title a {


    color: #fff; }


    .amy-mv-grid.layout1 .entry-title a:hover {


      color: #fe7900; }


.amy-mv-grid.layout1 .entry-button a {


  display: inline-block;


  margin-right: 30px;


  color: #666666;


  line-height: 22px; }


.amy-mv-grid.layout1 .entry-button .fa {


  background: #666 none repeat scroll 0 0;


  border-radius: 50%;


  color: #ffffff;


  display: block;


  float: left;


  height: 20px;


  line-height: 20px;


  margin-right: 8px;


  text-align: center;


  width: 20px;


  font-size: 9px; }


.amy-mv-grid.layout1 .entry-date {


  margin-bottom: 10px; }


.amy-mv-grid.layout1 .entry-content {


  min-height: 100px;


  font-size: 13px;


  color: #999; }


  .amy-mv-grid.layout1 .entry-content h4.entry-title {


    margin: 10px 0; }


.amy-mv-grid.layout2 .amy-ajax-content {


  display: flex;


  flex-wrap: wrap; }


.amy-mv-grid.layout2 .amy-date-filter {


  padding: 0;


  margin: 0;


  text-align: right; }


  .amy-mv-grid.layout2 .amy-date-filter li {


    list-style: none;


    display: inline-block;


    text-align: center;


    padding: 6px 0;


    width: 50px;


    height: 50px;


    background: #000;


    border-radius: 3px;


    margin-left: 3px;


    margin-bottom: 10px; }


    .amy-mv-grid.layout2 .amy-date-filter li:hover {


      background: #fe7900; }


    .amy-mv-grid.layout2 .amy-date-filter li.single-calendar input {


      width: 19px;


      height: auto;


      border: none;


      padding-top: 20px;


      background: url("/img/icon-calendar.png") no-repeat center 10px;


      text-indent: -999em; }


    .amy-mv-grid.layout2 .amy-date-filter li.option-hidden {


      display: none; }


    .amy-mv-grid.layout2 .amy-date-filter li.change-layout a {


      width: 19px;


      height: auto;


      border: none;


      padding-top: 20px;


      background: url("/img/icon-layout.png") no-repeat center 10px;


      text-indent: -999em; }


    .amy-mv-grid.layout2 .amy-date-filter li a {


      color: #fff;


      display: inline-block; }


.amy-mv-grid.layout2 .grid-item {


  margin-bottom: 30px; }


  .amy-mv-grid.layout2 .grid-item.col-md-4 .mcount,


  .amy-mv-grid.layout2 .grid-item.col-md-4 .showtime,


  .amy-mv-grid.layout2 .grid-item.col-md-4 .desc-mv {


    display: none; }


  .amy-mv-grid.layout2 .grid-item.col-md-4 .rate {


    top: 30px; }


  .amy-mv-grid.layout2 .grid-item.col-md-15 .entry-rating,


  .amy-mv-grid.layout2 .grid-item.col-md-15 .showtime,


  .amy-mv-grid.layout2 .grid-item.col-md-15 .desc-mv, .amy-mv-grid.layout2 .grid-item.col-md-3 .entry-rating,


  .amy-mv-grid.layout2 .grid-item.col-md-3 .showtime,


  .amy-mv-grid.layout2 .grid-item.col-md-3 .desc-mv {


    display: none; }


  .amy-mv-grid.layout2 .grid-item.col-md-15 .entry-thumb, .amy-mv-grid.layout2 .grid-item.col-md-3 .entry-thumb {


    float: none; }


.amy-mv-grid.layout2 .entry-item {


  background: #e6e7e9 none repeat scroll 0 0;


  position: relative; }


.amy-mv-grid.layout2 .entry-thumb {


  float: left;


  margin-right: 15px; }


.amy-mv-grid.layout2 .entry-content {


  padding: 15px 15px 0; }


.amy-mv-grid.layout2 .entry-title {


  font-size: 20px;


  font-weight: bold; }


  .amy-mv-grid.layout2 .entry-title a {


    color: #000; }


    .amy-mv-grid.layout2 .entry-title a:hover {


      color: #fe7900; }


.amy-mv-grid.layout2 .entry-date {


  color: #fe7900;


  margin-bottom: 10px;


  font-size: 15px; }


  .amy-mv-grid.layout2 .entry-date i {


    padding-right: 3px; }


.amy-mv-grid.layout2 .pg {


  background: #fe7900;


  color: #fff;


  position: absolute;


  padding: 5px 10px;


  right: 0;


  top: 20px; }


.amy-mv-grid.layout2 .desc-mv {


  border-bottom: 1px solid #dbdbdb;


  margin-bottom: 10px;


  padding-bottom: 20px; }


  @media screen and (max-width: 480px) {


    .amy-mv-grid.layout2 .desc-mv {


      display: none; } }


  .amy-mv-grid.layout2 .desc-mv div {


    border-left: 1px dotted #bdbdbd;


    color: #000;


    display: inline-block;


    padding: 0 20px;


    text-align: center; }


    .amy-mv-grid.layout2 .desc-mv div:first-child {


      border-left: medium none;


      padding-left: 0;


      max-width: 92px;


      height: 40px;


      overflow: hidden; }


    .amy-mv-grid.layout2 .desc-mv div.note {


      max-width: 156px;


      height: 40px;


      overflow: hidden; }


    .amy-mv-grid.layout2 .desc-mv div:last-child {


      max-width: 97px;


      height: 40px;


      overflow: hidden; }


  .amy-mv-grid.layout2 .desc-mv span {


    color: #999999;


    display: block; }


.amy-mv-grid.layout2 .showtime {


  bottom: 30px;


  color: #8b8b8b;


  cursor: pointer;


  font-size: 13px;


  position: absolute;


  right: 15px;


  text-transform: uppercase; }


  .amy-mv-grid.layout2 .showtime i {


    color: #333;


    padding-left: 3px; }


.amy-mv-grid.layout2 .entry-rating {


  position: relative; }


  .amy-mv-grid.layout2 .entry-rating:after {


    clear: both; }


  .amy-mv-grid.layout2 .entry-rating ul.mv-rating-stars {


    margin: 10px 15px 0 0; }


  .amy-mv-grid.layout2 .entry-rating .mcount {


    position: absolute;


    bottom: 0;


    left: 168px; }


    @media screen and (max-width: 360px) {


      .amy-mv-grid.layout2 .entry-rating .mcount {


        display: none; } }


.amy-mv-grid.layout2 .rate {


  background: #fe7900 none repeat scroll 0 0;


  border: 2px solid #fff;


  border-radius: 50%;


  color: #ffffff;


  display: inline-block;


  font-weight: bold;


  height: 50px;


  line-height: 46px;


  text-align: center;


  width: 50px;


  font-size: 18px; }


.amy-mv-grid.layout3 .grid-item {


  margin-bottom: 20px;


  position: relative;


  padding: 0 10px; }


  @media screen and (max-width: 980px) {


    .amy-mv-grid.layout3 .grid-item {


      width: 33.33% !important;


      float: left; } }


  @media screen and (max-width: 480px) {


    .amy-mv-grid.layout3 .grid-item {


      width: 240px !important;


      float: none;


      margin: 0 auto; } }


  .amy-mv-grid.layout3 .grid-item:hover .back {


    opacity: 1;


    -webkit-transform: rotateY(0deg);


    -ms-transform: rotateY(0deg);


    -o-transform: rotateY(0deg);


    transform: rotateY(0deg); }


.amy-mv-grid.layout3 .front {


  backface-visibility: hidden;


  -webkit-transition: all 0.5s ease 0s;


  -o-transition: all 0.5s ease 0s;


  transition: all 0.5s ease 0s; }


  .amy-mv-grid.layout3 .front .entry-title {


    color: #000;


    font-size: 20px;


    font-weight: bold;


    margin: 10px 0 5px;


    height: 20px;


    overflow: hidden; }


  .amy-mv-grid.layout3 .front .entry-genre {


    height: 20px;


    overflow: hidden; }


    .amy-mv-grid.layout3 .front .entry-genre > a {


      color: #999; }


.amy-mv-grid.layout3 .back {


  backface-visibility: hidden;


  background: #000 none repeat scroll 0 0;


  box-shadow: 0 0 15px #000;


  color: #fff;


  display: block;


  height: 100%;


  left: -22px;


  padding: 20px;


  position: absolute;


  top: -35px;


  -webkit-transform: rotateY(-180deg);


  -ms-transform: rotateY(-180deg);


  -o-transform: rotateY(-180deg);


  transform: rotateY(-180deg);


  -webkit-transition: all 0.5s ease 0s;


  -o-transition: all 0.5s ease 0s;


  transition: all 0.5s ease 0s;


  width: 135%;


  z-index: 9;


  opacity: 0; }


  @media screen and (max-width: 480px) {


    .amy-mv-grid.layout3 .back {


      width: 115%; } }


  @media screen and (max-width: 980px) {


    .amy-mv-grid.layout3 .back {


      width: 100%;


      left: 0; } }


  .amy-mv-grid.layout3 .back p {


    color: #999; }


  .amy-mv-grid.layout3 .back .entry-title {


    color: #fff;


    font-size: 20px;


    font-weight: bold;


    margin-top: 0px; }


    @media screen and (max-width: 980px) {


      .amy-mv-grid.layout3 .back .entry-title {


        font-size: 16px; } }


    .amy-mv-grid.layout3 .back .entry-title a {


      color: #fff; }


      .amy-mv-grid.layout3 .back .entry-title a:hover {


        color: #fe7900; }


  @media screen and (max-width: 980px) {


    .amy-mv-grid.layout3 .back .movie-char-info {


      display: none; } }


  .amy-mv-grid.layout3 .back .entry-rating {


    position: relative; }


    @media screen and (max-width: 980px) {


      .amy-mv-grid.layout3 .back .entry-rating {


        display: none; } }


    .amy-mv-grid.layout3 .back .entry-rating .mcount {


      position: absolute;


      bottom: 10px;


      left: 0; }


  .amy-mv-grid.layout3 .back .pg {


    background: #fe7900 none repeat scroll 0 0;


    font-weight: bold;


    padding: 5px 10px;


    position: absolute;


    right: 0;


    top: 20px; }


  .amy-mv-grid.layout3 .back .entry-time {


    color: #fe7900;


    margin-bottom: 10px; }


    .amy-mv-grid.layout3 .back .entry-time i {


      padding-right: 3px; }


  .amy-mv-grid.layout3 .back .entry-button {


    border-bottom: 1px solid #202020;


    margin-top: 15px;


    padding-bottom: 15px; }


    .amy-mv-grid.layout3 .back .entry-button:after {


      content: " ";


      display: table;


      clear: both; }


    .amy-mv-grid.layout3 .back .entry-button:before {


      content: " ";


      display: table; }


    .amy-mv-grid.layout3 .back .entry-button a {


      display: inline-block;


      margin-right: 10px;


      color: #8b8b8b;


      float: left;


      font-size: 13px; }


      @media screen and (max-width: 980px) {


        .amy-mv-grid.layout3 .back .entry-button a {


          margin-right: 1px; } }


    .amy-mv-grid.layout3 .back .entry-button .fa {


      background: #666 none repeat scroll 0 0;


      border-radius: 50%;


      color: #fff;


      display: inline-block;


      font-size: 9px;


      height: 20px;


      line-height: 20px;


      margin-right: 4px;


      text-align: center;


      width: 20px;


      float: left; }


  .amy-mv-grid.layout3 .back .movie-char-info h6 {


    color: #8b8b8b;


    font-size: 14px;


    font-weight: bold;


    margin-bottom: 5px; }


  .amy-mv-grid.layout3 .back .movie-char-info a {


    color: #fff; }


    .amy-mv-grid.layout3 .back .movie-char-info a:hover {


      color: #fe7900; }


  .amy-mv-grid.layout3 .back .movie-char-info p {


    height: 20px;


    overflow: hidden; }


  .amy-mv-grid.layout3 .back .movie-char-info-left {


    float: left;


    margin-right: 5px;


    width: 48%; }


  .amy-mv-grid.layout3 .back .movie-char-info-right {


    float: left;


    width: 48%; }


  .amy-mv-grid.layout3 .back .rate {


    background: #fe7900 none repeat scroll 0 0;


    border: 2px solid #fff;


    border-radius: 50%;


    bottom: 15px;


    color: #ffffff;


    display: inline-block;


    font-size: 18px;


    font-weight: bold;


    height: 50px;


    line-height: 46px;


    position: relative;


    text-align: center;


    width: 50px;


    margin-top: 15px; }


.amy-mv-grid.layout4 .grid-item {


  padding: 0 1px;


  margin-bottom: 30px;


  cursor: pointer; }


  @media screen and (max-width: 980px) {


    .amy-mv-grid.layout4 .grid-item {


      width: 33.33% !important;


      float: left; } }


  @media screen and (max-width: 480px) {


    .amy-mv-grid.layout4 .grid-item {


      width: 240px !important;


      float: none;


      margin: 0 auto 20px; } }


  .amy-mv-grid.layout4 .grid-item:hover .back {


    top: 100%;


    opacity: 1; }


  .amy-mv-grid.layout4 .grid-item:hover .front .rate {


    background: #fe7900; }


  .amy-mv-grid.layout4 .grid-item .entry-item {


    border-bottom: 3px solid #fe7900;


    position: relative; }


.amy-mv-grid.layout4 .front {


  position: relative;


  z-index: 999; }


  .amy-mv-grid.layout4 .front .rate {


    background: rgba(122, 117, 113, 0.5) none repeat scroll 0 0;


    border: 2px solid #fff;


    border-radius: 50%;


    color: #ffffff;


    display: inline-block;


    font-size: 18px;


    font-weight: bold;


    height: 65px;


    left: 50%;


    line-height: 60px;


    margin-left: -32.25px;


    margin-top: -32.25px;


    position: absolute;


    text-align: center;


    top: 50%;


    width: 65px; }


.amy-mv-grid.layout4 .back {


  backface-visibility: hidden;


  background: #000 none repeat scroll 0 0;


  left: 0;


  top: 0;


  padding: 15px;


  position: absolute;


  width: 100%;


  opacity: 0;


  transform-style: preserve-3d;


  -webkit-transition: all 0.6s ease 0s;


  -o-transition: all 0.6s ease 0s;


  transition: all 0.6s ease 0s;


  z-index: 9999; }


  .amy-mv-grid.layout4 .back .entry-title {


    font-size: 20px;


    font-weight: bold; }


    .amy-mv-grid.layout4 .back .entry-title a {


      color: #fe7900; }


      .amy-mv-grid.layout4 .back .entry-title a:hover {


        color: #fff; }


  .amy-mv-grid.layout4 .back .pg {


    background: #fe7900 none repeat scroll 0 0;


    color: #fff;


    display: inline-block;


    font-weight: bold;


    padding: 5px 10px;


    text-transform: uppercase; }


  .amy-mv-grid.layout4 .back .desc-mv {


    color: #fff;


    margin-top: 10px; }


    .amy-mv-grid.layout4 .back .desc-mv span {


      padding-right: 3px;


      color: #999; }


    .amy-mv-grid.layout4 .back .desc-mv a {


      color: #fff; }


      .amy-mv-grid.layout4 .back .desc-mv a:hover {


        color: #fe7900; }


  .amy-mv-grid.layout4 .back .entry-button {


    border-bottom: medium none;


    border-top: 1px solid #202020;


    margin-bottom: 0;


    padding-bottom: 0;


    padding-top: 10px;


    margin-top: 10px; }


    .amy-mv-grid.layout4 .back .entry-button a {


      display: inline-block;


      margin-right: 10px;


      color: #8b8b8b;


      line-height: 20px; }


      .amy-mv-grid.layout4 .back .entry-button a:hover {


        color: #fe7900; }


    .amy-mv-grid.layout4 .back .entry-button .fa {


      background: #fe7900 none repeat scroll 0 0;


      border-radius: 50%;


      color: #fff;


      display: inline-block;


      font-size: 9px;


      height: 20px;


      line-height: 20px;


      margin-right: 4px;


      text-align: center;


      width: 20px;


      float: left; }





/**


 * ---------------------------------------------


 * 5.5. MOVIE METRO SLIDER


 * ---------------------------------------------


 */


.amy-metroslider {


  margin: 0;


  padding: 0;


  height: 520px; }


  .amy-metroslider li {


    border-right: 1px solid rgba(0, 0, 0, 0.2);


    border-bottom: 1px solid rgba(0, 0, 0, 0.2);


    float: left;


    overflow: hidden;


    cursor: pointer;


    display: block;


    width: 200px;


    height: 200px;


    opacity: 1;


    position: relative; }


    .amy-metroslider li .entry-title {


      background: rgba(254, 121, 0, 0.79) none repeat scroll 0 0;


      bottom: 0;


      display: none;


      font-size: 17px;


      font-weight: bold;


      padding: 15px;


      position: absolute;


      text-transform: uppercase;


      width: 100%;


      cursor: pointer; }


      .amy-metroslider li .entry-title a {


        color: #fff; }


    .amy-metroslider li:hover img {


      opacity: 0.8; }


    .amy-metroslider li:hover .entry-title {


      display: block; }


    .amy-metroslider li img {


      cursor: move;


      display: block; }


    .amy-metroslider li.full {


      height: 520px;


      width: 700px; }


      .amy-metroslider li.full img {


        height: 520px;


        width: 700px; }


    .amy-metroslider li.wide {


      height: 260px;


      width: 700px; }


      .amy-metroslider li.wide img {


        height: 260px;


        width: 700px; }


    .amy-metroslider li.small {


      height: 260px;


      width: 350px; }


      .amy-metroslider li.small img {


        height: 260px;


        width: 350px; }





.scrollWrapper {


  height: 100%;


  overflow: hidden;


  position: relative;


  width: 100%; }





div.scrollableArea {


  height: 100%;


  position: absolute;


  width: auto; }





.amy-isotope {


  clear: both;


  cursor: move;


  overflow: hidden;


  padding: 0;


  position: relative;


  z-index: 1;


  height: 520px; }





/**


 * ---------------------------------------------


 * 5.6. MOVIE SHOWTIME


 * ---------------------------------------------


 */


.amy-mv-showtime .left,


.amy-mv-showtime .right {


  float: left;


  width: 360px; }


.amy-mv-showtime .movie-list {


  background: #F8F8F8;


  margin-right: 30px;


  position: relative; }


  .amy-mv-showtime .movie-list:after, .amy-mv-showtime .movie-list:before {


    left: 100%;


    top: 100px;


    border: solid transparent;


    content: " ";


    height: 0;


    width: 0;


    position: absolute;


    pointer-events: none; }


  .amy-mv-showtime .movie-list:after {


    border-color: rgba(248, 248, 248, 0);


    border-left-color: #f8f8f8;


    border-width: 17px;


    margin-top: -17px; }


  .amy-mv-showtime .movie-list:before {


    border-color: rgba(248, 248, 248, 0);


    border-left-color: #f8f8f8;


    border-width: 17px;


    margin-top: -17px; }


  .amy-mv-showtime .movie-list .mv-content > div {


    margin-bottom: 5px; }


.amy-mv-showtime .cinema-list {


  background: #F8F8F8;


  margin-bottom: 30px;


  position: relative; }


  .amy-mv-showtime .cinema-list .mv-content > div {


    margin-bottom: 5px; }


  .amy-mv-showtime .cinema-list:after, .amy-mv-showtime .cinema-list:before {


    left: 50%;


    top: 100%;


    border: solid transparent;


    content: " ";


    height: 0;


    width: 0;


    position: absolute;


    pointer-events: none; }


  .amy-mv-showtime .cinema-list:after {


    border-color: rgba(248, 248, 248, 0);


    border-top-color: #f8f8f8;


    border-width: 17px;


    margin-left: -17px; }


  .amy-mv-showtime .cinema-list:before {


    border-color: rgba(248, 248, 248, 0);


    border-top-color: #f8f8f8;


    border-width: 17px;


    margin-left: -17px; }


.amy-mv-showtime .list-time {


  background: #F8F8F8;


  position: relative; }


  .amy-mv-showtime .list-time .mv-content ul {


    margin: 0 0 18px;


    padding: 0; }


    .amy-mv-showtime .list-time .mv-content ul li {


      border-right: 1px dotted #fe7900;


      color: #666;


      display: inline-block;


      font-size: 15px;


      line-height: 15px;


      list-style: outside none none;


      padding: 0 10px; }


      .amy-mv-showtime .list-time .mv-content ul li:last-child {


        border: none; }


      .amy-mv-showtime .list-time .mv-content ul li:first-child {


        padding-left: 0; }


.amy-mv-showtime h3 {


  color: #fe7900;


  border-bottom: 1px solid #ddd;


  font-size: 20px;


  font-weight: bold;


  margin-bottom: 15px;


  margin-right: 0;


  margin-top: 0;


  padding-bottom: 15px;


  padding-left: 30px;


  padding-top: 15px;


  text-transform: uppercase; }


  .amy-mv-showtime h3 span {


    background: #fe7900;


    color: #fff;


    border-radius: 50%;


    display: inline-block;


    width: 42px;


    height: 42px;


    margin-right: 8px;


    text-align: center;


    line-height: 42px; }


.amy-mv-showtime .mv-content {


  padding: 30px;


  padding-top: 0; }


  .amy-mv-showtime .mv-content label {


    font-size: 15px;


    color: #000;


    font-weight: bold;


    text-transform: uppercase; }


.amy-mv-showtime input[type=radio] {


  border: 0 none;


  clip: rect(0px, 0px, 0px, 0px);


  height: 1px;


  margin: -1px;


  overflow: hidden;


  padding: 0;


  position: absolute;


  width: 1px; }


.amy-mv-showtime input[type=radio] + label.cbl {


  background-position: 0 0;


  background-repeat: no-repeat;


  cursor: pointer;


  display: inline-block;


  font-size: 15px;


  height: 15px;


  line-height: 15px;


  padding-left: 20px;


  vertical-align: middle; }


.amy-mv-showtime label.cbl {


  background: url("/img/cb_bg.png") no-repeat; }


.amy-mv-showtime input[type=radio]:checked + label.cbl {


  background-position: 0 -15px; }





/**


 * ---------------------------------------------


 * 5.7. MOVIE RATE LIST


 * ---------------------------------------------


 */


.amy-mv-ratelist table {


  border: none;


  font-family: "Roboto Condensed", sans-serif; }


  .amy-mv-ratelist table tr {


    background: #f8f8f8; }


    .amy-mv-ratelist table tr.highlight {


      background: #fde1c7; }


  .amy-mv-ratelist table td {


    border: none;


    line-height: 65px;


    padding: 0 25px;


    width: 15%;


    text-align: center;


    border-bottom: 2px solid #fff; }


    .amy-mv-ratelist table td.title {


      border-right: 2px solid #fff;


      width: 55%;


      text-align: left; }


      .amy-mv-ratelist table td.title a {


        color: #000;


        font-weight: bold;


        font-size: 15px;


        text-transform: uppercase; }


        .amy-mv-ratelist table td.title a:hover {


          color: #fe7900; }


    .amy-mv-ratelist table td.turn {


      color: #666; }


    .amy-mv-ratelist table td.point {


      background: #fe7900;


      color: #fff;


      font-size: 22px;


      font-weight: bold;


      width: 10%; }


    .amy-mv-ratelist table td.star {


      padding: 0; }


      .amy-mv-ratelist table td.star ul {


        margin: 0 auto;


        float: none; }





/**


 * ---------------------------------------------


 * 5.8. MOVIE CAROUSEL


 * ---------------------------------------------


 */


.amy-mv-carousel .slick-list {


  padding: 40px 50px !important; }


.amy-mv-carousel .slick-arrow {


  top: 96%; }


  @media screen and (max-width: 1366px) {


    .amy-mv-carousel .slick-arrow {


      top: 94%; } }


  @media screen and (max-width: 768px) {


    .amy-mv-carousel .slick-arrow {


      top: 103%; } }


  .amy-mv-carousel .slick-arrow.slick-prev {


    left: 39%;


    width: auto;


    height: auto; }


    @media screen and (max-width: 1366px) {


      .amy-mv-carousel .slick-arrow.slick-prev {


        left: 38%; } }


    @media screen and (max-width: 980px) {


      .amy-mv-carousel .slick-arrow.slick-prev {


        left: 34%; } }


    .amy-mv-carousel .slick-arrow.slick-prev:hover:before {


      color: #fff; }


    .amy-mv-carousel .slick-arrow.slick-prev:before {


      font-size: 36px;


      color: #777475; }


  .amy-mv-carousel .slick-arrow.slick-next {


    right: 39%;


    width: auto;


    height: auto; }


    @media screen and (max-width: 1366px) {


      .amy-mv-carousel .slick-arrow.slick-next {


        right: 38%; } }


    @media screen and (max-width: 980px) {


      .amy-mv-carousel .slick-arrow.slick-next {


        right: 34%; } }


    .amy-mv-carousel .slick-arrow.slick-next:hover:before {


      color: #fff; }


    .amy-mv-carousel .slick-arrow.slick-next:before {


      font-size: 36px;


      color: #777475; }


.amy-mv-carousel .carousel-item .carousel-thumb {


  margin: 0 1px;


  border-bottom: 2px solid #fe7900; }


.amy-mv-carousel .carousel-item .carousel-content {


  background: rgba(254, 121, 0, 0.6) none repeat scroll 0 0;


  bottom: 0;


  display: none;


  padding: 20px 10px;


  position: absolute;


  width: 100%;


  text-align: center; }


  .amy-mv-carousel .carousel-item .carousel-content .carousel-title {


    font-size: 20px;


    font-weight: bold;


    margin-top: 0;


    margin-bottom: 2px; }


    .amy-mv-carousel .carousel-item .carousel-content .carousel-title a {


      color: #fff; }


      .amy-mv-carousel .carousel-item .carousel-content .carousel-title a:hover {


        color: #000; }


  .amy-mv-carousel .carousel-item .carousel-content .carousel-release {


    font-size: 12px;


    color: #fff;


    margin-bottom: 7px; }


    .amy-mv-carousel .carousel-item .carousel-content .carousel-release span {


      padding-left: 4px; }


  .amy-mv-carousel .carousel-item .carousel-content .carousel-button {


    padding-bottom: 0px; }


    .amy-mv-carousel .carousel-item .carousel-content .carousel-button a {


      color: #fff;


      margin-right: 20px;


      font-size: 12px; }


      .amy-mv-carousel .carousel-item .carousel-content .carousel-button a:last-child {


        margin-right: 0; }


      .amy-mv-carousel .carousel-item .carousel-content .carousel-button a:hover {


        color: #000; }


        .amy-mv-carousel .carousel-item .carousel-content .carousel-button a:hover i {


          color: #000; }


    .amy-mv-carousel .carousel-item .carousel-content .carousel-button i {


      background: #fff none repeat scroll 0 0;


      border-radius: 50%;


      color: #3b3b3b;


      font-size: 9px;


      height: 20px;


      line-height: 22px;


      margin-right: 3px;


      text-align: center;


      width: 20px; }


.amy-mv-carousel .carousel-item.slick-center {


  position: relative;


  -webkit-transform: scale(1.2);


  -ms-transform: scale(1.2);


  -o-transform: scale(1.2);


  transform: scale(1.2); }


  .amy-mv-carousel .carousel-item.slick-center .carousel-thumb {


    border-left: 2px solid #000;


    border-right: 2px solid #000;


    border-bottom: none;


    margin: 0; }


  .amy-mv-carousel .carousel-item.slick-center .carousel-content {


    display: block; }





/**


 * ---------------------------------------------


 * 5.9. MOVIE TABS


 * ---------------------------------------------


 */


.amy-tab:after {


  content: "";


  clear: both;


  display: table; }





.amy-tab-nav ul {


  margin-bottom: 25px;


  list-style: outside none none;


  padding: 0;


  width: 100%;


  display: table; }


  .amy-tab-nav ul li {


    display: block;


    position: relative;


    float: left;


    margin-right: 35px; }


    .amy-tab-nav ul li:after {


      content: "/";


      font-size: 28px;


      font-weight: bold;


      position: absolute;


      right: -22px;


      top: 0; }


    .amy-tab-nav ul li.active a {


      color: #fe7900; }


    .amy-tab-nav ul li:last-child:after {


      content: ''; }


    .amy-tab-nav ul li a {


      position: relative;


      display: block;


      font-size: 30px;


      font-weight: bold;


      margin-right: -1px;


      transition: none; }


      @media screen and (max-width: 640px) {


        .amy-tab-nav ul li a {


          font-size: 15px; } 

.amy-tab-nav ul li::after {
          
          font-size: 15px;}
}





.amy-tab-contents .amy-tab-content {


  display: none; }


  .amy-tab-contents .amy-tab-content.active {


    display: block; }


.amy-tab-contents h3.amy-shortcode-title {


  display: none; }





.amy-tab.tab-style2 .amy-tab-nav ul {


  background: #f1f1f1 none repeat scroll 0 0;


  border-bottom: 1px solid #ddd; }





.amy-tab-left .amy-tab-nav {


  float: left;


  width: 25%; }


  .amy-tab-left .amy-tab-nav ul {


    border: none;


    padding-right: 30px; }


    .amy-tab-left .amy-tab-nav ul:before {


      height: 0; }


    .amy-tab-left .amy-tab-nav ul li {


      float: none;


      border-bottom: 1px dotted #ddd;


      line-height: 40px; }


      .amy-tab-left .amy-tab-nav ul li:before {


        content: ""; }


      .amy-tab-left .amy-tab-nav ul li a {


        font-size: 16px;


        font-weight: normal;


        text-transform: none; }


.amy-tab-left .amy-tab-contents {


  float: right;


  width: 75%; }





/**


 * ---------------------------------------------


 * 5.10. MOVIE BLOG


 * ---------------------------------------------


 */


@media screen and (max-width: 768px) {


  .amy-mv-blog.layout1 {


    padding: 20px 0; } }


.amy-mv-blog.layout1 .entry-content {


  text-align: center; }


  @media screen and (max-width: 980px) {


    .amy-mv-blog.layout1 .entry-content {


      margin-bottom: 15px; } }


.amy-mv-blog.layout1 .entry-title {


  font-size: 20px;


  font-weight: bold;


  margin-top: 10px;


  margin-bottom: 5px; }


.amy-mv-blog.layout1 .entry-btn {


  background: #fe7900;


  padding: 5px 10px;


  color: #fff;


  border-radius: 15px; }


.amy-mv-blog.layout1 .entry-summary {


  font-size: 15px;


  line-height: 22px;


  overflow: hidden;


  height: 22px;


  margin-bottom: 20px; }


.amy-mv-blog.layout1 .wide .entry-title {


  height: 42px;


  overflow: hidden;


  margin-bottom: 20px; }


  @media screen and (max-width: 768px) {


    .amy-mv-blog.layout1 .wide .entry-title {


      margin-bottom: 12px;


      height: auto; } }


.amy-mv-blog.layout1 .wide .entry-item {


  margin-bottom: 25px; }


.amy-mv-blog.layout2 .entry-thumb {


  position: relative; }


  .amy-mv-blog.layout2 .entry-thumb:after {


    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;


    content: "";


    display: block;


    height: 100%;


    position: absolute;


    top: 0;


    width: 100%; }


.amy-mv-blog.layout2 .entry-item article {


  position: relative; }


.amy-mv-blog.layout2 .entry-item .entry-title {


  font-weight: bold;


  font-size: 22px;


  margin-top: 0;


  height: 50px;


  overflow: hidden; }


  .amy-mv-blog.layout2 .entry-item .entry-title a {


    color: #fff; }


    .amy-mv-blog.layout2 .entry-item .entry-title a:hover {


      color: #fe7900; }


.amy-mv-blog.layout2 .entry-item .entry-date {


  background: #000;


  font-weight: bold;


  color: #fff;


  padding: 10px;


  text-transform: uppercase;


  margin-bottom: 10px; }


  .amy-mv-blog.layout2 .entry-item .entry-date span {


    display: block;


    line-height: 25px;


    padding: 0 7px; }


  .amy-mv-blog.layout2 .entry-item .entry-date .d {


    font-size: 30px; }


  .amy-mv-blog.layout2 .entry-item .entry-date .m {


    font-size: 16px; }


.amy-mv-blog.layout2 .entry-item .entry-cat {


  background: #fe7900;


  padding: 2px 0;


  text-align: center;


  color: #fff; }


.amy-mv-blog.layout2 .entry-item .entry-excerpt {


  margin-top: 55px;


  max-height: 110px;


  overflow: hidden;


  font-size: 15px;


  color: #666; }


.amy-mv-blog.layout2 .entry-item .entry-comment {


  font-size: 18px;


  font-weight: bold;


  margin-top: 10px;


  text-align: center; }


  .amy-mv-blog.layout2 .entry-item .entry-comment i {


    display: block;


    font-size: 22px; }


.amy-mv-blog.layout2 .entry-item.out .entry-content {


  margin-top: -80px; }


  .amy-mv-blog.layout2 .entry-item.out .entry-content .left {


    float: left;


    padding-right: 15px; }


  .amy-mv-blog.layout2 .entry-item.out .entry-content .right {


    float: left; }


.amy-mv-blog.layout2 .entry-item.in .entry-content {


  bottom: 0;


  padding: 20px 35px;


  position: absolute;


  text-align: center;


  display: block; }


  .amy-mv-blog.layout2 .entry-item.in .entry-content .entry-cat {


    display: inline-block;


    padding: 2px 10px; }


  .amy-mv-blog.layout2 .entry-item.in .entry-content .entry-title {


    margin-top: 15px; }





/**


 * ---------------------------------------------


 * 5.11. MOVIE SEARCH


 * ---------------------------------------------


 */


.amy-mv-search {


  position: relative; }


  .amy-mv-search input[type="text"] {


    background: #fff none repeat scroll 0 0;


    border: 2px solid #ddd;


    border-radius: 25px;


    display: inline-block;


    min-width: 250px;


    width: auto; }


  .amy-mv-search input[type="submit"] {


    background: #fe7900;


    border-radius: 50%;


    height: 40px;


    margin-left: 7px;


    padding: 0;


    width: 40px!important; }


  .amy-mv-search .search-ajax-content {


    position: absolute;


    background: #fff;


    z-index: 999;


    width: 80%;


    padding: 10px;


    display: none; }


    .amy-mv-search .search-ajax-content.open {


      display: block; }


    .amy-mv-search .search-ajax-content .item-movie {


      display: flex;


      margin-bottom: 10px; }


      .amy-mv-search .search-ajax-content .item-movie .item-name {


        margin-left: 10px; }





/**


 * ============================================================================


 * 06. RESPONSIVE


 * ============================================================================


 */


@media (max-width: 480px) {


  #amy-top-bar {


    display: none; }





.contact-page .wpcf7-form span.name {


    width: 100%;


    display: block;


    margin-right: 20px;


    float: left;


}





.contact-page .wpcf7-form span.email-143 {


    width: 100%;


    display: block;


    float: left;


}





  .amy-mv-search {


    display: none; }





  .single-movie .entry-poster {


    float: none; }


  .single-movie .entry-info {


    margin-left: 0;


    margin-top: 0; }


  .single-movie .entry-media .number-media {


    position: static;

    margin-bottom: 30px; }


  .single-movie .entry-showtime .select-cinema {


    float: none;


    width: 100%; }


  .single-movie .entry-showtime .showtime {


    float: none;


    width: 100%;


    margin-left: 0;


    margin-top: 30px;


    padding: 20px; }





  .amy-mv-list .entry-item .entry-thumb {


    float: none; }


  .amy-mv-list .entry-item .entry-content {


    margin-left: 0 !important;


    margin-top: 15px; }


    .amy-mv-list .entry-item .entry-content ul.info-list {


      margin: 15px 0 25px; }


  .amy-mv-list .showtime-btn {


    display: none; }





  .amy-mv-grid.layout1 .grid-item {


    width: 100%; }





  .filter-mv label,


  .filter-mv input.select-date {


    width: 100% !important;


    margin-bottom: 15px; }





  .amy-mv-ratelist table td {


    line-height: 30px; }


    .amy-mv-ratelist table td.title {


      padding: 10px 5px;


      text-align: left;


      width: 30%; }


    .amy-mv-ratelist table td.turn {


      display: none; }


    .amy-mv-ratelist table td.point {


      font-size: 15px;


      width: 5%;


      padding: 0 5px; }





  .amy-mv-showtime .left,


  .amy-mv-showtime .right {


    float: none;


    width: auto; }


  .amy-mv-showtime .movie-list {


    margin-right: 0;


    margin-bottom: 30px; }





  .amy-actor.has-banner .container {


    margin-top: 0; }


  .amy-actor .actor-name {


    margin: 0 0 20px -41px; }





  .amy-blog.amy-masonry .main-content .amy-row {


    margin-bottom: 0 !important; }


  .amy-blog.amy-masonry .main-content .entry-item {


    margin-bottom: 30px; }


    .amy-blog.amy-masonry .main-content .entry-item.out .entry-title a {


      color: #000; }


      .amy-blog.amy-masonry .main-content .entry-item.out .entry-title a:hover {


        color: #fe7900; }


    .amy-blog.amy-masonry .main-content .entry-item .entry-excerpt {


      margin-top: 0; }


  .amy-blog.amy-grid .main-content article .entry-title {


    height: auto; }


  article.post .entry-meta {

    top: -50px; }


  article.post .entry-left {


    margin: 0;


    padding-top: 65px; }





  .single-cinema .cinema-details {


    background: #fe7900; }


    .single-cinema .cinema-details .cinema-gallery {


      margin-top: 0; }


  .single-cinema .cinema-movie {


    margin-top: 0; } }


@media (min-width: 480px) and (max-width: 768px) {


  .amy-mv-showtime .left,


  .amy-mv-showtime .right {


    width: 50%; } }


@media screen and (max-width: 980px) {


  #amy-top-bar .amy-top-bar-left .amy-module-text {


    display: none; } }


@media screen and (max-width:1290px) {


.contact-page .wpcf7-form span.name {


  width: 100%;


  display: block;


  margin-right: 20px;


  float: left; }


.contact-page .wpcf7-form span.email-143 {


  width: 100%;


  display: block;


  float: left; }}


/**


 * ============================================================================


 * 07. VERSION 2


 * ============================================================================


 */


.amy-movie-item-poster > a {


  position: relative;


  display: block; }


  .amy-movie-item-poster > a:after {


    content: "";


    position: absolute;


    left: 0;


    bottom: 0;


    right: 0;


    top: 0;


    opacity: 0;


    z-index: 0;


    background-color: #fe7900;


    transform: scale(0.15);


    -webkit-transform: scale(0.15);


    transition: all 0.2s linear; }


  .amy-movie-item-poster > a:before {


    display: inline-block;


    font-family: FontAwesome;


    font-size: 14px;


    line-height: 1;


    text-rendering: auto;


    -webkit-font-smoothing: antialiased;


    -moz-osx-font-smoothing: grayscale;


    content: "\f04b";


    color: #fe7900;


    background-color: #fff;


    font-size: 20px;


    text-indent: 5px;


    height: 50px;


    left: 50%;


    line-height: 50px;


    position: absolute;


    text-align: center;


    top: 50%;


    width: 50px;


    z-index: 2;


    opacity: 0;


    transform: translate(-50%, -50%);


    -webkit-transform: translate(-50%, -50%);


    border-radius: 50%;


    -webkit-border-radius: 50%;


    transition: all 0.2s linear; }


  .amy-movie-item-poster > a:hover:after, .amy-movie-item-poster > a:active:after, .amy-movie-item-poster > a:focus:after {


    opacity: 0.3;


    transform: scale(1);


    -webkit-transform: scale(1); }


  .amy-movie-item-poster > a:hover:before, .amy-movie-item-poster > a:active:before, .amy-movie-item-poster > a:focus:before {


    opacity: 0.45; }





.amy-movie-carousel-1 .btn-link-all {


  right: 15px; }





.btn-link-all {


  color: #666666;


  position: absolute;


  right: 0;


  top: -35px; }


  .btn-link-all .fa {


    margin-left: 5px; }





.slick-slide:focus {


  outline: none; }





.amy-movie-item-back-inner .amy-movie-field-title {


  font-size: 20px;


  text-transform: capitalize;


  font-weight: 700;


  margin: 0 0 5px; }


  .amy-movie-item-back-inner .amy-movie-field-title a {


    color: #202020; }


    .amy-movie-item-back-inner .amy-movie-field-title a:hover, .amy-movie-item-back-inner .amy-movie-field-title a:active, .amy-movie-item-back-inner .amy-movie-field-title a:focus {


      color: #fe7900; }





.amy-movie-item-front .amy-movie-field-title {


  font-size: 20px;


  text-transform: capitalize;


  font-weight: 700;


  margin: 0 0 6px; }


  .amy-movie-item-front .amy-movie-field-title a {


    color: #202020; }


    .amy-movie-item-front .amy-movie-field-title a:hover, .amy-movie-item-front .amy-movie-field-title a:active, .amy-movie-item-front .amy-movie-field-title a:focus {


      color: #fe7900 !important; }


.amy-movie-item-front .amy-movie-field-release-date {


  font-size: 12px;


  color: #999999; }





.amy-btn-icon-text {


  display: inline-block;


  color: #666666;


  margin-right: 30px;


  line-height: 1; }


  .amy-btn-icon-text .fa {


    width: 20px;


    height: 20px;


    display: inline-block;


    float: left;


    margin-top: -4px;


    margin-right: 5px;


    text-align: center;


    line-height: 20px;


    border-radius: 50%;


    background: #fe7900;


    color: #fff;


    font-size: 9px;


    opacity: 0.8;


    transition: all 0.2s linear; }


    .amy-btn-icon-text .fa.fa-play::before {


      margin-left: 3px; }


  .amy-btn-icon-text:hover, .amy-btn-icon-text:active, .amy-btn-icon-text:focus {


    color: #fe7900; }


    .amy-btn-icon-text:hover .fa, .amy-btn-icon-text:active .fa, .amy-btn-icon-text:focus .fa {


      opacity: 1; }


  @media (max-width: 400px) {


    .amy-btn-icon-text {


      margin-right: 5px;


      margin-bottom: 5px; } }





.amy-movie-item-back .amy-movie-item-back-inner {


  display: -webkit-flex;


  display: flex;


  -webkit-flex-wrap: wrap;


  flex-wrap: wrap;


  -webkit-justify-content: space-between;


  justify-content: space-between;


  flex-direction: column;


  -webkit-flex-direction: column;


  position: relative; }


  .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content {


    margin-left: 30px;


    position: relative; }


    .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-imdb {


      position: absolute;


      width: 46px;


      height: 46px;


      line-height: 46px;


      top: 30px;


      right: 15px; }


    .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


      font-size: 20px;


      padding: 0 60px 0 0;


      color: #fff; }


      .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title a {


        color: #fff; }


  .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button {


    padding: 18px 16px;


    border-top: 1px dotted rgba(255, 255, 255, 0.12); }


.amy-movie-item-back .amy-movie-field-desc {


  font-size: 13px;


  line-height: 22px;


  margin-bottom: 10px; }


  .amy-movie-item-back .amy-movie-field-desc p {


    margin-bottom: 10px; }





.amy-movie-custom-field-group {


  margin-bottom: 3px; }


  .amy-movie-custom-field-group a {


    color: #fff;


    font-size: 13px; }


    .amy-movie-custom-field-group a:hover, .amy-movie-custom-field-group a:active, .amy-movie-custom-field-group a:focus {


      color: #fe7900; }


  .amy-movie-custom-field-group .amy-movie-custom-field-label {


    color: #666666;


    display: inline-block;


    margin-right: 3px;


    margin-bottom: 0; }


  .amy-movie-custom-field-group .amy-movie-custom-field-content {


    color: #fff;


    font-size: 13px;


    display: inline; }





.amy-movie-field-mpaa {


  display: inline-block;


  padding: 8px 10px 6px 10px;


  background: #fe7900;


  font-family: "Roboto Condensed", sans-serif;


  font-size: 14px;


  color: #fff;


  line-height: 11px;


  text-transform: uppercase; }





.amy-movie-field-imdb {


  display: inline-block;


  width: 40px;


  height: 40px;


  border-radius: 50%;


  text-align: center;


  background: #fe7900;


  font-family: "Roboto Condensed", sans-serif;


  font-weight: bold;


  font-size: 15px;


  color: #fff;


  line-height: 40px;


  text-transform: uppercase; }





.amy-movie-item-meta {


  margin-bottom: 15px;


  font-family: "Roboto Condensed", sans-serif;


  font-size: 14px; }


  .amy-movie-item-meta .amy-movie-field-mpaa {


    margin-right: 10px; }


  .amy-movie-item-meta .amy-movie-field-duration {


    font-size: 14px;


    color: #fe7900; }


    .amy-movie-item-meta .amy-movie-field-duration .fa {


      margin-right: 3px; }





.amy-movie-field-rating {


  margin-bottom: 12px; }


  .amy-movie-field-rating .amy-movie-field-rating-inner {


    line-height: 20px; }


  .amy-movie-field-rating .user-rating a {


    font-size: 12px;


    color: #666666; }


    .amy-movie-field-rating .user-rating a:hover, .amy-movie-field-rating .user-rating a:active, .amy-movie-field-rating .user-rating a:focus {


      color: #fe7900; }


  .amy-movie-field-rating .rating-stars {


    width: 80px;


    overflow: hidden;


    position: relative;


    margin-right: 5px; }


    .amy-movie-field-rating .rating-stars:before {


      content: "ï€…Â ï€…Â ï€…Â ï€…Â ï€…";


      display: inline-block;


      font-family: FontAwesome;


      font-size: 14px;


      line-height: 1;


      text-rendering: auto;


      -webkit-font-smoothing: antialiased;


      -moz-osx-font-smoothing: grayscale;


      display: inline-block;


      color: #666666; }


    .amy-movie-field-rating .rating-stars .current-rating {


      overflow: hidden;


      position: absolute;


      top: -3px;


      left: 0; }


      .amy-movie-field-rating .rating-stars .current-rating:before {


        content: "ï€…Â ï€…Â ï€…Â ï€…Â ï€…";


        display: inline-block;


        font-family: FontAwesome;


        font-size: 14px;


        line-height: 1;


        text-rendering: auto;


        -webkit-font-smoothing: antialiased;


        -moz-osx-font-smoothing: grayscale;


        display: inline-block;


        color: #f0a800; }





.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {


  border: none;


  border-radius: 3px;


  background: #fff;


  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1); }


.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom {


  margin-top: 6px; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {


    border-bottom-color: #fff; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {


    top: -6px; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {


    margin-top: 14px; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow {


    height: 30px;


    margin-left: -6px;


    width: 30px;


    margin-top: -10px; }


.tooltipster-sidetip.tooltipster-shadow.tooltipster-left {


  margin-right: 6px; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {


    margin-right: 14px; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow {


    height: 30px;


    margin-left: 0;


    margin-top: -6px;


    width: 15px; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {


    border-left-color: #fff; }


.tooltipster-sidetip.tooltipster-shadow.tooltipster-right {


  margin-left: 6px; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {


    height: 30px;


    margin-left: -15px;


    margin-top: -6px;


    width: 23px; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {


    border-right-color: #fff; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {


    left: -6px; }


.tooltipster-sidetip.tooltipster-shadow.tooltipster-top {


  margin-bottom: 6px; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {


    margin-bottom: 14px; }


  .tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {


    border-top-color: #fff; }


.tooltipster-sidetip.tooltipster-shadow.light .tooltipster-content {


  color: #666666; }


  .tooltipster-sidetip.tooltipster-shadow.light .tooltipster-content .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title a {


    color: #202020; }


  .tooltipster-sidetip.tooltipster-shadow.light .tooltipster-content .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-custom-field-group .amy-movie-custom-field-label {


    color: #202020; }


  .tooltipster-sidetip.tooltipster-shadow.light .tooltipster-content .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-custom-field-group .amy-movie-custom-field-content {


    color: #666666; }


    .tooltipster-sidetip.tooltipster-shadow.light .tooltipster-content .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-custom-field-group .amy-movie-custom-field-content a {


      color: #666666; }


      .tooltipster-sidetip.tooltipster-shadow.light .tooltipster-content .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-custom-field-group .amy-movie-custom-field-content a:hover, .tooltipster-sidetip.tooltipster-shadow.light .tooltipster-content .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-custom-field-group .amy-movie-custom-field-content a:active, .tooltipster-sidetip.tooltipster-shadow.light .tooltipster-content .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-custom-field-group .amy-movie-custom-field-content a:focus {


        color: #fe7900; }


  .tooltipster-sidetip.tooltipster-shadow.light .tooltipster-content .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button {


    border-top: 1px dotted #d4d4d4; }


.tooltipster-sidetip.tooltipster-shadow.dark .tooltipster-box {


  background: #000008; }


.tooltipster-sidetip.tooltipster-shadow.dark .tooltipster-content {


  color: #666666; }


.tooltipster-sidetip.tooltipster-shadow.dark.tooltipster-top .tooltipster-arrow-border {


  border-top-color: #000008; }


.tooltipster-sidetip.tooltipster-shadow.dark.tooltipster-right .tooltipster-arrow-border {


  border-right-color: #000008; }


.tooltipster-sidetip.tooltipster-shadow.dark.tooltipster-left .tooltipster-arrow-border {


  border-left-color: #000008; }


.tooltipster-sidetip.tooltipster-shadow.dark.tooltipster-bottom .tooltipster-arrow-border {


  border-bottom-color: #000008; }


.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {


  height: 15px;


  margin-left: -6px;


  width: 30px; }


.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {


  display: none; }


.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {


  border: 15px solid transparent; }


@media (min-width:768px;){


.col-md-15 {


  float: left;


  width: 20%;


  position: relative;


  min-height: 1px;


  padding-left: 15px;


  padding-right: 15px; }}


@media (min-width:481px;) and (max-width:767px;){

.col-md-15 {

  float: left;

  width: 33.333%;

  position: relative;

  min-height: 1px;

  padding-left: 15px;

  padding-right: 15px; }}


.amy-text-block {


  margin-top: 75px; }


  .amy-text-block .title {


    font-family: "Roboto Condensed", sans-serif;


    font-weight: bold;


    font-size: 50px;


    color: #fff;


    text-transform: uppercase;


    text-align: left;


    margin-bottom: 5px;


    margin-left: 5px;


    line-height: 1; }


    .amy-text-block .title .hight-light {


      color: #fe7900; }


  .amy-text-block .subtitle {


    font-family: "Roboto Condensed", sans-serif;


    font-weight: bold;


    color: #fff;


    font-size: 22px;


    font-style: italic;


    text-align: right;


    margin-right: 50px;


    margin-bottom: 10px;


    text-transform: uppercase;


    line-height: 1; }


  .amy-text-block .text {


    text-align: right;


    margin-bottom: 20px;


    font-size: 16px;


    color: #c2c2c2;


    margin-right: 60px; }


  .amy-text-block .wr-button {


    text-align: center; }


  .amy-text-block .button {


    display: inline-block;


    text-align: center;


    white-space: nowrap;


    vertical-align: middle;


    -webkit-user-select: none;


    -moz-user-select: none;


    -ms-user-select: none;


    user-select: none;


    line-height: 1.5;


    font-family: "Roboto Condensed", sans-serif;


    font-weight: bold;


    font-size: 14px;


    color: #fff;


    padding: 10px 30px 9px;


    margin: 0 5px 5px 0;


    width: auto;


    text-transform: uppercase;


    border-radius: 50px;


    border: none;


    background: -webkit-gradient(linear, left top, right top, from(#bb511e), to(#f1bc00));


    background: linear-gradient(to right, #bb511e, #f1bc00);


    -webkit-transition: all 0.3s ease-in-out;


    transition: all 0.3s ease-in-out; }


  @media (max-width: 1200px) {


    .amy-text-block {


      margin-top: 0; }


      .amy-text-block .title {


        text-align: center;


        margin-left: 0; }


      .amy-text-block .subtitle {


        text-align: center;


        margin-right: 0; }


      .amy-text-block .text {


        text-align: center;


        margin-right: 0; } }


  @media (max-width: 768px) {


    .amy-text-block .title {


      font-size: 40px; } 
}


.amy-movieak-box .title {


  font-size: 28px;


  font-weight: bold;


  text-transform: uppercase;


  margin: 0 0 15px;


  display: inline;


  color: #fe7900;


  background: -webkit-gradient(linear, left top, right top, color-stop(32%, #bb511e), color-stop(100%, #f1bc00));


  background: -webkit-linear-gradient(left, #bb511e 32%, #f1bc00 100%);


  -webkit-background-clip: text;


  -webkit-text-fill-color: transparent; }


.amy-movieak-box .meta-user {


  margin-bottom: 20px;


  margin-top: 20px; }


  .amy-movieak-box .meta-user:before, .amy-movieak-box .meta-user:after {


    content: " ";


    display: table; }


  .amy-movieak-box .meta-user:after {


    clear: both; }


  .amy-movieak-box .meta-user .icon-user {


    display: inline-block;


    float: left;


    margin-right: 10px;


    width: 44px;


    height: 44px;


    background: url("/img/icon-user2.png") no-repeat center; }


  .amy-movieak-box .meta-user .content a {


    color: #fff; }


    .amy-movieak-box .meta-user .content a:hover, .amy-movieak-box .meta-user .content a:active, .amy-movieak-box .meta-user .content a:focus {


      color: #fe7900; }


.amy-movieak-box .entry-list {


  list-style: none;


  margin: 0;


  padding: 0; }


  .amy-movieak-box .entry-list li {


    font-size: 13px;


    padding: 20px 0;


    border-top: 1px solid rgba(255, 255, 255, 0.1);


    color: #999999;


    font-family: "Poppins", sans-serif; }


    .amy-movieak-box .entry-list li:before, .amy-movieak-box .entry-list li:after {


      content: " ";


      display: table; }


    .amy-movieak-box .entry-list li:after {


      clear: both; }


    .amy-movieak-box .entry-list li:last-child {


      padding-bottom: 0; }


    .amy-movieak-box .entry-list li .fa {


      width: 40px;


      height: 40px;


      line-height: 36px;


      text-align: center;


      border-radius: 50%;


      border: 2px solid #666666;


      color: #666666;


      float: left;


      margin-right: 15px;


      font-size: 24px; }





.streaming.single-movie {


  margin: 0;


  padding: 0; }





#background_lamp {


  position: fixed;


  background-color: #000;


  top: 0;


  left: 0;


  right: 0;


  bottom: 0; }





.movie-steaming .amy-movie-item-play {


  background: #000;


  padding: 40px 0;


  position: relative;


  z-index: 99; }


  .movie-steaming .amy-movie-item-play .div-control {


    text-align: right;


    font-size: 13px;


    color: #999999;


    padding: 15px 0; }


    .movie-steaming .amy-movie-item-play .div-control > span {


      display: inline-block;


      margin-left: 15px;


      padding-left: 15px;


      line-height: 1;


      cursor: pointer;


      border-left: 1px solid #1a1a1a;


      transition: all 0.2s linear; }


      .movie-steaming .amy-movie-item-play .div-control > span .turn-on {


        display: none; }


      .movie-steaming .amy-movie-item-play .div-control > span.off .turn-on {


        display: inline-block; }


      .movie-steaming .amy-movie-item-play .div-control > span.off .turn-off {


        display: none; }


      .movie-steaming .amy-movie-item-play .div-control > span:hover, .movie-steaming .amy-movie-item-play .div-control > span:active, .movie-steaming .amy-movie-item-play .div-control > span:focus {


        color: #fff; }


      .movie-steaming .amy-movie-item-play .div-control > span:first-child {


        border-left: none;


        margin-left: 0;


        padding-left: 0; }


      .movie-steaming .amy-movie-item-play .div-control > span .fa {


        margin-right: 5px; }


.movie-steaming .amy-movie-item-content-header {


  background: #eeee;


  border-bottom: 1px dotted #d4d4d4;


  padding-bottom: 30px; }


.movie-steaming .amy-movie-item-header {


  display: flex;


  justify-content: space-between;


  align-items: center; }


  .movie-steaming .amy-movie-item-header .amy-movie-field-title {


    font-size: 25px;


    font-weight: bold;


    text-transform: uppercase;


    margin: 30px 0 5px 0; }


.movie-steaming .amy-movie-list-server .amy-movie-serve-item {


  display: flex;


  align-items: center;


  border-bottom: 1px dotted #d4d4d4; }


  .movie-steaming .amy-movie-list-server .amy-movie-serve-item .amy-movie-serve-name {


    font-family: "Roboto Condensed", sans-serif;


    color: #202020;


    min-width: 135px; }


    .movie-steaming .amy-movie-list-server .amy-movie-serve-item .amy-movie-serve-name .fa {


      margin-right: 5px;


      color: #fe7900; }


  .movie-steaming .amy-movie-list-server .amy-movie-serve-item .amy-movie-serve-options {


    flex-grow: 1;


    padding: 15px 20px;


    border-left: 1px dotted #d4d4d4; }


.movie-steaming .amy-movie-list-server .optinal-link {


  display: inline-block;


  font-size: 13px;


  background: #e1e1e1;


  color: #666666;


  padding: 8px;


  float: left;


  margin-right: 3px;


  margin-bottom: 3px;


  line-height: 1;


  min-width: 32px;


  text-align: center;


  cursor: pointer; }


  .movie-steaming .amy-movie-list-server .optinal-link.active {


    background: #fe7900;


    color: #fff; }


  .movie-steaming .amy-movie-list-server .optinal-link:hover, .movie-steaming .amy-movie-list-server .optinal-link:active, .movie-steaming .amy-movie-list-server .optinal-link:focus {


    background: #fe7900;


    color: #fff; }


.movie-steaming .amy-movie-item-tags {


  padding: 20px 0;


  color: #666666; }


  .movie-steaming .amy-movie-item-tags .tag-label {


    font-size: 15px;


    font-family: "Roboto Condensed", sans-serif;


    color: #202020;


    text-transform: uppercase;


    margin-right: 5px;


    float: left; }


  .movie-steaming .amy-movie-item-tags .tag-link {


    color: #666666;


    font-size: 13px; }


    .movie-steaming .amy-movie-item-tags .tag-link:hover, .movie-steaming .amy-movie-item-tags .tag-link:active, .movie-steaming .amy-movie-item-tags .tag-link:focus {


      color: #fe7900; }


.movie-steaming .amy-movie-item-related-movie {


  margin-bottom: 20px; }


  .movie-steaming .amy-movie-item-related-movie .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-custom-field-group {


    display: none !important; }


  .movie-steaming .amy-movie-item-related-movie .slick-dots {


    bottom: 103%;


    text-align: right; }


    .movie-steaming .amy-movie-item-related-movie .slick-dots li {


      width: 8px;


      height: 8px; }


      .movie-steaming .amy-movie-item-related-movie .slick-dots li button {


        width: 8px;


        height: 8px; }


        .movie-steaming .amy-movie-item-related-movie .slick-dots li button:before {


          width: 8px;


          height: 8px;


          line-height: 8px;


          font-size: 8px !important; }


      .movie-steaming .amy-movie-item-related-movie .slick-dots li.slick-active button:before {


        color: #fe7900; }


.movie-steaming .amy-movie-item-related-title {


  font-size: 25px;


  text-transform: capitalize;


  font-weight: bold;


  margin-bottom: 15px;


  margin-top: 50px; }





.product-buy-ticket .product .woocommerce-topinfo-inner .entry-summary {


  max-width: 100% !important;


  margin-left: 20px; }


.product-buy-ticket .product .product_title {


  border-bottom: 1px dotted #ddd;


  padding-bottom: 15px; }


.product-buy-ticket .product .price {


  display: none; }


.product-buy-ticket .product .smartcms_content_seats_item_label {


  font-size: 14px;


  color: #666666; }


.product-buy-ticket .product .smartcms_content_seats_item_color {


  width: 130px;


  height: 30px;


  margin-top: 5px; }


.product-buy-ticket .product .smartcms_content_schedules_item {


  background: #ebebeb;


  font-size: 15px;


  border-radius: 30px; }


  .product-buy-ticket .product .smartcms_content_schedules_item:hover {


    color: #fff; }


    .product-buy-ticket .product .smartcms_content_schedules_item:hover .smartcms_content_schedules_item_date,


    .product-buy-ticket .product .smartcms_content_schedules_item:hover .smartcms_content_schedules_item_time {


      background: #fe7900;


      color: #fff; }


  .product-buy-ticket .product .smartcms_content_schedules_item .smartcms_content_schedules_item_date {


    color: #666666;


    padding: 10px 15px;


    background: #ebebeb;


    position: relative;


    padding-right: 10px;


    border-radius: 20px 0 0 20px; }


    .product-buy-ticket .product .smartcms_content_schedules_item .smartcms_content_schedules_item_date:after {


      position: absolute;


      content: "";


      border-left: 1px solid #fff;


      width: 1px;


      height: 20px;


      right: 0; }


  .product-buy-ticket .product .smartcms_content_schedules_item .smartcms_content_schedules_item_time {


    color: #000000;


    padding: 10px 15px;


    background: #ebebeb;


    padding-left: 10px;


    border-radius: 0 20px 20px 0; }


.product-buy-ticket .product .smartcms_content_mapping .smartcms_content_mapping_item .smartcms_content_mapping_item_con {


  background: #f7d1af;


  font-size: 15px;


  color: #fff;


  padding: 0px;


  border: 1px solid #fff; }


  .product-buy-ticket .product .smartcms_content_mapping .smartcms_content_mapping_item .smartcms_content_mapping_item_con .srwseat_item_con_color {


    width: 100%;


    height: 100%;


    padding: 12px; }


  .product-buy-ticket .product .smartcms_content_mapping .smartcms_content_mapping_item .smartcms_content_mapping_item_con.active {


    background: #fe7900; }


    .product-buy-ticket .product .smartcms_content_mapping .smartcms_content_mapping_item .smartcms_content_mapping_item_con.active .srwseat_item_con_color {


      border: none;


      background: #fe7900 !important; }


.product-buy-ticket .product .quantity {


  display: none !important; }





.product-buy-ticket-cart .product-quantity {


  display: none !important; }





.wc-forward {


  padding: 9px 20px; }





#review_form_wrapper {


  margin-top: 30px; }





.amy-movie-list-info {


  margin-top: 40px; }


  .amy-movie-list-info ul.info-list {


    margin: 0;


    padding: 0; }


    .amy-movie-list-info ul.info-list li {


      list-style: none;


      font-size: 14px; }


      .amy-movie-list-info ul.info-list li label {


        color: #202020; }





.entry-season-list {


  margin-top: 30px; }


  .entry-season-list .season-list ul {


    margin: 0;


    padding: 0; }


    .entry-season-list .season-list ul li {


      list-style: none;


      line-height: 60px;


      background: #f8f8f8;


      border-bottom: 2px solid #fff;


      font-size: 15px; }


      .entry-season-list .season-list ul li span {


        width: 15%;


        display: inline-block;


        border-right: 2px solid #fff;


        text-align: center; }


      .entry-season-list .season-list ul li a {


        padding-left: 20px; }





.single-movie .post-navigation {


  display: flex;


  margin: 40px 0; }


  .single-movie .post-navigation .nav-next {


    margin-left: auto; }


  .single-movie .post-navigation a {


    margin: 0;


    font-size: 13px;


    color: #fff;


    padding: 10px 7px 9px 7px;


    display: inline-block;


    -webkit-transition: none;


    transition: none;


    text-transform: capitalize;


    background: #fe7900; }


    .single-movie .post-navigation a:hover {


      color: #000; }





.amy-movie-layout-list .amy-movie-items .amy-movie-item {


  margin-bottom: 60px;


  clear: both; }


  .amy-movie-layout-list .amy-movie-items .amy-movie-item .entry-showtime {


    margin-top: 40px; }


  .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-front {


    float: left;


    width: 196px;


    margin-bottom: 0 !important; }


    .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-front .amy-movie-item-poster {


      position: relative; }


      .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-front .amy-movie-item-poster .amy-movie-field-imdb {


        position: absolute;


        bottom: 8px;


        left: 8px; }


  .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner {


    min-height: 294px; }


    .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button {


      border-bottom: 1px dotted #dbdbdb; }


      .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-icon-text {


        border-right: 1px dotted #dbdbdb;


        padding-right: 15px;


        padding-left: 15px;


        margin-right: 0; }


        .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-icon-text:first-child {


          padding-left: 0; }


        .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-icon-text.link-detail {


          border-right: none;


          padding-right: 0; }


        @media (max-width: 480px) {


          .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-icon-text {


            border-right: none;


            padding-right: 10px;


            padding-left: 0; } }


      .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-showtimes {


        float: right;


        display: inline-block;


        color: #666666;


        cursor: pointer;


        transition: all 0.2s linear; }


        @media (max-width: 480px) {


          .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-showtimes {


            margin-top: 10px;


            float: none; } }


        .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-showtimes:after {


          display: inline-block;


          font-family: FontAwesome;


          font-size: 14px;


          line-height: 1;


          text-rendering: auto;


          -webkit-font-smoothing: antialiased;


          -moz-osx-font-smoothing: grayscale;


          content: "ïƒ—";


          margin-left: 3px;


          font-size: 13px; }


        .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-showtimes:hover, .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-showtimes:active, .amy-movie-layout-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-showtimes:focus {


          color: #fe7900; }





.showtimes-wrapper {


  background: #ebebeb;


  margin-top: 20px;


  position: relative; }


  .showtimes-wrapper:before {


    content: "";


    width: 0;


    height: 0;


    border-left: 5px solid transparent;


    border-right: 5px solid transparent;


    border-bottom: 5px solid #ebebeb;


    position: absolute;


    right: 35px;


    top: -5px; }


  .showtimes-wrapper .amy-movie-times-inner {


    width: 100%; }


  .showtimes-wrapper .showtimes-row {


    width: 100%;


    display: flex;


    flex-flow: row nowrap;


    border-bottom: 1px dotted #d4d4d4; }


    .showtimes-wrapper .showtimes-row:last-child {


      border-bottom: none; }


    .showtimes-wrapper .showtimes-row .cell {


      box-sizing: border-box;


      flex-grow: 1;


      display: flex;


      align-items: center;


      padding: 18px 30px;


      word-wrap: break-word; }


      .showtimes-wrapper .showtimes-row .cell.amy-movie-times {


        width: 72%;


        padding: 18px 27px 15px 27px; }


        @media (max-width: 768px) {


          .showtimes-wrapper .showtimes-row .cell.amy-movie-times {


            padding: 15px; } }


      .showtimes-wrapper .showtimes-row .cell.amy-movie-cinema {


        width: 28%;


        border-right: 1px dotted #d4d4d4; }


        @media (max-width: 768px) {


          .showtimes-wrapper .showtimes-row .cell.amy-movie-cinema {


            padding: 15px; } }


      .showtimes-wrapper .showtimes-row .cell .amy-movie-intro-cinema {


        margin: 0;


        font-weight: bold;


        font-size: 14px;


        text-transform: uppercase; }


      .showtimes-wrapper .showtimes-row .cell .amy-movie-intro-times {


        display: inline-block;


        line-height: 14px;


        padding: 9px 20px;


        font-size: 15px;


        color: #666666;


        background: #e1e1e1;


        margin: 0 3px 6px 3px;


        font-family: "Roboto Condensed", sans-serif;


        cursor: pointer;


        transition: all 0.2s linear; }


        .showtimes-wrapper .showtimes-row .cell .amy-movie-intro-times:hover, .showtimes-wrapper .showtimes-row .cell .amy-movie-intro-times:active, .showtimes-wrapper .showtimes-row .cell .amy-movie-intro-times:focus {


          color: #202020;


          background: #fe7900; }


    .showtimes-wrapper .showtimes-row .amy-movie-intro-list .button {


      margin: 0 0 6px 3px;


      line-height: 14px;


      padding: 9px 10px;


      font-size: 15px;


      text-transform: capitalize;


      transition: none;


      background: #fe7900;


      color: #202020; }


      .showtimes-wrapper .showtimes-row .amy-movie-intro-list .button:hover, .showtimes-wrapper .showtimes-row .amy-movie-intro-list .button:active, .showtimes-wrapper .showtimes-row .amy-movie-intro-list .button:focus {


        color: #fff;


        background: -webkit-linear-gradient(left, #bb511e, #f1bc00);


        background: -o-linear-gradient(right, #bb511e, #f1bc00);


        background: -moz-linear-gradient(right, #bb511e, #f1bc00);


        background: linear-gradient(to right, #bb511e, #f1bc00); }





.amy-movie-intro-time-group {


  margin-bottom: 15px;


  border-bottom: 1px dotted #d4d4d4;


  padding-bottom: 15px; }


  .amy-movie-intro-time-group .amy-movie-intro-date {


    font-family: "Roboto Condensed", sans-serif;


    color: #202020;


    font-weight: bold;


    margin-bottom: 5px;


    font-size: 14px;


    text-transform: uppercase; }


  .amy-movie-intro-time-group .amy-movie-intro-list {


    margin: 0 -3px; }


    .amy-movie-intro-time-group .amy-movie-intro-list .button {


      margin: 0 0 6px 3px;


      height: auto;


      line-height: 14px;


      padding: 10px 18px;


      font-size: 15px; }





.amy-section.amy-section-new-release-mv {


  background: url("/img/bgsh3.jpg") no-repeat center top;


  padding-top: 70px;


  background-size: contain; }


  .amy-section.amy-section-new-release-mv .amy-movie-carousel-1 .amy-movie-list {


    margin: 0 -2.5px; }


    .amy-section.amy-section-new-release-mv .amy-movie-carousel-1 .amy-movie-list .amy-movie-item {


      padding: 0 2.5px; }


    .amy-section.amy-section-new-release-mv .amy-movie-carousel-1 .amy-movie-list .slick-arrow {


      top: 50%; }


      .amy-section.amy-section-new-release-mv .amy-movie-carousel-1 .amy-movie-list .slick-arrow.slick-prev {


        left: 2.5px; }


      .amy-section.amy-section-new-release-mv .amy-movie-carousel-1 .amy-movie-list .slick-arrow.slick-next {


        right: 0px; }





.amy-movie-carousel-1 .amy-movie-list {


  position: relative;


  margin: 0 -10px; }


  .amy-movie-carousel-1 .amy-movie-list .amy-movie-items {


    position: relative;


    transition: all 0.2s linear; }


    .amy-movie-carousel-1 .amy-movie-list .amy-movie-items:before {


      display: inline-block;


      font-family: FontAwesome;


      font-size: 14px;


      line-height: 1;


      text-rendering: auto;


      -webkit-font-smoothing: antialiased;


      -moz-osx-font-smoothing: grayscale;


      content: "ï„";


      font-size: 26px;


      margin: auto;


      text-align: center;


      position: absolute;


      left: 0;


      right: 0;


      top: 25%;


      -webkit-animation: fa-spin 2s infinite linear;


      animation: fa-spin 2s infinite linear; }


    .amy-movie-carousel-1 .amy-movie-list .amy-movie-items.slick-initialized {


      background: none;


      transition: all 0.2s linear; }


      .amy-movie-carousel-1 .amy-movie-list .amy-movie-items.slick-initialized:before {


        content: none; }


      .amy-movie-carousel-1 .amy-movie-list .amy-movie-items.slick-initialized .amy-movie-item {


        display: inline-block;


        visibility: visible; }


  .amy-movie-carousel-1 .amy-movie-list .amy-movie-item {


    display: none;


    padding: 0 10px; }


    .amy-movie-carousel-1 .amy-movie-list .amy-movie-item:first-child {


      display: inline-block;


      visibility: hidden; }


    .amy-movie-carousel-1 .amy-movie-list .amy-movie-item .amy-movie-item-front {


      position: relative;


      display: inline-block; }


      .amy-movie-carousel-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-field-title {


        font-size: 18px;


        margin-bottom: 3px; }


      .amy-movie-carousel-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-item-poster {


        position: relative; }


        .amy-movie-carousel-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-item-poster img {


          width: 100%; }


        .amy-movie-carousel-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-item-poster .amy-movie-field-mpaa {


          position: absolute;


          top: 10px;


          left: 10px; }


        .amy-movie-carousel-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-item-poster .amy-movie-field-imdb {


          position: absolute;


          bottom: 10px;


          right: 10px; }


      .amy-movie-carousel-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-item-content .amy-movie-field-title {


        margin-top: 10px; }


  .amy-movie-carousel-1 .amy-movie-list .amy-movie-item-back {


    display: none; }


  .amy-movie-carousel-1 .amy-movie-list .slick-dots li button:before {


    font-size: 16px; }


.amy-movie-carousel-1 .slick-arrow {


  background: #fff;


  opacity: 0.65;


  border: none;


  color: #202020;


  border-radius: 0;


  width: 35px;


  height: 60px;


  line-height: 72px;


  top: calc(50% - 20px);


  transition: all 0.2s linear; }


  .amy-movie-carousel-1 .slick-arrow:hover, .amy-movie-carousel-1 .slick-arrow:active, .amy-movie-carousel-1 .slick-arrow:focus {


    opacity: 1; }


  .amy-movie-carousel-1 .slick-arrow:before {


    color: #202020; }


  .amy-movie-carousel-1 .slick-arrow.slick-prev {


    left: 10px;


    z-index: 1;


    border-top-right-radius: 40px;


    border-bottom-right-radius: 40px; }


    .amy-movie-carousel-1 .slick-arrow.slick-prev:before {


      margin-right: 8px; }


  .amy-movie-carousel-1 .slick-arrow.slick-next {


    right: 8px;


    z-index: 1;


    border-top-left-radius: 40px;


    border-bottom-left-radius: 40px; }


    .amy-movie-carousel-1 .slick-arrow.slick-next:before {


      margin-left: 8px; }





.amy-movie-carousel-2 .amy-movie-list {


  position: relative;


  margin: 0 -10px; }


  .amy-movie-carousel-2 .amy-movie-list .amy-movie-items {


    position: relative;


    transition: all 0.2s linear; }


    .amy-movie-carousel-2 .amy-movie-list .amy-movie-items:before {


      display: inline-block;


      font-family: FontAwesome;


      font-size: 14px;


      line-height: 1;


      text-rendering: auto;


      -webkit-font-smoothing: antialiased;


      -moz-osx-font-smoothing: grayscale;


      content: "ï„";


      font-size: 26px;


      margin: auto;


      text-align: center;


      position: absolute;


      left: 0;


      right: 0;


      top: 25%;


      -webkit-animation: fa-spin 2s infinite linear;


      animation: fa-spin 2s infinite linear; }


    .amy-movie-carousel-2 .amy-movie-list .amy-movie-items.slick-initialized {


      background: none;


      transition: all 0.2s linear; }


      .amy-movie-carousel-2 .amy-movie-list .amy-movie-items.slick-initialized:before {


        content: none; }


      .amy-movie-carousel-2 .amy-movie-list .amy-movie-items.slick-initialized .amy-movie-item {


        display: inline-block;


        visibility: visible; }


    .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item {


      padding: 0 2px;


      display: none; }


      .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item:first-child {


        display: inline-block;


        visibility: hidden; }


      .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner {


        padding: 40px 0;


        position: relative;


        transition: all 0.2s linear; }


        .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-poster {


          width: 204px;


          height: 306px;


          transition: all 0.2s linear;


          background-color: rgba(0, 0, 0, 0.3);


          position: relative;


          display: inline-block; }


          .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-poster img {


            width: 100%;


            height: auto;


            border-bottom: 3px solid #fe7900; }


        .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back {


          width: 456px;


          position: absolute;


          top: 0;


          left: 0;


          opacity: 0;


          transition: all 0.2s linear;


          background-color: #e6e7e9;


          overflow: hidden; }


          @media (max-width: 768px) {


            .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back {


              display: none; } }


          .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner {


            min-height: 394px; }


            .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


              padding-top: 20px; }


              .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title a {


                color: #202020;


                font-size: 25px; }


              .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title:hover, .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title:active, .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title:focus {


                color: #fe7900; }


            .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button {


              border-top: 1px solid #dbdbdb; }


            .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group label.amy-movie-custom-field-label {


              color: #202020; }


            .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group .amy-movie-custom-field-content {


              color: #666666; }


              .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group .amy-movie-custom-field-content a {


                color: #666666; }


                .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group .amy-movie-custom-field-content a:hover, .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group .amy-movie-custom-field-content a:active, .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group .amy-movie-custom-field-content a:focus {


                  color: #fe7900; }


    .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .slick-center.amy-movie-item .amy-movie-item-inner {


      padding: 0;


      position: relative;


      width: 714px;


      transition: all 0.2s linear; }


      .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .slick-center.amy-movie-item .amy-movie-item-inner .amy-movie-item-poster {


        width: 258px;


        height: auto;


        background-color: rgba(0, 0, 0, 0.3);


        transition: all 0.2s linear; }


        .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .slick-center.amy-movie-item .amy-movie-item-inner .amy-movie-item-poster a:after {


          background-color: #fe7900; }


        .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .slick-center.amy-movie-item .amy-movie-item-inner .amy-movie-item-poster a:before {


          display: inline-block;


          font-family: FontAwesome;


          font-size: 14px;


          line-height: 1;


          text-rendering: auto;


          -webkit-font-smoothing: antialiased;


          -moz-osx-font-smoothing: grayscale;


          content: "\f04b";


          border: 2px solid #fff;


          background-color: transparent;


          color: #fff;


          font-size: 22px;


          text-indent: 5px;


          height: 60px;


          left: 50%;


          line-height: 60px;


          position: absolute;


          text-align: center;


          top: 50%;


          width: 60px;


          z-index: 2;


          opacity: 0.2;


          transform: translate(-50%, -50%);


          -webkit-transform: translate(-50%, -50%);


          border-radius: 50%;


          -webkit-border-radius: 50%;


          transition: all 0.2s linear; }


        .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .slick-center.amy-movie-item .amy-movie-item-inner .amy-movie-item-poster a:hover:before {


          opacity: 0.45;


          background-color: #fff;


          color: #fe7900; }


      .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .slick-center.amy-movie-item .amy-movie-item-inner .amy-movie-item-back {


        left: 258px;


        opacity: 1;


        transition: all 0.2s linear; }


      .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .slick-center.amy-movie-item .amy-movie-item-inner .slick-arrows {


        display: block; }


  .amy-movie-carousel-2 .amy-movie-list .slick-arrows {


    display: none; }


  .amy-movie-carousel-2 .amy-movie-list .slick-arrow {


    z-index: 9999; }


    .amy-movie-carousel-2 .amy-movie-list .slick-arrow:hover, .amy-movie-carousel-2 .amy-movie-list .slick-arrow:active, .amy-movie-carousel-2 .amy-movie-list .slick-arrow:focus {


      opacity: 1; }


      .amy-movie-carousel-2 .amy-movie-list .slick-arrow:hover:before, .amy-movie-carousel-2 .amy-movie-list .slick-arrow:active:before, .amy-movie-carousel-2 .amy-movie-list .slick-arrow:focus:before {


        color: #202020 !important; }


    .amy-movie-carousel-2 .amy-movie-list .slick-arrow.slick-prev {


      left: -35px;


      width: 0;


      height: 0;


      border-radius: 0;


      border: none;


      border-top: 35px solid transparent;


      border-bottom: 35px solid transparent;


      border-right: 35px solid #fe7900; }


      .amy-movie-carousel-2 .amy-movie-list .slick-arrow.slick-prev:before {


        position: absolute;


        top: -13px;


        right: -26px;


        color: #fff;


        opacity: 1; }


    .amy-movie-carousel-2 .amy-movie-list .slick-arrow.slick-next {


      right: -35px;


      border-radius: 0;


      width: 0;


      height: 0;


      border: none;


      border-top: 35px solid transparent;


      border-bottom: 35px solid transparent;


      border-left: 35px solid #fe7900; }


      .amy-movie-carousel-2 .amy-movie-list .slick-arrow.slick-next:before {


        position: absolute;


        top: -13px;


        left: -26px;


        color: #fff;


        opacity: 1; }





@media (max-width: 768px) {


  .amy-movie-carousel-2 .amy-movie-list .amy-movie-items .slick-center.amy-movie-item .amy-movie-item-inner {


    padding: 0;


    width: 100%; } }


.amy-movie-carousel-3d .amy-movie-items {


  position: relative;


  width: 100%;


  max-width: 720px;


  height: 400px;


  clear: both;


  overflow: hidden;


  margin: 0 auto; }


  .amy-movie-carousel-3d .amy-movie-items .amy-movie-item {


    display: none;


    cursor: pointer; }


    .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-poster {


      display: block;


      cursor: pointer;


      position: relative;


      width:214px; }


      .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-poster .reflect {


        position: relative; }


        .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-poster .reflect:after {


          content: "";


          position: absolute;


          left: 0;


          bottom: 0;


          right: 0;


          top: 0;


          z-index: 0;


          background-color: rgba(0, 0, 0, 0);


          -webkit-transition: all 0.2s linear;


          transition: all 0.2s linear; }


    .amy-movie-carousel-3d .amy-movie-items .amy-movie-item:hover .reflect:after {


      background-color: rgba(0, 0, 0, 0.2); }


    .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-button {


      position: absolute;


      left: 0;


      right: 0;


      top: 35%;


      margin: 0 auto;


      text-align: center;


      opacity: 0;


      z-index: -1;


      transition: all 0.2s linear; }


      .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-button a {


        display: inline-block;


        width: 40px;


        height: 40px;


        margin: 0 5px;


        text-align: center;


        line-height: 40px;


        border-radius: 50%;


        background-color: #fe7900;


        color: #202020;


        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);


        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);


        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);


        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }


        .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-button a:hover, .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-button a:active, .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-button a:focus {


          background-color: #fff;


          color: #202020; }


        .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-button a .fa-play {


          margin-left: 4px; }


        .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-button a:focus {


          outline: none; }


    .amy-movie-carousel-3d .amy-movie-items .amy-movie-item.carousel-center .amy-movie-item-poster:hover .amy-movie-item-button {


      opacity: 1;


      z-index: 1; }





@media (max-width: 480px) {


  .amy-movie-carousel-3d .amy-movie-items .amy-movie-item {


    display: block; }


    .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-poster {


      margin: 0 auto; }


      .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-poster canvas {


        display: none !important; }


    .amy-movie-carousel-3d .amy-movie-items .amy-movie-item .amy-movie-item-button {


      opacity: 1;


      z-index: 1; }


  .amy-movie-carousel-3d .amy-movie-items .amy-arrow {


    color: #fff; } }


.amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item {


  margin-bottom: 30px;


  padding-bottom: 25px;


  border-bottom: 1px dotted #d4d4d4; }


  .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item:before, .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item:after {


    content: " ";


    display: table; }


  .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item:after {


    clear: both; }


  .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item:last-child {


    border-bottom: none;


    padding-bottom: 0; }


  .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front {


    width: 264px; }


    .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front img {


      max-width: 100%;


      height: auto; }


  .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content {


    padding: 0px 0 5px 30px; }


    @media (max-width: 480px) {


      .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content {


        padding: 10px 0; } }


    .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


      font-size: 25px;


      padding-right: 0; }


    .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-imdb {


      right: 0;


      top: 10px; }


      @media (max-width: 660px) {


        .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-imdb {


          display: none; } }


  .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-showtimes {


    padding: 5px 0 5px 30px;


    height: 100%;


    overflow: hidden; }


    @media (max-width: 480px) {


      .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-showtimes {


        padding: 10px 0; } }


.amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group {


  margin-top: 30px;


  overflow: hidden; }


  .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group:first-child {


    margin-top: 15px; }


  .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-intro-cinema {


    font-size: 18px;


    font-weight: 700;


    text-transform: capitalize;


    margin: 0 0 10px 0; }


  .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times {


    display: -webkit-box;


    display: -ms-flexbox;


    display: flex;


    -ms-flex-wrap: wrap;


    flex-wrap: wrap;


    border-top: 2px solid #fe7900;


    font-family: "Roboto Condensed", sans-serif; }


    @media (max-width: 992px) {


      .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times {


        display: block;


        border-top: none; } }


    .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell {


      font-size: 15px;


      -ms-flex-preferred-size: 0;


      flex-basis: 0;


      -webkit-box-flex: 1;


      -ms-flex-positive: 1;


      flex-grow: 1;


      max-width: 100%;


      text-align: center;


      word-wrap: break-word;


      box-sizing: border-box;


      margin: 0 2px; }


      @media (max-width: 992px) {


        .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell {


          display: block; } }


      .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell:first-child {


        margin-left: 0; }


      .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell:last-child {


        margin-right: 0; }


      .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell.current-date {


        color: #202020; }


        .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell.current-date .amy-cell-inner .amy-head {


          background: #fe7900; }


        .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell.current-date .amy-cell-inner .amy-intro-times div {


          background: #fe7900;


          cursor: pointer; }


      .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .amy-head {


        padding: 4px 0;


        margin-bottom: 6px;


        background: #e5e5e5; }


        .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .amy-head div {


          line-height: 22px; }


      .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .amy-intro-times {


        margin-bottom: 2px; }


        .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .amy-intro-times div {


          margin-bottom: 2px;


          padding: 3px 0;


          background: #e5e5e5;


          transition: all 0.2s linear;


          cursor: pointer;


          display: inline-block;


          width: 100%; }


          @media (max-width: 992px) {


            .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .amy-intro-times div {


              width: auto; } }


          .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .amy-intro-times div:hover, .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .amy-intro-times div:active, .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .amy-intro-times div:focus {


            background: #fe7900; }


      .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .button {


        margin-top: 3px;


        padding: 7px 0;


        font-size: 14px;


        color: #fff;


        background: #fe7900;


        transition: none;


        width: 100%;


        display: block;


        text-transform: capitalize; }


        .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .button:hover, .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .button:active, .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .button:focus {


          color: #fff;


          background: -webkit-linear-gradient(left, #bb511e, #f1bc00);


          background: -o-linear-gradient(right, #bb511e, #f1bc00);


          background: -moz-linear-gradient(right, #bb511e, #f1bc00);


          background: linear-gradient(to right, #bb511e, #f1bc00); }





.amy-movie-showtimews-2 .amy-movie-showtimews-wrapper {


  width: 100%;


  display: table; }


  .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row {


    display: table-row;


    background: #f4f3f1; }


    .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.row-1 {


      background: #eeeeee; }


    .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header {


      background: #eeeeee; }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell {


        padding: 25px 2px;


        border-right: 1px dotted #d4d4d4;


        border-bottom: 1px dotted #d4d4d4;


        vertical-align: middle; }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell .showtimes-day {


          display: block; }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell:first-child {


          border-right: none; }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell:last-child {


          border-right: none; }


        @media (max-width: 660px) {


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell {


            display: none; } }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell.showtimes-title-cell {


          padding-left: 0;


          width: 490px; }


          @media (max-width: 900px) {


            .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell.showtimes-title-cell {


              width: 174px; } }


          @media (max-width: 700px) {


            .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell.showtimes-title-cell {


              width: 120px; } }


          @media (max-width: 660px) {


            .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell.showtimes-title-cell {


              display: block;


              width: 100%;


              padding-left: 15px;


              padding-right: 15px; } }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell.w120 {


          width: 120px; }


          @media (max-width: 1600px) {


            .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell.w120 {


              width: 30px; } }


          @media (max-width: 900px) {


            .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-movie-showtimews-cell.w120 {


              width: 15px; } }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .showtimes-title {


        font-size: 25px;


        margin: 0;


        font-weight: bold;


        text-transform: capitalize;


        display: inline-block;


        line-height: 1; }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .showtimes-day {


        font-size: 16px;


        font-family: "Roboto Condensed", sans-serif;


        font-weight: bold;


        color: #202020;


        line-height: 1; }


        @media (max-width: 1120px) {


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .showtimes-day {


            font-size: 15px !important; } }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-navigation-movie {


        display: inline-block; }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-navigation-movie a {


          display: inline-block;


          width: 38px;


          height: 38px;


          border-radius: 50%;


          border: 2px solid #e1e1e1;


          margin: 0 3px;


          text-align: center;


          line-height: 36px;


          color: #c2c2c2; }


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-navigation-movie a:hover, .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-navigation-movie a:active, .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header .amy-navigation-movie a:focus {


            color: #fe7900;


            border-color: #fe7900; }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header h5 {


        font-size: 16px;


        text-transform: uppercase;


        font-weight: bold;


        margin: 0 0 3px 0; }


        @media (max-width: 1120px) {


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row.header h5 {


            font-size: 15px !important;


            text-transform: capitalize; } }


    .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell {


      padding: 30px 1px;


      text-align: center;


      display: table-cell;


      vertical-align: top;


      border-right: 1px dotted #d4d4d4;


      border-bottom: 1px dotted #d4d4d4; }


      @media (max-width: 900px) {


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell {


          padding: 15px 1px; } }


      @media (max-width: 660px) {


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell {


          display: block;


          padding: 15px; } }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell:first-child {


        border-right: none; }


        @media (max-width: 660px) {


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell:first-child {


            display: none; } }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell:last-child {


        border-right: none; }


        @media (max-width: 660px) {


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell:last-child {


            display: none; } }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .intro-date-time {


        display: none; }


        @media (max-width: 660px) {


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .intro-date-time {


            display: block; } }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .showtimes-header-inner {


        display: flex;


        align-items: center; }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .showtimes-day {


        display: none;


        font-size: 16px;


        font-family: "Roboto Condensed", sans-serif;


        font-weight: bold;


        color: #202020; }


        @media (max-width: 900px) {


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .showtimes-day {


            display: block; } }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item {


        text-align: left; }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-front {


          max-width: 174px;


          float: left; }


          @media (max-width: 360px) {


            .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-front {


              max-width: 120px; } }


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-front .amy-movie-item-poster {


            position: relative; }


            @media (max-width: 700px) {


              .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-front .amy-movie-item-poster {


                width: 120px; } }


            @media (max-width: 660px) {


              .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-front .amy-movie-item-poster {


                width: 100%; } }


            .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-front .amy-movie-item-poster .amy-movie-field-imdb {


              display: inline-block;


              width: 40px;


              height: 40px;


              border-radius: 50%;


              background: #fe7900;


              color: #fff;


              text-align: center;


              line-height: 40px;


              position: absolute;


              bottom: 8px;


              right: 8px; }


        @media (max-width: 900px) {


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back {


            display: none; } }


        @media (max-width: 660px) {


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back {


            display: block; } }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-item-content {


          padding-top: 0; }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-field-title {


          padding: 0;


          font-size: 22px; }


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-field-title a {


            color: #202020; }


            .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-field-title a:hover, .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-field-title a:active, .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-field-title a:focus {


              color: #fe7900; }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-custom-field-group .amy-movie-custom-field-content {


          color: #202020; }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-custom-field-group a {


          color: #202020; }


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-custom-field-group a:hover, .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-custom-field-group a:active, .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-custom-field-group a:focus {


            color: #fe7900; }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .button {


        margin: 0;


        font-size: 13px;


        color: #fff;


        padding: 10px 7px 9px 7px;


        display: inline-block;


        -webkit-transition: none;


        transition: none;


        text-transform: capitalize;


        background: #fe7900; }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .button:hover, .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .button:active, .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .button:focus {


          color: #fff; }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-intro-times {


        display: block;


        margin-bottom: 10px; }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-intro-times span {


          display: inline-block;


          font-size: 15px;


          background: #e1e1e1;


          padding: 9px 18px 7px 18px;


          line-height: 1;


          cursor: pointer;


          font-family: "Roboto Condensed", sans-serif;


          transition: all 0.2s linear; }


          .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-intro-times span:hover, .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-intro-times span:active, .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-intro-times span:focus {


            background: #fe7900; }





.amy-movie-showtimews-daily-1 .amy-showtimes-header {


  background: #eeeeee;


  margin-bottom: 45px; }


  @media (max-width: 992px) {


    .amy-movie-showtimews-daily-1 .amy-showtimes-header {


      margin-bottom: 15px; } }


  .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner {


    max-width: 1170px;


    padding: 0 15px;


    margin: auto;


    text-align: center; }


    .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul {


      list-style: none;


      padding: 0;


      margin: 0; }


      .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li {


        display: inline-block;


        padding: 30px 0; }


        .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li.active a span {


          color: #fe7900; }


        .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li:first-child a {


          border-left: 1px dotted #d4d4d4; }


        .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li a {


          display: inline-block;


          border-right: 1px dotted #d4d4d4;


          padding: 0 20px;


          min-width: 150px; }


          @media (max-width: 1100px) {


            .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li a {


              min-width: 1px; } }


          .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li a span {


            display: block;


            font-size: 15px;


            font-family: "Roboto Condensed", sans-serif;


            color: #202020;


            font-weight: bold;


            line-height: 18px;


            transition: all 0.2s linear; }


          .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li a:hover, .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li a:active, .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li a:focus {


            outline: none;


            text-decoration: none;


            color: #fe7900; }


            .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li a:hover span, .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li a:active span, .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li a:focus span {


              opacity: 0.8; }


.amy-movie-showtimews-daily-1 .amy-movie-list {


  max-width: 1170px;


  margin: auto;


  padding: 0 15px; }


  .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item {


    border-bottom: 1px dotted #d4d4d4;


    padding-bottom: 30px;


    margin-bottom: 30px; }


    .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item:before, .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item:after {


      content: " ";


      display: table; }


    .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item:after {


      clear: both; }


    .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item:last-child {


      border-bottom: none;


      padding-bottom: 0; }


    .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front {


      width: 214px;


      max-height: 321px;


      overflow: hidden; }


    .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content {


      padding: 5px 0 5px 30px; }


      @media (max-width: 480px) {


        .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content {


          padding: 5px 0; } }


      .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-imdb {


        right: 0;


        top: 15px; }


        @media (max-width: 640px) {


          .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-imdb {


            display: none; } }


      .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


        font-size: 25px;


        padding-right: 0; }


.amy-movie-showtimews-daily-1 .amy-movie-item-showtimes {


  padding: 21px 0 0px 0;


  margin-top: 15px;


  margin-left: 30px;


  border-top: 1px dotted #d4d4d4;


  position: relative; }


  .amy-movie-showtimews-daily-1 .amy-movie-item-showtimes .amy-movie-intro-times span {


    display: inline-block;


    padding: 9px 20px 7px 20px;


    background: #e1e1e1;


    font-family: "Roboto Condensed", sans-serif;


    margin-right: 6px;


    margin-bottom: 6px;


    font-size: 15px;


    line-height: 1;


    float: left;


    transition: all 0.2s linear;


    cursor: pointer; }


    .amy-movie-showtimews-daily-1 .amy-movie-item-showtimes .amy-movie-intro-times span:hover, .amy-movie-showtimews-daily-1 .amy-movie-item-showtimes .amy-movie-intro-times span:active, .amy-movie-showtimews-daily-1 .amy-movie-item-showtimes .amy-movie-intro-times span:focus {


      background: #fe7900; }


  .amy-movie-showtimews-daily-1 .amy-movie-item-showtimes .amy-movie-intro-times .button {


    padding: 6px 8px;


    text-transform: capitalize;


    margin: 0;


    color: #fff;


    background: #fe7900;


    transition: none;


    display: inline-block; }


    .amy-movie-showtimews-daily-1 .amy-movie-item-showtimes .amy-movie-intro-times .button:hover, .amy-movie-showtimews-daily-1 .amy-movie-item-showtimes .amy-movie-intro-times .button:active, .amy-movie-showtimews-daily-1 .amy-movie-item-showtimes .amy-movie-intro-times .button:focus {


      color: #fff;


      background: -webkit-linear-gradient(left, #bb511e, #f1bc00);


      background: -o-linear-gradient(right, #bb511e, #f1bc00);


      background: -moz-linear-gradient(right, #bb511e, #f1bc00);


      background: linear-gradient(to right, #bb511e, #f1bc00); }


.amy-movie-showtimews-daily-1.amy-ajax-showtime-loading .amy-movie-list {


  position: relative;


  max-height: 400px;


  overflow: hidden; }


  .amy-movie-showtimews-daily-1.amy-ajax-showtime-loading .amy-movie-list:before {


    content: "";


    width: 100%;


    height: 100%;


    display: block;


    position: absolute;


    text-align: center;


    background-color: #f4f3f1;


    z-index: 2;


    top: 0;


    left: 0; }


  .amy-movie-showtimews-daily-1.amy-ajax-showtime-loading .amy-movie-list:after {


    display: inline-block;


    font-family: FontAwesome;


    font-size: 14px;


    line-height: 1;


    text-rendering: auto;


    -webkit-font-smoothing: antialiased;


    -moz-osx-font-smoothing: grayscale;


    content: "ï„";


    position: absolute;


    font-size: 20px;


    z-index: 99;


    top: 100px;


    left: 0;


    right: 0;


    width: 20px;


    height: 20px;


    margin: 0 auto;


    -webkit-animation: fa-spin 2s infinite linear;


    animation: fa-spin 2s infinite linear; }





.amy-movie-showtimews-daily-2 .amy-movie-list {


  margin: auto; }


.amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front {


  width: 196px;


  max-height: 294px;


  overflow: hidden; }


  .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front img {


    width: 100%;


    height: 100%; }


.amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner {


  min-height: 294px;


  padding-left: 30px; }


  .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-content {


    padding-left: 0 !important;


    margin-left: 0; }


    .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


      font-size: 25px;


      padding-right: 0; }


    .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-imdb {


      top: 5px;


      right: 0; }


  .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button {


    padding-left: 0 !important;


    margin-left: 0 !important; }


.amy-movie-showtimews-daily-2 .amy-movie-item-time-list {


  text-align: left; }


  .amy-movie-showtimews-daily-2 .amy-movie-item-time-list .intro-time {


    font-family: "Roboto Condensed", sans-serif;


    font-size: 15px;


    display: inline-block;


    line-height: 1;


    padding: 6px 4px;


    margin: 0 1px 6px 0; }


  .amy-movie-showtimews-daily-2 .amy-movie-item-time-list a.button {


    padding: 10px 20px;


    color: #fff;


    margin-top: 10px;


    margin-bottom: 0;


    text-transform: capitalize;


    background: #fe7900;


    transition: none;


    display: block;


    width: 110px; }


    .amy-movie-showtimews-daily-2 .amy-movie-item-time-list a.button:hover, .amy-movie-showtimews-daily-2 .amy-movie-item-time-list a.button:active, .amy-movie-showtimews-daily-2 .amy-movie-item-time-list a.button:focus {


      color: #fff;


      background: -webkit-linear-gradient(left, #bb511e, #f1bc00);


      background: -o-linear-gradient(right, #bb511e, #f1bc00);


      background: -moz-linear-gradient(right, #bb511e, #f1bc00);


      background: linear-gradient(to right, #bb511e, #f1bc00); }


.amy-movie-showtimews-daily-2 .amy-movie-item-showtimes {


  position: relative; }


  .amy-movie-showtimews-daily-2 .amy-movie-item-showtimes:before {


    content: "";


    display: block;


    width: 10px;


    height: 100%;


    background: url("/img/dot-white.png") repeat-y top center;


    position: absolute;


    top: 0;


    left: 15px; }


  .amy-movie-showtimews-daily-2 .amy-movie-item-showtimes:after {


    content: "";


    display: block;


    width: 10px;


    height: 100%;


    background: url("/img/dot-white.png") repeat-y top center;


    position: absolute;


    top: 0;


    right: 15px; }


.amy-movie-showtimews-daily-2 .amy-movie-item-showtimes.amy-ajax-showtime-loading .amy-movie-item-time-list {


  position: relative; }


  .amy-movie-showtimews-daily-2 .amy-movie-item-showtimes.amy-ajax-showtime-loading .amy-movie-item-time-list:before {


    content: "";


    width: 100%;


    height: 100%;


    display: block;


    position: absolute;


    text-align: center;


    background-color: #e5e5e5;


    z-index: 2;


    top: 0;


    left: 0; }


  .amy-movie-showtimews-daily-2 .amy-movie-item-showtimes.amy-ajax-showtime-loading .amy-movie-item-time-list:after {


    display: inline-block;


    font-family: FontAwesome;


    font-size: 14px;


    line-height: 1;


    text-rendering: auto;


    -webkit-font-smoothing: antialiased;


    -moz-osx-font-smoothing: grayscale;


    content: "ï„";


    position: absolute;


    font-size: 20px;


    z-index: 99;


    top: 10px;


    left: 0;


    right: 0;


    width: 20px;


    height: 20px;


    margin: 0 auto;


    -webkit-animation: fa-spin 2s infinite linear;


    animation: fa-spin 2s infinite linear; }


.amy-movie-showtimews-daily-2 .amy-movie-item-showtimes .amy-movie-item-showtimes-inner {


  background: #e5e5e5;


  padding: 20px 25px;


  margin: 0 17px;


  min-height: 294px; }


  @media (max-width: 1124px) {


    .amy-movie-showtimews-daily-2 .amy-movie-item-showtimes .amy-movie-item-showtimes-inner {


      padding: 10px 15px 20px 15px; } }


  .amy-movie-showtimews-daily-2 .amy-movie-item-showtimes .amy-movie-item-showtimes-inner .showtimes-title {


    margin-top: 10px;


    margin-bottom: 5px;


    font-size: 15px;


    text-transform: uppercase;


    font-family: "Roboto Condensed", sans-serif;


    color: #202020;


    font-weight: bold; }


  .amy-movie-showtimews-daily-2 .amy-movie-item-showtimes .amy-movie-item-showtimes-inner select {


    border: 2px solid #e1e1e1;


    margin: 0 0 15px 0;


    padding: 2px 10px; }





@media (max-width: 992px) {


  .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front {


    width: 130px;


    margin-right: 15px; }


  .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner {


    display: block;


    padding-left: 0px; }


    .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content {


      padding: 0px 0 5px 0;


      min-height: 195px; }


      .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


        font-size: 20px; }


      .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-custom-field-group {


        display: none; }


    .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-showtimes {


      padding: 0px 0 5px 0; }


  .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell {


    border-bottom: 1px dotted #d4d4d4;


    padding-bottom: 4px;


    margin-bottom: 8px; }


    .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell:before, .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell:after {


      content: " ";


      display: table; }


    .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell:after {


      clear: both; }


    .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell:last-child {


      border-bottom: none; }


    .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner:before, .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner:after {


      content: " ";


      display: table; }


    .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner:after {


      clear: both; }


    .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .inner-content {


      margin: 0 -4px; }


    .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .amy-head {


      width: 20%;


      float: left;


      margin-right: 0;


      padding: 5px 4px; }


    .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .amy-intro-times {


      width: 80%;


      float: left;


      text-align: left;


      padding: 0 4px; }


      .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .amy-intro-times div {


        display: inline-block;


        padding-left: 20px;


        padding-right: 20px;


        float: left;


        margin-right: 4px;


        margin-bottom: 4px; }


    .amy-movie-showtimews-1 .amy-movie-item-showtimes .showtimes-cinema-group .amy-movie-times .amy-cell .amy-cell-inner .button {


      display: inline-block;


      width: auto;


      padding-left: 20px;


      padding-right: 20px;


      float: left; }





  .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-front {


    width: 130px; }


  .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-field-title {


    font-size: 20px; }


  .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-item-content {


    padding: 0px 15px 0px 15px; }





  .amy-section.wpb_row.amy-no-padding {


    padding-bottom: 10px !important; }





  .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item {


    padding-bottom: 20px;


    margin-bottom: 20px; }


    .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item:last-child {


      margin-bottom: 0; }


    .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front {


      width: 130px;


      margin-right: 15px; }


    .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner {


      display: block; }


      .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content {


        padding: 5px 0 5px 15px;


        min-height: 195px; }


        .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


          font-size: 20px; }


      .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-showtimes {


        margin-left: 0;


        margin-top: 0;


        padding-top: 10px; }


  .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul {


    padding: 20px 0; }


    .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li {


      padding: 0; }


      .amy-movie-showtimews-daily-1 .amy-showtimes-header .amy-showtimes-header-inner ul li a {


        padding: 2px 10px;


        margin-bottom: 5px; }





  .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-inner {


    width: 100%; }


  .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front {


    width: 130px;


    margin-right: 15px; }


  .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner {


    padding-left: 0;


    display: block; }


    .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-imdb {


      display: none; }


    .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


      font-size: 20px !important; }


    .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back-inner .amy-movie-item-button {


      border-bottom: none; }


  .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-showtimes {


    width: 100%; }


    .amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-showtimes .amy-movie-item-showtimes-inner {


      min-height: 140px; } }


@media (max-width: 660px) {


  .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row {


    margin-bottom: 15px;


    display: block; }


    .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell {


      text-align: left;


      display: block; }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell:before, .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell:after {


        content: " ";


        display: table; }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell:after {


        clear: both; }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .intro-date-time {


        float: left;


        width: 100px;


        font-family: "Roboto Condensed", sans-serif;


        color: #202020;


        font-weight: bold;


        font-size: 15px; }


      .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-intro-list {


        padding-left: 100px; }


        .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-intro-list .amy-movie-intro-times {


          display: inline-block;


          float: left;


          margin: 0 2px 2px 0; } }


@media (max-width: 480px) {


  .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item {


    margin-bottom: 20px;


    padding-bottom: 2px; }


    .amy-movie-showtimews-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-desc {


      display: block; }





  .amy-movie-showtimews-2 .amy-movie-showtimews-wrapper .amy-movie-showtimews-row .amy-movie-showtimews-cell .amy-movie-item .amy-movie-item-back .amy-movie-custom-field-group {


    display: none; }





  .amy-movie-showtimews-daily-1 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-desc {


    display: block; }





  .amy-movie-layout-list.amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-custom-field-group {


    display: none; }


  .amy-movie-layout-list.amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-field-desc {


    display: block !important; }


  .amy-movie-layout-list.amy-movie-showtimews-daily-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button {


    border: none !important;


    display: none; } }


.amy-heading {


  margin-bottom: 25px; }


  .amy-heading.margin-bottom-15 {


    margin-bottom: 10px; }


  .amy-heading.mb15 {


    margin-bottom: 15px; }


  .amy-heading .seperator {


    display: none; }


  .amy-heading .entry-header .title-heading {


    font-size: 35px;


    font-weight: 700;


    color: #202020;


    margin: 0;


    position: relative;


    display: inline-block; }


    .amy-heading .entry-header .title-heading .title-highlight {


      color: #fe7900; }


  .amy-heading.has-seperator .entry-header {


    display: -webkit-box;


    display: -moz-box;


    display: -ms-flexbox;


    display: -webkit-flex;


    display: flex;


    flex-flow: row wrap;


    -webkit-flex-flow: row wrap; }


    .amy-heading.has-seperator .entry-header .seperator {


      display: inline-block;


      flex: 1 0;


      background: url("/img/seperator-bg.png") repeat-x center;


      position: relative; }


    .amy-heading.has-seperator .entry-header .title-heading {


      flex: 0 auto;


      padding: 0 20px; }


  .amy-heading.has-seperator.seperator-2.text-left.seperator-left-full .entry-header:before {


    background: url("/img/seperator-bg-2.png") repeat-x center !important; }


  .amy-heading.has-seperator.seperator-2 .entry-header .seperator {


    background: url("/img/seperator-bg-2.png") repeat-x center; }


    .amy-heading.has-seperator.seperator-2 .entry-header .seperator:before {


      background: url("/img/seperator-bg-2.png") repeat-x center !important; }


  .amy-heading.has-seperator.seperator-left-full .entry-header .seperator-left:before {


    content: "";


    width: 150%;


    height: 9px;


    position: absolute;


    top: 0;


    bottom: 0;


    right: 98%;


    margin: auto;


    background: url("/img/seperator-bg.png") repeat-x center; }


  .amy-heading.has-seperator.seperator-right-full .entry-header .seperator-right:before {


    content: "";


    width: 150%;


    height: 9px;


    position: absolute;


    top: 0;


    bottom: 0;


    left: 100%;


    margin: auto;


    background: url("/img/seperator-bg.png") repeat-x center; }


  .amy-heading.has-seperator.text-left .entry-header .title-heading {


    padding: 0 20px 0 0; }


  .amy-heading.has-seperator.text-left .entry-header .seperator-left {


    display: none; }


  .amy-heading.has-seperator.text-left.seperator-left-full .entry-header {


    position: relative; }


    .amy-heading.has-seperator.text-left.seperator-left-full .entry-header:before {


      content: "";


      width: 150%;


      height: 9px;


      position: absolute;


      top: 0;


      bottom: 0;


      right: 101%;


      margin: auto;


      background: url("/img/seperator-bg.png") repeat-x center; }





.video-js:hover .vjs-big-play-button, .video-js:active .vjs-big-play-button, .video-js:focus .vjs-big-play-button {


  background-color: rgba(255, 255, 255, 0.8); }


.video-js .vjs-big-play-button {


  width: 70px;


  height: 70px;


  border-radius: 50%;


  text-align: center;


  line-height: 70px;


  font-size: 40px;


  cursor: pointer;


  left: 0;


  right: 0;


  bottom: 0;


  top: calc(50% - 35px);


  margin: 0 auto;


  border: none;


  background-color: rgba(255, 255, 255, 0.45);


  color: #fe7900; }


  .video-js .vjs-big-play-button:hover, .video-js .vjs-big-play-button:active, .video-js .vjs-big-play-button:focus {


    background-color: rgba(255, 255, 255, 0.8); }





.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {


  visibility: visible;


  opacity: 1; }





.trailer-list-wrapper {


  background-repeat: no-repeat;


  background-position: center top;


  background-size: cover; }


  .trailer-list-wrapper:before, .trailer-list-wrapper:after {


    content: " ";


    display: table; }


  .trailer-list-wrapper:after {


    clear: both; }


  .trailer-list-wrapper .dark-edges-bg {


    background: radial-gradient(60% 100% at top, transparent, black);


    background: -webkit-radial-gradient(center, 50% 70%, transparent, black); }


  .trailer-list-wrapper .trailer-list-wrapper-inner {


    margin: 0 auto;


    max-width: 1170px; }


    .trailer-list-wrapper .trailer-list-wrapper-inner:before, .trailer-list-wrapper .trailer-list-wrapper-inner:after {


      content: " ";


      display: table; }


    .trailer-list-wrapper .trailer-list-wrapper-inner:after {


      clear: both; }


    @media (max-width: 992px) {


      .trailer-list-wrapper .trailer-list-wrapper-inner {


        display: flex;


        flex-direction: column-reverse; }


        .trailer-list-wrapper .trailer-list-wrapper-inner .playlist-trailer {


          padding: 0 0 50px 0; } }





.trailer-col-right .video-wrapper {


  padding: 50px 0;


  min-height: 422px; }


  @media (max-width: 992px) {


    .trailer-col-right .video-wrapper {


      min-height: 200px;


      padding: 50px 0 0px 0; } }





.video-holder-wrapper {


  min-height: 410px;


  position: relative; }


  @media (max-width: 980px) {


    .video-holder-wrapper {


      min-height: inherit; } }


  .video-holder-wrapper .video-holder {


    display: none;


    overflow: hidden; }


  .video-holder-wrapper .video-play {


    position: absolute;


    top: calc(50% - 65px);


    left: 100px; }


    @media (max-width: 980px) {


      .video-holder-wrapper .video-play {


        left: calc(50% - 200px); } }


    @media (max-width: 460px) {


      .video-holder-wrapper .video-play {


        left: calc(50% - 40px); } }


  .video-holder-wrapper .play-text {


    float: left;


    display: inline-block;


    padding: 15px 30px 40px;


    border-right: 2px solid #fe7900;


    margin-right: 30px; }


    @media (max-width: 460px) {


      .video-holder-wrapper .play-text {


        display: none; } }


    .video-holder-wrapper .play-text h3 {


      font-size: 30px;


      font-weight: bold;


      color: #fff;


      margin: 0;


      text-transform: uppercase; }


    .video-holder-wrapper .play-text h6 {


      font-size: 15px;


      font-family: "Roboto Condensed", sans-serif;


      font-weight: bold;


      margin: 0;


      text-transform: uppercase;


      color: #fff;


      text-align: right; }


  .video-holder-wrapper .play-button {


    display: inline-block;


    width: 80px;


    height: 80px;


    border-radius: 50%;


    background: #fff;


    text-align: center;


    line-height: 82px;


    font-size: 36px;


    color: #202020;


    cursor: pointer;


    transition: all 0.2s linear; }


    .video-holder-wrapper .play-button .fa {


      margin-left: 6px; }


    .video-holder-wrapper .play-button:hover, .video-holder-wrapper .play-button:active, .video-holder-wrapper .play-button:focus {


      background: #fe7900; }





.playlist-trailer {


  background: rgba(0, 0, 0, 0.45);


  height: 522px;


  padding: 50px 0;


  overflow: hidden; }


  .playlist-trailer .list-item {


    border-top: 1px dotted rgba(194, 194, 194, 0.15);


    cursor: pointer;


    display: flex;


    align-content: space-between;


    align-items: center;


    position: relative; }


    .playlist-trailer .list-item.selected {


      background: rgba(255, 255, 255, 0.1); }


    .playlist-trailer .list-item .item-thumb {


      width: 66px;


      height: 83px;


      overflow: hidden; }


      .playlist-trailer .list-item .item-thumb img {


        width: 100%;


        height: 100%; }


    .playlist-trailer .list-item .item-num {


      padding: 10px 15px;


      font-size: 16px;


      font-family: "Roboto Condensed", sans-serif;


      text-align: center;


      color: #fff; }


    .playlist-trailer .list-item .item-name .movie-title {


      font-size: 16px;


      font-weight: 700;


      color: #999999;


      margin: 0 0 2px 0;


      text-transform: capitalize; }


    .playlist-trailer .list-item .item-name .movie-actor {


      font-size: 13px; }


    .playlist-trailer .list-item .item-score {


      width: 36px;


      height: 36px;


      border-radius: 50%;


      background: #fe7900;


      color: #202020;


      font-family: "Roboto Condensed", sans-serif;


      font-size: 15px;


      text-align: center;


      line-height: 36px;


      font-weight: bold;


      position: absolute;


      right: 15px;


      top: calc(50% - 18px); }





.amy-community .community-title {


  font-size: 28px;


  text-transform: uppercase;


  font-weight: 700; }


.amy-community .community-wrapper {


  margin: 0 -5px;


  width: 100%;


  box-sizing: border-box;


  -webkit-box-sizing: border-box;


  -moz-box-sizing: border-box; }


  .amy-community .community-wrapper .community-grid .intro-item {


    padding: 0 5px;


    margin-bottom: 10px;


    text-align: center; }


    .amy-community .community-wrapper .community-grid .intro-item a {


      position: relative;


      display: inline-block; }


      .amy-community .community-wrapper .community-grid .intro-item a span.thumbnail {


        position: relative; }


        .amy-community .community-wrapper .community-grid .intro-item a span.thumbnail:after {


          content: "";


          display: inline-block;


          background: rgba(0, 0, 0, 0.25);


          position: absolute;


          top: 3px;


          right: 3px;


          left: 3px;


          bottom: 3px;


          text-align: center; }


      .amy-community .community-wrapper .community-grid .intro-item a img {


        max-width: 100%;


        vertical-align: top;


        border: 3px solid #fff; }


      .amy-community .community-wrapper .community-grid .intro-item a span.fa {


        width: 56px;


        height: 56px;


        display: inline-block;


        border-radius: 50%;


        text-align: center;


        line-height: 56px;


        background: #fff;


        position: absolute;


        right: 0;


        left: 0;


        top: calc(50% - 28px);


        margin: 0 auto;


        z-index: 9;


        color: #202020;


        font-size: 32px;


        opacity: 0.8;


        transition: all 0.2s linear; }


      .amy-community .community-wrapper .community-grid .intro-item a:hover span.fa, .amy-community .community-wrapper .community-grid .intro-item a:active span.fa, .amy-community .community-wrapper .community-grid .intro-item a:focus span.fa {


        background: #fe7900;


        color: #fff;


        opacity: 1; }


        .amy-community .community-wrapper .community-grid .intro-item a:hover span.fa.fa-facebook, .amy-community .community-wrapper .community-grid .intro-item a:active span.fa.fa-facebook, .amy-community .community-wrapper .community-grid .intro-item a:focus span.fa.fa-facebook {


          background: #3b5998 !important;


          color: #fff; }


        .amy-community .community-wrapper .community-grid .intro-item a:hover span.fa.fa-twitter, .amy-community .community-wrapper .community-grid .intro-item a:active span.fa.fa-twitter, .amy-community .community-wrapper .community-grid .intro-item a:focus span.fa.fa-twitter {


          background: #55acee !important;


          color: #fff; }


        .amy-community .community-wrapper .community-grid .intro-item a:hover span.fa.fa-google-plus, .amy-community .community-wrapper .community-grid .intro-item a:active span.fa.fa-google-plus, .amy-community .community-wrapper .community-grid .intro-item a:focus span.fa.fa-google-plus {


          background: #dd4b39 !important;


          color: #fff; }


        .amy-community .community-wrapper .community-grid .intro-item a:hover span.fa.fa-youtube, .amy-community .community-wrapper .community-grid .intro-item a:active span.fa.fa-youtube, .amy-community .community-wrapper .community-grid .intro-item a:focus span.fa.fa-youtube {


          background: #bb0000 !important;


          color: #fff; }


        .amy-community .community-wrapper .community-grid .intro-item a:hover span.fa.fa-linkedin, .amy-community .community-wrapper .community-grid .intro-item a:active span.fa.fa-linkedin, .amy-community .community-wrapper .community-grid .intro-item a:focus span.fa.fa-linkedin {


          background: #007bb5 !important;


          color: #fff; }


        .amy-community .community-wrapper .community-grid .intro-item a:hover span.fa.fa-instagram, .amy-community .community-wrapper .community-grid .intro-item a:active span.fa.fa-instagram, .amy-community .community-wrapper .community-grid .intro-item a:focus span.fa.fa-instagram {


          background: #125688 !important;


          color: #fff; }


        .amy-community .community-wrapper .community-grid .intro-item a:hover span.fa.fa-pinterest, .amy-community .community-wrapper .community-grid .intro-item a:active span.fa.fa-pinterest, .amy-community .community-wrapper .community-grid .intro-item a:focus span.fa.fa-pinterest {


          background: #cb2027 !important;


          color: #fff; }


        .amy-community .community-wrapper .community-grid .intro-item a:hover span.fa.fa-tumblr, .amy-community .community-wrapper .community-grid .intro-item a:active span.fa.fa-tumblr, .amy-community .community-wrapper .community-grid .intro-item a:focus span.fa.fa-tumblr {


          background: #32506d !important;


          color: #fff; }





.amy-movie-actor-grid .amy-movie-actor-grid-wrapper {


  margin: 0 -5px; }


  .amy-movie-actor-grid .amy-movie-actor-grid-wrapper .actor-item {


    padding: 0 5px;


    margin-bottom: 20px; }


    .amy-movie-actor-grid .amy-movie-actor-grid-wrapper .actor-item .actor-thumb {


      margin-bottom: 10px; }


    .amy-movie-actor-grid .amy-movie-actor-grid-wrapper .actor-item .actor-name {


      font-size: 15px;


      font-weight: bold;


      text-transform: capitalize;


      margin: 0; }


      .amy-movie-actor-grid .amy-movie-actor-grid-wrapper .actor-item .actor-name a {


        color: #202020; }


        .amy-movie-actor-grid .amy-movie-actor-grid-wrapper .actor-item .actor-name a:hover, .amy-movie-actor-grid .amy-movie-actor-grid-wrapper .actor-item .actor-name a:active, .amy-movie-actor-grid .amy-movie-actor-grid-wrapper .actor-item .actor-name a:focus {


          color: #fe7900; }


    @media (max-width: 991px) {


      .amy-movie-actor-grid .amy-movie-actor-grid-wrapper .actor-item {


        width: 33.333333%;


        position: relative;


        min-height: 1px;


        float: left; } }


    @media (max-width: 480px) {


      .amy-movie-actor-grid .amy-movie-actor-grid-wrapper .actor-item {


        width: 50%; } }





.amy-movie-actor-list .amy-movie-actor-list-wrapper .actor-item {


  margin-bottom: 20px;


  padding-bottom: 20px;


  border-bottom: 1px dotted #d4d4d4; }


  .amy-movie-actor-list .amy-movie-actor-list-wrapper .actor-item:before, .amy-movie-actor-list .amy-movie-actor-list-wrapper .actor-item:after {


    content: " ";


    display: table; }


  .amy-movie-actor-list .amy-movie-actor-list-wrapper .actor-item:after {


    clear: both; }


  .amy-movie-actor-list .amy-movie-actor-list-wrapper .actor-item .actor-thumb {


    width: 180px;


    float: left;


    margin-right: 15px; }


  .amy-movie-actor-list .amy-movie-actor-list-wrapper .actor-item .actor-content .actor-name {


    font-size: 18px;


    font-weight: bold;


    text-transform: uppercase; }


    .amy-movie-actor-list .amy-movie-actor-list-wrapper .actor-item .actor-content .actor-name a {


      color: #202020; }


      .amy-movie-actor-list .amy-movie-actor-list-wrapper .actor-item .actor-content .actor-name a:hover, .amy-movie-actor-list .amy-movie-actor-list-wrapper .actor-item .actor-content .actor-name a:active, .amy-movie-actor-list .amy-movie-actor-list-wrapper .actor-item .actor-content .actor-name a:focus {


        color: #fe7900; }





.amy-movie-actor-list-text-wrapper .actor-group-text {


  margin-bottom: 30px; }


  .amy-movie-actor-list-text-wrapper .actor-group-text:before, .amy-movie-actor-list-text-wrapper .actor-group-text:after {


    content: " ";


    display: table; }


  .amy-movie-actor-list-text-wrapper .actor-group-text:after {


    clear: both; }


  .amy-movie-actor-list-text-wrapper .actor-group-text .characters-first {


    font-weight: bold;


    font-size: 22px;


    font-family: "Roboto Condensed", sans-serif;


    color: #202020;


    line-height: 1;


    padding-bottom: 8px;


    margin-bottom: 15px;


    border-bottom: 1px dotted #d4d4d4; }


  .amy-movie-actor-list-text-wrapper .actor-group-text .actor-list-name {


    margin: 0 -15px; }


    .amy-movie-actor-list-text-wrapper .actor-group-text .actor-list-name .actor-name {


      margin-bottom: 5px; }


      .amy-movie-actor-list-text-wrapper .actor-group-text .actor-list-name .actor-name a {


        color: #666666; }


        .amy-movie-actor-list-text-wrapper .actor-group-text .actor-list-name .actor-name a:before {


          content: " ";


          display: inline-block;


          width: 4px;


          height: 4px;


          border-radius: 50%;


          background: #666666;


          margin-bottom: 3px;


          margin-right: 6px;


          transition: all 0.2s linear; }


        .amy-movie-actor-list-text-wrapper .actor-group-text .actor-list-name .actor-name a:hover, .amy-movie-actor-list-text-wrapper .actor-group-text .actor-list-name .actor-name a:active, .amy-movie-actor-list-text-wrapper .actor-group-text .actor-list-name .actor-name a:focus {


          color: #fe7900; }


          .amy-movie-actor-list-text-wrapper .actor-group-text .actor-list-name .actor-name a:hover:before, .amy-movie-actor-list-text-wrapper .actor-group-text .actor-list-name .actor-name a:active:before, .amy-movie-actor-list-text-wrapper .actor-group-text .actor-list-name .actor-name a:focus:before {


            background: #fe7900; }





.single-actor-header .actor-thumb {


  float: left;


  margin-right: 30px; }


  @media (max-width: 480px) {


    .single-actor-header .actor-thumb {


      float: none;


      margin-right: 0;


      margin-bottom: 20px; } }


.single-actor-header .actor-name {


  font-size: 25px;


  font-weight: bold;


  margin: 0;


  text-transform: uppercase; }


.single-actor-header .stage-name {


  font-size: 12px;


  color: #999999; }


.single-actor-header .actor-info-inner {


  display: -webkit-box;


  display: -ms-flexbox;


  display: flex;


  -ms-flex-wrap: wrap;


  flex-wrap: wrap;


  -webkit-box-pack: justify;


  -ms-flex-pack: justify;


  justify-content: space-between;


  -webkit-box-orient: vertical;


  -webkit-box-direction: normal;


  -ms-flex-direction: column;


  flex-direction: column;


  position: relative;


  min-height: 354px; }


  @media (max-width: 480px) {


    .single-actor-header .actor-info-inner {


      min-height: 1px; } }





.actor-info-detail {


  margin-top: 15px; }





.actor-field-group .actor-field-label {


  display: inline-block;


  min-width: 85px;


  margin-right: 15px;


  color: #999999; }


.actor-field-group .actor-field-content {


  display: inline-block;


  color: #202020; }





.amy-actor-single .actor-gallery .movie-gallery-wrapper {


  margin: 0 -10px; }


  .amy-actor-single .actor-gallery .movie-gallery-wrapper .movie-gallery-item {


    padding: 0 10px; }


.amy-actor-single .actor-timeline .timeline-row {


  width: 100%;


  display: -webkit-box;


  display: -ms-flexbox;


  display: flex;


  -webkit-box-orient: horizontal;


  -webkit-box-direction: normal;


  -ms-flex-flow: row nowrap;


  flex-flow: row nowrap;


  border-bottom: 1px dotted #d4d4d4; }


.amy-actor-single .actor-timeline .cell {


  -webkit-box-sizing: border-box;


  box-sizing: border-box;


  -webkit-box-flex: 1;


  -ms-flex-positive: 1;


  flex-grow: 1;


  display: -webkit-box;


  display: -ms-flexbox;


  display: flex;


  -webkit-box-align: center;


  -ms-flex-align: center;


  align-items: center;


  padding: 22px;


  word-wrap: break-word; }


  .amy-actor-single .actor-timeline .cell.intro-time {


    width: 7%;


    padding: 0;


    border-right: 1px dotted #d4d4d4; }


    @media (max-width: 480px) {


      .amy-actor-single .actor-timeline .cell.intro-time {


        width: 15%; } }


    .amy-actor-single .actor-timeline .cell.intro-time span {


      margin-top: -20px; }


  .amy-actor-single .actor-timeline .cell.intro-blog {


    width: 93%;


    position: relative; }


    .amy-actor-single .actor-timeline .cell.intro-blog:before {


      content: "";


      display: inline-block;


      width: 5px;


      height: 5px;


      border-radius: 50%;


      background: #fe7900;


      position: absolute;


      top: 36%;


      left: -3px; }


    .amy-actor-single .actor-timeline .cell.intro-blog .blog-title {


      margin: 0; }


      .amy-actor-single .actor-timeline .cell.intro-blog .blog-title span {


        color: #202020;


        text-transform: uppercase;


        font-weight: bold;


        font-size: 14px; }


        .amy-actor-single .actor-timeline .cell.intro-blog .blog-title span:hover, .amy-actor-single .actor-timeline .cell.intro-blog .blog-title span:active, .amy-actor-single .actor-timeline .cell.intro-blog .blog-title span:focus {


          color: #fe7900; }


    .amy-actor-single .actor-timeline .cell.intro-blog .blog-date {


      font-size: 12px;


      color: #999999; }





.amy-movie-grid-1 .amy-movie-list {


  position: relative; }


  .amy-movie-grid-1 .amy-movie-list .amy-movie-items {


    margin: 0 -10px; }


  .amy-movie-grid-1 .amy-movie-list .amy-movie-item {


    display: inline-block;


    padding: 0 10px;


    margin-bottom: 20px; }


    .amy-movie-grid-1 .amy-movie-list .amy-movie-item .amy-movie-item-front {


      position: relative;


      display: inline-block; }


      .amy-movie-grid-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-field-title {


        max-height: 22px;


        overflow: hidden; }


      .amy-movie-grid-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-item-poster {


        position: relative;


        margin-bottom: 10px; }


        @media (max-width: 480px) {


          .amy-movie-grid-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-item-poster {


            max-height: 300px;


            overflow: hidden; }


            .amy-movie-grid-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-item-poster img {


              height: 100%; } }


        .amy-movie-grid-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-item-poster .amy-movie-field-mpaa {


          position: absolute;


          top: 10px;


          left: 10px; }


        .amy-movie-grid-1 .amy-movie-list .amy-movie-item .amy-movie-item-front .amy-movie-item-poster .amy-movie-field-imdb {


          position: absolute;


          bottom: 10px;


          right: 10px; }


    .amy-movie-grid-1 .amy-movie-list .amy-movie-item .amy-movie-item-back {


      display: none; }


      .amy-movie-grid-1 .amy-movie-list .amy-movie-item .amy-movie-item-back .amy-movie-item-content {


        margin-left: 18px;


        position: relative; }





.amy-movie-grid-2 .amy-movie-list .amy-movie-items:before, .amy-movie-grid-2 .amy-movie-list .amy-movie-items:after,


.amy-movie-layout-list .amy-movie-list .amy-movie-items:before,


.amy-movie-layout-list .amy-movie-list .amy-movie-items:after {


  content: " ";


  display: table; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items:after,


.amy-movie-layout-list .amy-movie-list .amy-movie-items:after {


  clear: both; }


@media (max-width: 1200px) {


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 {


    width: 50%; } }


@media (max-width: 992px) {


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 {


    width: 100%; } }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-front,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-front {


  width: 174px; }


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-front img,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-front img {


    width: 100%;


    height: auto; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-custom-field-group,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-custom-field-group {


  display: none; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back-inner .amy-btn-icon-text,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back-inner .amy-btn-icon-text {


  margin-right: 15px; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


  line-height: 1; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back-inner,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back-inner {


  min-height: 261px; }


@media (max-width: 1200px) {


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 {


    width: 33.33333%; } }


@media (max-width: 992px) {


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 {


    width: 50%; } }


@media (max-width: 540px) {


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 {


    width: 100%; } }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-front,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-front {


  width: 132px; }


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-front img,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-front img {


    width: 100%;


    height: auto; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner {


  min-height: 198px; }


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content {


    padding-left: 15px; }


    .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title,


    .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


      font-size: 20px; }


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button {


    margin-left: 15px; }


    .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button .link-trailer,


    .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button .link-trailer {


      margin-bottom: 5px; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-field-duration,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-field-duration {


  display: block;


  margin-top: 5px; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-field-desc,


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-custom-field-label,


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-custom-field-group,


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-field-rating,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-field-desc,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-custom-field-label,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-custom-field-group,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-field-rating {


  display: none; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back-inner .amy-btn-icon-text,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back-inner .amy-btn-icon-text {


  margin-right: 15px; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-3 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


  line-height: 1; }


@media (max-width: 992px) {


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-6,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-6 {


    width: 100%; } }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item.col-md-6 .amy-movie-item-back-inner,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item.col-md-6 .amy-movie-item-back-inner {


  min-height: 294px; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front {


  display: inline-block;


  width: 196px;


  float: left;


  position: relative;


  margin-bottom: 40px; }


  @media (max-width: 480px) {


    .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front,


    .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front {


      width: 150px;


      max-height: 225px;


      overflow: hidden; } }


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front .amy-movie-field-imdb,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front .amy-movie-field-imdb {


    position: absolute;


    left: 8px;


    bottom: 8px; }


@media (max-width: 480px) {


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner {


    min-height: 225px; } }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content {


  padding: 0px 0 5px 0px; }


  @media (max-width: 480px) {


    .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-desc,


    .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-desc {


      display: none; } }


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


    color: #202020;


    font-size: 22px;


    padding-right: 0; }


    @media (max-width: 480px) {


      .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title,


      .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


        font-size: 18px; } }


    .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title a,


    .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title a {


      color: #202020; }


@media (max-width: 480px) {


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group {


    display: none; } }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group .amy-movie-custom-field-content,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group .amy-movie-custom-field-content {


  color: #202020; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group .amy-movie-custom-field-label,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group .amy-movie-custom-field-label {


  color: #999999; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group a,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group a {


  color: #202020; }


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group a:hover, .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group a:active, .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group a:focus,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group a:hover,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group a:active,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-custom-field-group a:focus {


    color: #fe7900; }


.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button,


.amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button {


  padding: 10px 0 10px 0;


  margin-left: 20px;


  border-top: 1px dotted #dbdbdb; }


  .amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-icon-text .fa,


  .amy-movie-layout-list .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-button .amy-btn-icon-text .fa {


    background-color: #999999;


    color: #fff; }





.amy-movie-grid-2.amy-movie-extra .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-front {


  width: 132px;


  height: 220px; }


  .amy-movie-grid-2.amy-movie-extra .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-front img {


    width: 100%;


    height: auto; }


.amy-movie-grid-2.amy-movie-extra .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back .amy-movie-item-back-inner {


  min-height: 220px; }


  .amy-movie-grid-2.amy-movie-extra .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


    line-height: 1;


    font-size: 16px; }


.amy-movie-grid-2.amy-movie-extra .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back .amy-movie-field-duration {


  display: block; }


.amy-movie-grid-2.amy-movie-extra .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back .amy-movie-field-desc,


.amy-movie-grid-2.amy-movie-extra .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back .amy-movie-custom-field-label,


.amy-movie-grid-2.amy-movie-extra .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back .amy-movie-custom-field-group,


.amy-movie-grid-2.amy-movie-extra .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back .amy-movie-field-rating {


  display: none; }


.amy-movie-grid-2.amy-movie-extra .amy-movie-list .amy-movie-items .amy-movie-item.col-md-4 .amy-movie-item-back .amy-movie-item-back-inner .amy-btn-icon-text {


  margin-right: 15px; }





@media (max-width: 480px) {


  .amy-movie-grid.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front {


    width: 130px; }


    .amy-movie-grid.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-front img {


      width: 100%;


      height: auto; }


  .amy-movie-grid.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner {


    min-height: 197px; }


    .amy-movie-grid.amy-movie-grid-2 .amy-movie-list .amy-movie-items .amy-movie-item .amy-movie-item-back .amy-movie-item-back-inner .amy-movie-item-content .amy-movie-field-title {


      font-size: 18px; } }


.amy-gallery-grid .gallery-grid-inner {


  margin: 0 -10px; }


  .amy-gallery-grid .gallery-grid-inner .grid-item {


    padding: 0 10px;


    margin-bottom: 20px; }


    .amy-gallery-grid .gallery-grid-inner .grid-item a {


      display: inline-block;


      position: relative; }


      .amy-gallery-grid .gallery-grid-inner .grid-item a span.fa {


        width: 54px;


        height: 54px;


        border-radius: 50%;


        background: rgba(255, 255, 255, 0.45);


        text-align: center;


        line-height: 54px;


        position: absolute;


        font-size: 18px;


        opacity: 0;


        top: 0;


        left: 0;


        bottom: 0;


        right: 0;


        margin: auto;


        transition: all 0.2s linear; }


      .amy-gallery-grid .gallery-grid-inner .grid-item a span.thumbnail {


        position: relative;


        display: inline-block; }


        .amy-gallery-grid .gallery-grid-inner .grid-item a span.thumbnail:after {


          content: "";


          display: inline-block;


          background: rgba(241, 188, 0, 0.4);


          position: absolute;


          top: 0;


          right: 0;


          left: 0;


          bottom: 0;


          text-align: center;


          opacity: 0;


          transition: all 0.2s linear; }


      .amy-gallery-grid .gallery-grid-inner .grid-item a img {


        max-width: 100%;


        vertical-align: top;


        height: 100%; }


      .amy-gallery-grid .gallery-grid-inner .grid-item a:hover span.fa,


      .amy-gallery-grid .gallery-grid-inner .grid-item a:hover span.thumbnail::after, .amy-gallery-grid .gallery-grid-inner .grid-item a:active span.fa,


      .amy-gallery-grid .gallery-grid-inner .grid-item a:active span.thumbnail::after, .amy-gallery-grid .gallery-grid-inner .grid-item a:focus span.fa,


      .amy-gallery-grid .gallery-grid-inner .grid-item a:focus span.thumbnail::after {


        opacity: 1; }





@media (max-width: 767px) {


  .amy-gallery-grid .grid-item {


    width: 50%;float: left; } }


@media (max-width: 467px) {


  .amy-gallery-grid .grid-item {


    width: 100%; } }


.amy-gallery-carousel .gallery-carousel-inner {


  position: relative; }


  .amy-gallery-carousel .gallery-carousel-inner .carousel-item {


    display: inline-block; }


    .amy-gallery-carousel .gallery-carousel-inner .carousel-item a {


      display: inline-block;


      position: relative; }


      .amy-gallery-carousel .gallery-carousel-inner .carousel-item a span.fa {


        width: 54px;


        height: 54px;


        border-radius: 50%;


        background: rgba(255, 255, 255, 0.45);


        text-align: center;


        line-height: 54px;


        position: absolute;


        font-size: 18px;


        opacity: 0;


        top: 0;


        left: 0;


        bottom: 0;


        right: 0;


        margin: auto;


        transition: all 0.2s linear; }


      .amy-gallery-carousel .gallery-carousel-inner .carousel-item a span.thumbnail {


        position: relative;


        display: inline-block; }


        .amy-gallery-carousel .gallery-carousel-inner .carousel-item a span.thumbnail:after {


          content: "";


          display: inline-block;


          background: rgba(241, 188, 0, 0.4);


          position: absolute;


          top: 0;


          right: 0;


          left: 0;


          bottom: 0;


          text-align: center;


          opacity: 0;


          transition: all 0.2s linear; }


      .amy-gallery-carousel .gallery-carousel-inner .carousel-item a img {


        max-width: 100%;


        vertical-align: top;


        height: 100%; }


      .amy-gallery-carousel .gallery-carousel-inner .carousel-item a:hover span.fa,


      .amy-gallery-carousel .gallery-carousel-inner .carousel-item a:hover span.thumbnail::after, .amy-gallery-carousel .gallery-carousel-inner .carousel-item a:active span.fa,


      .amy-gallery-carousel .gallery-carousel-inner .carousel-item a:active span.thumbnail::after, .amy-gallery-carousel .gallery-carousel-inner .carousel-item a:focus span.fa,


      .amy-gallery-carousel .gallery-carousel-inner .carousel-item a:focus span.thumbnail::after {


        opacity: 1; }


    .amy-gallery-carousel .gallery-carousel-inner .carousel-item a span.thumbnail img {


      border-top-right-radius: 13px;


      border-bottom-left-radius: 13px; }


    .amy-gallery-carousel .gallery-carousel-inner .carousel-item a span.thumbnail:after {


      border-top-right-radius: 13px;


      border-bottom-left-radius: 13px; }


  .amy-gallery-carousel .gallery-carousel-inner .gallery-info {


    width: 268px;


    background: #fe7900;


    position: absolute;


    top: 0;


    right: 250px;


    z-index: 9;


    height: 100%;


    padding: 80px 40px;


    border-left: 2px solid #000008;


    border-right: 2px solid #000008;


    font-size: 13px;


    color: #666666; }


    @media (max-width: 1400px) {


      .amy-gallery-carousel .gallery-carousel-inner .gallery-info {


        right: 0; } }


    @media (max-width: 1024px) {


      .amy-gallery-carousel .gallery-carousel-inner .gallery-info {


        display: none; } }


    .amy-gallery-carousel .gallery-carousel-inner .gallery-info .title {


      font-size: 28px;


      text-transform: uppercase;


      font-weight: 700;


      margin-top: 0; }


    .amy-gallery-carousel .gallery-carousel-inner .gallery-info .subtitle {


      margin-bottom: 25px; }


    .amy-gallery-carousel .gallery-carousel-inner .gallery-info .amy-post-share .amy-post-share-title {


      font-size: 15px;


      float: left;


      margin-right: 8px;


      line-height: 18px; }


    .amy-gallery-carousel .gallery-carousel-inner .gallery-info .amy-post-share .amy-social-icons li a {


      width: 20px;


      height: 20px;


      line-height: 18px;


      border-radius: 50%;


      background: rgba(32, 32, 32, 0.3);


      color: #f0ba01; }


      .amy-gallery-carousel .gallery-carousel-inner .gallery-info .amy-post-share .amy-social-icons li a:hover, .amy-gallery-carousel .gallery-carousel-inner .gallery-info .amy-post-share .amy-social-icons li a:active, .amy-gallery-carousel .gallery-carousel-inner .gallery-info .amy-post-share .amy-social-icons li a:focus {


        opacity: 0.8; }


  .amy-gallery-carousel .gallery-carousel-inner .gallery-list {


    padding: 80px 0;


    background: #000008; }


    .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow {


      z-index: 9;


      bottom: 0;


      top: auto;


      width: 40px;


      height: 40px;


      margin: 0;


      border: 2px solid rgba(0, 0, 0, 0.1);


      border-radius: 50%; }


      .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow:hover, .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow:active, .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow:focus {


        border: 2px solid rgba(0, 0, 0, 0.5); }


        .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow:hover.slick-prev:before, .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow:hover.slick-next:before, .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow:active.slick-prev:before, .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow:active.slick-next:before, .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow:focus.slick-prev:before, .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow:focus.slick-next:before {


          opacity: 0.5; }


      .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow.slick-prev {


        left: auto;


        right: 435px; }


        @media (max-width: 1400px) {


          .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow.slick-prev {


            right: 190px; } }


        .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow.slick-prev:before {


          display: inline-block;


          font-family: FontAwesome;


          font-size: 14px;


          line-height: 1;


          text-rendering: auto;


          -webkit-font-smoothing: antialiased;


          -moz-osx-font-smoothing: grayscale;


          content: "ï“";


          color: #202020;


          opacity: 0.2;


          transition: all 0.2s linear; }


      .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow.slick-next {


        right: 390px; }


        @media (max-width: 1400px) {


          .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow.slick-next {


            right: 140px; } }


        .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-arrow.slick-next:before {


          display: inline-block;


          font-family: FontAwesome;


          font-size: 14px;


          line-height: 1;


          text-rendering: auto;


          -webkit-font-smoothing: antialiased;


          -moz-osx-font-smoothing: grayscale;


          content: "ï”";


          color: #202020;


          opacity: 0.2;


          transition: all 0.2s linear; }


    .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-dots {


      bottom: 30px;


      display: none !important; }


      @media (max-width: 1024px) {


        .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-dots {


          display: block !important; } }


      .amy-gallery-carousel .gallery-carousel-inner .gallery-list .slick-dots li button:before {


        font-size: 16px;


        color: #fff; }





.amy-advance-search {


  margin-bottom: 30px; }


  .amy-advance-search .search-inner .filters {


    display: flex;


    margin-bottom: 10px; }


    .amy-advance-search .search-inner .filters select {


      margin-left: 10px; }


      .amy-advance-search .search-inner .filters select:first-child {


        margin-left: 0; }


  .amy-advance-search .search-inner input[type="submit"] {


    margin-top: 10px; }


