@import url("media.css");
@import url("font-awesome.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
html, body {
	height:100%;
	width:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
nav ul, ul li {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold
}
del {
	text-decoration:line-through
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help
}
table {
	border-collapse:collapse;
	border-spacing:0
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:normal
}
a, img {
	color:#4d4d4f;
	text-decoration:none;
	font-weight:normal
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
a:hover {
	text-decoration:none
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	text-align:left;
}
h2, h3 {
	font-size:16px
}
textarea {
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	border:1px solid #eee
}
i, cite, em, var, address, dfn {
	font-style:inherit;
}
checkbox, input, radio, select, button {
}
fieldset {
	margin:0 0 15px;
	border:1px solid #c9c9c9;
	padding:15px
}
legend {
	font-weight:bold;
	line-height:20px;
	font-size:16px
}
input[type="text"], input[type="password"] {
	border:1px solid #eee
}
input[type="text"]:disabled {
	background:none repeat scroll 0 0 #fff
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cl {
	clear:both;
}
#wrapper {
	min-height:100%;
	position:relative;
	text-align: center;
}
#content {
	padding-bottom:0;
}
.devi_page {
	height:auto;
	width:auto;
	margin:0 auto;
}
.top_section {
	position:fixed;
	width:100%;
	height:auto;
	display:table;
	top:0;
	z-index:3;
	background:rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); 
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

}
.tp_line {
	height:auto;
	width:100%;
	border-bottom:1px solid #504e4e;
}
.map_ic {
	color:#999;
	font-size:18px;
	padding:20px 0;
}
.loc_adrs {
	text-transform:uppercase;
	font-size:11px;
	color:#fff;
	padding:24px 10px 0;
}
.tp_rt_b {
	height:auto;
}
.tp_rt_b li {
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
}
.tp_rt_b li a {
	padding:20px;
	color:#fff;
	float:right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tp_rt_b li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color:#ffdc03;
}
.tp_rt_b li a:last-child {
	padding-right:0;
}
.top_book_btn {
	border:1px solid #ffdc03;
	border-radius:20px;
	padding:4px 20px;
	font-weight:800;
	margin:15px 0;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:13px;
}
.butn {
	cursor: pointer;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.butn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.butn:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.butn-1 {
	border: 1px solid #ffdc03;
	color: #fff;
}
.butn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #ffdc03;
	border-radius:20px;
}
.butn-1b:hover, .butn-1b:active {
	color: #000;
}
.butn-1b:hover:after, .butn-1b:active:after {
	height: 100%;
}
.devi_fixed_header_shadow{
}
.menu_bx {
	margin:30px 0 20px;
	width:100%;
}
.nav_bx {
	width:85%;
}
.nav_only{
	width:86%;
	position:relative;
}

ul.social_icn {
	list-style:none;
	margin:0;
	padding:0;
}
ul.social_icn li {
	position: relative;
	display: inline-block;
}
ul.social_icn li a {
	float:left;
	padding:10px 0;
}
ul.social_icn li a.fc_clr {
	color:#fff
}
ul.social_icn li a.tw_clr {
	color:#fff
}
ul.social_icn li a.fc_clr:hover {
	color:#3b5998
}
ul.social_icn li a.tw_clr:hover {
	color:#55acee
}
/*ul.social_icn li:first-child {
	padding-right:35px;
}*/
.quick_section {
	width:100%;
	height:auto;
	display:table;
	background:#000;
}
.quick_section_bx {
	margin-right:10px;
	height:auto;
	padding:10px 0;
	width:25%;
}
.quick_section_bx:last-child {
	margin-right:0;
	float:right;
	width:20%;
}
.quick_section_bx select option {
	color:#000;
}
.select-style {
	border:1px solid #fff;
	border-radius:20px;
	width:80%;
	padding:5px 15px;
	color:#fff;
	overflow: hidden;
	background: url(http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/arr.png) no-repeat 90% 50%;
}
.select-style select {
	padding: 5px 8px;
	width: 100%;
	text-transform:uppercase;
	color:#fff;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-style select:focus {
	outline: none;
}
.quick_btn {
	width:85%;
	padding:10px 0;
	border-radius:20px;
	background:#ffdc03;
	box-shadow:0px -10px 0px -5px #b29a02 inset;
	font-size:13px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	font-weight:800;
}
.dd-select {
	border:1px solid #fff;
	border-radius:20px;
	padding:5px 15px;
	color:#fff;
	position: relative;
	cursor: pointer;
}
.dd-select:hover .dd-selected {
	color: #fff;
}
.dd-desc {
	color: #aaa;
	display: block;
	overflow: hidden;
	font-weight: normal;
	line-height: 1.4em;
}
.dd-selected {
	overflow: hidden;
	display: block;
	padding: 5px;
	font-weight: normal;
	font-size:13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.dd-selected label {
	float:left;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	line-height:13px;
	cursor:pointer;
}
.dd-pointer {
	width: 0;
	height: 0;
	position: absolute;
	right: -2px;
	top: 50%;
	margin-top: -12px;
}
.dd-pointer-down {
}
.dd-pointer-up {
	background:url(http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/arr.png) no-repeat scroll 4px 8px;
	width:40px;
	height:23px;
}
.dd-options {
	border-top: none;
	list-style: none;
	display: none;
	position: absolute;
	z-index: 2000;
	margin: 0 0 0 15px;
	padding: 0;
	background: #fff;
	overflow: hidden;
	width:88%;
}
.dd-option {
	padding: 10px;
	display: block;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option {
	border-bottom: none;
}
.dd-option:hover {
	background: #f3f3f3;
	color: #000;
}
.dd-options li {
	text-align:left;
	float:left;
	width:100%;
	color:#000;
	font-size:13px;
	text-transform:uppercase;
	background:none;
}
.dd-options li:hover {
	background:#ff9500;
	color:#fff;
}
.dd-options li:last-child {
	margin-left:0px;
}
.dd-options li a {
	color:#fff;
	text-decoration:none;
	padding:8px 0;
	display:block;
	width:116px;
}
.dd-options li a.selected, .dd-options li a:hover {
	color:#fff;
	text-decoration:none;
	background:#D06F19;
}
.dd-selected-description-truncated {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dd-option-selected {
	background: #f6f6f6;
}
.dd-option-image, .dd-selected-image {
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	max-width: 64px;
}
.dd-image-right {
	float: right;
	margin-right: 15px;
	margin-left: 5px;
}
.dd-container {
	position: relative;
}
.dd-selected-text {
}
.accord .accord-content {
	display: none;
}
.accord-header, .content-text {
	padding:10px;
	border-bottom:1px solid #ccc;
	cursor:pointer;
}
li.accord-content {
	display: block;
}
.accord-content li {
	border-bottom:1px solid #ccc;
	cursor:pointer;
	background:#e5e5e5;
	padding:10px 20px;
	font-size:13px;
}
.movie_book_content {
	height:auto;
	padding:60px 0;
	width:100%;
	display:table;
}
.cinemas_now_coming {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	float:left;
}
.marginbot {
	margin-bottom:15px;
}
ul.list li {
	list-style-type:none;
	margin-left:20px;
}
ul.tabs {
	width:100%;
	overflow:hidden;
	box-shadow: 0px 5px 10px -5px #ccc;
}
ul.tabs li {
	list-style-type:none;
	display:block;
	float:left;
	color:#ccc;
	height:50px;
	width:33.3%;
	text-align:center;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	cursor:pointer;
	line-height:56px;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
}
ul.tabs li.current {
	color:#000;
	box-shadow: 0px -5px 5px -3px #ffdc03 inset;
}
ul.tabs li:hover {
	color:#000;
}
.tabscontent {
	display:none;
	width:100%;
	background:#fff;
	padding:0px;
	height:auto;
	float:left;
	margin-top:20px;/*box-shadow: 0px 1px 10px #666;*/
}
.tabscontent h2 {
	color:#ff5e3a;
	font-size:18px;
	text-transform:uppercase;
	border-bottom:1px solid #ff9500;
	padding:10px 0;
}
.box_counter {
	width:100%;
	font-size:16px;
	color:#000;
	padding:5px 0 20px;
}
.box_counter span {
	width:5px;
	height:5px;
	background:#F00;
	border-radius:10px;
	float:left;
	margin:5px;
}
.movie_img_box {
	width:100%;
	height:auto;
	float:left;
}
.movie_img_box ul {
	margin-left:-10px;
	margin-right:-10px;
}
.movie_img_box li {
	max-width: 47.7%;
	height:320px;
	position:relative;
	float:left;
	border:1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0px 2px 6px 0px #ccc;
	margin:10px;
	z-index:0;
}
.movie_img_box li img {
	width:100%;
	height:200px;
	border-radius:10px 10px 0 0;
}
.movie_img_box li span {
	width: 95%;
	font-size:14px;
	color:#111111;
	float: left;
	padding:10px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
}
#rightpane {
	float:left;
	width:900px;
	overflow:auto;
}
#infopanel {
}
.line_thr {
	width:75%;
	border-bottom:2px solid #ccc;
	float:left;
	margin-top:35px;
}
.showmore {
	float: right;
	text-decoration: none;
	width:188px;
	height:37px;
	background:url(http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/show_complete_movie.png) no-repeat;
	color: #333;
	border-radius: 5px;
	margin: 15px 5px 0 0;
	cursor:pointer;
}
.show-more a {
	color:#fff;
	text-decoration:none;
	padding: 10px 5px;
	float:right;
}
.showless {
	float: right;
	text-decoration: none;
	width:188px;
	height:37px;
	background:url(http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/hide_complete_movie.png) no-repeat;
	color: #333;
	border-radius: 5px;
	margin: 15px 5px 0 0;
	cursor:pointer;
}
.mov_buy {
	color:#111;
	text-transform:uppercase;
	border:1px solid #ff5e3a;
	padding:5px 20px;
	margin:10px;
	font-size:14px;
	font-weight:400;
	border-radius:15px;
}
.mov_trl {
	color:#111;
	text-transform:uppercase;
	border:1px solid #ff9500;
	padding:5px 20px;
	margin:10px;
	font-size:14px;
	font-weight:400;
	border-radius:15px;
}
#theatre_bg {
	background: url(http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/about_bg.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: auto;
	padding: 30px 0 0 0;
}
.rslides_container {
	position: relative;
	float: left;
	width: 100%;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	z-index:0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides li h2 {
	position:absolute;
	top:40%;
	color:#fff;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	letter-spacing:-2px;
	text-transform:uppercase;
	text-align:center;
}
.transparent-btns_nav {
	display:none;
}
.centered-btns_nav:focus, .transparent-btns_nav:focus, .large-btns_nav:focus {
	outline: none;
}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
	text-align: center;
	position:absolute;
	bottom:20%;
	left:45%;
	z-index:2;
}
.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
 *float: left;
	margin-right: 10px;
}
.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	background: rgba(255, 255, 255, 1);
	display: inline-block;
	_display: block;
 *display: block;
	width: 12px;
	height: 12px;
}
.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
	border:1px solid rgb(255,255,255);
	background:none;
}

