@charset "utf-8";
body{
	margin:0;
	padding:0;
	font-family:"Open Sans",sans-serif;
	background:none repeat scroll 0 0 #F9F9F9;
}
.float_right_style{
	float:right !important;
}
*, input{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	font-family: "Open Sans",sans-serif;
  box-sizing: border-box;
  outline:none;
	transition: all 0.5s linear 0s !important;
}
.clear{
	width:0;
	height:0;
	clear:both;
}
.main {
}
.main_logo{
	width:200px;
	height: 183px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.main_logo img{
	width:200px;
}
.main_inner{
    z-index:99;
	width:100%;
	height:auto;
	padding-bottom:20px;
	border-bottom:#fff solid 2px;
	position:relative;
	background:#403a60; /* Old browsers */
background:url(../images/header.png), -moz-radial-gradient(center, ellipse cover,  #403a60 0%, #29263b 100%); /* FF3.6+ */
background:url(../images/header.png), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#403a60), color-stop(100%,#29263b)); /* Chrome,Safari4+ */
background:url(../images/header.png), -webkit-radial-gradient(center, ellipse cover,  #403a60 0%,#29263b 100%); /* Chrome10+,Safari5.1+ */
background:url(../images/header.png), -o-radial-gradient(center, ellipse cover,  #403a60 0%,#29263b 100%); /* Opera 12+ */
background:url(../images/header.png), -ms-radial-gradient(center, ellipse cover,  #403a60 0%,#29263b 100%); /* IE10+ */
background:url(../images/header.png), radial-gradient(ellipse at center,  #403a60 0%,#29263b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#403a60', endColorstr='#29263b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.main_inner_logo{
	width:100%;
	height:70px;
	text-align:center;
	margin-top:20px;
	float:left;
}
.main_inner_logo img{
	height:70px;
}
.search_tags{
	width:90%;
	height:50px;
	margin-left:5%;
	font-weight:600;
	float:left;
	line-height:50px;
	font-size:small;
	text-align:center;
}
.search_tags a{
	color:#fff;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
}
.search_tags a:hover{
	text-decoration:underline;
}
.main_inner_search{
	width:90%;
	height:auto;
	margin-left:5%;
	border:#fff solid 2px;
	float:left;
}
.search_form{
	width:80%;
	height:28px;
	background:none;
	border:none;
	float:left;
	color:#fff;
	text-transform:uppercase;
	padding:0 8px;
}
.search_button{
	width:20%;
	height:28px;
	border:none;
	text-align:center;
	padding-top:5.5px;
	background:#FFFFFF;
	color:#403a60;
	float:right;
	background-size:32px;
}
.header{
	background:#403a60;
	position:fixed;
	width:100%;
	min-height:50px;
	height:auto;
	border-bottom:#d2d2d2 solid 2px;
	margin-top: -2px;
	z-index:9;
}
.header_logo{
	width:auto;
	height:37px;
	float:left;
	margin-top:5px;
	margin-left:5px;
}
.header_logo img{
	height:37px;
}
.menu{
	width:30px;
	margin-top:10px;
	height:30px;
	border-radius:100%;
	text-align:center;
	background:#352F53;
	float:right;
	font-size:20px;
	padding-top:5px;
	margin-right:10px;
}
.menu a{
	color:#FFFFFF;
}
.content{
	padding:10px;
	height:auto;
}
.content_title{
	width:100%;
	height:40px;
	border-bottom:#f0532a solid 1px;
	font-weight:600;
	color:#403a60;
	text-transform:uppercase;
	line-height:40px;
}
.category_title_inner{
	float:left;
}
.more_arrow{
	background: none repeat scroll 0 0 #000000;
    float: right;
    font-size: 20px;
    height: 30px;
    margin-top: 10px;
    overflow: hidden;
    padding-top: 6px;
    text-align: center;
    width: 30px;
}
.more_arrow a{
	color:#FFFFFF;
}
.content_inner{
	width:100%;
	height:auto;
}
.content_inner_one{
	width:49%;
	height:auto;
	float:left;
	border:#d2d2d2 solid 1px;
	background:#FFFFFF;
	margin-bottom:2%;
	margin-top:2%;
	padding:2%;
}
@media screen and (min-width: 768px) {
.content_inner_one{
	width:25%;
	height:auto;
	float:left;
	border:#d2d2d2 solid 1px;
	background:#FFFFFF;
	margin-bottom:2%;
	margin-top:2%;
	padding:2%;
}
.float_right_style {
    float: left !important;
}
}
.content_inner_one a, .content_inner_two a{
	text-decoration:none !important;
}
.content_inner_one_title{
	width:100%;
	height:36px;
	overflow:hidden;
	font-weight:600;
	color:#f0532a;
	font-size:small;
}
.content_inner_one_image{
	width:100%;
	margin-top:10px;
	position: relative;
	overflow: hidden;
}
.content_inner_one_image img{
	width:100%;
}
.content_inner_one_image span.share, .category_videos_show_one_image span.share{
    top: 0;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    right: 0;
    padding: 4px 4%;
    position: absolute;
    width: auto;
    background: #000;
    opacity: 0.6;
}
.content_inner_one_image span.newtag {
    top: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    left: -33px;
    padding: 1px 0%;
    position: absolute;
    width: 100px;
    background: #FF0000;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
}
.category_videos_show_one_image span.newtag {
    top: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    left: -38px;
    padding: 0px 0%;
    position: absolute;
    width: 100px;
    background: #FF0000;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
}


.content_inner_one_discription{
	width:100%;
	height:35px;
	margin-top:5px;
}
.content_inner_one_discription_one{
	width:100%;
	float:left;
	background:#403a60;
	height:35px;
	text-align:center !important;
}
.content_inner_one_discription_one img{
	height:10px;
	margin-top:10px;
}
.video_view{
	width:auto;
	height:35px;
	line-height:35px;
	font-size:12px;
	color:#FFFFFF;
}
.banner{
	width:100%;
	height:auto;
}
.banner img{
	width:100%;
}
.view_button{
	width:100%;
	height:30px;
	background:#ff8b1a;
	float:left;
	text-align:center;
	line-height:30px;
	color:#FFFFFF !important;
	font-size:small;
}
.most_popular{
	padding:10px;
}
.most_popular_inner{
	padding:10px;
	height:auto;
	background:#FFFFFF;
	border:1px solid #d2d2d2;
}
.most_popular_inner_title{
	width:100%;
	height:30px;
	background:#f0532a;
	font-size:small;
	color:#FFFFFF;
	text-transform:uppercase;
	line-height:30px;
}
.most_popular_tags{
	width:100%;
	height:auto;
	padding-bottom:10px;
}
.most_popular_tags ul{
	margin:0;
	padding:0;
	list-style:none;
}
.most_popular_tags ul li{
	font-size:small;
	float:left;
}
.most_popular_tags a{
	padding-left:10px;
	padding-right:10px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#c9c9c9;
	display:block;
	color:#000000;
	margin-left:10px;
	margin-top:10px;
	text-decoration:none;
}
.quick_links{
	padding:0px 10px;
	height:40px;
	line-height:40px;	
	font-size:small;
	background:none repeat scroll 0 0 #403a60;
}
.quick_links a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer {
    color:#f0532a;
    font-size: 12px;
    line-height: 22px;
    padding: 10px;
	padding-bottom:25px;
    text-align: center;
}
.footer a {
    color: #f0532a;
    text-decoration: none;
}
.fixed_links{
	width:100%;
	height:40px;
	background:#fff;
	position:fixed;
	bottom:0;
}
.fixed_links_one{
	border-top: 3px solid #c9c9c9;
    float: left;
    font-size: 30px;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    width: 33.33%;
	color:#333333;
}
.fixed_links_one:hover{
	border-top:3px solid #f0532a;
}
.fixed_links_one img{
	height:30px;
	margin-top:5px;
}






















.menu_logo{
	width:100%;
	height:60px;
	margin-top:30px;
	text-align:center;
}
.menu_logo img{
	height:60px;
}
.menu_one{
	width:50%;
	height:auto;
	float:left;
	margin-top:30px;
}
.menu_one a{
	color:#fff;
	text-decoration:none;
}
.menu_one_image{
	width:100px;
	height:100px;
	margin:auto;
}
.menu_one_image img{
	width:100px;
}
.menu_one_title{
	width:100%;
	height:20px;
	font-weight:600;
	text-align:center;
	margin-top:5px;
}
.back_button{
	width:100%;
	height:40px;
	text-align:center;
	margin-top:20px;
	float:left;
	margin-bottom:30px;
}
.back_button img{
	height:40px;
}




.category_videos_view{
	width:auto;
	margin-top:35px;
	padding:10px;
	height:auto;
}
.category_videos_view_inner{
	width:auto;
	height:auto;
}
.category_videos_view_inner_tabs{
	width:100%;
	height:20px;
	margin-top:15px;
}
.category_videos_view_inner_tabs a{
	color:#333333;
	text-decoration:none;
}
.category_videos_view_inner_tabs_one{
	width:33.33%;
	height:20px;
	font-weight:600;
	text-align:center;
	line-height:20px;
	font-size:small;
	float:left;
}
.arrow_tabs{
	width:30px;
	height:auto;
	margin:auto;
	margin-top:5px;
}
.arrow_tabs img{
	width:30px;
}
.category_videos_show{
	width:auto;
	height:auto;
	padding:10px;
	padding-top:0 !important;
	margin-top:-1px;
	border:#CCCCCC solid 1px;
	background:#FFFFFF;
}
.category_videos_show a{
	text-decoration:none;
}
.category_videos_show_one{
	width:100%;
	height:100px;
	margin-top:10px;
	border-bottom:#CCCCCC solid 1px;
}
.category_videos_show_one_image{
	width:90px;
	float:left;
	height:auto;
	position: relative;
	overflow: hidden;
}
.category_videos_show_one_image img{
	width:100%;
}
.category_videos_show_one_text{
	width:52%;
	font-weight:600;
	float:left;
	margin-left:10px;
	height:90px;
}
.category_videos_show_one_text_title{
	width:auto;
	height:60px;
	overflow:hidden;
	margin-top:10px;
	font-size:small;
	color:#333333 !important;
}
.category_videos_show_one_text_title_time{
	width:100%;
	height:18px;
	font-weight:600;
	color:#999999 !important;
	font-size:small;
}


.pagination {
    border: 1px solid #F0532A;
    height: auto;
    line-height: 27px;
    margin-bottom: 10px !important;
    text-align: center;
	margin:auto;
    width: 167px;
}
.pagination a {
    color: #ffffff;
}
.last {
    background:#F0532A;
    float: left;
    font-size: 22px;
    height: 30px;
    width: 30px;
}
.back {
    background:#F0532A;
    float: left;
    font-size: 22px;
    height: 30px;
    width: 30px;
}
.pages {
    border: medium none;
    float: left;
	font-weight:600;
    font-size: small;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 105px;
}
.search_bar_down{
	width:auto;
	height:auto;
	padding-bottom:0 !important;
	padding:10px;
}
.search_bar_down_inner{
	padding:10px;
	background:#d0d0d0;
}
.search_bar_down_inner_search{
	width:70%;
	height:35px;
	float:left;
	background:#FFFFFF;
}
.search_form_button{
	width:100%;
	height:100%;
	border:none;
	font-weight:600;
	font-size:small;
	text-transform:uppercase;
	padding: 0 0 0 8px;
	color:#666666;
}
input, input:focus{
	outline:none;
}
.search_bar_button{
	background:url(../images/search_arrow.jpg) no-repeat #F0532A;
	width:30%;
	padding:0;
	height:35px;
	color:#FFFFFF;
	background-size:14px;
	border:none;
	float:left;
	border-radius:0px !important;
	font-weight:600;
	font-size:small;
	text-transform:uppercase;
}


.latest_links{
	width:auto;
	height:auto;
	margin-top:10px;
	padding-top:0px !important;
}
.latest_links ul{
	margin:0;
	padding:0;
}
.latest_links ul li{
	list-style:none;
	float:left;
	width:100%;
}
.latest_links a{
  width: auto;
  padding: 5px 10px;
  height: 35px;
  font-weight: 600;
  margin-top: 2px;
  color: #333333;
  text-decoration: none;
  background: #4aceff;
  font-size: small;
  display: block;
  line-height: 30px;
  overflow: hidden;
}
.latest_links a:hover{
	text-decoration:underline;
}



.confirmation_page{
	width:auto;
	height:auto;
	margin-top:15px;
	padding:15px;
	border:#CCCCCC solid 1px;
	background:#FFFFFF;
	margin-bottom:10px;
	overflow: auto;
}
.confirmation_page_image{
	width:100%;
	height:100px;
	text-align:center;
	border-radius:100%;
}
.confirmation_page_warn{
	width:90%;
	height:auto;
	margin:auto;
	font-weight:600;
	font-size:11px;
	text-align:center;
	margin-top:10px;
	color:#F0532A;
}
a{
	text-decoration:none;
}
.confirmation_page_title{
	width:90%;
	height:auto;
	margin:auto;
	font-weight:600;
	font-size:small;
	text-align:center;
	margin-top:10px;
	color:#F0532A;
}
.confirmation_page_image img{
	width:100px;
	border-radius:100%;
}
.download_button{
	width:100%;
	height:30px;
	background:#009856;
	margin:auto;
	color:#FFFFFF !important;
	margin-top:10px;
	text-align:center;
	line-height:30px;
	color:#FFFFFF !important;
	font-size:small;
}



.scrollToTop {
    display: none;
}

.download_app{
 width:90%;
 height:35px;
 float:left;
 margin-top:20px;
 margin-left:5%;
 cursor:pointer;
 text-transform:uppercase;
 color:#FFF;
 text-align:center;
 line-height:35px;
 font-size:small;
 font-weight:600;
 background:#54A954;
 text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); 
}














.data_bundle_packs{
	width:100%;
	background:#FFF;
	height:auto;
	padding:0px 0px 25px 0px;;
	margin-top:2%;
	box-sizing: border-box;
	border:1px solid #D2D2D2;
}
.data_bundle_packs_one{
	width:25%;
	height:90px;
	transition: all 0.5s linear 0s !important;
	float:left;
	margin-top:20px;
}
.data_bundle_packs_one_inner{
	width:115px;
	height:90px;
	margin:auto;
}

.data_bundle_packs_one_inner_big{
	background:#403a60;
    border-radius: 100%;
    box-sizing: border-box;
    color: #fff !important;
    float: left;
    font-size: 21px;
    height: 90px;
    padding-top: 14px;
	font-weight:600;
    position: absolute;
    text-align: center;
    width: 90px;
}
.data_bundle_packs_one_inner_small{
	width:54px;
	height:54px;
	border-radius:100%;
	background:#fff;
	box-sizing: border-box;
	text-align:center;
	color:#403a60 !important;
	font-size:12px;
	position:relative;
	margin-left:65px;
	padding-top:9px;
	line-height:16px;
	box-shadow:0 0 3px rgba(102, 102, 102, 0.5);
	float:left;
}
@media screen and (max-width:710px){
.data_bundle_packs_one{
	width:50%;
	height:90px;
	margin-top:20px;
	transition: all 0.5s linear 0s !important;
	float:left;
}
}












.loader_area{
 width:100%;
 height:100%;
 position:fixed;
 background-color:rgba(64,58,96,0.9);
 z-index:99999;
 display:none;
}

.logo_signup_options{
 width:100%;
 height: 163px;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 padding:0 15px;
 right: 0;
 margin: auto;
}
.app_logo{
 width:100%;
 height:80px;
 text-align:center !important;
}
.app_logo img{
 height:80px;
}
.simple_white_name{
 width:100%;
 height:18px;
 text-align:center;
 color:#FFFFFF;
 letter-spacing:1px;
 font-size:small;
 margin-top:20px;
}
.app_loader{
 width:100%;
 height:25px;
 text-align:center;
 margin-top:20px;
}
.app_loader img{
 width:25px;
}

.packs_container{
	background: #fff;
    padding: 12px 12px 14px 12px;
}
.subscribe_btn{
       margin: 0px 1.5% 0px 1.5%;
    background: #ff8b1a;
    padding: 0px;
    border-radius: 6px;
    font-size: 13px;
    text-transform: uppercase;
    width: 47%;
    float: left;
    text-align: center;
}
.subscribe_btn a{
    color: #fff;
	    line-height: 24px;
}
.subscribe_btn a span{
        display: block;
    background: #EFEFEF;
    color: lightslategrey;
    font-weight: bold;
}
.subscribe_btn .play_btn{
	background: #fff;
    color: #403a60;
    padding: 0 2px 0px 8px;
    border-radius: 4px;
}

.share_bar { width:100%; box-sizing:border-box; float:left; padding:10px 0 8px 0;}.share_bar .social-share {margin: 0 auto;padding:0;text-align: center; float:left; width:99%;}.share_bar .social-share li {display: inline-block;text-align:center;vertical-align: middle;width: 19%;}.share_bar .social-share i {background-size: 309% 288%;height: 33px;width:33px;}.share_bar i.sprite { display:inline-block;}.share_bar .sprite {background: rgba(0, 0, 0, 0)  url('../images/social-icons.png') no-repeat scroll 0 0;}
.share_bar .facebook {background-position: 50% 0%;}
.share_bar .twitter {background-position: 100% 0%;}
.share_bar .whatsapp {background-position: 50% 50%;}
.share_bar .more {background-position: 50.5% 64%;}
.share_bar .insta {background-position: 0% 0%;}
.share_bar .sms{ background: none;
    font-size: 24px;
    color: #7AD06D;
    line-height: 33px; }
.share_bar .email {background-position: 100.8% 64%;}
.share_bar .cmt_countbox {background: rgba(0, 0, 0, 0) url('../images/social-icons.png') no-repeat scroll  66.9% 64% / 826% 457%;border-left: 1px solid #ccc;color: #999;display: block;float: right;font-size: 12px;height: 33px;padding: 11px 0 0;text-align: center;width: 33px;}

@media all and (max-width: 320px) {.news_beeps_share{width:100%;}} .news_beeps_share .share_bar {width: 100%; box-sizing: border-box; float: left; padding:0;} .news_beeps_share .share_bar .social-share {margin: 0 auto;	padding: 0;	text-align: right;	float: left; width: 99%;} .news_beeps_share .share_bar .social-share li {display: inline-block; text-align: center; vertical-align: middle; width: 40px;}


.clr{
    clear:both;
    font-size:0;
}
.msgbox {
    padding: 20px 0px 12px 0px;
    color: lightslategrey;
    text-align: center;
    text-transform: uppercase;
	width:100%;
	font-size: 14px;
}
.mydownloads_btn{
	width: 100%;
    text-align: right;
    padding: 2px 12px;
    background: #f1f1f2;
    color: grey;
}
.mydownloads_btn a{
    color: grey;
}
.mydownloads_btn i{
    color: grey;
}
.mydownloads_btn .mob_no{
    float: left;
}

.simpletext{
	text-align: justify;
}