body
{
font-family: 'Nunito', sans-serif;
}
body
{
background: #732244;
}
a
{
	color: #b53573;
}
.active1
{
    background-color: #b53573;
}
.topnav a:hover {
     background-color: #b53573;
}
.topnav a
{
	color: #f2f2f2;   
	border: 1px solid rgba(182, 179, 183, 0.41);
}
.carousel-control
{
	color:#b53573; 
}
h1,h2,h3
{
color: #fff;
}
.btn
{
	   color: #fff;
}
.text
{
	    border: 1px solid #b53573;
}
.col-item .separator p i
{
	color: #b53573;
}
.footer p
{
	color: #ccc;
}
.about-us {
    background: #fff;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #b53573;
    border-color: #b53573;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #b53573;
    border-color: #b53573;
}
.logo a:hover
{
	color: #fff;
}
.logo a
{
	color: #fff;
}




.container
{
	position: relative;
    z-index: 9999;
}
.movies
{
	    float: left;
    background: #b53573;
    padding: 18px 0;width: 100%;
}
@-webkit-keyframes STAR-MOVE {
	from {
		background-position: 5% 5%
	}
	to { 
		background-position: 1300% 600%
	}
}
#midground {
    background: url(https://cdn3.ticketnew.com/partners/img/Sri_Kumari_Cinemas/midground.png) repeat 20% 20%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    -webkit-animation-name: STAR-MOVE;
    -webkit-animation-duration: 550s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.topnav {
  overflow: hidden;
 /* background-color: #b53573;*/
}
a {
    
    text-decoration: none;
}
h3
{
font-size: 18px;
}
.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav .icon {
  display: none;
}
.slider{
background: #f1edf2;
}
.carousel-inner .item img
{
padding: 5px;
}
.menu-link
{
	float: right;
}
.logo
{
	 width: 300px;
    max-width: 100%;
    margin: 0 auto;
}
.logo a
{
	font-size: 23px;
display: inline-block;
    margin-top: 10px;
}
.logo a:hover
{
	text-decoration: none;
	
}
.btn-success {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.btn-success:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.btn
{
    padding: 6px 5px;
	 
}.carousel-control {
	width: 6%;}
.header
{
	margin-top: 11px;    margin-bottom: 15px;
}
.footer p
{
    float: right;
    margin-top: 20px;
}
.photo
{
position: relative;
}
.overlay
{
position: absolute;
top: 0;
left: 0;right: 0;
bottom: 100%;
height: 0;
background: rgba(0, 0, 0, 0.73);
overflow: hidden;
transition: .5s ease;
}
.image
{
height: auto;
width: 100%;
}
.photo:hover .overlay
{
bottom: 0;height: 100%;
}
.text
{
    top: 55%;
    left: 45%;
    position: absolute;
    transform: translate(-40%,-50%);
    padding: 5px 7px;
    color: #fff;
}
.text a
{
color: #fff;
text-decoration: none;    outline: none;
}
.modal {
    background: #000000eb;
    top: 0 !important;
	z-index: 9999;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .9;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .menu-link
  {
  float: inherit;
  }
  .topnav {
   margin-top: 10px;
    background-color: #b53573;
}
	.topnav a
	{
		border: none;
	}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
.menu_control
	{
		text-align: center;
	}
	.topnav a
	{
		float: inherit;
		display: inline-block;
	}
	.menu-link
	{
		float: inherit;
	}
}
/* slider */

.col-item
{
    /*border: 1px solid #E1E1E1;*/
   /* border-radius: 5px;*/
    background: #f1edf2;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{    padding: 5px;
        text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    width: 100%;
    float: left;
   /* margin-top: 5px;*/
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
 /*   width: 50%;*/
 /*   float: left;
    padding-left: 10px;*/
}
.controls
{
    margin-top: 20px;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.carousel-control{
   opacity: .9;
}
.carousel-control.right
{
	background: transparent;
}
.carousel-control.left
{
	background: transparent;
}
.about-us
{
    padding: 20px;
}
.carousel-control.left
{
	background: transparent;
}