.hme_abt{
	width:52%;
	height:auto;
}
.hme_abt h2{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:48px;
	float:left;
	font-weight:800;
	text-transform:uppercase;
	width:100%;
}
.hme_abt h5{
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	font-weight:300;
	float:left;
	text-transform:uppercase;
}
.hme_abt p{
	color:#e0e0e0;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	line-height:20px;
	float:left;
	font-weight:400;
}
.hme_abt_r{
	width:45%;
	height:auto;
}
.hme_abt_r img{
	width:387px;
	float:right;
	border:10px solid rgba(255,255,255,0.5);
	border-radius:10px;
	margin:60px 0;
}
.know_more {
	color:#fff;
	text-transform:uppercase;
	border:1px solid #ff9500;
	padding:5px 20px;
	margin:10px;
	font-size:14px;
	font-weight:400;
	border-radius:15px;
}
.app_bg{
	width:100%;
	display:table;
	height:auto;
	background:#1d1d1d;
}
.app_bg h3{
	font-size:22px;
	color:#f0f0f0;
	border-bottom:2px solid #face0e;
	text-align:center;
	padding:40px 0 10px;
	font-weight:400;
}
.app_bx{
	width:45%;
	height:auto;
}
.app_bx img.app_img{
	margin:25px 0;
}
.app_bx p{
	color:#e0e0e0;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	float:left;
	text-align:center;
	font-weight:300;
	width:80%;
}
.apple_icon, .play_icon{
	width:130px;
	height:42px;
}
.apple_icon{
	
	background:url(http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/apple_icon.jpg) no-repeat;
}
.play_icon{
	background:url(http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/play_icon.jpg) no-repeat;
	
}
.social_share_bx{
	width:100%;
	height:auto;
	display:table;
	min-height:200px;
}

