@charset "utf-8";
.MainBody {
 background-image:(../images/background.png);
	top: 0px;
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	text-align: center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	margin-right: 1px;
}


#PlayerBox_flv video {
    width: 100% ;
}
/**************************/
/* Main Layout Containers */
/**************************/


.MainBody_TEMP {
	top: 0px;
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	text-align: center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
/* Main big box 900px wide*/
.MainBody_Container {
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
}
#InnerBody_Container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	padding: 0px;
	height: auto;
}
.InnerBody {
	top: 0px;
	text-align: center;
	margin-top: 0px;
}
/* Hold all the other templates when they load */
#InnerTemaplates_Container {
	height: auto;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	margin-top: 12px;
}
/* Provide right hand side container - Large */
#ContentSplitContainer_left {
	float: left;
	width: 600px;
}
/* Provide Left hand side container - small */
#ContentSplitContainer_right {
	float: right;
	width: 275px;
}
/* Provide right hand side container - small */
#ContentSplitContainer_left_2 {
	float: left;
	width: 220px;
}
/* Provide Left hand side container - large */
#ContentSplitContainer_right_2 {
	float: right;
	width: 660px;
}
/* Provide right hand side container - large */
#ContentSplitContainer_left_3 {
	float: left;
	width: 660px;
}
/* Provide Left hand side container - small */
#ContentSplitContainer_right_3 {
	float: right;
	width: 220px;
}
/* Provide right hand side container - large */
#ContentSplitContainer_wide {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/* Provide right hand side container - large */
#ContentSplitContainer_left_4 {
	float: left;
	width: 445px;
}
/* Provide Left hand side container - small */
#ContentSplitContainer_right_4 {
	float: right;
	width: 445px;
}
/*Hold the search box, logo etc*/
#top_container {
	height: 76px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: right;
}
/* Top Banner container */
.TopBanner_Container {
	height: 150px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}
/* Sub menu container  */
.SubMenu_Container {
	height: 05px;
	width: 100%;
	text-align: center;
}
.MainBody_Container_TEMP {
	height: auto;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
	border: 1px solid #FF0000;
}
/* Bottom of page Banner container */
#BottomBanner_Container {
	height: auto;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	color: #ffffff;
	margin-top: 5px;
}
/* Footer of page Container */
#MainFooter_Container {
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #ffffff;
	background-image: url();
	height: 60px;
	width: 900px;
	background: url('http://www.path2islam.com/images/d7.gif');
	margin-top: 5px;
	padding: 0px;
}
/*******************************************/
/* Min text coloring, links and formating */
/************************************/

a:link {
	color: #2E8B57;
	text-decoration: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
/* gray/black - 12px*/
.font4_12 {
	color: #808080;
	font-size: 12px;
	font-weight: bold;
}
/* gray/black - 14px*/
.font4_14 {
	/*color: #999999;*/
	color: #7C51A2;
	font-size: 14px;
	font-weight: bold;
}
.font4_14_l {
	color: #999999;
	font-size: 14px;
}
/* gray/black - 16px*/
.font4_16 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
/* gray/black - 18px*/
.font4_18 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
/* Dark Brown - 14px*/
.font5_14 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.font5_16 {
	color: #808080;
	font-size: 16px;
	font-weight: bold;
}
.font5_14_l {
	color: #808080;
	font-size: 14px;
}
/* Dark Brown - 12px*/
.font5_12 {
	color: #808080;
	font-size: 12px;
	font-weight: bold;
}
.font5_12_l {
	color: #808080;
	font-size: 12px;
}
/* white - 12px*/
.font6_12 {
	color: #808080;
	font-size: 12px;
	font-weight: bold;
}
/* white - 14px*/
.font6_14 {
	color: #808080;
	font-size: 14px;
	font-weight: bold;
}
/* white - 16px*/
.font6_16 {
	color: #808080;
	font-size: 16px;
	font-weight: bold;
}
/* general text */
.TextBlackGold {
	font-family: Arial, Helvetica, sans-serif;
	color: #E9B501;
}
/***********************************************/
/* Boxed, Divs, Tables etc borders and shadings*/
/***********************************************/
.GrayBorderOnly {
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
#AllHeaderTitles {
	text-align: left;
	height: 25px;
}
/* smal grey menu boxes top and bottom*/
.GenericMenuGray220 {
	background-image: url(../../images/slice_silverbox_top_220_38.png);
	background-position: top;
	background-repeat: no-repeat
}
.GenericMenuGray220_btm {
	background-image: url(../../images/slice_silverbox_bottom_220_38.png);
	background-position: bottom;
	background-repeat: no-repeat
}
/* smal gold menu boxes top and bottom*/
.GenericMenuGold220 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-image: url(../../images/slice_goldbox_top_220_38.png);
	background-position: top;
	background-repeat: no-repeat
}
.GenericMenuGold220_btm {
	background-image: url(../../images/slice_goldbox_bottom_220_38.png);
	background-position: bottom;
	background-repeat: no-repeat
}
/* Player box */
.PlayerBox_main {
	background-color: #000000;
	width: 600px;
	height: 400px;
	float: left;
}
#PlayerBox_1 {
	background-image: url(../../images/slice2_player_top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
}
#PlayerBox_2 {
	background-image: url(../../images/slice2_player_top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
}
#PlayerBox_3 {
	background-image: url(../../images/slice2_player_top_run.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}
#PlayerBox_4 {
	background-image: url(../../images/slice2_player_run_left.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
}
#PlayerBox_5 {
	background-image: url(../../images/slice2_player_run_right.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
}
#PlayerBox_6 {
	background-image: url(../../images/slice2_player_btm_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
}
#PlayerBox_7 {
	background-image: url(../../images/slice2_player_btm_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}
