/**     
 * Theme Name:    The raven
 * Author:        JIVINC
 * Author URI:    http://jivinc.com
 * Version:       1.0
 * Licensed under JIVINC (http://www.jivinc.com)
 */
/* ==========================================================================
Variables
========================================================================== */
/*$font-family-Lato:		   'Lato-Light';
$font-family-Lato-Regular: 'Lato-Regular';*/
.transition {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

/* ==========================================================================
Typography
========================================================================== */
h1, .h1 {
  font-size: 2em;
  color: #000000;
  font-family: "Cabin-Regular"; }

h2, .h2 {
  font-size: 1.5em; }

h3, .h3 {
  font-size: 1.3em; }

h4, .h4 {
  font-size: 0.9em; }

h5, .h5 {
  font-size: 1.5em; }

h6, .h6 {
  font-size: 0.5em; }

p, body, html {
  font-family: "Cabin-Regular";
  color: #000000;
  font-size: 1em; }

.footer p {
  font-size: 0.857em; }

.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 {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

/* ==========================================================================
Custom-Font
========================================================================== */
/* Euphemia UCAS Font */
@font-face {
  font-family: 'Euphemia UCAS Bold 2.6.6';
  /*a name to be used later*/
  src: url("../fonts/Euphemia-UCAS/Euphemia UCAS Bold 2.6.6.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Euphemia UCAS Italic';
  /*a name to be used later*/
  src: url("../fonts/Euphemia-UCAS/Euphemia UCAS Italic 2.6.6.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Euphemia UCAS Regular';
  /*a name to be used later*/
  src: url("../fonts/Euphemia-UCAS/Euphemia UCAS Regular 2.6.6.ttf");
  /*URL to font*/ }
/* Francois-One Font */
@font-face {
  font-family: 'FrancoisOne';
  /*a name to be used later*/
  src: url("../fonts/francois-one/FrancoisOne.ttf");
  /*URL to font*/ }
/* Franklin Gothic Book Regular Font */
@font-face {
  font-family: 'Franklin Gothic Book Regular';
  /*a name to be used later*/
  src: url("../fonts/Franklin Gothic Book Regular/Franklin Gothic Book Regular.ttf");
  /*URL to font*/ }
/* Cabin Font */
@font-face {
  font-family: 'Cabin-Regular';
  /*a name to be used later*/
  src: url("../fonts/cabin/Cabin-Regular.ttf");
  /*URL to font*/ }
/* Lato Font */
@font-face {
  font-family: 'Lato-Black';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-Black.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-BlackItalic';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-BlackItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-Bold';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-Bold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-BoldItalic';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-BoldItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-Hairline';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-Hairline.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-HairlineItalic';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-HairlineItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-Heavy';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-Heavy.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-HeavyItalic';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-HeavyItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-Italic';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-Italic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-Light';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-Light.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-LightItalic';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-LightItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-Medium';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-Medium.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-MediumItalic';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-MediumItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-Regular';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-Regular.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-Semibold';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-Semibold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-SemiboldItalic';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-SemiboldItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-Thin';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-Thin.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Lato-ThinItalic';
  /*a name to be used later*/
  src: url("../fonts/Lato2OFL/Lato-ThinItalic.ttf");
  /*URL to font*/ }
/* Muli Font */
@font-face {
  font-family: 'Muli';
  /*a name to be used later*/
  src: url("../fonts/Muli/Muli.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Muli-Bold';
  /*a name to be used later*/
  src: url("../fonts/Muli/Muli-Bold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Muli-BoldItalic';
  /*a name to be used later*/
  src: url("../fonts/Muli/Muli-BoldItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Muli-ExtraLight';
  /*a name to be used later*/
  src: url("../fonts/Muli/Muli-ExtraLight.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Muli-ExtraLightItalic';
  /*a name to be used later*/
  src: url("../fonts/Muli/Muli-ExtraLightItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Muli-Italic';
  /*a name to be used later*/
  src: url("../fonts/Muli/Muli-Italic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Muli-Light';
  /*a name to be used later*/
  src: url("../fonts/Muli/Muli-Light.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Muli-LightItalic';
  /*a name to be used later*/
  src: url("../fonts/Muli/Muli-LightItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Muli-Regular';
  /*a name to be used later*/
  src: url("../fonts/Muli/Muli-Regular.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Muli-SemiBold';
  /*a name to be used later*/
  src: url("../fonts/Muli/Muli-SemiBold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Muli-Semi-BoldItalic';
  /*a name to be used later*/
  src: url("../fonts/Muli/Muli-Semi-BoldItalic.ttf");
  /*URL to font*/ }
/* Raleway Font */
@font-face {
  font-family: 'Raleway-Bold';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-Bold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-ExtraBold';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-ExtraBold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-Medium';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-Medium.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-SemiBold';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-SemiBold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-Regular';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-Regular.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-Black';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-Black.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-BlackItalic';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-BlackItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-Light';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-Light.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-LightItalic';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-LightItalic.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Raleway-Thin';
  /*a name to be used later*/
  src: url("../fonts/raleway/Raleway-Thin.ttf");
  /*URL to font*/ }
.form-control {
  height: 38px;
  padding: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset; }

.form-control:focus {
  outline: none; }

.form-control,
.form-group .form-control {
  border-radius: 2px; }

.form-group {
  padding-bottom: 0px;
  margin: 0px 0 0 0; }

.close {
  color: #282627 !important;
  opacity: 1 !important; }

.withripple {
  position: relative; }

.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none; }

.ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transform-origin: 50%;
  opacity: 0;
  pointer-events: none; }

.ripple.ripple-on {
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: 0.1; }

.ripple.ripple-out {
  transition: opacity 0.1s linear 0s !important;
  opacity: 0; }

/* ==========================================================================
Navbar
========================================================================== */
/* Navigation Settings */
nav li {
  display: block; }

.navbar-default {
  background-color: #ffffff; }

nav li a {
  color: #757575;
  text-transform: uppercase;
  outline: none; }

ul.nav.navbar-nav {
  position: relative;
  color: #000000;
  padding: 1.56em 0.55em;
  margin-bottom: -9px; }

ul.nav.navbar-nav li a {
  text-transform: capitalize;
  color: #000000;
  font-weight: 300;
  font-size: 1em;
  padding-left: 0.55em 1.11em;
  padding: 0.55em;
  padding-top: 0.55em;
  border-bottom: 1px solid transparent; }

ul.nav.navbar-nav li a:active {
  color: #c92328; }

.navbar-nav > li:nth-child(8) {
  border-right: 1px solid transparent; }

.navbar-nav > li:last-child {
  border-right: 1px solid transparent;
  line-height: 20px;
  min-width: 31px; }

.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-nav > li {
  padding-left: 1em;
  padding-right: 1em; }

.navbar-nav > li > .search-open {
  position: absolute;
  right: 0;
  top: 2em;
  width: 200px;
  z-index: 999; }

ul.nav.navbar-nav > li > .active {
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #ffffff; }

ul.nav.navbar-nav li a:hover,
ul.nav.navbar-nav li a:focus {
  color: #000000;
  border-bottom: 1px solid transparent;
  background: transparent;
  outline: none;
  padding-bottom: 0.44em; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #000000; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  border: transparent;
  border-bottom: 1px solid #ffffff;
  background: transparent; }

.navbar-fixed-top .navbar-right {
  margin-right: 0; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #c92328; }

.nav-controls {
  background: #028fcc;
  padding: 0 0.83em;
  text-align: right; }

.fa.fa-times {
  cursor: pointer; }

.nav li {
  border: tranparent; }

nav li a {
  color: #000000;
  text-transform: uppercase; }

.nav-back {
  background-color: transparent; }

.navbar-default {
  padding: 0.5em; }

.nav-back-footer {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.9em 0;
  border-radius: 0 0 200em 200em; }

.navbar-fixed-top {
  border-width: 0; }

.navbar-brand {
  font-size: 30px;
  padding: 0.22em 0.83em; }

.navbar-brand img {
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
  margin-top: 0.15em; }
  .navbar-brand img:hover {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

.navbar-toggle {
  background-color: #000000;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  float: right;
  margin-bottom: 0.49em;
  margin-right: 0.9em;
  margin-top: 0.49em;
  padding: 0.8em 0.9em;
  position: relative; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #c92328; }

.navbar-default .navbar-toggle .icon-bar {
  background: #ffffff; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-toggle:focus {
  outline: 0 none; }

.navbar-toggle .icon-bar {
  border-radius: 1px 1px 1px 1px;
  display: block;
  height: 2px;
  width: 22px; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 0.28em;
  text-align: center; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #c92328; }

.nav-justified > li > a {
  margin-bottom: 0.28em;
  text-align: center; }

/*.market-tabs {
  margin: 30px 30px;
  .nav-tabs > li {
    float: right;
    a{
      color:$black-color;
    }
  }
}
.market-tabs {
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
    color:$red-color;
    text-decoration: none;
    background-color: #eee;
  }
}*/
.nav-tabs > li > a {
  margin-right: 0.11em;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0; }

.dropdown-menu {
  background: #ffffff; }

.dropdown {
  margin-left: 1em; }

.dropdown-left-mar {
  margin-left: -1em; }

.navbar-nav {
  padding: 0.88em 0;
  margin-left: 10em; }

.navbar {
  -webkit-transition: background 1.5s ease-in-out,padding 1.5s ease-in-out;
  -moz-transition: background 1.5s ease-in-out,padding 1.5s ease-in-out;
  transition: background 1.5s ease-in-out,padding 1.5s ease-in-out; }

/*.top-nav-collapse {
  padding: 0;
  background: #ffffff !important; }*/

/* ==========================================================================
Mixin
========================================================================== */
/* ==========================================================================
Variables
========================================================================== */
/*$font-family-Lato:		   'Lato-Light';
$font-family-Lato-Regular: 'Lato-Regular';*/
.transition {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

/* ==========================================================================
Media Queries
========================================================================== */
/* Navigation*/
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .nav-justified > li > a {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #dddddd; }

  .header-mar-top {
    margin-top: 4em; }

  .carousel-control .glyphicon-chevron-right.bottom-arrow, .carousel-control .icon-next {
    margin-top: 10px;
    margin-right: -46px; }

  .carousel-control .glyphicon-chevron-left.top-arrow, .carousel-control .icon-prev {
    margin-top: -50px; }

  .film-master-img h1 {
    font-size: 1.8em;
    color: #ffffff; }

  .navbar-brand img {
    height: 50px;
    margin-top: 0; }

  #bs-example-navbar-collapse-1 .pull-right {
    float: left !important; }

  .modal-body .profile-name {
    margin-top: 2.5em; }

  .change-pwd, .add-user {
    display: block !important; }

  .change-password-mg, .create-user-mg, .edit-user-mg {
    margin-left: 0 !important; } }
@media (max-width: 1420px) {
  .navbar-nav {
    margin-left: 6em; } }
@media (max-width: 1190px) {
  .navbar-nav {
    margin-left: -2em; } }
@media (max-width: 835px) {
  .navbar-fixed-top img {
    /*margin-top:-$margin-03em;*/ } }
/* Navigation End */
@media only screen and (max-width: 990px) {
  .socials-icons {
    margin-top: 0; } }
@media only screen and (max-width: 990px) {
  .navbar-brand {
    padding: 4px; } }
@media (max-width: 950px) {
  .circle-down-arrow-wrap {
    margin-bottom: -3.6%; } }
@media (max-width: 748px) {
  .circle-down-arrow-wrap {
    margin-bottom: -5.6%; } }
@media (max-width: 425px) {
  .circle-down-arrow-wrap {
    margin-bottom: -7.6%; } }
@media (max-width: 870px) {
  .contact-wrap {
    padding-top: 1em; } }
@media (max-width: 915px) {
  .film-mt {
    margin-top: 1em; } }
/* Home */
@media (max-width: 1280px) {
  .map-address {
    display: none; } }
@media (max-width: 1280px) {
  .map-address {
    display: none; } }
@media (max-width: 1920px) and (min-width: 1599px) {
  #filmCarousel .media__image {
    min-height: 630px; } }
@media (max-width: 1600px) and (min-width: 1400px) {
  #filmCarousel .media__image {
    min-height: 514px; } }
@media (max-width: 1400px) {
  #filmCarousel .media__image {
    min-height: 450px; } }
@media (max-width: 1280px) {
  #filmCarousel .media__image {
    min-height: 430px; } }
@media (max-width: 1179px) and (min-width: 1100px) {
  #filmCarousel .media__image {
    min-height: 380px; } }
@media (max-width: 1099px) and (min-width: 990px) {
  #filmCarousel .media__image {
    min-height: 350px; } }
@media (max-width: 991px) and (min-width: 768px) {
  #filmCarousel .media__image {
    min-height: 300px; } }
@media (max-width: 767px) {
  #filmCarousel .media__image {
    height: auto; } }
@media (max-width: 767px) {
  #film .media__image, #search .media__image {
    height: auto; } }
@media (max-width: 1365px) {
  #film .media__image {
    /*height:$height-450 - 50px;*/ } }
    @media (max-width: 1199px) {
  #search .media__image {
    min-height: 330px; max-height:330px } }

@media (max-width: 2560px) and (min-width: 1921px) {
  #film .media__image {
    min-height: 680px; 
    max-height: 680px;
  }
   }
@media (max-width: 1920px) and (min-width: 1599px) {
  #film .media__image {
    min-height: 528px; 
    max-height: 528px;
  }
   }
@media (max-width: 1600px) and (min-width: 1399px) {
  #film .media__image {
    min-height: 460px; max-height:460px } }
@media (max-width: 1400px) and (min-width: 1281px) {
  #film .media__image {
    min-height: 426px; max-height:426px } }
/*@media (max-width: 1199px) {
  #film .media__image {
    min-height: 330px; } }*/
@media (max-width: 1280px) and (min-width: 992px) {
  #film .media__image {
    min-height: 350px; max-height:350px } }
/*@media (max-width: 1129px) and (min-width: 980px) {
  #film .media__image {
    min-height: 400px;max-height:400px } }*/
@media (max-width: 991px) and (min-width: 768px) {
  #film .media__image {
    min-height: 350px; max-height:350px } }
@media (max-width: 767px) {
  #film .media__image {
    height: auto !important; } }
@media (max-width: 1280px) {
  .overlay {
    /*padding:6.5em 0;*/ } }
@media (max-width: 980px) {
  .overlay {
    /*padding:4.5em 0;*/ }

  .overlay h3, .profile-popup a {
    font-size: 1.5em; }

  .overlay h5 {
    font-size: 1em; }

  .overlay span {
    font-size: 1em; } }
@media (max-width: 800px) {
  .overlay {
    /*padding:2.9em 0;*/ }

  .overlay h3, .profile-popup a {
    font-size: 1em; }

  .overlay span {
    font-size: 0.7em; } }
@media (max-width: 767px) {
  .overlay h3, .profile-popup a {
    font-size: 3em; }

  .overlay span, .overlay h5 {
    font-size: 1.99em; }

  .overlay {
    /*padding:14.9em 0;*/ } }
@media (max-width: 640px) {
  .overlay {
    /*padding:10.9em 0;*/ }

  .overlay h3, .profile-popup a {
    font-size: 1.9em; }

  .overlay span, .overlay h5 {
    font-size: 1.5em; } }
@media (max-width: 480px) {
  .overlay {
    /*padding:6.9em 0;*/ }

  .overlay span, h5 {
    font-size: 1em; }

  .overlay h3, .profile-popup a {
    font-size: 1.5em; } }
@media (max-width: 420px) {
  .overlay {
    /*padding:4.9em 0;*/ }

  .overlay span, h5 {
    font-size: 1em; } }
@media (max-width: 360px) {
  .overlay {
    padding: 3.9em 0; }

  .overlay span, h5 {
    font-size: 1em; } }
@media (max-width: 320px) {
  .overlay {
    /*padding:3em 0;*/ } }
@media (max-width: 330px) {
  .form-control {
    font-size: 15px; } }
@media (max-width: 1160px) {
  .contact-img-height {
    min-height: auto; } }
/*project Details */
@media (max-width: 767px) {
  .thumbnail-gallery img {
    min-height: 150px;
    height: auto; } }
@media (max-width: 650px) {
  .thumbnail-gallery img {
    min-height: 127px; } }
@media (max-width: 600px) {
  .thumbnail-gallery img {
    min-height: 114px;
    height: auto; } }
@media (max-width: 420px) {
  .thumbnail-gallery img {
    min-height: 76px; } }
@media (max-width: 360px) {
  .thumbnail-gallery img {
    min-height: 65px; } }
@media (max-width: 320px) {
  .thumbnail-gallery img {
    min-height: 55px; } }
@media (max-width: 992px) {
  #film-enjoy-titles .min-height-img img {
    min-height: 11em; } }
@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -100%; }

  .carousel-inner .next {
    left: 100%; }

  .carousel-inner .prev {
    left: -100%; }

  .active > div {
    display: none; }

  .active > div:first-child {
    display: block; } }