.social_share_bx h2{
	color:#1d1d1d;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:700;
	padding:20px 0;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}
.share_bx{
	margin:0 auto;
	width:70%;
	height:auto;
}
.share_bx .fb_ic, .share_bx .tw_ic, .share_bx .gpl_ic, .share_bx .ytb_ic{
	border-radius:30px;
	width:20px;
	height:20px;
	text-align:center;
	padding:20px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.share_bx .fb_ic{
	border:1px solid #3b5998;
	color:#3b5998;
}
.share_bx .tw_ic{
	border:1px solid #55acee;
	color:#55acee;
}
.share_bx .gpl_ic{
	border:1px solid #dd4b39;
	color:#dd4b39;
}
.share_bx .ytb_ic{
	border:1px solid #b31217;
	color:#b31217;
}
.share_bx .fb_ic:hover, .share_bx .tw_ic:hover, .share_bx .gpl_ic:hover, .share_bx .ytb_ic:hover{
	color:#fff;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.share_bx .fb_ic:hover{
	background:#3b5998;
}
.share_bx .tw_ic:hover{
	background:#55acee;
}
.share_bx .gpl_ic:hover{
	background:#dd4b39;
}
.share_bx .ytb_ic:hover{
	background:#b31217;
}

.map_bg{
	color: white;
	height:auto;
}
.embed-container { position: relative; padding-bottom: 34.2%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.footer{
	width:100%;
	height:auto;
	display:table;
	margin:30px 0 0;
}
.ftr_bx{
	margin:0 auto;
}
.ftr_bx li{
	text-align:center;
	color:#666666;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	list-style:none;
	display:inline;
	margin:5px 0 8px;
}
.ftr_bx li:last-child{
	border:0 none;
}
.ftr_bx li a{
	color:#333;
	padding:0px 5px;
	text-decoration:none;
}
.ftr_txt{
	text-align:center;
	color:#333;
	font-size:12px;
	font-family: 'Droid Sans', sans-serif;
	list-style:none;
	padding:1px 5px 0;
	margin:5px 0;
}
.ftr_txt a{
	color:#333;
	text-decoration:none;
}

#abt_tp_img{
	background: url(http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/abt_bg.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: auto;
	padding: 160px 0 90px;
}
.about_page_hdr {
  text-align: center;
  vertical-align: middle;
}
.about_page_hdr_in {
  display: inline-block;
  padding: 0 15px;
}

.about_page_hdr_in h2 {
  color: #fff;
  width: 100%;
  font-size:36px;
  text-shadow:1px 1px 2px #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: center;
}
.page-title {
  min-height: 10px;
  position: relative;
}
.ptitle_container {
  position: absolute;
  left: 0;
  width: 100%;
}
.ptitle_in {
  display: table;
  width: 100%;
}
.ptitle_item {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.ptitle_line {
  background: #ffffff;
  width: 100%;
  height: 1px;
}
.ptitle_icon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
  padding: 0 7px;
  text-shadow:1px 1px 2px #000;
}
.page_sub-title {
  font-style: italic;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  margin: 30px;
}
.about_section{
	width:100%;
	height:auto;
	display:table;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
.page_section{
	width:50%;
	position:relative;
	min-height:1px;
	
}
.page_section h2{
	color:#1d1d1d;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 800;
	font-size: 36px;
	padding: 20px 0 0;
	text-transform: uppercase;
	width: 100%;
}
.page_section p{
	color:#1d1d1d;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height:22px;
	padding:0px 0;
}
.page_section p span{
	font-weight:700;
	
}
.screen_image_section{
	width:45%;
	position:relative;
	min-height:1px;

	
}
.screen_image{
	width:93%;
	display:inline-block;
	position:relative;
	margin:35px 0;
}
.screen_image_effect{
	width:100%;
	
}
.screen_image_effect img{
	margin:0 20px 20px 0;
	
}
.screen_image img{
	display:block;
}
.screen_image::after{
	  content: "";
	  position: absolute;
	  top: 10px;
	  bottom: 10px;
	  left: 10px;
	  right: 10px;
	  border: 1px solid rgba(255,255,255,0.5);
}
.advertise{
	width:100%;
	height:auto;
}
.advertise h2{
	color:#1d1d1d;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 800;
	font-size: 36px;
	padding: 20px 0 0;
	text-transform: uppercase;
	width: 100%;
}
.advertise_txt{
	color:#1d1d1d;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height:22px;
	padding:0px 0;
}
.advertise_txt a{
	color:#dd4b39;
}

#back-top {
	position: fixed;
	bottom: 40px;
	float:right;
	right:-50px;
	*right:0px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align:right;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	background:url(http://cdn.in.ticketnew.com/Event/arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #fff;
}

.feed_back{
	width:60%;
	height:auto;
	margin:10px 0;
}
.feed_back label{
	width:100%;
	text-align:left;
	font-size:13px;
	float:left;
	color:#1d1d1d;
	padding:10px 0;
}
.feed_back label span{
	color:#f00;
}
.feed_back input[type=text], .feed_back textarea{
	width:98%;
	color:#000;
	font-size:13px;
	padding:5px;
	float:left;	
	border:1px solid #ccc;
}
.feed_back textarea{
	height:100px;
}
.feed_back input[type=button]{
	width:20%;
	float:right;
	color:#fff;
	font-size:13px;
	border:0 none;
	background:#F00;
	margin:15px 0;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 5px;
}

.feed_back .clbtn{
	width:20%;
	float:right;
	color:#fff;
	font-size:13px;
	border:0 none;
	background:#F00;
	margin:15px 0;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 5px;
}










/* -------------------------------- 

xsigin/signup popup 

-------------------------------- */
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
  text-transform: uppercase;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #ccc;
  color: #111;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #1d1d1d;
}
@media only screen and (min-width: 780px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/cd-icon-username.svg");
}
.cd-form label.cd-email {
  background-image: url("http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/cd-icon-email.svg");
}
.cd-form label.cd-password {
  background-image: url("http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}
.cd-form input.full-width {
  width: 85%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=button] {
  padding: 16px 0;
  cursor: pointer;
  background: #ffdc03;
  color: #000;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=button]:hover, .no-touch .cd-form input[type=button]:focus {
  background: #3599ae;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .cd-form input[type=button] {
    padding: 16px 0;
	margin:0 40px;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("http://cdn.in.ticketnew.com/Movie/Devi-movie-images/site-images/images/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}

#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}