#PlayerBox_8 {
	background-image: url(../../images/slice2_player_run_btm.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 590px;
	height: 100%;
}
#PlayerBox_flv {
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	height: 365px;
	width: 590px;
	position: relative;
	top: 5px;
}
#PlayerBox_tags {
	top: 6px;
	line-height: 30px;
	height: 32px;
}
/* video details box */
#VideoDetails {
	clear: left;
	float: left;
	margin-top: 10px;
	width: 600px;
	height: 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px double #E1E1E1;
	background-image: url(../../images/reel.png);
	background-position: right bottom;
	margin-bottom: 10px;
}
#VideoDetails_MemberDetails {
	width: 22%;
	float: left;
	margin-left: 0px;
	background-color: #99FFFF;
}
#VideoDetails_More {
	width: 77%;
	float: right;
}
.VideoDetails_More_List {
	list-style-type: none;
	display: block;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	margin-left: 0px;
	width: 76%;
	float: right;
	padding-bottom: 10px;
}
.VideoDetails_More_List li {
	margin-bottom: 8px;
}
.VideoDetails_MemberDetails_List {
	display: inline;
	display: block;
	text-align: left;
	padding-left: 10px;
	width: 20%;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	padding-bottom: 10px;
}
.VideoDetails_MemberDetails_List li {
	list-style-type: none;
	margin-left: 15px;
}
/* comments box */
.CommentBoxList_TopLinks li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#CommentBoxPostNew {
	border: 1px dotted #DFDCDC;
	width: 595px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../../images/slice_comments_run.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
}
.CommentsBox {
	background-color: #FFFFFF;
	border: 1px dotted #D5D4D4;
	float: right;
	width: 470px;
	background-image: url(../../images/slice_comments_run.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.CommentBoxList_TopLinks ul {
	list-style-type: none;
	padding: 0px;
	background-position: right;
	text-align: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.CommentBoxList_TopLinks li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#commentsdiv {
	width: 100%;
	margin-bottom: 10px;
}
/* Side Boxes - Gold */
#GoldBox_1 {
	width: 100%;
	background-position: top;
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(../../images/slice_goldbox_middle.png);
}
#GoldBox_2 {
	width: 100%;
	background-image: url(../../images/slice_goldbox_top.png);
	background-position: top;
	background-repeat: no-repeat;
}
#GoldBox_content {
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/slice_goldbox_bottom.png);
	text-align: left;
}
.GoldBox_list {
	list-style-type: none;
	margin: 0px;
}
/* Side Boxes - Silver */
#SilverBox_1 {
	width: 100%;
	background-position: top;
	background-repeat: repeat-y;
	background-image: url(../../images/slice_silverbox_middle.png);
	margin-top: 15px;
}
#SilverBox_2 {
	width: 100%;
	background-image: url(../../images/slice_silverbox_top.png);
	background-position: top;
	background-repeat: no-repeat;
}
#SilverBox_content {
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/slice_silverbox_bottom.png);
	text-align: left;
}
/* Embedded Code Box */
#EmbeddedBox_1 {
	width: 100%;
	background-position: top;
	background-repeat: repeat-y;
	background-image: url(../../images/slice_silverbox_middle.png);
	margin-top: 15px;
}
#EmbeddedBox_2 {
	width: 100%;
	background-image: url(../../images/slice_silverbox_top.png);
	background-position: top;
	background-repeat: no-repeat;
}
#EmbeddedBox_content {
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/slice_silverbox_bottom.png);
	text-align: left;
}
.EmbeddedBox_list {
	display: block;
	margin-right: auto;
	margin-left: 40px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 0px;
}
.EmbeddedBox_list li {
	list-style-type: none;
}
/* Ads Box- Play Video Page Right 275px wide*/
#AdsPlayRight_1 {
	width: 100%;
	background-position: top;
	background-repeat: repeat-y;
	background-image: url(../../images/slice_silverbox_middle.png);
	margin-top: 15px;
}
#AdsPlayRight_2 {
	width: 100%;
	background-image: url(../../images/slice_silverbox_top_plain.png);
	background-position: top;
	background-repeat: no-repeat;
}
#AdsPlayRight_content {
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/slice_silverbox_bottom.png);
	text-align: left;
}
.AdsPlayRight_list {
	display: block;
	margin-right: 7px;
	margin-left: 7px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
}
.AdsPlayRight_list li {
	list-style-type: none;
}
/* Ads Box- All left pages - white 220px wide */
#AdsLeft_1 {
	width: 100%;
	background-position: top;
	background-repeat: repeat-y;
	background-image: url(../../images/slice_silverbox_middle_220_11.png);
	margin-top: 15px;
	margin-bottom: 15px;
}
#AdsLeft_2 {
	width: 100%;
	background-image: url(../../images/slice_silverbox_top_plain_220_11.png);
	background-position: top;
	background-repeat: no-repeat;
}
#AdsLeft_content {
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/slice_silverbox_bottom_plain_220_11.png);
	text-align: left;
}
.AdsLeft_list {
	display: block;
	margin-right: 7px;
	margin-left: 7px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
}
.AdsLeft_list li {
	list-style-type: none;
}
/*Boxes Titles, Related, members etc*/
#RelatedVideosTitle, #EmbeddedTitle {
	height: 60px;
	line-height: 50px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
#RelatedVideosTitle2 {
	height: 60px;
	line-height: 50px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
/* Logo on right of page -- and its layers */
#LogoTop_main {
	height: 60px;
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	background: url('http://www.path2islam.com/images/d2.gif');
}
.mobile_header #LogoTop_main{ width:75px; float:left}
/* Logo on right of page -- and its layers */
.SearchBoxMain {
	height: 60px;
	width: 700px;
	float: left;
	text-align: right;
	background: url('http://www.path2islam.com/images/d7.gif');
	position:relative;
}
.mobile_header .SearchBoxMain{./* Firefox */
	width: -moz-calc(100% - 75px);
	/* WebKit */
	width: -webkit-calc(100% - 75px);
	/* Opera */
	width: -o-calc(100% - 75px);
	/* Standard */
	width: calc(100% - 75px);
	float:right}
.SearchBoxMain form input[type="text"] {
    display: inline-block;
    width: 100%;
    max-width: 250px;
	
}
/****************************/
/*     Menus Run of Site   */
/***************************/

/* Top Menu and its buttons */
.MenuTop_main {
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 100%;
	position: absolute;
	top: 132px;
	left: 132px;
	margin-right: auto;
	margin-left: auto;
}
.Menu_Container {
	height: 42px;
	margin-left: 5px;
	margin-top: 0px;
}
.MenuButtons_main {
	height: 06px;
	background: url('../../fz3temp-1/%27%27');
	width: 900px;
	text-align: center;
	margin-left: 4px;
}
.MenuButtons_main ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 0px;
}
.MenuButtons_main li {
	display: inline;
	background-image: url(../../images/slice_button_gray.png);
	background-position: top;
	background-repeat: no-repeat;
}
.MenuButtons_main a:link, .MenuButtons_main a:visited, .MenuButtons_main a {
	margin-right: 1px;
	float: left;
	display: block;
	width: 126px;
	height: 38px;
	text-decoration: none;
	font-weight: bold;
	line-height: 38px;
	background-image: url('../../images/slice_button_gray1.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px none #999999;
 font-family: "Arial, verdana  color:#000000  font-size: 16px";
}
.MenuButtons_main a:hover, .MenuButtons_main a:active {
	margin-right: 1px;
	float: left;
	display: block;
	width: 126px;
	height: 38px;
	text-decoration: none;
	line-height: 38px;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
}
#MenuButtons_main_upload {
	background-image: url(../../images/slice_button_gold2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* Sub Menu Links */
.SubMenuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 70px;
	height: 100%;
}
.SubMenuLinks a:link, .SubMenuLinks a:active, .SubMenuLinks a:visited {
	color: #000000;
	text-decoration: none;
}
.SubMenuLinks a:hover {
	color: #0099FF;
	text-decoration: none;
}
/* Warning messages box */
.WarningMessagesContainer {
	height: 23px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}
#WarningMessage {
	border: 1px solid #666666;
	height: 23px;
	width: 100%;
	top: 5px;
	margin-top: 5px;
}
/* Footer of Site */



.SubBody {
	top: 0px;
	background-color: #F2F2F2;
	text-align: center;
	margin-top: 0px;
}
/*******************************/
/*     Thumbs and Images       */
/*******************************/


