body
{
	font-family: 'Roboto', sans-serif;
	background: url(https://cdn3.ticketnew.com/partners/img/deepa/bg.jpg);
	color: #fff;font-style: italic;
}
.banner_nav {
    background: #2181b6;
	margin-top: 10px;
}
.banner_nav nav
{
	background: transparent;    border: none;
    margin-bottom: 0;
}
.menu ul
{
	background: #043d5d;
	    width: 100%;
    margin: 10px 0;
    border-radius: 10px;
}
.banner_nav nav .nav .active a
{
	background: #f9eaff;
	color: #043d5d;
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.menu ul li
{
	padding: 5px 10px;
}
.menu ul li a
{
	padding: 6px 14px;
	background: linear-gradient(#fcf4f4, #2181b6);
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	       font-size: 18px;
    font-style: italic;
    font-weight: bold;
}
.menu ul li a:hover
{
	background-color: #2181b6 !important;    color: #fff;
}
.social
{
	    float: right;
    line-height: 60px;
}
.phone
{
	    line-height: 60px;
}
.fa
{
	background: linear-gradient(#fcf4f4, #2181b6);
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dropdown li a
{
	color: #fff;font-size: 15px !important;
}
/* slider */
.banner
{
    padding: 5px 0px 15px 0;
    float: left;
    width: 100%;
    background: #2181b6;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* dropdown */

.btn-select {
    position: relative;
    padding: 0;
   /* min-width: 236px;*/
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
}

.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
       float: right;
    line-height: 20px;
    padding: 6px 0px;
    top: 0;
    color: #fff;
    left: 4px;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
    background-color: #f14047;
    color: #fff;
}

.btn-select.btn-primary ul {
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
       background-color: #ffffff;
    border: #2e6da4 1px solid;
    color: #000;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #286090;
}
.booking
{
	background: #000;
}
.btn
{
	padding: inherit !important;
	border-radius: 0 !important;
}
.btn-primary {
    color: #000 !important;
    background-color: #f14047 !important;
    border-color: #000 !important;
}
.book-now {
    width: 100%;
    background: #f14047;
    line-height: 30px;
    border: 1px solid #000;
}
.book-now a {
    color: #fff;
    text-decoration: none;
}
.book h3
{
	text-align: center;    background: linear-gradient(#fcf4f4, #2181b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.movie_section
{
	    background: #043d5d;
}
.movie_section h2
{
	text-align: center;background: linear-gradient(#fcf4f4, #2181b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    line-height: 60px;
}
.nowshowing button {
     border: none;
    width: 100%;
    background: #043d5d;
    padding: 5px 0;
    outline: none;
    margin: 10px auto;
    display: block;    box-shadow: 3px 3px #000;
}
.nowshowing button a {
    text-decoration: none;
    color: #fff;
}
.movies .nav-tabs {
    border: none;
    padding: 0 20px;
}
.movies ul li.active a
{
	    background: #043d5d;color: #fff;    border: none;box-shadow: 3px 3px #000;
}
.movies ul li a
{
	background: #226083;
    color: #fff;    border: none;margin-right: 10px;
}
.movies ul li a:hover
{
	    background-color: #043d5d !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 3px 3px #000;
}
.movies ul li a:focus
{
	    background-color: #043d5d !important;
    color: #fff !important;border: none !important;outline: none;
}
.tab-pane {
    margin-top: 15px;
	    padding: 0 20px;
}
.movie_section p {
   padding: 10px 20px;
    text-align: justify;
    margin: 0;
}
.footer
{
	background: #000;    padding: 12px 0;
}
.text-center
{
	    line-height: 30px;
    background: #231e1e;
    margin: 0;
    padding: 4px;
}
.row.nowshowing {
    padding: 0 20px;
}
.team-sec{float: left;width: 100%;}
.photo-shadow {position: absolute; z-index: -1; top: 12px; left: 16px; bottom: -10px; border: 1px solid #E3E3E3; height: 250px; width: 246px; background: #fff; }
.col-item{position: relative;}
/*.team{margin-top: 60px;}*/
.team .photo img{width: 100%;    vertical-align: middle;position: relative;}
.social-connect{margin-top: 13px;}
.info{margin-top: 22px;}
.info .name{font-size: 18px;font-weight: 600;margin-bottom: 2px;}
.info .degination{font-size: 16px;font-weight: 300;font-style: italic;color: #8B8B8B;}
.social-connect a{ display: inline-block; border: 1px solid #E3E3E3; font-size: 14px; color: #919191; width: 24px; height: 24px; text-align: center; line-height: 24px;margin-right: 4px;}
.social-connect a .fa{margin: 0;}
.social-connect a:hover{background-color: #4EBEE9;color: #fff;} .carousel-line{ position: absolute;
    right: 0;    top: -60px;    width: 100%;}
.carousel-line > .controls{position: absolute; /*bottom: -16px;*/ right: 0; /*margin-left: -50px;*/ padding: 0px 5px; color: #000;}
.carousel-line > .controls > a{    color: #868686; font-size: 32px; font-weight: 300;}

@media screen and (max-width:767px)
{
	.hide1
	{
		display: none;
	}
	.order
	{
		    display: -webkit-box;
    display: -moz-box;
    display: box;
    
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
	}
	.order1
	{
		 -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
	}
	.order2
	{
		   -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
	}
	.order1 img
	{
		margin: 0 auto;
		display: block;
	}
}
.logo
{
	width:100%;
}
.active1
{
	color: #fff !important;
}
.item img
{
	width: 100%;
}