@media (min-width: 767px) and (max-width: 992px) {
  .carousel-inner .active.left {
    left: -50%; }

  .carousel-inner .next {
    left: 50%; }

  .carousel-inner .prev {
    left: -50%; }

  .active > div {
    display: none; }

  .active > div:first-child {
    display: block; }

  .active > div:first-child + div {
    display: block; } }
@media (min-width: 992px) {
  .carousel-inner .active.left {
    left: -25%; }

  .carousel-inner .next {
    left: 25%; }

  .carousel-inner .prev {
    left: -25%; } }
/* ==========================================================================
Home
========================================================================== */
section {
  background: #ffffff; }

.margin-bottom {
  margin-bottom: 1em; }

.margin-btn-ten {
  margin-bottom: 10em; }

.margin-btn-six {
  margin-bottom: 6em; }

.header-mar-top {
  margin-top: 6em; }

#feature-film {
  /*background:rgba(216,216,216,1);*/
  padding-bottom: 3em; }

.main-heading h2 {
  font-size: 1.5em;
  padding: 0.4em;
  color: #000000; }

.photo-main-heading h2 {
  font-size: 1.5em;
  padding: 0.4em;
  color: #ffffff;
  text-transform: uppercase; }

#home-news {
  padding-bottom: 1em;
  margin-bottom: margin10; }