/* Related Videos, thumb */
.ThumbRelatedVideos, .ThumbMembersVideos {
	float: left;
	width: 100px;
	height: 75px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0px;
	border: 1px solid #999999;
}
/* Video Comments thumb */
.ThumbMembersVideos_Comments {
	float: left;
	width: 65px;
	height: 65px;
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 5px;
}
/* Video details, members pic thum*/
.ThumbMembersPic_VideoDetails {
	width: 65px;
	height: 65px;
	margin-left: 4px;
}
/* Index page video list, */
.IndexVideoDetails_Thumb {
	width: 120px;
	height: 90px;
	border: 1px solid #999999;
}
/* Most thumbs, search results, categories, video details etc */
.CategoryVideoDetails_Thumb {
	width: 120px;
	height: 90px;
	border: 1px solid #999999;
}
/***********************************************************/
/*  Template Specific Code - Excluding Main Play Page      */
/***********************************************************/


/* (1) inner_index.htm */
/*******************/

/* (1) Provide right hand side container - Large */
#ContentSplitContainer_left2 {
	float: left;
	width: 570px;
}
/* (1) Provide Left hand side container - small */
#ContentSplitContainer_right2 {
	float: right;
	width: 315px;
}
#IndexCurrentShowingDiv {
}
/* (1) Ads Box- Play Video Page Right */
#IndexGrayBox_1 {
	width: 100%;
	background-position: top;
	background-repeat: repeat-y;
	background-image: url(../../images/slice_silverbox_middle2.png);
	margin-top: 15px;
}
#IndexGrayBox_2 {
	width: 100%;
	background-image: url(../../images/slice_silverbox_top_plain2.png);
	background-position: top;
	background-repeat: no-repeat;
}
#IndexGrayBox_content {
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/slice_silverbox_bottom2.png);
	text-align: left;
}
.IndexGrayBox_list {
	display: block;
	margin-right: 7px;
	margin-left: 7px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
}
.IndexGrayBox_list li {
	list-style-type: none;
}
/* (1) Site stats  */
#SiteStatsBox_1 {
	width: 100%;
	background-position: top;
	background-repeat: repeat-y;
	background-image: url(../../images/slice_silverbox_middle2.png);
	margin-top: 15px;
}
#SiteStatsBox_2 {
	width: 100%;
	background-image: url(../../images/slice_silverbox_top_plain2.png);
	background-position: top;
	background-repeat: no-repeat;
}
#SiteStatsBox_content {
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/slice_silverbox_bottom2.png);
	text-align: left;
}
.SiteStatsBox_list {
	display: block;
	margin-right: 7px;
	margin-left: 12px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
}
.SiteStatsBox_list li {
	list-style-type: none;
	margin-bottom: 7px;
}
/* (1) Todays Random Video */
#IndexPreviewBox_1 {
	width: 100%;
	background-position: top;
	background-repeat: repeat-y;
	background-image: url(../../images/slice_silverbox_middle2.png);
}
#IndexPreviewBox_2 {
	width: 100%;
	background-image: url(../../images/slice_silverbox_top_plain2.png);
	background-position: top;
	background-repeat: no-repeat;
}
#IndexPreviewBox_content {
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/slice_silverbox_bottom2.png);
	text-align: left;
}
.IndexPreviewBox_list {
	display: block;
	margin-right: 7px;
	margin-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 0px;
}
.IndexPreviewBox_list li {
	list-style-type: none;
}
/* (1) Login Box - Gold */
#IndexLoginGoldBox_1 {
	width: 100%;
	background-position: top;
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(../../images/slice_goldbox_middle2.png);
	height: 100%;
	margin-top: 15px;
}
#IndexLoginGoldBox_2 {
	width: 100%;
	background-image: url(../../images/slice_goldbox_top2.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 100%;
}
#IndexLoginGoldBox_content {
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/slice_goldbox_bottom2.png);
	text-align: left;
	height: 100%;
}
.IndexLoginGoldBox_list {
	display: block;
	margin-right: auto;
	margin-left: 10px;
	margin-top: 1px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.IndexLoginGoldBox_list li {
	list-style-type: none;
	margin-bottom: 20px;
}
/* (1) popular tags */
#IndexTagCloudBox_1 {
	width: 100%;
	background-position: top;
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(../../images/slice_silverbox_middle2.png);
	height: 100%;
	margin-top: 15px;
}
#IndexTagCloudBox_2 {
	width: 100%;
	background-image: url(../../images/slice_silverbox_top_plain2.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 100%;
}
#IndexTagCloudBox_content {
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/slice_silverbox_bottom2.png);
	text-align: left;
	height: 100%;
}
.IndexTagCloudBox_list {
	display: block;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.IndexTagCloudBox_list li {
	list-style-type: none;
	padding-bottom: 0px;
}
/* (1) Now Showing */

#IndexNowShowing {
}
/* (1) Now Showing */

#IndexRecentlyAdded_title {
	background-image: url(../../images/slice_silverbox_top4.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: left;
	height: 36px;
	line-height: 36px;
}
#IndexMoreVideo {
	background-image: url(../../images/slice_silverbox_top4.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}
#IndexMoreVideo_title {
	height: 36px;
	line-height: 36px;
	margin-top: 30px;
}
/* (1) Videos List */

#IndexVideoListContainer {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../../images/reel.png);
	background-position: right bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
#IndexVideoDetails {
	width: 100%;
	height: 100%;
}
#VideoDetails_MemberDetails {
	width: 22%;
	float: left;
	margin-left: 0px;
	background-color: #99FFFF;
}
#VideoDetails_More {
	width: 77%;
	float: right;
}
.VideoDetails_Info_List {
	list-style-type: none;
	display: block;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	margin-left: 0px;
	width: 420px;
	float: right;
	padding-bottom: 10px;
}
.VideoDetails_Info_List li {
	margin-bottom: 3px;
}
.VideoDetails_All_List {
	display: inline;
	display: block;
	text-align: left;
	padding-left: 10px;
	width: 120px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	padding-bottom: 10px;
}
.VideoDetails_All_List li {
	list-style-type: none;
}
#IndexAjaxtitle {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F1CF5B;
	text-align: left;
	height: 20px;
}
/* (2) inner_category.htm */
/*************************/


/* left menu boxes */
#CategoryLeftBox1, #CategoryLeftBox2 {
	text-align: left;
}
#CategoryLeftBox1 ul, #CategoryLeftBox2 ul {
	list-style-type: none;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}
#CategoryLeftBox1 li, #CategoryLeftBox2 li {
	margin-bottom: 1px;
}
#CategoryLeftBox1 p, #CategoryLeftBox2 p {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 10px;
}
/* (2) Horizontal boxes */
.CategoryBoxHorizontal {
	width: 200px;
	float: left;
	height: 175px;
	display: inline;
	margin-bottom: 20px;
	border: 1px solid #E3E3E3;
	background-color: #fafafa;
	margin-right: 15px;
}
.CategoryBoxHorizontal ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 0px;
}
.CategoryBoxHorizontal li {
	margin-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
}
/* (3) inner_category_more.htm */
/*******************************/

/* (3) Videos List */
#CategoryVideoListContainer {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../../images/reel.png);
	background-position: right bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
#CategoryVideoDetails {
	width: 100%;
	height: 100%;
	background-color: #fafafa;
}
#CategoryVideoDetails_MemberDetails {
	width: 22%;
	float: left;
	margin-left: 0px;
	background-color: #99FFFF;
}
#CategoryVideoDetails_More {
	width: 77%;
	float: right;
}
.CategoryVideoDetails_Info_List {
	list-style-type: none;
	display: block;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	margin-left: 0px;
	width: 510px;
	float: right;
	padding-bottom: 5px;
}
.CategoryVideoDetails_Info_List li {
	margin-bottom: 3px;
}
.CategoryVideoDetails_All_List {
	display: inline;
	display: block;
	text-align: left;
	padding-left: 10px;
	width: 120px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	padding-bottom: 10px;
}
.CategoryVideoDetails_All_List li {
	list-style-type: none;
}
/* (4) inner_group_home  */

