@import url('https://cdn3.ticketnew.com/partners/css/bootstrap.min.v4.0.0.css');
@import url('https://cdn3.ticketnew.com/partners/css/font-awesome.min.v4.7.0.css');
body
{
	color: #fff;
}
.slider img
{
	width: 100%;
}
.slider_div
{
	background: #000;
}
.fa {
    padding: 5px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0px 2px;
}
a {
    color: #be1e2d;
}
.fa:hover {
    opacity: 0.7;color: #fff;
}
.h3, h3 {
    color: #be1e2d;margin-top: 30px;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-play:before,.fa-ticket:before,.fa-facebook-f:before, .fa-facebook:before,.fa-twitter:before {
    font-size: 20px;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}
.menu ul li a
{
	    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
}
.padding-0
{
	padding: 0;
}
.logo
{
	font-size: 26px;
    color: #be1e2d;
    font-weight: bold;
}
.logo a
{
	 color: #be1e2d;text-decoration: none;
}
#header
{
	    padding-top: 15px;
}
div#collapsibleNavbar {
    border-bottom: 3px solid #be1e2d;
}
.about p
{
	color: #000;
}
.main-menu
{
	padding-bottom: 0;
}
.main-menu li a:hover
{
	background: #be1e2d;
}
.nav-link
{
	    margin-right: 16px;
}
.book_ticket
{
	    border: none;
    width: 100%;
    background: #be1e2d;
    color: #fff;
    line-height: 38px;cursor: pointer;outline: none;
}
/* dropdown */

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #24b1c2;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-styled:hover { background-color: #22a9b9; }

.select-styled:active, .select-styled.active { background-color: #209dac; }

.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #209dac;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #1c8a97;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #24b1c2;
  background: #fff;
}

.select-options li[rel="hide"] { display: none; }
.carousel-control-next-icon
{
	    position: absolute;
	background: url(https://cdn3.ticketnew.com/partners/img/Deepthi_Theater/controls.png) no-repeat -34px 0;width: 34px;height: 60px;
}
.active-menu
{
	    background: #be1e2d;
}
 .carousel-control-prev-icon
{
	position: absolute;background: url(https://cdn3.ticketnew.com/partners/img/Deepthi_Theater/controls.png) 0 0 no-repeat;width: 34px;height: 60px;
}
.carousel-control-next, .carousel-control-prev
{
	opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    background: rgba(0, 0, 0, 0.7411764705882353);
    width: 25%;
    height: 100%;
    padding-left: 10px;    padding-right: 10px;
}
.carousel-control-prev {
    left: -110px;
}
.carousel-control-next {
    right: -110px;
}
.content {
	display: none;
}
.show {
	display: block;
}
.tab_main
{
	width: 100%;    margin-top: 15px;    background: #eee;    float: left;padding-bottom: 20px;
}
.tab_main .tab
{
    width: 49.8%;
    display: inline-block;
    background: #e6e4e4;
    text-align: center;
    color: #000;
    line-height: 40px;
    text-decoration: none;
}
a.active_tab.tab {
    background: #be1e2d;
    color: #fff;
}
.movies
{
	width: 100%;
}
.movies .movie_card_main
{
	width: -moz-calc(100% / 5);
/* WebKit */
width: -webkit-calc(100% / 5);
/* Opera */
width: -o-calc(100% / 5);
/* Standard */
width: calc(100% / 5);
	    float: left;    text-align: center;
    margin-top: 15px; 
}
.movies .movie_img img {
    width: 90%;
}
.movie_title h4
{
	    color: #be1e2d;
    font-weight: initial;font-size: 16px;    line-height: 40px;    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    margin: 0;
}
.language
{
	    color: #999;
}
.rating
{
	    background: #be1e2d;
    width: 50%;
    margin: 0 auto;
    line-height: 34px;
}

	.movie_card_main
		{
  perspective: 1000;  position: relative;
  margin: 10px auto;
  width: 450px;
  z-index: 1;
		}
.movie_card
		{
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all .5s linear;
		}
		.movie_card_main:hover .movie_card
		{
			transform: rotateY(180deg);
		}
		.movie_card .image_transition
		{

  width: 100%;
  height: 100%;
  backface-visibility: hidden;
		}

		.movie_card .back
		{
			  /*display: block;*/
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: left;
  background-color: #000;      position: absolute;
    top: 0;    font-size: 13px;overflow: hidden;
		}
.overlay_ticket {
    background: #be1e2d;cursor: pointer;
    border: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #fff;
    line-height: 40px;    text-align: left;
}
.overlay_ticket_trailer
{
	    bottom: 36px;cursor: pointer;
    background: #24b1c2;
    border: none;
    position: absolute;
    width: 100%;
    left: 0;
    color: #fff;
    line-height: 34px;    text-align: left;}
.back h6
{
	    color: #24b1c2;margin-top: 10px;
}
.footer
{
	margin: 10px 0;
}
.footer p
{
	color: #000;
}
.logo img
{
	    width: 300px;
}
@media screen and (max-width:767px)
{
	.movies .movie_card_main {
    width: -moz-calc(100% / 2);
    width: -webkit-calc(100% / 2);
    width: -o-calc(100% / 2);
    width: calc(100% / 2);
    float: left;
    text-align: center;
    margin-top: 15px;
}
}
@media screen and (max-width:991px)
{
	.carousel-caption
	{
		display: none;
	}
}
@media screen and (max-width:1167px)
{
	.carousel-control-next {
    right: 0;
}
	.carousel-control-prev {
    left: 0;
}
	.tab_main .tab
	{
		width: 48.8%;
	}
}