.home-news-content-wrap {
  background: #ffffff;
  padding-bottom: 1em; }

.home-news-content {
  padding: 1em; }

.home-news-content p {
  color: #000000; }

.transparent-button {
  background: transparent;
  border: 1px solid transparent;
  font-size: 1em;
  color: #c92328; }

.social-icon {
  margin-left: 0.35em; }

.date-content {
  color: #555555;
  padding-bottom: 0.55em; }

hr {
  border: 1px solid #dcd8d7; }

.socials-icons-list {
  display: inline-flex; }

.margin-left {
  margin-left: -2em; }

.nav-icon-2, .nav-icon-3 {
  background: #ffffff;
  color: #ffffff;
  width: 20px;
  height: 20px;
  padding: 0.3em; }
  .nav-icon-2:hover, .nav-icon-3:hover {
    color: #c92328; }

.padding-six {
  padding: 6em; }

.icon-bar {
  display: inline-flex; }

.media__image {
  display: block;
  width: 100%; }

#filmCarousel .media__image {
  min-height: 496px;
  /*width:$width100-per;*/ }

#film .media__image {
/*  min-height: 380px;*/
  width: 100%; }

#search .media__image {
  min-height: 400px;
  width: 100%; }

.news-vertical-middle, .profile-vertical-middle {
  display: table;
  width: 100%;
  height: 100%; }

.vertical-align {
  display: table-cell;
  vertical-align: middle; }

.markets_title {
  background: rgba(231, 230, 229, 0.9);
  /*    @include media__bodytopbottom;
      @include media__bodyleftright;*/
  color: #000000;
  font-size: 1em;
  /*   overflow: hidden;*/
  /*position: $absolute;*/
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: flex;
  align-content: center;
  align-items: center;
  min-height: 95px; }
  .markets_title h2.name {
    margin-top: 0;
    margin-bottom: 0; }

.media__body {
  background: rgba(231, 230, 229, 0.9);
  top: 0.5em;
  bottom: 0.5em;
  left: 1.5em;
  right: 1.5em;
  color: #000000;
  font-size: 1em;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.media__body:hover {
  opacity: 1; }

.media__body h2 {
  text-transform: uppercase; }

.media__body h3 {
  text-transform: uppercase; }

.vetical-align {
  height: 100%;
  display: table; }

/* ==========================================================================
Film
========================================================================== */
.film-top-mar {
  margin-top: 2em; }

.film-dropdown-menu-wrap {
  margin-top: 7em; }

.film-dropdown-menu {
  margin-right: 2em; }

.film-dropdown-btn {
  border: 1px solid #605e5f; }

.film-dropdown-menu > .dropdown-menu {
  right: auto; }

#filmdetail {
  margin-top: 5em;
  padding-bottom: 4em; }

.filmdetail-img {
  margin-bottom: 1em; }

#filmdetail .filmdetail-img img {
  width: 100%; }

#film-synopsis, #film-review {
  background: rgba(210, 210, 212, 0.9);
  padding-bottom: 4em; }