.GroupAdmin {
	border: 1px solid #eae8e8;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(../../images/reel.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.GroupAdmin1 { /*with brighter boarder for admin status*/
	border: 2px solid #FFCC00;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(../../images/reel.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.GroupAdmin2 { /*with no border or image*/
	margin-top: 20px;
}
.GroupAdmin3 { /*with no border or image*/
	margin-top: 5px;
}
/* (5) inner_see_even_more.htm */
/******************************/

/* (2) Horizontal boxes */
.CategoryBoxHorizontal_2 {
	width: 200px;
	float: left;
	height: 195px;
	display: inline;
	margin-bottom: 20px;
	border: 1px solid #E3E3E3;
	background-color: #fafafa;
	margin-left: 18px;
}
.CategoryBoxHorizontal_2 ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.CategoryBoxHorizontal_2 li {
	margin-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #9999ff;
}
/* (6) inner_welcome */
/*********************/

#WelcomeMain {
	border: 1px solid #ebe8e8;
	background-color: #FAFAFA;
	background-image: url(../../images/reel2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	margin-bottom: 50px;
	height: 300px;
}
#WelcomeMain ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
}
#WelcomeMain li {
	margin-bottom: 42px;
	display: inline;
	display: block;
	width: 300px;
	float: left;
	margin-left: 90px;
	list-style-type: none;
}
/* (7) inner_myaccount_update_profile.htm */
/*********************/

#MyaccountUpdateProfile {
	border: 1px solid #ebe8e8;
	background-color: #FAFAFA;
	background-image: url(../../images/reel2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 50px;
}
.MyaccountUpdateProfile_Span1 {
	line-height: 20px;
}
#MyaccountUpdateProfile_Span1 ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
}
#MyaccountUpdateProfile_Span1 li {
	margin-bottom: 42px;
	display: inline;
	display: block;
	width: 300px;
	float: left;
	margin-left: 90px;
	list-style-type: none;
}
#MyaccountUpdateProfile_Span2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ebe8e8;
	border-bottom-color: #ebe8e8;
}
/* (8) email read etc */
/**********************/
#EmailRead {
	text-align: left;
}
#EmailRead ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
}
#EmailRead li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 40px;
}
.EmailRead_span {
	display: block;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* (9) Members Profile */
/**********************/

.MembersProfileView {
	background-color: #fafafa;
	margin-bottom: 20px;
	text-align: left;
}
.MembersProfileView ul {
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.MembersProfileView li {
	list-style-type: none;
	margin-left: 50px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.MembersProfileAudioView {
	background-color: #fafafa;
	margin-bottom: 20px;
	text-align: center;
	border: 1px dotted #999999;
}
/* (8) Horizontal boxes */
.CategoryBoxHorizontal_3 {
	width: 200px;
	float: left;
	height: 195px;
	display: inline;
	margin-bottom: 20px;
	border: 1px solid #E3E3E3;
	background-color: #fafafa;
	margin-left: 13px;
}
.CategoryBoxHorizontal_3 ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 0px;
}
.CategoryBoxHorizontal_3 li {
	margin-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
}
/* (10) inner_signup_form */
/**************************/

#Register {
	background-color: #fafafa;
	background-image: url(../../images/reel2.png);
	border: 1px solid #ebe8e8;
	height: 300px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
#Register ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
}
#Register li {
	margin-bottom: 10px;
	display: inline;
	display: block;
	width: 213px;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}
#Signup {
	background-color: #FFFFFF;
	background-image: none;
	height: 300px;
	border: 1px solid #ebe8e8;
	text-align: left;
}
#Signup ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
}
#Signup li {
	margin-bottom: 10px;
	display: inline;
	display: block;
	width: 213px;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}
/* (11) inner_notification */
/***************************/

#Notification {
	background-color: #fafafa;
	background-image: url(../../images/reel2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 200px;
	border: 1px solid #ebe8e8;
}
/* (12) inner_upload_video_forn */
/********************************/

#UploadVideo {
	background-color: #fafafa;
	background-image: url(../../images/reel2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #ebe8e8;
	text-align: left;
	height: 700px;
}
#UploadVideo ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
}
#UploadVideo li {
	margin-bottom: 15px;
	display: inline;
	display: block;
	width: 213px;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}
.UploadVideo_Tags {
	background-color: #FFFFFF;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}
/* (13) inner_upload_complete_forn */
/********************************/

#UploadComplete {
	background-color: #fafafa;
	background-image: url(../../images/reel2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #ebe8e8;
	text-align: left;
	height: 200px;
	text-align: center;
}
/* (13) inner_groups_create.htm */
/********************************/
.GroupsCreate {
	line-height: 20px;
}
#GroupsCreate ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
}
#GroupsCreate li {
	margin-bottom: 42px;
	display: inline;
	display: block;
	width: 300px;
	float: left;
	margin-left: 90px;
	list-style-type: none;
}
/* (14) inner_see_members  */
/***************************/

#MembersSearch {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 18px;
	margin-left: 18px;
	border: 1px solid #E3E3E3;
}
#MembersSearch ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	background-color: #FAFAFA;
}
#MembersSearch li {
	display: inline;
	margin-right: 15px;
}
/* (15) inner_upload_video_forn */
/********************************/

#EditVideo {
	background-color: #fafafa;
	background-image: url(../../images/reel2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #ebe8e8;
	text-align: left;
	height: 590px;
	margin-right: auto;
	margin-left: auto;
	width: 660px;
	margin-top: 0px;
}
#EditVideo ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
}
#EditVideo li {
	margin-bottom: 15px;
	display: inline;
	display: block;
	width: 213px;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}
.UploadVideo_Tags {
	background-color: #FFFFFF;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}
/* (16) inner_playlist_main */
/********************************/

#Playlists {
	background-color: #fafafa;
	background-image: url(../../images/reel2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #ebe8e8;
	text-align: center;
	height: 1200px;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	margin-top: 0px;
}
#Playlists ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 25px;
	margin-left: 0px;
}
#Playlists li {
	margin-bottom: 15px;
	display: inline;
	display: block;
	width: 213px;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}
.Playlistdivs {
	margin-top: 10px;
}
.Playlistdivs2 {
	margin-top: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
}
#PlaylistNotification {
	margin-top: 10px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	line-height: 20px;
	border: 1px solid #999999;
}
/**********************************/
/*         various fixes          */
/*********************************/

/* strech container div with floats in it */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix2 {
	clear: both;
}
.RelatedVideosSpacer {
	height: 10px;
}
/*********************
/*  Various Forms   */
/********************/

.FormGeneric {
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
}
/*
.FormGeneric input{
	margin-top: 0px;
	margin-bottom: 0px;
	border:none;
}
/*/

