body {font-family: Roboto, sans-serif; padding:0px; margin:0px; }
nav, header, footer, article {display: block;}
	a { text-decoration:none; color:#333; border:0px; }
	img { border:0px; }
	p { padding:0px; margin:0px; }
	ul, li {padding: 0;	list-style: none; margin:0px; }
	h1, h2, h3 { padding:0px; margin:0px; font-weight:normal; font-family:"Roboto Condensed", sans-serif; }
	input { outline: none;  font-weight:normal; font-family:"Roboto Condensed", sans-serif;  }
	input {
    /* -webkit-appearance: none; */
    border-radius: 0;
    padding: 0px;
	}
	 /*
	 *, *:before, *:after{ 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
	} */

*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.shapes-1 { 
    height: 0px; 
    width: 0px; 
    border-top: 0px solid; 
    border-left: 17px solid; 
    border-right: 0px solid transparent; 
    border-bottom: 15px solid transparent; 
	position:absolute; right:0px; bottom:-15px;
}

.shapes-2 { 
    height: 0px; 
    width: 0px; 
    border-top: 0px solid; 
    border-left: 11px solid; 
    border-right: 0px solid transparent; 
    border-bottom: 9px solid transparent; 
	position:absolute; right:0px; bottom:-9px;
}

.shapes-color-1 {     
    border-top-color:#5e6989; 
	border-left-color:#5e6989; 
}
.shapes-color-2 {     
    border-top-color:#104b47; 
	border-left-color:#104b47; 
}

.shapes-color-3 {     
    border-top-color:#963c1a; 
	border-left-color:#963c1a; 
}

.radio-style input[type="radio"] {
   position:absolute;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   -o-opacity: 0;
}

.radio-style input[type="radio"] + label {
   position:relative;
   padding: 0 0 0 30px;
   font-size: 16px;
   line-height: 16px;
}

.radio-style input[type="radio"] + label:before {
   content:"";
   display:block;
   position:absolute;
   top:2px; left:0px;
   height: 14px;
   width: 14px;
   background: white;
   border: 1px solid gray;
   box-shadow: inset 0px 0px 0px 2px white;
   -webkit-box-shadow: inset 0px 0px 0px 2px white;
   -moz-box-shadow: inset 0px 0px 0px 2px white;
   -o-box-shadow: inset 0px 0px 0px 2px white;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
   border-radius: 8px;
}

.radio-style input[type="radio"]:checked + label:before {
   background: #ef8700;
}

.button-1 {
border: none;
background: #333;
padding-left: 15px;
padding-right: 15px;
color: #fff;
padding-top: 8px;
padding-bottom: 8px;
cursor: pointer;
font-size: 12pt;
text-transform: uppercase;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}

.button-1:hover { background-color:#df4662; }


/*Select Style*/
.styled-select select {
    padding:3px; width:180px; font-size:14px;
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    
    background: #f8f8f8;
    
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .styled-select select {padding-right:18px}
}

.styled-select label {position:relative}
.styled-select label:after {
    content:'>';
    font:14px "Consolas", monospace;
    color:#333;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:4px;
    padding:0 0 2px;
    border-bottom:0px solid #ddd;
    position:absolute;
    pointer-events:none;
}
.styled-select label:before {
    content:'';
    right:6px; top:2px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

@-moz-document url-prefix() {
    .styled-select label:before {
    content:'';
    right:1px; top:-3px;
    width:22px; height:27px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block; padding-top:0px;
	}
}

/****/
/*Select Style*/
.styled-select-1 select {
    padding:3px; font-size:16px;
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    
    
    
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .styled-select-1 select {padding-right:18px}
}

.styled-select-1 label {position:relative}
.styled-select-1 label:after {
    content:'>';
    font:14px "Consolas", monospace;    
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:4px;
    padding:0 0 2px;
    border-bottom:0px solid #ddd;
    position:absolute;
    pointer-events:none;
}
.styled-select-1 label:before {
    content:'';
    right:6px; top:2px;
    width:20px; height:20px;
    pointer-events:none;
    position:absolute;
    display:block;
}

@-moz-document url-prefix() {
    .styled-select-1 label:before {
    content:'';
    right:1px; top:-3px;
    width:22px; height:27px;
    position:absolute;
    display:block; padding-top:0px;
	pointer-events:none;
	}
}
/****/



.scrollbar-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 1px;
	background-color: #F5F5F5;
}

.scrollbar-1::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.scrollbar-1::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.content_div_600 {
width: 602px;
float: left;
}

.content_div_336 {
width: 336px;
float: right;
}

	/*************************************/
	.float-left { float:left; }
	.float-right { float:right; }
	.h2_main_div h2 { font-size:18pt; color:#1d2124; text-transform:uppercase; padding-left:10px; }
	.h2_main_div h2 a { color:#1d2124; }
	div.h2_no_border { border-width:0px; margin:0px; }
	
	.h2_main_div_1 h2 { color:#1d2124; text-transform:uppercase; padding-left:10px; }
	.h2_main_div_1 h2 a { color:#1d2124; }
	
	.h2_main_div_color h2 { color:#1d2124; text-transform:uppercase; padding-left:10px; line-height:38px; }
	.h2_main_div_color h2 a {font-size: 16pt; color: #FFF;}
	
	.div_990 { width:990px; margin:auto; }
	.top_bar_main { overflow:hidden; padding-top:5px; }
	.top_bar_left { width:390px; float:left; }
	.top_bar_left a { display:inline-block; width:30px; height:30px; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; margin-right:15px;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	 }
	.top_bar_left a.fb { background-position:14px -44px; }
	.top_bar_left a.fb:hover { background-position:-187px -44px; }
	.top_bar_left a.gp { background-position:10px -115px; }
	.top_bar_left a.gp:hover { background-position:-191px -115px; }
	.top_bar_left a.tw { background-position:9px -186px; }
	.top_bar_left a.tw:hover { background-position:-192px -186px; }
	.top_bar_left a.yt { background-position:9px -254px; }
	.top_bar_left a.yt:hover { background-position:-192px -254px; }
	.top_bar_left a.rs { background-position:10px -321px; }
	.top_bar_left a.rs:hover { background-position:-191px -321px; }
	.top_bar_left a.in { background-position:8px -5340px }
	.top_bar_left a.in:hover { background-position:-202px -5340px }
    .top_bar_left a.pi { background-position:8px -5424px; }
	.top_bar_left a.pi:hover { background-position:-202px -5424px; }	
	
	.top_bar_right { width:465px; float:right; margin-right: 5px;}
	.top-search-box { width:330px; height:31px; border:solid 1px #b8b8b8; float:right }	/* position:relative;*/
	
	.google-search-box { display:none; }
	.top-search-dd { width:130px; height:31px; float:right }	
	.top-search-dd select { width:130px; background-color:#1a1f23; color:#fff; font-size:13px; height:31px; }
	.top-search-dd option { padding-top:10px; }
	.top-search-dd label:before { background-color:#1a1f23; }
	@-moz-document url-prefix() { 
		.top-search-dd label:before { height:31px; top:-4px; }
	}
	.top-search-dd label { background-color:#1a1f23; color:#fff;  }
	/* Search Bar*/
	.search-fields{ background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; border:0px solid #ccc;float: left;}
	.search-fields-1{ border:0px solid #ccc;float: left;}
	.search-box{width:283px; height:28px; background-position: 170px -514px; line-height:20px; padding-left: 5px; font-size: 11pt;}
	.search-box-authors{width:240px; height:28px; background-position: 170px -514px; line-height:20px; padding-left: 5px; font-size: 11pt;}
	.search-btn{width:46px; height:29px; background-position: 11px -578px; margin-left:-1px; cursor:pointer; text-indent:-9999px;  border-left:solid 1px #fff; float:right; background-color:#fff}
	
	.logo_main_div { overflow:hidden; padding-top:5px; width:100%; padding-bottom:0px; }
	.logo_left {
	width: 188px;
	height: 125px; 
	float:left;
	
	}
	
	.logo_left a {
	display: block;
	width: 188px;
	height: 120px;
	background-image: url(https://media.santabanta.com/2015/sprite_2015c.png);
	background-repeat: no-repeat;
	background-position: 21px -2154px;
	}
	
	
	.logo_right {
	width: 728px;
	height: 90px; 
	float:right; margin-top:13px;
	margin-right: 5px;
	}
	
	nav.nav_bar { height:56px; background-color:#1a1f23; 
	-webkit-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    0px 5px 8px 0px rgba(50, 50, 50, 0.33);
	box-shadow:         0px 5px 8px 0px rgba(50, 50, 50, 0.33); z-index:9999
	 }
	 
	 .nav_bar>ul { position:relative; }
	 
	nav.nav_bar ul {
	padding: 0;
	list-style: none;	
	}
	 
	 
 
	nav.nav_bar>ul>li {
  	display: block;
  	float: left;
	}

	/****/
	nav.nav_bar li .dd1-div {
  		display: none;  background-color:#2B2D3F; width:990px; left:0px; z-index:3;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.75);	opacity: 0.99
	}
	
	nav.nav_bar li .dd2-div {
  		display: none;  background-color:#2B2D3F; width:650px; left:0px; z-index:3;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.75);	opacity: 0.99
	}
	/****/
 
	nav.nav_bar>ul>li>a {
  	display: block;
  	text-decoration: none;
  	padding: 0px 26px 0px 26px;
  
  	color: #ffffff;  
  	margin-right: 0px;
  	white-space: nowrap;
  	height:56px; /* Width and height of top-level nav items */
  	
  	text-align:center; line-height:56px; text-transform:uppercase;
  	font-size: 16px; font-family: "Roboto Condensed", sans-serif;
 	
	}
	

	nav.nav_bar ul li a.home { width:45px; padding:0px; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; background-position:12px -378px; }
	nav.nav_bar ul li a.home:hover { 
  	background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; background-position:12px -378px;
	}
	
	nav.nav_bar>ul>li:last-child { float:right; }
	nav.nav_bar ul li a.hindi_english_1 { width:45px; padding:0px; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; background-position:0px -4827px; }
	nav.nav_bar ul li a.hindi_english_1:hover { width:45px; padding:0px; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; background-position:0px -4827px; margin-left:5px; }
	nav.nav_bar ul li a.hindi_english_2 { width:45px; padding:0px; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; background-position:0px -5143px; margin-left:5px; }
	nav.nav_bar ul li a.hindi_english_2:hover { width:45px; padding:0px; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; background-position:0px -5143px; }
	

	nav.nav_bar>ul>li>a:hover { 
  	background: #2c475a; height:56px;
	}

	/****/
	nav.nav_bar li:hover>div {
  	display: block;
  	position: absolute;  
	}

	nav.nav_bar li:hover div ul {
  	padding: 0px; padding-bottom:25px;
  	list-style: none; font-size:10.5pt;
	}
	nav.nav_bar li:hover>div>ul>li {
  	display: block; 
	}

	nav.nav_bar li:hover div ul li a {
  	display: block; color:#E8E8E8; font-size:10pt; font-weight:normal; padding:8px 0px 8px 0px;
	}
	
	nav.nav_bar li:hover div ul li a:hover { color: #4BE1ED;}
	
	nav.nav_bar li:hover div ul li a sup { background-color: #06A3B0; border-radius: 3px; vertical-align: middle; font-size: 7pt; color: #FFF; padding: 1px 4px 1px 4px; text-shadow: none; text-transform: uppercase; white-space: nowrap; margin: 0 0 0 8px;}

	nav.nav_bar li:hover div ul li.hd {
  	text-transform:uppercase; font-size:12pt; padding-top:25px; padding-bottom:5px; font-family: "Roboto Condensed", sens-serif;
	}

	/****/
 
	nav.nav_bar>ul>li:hover>a { 
  	background: #2c475a;   
	}
	nav.nav_bar>ul>li:hover>a { 
  	background: #2B2D3F;   
	}
	
	/**Link Arrow**/
	/*	
	nav.nav_bar ul li a:after, nav.nav_bar ul li a:before {
	
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	}

	nav.nav_bar>ul>li>a:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 5px;
	margin-left: 5px; margin-top:25px;
	}

	nav.nav_bar>ul>li>a:hover:after, nav.nav_bar>ul>li:hover>a:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #88b7d5;
	border-width: 5px;
	margin-left: 5px; margin-top:21px;
	}
	*/
	nav.nav_bar ul li a.arrow:after {
	pointer-events:none;
	content:'>';
    font:10.5pt "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);    
    
    border-bottom:0px solid #ddd;
    position:absolute;
	}

	nav.nav_bar>ul>li>a.arrow:after {
	
	
	margin-left: 10px; margin-top:21px;
	}

	nav.nav_bar>ul>li>a.arrow:hover:after, nav.nav_bar>ul>li:hover>a.arrow:after {
	content:'<';
	}
	/**Link Arrow**/
	
	/* Animation */
	@-webkit-keyframes mm-open {
    0% {opacity:0.2;}
    100% {opacity:1;}
	}

	@keyframes mm-open {
    0% {opacity:0.2;}
    100% {opacity:1;}
	} 
	/* Animation */
	.dd1-div1 { padding-left:25px; overflow:hidden;  animation: mm-open 600ms;-webkit-animation: mm-open 600ms;
	/*
	box-shadow: inset 1px 9px 9px -6px #030101;
-webkit-box-shadow: inset 1px 9px 9px -6px #030101;
-moz-box-shadow: inset 1px 9px 9px -6px #030101;
-o-box-shadow: inset 1px 9px 9px -6px #030101;
*/
/*
box-shadow: inset 1px 12px 7px -6px #030101;
-webkit-box-shadow: inset 1px 12px 7px -6px #030101;
-moz-box-shadow: inset 1px 12px 7px -6px #030101;
-o-box-shadow: inset 1px 12px 7px -6px #030101;
*/
	}
	.dd1-div .heading {color: #F57D8A; }
	.dd2-div .heading {color: #F57D8A; }
	.div-25-percent { width:25%; float:left; }
	.div-33-percent { width:33%; float:left; }
	.dd1-div2 { height:30px; background-color:#df4662; }
	.dd1-div2 span { float:left; display:inline-block; color:#fff; }
	.dd1-div2 span>a { background-image:none; margin-right:10px; margin-left:10px; float:none; padding-right:0px;}
	.dd1-div2 span>a:hover {color: #333;}
	.dd1-div2 a { float:right; line-height:30px; margin-right:10px; color:#fff; text-transform:uppercase; font-size:9pt; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; background-position:right -455px; padding-right:30px; }		
	.dd1-div2 a:hover {color: #333;}
	

	img { border:none; }
	.margin-top-1 { margin-top:50px; }
/*	em { display:inline-block; background-color:#1a1f23; color:#fff; font-size:10px; padding:2px 5px 2px 2px } */
	.image-title { display:block; color:#616161; text-align:center; padding-top:10px; font-size: 11pt; }
	.image-title a { color:#616161; }
	.image-title a:hover { color:#000; }
	
	.video-icon { 
	/*Center ALign*/
	/*
	position:absolute; 
	width:40px; height:40px;
	display: block;
    position:absolute;
    top:0;
    left: 0;
    right:0;
    bottom: 0;
    margin:auto;
	border:solid 1px #ccc; 
	background-color:#ccc;
	*/ 
	position:absolute; 
	width:50px; height:50px;
	left:3px; top:135px;
	
	background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; background-position:0px -903px;
	}
	.fb-like { width:46px; height:25px; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; background-position:0px -1040px; }
	.fb-like a { width:46px; height:25px; display:block; }
	
	.ad_336 { width:336px; float:right; }
	/************************/
	.h2_main_div { width:100%; overflow:hidden; border-bottom:solid 1px #e5e5e5; padding-bottom:4px; margin-bottom:30px; }
	.h2_main_div_1 { width:100%; overflow:hidden; border-bottom:solid 1px #e5e5e5; padding-bottom:4px; margin-bottom:19px; }
	.h2_main_div_color { width:100%; background-color: #1A1F23; height:38px; margin-bottom:20px; position:relative; }/* overflow:hidden;*/
	
	
	.h2_left_div { display:inline-block; float:left; }
	.h2_right_links {display:inline-block; float:right; padding-top:10px; padding-right: 10px;}
	.h2_right_empty {display:inline-block; float:right; }
	.h2_right_links a { text-transform:uppercase; color:#8f8f8f; font-size:14px; margin-left:30px; font-family: "Roboto Condensed", sens-serif; }
	.h2_right_links a:hover { color:#333; }
	
	.wall_div_300 { overflow:hidden; }
	.wall_div_300 ul li { width:300px; float:left; position:relative; margin-left:45px; }
	.wall_div_300 ul li:first-child { margin-left:0px; }
	.wall_div_300 ul li a { display:block; }
	.wall_div_300 ul li a img { width:300px; height:188px; display:block; z-index:9999 }	
	.wall_div_300 ul li em { position:absolute; top:165px; right:0px; font-style: normal; display: inline-block; background-color: #1A1F23; color: #FFF; font-size: 10px; padding: 2px 5px 2px 2px; }
	.wall_div_300 ul li .fb-like { position:absolute; top:0px; right:0px; display:none; }
	.wall_div_300 ul li:hover .fb-like { color:#ff0000; display:inline; }
	/*.wall_div_300 ul li .image-title { padding-top:10px; }*/
	
	.bolly_230 { overflow:hidden; }
	.bolly_230 ul li { width:230px; float:left; position:relative; margin-left:23px; }
	.bolly_230 ul li:first-child { margin-left:0px; }
	.bolly_230 ul li a { display:block; }
	.bolly_230 ul li a img { width:230px; height:130px; display:block; z-index:9999 }	
	.bolly_230 ul li em { position:absolute; top:120px; right:0px; display:none  }
	.bolly_230 ul li .fb-like { position:absolute; top:0px; right:0px; display:none; }
	.bolly_230 ul li:hover .fb-like { color:#ff0000; display:inline; }
	/*.bolly_230 ul li .image-title { padding-top:10px; }*/
	
	.cinema_main_a1 { overflow:hidden; }
	.cinema_a1 { width:615px; height:280px; position:relative; float:left; }
	.cinema_a1 em { position:absolute; top:150px; left:0px; display:none  }
	.cinema_a1 .fb-like { position:absolute; top:0px; right:0px; display:none; }
	.cinema_a1:hover .fb-like { color:#ff0000; display:inline; }
	.cinema_a1 .a1-title { position:absolute; left:0px; bottom:0px; background-color:#ccc; width:100%; text-align:left; background: rgb(0, 0, 0); background: rgba(0, 0, 0, .7); }
	.cinema_a1 .a1-title a { padding:10px 10px 10px 10px; display:block; color:#fff; font-size:15pt; font-family: "Roboto Condensed", sens-serif;}


	/**Gallery**/
	.gal_main_div { overflow:hidden; }
	.gal_left { width:584px; float:left; }
	.gal_right { width:384px; float:right; }
	
	.gal_right .h2_main_div_1 { margin-top:5px;}
	.gal_180 { overflow:hidden; }
	.gal_180 ul li { width:180px; float:left; position:relative; margin-left:22px; }
	.gal_180 ul li:first-child { margin-left:0px; }
	.gal_180 ul li a { display:block; }
	.gal_180 ul li a img { width:180px; height:225px; display:block; z-index:9999 }	
	.gal_180 ul li em { position:absolute; top:120px; right:0px; display:none  }
	.gal_180 ul li .fb-like { position:absolute; top:0px; right:0px; display:none; }
	.gal_180 ul li:hover .fb-like { color:#ff0000; display:inline; }
	/*.gal_180 ul li .image-title { padding-top:10px; }*/
	
	
	/**SMS Section**/
	.breaking-news { overflow:hidden; }
	.breaking-news span { width:149px; height:30px; display:block; left:0px; position:absolute; 
	background-color:#ff0000; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; background-position:left -2956px }
	.breaking-news li { position:relative; padding-left:170px; line-height:30px; font-size:15px; background-color:#f4f4f4; }

	.home_sms_main { overflow:hidden; }
	
	.sms_300 > li { width:300px; float:left; margin-left:45px; }
	.sms_300 > li:first-child { margin-left:0px; }
	
	.sms_336 > li { width:282px; float:left; margin-left:45px; }
	.sms_336 > li:first-child { margin-left:0px; }
	.sms_336 > li.ad_336 { width:336px; }
	
	.sms_color_bar_1 { height:11px; background-color:#77c5d2; display:block; }
	.sms_color_bar_2 { height:11px; background-color:#7cc576; display:block; }
	.sms_color_bar_3 { height:11px; background-color:#f87a52; display:block; }
	.sms_color_bar_4 { height:11px; background-color:#f26d7e; display:block; }
	.sms_color_bar_5 { height:11px; background-color:#bd8dbf; display:block; }
	.sms_color_bar_6 { height:11px; background-color:#3cb879; display:block; }
	.sms_color_bar_7 { height:11px; background-color:#605ca8; display:block; }
	.sms_color_bar_5px_1 { height:5px; background-color:#ed1b24; display:block; }
	.sms_color_bar_5px_2 { height:5px; background-color:#1567D2; display:block; }
	
	
	
	.sms_content_1 { border:solid 1px #e4e4e4; border-top:0px;  position:relative; }
	.sms_content_2 { height:212px; display:block; padding:20px 20px 0px 20px; margin-bottom:25px; color:#3f3f3f; line-height:150%; overflow:hidden; }
	.sms_box_1 span.sms_content_2 { height:247px; }
	.sms_content_3 { height:235px; display:block; padding:20px 20px 0px 20px; margin-bottom:35px; color:#3f3f3f; line-height:150%; overflow:hidden; }
	.sms_content_1:hover .sms_content_3 { overflow:auto; }
	.sms_content_1:hover .sms_content_2 { overflow:auto; }
	.sms_content_3 span { margin-bottom:10px; display:block; font-size:18px; font-weight:bold }
	.sms_content_1 .fb-like { position:absolute; bottom:0px; right:0px; display:none; }
	.sms_content_1:hover .fb-like { color:#ff0000; display:inline; }
	.sms_content_1 .read-more { position:absolute; bottom:0px; right:20px; height:35px }
	.sms_content_1 .read-more a { font-size:15px; font-weight:bold; }
	.sms_home_add_margin { margin-top:38px; }
	.sms_content_2 a.author_link { display:block; font-size:11pt; padding-top:10px }
	
	.puzzle_button { display:block; text-align:center; padding-top:30px; }
	#puzzle_answer { display:none; }
	
	/****/
	.block_div_3 { overflow:hidden; }
	.block_div_3 .wall_div_300 { width:300px; float:left; margin-left:45px; }
	.block_div_3 .wall_div_300:first-child { margin-left:0px; }
	.header_color_1 { background-color:#77C5D2; }
	.header_color_2 { background-color:#7CC576; }
	.header_color_3 { background-color:#F87A52; }
	.header_color_4 { background-color:#333645; }
	.header_color_5 { background-color:#01a89e; }
	
	/**Astrology**/
	.block_div_2_453 { overflow:hidden; }
	.div_453 { width:453px; float:left; margin-left:84px; }
	.div_453:first-child { margin-left:0px; }
	 
	

.poll_div { overflow:hidden; }
.poll_header { padding-left:10px; padding-right:10px; color:#333645; }


.poll_options { padding-top:0px; padding-left:10px; color:#333645; }
.poll_options li { border-bottom:solid 1px #d5d5d5; padding:20px 0px 20px 0px; }
.poll_button { padding-top:35px; text-align:center }

.astrology_div { padding:0px 10px 0px 0px; line-height:150%; color:#333645; max-height:330px; overflow:hidden; }

.astrology_div sup { display:inline-block; position:relative; background-color:#f36a40; padding:0px 10px 0px 8px; color:#fff; margin-right:10px; font-size:13pt; text-transform:capitalize; }
.poweredby { display:block;
color: #666;
text-align: right;
font-size: 11px;
width: 88px;
height: 44px;
background-image: url(https://media.santabanta.com/2015/sprite_2015c.png); background-position:left -1905px;
float:right;
 }

.astro_select_div { padding-right:10px; padding-top:6px; }
.astrology_div_content { max-height:148px; overflow:hidden; display:block }
.astrology_div:hover .astrology_div_content { max-height:240px;overflow:auto; margin-bottom:10px; }
.astrology_div:hover .astro_read_more { display:none }

#astrology_box:hover .astrology_div { overflow:auto; }

.astro_read_more { display:block; text-align:right; margin-bottom:30px; }
.astro_read_more a { font-size:15px; font-weight:bold; }
	/**Poll Result**/
	.poll_optionsxxx { padding-top:10px; padding-left:10px; color:#333645; }
.poll_optionsxxx li { border-bottom:solid 1px #d5d5d5; padding:20px 0px 20px 0px; }

	#poll_options { padding-top:20px; overflow:hidden; }
	#poll_options .poll { overflow:hidden; border-bottom:solid 1px #d5d5d5; padding:20px 0px 20px 10px; }
	#poll_options .poll .poll_result_text { width:290px; float:left; }
	#poll_options .poll .poll_result_strip { width:100px; float:left; height:20px; background-color:#ff0000; }
	#poll_options .poll .poll_result_percentage { width:30px; float:left; margin-left:10px; }
	#poll_options .poll2 { padding-top:40px; text-align:center; }
	#poll_options .poll2 a { font-weight:bold; }

			

	.block_div_2_645 { overflow:hidden; }
	.div_645 { width:645px; float:left; }
	.div_300 { width:300px; float:right; }
	
	.div_627 { width:627px; float:left; }
	.div_627 div.wall_div_300 ul li {
	margin-left: 26px;
	}
	
	.div_627 div.wall_div_300 ul li:first-child {
	margin-left: 0px;
	}

	.div_336 { width:336px; float:right; }
	
	.block_div_2_645 .margin_top_1 { margin-top:16px; }
	.block_div_2_645 .margin_bottom_1 { margin-bottom:16px; }
	
	/****/
	.block_div_3_654 { overflow:hidden; }
	.div_654 { width:654px; float:left; }
	.div_300 { width:300px; float:right; }
	.block_div_2_645 .margin_top_1 { margin-top:16px; }
	.block_div_2_645 .margin_bottom_1 { margin-bottom:16px; }
	
	.list_1 li a { display:block; border-bottom:solid 1px #d1d1d1; padding:15px 10px 15px 35px; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; background-position:left -1132px; font-size:11pt }
	.list_1 li a:hover {  }
	
	.list_1 li:last-child a { border-bottom:solid 0px #d1d1d1; }
	
	/**Fotter**/
	footer { background-color:#1a1f23; margin-top:50px;
	
	 }
	.footer_div { overflow:hidden;  }
	.footer_1 { overflow:hidden; }
	.footer_1 .div-25-percent:first-child { width:24%; }
	.h2_footer_div h2 { font-size:16pt; color:#fff; text-transform:uppercase; padding-left: 15px;}
	.h2_footer_div h2 a { color:#fff; }
	.h2_footer_div { width:100%; overflow:hidden; border-bottom:solid 0px #828282; padding-bottom:4px; margin-bottom:5px; margin-top:20px; }
	
	.footer_1 {padding: 0px 20px 0px 20px;}
	.footer_1 ul li.heading { color:#828282; }
	.footer_1 ul li a {
	display: block;
	color: #828282;
	font-size: 10pt;
	font-weight: normal;
	padding: 8px 0px 8px 0px;
	}

	.footer_1 ul li a:hover {color: #fff;}
	.footer_4 a:hover {color: #fff;} 
	
	.footer_1 ul li.hd {
  	text-transform:uppercase; font-size:14.5pt; font-weight:bold; padding-top:25px; padding-bottom:5px; font-family: "Roboto Condensed", sens-serif;
	}
	
	.footer_2 {  background-color:#df4662; margin-top:40px; }
	.footer_2_1 { overflow:hidden; }
	.footer_2_2 { width:500px; float:left; padding-left: 20px;}
	.footer_2_2 a { display:inline-block; width:50px; height:50px; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; margin-right:30px; }
	.footer_2_2 a.android { background-position:left -1285px; }
	.footer_2_2 a.mail { background-position:left -1446px; }
	.footer_2_2 a.pin { background-position:left -1589px; }
	.footer_2_2 a.mobile { background-position:left -1752px; }
	.footer_2_3 { width:400px; float:right; }
	.footer_3 {
height: 50px;
border-top: solid 1px #323232;
background-color: #1a1f23;
width: 100%;
}

.footer_4 {
width: 990px;
margin: auto;
text-align: right;
padding-top: 17px;
}
.footer_4 a {
display: inline-block;
color: #9B9B9B;
font-size: 9pt;
padding-left: 15px;
padding-right: 15px;
}

	.subscribe-box { width:390px; margin-top:11px; }
	.subscribe-fields { border:0px solid #ccc;float: left;}
	#subscribe-txt {width:235px; height:30px; line-height:20px; float:right; border:solid 0px #1a1f23; font-size:11pt; padding: 1px; padding-left:10px; }
	#subscribe-btn {width:140px; height:30px; cursor:pointer; float:right; background-color:#1a1f23; color:#fff; font-size:17px; text-transform:uppercase; }
	#subscribe-btn:hover { background-color:#414141; }
	
	
/**Paging CSS**/
.paging-div-new {

margin:auto; text-align:center; overflow:hidden;
}

ul.tsc_pagination { margin:4px 0; padding:0px; height:100%; overflow:hidden; font:14px 'Tahoma'; list-style-type:none; display:inline-block; }
ul.tsc_pagination li { float:left; margin:0px; padding:0px; margin-left:8px; }
ul.tsc_pagination li:first-child { margin-left:0px; }
ul.tsc_pagination li a { 
	display: inline-block;
    margin-left: 15px; line-height:40px;        
    color: #000;
    text-decoration: none;
	padding:0px 20px 0px 20px; 
	font-size:24px; 
	line-height:60px; 
	height:60px; 
	position:relative;
	}
	
	ul.tsc_pagination li:first-child { margin-left:0px; }/**/
	ul.tsc_pagination li:first-child a , ul.tsc_pagination li:last-child a { 
		width: 60px;
		height: 60px; position:relative
	
	}
		 
	ul.tsc_pagination li:first-child:hover a , ul.tsc_pagination li:last-child:hover a { 
		border-bottom:solid 0px #999;
	
	}
	ul.tsc_pagination li:first-child a span, ul.tsc_pagination li:last-child a span { 
		width: 46px;
		height: 46px;	
		-moz-border-radius: 23px;
		-webkit-border-radius: 23px;
		border-radius: 23px; display:block; position:absolute; top:25px; left:0px; border:solid 1px #b4b4b4; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat;
	}
	ul.tsc_pagination li:first-child a span { 
		left:10px; background-position:14px -3807px; position:absolute; top:8px;
	}
	ul.tsc_pagination li:last-child a span { 
		right:0px; background-position:16px -3977px; position:absolute; top:8px;
	}
	
	ul.tsc_pagination li a:after {
    content:'/';
    font:25px "Consolas", monospace;
    color:#dadada;    
    right:-17px; top:15px;
    padding:0 0 2px;    
    position:absolute;
    pointer-events:none;
	}
	
	ul.tsc_pagination li:nth-last-child(2) a:after {
    	content:'';
	}
	ul.tsc_pagination li:first-child a:after , ul.tsc_pagination li:last-child a:after { 		
		content:'';
	}
	
	
ul.tsc_pagination li a.previous1 {width: 60px;}
ul.tsc_pagination li a img { border:none; }
ul.tsc_paginationA li a { /*color:#FFFFFF; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;*/ }
ul.tsc_paginationA08 li a { /*background:#3862C8; background:-moz-linear-gradient(top, #969696, #646566); background:-webkit-gradient(linear, 0 0, 0 100%, from(#969696), to(#646566));*/ }
ul.tsc_paginationA08 li a:hover {/*background: #438EEC;*/}
ul.tsc_paginationA08 li a.current 
{ /*color:#888; background:#EEE;*/ 
	margin-left: 10px;
    display: inline-block; 
	border-bottom:solid 4px #333;
    color: #757575;
}
ul.tsc_paginationA08 li a.disabled { /*color:#888; background:#EEE; width: 60px;*/ }
ul.tsc_paginationA08 li a.dots { color:#355DDD; background:#fff; }
/**Paging CSS**/

.inner-content-content-box-paging {
        width: 100%;
        padding-top: 20px;
        text-align:center;
    }
    /*Paging*/

.pagination { width:auto; display:inline-block; }
    .pagination a {
        display: inline-block;
        margin-left: 20px; line-height:40px;        
        color: #000;
        text-decoration: none;
		padding:0px 20px 0px 20px; 
		font-size:24px; 
		line-height:60px; 
		height:60px; 
		position:relative;
    }

        .pagination a:hover {
            color:#ccc; border-bottom:solid 4px #999;
        }
		
		.pagination a:first-child { margin-left:0px; }
		
		.pagination a:after {
    content:'/';
    font:25px "Consolas", monospace;
    color:#dadada;    
    right:-17px; top:15px;
    padding:0 0 2px;    
    position:absolute;
    pointer-events:none;
	}

		.pagination a:first-child , .pagination a:last-child { 
		width: 60px;
		height: 60px; position:relative
	
		 }
		 
		 .pagination a:first-child:hover , .pagination a:last-child:hover { 
		border-bottom:solid 0px #999;
	
		 }
		 
	.pagination a:nth-last-child(2):after {
    	content:'';
	}
	.pagination a:first-child:after , .pagination a:last-child:after { 		
		content:'';
	}
		 
	.pagination a:first-child span, .pagination a:last-child span { 
		width: 46px;
		height: 46px;	
		-moz-border-radius: 23px;
		-webkit-border-radius: 23px;
		border-radius: 23px; display:block; position:absolute; top:25px; left:0px; border:solid 1px #b4b4b4; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat;
		 }
	.pagination a:first-child span { 
		left:10px; background-position:14px -3807px;
	}
	.pagination a:last-child span { 
		right:0px; background-position:16px -3977px;
	}
		

    .paging-dot {
        margin-left: 10px;
    }

    a.current {
        margin-left: 10px;
        display: inline-block; border-bottom:solid 4px #333;
        color: #757575;
    }

        a.current:hover {
            
        }

    a.disabled {
        margin-left: 10px;
        display: inline-block;
        color: #757575;
    }

        a.disabled:hover {
            
        }
		
		a.disabled:first-child { margin-left:0px; margin-right: 15px;}
    /*Paging*/
	

/**AutoComplete Search***/
.searchBox {
  position: absolute;
  left: 0px;  
  margin: 0px 0px 0px 0px;
  width: 300px;
  background-color: #fff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #efefef; border-bottom:none;
  color: #fff;
  margin-left: 0;
  padding-left: 0em;
  list-style-image: none; z-index:999999; margin-top:3px;
  
-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.65);
-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.65);
box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.65);
}

.searchBox {
            left: auto;
            width: 329px;
            top: 33px;
        }
		
ul.searchBox-1 {
  position: absolute;
  left: 0px;  
  margin: 0px 0px 0px 0px;
  width: 294px;
  background-color: #fff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #efefef; border-bottom:none;
  color: #fff;
  margin-left: 0;
  padding-left: 0em;
  list-style-image: none; z-index:999999; margin-top:3px;
  
-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.65);
-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.65);
box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.65);

left: auto;
            width: 293px; margin-top:30px;
            
}



.searchLabel {
  
  font-size: 14px;
  
  color: #474747;
  margin: 0px 0px 0px 0px;
  padding: 8px 5px 8px 10px;
  cursor: pointer;
  list-style-image: none; border-bottom:solid 1px #f5f5f5; position:relative;
}

ul.searchBox-1>.searchLabel {
  
  font-size: 14px;
  
  color: #474747;
  margin: 0px 0px 0px 0px;
  padding: 8px 5px 8px 10px;
  cursor: pointer;
  list-style-image: none; border-bottom:solid 1px #f5f5f5; position:relative;
}

.searchLabel .span_auto { position:absolute; right:0px; color:#999; font-size:11px; margin-right:10px; text-transform:uppercase; padding-top:3px; }

.searchSelected {
  font-size: 14px; 
   
  color: #248b9e;
  margin: 0px 0px 0px 0px;
  padding: 8px 5px 8px 10px;
  cursor: pointer;
  background-color: #cfedfc;
  list-style-image: none; border-bottom:solid 1px #cfe3ee;
}

.searchLabel:hover { background-color: #e6e6e6; }

.searchProgress {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 10px;
  color: #248b9e;
  /*background: url('../img/search/progress.gif') right center no-repeat;padding: 8px 5px 8px 5px;*/
}
/**AutoComplete Search***/

/**Social Links**/
	.social-links a { display:inline-block; width:45px; height:45px; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; margin-left:10px; margin-right:0px; }
	.social-links a:first-child { margin-left:0px; }
	.social-links a.scl-fb-like { background-position:2px -2371px; }
	.social-links a.scl-google-plus { background-position:2px -2506px; }
	.social-links a.scl-tweet { background-position:2px -2652px; }
	.social-links a.scl-pinterest { background-position:2px -2797px; }
/**Social Links**/

/**Page Header Old**/
.heading-div-1 { border-bottom:solid 1px #ddd; overflow:hidden; height:35px; }
.heading-div-2 h2 { font-style:normal; }
.heading-div-1-video { border-bottom:solid 1px #7ed6e7; overflow:hidden; padding-bottom:5px; }
.heading-div-1-1 { border-bottom:solid 1px #7ed6e7; overflow:hidden; padding-bottom:5px; }
.heading-div-2-1 { padding-left:10px; color:#545454; }
.heading-div-2-2 { padding-left:10px; color:#545454; text-align:right; width:98%; text-transform:uppercase;  }
.heading-div-2-2 a { color:#333; font-weight:bold; }
.heading-div-2-2 a.selected { color:#2c93a7; }
.heading-div-2-2 a.comment { margin-right:20px; }
.heading-div-2-2 span { margin-left:10px; margin-right:10px; }


.heading-div-2-1 h2 { text-transform:none; font-style:italic; font-size:22px; }
.heading-new h1 { text-transform:none; font-size:22px; color:#777777; }
.heading-div-2 a { color:#545454; text-decoration:none; }
.heading-div-2 a:hover { color:#5fcee4; }
.heading-div-2 span { color:#1194ad; }
.heading-div-3 { padding-top:3px; padding-right:10px; }

.nav-right-links a { color:#949494; font-size:12px; }
.nav-right-links a:hover { color:#333; }
.nav-right-links span { font-size:14px; color:#dcdcdc; margin-left:8px; margin-right:8px; }

.margin-new-t-1 { margin-top:50px; }
	.margin-l-r-1 { /*margin-left:5px; margin-right:5px;*/ }
	.margin-l-1 { margin-left:5px; }
	.margin-r-1 { margin-right:5px; }
/**Page Header Old**/

	
	/**FB Comments**/
	.wallpaper-big-1-comments { margin-top:8px; }
	.wallpaper-big-1-comments-a { margin-top:18px; }
	.wallpaper-big-1-comments-1 { height:30px; position:relative; }
	.wallpaper-big-1-comments-btn { width:120px; line-height:30px; position:absolute; right:0px; top:0px; text-align:center; border:solid 1px #3b5998; font-size:12px; background-color:#6b81b1; cursor:pointer; display:inline-block; text-transform:uppercase; color:#fff; }
	.wallpaper-big-1-comments-btn:hover { background-color:#92a8d7; }
	#fb_comments_hide { display:none; }
	.wallpaper-big-1-comments-fb { width:100%; border-top:solid 1px #3b5998; margin-top:1px;  }
	.wallpaper-big-1-comments-fb-1 { display:none; padding-top:40px; }
	/**FB Comments**/
	
	
	/**Paging Button**/
	.pagging-1 {
        border-top: solid 0px #333;
    }

    .pagging-2 {
        width: 240px;
        height: 70px;
        margin: auto;
    }

    .pagging-btn-1 {
        width: 100px;
        float: left;
        font-size: 1.000em;
    }

    .pagging-btn-2 {
        width: 100px;
        float: right;
        
    }

    .paging-margin-wallcat {
        margin-top: 20px;
    }

    a.gray-button, a.blue-button {
        border-radius: 3px 3px 3px 3px;
        display: block;
        font-size: 11pt;        
        min-width: 12px;
        overflow: hidden;
        padding: 8px 15px 8px 15px;
        position: relative;
        text-align: center;
        text-decoration: none;        
        white-space: nowrap;
        line-height: 22px;
		
    }


    a.gray-button {
        background-color: #DEDEDE;
        border: 0px solid #C2C2C2;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        color: #000000;
        text-shadow: none;
    }

    a.blue-button {
        background-color: #333;
        border: 0px solid #4da9bc;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        color: white;
        text-shadow: none;
    }

        a.blue-button:hover {
            background-color: #333;
        }

    .btn-paging {
        max-width: 115px !important;
        
    }
	/**Paging Button**/
	
	/**Page Header***************/
	.overflow_1 { overflow:hidden; }
	.breadcrumb { font-size:13px; margin-bottom:50px; margin-top:50px; }
	.breadcrumb_1 {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #e5e5e5;
	padding-left:10px; padding-right:10px;
	}
	
	.breadcrumb_2 {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #e5e5e5; line-height:40px; padding-left:10px; padding-right:10px;
	
	}

	.breadcrumb_h2 {
	display: inline-block;
	float: left; padding-bottom:5px;
	}
	
	.breadcrumb_left { display:inline-block; float:left; }
	.breadcrumb_right { display:inline-block; float:right; font-family:"Roboto Condensed", sans-serif; font-size: 11pt;}
	.breadcrumb_right a { color:#8e8e8e; display:inline-block;border-bottom: solid 3px #fff; padding-left:15px; padding-right:15px; margin-left:15px; margin-right:15px; padding-bottom:16px; }
	.breadcrumb_right a.hindi { padding-bottom:14px; }
	.breadcrumb_right a:hover { border-bottom-color: #000; color:#333; }
	.breadcrumb_right a.selected { border-bottom-color: #1a1f23; color:#333; }
	
	.breadcrumb_right_1 { display:inline-block; float:right; }
	
	.breadcrumb_left a { color:#8e8e8e; display:inline-block; }
	.breadcrumb_left span { color:#8e8e8e; display:inline-block; margin-left:15px; margin-right:15px; }
	/**Page Header***************/
	
	/**Favourites**/
	.socials_1 a.favourites {
	
	}
	
	a.sms-box-300x180-2-fav-n {		}
	
	/**Popular Right List*****************************************/
	.right_popular_list_1 {
    }
    .right_popular_list_2 {
        line-height: 48px;
        background-color: #1a1f23;
        font-family:"Roboto Condensed", sans-serif; font-size:17pt;
    }
    .right_popular_list_2 a { color:#fff; display:block; padding-left:60px; }
        .right_popular_list_2 a span {
            color: #eb2d46;
        }

    .right_popular_list_1 ul {
    }
        .right_popular_list_1 ul li a {
            display: block;
            border-bottom: dashed 1px #999;
            padding: 15px 0px 15px 0px;
            overflow: hidden;
            line-height: 150%;
            color: #5b5b5b;
            font-size: 14pt;
            font-family:"Roboto Condensed", sans-serif;
        }

        .right_popular_list_1 ul li a img {
            float:left; margin-right:10px;
        }
            .right_popular_list_1 ul li a .img_1 {
                width:115px; height:65px;
            }

            .right_popular_list_1 ul li a .img_2 {
                width: 115px;
                height: 72px;
            }
			
	/*************************************************************/
	.right_popular_list_1_a ul {
    }
        .right_popular_list_1_a ul li a {
            display: block;
            border-bottom: solid 1px #e0e0e0;
            padding: 15px 0px 15px 0px;
            overflow: hidden;            
            color: #000000;
            font-size: 14pt;
            font-family:"Roboto Condensed", sans-serif;
        }
		.popular_1 ul li a { font-size:12pt; color:#1a1f22 }
		.right_popular_list_1_a ul li a:last-child { border:0px; }
		.right_popular_list_1_a ul li a>span { 
			display:block; position:relative; padding-left:30px;
		}
		
		span.t_1 { 
			position:absolute; padding-left:0px; left:10px;
		  	top: 50%;
			transform: translateY(-50%);
		 }
		
		.triangle_1 {
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-left: 6px solid red;
		border-bottom: 6px solid transparent;
		}
		
		span.paging_new_arrow_1 {
        background-image: url(https://media.santabanta.com/2015/sprite_2015c.png);
        display: block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: left -4146px;
        position: absolute; bottom:-20px; right:10px;
		-webkit-transform: rotateX(-180deg);
    	-moz-transform: rotateX(-180deg);
    	-ms-transform: rotateX(-180deg);
    	transform: rotateX(-180deg);
    	}

        .right_popular_list_1_a ul li a img {
            float:left; margin-right:10px;
        }
            .right_popular_list_1_a ul li a .img_1 {
                width:115px; height:65px;
            }

            .right_popular_list_1_a ul li a .img_2 {
                width: 115px;
                height: 72px;
            }
	/*************************************************************/
	.right_popular_list_1_r ul {
    }
    .right_popular_list_1_r ul li a {
    	display: block;
        border-bottom: solid 1px #e0e0e0;
        padding: 15px 50px 15px 0px;
        overflow: hidden;            
        color: #000000;
        font-size: 13pt;
        font-family:"Roboto Condensed", sans-serif; position:relative;
    }
	
	.right_popular_list_1_r ul li a span {
		display:inline-block; position:absolute; right:0px; color:#DD1F3A; text-transform:uppercase; font-size:12pt;
	}
	
	.birthday_1 ul li a span, .birthday_1 .right_popular_list_2 a span {
		color: #05BBBB;
	}
	.right_popular_list_1_r li a:hover {color: #DD1F3A;}
	.birthday_1 li a:hover {color: #05BBBB;}
	
	.right_popular_list_1 ul li a:last-child { border:0px; }
	.right_popular_list_1_a ul li a:last-child { border:0px; }
	.right_popular_list_1_r ul li a:last-child { border:0px; }
	/**Popular Right List*****************************************/
	
	/**Cinema List*****************************************/
	.margin_b_30 { margin-bottom:30px; }
	.margin_b_40 { margin-bottom:40px; }
	.margin_b_50 { margin-bottom:50px; }
	
	.margin_t_30 { margin-top:30px; }
	.margin_t_40 { margin-top:40px; }
	.margin_t_50 { margin-top:50px; }
	
	
	.cinema_list_new_1 {
            }

            .cinema_list_new_2 li {
                overflow: hidden;
                border-bottom: solid 1px #dedede;
                padding-bottom: 15px;
                margin-bottom: 30px;
                font-family: "Roboto Condensed", sans-serif;
            }
			.cinema_list_new_2 li:last-child { border-bottom:0px; }

            .cinema_list_new_img {
                display: block;
                width: 230px;
                height: 165px;
                float: left;
                margin-right: 25px;
            }

                .cinema_list_new_img img {
                    width: 230px;
                    height: 130px;
                }
				
			.cinema_list_new_img_300 {
                display: block;
                width: 230px;
                height: 180px;
                float: left;
                margin-right: 25px;
            }

                .cinema_list_new_img_300 img {
                    width: 230px;
                    height: 144px;
                }

            .cinema_list_new_text {
                display: block;
                width: 345px;
                float:left;
            }
			
			.cinema_list_new_text em { display:block; width:70px; height:20px; background-image:url(https://media.santabanta.com/2015/sprite_2015c.png); background-repeat:no-repeat; }
			.cinema_list_new_text em.rating5 { background-position:0px -4325px; }
			.cinema_list_new_text em.rating4_5 { background-position:0px -4356px; }
			.cinema_list_new_text em.rating4 { background-position:0px -4385px; }
			.cinema_list_new_text em.rating3_5 { background-position:0px -4417px; }
			.cinema_list_new_text em.rating3 { background-position:0px -4447px; }
			.cinema_list_new_text em.rating2_5 { background-position:0px -4478px; }
			.cinema_list_new_text em.rating2 { background-position:0px -4509px; }
			.cinema_list_new_text em.rating1_5 { background-position:0px -4549px; }
			.cinema_list_new_text em.rating1 { background-position:0px -4582px; }
			
			.cinema_list_new_text_1 {
                display: block;                
            }
                .cinema_list_new_text a {
                    display: block;
                    font-size: 16pt;
                    
                }
				
				.cinema_list_new_text_1 a {
                    display: block;
                    font-size: 16pt;
                    
                }
            .cinema_list_new_desc {
                margin-top: 10px;
                display: block;
                color: #4c4c4c; line-height:150%; max-height:125px; overflow:hidden;
            }
            .cinema_list_new_date {
                margin-top: 5px;
                display: block;
                text-align: left;
                color: #8f8f8f;
                font-size: 10pt;
                
            }
			
			/**Cinema List*****************************************/
	/**Paging Next Back*****************************************/
			.paging_new_1 {
        border-top: solid 1px #e3e3e3;
        border-bottom: solid 1px #e3e3e3;
        overflow: hidden;
        font-family: "Roboto Condensed", sans-serif;
    }
        .paging_new_1 a {
            display: inline-block;
            width: 50%;
            padding-top: 10px;
            padding-bottom: 35px;
            vertical-align: top;
            position: relative;
            font-size: 13pt;
        }

    .paging_new_arrow {
        background-image: url(https://media.santabanta.com/2015/sprite_2015c.png);
        display: block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: left -4146px;
        position: absolute; bottom:10px; right:10px;
    }
	.paging_new_1 a:first-child .paging_new_arrow {        
        right:auto; left:10px;
		-webkit-transform: rotateX(180deg);
    	-moz-transform: rotateX(180deg);
    	-ms-transform: rotateX(180deg);
    	transform: rotateY(180deg);
    }
     .paging_new_1 a:hover {
        background-color: #f9f9f9;
    }
             .paging_new_1 a:first-child {
                border-right: solid 1px #e3e3e3;
            }
    .paging_new_2{
        display:block; text-align:right; margin-bottom:10px; text-transform:uppercase; padding-right: 5px;
    }
    .paging_new_1 a:first-child .paging_new_2 {
        text-align: left;
        padding-left: 5px;
    }

    .paging_new_3 {
        display: block;
        margin-left: 10px;
        height: auto;
        overflow: hidden;
        color: #6d6d6d;
    }
    .paging_new_1 a:first-child .paging_new_3 {
        margin-left: 0px; margin-right:10px;
    }
        .paging_new_3 img {
            float: right;
            margin-left: 10px;
        }

    .paging_new_1 a:first-child .paging_new_3 img {
        float: left;
        margin-left: 0px;
        margin-right: 10px;
    }
	
	/**Paging Next Back*****************************************/
	/*BS powered by start*/
.cust_forter_poweredby {
        display: inline-block;
    color: #9B9B9B;
    font-size: 9pt;
    float:left;
    padding-right:15px; 
}
.cust_forter_poweredby a{
    padding:0px !important;
}


.cust_forter_poweredby a:hover {
        color: #fff;
    }
/*BS powered by end*/
.top_bar_left a{width: 30px;}