.film-details-content, #film-festival-awards {
  padding-bottom: 2em; }

.film-synopsis-content p {
  color: #000000; }

.title-list-table td {
  border: 1px solid transparent; }

.title-list-table th {
  border: 1px solid transparent !important; }

.title-list-table thead {
  background: transparent;
  font-family: "FrancoisOne";
  border: 1px solid transparent; }

.title-list-table tr {
  font-family: "Cabin-Regular"; }
  .title-list-table tr:hover {
    color: #000000;
    background: transparent; }

.photo-gallery {
  background-image: url("../img/gallery-bg.jpg");
  background-size: cover;
  height: 250px;
  padding: 3em 0 6em; }

.photogallery-btn {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-top: 2em; }

#filmdetailCarousel img {
  width: 100%; }

.image-wrap {
  margin-bottom: 1.5em; }

.film-detial-modal-content {
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  padding: 5em 10em; }

.film-enjoy-tiltle-img {
  padding-bottom: 2em; }

.film-enjoy-tiltle-img li {
  padding-left: 1em; }

.film-detail-modal-header .close {
  margin-right: -0.9em; }

.modal-content {
  padding: 1.5em; }

.modal-header {
  padding: 1em 0; }

.img-full-width {
  width: 100%; }

#film-enjoy-titles .min-height-img img {
  min-height: 16em; }