.FormSearch {
	
	margin-bottom: 0px;
	text-align: left;
        margin-top:19px; 
        padding-right:15px;     
}
.FormIndexLogin {
	margin-top: 0px;
	margin-bottom: 0px;
}
.FormIndexLogin input {
	vertical-align: middle;/*optional*/
}
/* corrective form filed formatting */
.FormSpecialInput_1 { /* gray order */
	border: 1px solid #DFDCDC;
}
.UpdateProfileForm {
	padding-top: 0px;
	text-align: left;
	padding-left: 100px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.CreateGroupForm {
	padding-top: 0px;
	text-align: left;
	padding-left: 100px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* Pagination */

#pagination {
	margin-top: 8px;
	margin-bottom: 8px;
}
#pagination ul {
	list-style-type: none;
	padding-left: 0px;
}
#pagination li {
	display: inline;
	margin: 0 5px 0 0;
}
#pagination li a {
	padding: 4px;
	border: 1px solid #999999;
	text-decoration: none;
}
#pagination li a:hover {
	border: 2px solid #999999;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}
#lightsoff {
	font-size: 11px;
	font-weight: bold;
	padding: 15px 0px;
	letter-spacing: -1px;
	width: 100px;
}
#lightsoff a {
	color: #525252;
	text-decoration: none;
}
#lightsoff a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#lightsoff-background {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/*******************************************/
/* Footer Powered by Remover */
/************************************/
#pbr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*background-color: #F2F2F2;*/
	background-position: center;
background-image: url('http://path2islam.com/images/ibanner.jpg'.);
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	/*height: 160px;*/
	z-index: 0;
	/*top: 98px;*/
	/*color: #F2F2F2;*/
	text-align: center;
	margin-left: 14px;
}
#table5 {
    margin-bottom: 15px;
}
/************************************/

@media all and (min-width:768px) and (max-width:1000px) {
.MenuButtons_main {
    width: 100%!important;
	margin:0px!important;
}
.MainBody {
	margin:0px;
}
.Menu_Container {
    width: 100%;
    float: left;
    margin: 0px!important;
}
.path-header-imge {
	width: 100%;
}
.MainBody_Container {
	width: 100%;
}
.MenuButtons_main {
    width: 100%;
	margin:0px;
}
.dock {
    width: 100%;
    float: left;
}

#LogoTop_main {
	width: 29%;
}
.SearchBoxMain {
	width: 71%;
}
#ContentSplitContainer_left2 {
	width: 100%;
	float: none;
}
#IndexRecentlyAdded_title {
	width: 100%;
	text-align: center;
}
.carousel-component .carousel-clip-region {
	width:100% !important;
}
.carousel-component {
	width: 93% !important;
	text-align: center;
	margin: 0px 17px !important;
}
#IndexMoreVideo {
	text-align: center;
	margin: 0px;
	width: 100%;
}
#IndexVideoListContainer {
    margin: 0px;
    width: 99%;
}
.VideoDetails_Info_List {
	width: 64%;
}
#IndexLoginGoldBox_2 {
	width: 100%;
}
.IndexGrayBox_list li img {
	width: 8% !important;
}
#ContentSplitContainer_right2 {
	float: none;
	width: 100%;
}
#IndexPreviewBox_content {
	width: 100%;
	text-align: center !important;
}
.timeline {
	max-width: 100% !important;
	width: 100%;
}
#twitter-widget-i1441133045892533346 {
	max-width: 100% !important;
}
.a2a_kit a {
    cursor: pointer;
    width: 100%;
    margin: 15px 0px 0px 0px;
    float: left;
}
.a2a_svg.a2a_s__default.a2a_s_whatsapp {
    margin: 0px auto !important;
    width: 100% !important;
    max-width: 60px;
    text-align: center !important;
    float: none !important;
}
#IndexGrayBox_content {
	text-align: center !important;
}
.a2a_kit {
	/*margin-left: 35% !important;*/
}
/* 8-10-15 */
#imagecontmvshre {
    float: left;
    position: static !important;
    width: 96%;
    margin: 10px 2%;
}
#aad {
    float: left;
    width: 94% !important;
    margin: 0px 2% !important;
    left: 0px !important;
    position: static !important;
}
#embedcontmvshre {
    float: left;
    position: static !important;
    width: 96%;
    margin: 10px 2%;
}
#SiteStatsBox_1 #SiteStatsBox_2 div {
    width: 96% !important;
    float: left;
    margin: 0px 2%;
}
#imagecontmvshre .path-two-ismlam-img {
    width: 100% !important;
}
#GoldBox_content {
    float: left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

}
#IndexTagCloudBox_1 {
    max-width: 90%;
    width: 90%;
    background: #fff;
    padding: 0px;
    margin: 0px auto;
}
#SiteStatsBox_1 {
	/*max-width: 318px;*/
	max-width: 100%;
	width: 100%;
	float:left;
	padding:0px;
	margin: 0px auto;
}

.IndexTagCloudBox_list {
    margin: 0px;
    text-align: justify;
}
#IndexTagCloudBox_2 {
    width: 96%;
    padding: 0px 2%;
}
#SiteStatsBox_2 {
    width: 96%;
	padding: 0px 2%;
}
.SiteStatsBox_list {
    display: block;
    margin: 0px;
    padding: 0px;
}
#IndexLoginGoldBox_1 {
	/*width: 317px;*/
	width: 100%;
	float:left;
	text-align: center;
	margin: 0px auto;
}
.font5_14 {
    color: #000;
}
#RelatedVideosTitle, #EmbeddedTitle {
    text-align: center;
}

element {

    position: static;
    visibility: visible;
    display: inline-block;
    width: 100%;
    height: 250px;
    padding: 0px;
    border: medium none;
    max-width: 300px;
    min-width: 180px;
    min-height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;

}
#twitter-widget-0 {
    max-width: 100% !important;
    width: 70% !important;
    float: left;
    margin: 0px auto;
    text-align: center;
    padding: 0px 15% !important;

}
.IndexGrayBox_list li iframe {
    width: 34%;
    float: left;
    padding: 0px 33%;
}
#container {
    width: 100% !important;
    float: left;
}
.VideoDetails_Info_List li {
float:left;
width:100%;
}
.VideoDetails_Info_List li span {
    float: left;
    margin: 0px;
}
.VideoDetails_Info_List li span .font4_12 {
    margin: 0px 5px 0px 5px !important;
}
.VideoDetails_Info_List li a {
    margin-top: 2px;
    float: left;
}
.path-rating-new-re {
    width: 100%;
    float: left;
}
.root.timeline.ltr.customisable-border {
    max-width: 100% !important;
    width: 100% !important;
    float: left;
}
.timeline {
    max-width: 100% !important;
    width: 100% !important;
    float: left;
	}