.gallery-img-wrap img {
  height: 120px; }

#thumbnails-gallery ul {
  padding-left: 0; }

/* ==========================================================================
Thumbnails Gallery
========================================================================== */
.thumbnails-wrapper {
  padding: 0 0 0 0; }

.thumbnails-wrapper li {
  list-style: none;
  margin-bottom: 2em; }

.thumbnails-wrapper li img {
  cursor: pointer; }

.thumbnail-gallery img {
  height: 75px; }

#thumbnails .modal-body {
  padding: 5px !important; }

.modal-content {
  border-radius: 0; }

.img-width {
  width: 100%; }

/* ==========================================================================
News
========================================================================== */
#news {
  padding-bottom: 1em; }

#news img {
  min-height: 196px; }

.mt-top {
  margin-top: 1em; }

.mt-top-two {
  margin-top: 2em; }

.mt-top-three {
  margin-top: 3em; }

.mt-top-one-five {
  margin-top: 0.5em; }

.click-here a {
  color: #000000;
  text-decoration: underline;
  font-size: 1em; }
  .click-here a:hover {
    color: #000000;
    text-decoration: underline; }

.click-here a, h3 {
  font-size: 1em; }

.img-box-shadow {
  box-shadow: 0.1em 0.1em 1.1em 0.1em #bbbbbb;
  transition: .2s all ease-in-out; }