.IndexPreviewBox_list {
	margin: 10px 7px;
}
#SiteStatsBox_1 #SiteStatsBox_2 #SiteStatsBox_2 { width:100%; padding:0px;}
#SiteStatsBox_1 #SiteStatsBox_2 #SiteStatsBox_2 div { width:100%!important; float:left;}
#SiteStatsBox_2 #SiteStatsBox_content .SiteStatsBox_list {
    text-align: center;
    background: #fff;
}
.SiteStatsBox_list li img {
	/*width: 27%;*/
}
/*.VideoDetails_Info_List li img {
	width: 25px;
}*/
#MainFooter_Container {
	width: 100% !important;
}
a.dock-item {
	position: static !important;
	float: left;
	min-width: 23px;
	max-width: 7%;
	width: 100% !important;
}
.dock-container {
	left: 0px !important;
	float: left;
	padding:0px !important;
	width: 100% !important;
}
#pbr { margin:0px !important;
}
.PlayerBox_main {
	background-color: #000;
	width: 600px;
	height: 400px;
	float: none;
	margin: 0px auto;
}
#ContentSplitContainer_left {
	float: none;
	width: 100%;
}
#VideoDetails {
	clear: left;
	width: 600px;
	float: none;
	height: auto;
	margin: 4px auto !important;
}
.VideoDetails_More_List {
	margin-left: 20px;
	width: 76%;
	float: none;
	padding-bottom: 10px;
}
.VideoDetails_MemberDetails_List {
	float: none;
}
iframe .twitter-timeline {
	margin: 0px 17%;
}
#ContentSplitContainer_right {
	float: none;
	width: 275px;
	margin: 0px auto;
}
#contmvshre {
	margin: 0px auto !important;
}
#ContentSplitContainer_left_2 {
	float: none;
	width: 220px;
	margin: 0px auto;
}
#AllHeaderTitles {
	text-align: center;
	margin-right: 37px;
}
#ContentSplitContainer_right_2 {
	float: none;
	width: 660px;
	margin: 0px auto;
}
#ContentSplitContainer_right_2 {
	width: 660px;
	float: none;
	margin: 0px auto;
}
#ContentSplitContainer_left_2 {
	float: none;
	margin: 0px auto;
}
#AllHeaderTitles {
	text-align: center;
	margin-right: 37px;
}
#ContentSplitContainer_left_2 {
	width: 238px;
	margin: 0px auto;
}
#AllHeaderTitles {
	height: 25px;
	text-align: center;
	margin-right: 42px;
}
#ContentSplitContainer_right_2 {
	width: 660px;
	float: none;
	margin: 0px auto;
}
#ContentSplitContainer_left_2 {
	width: 220px;
	float: none;
	margin: 0px auto;
}
AllHeaderTitles {
	height: 25px;
	text-align: center;
	/*margin-right: 31px;*/
	 margin-right: 0px;
}
#ContentSplitContainer_right_2 {
	width: 660px;
	float: none;
	margin: 0px auto;
}
.style1 img {
	width: 100% !important;
}
.path-two-imge-float {
	float: none !important;
}
#aswift_1_expand {
	width: 100% !important;
	display: none !important;
}
.font4_14 {
    font-size: 18px;
}
.font4_12 {
    font-size:15px;
}
.VideoDetails_All_List  li {
    height: 100%;
    width: 100%;
}
.VideoDetails_All_List li a img{
	width:243px;
	height:160px;
}
.MainBody {
    font-size: 13px;
}
#I1{ width:100%;}
#player2{ width:100%;}
}

@media (min-width: 300px) and (max-width:767px) {
	.SearchBoxMain{ height:56px; padding-top:19px}
.SearchBoxMain form input[type="text"] {
  max-width: 175px;
}
.FormSearch{ margin-top:0;}	
a.dock-item {
    float: left;
    width: 11% !important;
    text-align: center;
    position:static !important;
}
iframe#google_ads_frame1 {
    display: none !important;
}
iframe {
	width:98% !important;
	position:static !important;
}
#oauth2relay662530854 {
    display: none !important;
}
#GoldBox_2 #GoldBox_content div { width:100% !important; margin:0px !important; float:left !important;}
#SilverBox_2 #SilverBox_content div { width:100% !important; float:left !important; margin:0px !important;}
.MainBody {
	margin:0px;
}
#oauth2relay217307000 {
    display: none !important;
}
.dock-container {
    position: static !important;
    width: 86% !important;
    left: 0px !important;
    float: left;
 
}
.IndexPreviewBox_list {
    margin: 0px 0px 0px 7% !important;
    padding: 0px !important;
    width: 90%;
}
/* 8-10-15 */
#player {
    width: 100% !important;
}
#player2 {
    width: 100% !important;
}
#oauth2relay411379595 {
    position: static !important;
    width: 98% !important;
}
#___plusone_0 {
    width: 100% !important;
}
#oauth2relay1377313300 {
    position: static !important;
    width: 98% !important;
}
#oauth2relay1183227495 {
    position: static !important;
    width: 98% !important;
}
#oauth2relay829816237 {
    position: static !important;
	width: 98% !important;
}
#oauth2relay848385470 {
    position: static !important;
    width: 98% !important;
}
#oauth2relay1460689198 {
    position: static !important;
    width: 98% !important;
}
/*.IndexTagCloudBox_list {
    display: block;
    margin: 0px !important;
    padding: 0px !important;
    width: 95% !important;
    float: left;
}*/
.IndexTagCloudBox_list {
    display: block;
    margin: 0px !important;
    padding: 3% !important;
    width: 94% !important;
    float: left;
}
.VideoDetails_Info_List li a {}
.VideoDetails_Info_List li a span {}
/* 12-10-15 */

.SiteStatsBox_list {
    margin: 0px !important;
    padding: 0px !important;
}
.SiteStatsBox_list li {
    padding-bottom: 7px;
	margin-bottom:0px !important;
}
.fb-like.fb_iframe_widget span {width: auto !important;}
#SiteStatsBox_2 div { width:100% !important;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#twitter-widget-0 {
    max-width: 96% !important;
	padding:0px 2%;
}
.IndexTagCloudBox_list {
    display: block;
    margin: 0px !important;
    padding: 0px !important;
    width: 95% !important;
    float: left;
}
#IndexGrayBox_content .IndexGrayBox_list li iframe {
    width: 100% !important;
    float: left;
    margin: 10px 0px;
}
#IndexGrayBox_content .IndexGrayBox_list li iframe #container {
    width: 100% !important;
    float: left;
}
iframe#google_ads_frame1 {
    display: none !important;
}
iframe {
	width:100% !important;
}
}
.path-header-imge {
	width: 100%;
	height: 64px;
}
.MainBody_Container {
	width: 100%;
}
#LogoTop_main {
	color: #999;
	width: 100%;
	float: none;
	height: 56px;
	background-color: rgb(51, 51, 51) !important;
 background-image:http://www.path2islam.com/images/Untitled-1.png;
}
.SearchBoxMain {
	width: 100%;
	float: none;
	text-align: center;
	background-color: rgb(51, 51, 51) !important;
	background-image: none !important;
}
#ContentSplitContainer_left2 {
	float: none;
	/*width: 100%;*/
	width: 98%;
	margin: 0px auto !important;
}
#IndexRecentlyAdded_title {
	text-align: center;
	width: 100%;
}
.carousel-component {
	width: 91% !important;
}
#IndexMoreVideo {
	width: 100%;
	margin: 0px auto !important;
}
#IndexMoreVideo_title {
	height: auto;
	text-align: center;
}
.VideoDetails_Info_List {
	width: 100%;
	float: left;
	text-align: center;
	padding-right: 0px !important;
}
.VideoDetails_All_List img {
	text-align: center;
}

/*#IndexTagCloudBox_1 {
	max-width: 318px;
}*/
/*#IndexTagCloudBox_1 {
    max-width: 96%;
    padding: 0px 2%;
    float: left;
}*/
#IndexTagCloudBox_1 {
    max-width: 96%;
    margin: 0px 2%;
    float: left;
    background: #fff;
}
/*#SiteStatsBox_1 {
	max-width: 318px;
}*/
/*#SiteStatsBox_1 {
	max-width: 96%;
    padding: 0px 2%;
}*/
#SiteStatsBox_1 {
    max-width: 96%;
    float: left;
    margin: 10px 2%;
}
#IndexTagCloudBox_content {
    text-align: justify;
}
#RelatedVideosTitle, #EmbeddedTitle {
    text-align: center;
    float: left;
    width: 100%;
}
/*#SiteStatsBox_content .SiteStatsBox_list {
    text-align: center;
}*/
#SiteStatsBox_content .SiteStatsBox_list {
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
}
#SiteStatsBox_1 #SiteStatsBox_2 #SiteStatsBox_2 div {
    width: 100% !important;
}
#IndexLoginGoldBox_1 {
    width: 100%;
    text-align: center;
}
#twitter-widget-0 {
    max-width: 96% !important;
	padding:0px 2%;
}
.timeline {
    margin: 0px auto;
    width: 100% !important;
	max-width:100% !important;
}
#IndexGrayBox_content .IndexGrayBox_list li {
	line-height: 20px;
}
#IndexGrayBox_content .IndexGrayBox_list li p { float:left; width:100%;}

/*#IndexLoginGoldBox_1 {
	width: 317px;
	text-align: center;
}*/
/*#ContentSplitContainer_right2 {
	float: none;
	width: 315px;
	margin: 0px auto;
}*/
#ContentSplitContainer_right2 {
    margin: 0px auto;
    width: 100%;
    float: left;
}
.IndexGrayBox_list li img {
	/*width: 23% !important;*/
}
.SiteStatsBox_list li img {
	/*width: 27%;*/
}
.style1 img {
	height: 76px;
	width: 100%;
}
#MainFooter_Container {
	width: 100%;
}
.font4_12 img {
	width: 100%;
}

#InnerBody_Container {
	width: 98%;
	height: auto;
}
.VideoDetails_More_List {
    padding-right: 0px;
    width: 98%;
}
.VideoDetails_MemberDetails_List {
    margin: 0px 2%;
    text-align: center;
    padding: 0px;
    width: 96%;
    float: left;
}
.VideoDetails_MemberDetails_List li {
    margin-left: 0px;
}
#InnerTemaplates_Container {
	height: auto;
	width: 100%;
}
#ContentSplitContainer_left {
	float: none;
	width: 100%;
}
.PlayerBox_main {
	width: 100%;
	height: auto;
}
#PlayerBox_3 {
	height: auto;
}
#PlayerBox_flv span iframe {
	width: 100%;
}
#PlayerBox_8 {
	width: 99%;
	height: auto;
}
#PlayerBox_flv {
	width: 100%;
}
.VideoDetails_More_List li img {
	width: 39px;
}
#VideoDetails {
    width: 96%;
    margin: 10px 2%;
}
.fb_ltr {
	width: 100%;
}
.fb_ltr {
	width: 310px !important;
}
/* Ratan */

.dock-item span {
    display: none !important;
}
.TopBanner_Container {
    height: auto !important;
}
#pbr {
    margin-left: 0px !important;
	width:100% !important;
}
#aswift_1_expand {
    display: none !important;
}
#aswift_0_expand {
    display: none !important;
}
.MenuButtons_main {
    margin-left: 0px !important;
}
/* Ratan end css */
/*.VideoDetails_Info_List li img {
	width: 23px;
}*/
#ContentSplitContainer_left2 iframe {
	width: 100% !important
}
.MenuButtons_main {
	width: 100%;
}
.timeline {
	max-width: 743px !important;
	width: 100%;
}
.customisable-border {
	max-width: 743px !important;
	width: 100%;
}
#ContentSplitContainer_right {
	float: none;
	margin: 5px auto;
	width:100%;
}
.customisable-border {
	width: 100% !important;
}

.font4_14 {
	font-size: 15px;
}
.MainBody {
	font-size: 13px;
}
img .ThumbRelatedVideos {
	width: 100px !important;
}
.AdsPlayRight_list li img {
	/*width: 20px;*/
}
.GoldBox_list {
	text-align: center;
}
.fb-page.fb_iframe_widget {
    width: 100% !important;
}
._5v3q ._1dwg {
    padding: 0px;
}
#u_0_u {
    margin: 0px !important;
}
._2p3a {
    width: 100% !important;
}
.AdsPlayRight_list {
    margin: 0px 0px;
    padding: 5px 0px;
}
#AdsPlayRight_content .AdsPlayRight_list li iframe {
    margin-left: 7%;
    width: 88% !important;
}
.a2a_kit.a2a_kit_size_62.a2a_default_style {
    margin: 5px 10px;
}
.style2 {
    width: 100%;
    float: left;
    text-align: center;
}

#contmvshre {
	margin: 0px auto !important;
	width: 100% !important;
	/*max-width: 560px;*/
	max-width: 100%;
}
#imagecontmvshre {
    float: left;
    position: static !important;
    width: 96%;
    margin: 10px 2%;
}
#aad {
    float: left;
    width: 94% !important;
    margin: 0px 2% !important;
    left: 0px !important;
    position: static !important;
}
#embedcontmvshre {
    float: left;
    position: static !important;
    width: 96%;
    margin: 10px 2%;
}
#contmvshre img {
	margin: 0px auto !important;
	width: 100%;
	/*max-width: 560px;*/
	width: 100%;
}
.fb-like.fb_iframe_widget {
    float: left;
    width: 96%;
    text-align: center !important;
    margin: 0px 2% !important;
}
#ContentSplitContainer_left_2 {
	float: none;
	width: 220px;
	margin: 0px auto;
}
#AllHeaderTitles {
	text-align: center;
	/*margin-right: 37px;*/
	margin-right: 0px;
}
._2p3a {
    width: 96% !important;
}
.fb-page.fb_iframe_widget span {/* width:100% !important;*/}
/*.CategoryVideoDetails_All_List img {
	width: 34%;
	padding: 0px 31% !important;
}*/
.CategoryVideoDetails_All_List img {
    width: 96% !important;
    padding: 0px 2% !important;
}
.CategoryVideoDetails_Thumb {
	width: 100%;
	height: auto;
	border: none;
}
.CategoryVideoDetails_All_List {
	text-align: center;
	float: none;
	width: 100%;
	margin: 6px auto !important;
	padding:10px 0px 0px 0px !important;
}
.CategoryVideoDetails_Info_List {padding:0px 0px 5px 0px !important;}
.style1 img {
   width:100% !important;
}
#ContentSplitContainer_right_2 {
	float: none;
	width: 100%;
}
.CategoryVideoDetails_Info_List {
	text-align: center;
	width: 100%;
	float: none;
	margin: 3px auto;
}
.CategoryBoxHorizontal {
	margin: 5px auto;
	float: none;
	display: inherit;
}
.feedEntryContent a img {
	width: 300px;
	margin: 0px auto;
}
#feedHeader {
	font-size: 54%;
	color: #000;
}
.path-two-ismlam-img {
	width: 100%;
}
.path-two-ismlam-img-1 {
	width: 53%;
}