.image-wrap:hover .img-box-shadow {
  box-shadow: 0.1em 0.1em 0.2em 0.1em #bbbbbb; }

.clear {
  clear: both; }

/*Modal */
.caption {
  position: absolute;
  top: 0.5em;
  width: 100%;
  text-align: center;
  color: #ffffff; }

.caption-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center; }

.caption-table-cell {
  display: table-cell;
  vertical-align: middle; }

.modal-backdrop.in {
  opcaity: 0 !important; }

.modal-backdrop {
  z-index: 0 !important; }

.modal-header {
  border-bottom: 1px solid transparent; }

.modal-title {
  font-family: "Muli-Light";
  font-size: 1.3em;
  color: #ffffff; }

#terms .modal-body, #privacy .modal-body {
  max-height: 500px;
  overflow: auto;
  padding: 0; }

.modal-body p {
  font-family: "Muli-Light"; }

.modal-content {
  background-color: #282627;
  color: #000000; }

.login-modal .modal-content {
  background-color: #ffffff;
  color: #000000;
  padding: 0; }
.login-modal .modal-header {
  background-color: #fff;
  color: #ffffff;
  padding: 1rem; }
.login-modal .modal-body {
  padding: 1.5rem; }
.login-modal .modal-header .close {
  margin-top: 5px; }
.login-modal .login-btn {
  width: 50%;
  margin-left: 136px;
  color: white;
  background-color: #282627;
  radius: 20%;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 12px;
  border-color: #282627; }
.login-modal .checkbox {
  text-align: center; }
.login-modal input.form-control {
  border-radius: 12px; }

.modal-content p {
  color: #ffffff; }

.video-popup {
  background: transparent !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0) !important;
  border: 1px solid rgba(0, 0, 0, 0) !important; }

/* Search Bar  */
.well {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
  margin-bottom: 0;
  min-height: 0;
  padding: 0; }

.modal-content.search-modal-content {
  box-shadow: 0 0 26px 8px #000; }

.search-icon-style {
  margin-top: -2.59em;
  border: 1px solid transparent; }

.search-form-group.is-focused .form-control {
  background-image: none;
  background-size: none;
  box-shadow: none; }

.search-form-group.is-focused .form-control .material-input::after {
  background-color: none;
  background-image: none; }

.search-form-group, .search-form-group .search-form-group {
  background-image: none; }

.form-control, .form-group .form-control {
  border-radius: 0; }

.search-form-group {
  font-family: "Cabin-Regular";
  color: #000000; }

.search-icon {
  margin-top: -2em; }

.search-modal-content {
  margin-top: 5em; }

.margin-right {
  margin-top: 5.4em; }

.modal-backdrop.in {
  opacity: 0.7 !important; }

.thumbnail-wrap img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }
  .thumbnail-wrap img:hover {
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    -moz-transform: scale3d(1.2, 1.2, 1.2); }

.hidden {
  display: block !important; }

/* ==========================================================================
Contact Page
========================================================================== */
.floater {
  float: left;
  height: 50%;
  width: 100%;
  margin-bottom: -10px; }

.overlay {
  clear: both;
  background: rgba(133, 132, 132, 0.6);
  bottom: 0;
  top: 0;
  left: 1.9em;
  right: 1.9em;
  color: #000000;
  font-size: 1em;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  /*padding:$padding9em 0;*/ }

.overlay:hover {
  opacity: 1; }

.overlay span, h5 {
  color: #ffffff; }

.overlay h3 {
  font-size: 2.5em; }

.profile-name h3 {
  font-size: 1.9em;
  margin-bottom: 0; }

.modal-body .profile-name h3 {
  font-size: 1.5em; }

.overlay span {
  font-size: 1.7em; }

.overlay h5 {
  font-size: 1.9em; }

.grey-light p {
  color: #999999; }

.map-wrapper {
  position: relative; }

.contact-img-height-width {
  height: 593px;
  width: 99.5%; }

.map-address {
  background: white none repeat scroll 0% 0%;
  position: absolute;
  top: 20%;
  left: 27%;
  padding: 42px 22px;
  width: 306px;
  border-right: 4px solid #999999; }

.map-address .arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #999;
  top: 43%;
  right: -20px;
  bottom: 0;
  position: absolute; }

#map {
  width: 100%;
  overflow: hidden;
  height: 500px;
  max-width: 100%; }

#gmap_canvas {
  height: 100%;
  width: 100%;
  max-width: 100%; }

.profile-name h3, .profile-name span {
  color: #ffffff; }

.profile-name h5 {
  margin-top: 1.3em; }

.profile-popup {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 12px 0px;
  background: #858484;
  text-transform: uppercase; }

.profile-popup a {
  color: #000000;
  font-size: 1.7em; }

.profile-content {
  margin-top: 2em;
  text-align: left; }

.modal-body .profile-name {
  margin-top: 4.5em; }

.border-transparent {
  border: 1px solid transparent; }

/* ==========================================================================
Footer
========================================================================== */
a {
  cursor: pointer; }

.heading-white-footer a:hover {
  color: #c92328; }

.back-btn {
  background: rgba(64, 64, 66, 0.9);
  color: #ffffff !important;
  margin-bottom: -0.2em; }
  .back-btn:hover {
    background: #000000 !important; }

.footer-bg {
  background-image: url("../img/footer-bg.jpg");
  background-size: cover; }

.overlay-foot {
  overflow: hidden;
  position: relative;
  padding: 1em;
  background: rgba(64, 64, 66, 0.9); }

.footer-main-heading {
  border-bottom: 2px solid #605e5f; }

.copy-right-bg {
  background: #2e2c2d;
  padding: 1em; }

.foot-heading h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1em; }

.footer-about-content, .footer-about-content p {
  color: #ffffff; }

.footer-main-heading h3 {
  font-size: 1.5em;
  color: #ffffff; }

.footer-link ul {
  list-style: none;
  margin-left: -2.5em; }

.footer-link ul, li a {
  color: #ffffff; }

.footer-link ul, li a:hover {
  text-decoration: none;
  color: #c92328; }

.social-icon ul {
  display: inline-flex;
  list-style: none;
  margin-left: -3em; }

.icon-1, .icon-2 {
  background: #ffffff;
  color: #000000;
  margin-left: 0.4em;
  padding: 0.1em 0.2em; }

.icon-1:hover, .icon-2:hover {
  color: #c92328; }

.heading-white-footer {
  color: #ffffff;
  font-family: "Cabin-Regular"; }

.heading-white-footer span, a {
  color: #ffffff; }
  .heading-white-footer span:hover, a:hover {
    text-decoration: none;
    color: #ffffff; }

/* ==========================================================================
Deepak
========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.scrollbox {
  overflow: auto;
  max-width: 619px;
  height: 800px; }

.track3 {
  width: 10px;
  background: rgba(0, 0, 0, 0);
  margin-right: 2px;
  border-radius: 10px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear; }

.track3:hover, .track3.dragging {
  background: #d9d9d9;
  background: rgba(0, 0, 0, 0.15); }

.handle3 {
  width: 7px;
  right: 0;
  background: #999;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  -webkit-transition: width 250ms;
  transition: width 250ms; }

.track3:hover .handle3, .track3.dragging .handle3 {
  width: 10px; }

.contact-img-height {
  min-height: 28.4em; }

.carousel-control {
  width: 2%; }

.carousel-control.left, .carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%); }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  height: auto;
  width: auto;
  background: #111111;
  border: 18px solid #111111;
  border-radius: 50%; }

.carousel-control .glyphicon-chevron-right.bottom-arrow, .carousel-control .icon-next {
  margin-top: 10px;
  margin-right: -54px;
  background: #111111; }

.carousel-control .glyphicon-chevron-left.top-arrow, .carousel-control .icon-prev {
  margin-top: -60px;
  background: #111111; }

#filmCarousel .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,
#newsCarousel .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: 0; }

#filmCarousel .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next,
#newsCarousel .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
  margin-left: 0; }

#homeCarousel img {
  width: 100%; }

#filmCarousel .carousel-control .glyphicon-chevron-left, #filmCarousel .carousel-control .glyphicon-chevron-right, #filmCarousel .carousel-control .icon-next,
#newsCarousel .carousel-control .glyphicon-chevron-left, #newsCarousel .carousel-control .glyphicon-chevron-right, #newsCarousel .carousel-control .icon-next, .carousel-control .icon-prev {
  margin-top: -50px; }

#filmCarousel .carousel-control .glyphicon-chevron-left, #filmCarousel .carousel-control .glyphicon-chevron-right, #filmCarousel .carousel-control .icon-next,
#newsCarousel .carousel-control .glyphicon-chevron-left, #newsCarousel .carousel-control .glyphicon-chevron-right, #newsCarousel .carousel-control .icon-next, .carousel-control .icon-prev {
  background: transparent;
  border: 18px solid transparent; }

.film-master-img-arrow {
  position: absolute;
  top: 1em;
  bottom: 1em;
  right: 6.8em;
  transform: scale(0.8);
  transition: .5s all ease-in-out; }

.film-master-img {
  position: absolute;
  bottom: 4em;
  left: 0;
  right: 0;
  transform: scale(0.8);
  transition: .5s all ease-in-out; }

.film-master-img h1 {
  font-size: 3em;
  color: #ffffff;
  text-shadow: 3px 3px 3px #000000; }

.pagination > li > a, .pagination > li > span {
  color: #c92328; }

.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #c92328;
  border-color: #c92328; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #555555; }

.film-wraper {
  position: relative; }

.img-bg {
  background: #333333; }

.img-width {
  width: 100%; }

.film-content {
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  right: 0.5em;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(0.8);
  transition: .5s all ease-in-out; }
  .film-content:hover {
    opacity: 1;
    transform: scale(1); }

.content-align-wrap {
  display: table;
  height: 100%;
  width: 100%; }

.content-align {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #111111; }

.market-tabs button {
  width: 100%;
  color: rgba(64, 64, 66, 0.9);
  background-color: #ffffff;
  border: 1px solid rgba(64, 64, 66, 0.9);
  border-radius: 0;
  margin-bottom: 15px;
  padding: 10px;
  text-transform: capitalize; }
.market-tabs button:hover, .market-tabs button:focus, .market-tabs button.active {
  color: #ffffff;
  background-color: rgba(64, 64, 66, 0.9);
  border: 1px solid rgba(64, 64, 66, 0.9); }

.user_mgmt_grid table.table-striped > thead > tr > th > a {
  color: #000000 !important; }

.action-btn i {
  color: #000000; }

/*#user_mgmt_grid{
    .modal-dialog {
      .modal-content{
        background:$white-color;
      }  
    }
}*/
#user_mgmt_grid .modal-dialog {
  /*.modal-body{
      padding: 1.5rem;
  }*/ }
  #user_mgmt_grid .modal-dialog .modal-content {
    background-color: #ffffff;
    color: #000000;
    /*padding: 0;*/ }
    #user_mgmt_grid .modal-dialog .modal-content .heading-color h2 {
      margin: 10px 0 20px !important; }
  #user_mgmt_grid .modal-dialog .modal-header {
    background-color: #fff;
    color: #ffffff;
    padding: 1rem; }
  #user_mgmt_grid .modal-dialog .modal-header .close {
    margin-top: 5px; }
  #user_mgmt_grid .modal-dialog .change-password-mg, #user_mgmt_grid .modal-dialog .create-user-mg, #user_mgmt_grid .modal-dialog .edit-user-mg {
    margin-left: 185px;
    color: white;
    background-color: #282627;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 12px;
    border-color: #282627;
    text-transform: uppercase;
    padding: 6px; }
  #user_mgmt_grid .modal-dialog .edit-user-mg {
    margin-left: 132px; }
  #user_mgmt_grid .modal-dialog .form-group input.form-control {
    border-radius: 12px; }
  #user_mgmt_grid .modal-dialog .change-pwd, #user_mgmt_grid .modal-dialog .add-user {
    display: flex;
    align-items: center;
    padding-right: 0;
    padding-left: 0; }
    #user_mgmt_grid .modal-dialog .change-pwd div, #user_mgmt_grid .modal-dialog .add-user div {
      padding-right: 0;
      padding-left: 0; }
  #user_mgmt_grid .modal-dialog #user-new_role {
    border-radius: 12px; }

.sync-user-btn, .sync-user-btn:hover, .sync-user-btn:focus {
  background-color: #282627;
  /*border-radius: 12px;*/
  border-color: #282627;
  text-transform: uppercase;
  color: #ffffff; }
.laurelsGallery img{
  height: 130px;
}
/*# sourceMappingURL=style.css.map */