.VideoDetails_All_List {
	text-align: center;
}
.path-two-imge-center {
	width: 100% !important;
}
.aswift_1_expand {
	width: 100% !important;
	display: none !important;
}
.path-rating-new-re img {
    width: 18px;
    height: 18px;
}
.font4_12 {
    font-size: 15px; 
}
.path-rating-new-re{ float:left; text-align:center; width:100%}
.path-rating-new-re1{ float:left; text-align:center; width:100%}
.path-rating-new-re2{ float:left; text-align:center; width:100%}
.IndexGrayBox_list li iframe{ width:100%;}
#container{
    width: 288px !important;
}
.path-rating-new-re img{ width:15px; height:15px;}
/*.VideoDetails_All_List {
    text-align: center;
    margin: 0px 10%;
}*/
.VideoDetails_All_List {
    text-align: center;
    margin: 0px;
    width: 100%;
    padding: 0px;
}
.IndexVideoDetails_Thumb {
    /*height: 300px;*/
	min-height: 200px;
    width: 98%;
    margin: 0px auto;
    /*max-width: 306px;*/
}
}

@media (min-width: 450px) and (max-width: 767px) {
.path-two-imge-center {
	width: 100%;
}
.dock {
    height:158px!important;
}

.path-two-imge-float {
	float: left;
}

.pathtwoaadtable{ width:300px; height:252px !important;}
.path-two-rating { width:21px; height:21px; }

.font4_12 {
    font-size: 15px;
}
.VideoDetails_Info_List {
    width: 100% !important;
}
#IndexVideoListContainer {
    width: 99% !important;
	
}
.font4_14 {
    font-size: 18px;
}
.IndexVideoDetails_Thumb {
    width: 100%;
    height: 100%;
    max-height: 250px;
  : 200px;
}
.path-rating-new-re img {
    width: 27px;
    height: 17px;
}
#player2{ width:100% !important;}
/*#I1{ width:100% !important;}*/
/*.VideoDetails_All_List {
    width: 69%;
    padding: 0px 7% !important;
}*/
.IndexPreviewBox_list li {
    text-align: center;
}
.VideoDetails_All_List {
    width: 94%;
    padding: 0px 3%;
}
.IndexPreviewBox_list {
    margin: 0px;
    padding: 0px;
}
.vi123{ width:100%;}
/*#IndexGrayBox_1 {
    width: 74% !important;
    margin: 0px 0px 0px 25% !important;
}*/
#IndexGrayBox_1 {
    width: 96% !important;
    margin: 10px 2% !important;
}
#IndexGrayBox_content .IndexGrayBox_list li iframe {
    width: 56% !important;
    margin: 0px 24% !important;
}
/*#IndexGrayBox_content .IndexGrayBox_list li .style1 {
    text-align: left;
    margin-top: 40px;
	float:left;
}*/
#IndexGrayBox_content .IndexGrayBox_list li .style1 {
    text-align: left;
    width: 60%;
    float: left;
    margin-top: 40px;
}
/*#IndexGrayBox_content .a2a_kit {
    float: left;
}*/
#IndexGrayBox_content .a2a_kit {
    width: 40%;
    float: left;
}
.a2a_button_whatsapp {
    float: right !important;
}
#IndexGrayBox_content .IndexGrayBox_list li p {text-align: center;}
}

@media (min-width:300px) and (max-width:449px) {
.dock {
    height:85px!important;
}
/*#IndexGrayBox_1 {
    width: 87% !important;
    margin: 0px 0px 0px 12% !important;
	float:left;
}*/
#IndexGrayBox_1 {
    width: 96% !important;
    margin: 5px 2% !important;
}
#IndexGrayBox_content .IndexGrayBox_list li p a {
    float: left;
    margin: 5px 4px 10px 2px;
}
.IndexGrayBox_list {
    padding: 0px;
    width: 87% !important;
    margin: 0px 0px 0px 12% !important;
}
/*#IndexGrayBox_content .IndexGrayBox_list li .style1 {
    text-align: left;
    margin-top: 40px;
	float:left;
}*/
#IndexGrayBox_content .IndexGrayBox_list li .style1 {
    text-align: left;
    width: 75%;
    float: left;
    margin-top: 40px;
}
/*#IndexGrayBox_content .a2a_kit {
    float: left;
}*/
#IndexGrayBox_content .a2a_kit {
    width: 25%;
    float: left;
}
}
@media (min-width: 300px) and (max-width:450px) {	
	
#keyword {
	margin-left: -75px;
}

.path-two-ismlam-img-1 {
    width: 53% !important;
    border: 4px solid #555;
    position: absolute;
    top: 10px;
    left: 18% !important;
}
.path-two-aad-table{    color: #FFF;
    background-image: url("../../fz3temp-1/trN.jpg");
    background-position: center top;
 background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    font: 14px Verdana;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome, if Chrome rule needed */
#keyword {
    margin:0px 0px 0px 10px;
	float:left;
}
.top-submit {
    float: right !important;
	margin:-15px 10px 0px 0px !important;
}
#type {
    float: left;
	/*margin:-15px 0px 0px 10px !important;*/
	margin:0px 0px 0px 10px !important;
}
    /* Safari 5+ ONLY */
.FormSearch::i-block-chrome, #keyword {
    margin:0px 0px 0px 10px !important;
	float:left !important;
}
.FormSearch::i-block-chrome, #type {
    float: left !important;
	margin:0px 0px 0px 10px !important;
}
.FormSearch::i-block-chrome, .top-submit {
    float: right !important;
	margin:-15px 10px 0px 0px !important;
}
}
_::-webkit-:not(:root:root), #type {
    float: left !important;
	margin:0px 0px 0px 10px !important;
}
_::-webkit-full-page-media, _:future, :root #type {
    float: left !important;
	margin:0px 0px 0px 10px !important;
}
@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
    #type {
    float: left !important;
	margin:0px 0px 0px 10px !important;
}
}}
}
@media (min-width: 300px) and (max-width:350px) {
@media screen and (-webkit-min-device-pixel-ratio:0) {  
#keyword {
    float: left;
    margin-left: 5px!important;
}
#type {
    float: left;
    margin: -12px 5px 0px 2px;
}
.top-submit {
    float: left;
    margin: -12px 0px 0px 0px;
}
.FormSearch {
   
}
}
}
}
/*******************************************/
/* Footer Powered by Remover */
/************************************/
#pbr {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #F2F2F2;
background-position:center;
background-image: url('http://ansarallah.com/images/ibanner.jpg.');
background-repeat: no-repeat;
position: relative;
width: 100%;
height: 100px;
z-index: 0;
top: 98px;
color: #F2F2F2;
text-align: center;
margin-left: 14px;

}
/************************************/



/***************GURJEET SINGH FREELANCER *********************/

@media screen and (max-width: 640px) {
#ContentSplitContainer_right_2 #Noname p {
    margin: 11px 0 10px;
}


#ContentSplitContainer_right_2 #Noname  img{height: auto;
    width: 100%;
}

#ContentSplitContainer_right_2 .CategoryBoxHorizontal{height: auto;
    width: auto;
}

#IndexPreviewBox_2#Noname p {
    margin: 11px 0 10px;
}


#IndexPreviewBox_2#Noname  img{height: auto;
    width: 100%;
}

#IndexPreviewBox_2 .CategoryBoxHorizontal{height: auto;
    width: auto;
}
}

