/*fonts*/
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@font-face{font-family:h1; src: url('font/HelveticaNeueW23-Reg.woff');}
@font-face{font-family:h2;src: url('font/HelveticaNeueW23-Bd.woff');}
@font-face{font-family:g1;src: url('font/GE SS Two Light.otf');}
@font-face{font-family:g2; src: url('font/GE SS Two Medium.otf');}
@font-face{font-family:g3; src: url('font/GE SS Two Bold.otf');}

/*maz-css*/

/*general-style*/
body{
	background: #f5f5f5;
	padding: 0px;
	margin: 0px;
	font-family: 'Droid Arabic Kufi', sans-serif;
}
ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
*{
	outline: none;
}
a{
	text-decoration: none !important;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}
a:hover{
	text-decoration: none !important;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

/*style*/
.top-bar-in-maz{
	min-height: 63px;
	background: #BB292A;
	overflow: hidden;
}
.top-bar-in-maz .row{
	overflow: hidden;
}
.top-bar-in-maz ul li{
	float: right;
}
.top-bar-in-maz ul li a{
	padding: 14px 10px;
	display: block;
	color: #fff;
	border-bottom: 5px solid #BB292A;
	font-size: 17px;
	font-family: 'Droid Arabic Kufi', sans-serif;
}
.top-bar-in-maz ul li a:hover{
	padding: 14px 10px;
	display: block;
	color: #fff;
	border-bottom: 5px solid #E8B8B8;
	font-size: 17px;
	font-family: 'Droid Arabic Kufi', sans-serif;
}
.ser-in-maz{
	position: relative;
	padding: 15px;
}
.ser-in-maz input[type="text"]{
	width: 100%;
	background: #fff;
	border: 0px;
	padding: 5px 5px 5px 35px;
	height: 35px;
	text-align: right;
	direction: rtl;
	color: #6C6C6C;
	border-radius: 6px;
	font-family: 'Droid Arabic Kufi', sans-serif;
	font-size: 13px;
}
.ser-in-maz input[type="submit"]{
	position: absolute;
	top: 20px;
	left: 20px;
	border: 0px;
	background: url('img/s.png') no-repeat;
	width: 25px;
	height: 26px;
	cursor: pointer;
}
.header-in-maz{
	min-height: 190px;
	background: #fff;
	overflow: hidden;
}
.logo-in-maz{
	text-align: center;
	padding: 17px 0px;
}
.logo-in-maz img{
	max-width: 100%;
}
.ads-in-maz-main{
	text-align: center;
	padding: 25px 0px;
}
.ads-in-maz{
	margin-bottom: 10px;
}
.ads-in-maz-main img{
	max-width: 100%;
}
.login-in-maz{
	padding: 25px 15px;
}
.maz-login{
	min-height: 120px;
	background-color: #f3f3f3;
	color: #79868b;
	padding: 21px 20px;
	width: 285px;
	font-weight: bold;
	float: left;
	border-radius: 20px;
}
.maz-login .smallfont{
	font-size: 13px;
}
.in-login-in-maz{
	background: #F3F3F3;
	min-height: 130px;
	border-radius: 20px;
}
.login-in-maz .row{
	overflow: hidden;
	padding: 0px 15px;
}
.in-maz-user{
	width: 100%;
	position: relative;
	margin: 20px 0px 0px 0px;
}
.in-maz-pass{
	width: 100%;
	position: relative;
	margin: 20px 0px 0px 0px;
}
.in-maz-user input{
	width: 100%;
	border: 1px solid #d1d1d1;
	height: 35px;
	padding: 5px 25px 5px 10px;
	text-align: right;
	direction: rtl;
	font-family: 'Droid Arabic Kufi', sans-serif;
	border-radius: 5px;
	color: #A3A3A3;
}
.in-maz-pass input{
	width: 100%;
	border: 1px solid #d1d1d1;
	height: 35px;
	padding: 5px 25px 5px 10px;
	text-align: right;
	direction: rtl;
	font-family: 'Droid Arabic Kufi', sans-serif;
	border-radius: 5px;
	color: #A3A3A3;
}
.in-maz-user i{
	position: absolute;
	color: #57a104;
	font-size: 15px;
	right: 10px;
	top: 10px;
}
.in-maz-pass i{
	position: absolute;
	color: #57a104;
	font-size: 15px;
	right: 10px;
	top: 10px;
}
.rem-in-maz{
	direction: rtl;
	text-align: right;
	font-family: 'Droid Arabic Kufi', sans-serif;
	padding: 0px 15px;
	margin: 20px 0px 0px 0px;
}
.rem-taz-maz{
	cursor: pointer;
	float: right;
	color: #79868b;
	font-size: 13px;
	font-family: 'Droid Arabic Kufi', sans-serif;
	margin: 7px 0px 0px 0px;
}
.rem-taz-maz label{
	cursor: pointer;
}
.rem-taz-maz2{
	float: left;
	color: #bb292a;
	font-size: 13px;
	margin: 7px 0px 0px 0px;
}
.rem-taz-maz2 a{
	color: #bb292a !important;
	font-size: 13px;
	margin-right: 15px;
}
.rem-taz-maz2 a:hover{
	color: #018B01 !important;
	font-size: 13px;
}
.loged-taz-maz{
	float: left;
	margin-right: 10px;
}
.loged-taz-maz input{
	background: #c81b31;
	color: #fff;
	font-size: 16px;
	border: 0px;
	border-radius: 5px;
	padding: 0px 15px;
	font-family: 'Droid Arabic Kufi', sans-serif;
	font-weight: bold;
	line-height: normal;
	cursor: pointer;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}
.loged-taz-maz input:hover{
	background: #fff;
	color: #c81b31;
	font-size: 16px;
	border: 0px;
	border-radius: 5px;
	padding: 0px 15px;
	font-family: 'Droid Arabic Kufi', sans-serif;
	font-weight: bold;
	line-height: normal;
	cursor: pointer;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}
.blocks-in-maz{
	min-height: 144px;
	overflow: hidden;
	margin-bottom: 40px;
}
.maz-block{
	background: #BB292A;
	width: 29%;
	min-height: 144px;
	float: right;
}
.maz-block h4{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin: 10% 0% 0% 20%;
	float: left;
	text-align: right;
}
.maz-block h4 span{
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	display: block;
	text-align: right;
}
.maz-i1{
	background: url('img/i1.jpg') no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin: 85px 0px 0px 25px;
}
.maz-block2{
	background: #52BEB8;
	width: 21%;
	min-height: 144px;
	float: right;
}
.maz-block2 h4{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin: 14% 0% 0% 30%;
	float: left;
	text-align: right;
}
.maz-block2 h4 span{
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	display: block;
	text-align: right;
}
.maz-i2{
	background: url('img/i.jpg') no-repeat;
	width: 33px;
	height: 33px;
	display: block;
	float: left;
	margin: 85px 0px 0px 25px;
}
.maz-block3{
	background: #E8A23C;
	width: 21%;
	min-height: 144px;
	float: right;
}
.maz-block3 h4{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin: 14% 0% 0% 43%;
	float: left;
	text-align: right;
}
.maz-block3 h4 span{
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	display: block;
	text-align: right;
}
.maz-i3{
	background: url('img/i2.jpg') no-repeat;
	width: 35px;
	height: 38px;
	display: block;
	float: left;
	margin: 85px 0px 0px 25px;
}
.maz-block4{
	background: #9A59B5;
	width: 29%;
	min-height: 144px;
	float: right;
}
.maz-block4 h4{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin: 10% 7% 0% 20%;
	float: right;
	text-align: right;
}
.maz-block4 h4 span{
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	display: block;
	text-align: right;
}
.maz-i4{
	background: url('img/i3.jpg') no-repeat;
	width: 40px;
	height: 35px;
	display: block;
	float: right;
	margin: 85px 0px 0px 25px;
}
.botto-foot-maz{
	padding-top: 20px;
}
.bottom-maz-footer{
	background: #1b1e21;
	min-height: 200px;
	display: table;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.to-up{
	margin: -15px 0px 0px 0px;
	display: inline-block;
	float: left;
}
.footer-maz-1 h4{
	color: #ED7B7B;
	font-size: 15px;
	text-align: right;
	direction: rtl;
}
.footer-maz-1 ul li{
	float: right;
	width: 33.2%;
	text-align: right;
	margin-bottom: 8px;
}
.footer-maz-1 ul li a{
	color: #6EC86E;
	font-size: 13px;
}
.footer-maz-1 ul li a:hover{
	color: #fff;
	font-size: 13px;
}
.footer-maz-2{
	text-align: center;
	padding: 40px 15px;
}
.dow-maz{
	margin-bottom: 10px;
}
.footer-maz-3{
	padding: 69px 0px 0px 0px;
	text-align: left;
}
.footer-maz-3 p{
	line-height: 20px;
	color: #b6b6b6;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*maz-css*/

.img-responsive{
	max-width: 100%;
}
img{
	border: 0px;	
}
.navbar_notice img{
	max-width: 100%;
}
input[type="submit"]{
	cursor: pointer;
}
input[type="reset"]{
	cursor: pointer;
}
.top-home-forum{
	margin-bottom: 10px;
}
.subscrib-thread-li-3{
	padding: 10px 10px !important;
}
.subscrib-thread-li-11{
	padding: 5px 10px !important;
}
.in-top-home-forum .tcat{
	min-height: 10px;
	overflow: hidden;
	line-height: 45px;
	text-align: center;
	padding: 0px 10px 0px 0px;
	border-radius: 5px;
	font-family: 'Droid Arabic Kufi', sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0px -20px;
}
.in-top-home-forum img{
	margin: 17px 0px 0px 20px;
}
.in-top-home-forum .tcat a span{
	min-height: 10px;
	overflow: hidden;
	line-height: 45px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	border-radius: 5px;
	color:#fff !important;
	font-family: g2 !important;
	font-weight: normal !important;
	font-size: 14px !important;
}
.in-top-home-forum .tcat #collapseimg_usercp_subthreads{
	border-radius: 8px;
}
.in-bottom-top-home-forum{
	display: none;
}
.home-loop-forum{
	width: 100%;
	min-height: 45px;
	display: table;
	background: url('img/lin.jpg') bottom repeat-x;
	padding-bottom: 15px;
	padding-top: 0px;
}
.bottom-top-home-forum .home-loop-forum:last-child{
	width: 100%;
	min-height: 45px;
	overflow: hidden;
	background: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
.home-loop-forum .alt2{
	background: #fff;
}
.home-loop-forum .alt1{
	background: #fff;
}
.home-loop-forum .alt1Active{
	background: #fff;
}
.home-loop-forum-img{
	float: right;
	padding: 5px 0px 10px 10px;
}
.home-loop-forum-title{
}
.home-loop-forum-title1{
	padding-right: 50px;
}
.home-loop-forum-title1 a{
	font-weight: bold;
}
.home-loop-forum-title1 a:hover{
	font-weight: bold;
}
.home-loop-forum-title2{
	padding-right: 50px;
}
.home-loop-forum-title4{
	padding-right: 0px;
}
.home-loop-forum-title4 a font{
	color: #ed8911 !important;
}
.home-loop-forum-title4 a font:hover{
	color: #81A948 !important;
}
.home-loop-forum-title4 strong{
	font-weight: normal;
}
.ava-maz{
	background: #fffdf5 !important;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	min-height: 10px;
	overflow: hidden;
}
.home-loop-forum-last-by a{
	color: #bb292a !important;
}
.home-loop-forum-last-by a:hover{
	color: #018b01 !important;
}
.home-loop-forum-posts{
}
.home-loop-forum-all-posts{
}
.lastby-home{
	line-height: 18px !important;
}
.lastby-home a strong{
	font-family: h2;
	font-size: 15px !important;
}
.bottom-home-box-1 .tcat{
	padding: 10px 10px;
	text-align: right;
	border-radius: 5px;
	margin: 0px -20px 10px -20px;
}
.bottom-home-box-3 .thead{
  min-height: 10px;
  overflow: hidden;
  text-align: right;
  line-height: 25px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  background: #eee !important;
  color: #BB292A !important;
}
.bottom-home-box-3 .thead a{
	color: #BB292A !important;
}
.bottom-home-box-5 .thead{
  min-height: 10px;
  overflow: hidden;
  text-align: right;
  line-height: 25px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee !important;
  color: #BB292A !important;
}
.bottom-home-box-4{
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}
.bottom-home-box-4 .alt2{
	float: right;
	background: #fff;
	direction: rtl;
	text-align: right;
	padding: 10px 5px;
}
.bottom-home-box-4 .alt1{
	float: right;
	background: #fff;
	direction: rtl;
	text-align: right;
	padding: 5px 5px;
}
.bottom-home-box-6{
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}
.bottom-home-box-6 .alt2{
	float: right;
	background: #fff;
	direction: rtl;
	text-align: right;
	padding: 10px 5px;
}
.bottom-home-box-6 .alt1{
	float: right;
	background: #fff;
	direction: rtl;
	text-align: right;
	padding: 5px 5px;
}
.bottom-home-box-11 .tfoot{
	padding: 10px 10px;
}
.tfoot-tfoot{
	min-height: 10px;
	overflow: hidden;
	padding: 5px 10px;
	margin: 0px 25px 0px 25px;
	border-radius: 7px;
}
.tfoot a{
	font-weight: normal;
}
.tfoot-1{
	float: right;
	margin-left: 10px;
	margin-top: 2px;
}
.tfoot-1 select{
	border: 0px;
	padding: 3px;
	font-family: h1;
	font-size: 12px;
	width:100%;
}
.tfoot-2{
	float: right;
	margin-top: 2px;
}
.tfoot-2 select{
	border: 0px;
	padding: 3px;
	font-family: h1;
	font-size: 12px;
}
.tfoot-3{
	float: left;
	margin-top: 4px;
}
.up-navbar{
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}
.right-navbar-1{
	float: right;
	text-align: center;
	padding: 5px 8px;
	font-size: 23px;
	border: 1px solid #DBDBDB;
	border-radius: 8px;
	background-color: #BB292A;
}
.navba-nav-7 .navbar{
	color: #cd3a7b;
	font-size: 10px;
}
.navba-nav-7 .navbar a{
	font-size: 15px;
}
.navba-nav-7 .navbar a span{
	color:#81a948 !important;
	font-size: 15px !important;
	font-weight: normal !important;
}
.navba-nav-7 .navbar a span:hover{
	color:#ed8911 !important;
	font-size: 15px !important;
	font-weight: normal !important;
}
.navba-nav-8 i{
	color: #FFFFFF;
	font-size: 16px;
	background-color: #bb292a;
	border-radius: 50px;
	padding: 2px 3px;
}
.in-nav-maz{
	display: inline-block;
	width: 95%;
	background-color: #fffdf5;
	color: #018b01;
	text-shadow: 0px 0px 0px #fff;
	font-size: 13px;
	border: 1px solid #eee;
	padding: 0px 5px;
}
.navba-nav-9{
	color: #BB292A;
}
.navba-nav-1 a{
	color: #BB292A !important;
}
.navba-nav-1 a:hover{
	color: #57A104 !important;
}
.right-navbar-1 a{
	color: #FFFFFF !important;
}
.right-navbar-1 a:hover{
	color: #FFFFFF !important;
}
.navba-nav{
	margin-right: 60px;
}
.navba-nav-1 .alt1{
	background: none;
	direction: rtl;
	text-align: right;
	color: #b1b1b1;
}
.icon-login-code-im{
	float: right;
}
.icon-login-code-4{
	min-height: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.icon-login-code-5{
	min-height: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.icon-login-code-6{
	min-height: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.input-group{
	position: relative;
}
.wel-msg{
	background: #fff4be;
	border-radius: 7px;
	direction: rtl;
	text-align: right;
	padding: 20px 20px;
	font-family: h1;
	line-height: 20px;
	font-size: 15px;
}
.wel-msg1{
	color: #888888;
}
.wel-msg2{
	color: #888888;
}
.wel-msg a{
	font-family: h1;
	font-weight: normal;
}
.wel-msg a:hover{
	color: #81A948;
	font-family: h1;
	font-weight: normal;
}

.elyoom{
	font-size: 15px;
	color: #888;
	margin-left: 5px;
}
.list-acoount{
	color: #fff;
	margin: 5px 0px;
}
.list-acoount3 span{
	color: #fff;
}
.list-acoount a i{
	background: #bb292a;
	color: #fff !important;
	font-size: 20px !important;
	border-radius: 50px;
	padding: 5px 5px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.list-acoount a:hover i{
	background: #fff;
	color: #bb292a !important;
	font-size: 20px !important;
	border-radius: 50px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.list-acoount i{

}
.list-acoount i:hover{

}
.list-acoount1{

}
.list-acoount2 i{
	padding: 5px 6px !important;
}
.list-acoount3 i{
	padding: 5px 7px !important;
}
.list-acoount4{

}
td.thead{

}
.lastby-home-1{
  min-height: 15px;
  line-height: 20px;       
  margin-top: 5px;
}
.lastby-home-1 a{
	color: #018B01 !important;
}
.lastby-home-1 a:hover{
	color: #BB292A !important;
}
.le-maz-by{
	margin: 4px 0px 0px 10px;
	display: inline-block;
}
.lastby-home-2{
	min-height: 15px;
	overflow: hidden;
}
.lastby-home-3{
	min-height: 15px;
	overflow: hidden;
}
.ac-sub-forms{
	direction: rtl !important;
	text-align: right !important;
}
.ac-sub-forms-2{
	padding: 10px !important;
	text-align: right;
	direction: rtl;
	margin-bottom: 10px;
}
.ac-sub-forms-3{
	padding: 10px !important;
	text-align: right;
	direction: rtl;
	margin-bottom: 10px;
}
.ac-sub-forms-4{
	padding: 10px !important;
	text-align: right;
	direction: rtl;
	margin-bottom: 10px;
}
.ac-sub-forms-6{
	min-height: 10px;
	overflow: hidden;
	text-align: right;
	line-height: 25px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	background: #eee !important;
	color: #BB292A !important;
}
.ac-sub-forms select{
	width: 100%;
}


/*custom-css*/
#content_container{
	width: 100%;
	float: right;
	margin-left: 0px;
}
#content{
	margin-left: 0px !important;
}
#profile_tabs{
	
}
#profile_tabs .tab_list{
	height: 40px !important;
}
#profile_tabs .tab_list li{
	line-height: 20px;
	height: 30px;
	width: 120px !important;
	text-align: center;
}
#profile_tabs .tab_list li.tcat{
	background: #fff;
	color: #363669;
	border: 1px solid #DBDBDB;
}
#profile_tabs .tab_list li:hover{
	background: #eee;
	color: #363669;
	border: 1px solid #DBDBDB;
}
ul.tab_list li.thead{
	top: 0px !important;
}
#main_userinfo .floatcontainer{
	
}
#main_userinfo .floatcontainer li{
	background: #fff !important;
	padding: 0px 10px;
}
.custom-profile{
	position: initial !important;
}
#profile_tabs .tab_header{
	padding: 0px !important;
	border: 0px !important; 
}
#link_bar a{
	  color: #363669;
}
#link_bar a:hover{
	  color: #444;
}




/*forumdesplay*/
.forumdesp-home{
	margin-bottom: 10px;
}
.forumdesp-home-2{
	min-height: 10px;
	overflow: hidden;
}
.forumdesp-home-3{
	float: right;
	background: none !important;
	color: #BB292A !important;
}
.forumdesp-home-4{
	background: none !important;
	float: left;
	color: #363669 !important;
	border-right: 2px solid #DBDBDB;
}
.forumdesp-home-5{
	float: left;
	background: none !important;
	color: #363669 !important;
}
.forumdesp-home-4 a{
	color: #BB292A !important;
	font-size: 16px;
}
.forumdesp-home-5 a{
	color: #BB292A !important;
	font-size: 16px;
}
.forumdesp-home-4 a:hover{
	color: #81A948 !important;
	font-size: 16px;
}
.forumdesp-home-5 a:hover{
	color: #81A948 !important;
	font-size: 16px;
}
.form-des-pel{
	min-height: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.form-des-pel-2{
	float: right;
	background: none !important;
	color: #363669 !important;
}
.form-des-pel-3{
	float: left;
	background: none !important;
	color: #363669 !important;
}
.form-des-pel-3 a{
	font-size: 16px;
	color: #ed8911 !important;
}
.form-des-pel-3 a:hover{
	font-size: 16px;
	color: #81A948 !important;
}
.form-des-pel-8{
	border-radius: 5px;
	margin-bottom: 10px;
	background: #BB292A !important;
	color: #fff !important;
	margin: 0px -20px;
	padding: 5px 15px !important;
}
.form-des-pel-4{
	min-height: 10px;
	/* overflow: hidden; */
}
.sub-forums-home-in-1{
	min-height: 10px;
	overflow: hidden;
}
.sub-forums-home-in{
	width: 100%;
	min-height: 45px;
	overflow: hidden;
	background: url('img/lin.jpg') bottom repeat-x;
	padding-bottom: 20px;
	padding-top: 10px;
}
.sub-forums-home-in-5{
  float: right;
  padding: 5px 0px 10px 10px;
}
.sub-forums-home-in-8{
	padding-right: 50px;
}
.sub-forums-home-in-8 a{
	font-weight: bold;
}
.sub-forums-home-in-9{
	padding-right: 50px;
}
.form-des-pel-4 .sub-forums-home-in:last-child{
	width: 100%;
	min-height: 45px;
	overflow: hidden;
	background: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
.sub-list-thread{
	min-height: 10px;
	overflow: hidden;
}
.sub-list-thread-1{
	min-height: 10px;
	overflow: hidden;
}
.sub-list-thread-2{
	min-height: 10px;
	overflow: hidden;
}
.sub-list-thread-9{
	
}
.sub-list-thread-11{
	text-align: right !important;
	border-radius: 0px !important;
	background: #BB292A !important;
	color: #fff !important;
	border: 0px !important;
	  padding-right: 15px !important;
  padding-left: 15px !important;
}
.sub-list-thread-12{
    border-radius: 0px !important;
    background: #BB292A !important;
    color: #fff !important;
    border: 0px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.sub-list-thread-13{
    border-radius: 0px !important;
    background: #BB292A !important;
    color: #fff !important;
    border: 0px !important;
      padding-right: 15px !important;
  padding-left: 15px !important;
}
.sub-list-thread-14{
    border-radius: 0px !important;
    background: #BB292A !important;
    color: #fff !important;
    border: 0px !important;
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.sub-list-thread-15{
	padding: 14px 0px !important;
	background: #BB292A !important;
	color: #fff !important;
	border: 0px !important;
}
.sub-list-thread-21 strong{
	font-weight: normal;
}
.sub-list-thread-11 a{
	color: #fff !important;
}
.sub-list-thread-12 a{
    color: #fff !important;
}
.sub-list-thread-13 a{
    color: #fff !important;
}
.sub-list-thread-14 a{
    color: #fff !important;
}
.sub-list-thread-15 a{
	color: #fff !important;
}
.in-posts-8{
	color: rgb(187, 41, 42);
}
.in-posts-7{
	margin-top: 10px;
	font-weight: bold;
}
.st-maz-da a{
	color: #888888 !important;
}
.in-posts-10{
	float: right;
	margin-left: 10px;
}
.in-maz-post{
	float: right;
	line-height: 0px;
	text-align: center;
}
.in-maz-post .in-posts-11{
	font-size: 11px !important;
	color: #000;
}
.in-posts-21 img{
	max-width: 100%;
	height: auto;
}
.in-posts-28 img{
	max-width: 100%;
	height: auto;
}
.in-posts-1 .thead{
	background: #BB292A !important;
	color: #fff !important;
}
.post-bit-def .thead{
	background: #BB292A !important;
	color: #fff !important;
}
.pop-admin-pop .thead{
	background: #BB292A !important;
	color: #fff !important;
}
.in-posts-popup .thead{
	background: #BB292A !important;
	color: #fff !important;
}
.list-threadbits_sticky .list-thead-list{
	min-height: 10px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.list-threadbits .list-thead-list{
	min-height: 10px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.list-threadbits .list-thead-list:last-child{
	min-height: 10px;
	overflow: hidden;
	border-bottom: 0px solid #ddd;
}
.list-thead-listata{
	float: right;
}
.list-thead-list-1{
	float: right;
	margin: 16px 0px 0px 5px;
}
.list-thead-list-2{
	float: right;
	margin: 16px 0px 0px 10px;
}
.list-thead-list-3{
	text-align: right;
}
.list-thead-list-4{
	margin-top: 8px;
	padding-right: 20px;
}
.list-thead-list-4 a{
	font-weight:normal !important;
}
.list-thead-list-7{
	padding-right: 20px;
}
.list-thead-list-12{
	padding-top: 10px;
}
.list-thead-list-12 .smallfont{
	text-align: right;
}
.list-thead-list-17{
	padding-top: 10px;
}
.list-thead-list-18{
	padding-top: 10px;
}
.list-thead-list-20{
	padding-top: 6px;
	float: left;
}
.controller-list{
	min-height: 10px;
	overflow: hidden;
}
.controller-list-1{
	min-height: 10px;
	overflow: hidden;
}
.forum-role-li{
	min-height: 10px;
	overflow: hidden;
}
.forum-role-li .thead{
	padding: 10px 10px;
}
.forum-role-li-1{
	min-height: 10px;
	overflow: hidden;
}
.forum-role-li-2{
	text-align: right;
}
.list-rule-li-9 .smallfont{
	font-size: 14px !important;
	font-family: h2 !important;
	text-align: left !important;
}
.forum-role-li-4 .smallfont{
	font-size: 14px !important;
	font-family: h2 !important;
	text-align: left !important;
}
.forum-role-li-4 select{
	width:90%;
}
.list-rule-li-2{
	text-align: right !important;
}
.list-rule-li{
	min-height: 10px;
	overflow: hidden;
}
.list-rule-li-1{
	min-height: 10px;
	overflow: hidden;
}
.cotrooller-list{
	min-height: 10px;
	overflow: hidden;
	margin-top: 10px !important;
}
.cotrooller-list-1{
	min-height: 10px;
	overflow: hidden;
}
.toolbar-list{
	min-height: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.toolbar-list-3 a{
	color: #81A948 !important;
}
.toolbar-list-3 a:hover{
	color: #ed8911 !important;
}
.toolbar-list-1{
	min-height: 10px;
	overflow: hidden;
}
.toolbar-list-2{
	float: right;
	background: none !important;
	color: #363669 !important;
	text-align: right !important;
}
.toolbar-list-2 .smallfont{
	color: #363669 !important;
}
.toolbar-list-4{
	display: inline-block;
}
.toolbar-list-5{
	display: inline-block;
}
.toolbar-list-6{
	display: inline-block;
}
.toolbar-list-7{
	display: inline-block;
}
.toolbar-list-8{
	display: inline-block;
}
.toolbar-list-lis{
	text-align: left;
}
.toolbar-list-lis .vbmenu_control{
	background: none !important;
	color: #BB292A !important;
}
.toolbar-list-lis .vbmenu_control a{
	color: #BB292A !important;
}
.toolbar-list-lis .vbmenu_control a:hover{
	color: #81A948 !important;
}
.toolbar-list-8{
	font-size: 14px !important;
}
.toolbar-list-8 i:hover{
	font-size: 14px !important;
	color: #81A948 !important;
}

/*in-posts*/
.in-posts{
	min-height: 20px;
	overflow: hidden;
	padding:9px 9px 0px 9px !important;
}
.in-posts-1{
	min-height: 10px;
	overflow: hidden;
}
.in-posts-3{
	border-radius: 0px 5px 5px 0px !important;
	float: right;
}
.in-posts-35{
	background-color: #FFF6F6 !important;
	border: 1px solid #FCCECE !important;
	line-height: 0px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 0px;
}
.in-posts-4{
	border-radius: 5px 0px 0px 5px !important;
text-align:left !important;
	float: left;
	margin-right: 12px;
}
.in-posts-5{
	min-height: 10px;
	overflow: hidden;
}
.in-posts-32{
	min-height: 10px;
	overflow: hidden;
}
.in-posts-20{
	text-align: right;
	direction: rtl;
	padding: 5px 0px 0px 0px !important;
}
.in-posts-popup{
	padding: 5px !important;
}
.in-posts-popup-4{
	padding: 3px 0px 3px 0px !important;
}
.in-posts-popup-6{
	padding: 3px 0px 3px 0px !important;
}
.in-posts-popup-10{
	padding: 3px 0px 3px 0px !important;
}
.in-posts-popup-12{
	padding: 3px 0px 3px 0px !important;
}
.in-posts-popup-14{
	padding: 3px 0px 3px 0px !important;
}
#threadsearch_menu input[type="text"]{
	width: 150px;
	padding: 0px 0px;
	margin: 0px 5px;
}
#threadsearch_menu input[type="submit"]{
	padding: 5px 5px 3px 5px;
	border: 0px;
	line-height: 20px;
	background: #eee;
}

/*pool*/
.pools-ac-2{
	padding: 10px 10px !important;
	text-align: right !important;
}
.poll-res-7{
	padding: 10px !important;
	text-align: right !important;
}
.poll-res{
	min-height: 10px;
	overflow: hidden;
	margin: 10px 0px;
}
.new-poll-ac-13 label{
	min-height: 10px;
	overflow: hidden;
	display: block;
}
.new-poll-ac-2{
	padding: 10px !important;
	text-align: right !important;
}
.new-poll-ac-7 input[type="text"]{
	width: 100%;
}
.new-poll-ac-13 input[type="text"]{
	width: 100%;
}
.in-polls-ed-7 input{
	width: 50%;
}
.in-polls-ed-8 label{
	min-height: 10px;
	overflow: hidden;
	display: block;
	width: 50%;
}
.in-polls-ed-8 label input{
	width: 100%;
}





/*new-threads*/
.new-threads-ad-11 input[type="text"]{
	width: 100%;
}
.new-threads-ad-15 input[type="text"]{
	width: 100%;
}
.new-po-op-3{
	min-height: 10px;
	overflow: hidden;
	text-align: right !important;
	padding: 10px 20px !important;
	margin: 0px -20px;
}
.new-threads-ad-6{
	overflow-x:auto;
}
.new-threads-ad-2{
	padding: 10px 20px !important;
	text-align: right !important;
	margin: 0px -20px;
}

/*search*/
.sear-erro-2{
	padding: 10px !important;
	text-align: right !important;
}
.sear-erro-4{
	direction: rtl !important;
	text-align: right !important;
}
.search-in-ac-2{
	padding: 10px !important;
	text-align: right !important;
}


/*contact-us*/
.contact-uses-11 input{
	width: 50%;
}
.contact-uses-13 input{
	width: 50%;
}
.contact-uses-17 input[type="text"]{
	width: 50%;
}
.contact-uses-18 textarea{
	width: 100%;
}
.contact-uses-5{
	padding: 10px 10px;
}
.contact-uses-1{
	text-align: right;
	padding: 10px;
}
.contact-uses-2{
	direction: rtl;
	text-align: right;
}
.contact-uses-2 ol{
	list-style: none;
	padding: 10px;
	margin: 0px;
}
.top-faq-col .tcat{
	min-height: 10px;
	overflow: hidden;
	direction: rtl;
	text-align: right;
	line-height: 40px;
	padding: 0px 10px 0px 0px;
}
.top-faq-col .tcat img{
	margin: 14px 0px 0px 10px;
}
.faq-in-put input{
	width: 100%;
}
.faq-in-put select{
	width: 100%;
	padding: 3px 0px;
}
.panel-col-md-12{
	min-height: 10px;
	overflow: hidden;
}
.up-faq{
	min-height: 10px;
	overflow: hidden;
}
/*maz-quote*/
.maz-quote{
  background-color: #FFF6F6;
  text-align: right;
  border: 1px solid #FCCECE;
  border-radius: 5px;
  padding: 5px 5px;
}
.maz-quote4{
  border: 1px solid #FCCECE;
  padding: 5px;
  border-radius: 5px;
}
.maz-quote5{
background-color: #F9F9F9;
  border: 1px solid #eee;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #BB292A;
  font-family: 'Droid Arabic Kufi' , tahoma;
}
.maz-quote6{
  font-size: 13px;
  line-height: 19px;
  padding: 5px 5px;
}
/*se-tags*/
.tags-search{
	min-height: 10px;
	overflow: hidden;
}
.se-tags{
	min-height: 10px;
	overflow: hidden;
}
.top-se-tags{
	margin-bottom: 10px;
}
.top-se-tags .tcat{
	padding: 5px 0px;
}
.tags-search-2{
	padding: 10px 0px;
	margin-bottom: 10px;
}
.tags-search-6{
	border-radius: 0px !important;
	border: 0px !important;
}
.tags-search-7{
	border-radius: 0px !important;
	border: 0px !important;
}
.tags-search-8{
	border-radius: 0px !important;
	border: 0px !important;
}
.tags-search-9{
	border-radius: 0px !important;
	border: 0px !important;
}
.tags-search-11{
	background: #eeeeee !important;
	padding: 14px 0px !important;
	border-radius: 0px !important;
	border: 0px !important;
	color: #363669;
	font: normal 14px 'Droid Arabic Kufi', tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
	text-align: center !important;
}

/*info-maz-home*/
.info-maz-home{
    height: 26px;

    margin-bottom: 10px;
}
.info-maz-home-1{
    background-color: #C8EEEC;
    font-size: 12px;
    color: #364350;
    padding: 2px 7px;
    display: inline-block;
    border-radius: 5px;
    float: right;
	margin-left: 10px;
}
.info-maz-home-2{
    background-color: #FFDDB1;    
    font-size: 12px;    
    color: #364350;    
    padding: 2px 7px;    
    display: inline-block;    
    border-radius: 5px;
    float: right;
	margin-left: 10px;
}
.info-maz-home-3{
	float: right;
	margin-left: 10px;
}
.info-maz-home-3 .su-form-maz{
    background-color: #EAD3F4;    
    font-size: 12px;    
    color: #364350;    
    padding: 2px 7px;    
    display: inline-block;    
    border-radius: 5px;
    float: right;
}
.info-maz-home-3 .home-loop-forum-title4{
	display: none;
}
.info-maz-home-3:hover .home-loop-forum-title4{
	display: block;
	position: absolute;
	z-index: 10;
	background-color: #EAD3F4;
	margin: -5px 0px 0px 0px;
	border-radius: 5px;
	padding: 5px 5px;
}
.home-loop-forum-title4 a{
    font-size: 12px;    
    color: #364350 !important; 
}
.home-loop-forum-title4 a:hover{
    font-size: 12px;    
    color: #fff !important; 
}
.su-form-maz i{
	color: #85384d;
}

/*search-result*/
.search-result{
	min-height: 10px;
	overflow: hidden;
}
.search-result-2{
	padding: 10px !important;
	text-align: right !important;
	min-height: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.search-result-3{
	min-height: 10px;
	overflow: hidden;
}
.search-result-1{
	min-height: 10px;
	overflow: hidden;
}
.list-thead-list{
	min-height: 10px;
	overflow: hidden;
}
.search-result-4{
	text-align: right !important;
	border-radius: 0px !important;
	color: #363669 !important;
	border: 0px !important;
}
.search-result-5{
	text-align: right !important;
	border-radius: 0px !important;
	color: #363669 !important;
	border: 0px !important;
}
.search-result-6{
	text-align: right !important;
	border-radius: 0px !important;
	color: #363669 !important;
	border: 0px !important;
}
.search-result-7{
	text-align: right !important;
	border-radius: 0px !important;
	color: #363669 !important;
	border: 0px !important;
}
.search-result-9{
	margin-top: 7px;
	float: left;
	background: transparent !important;
	text-align: center !important;
	border-radius: 0px !important;
	color: #363669 !important;
	border: 0px !important;
}
.search-result-12 .tfoot{
	padding: 10px 10px;
	border-radius: 5px;
}




/*usercp-control*/
.usercp-control-5{
	padding: 5px;
	margin-bottom: 10px;
}
.subscrib-thread-li-3{
	min-height: 10px;
	overflow: hidden;
	direction: rtl !important;
	text-align: right !important;
	padding-right: 10px;
	margin-bottom: 10px;
}
.subscrib-thread-li-5{
	background: none !important;
	border: 0px !important;
	border-radius: 0px !important;
	min-height: 10px;
	overflow: hidden;
}
.usercp-control-4{
	direction: rtl;
	text-align: right;
}
.usercp-control-4 .alt2{
	margin: 5px 0px;
}
.usercp-control-2{
	position: inherit !important;
	padding: 0px;
}
.ed-pro input[type="text"]{
	width: 90%;
}
.buddylist-ed input[type="text"]{
	width: 90%;
}
.editavatar-pro input[type="text"]{
	width: 90%;
}
.editsignature-pro{
	overflow-y:scroll;
	overflow: hidden;
}
.editsignature-pro input[type="text"]{
	width: 90%;
}
.editsignature-pro-5{
	min-height: 10px;
	overflow: hidden;
}
.editsignature-pro-6{
	direction: rtl;
	text-align: right;
}
.editpassword-pro input[type="password"]{
	width: 90%;
}
.editpassword-pro input[type="email"]{
	width: 90%;
}
.editpassword-pro input[type="text"]{
	width: 90%;
}
.editoptions-pro select{
	width: 90%;
}
.ignorelist-pro select{
	width: 90%;
}
.ignorelist-pro input[type="text"]{
	width: 90%;
}
.private-proo input[type="text"]{
	width: 90%;
} 
.private-proo textarea{
	width: 90%;
} 
.panel-proo-1{	
	overflow-y:scroll;
	overflow: hidden;
}
.editfolders-prr input[type="text"]{
	width: 90%;
}
.editfolders-prr input[type="text"]{
	width: 90%;
}
.editfolders-subscription input[type="text"]{
	width: 90%;
}
.subscription-subscription-3{
	min-height: 10px;
	overflow: hidden;
}
.subscription-subscription-16{
	min-height: 10px;
	overflow: hidden;
}
.subscription-subscription-22{
	  padding: 8px !important;
	text-align: center !important;
}
.subscription-subscription-24{
	padding: 5px;
	border-radius: 5px;
}
.subscription-subscription-28{
	direction: rtl;
	text-align: right;
}

/*memberlist_search*/
.memberlist_search-co{
	border-radius: 7px;
}

/*quickreply*/
.quickreply-4{
	min-height: 10px;
	overflow: hidden;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
	padding: 10px 20px;
	margin: 0px -20px;
}
.quickreply-14{
	background: #E1E1E2;
	padding: 6px;
}

/*forumjump*/
.forumjump-up{
	min-height: 10px;
	overflow: hidden;
}
.forumjump-11{
	text-align: right;
	padding-right: 0px;
}
.forumjump-12{
	text-align: left;
	padding-left: 0px;
}
.forumjump-2{
	margin-top: 20px;
}
.forumjump-2 .smallfont{
	text-align: left !important;
}


/*post*/
.in-posts-1133{
	text-align:right;
	float: right;
}
.in-posts-11{
	text-align: right;
	float: left;
	line-height: 16px !important;
}
.in-posts-1111111{
	font-size: 12px !important;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #FCCECE;
}




/*syle*/
.hidden-for-all{
	display: none;
}



/*controller-list*/
.controller-list-2{
	padding:0px 0px;
}
.controller-list-3{
	padding:0px 0px;
}

.t-pag{
	min-height:10px;
	overflow: hidden;
}
.tt-pag{
	padding:0px 0px;
}
.b-pag{
	padding:0px 0px;
}
.pagenav-3 div{
	float:right;
	margin: 0px 0px 0px 5px;
	border-radius: 5px;
}
.pagenav-3 div span{
    border: 0px solid #eee;
    margin: 5px 0px;
    display: inline-block;
    line-height: 18px;
    padding: 0px 4px;
    border-radius: 5px;
    font-family: tahoma;
    font-weight: normal;
}
.pagenav-3 div a{
    border: 1px solid #eee;
    margin: 5px 0px;    
    display: inline-block;    
    line-height: 18px;    
    padding: 0px 4px;    
    border-radius: 5px;
}
.pagenav-2{
		min-height:10px;
	overflow: hidden;
		padding: 0px 0px !important;
}


.in-posts-6{
	padding: 10px;
	background: rgb(255, 246, 246) !important;
	border-radius: 20px 20px 5px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	border-top: 3px solid #FCCECE !important;
	border-bottom: 1px solid #FCCECE !important;
	border-right: 1px solid #FCCECE !important;
	border-left: 1px solid #FCCECE !important;
}





@media (max-width: 1200px){
	.rem-taz-maz2 a{
		margin-right: 5px;
	}
}
@media (max-width: 1155px){
	.maz-block h4{
		
	}
	.maz-block2 h4{
    margin: 14% 0% 0% 20%;
		
	}
	.maz-block3 h4{
    margin: 14% 0% 0% 30%;
		
	}
	.maz-block4 h4{
		
	}
}
@media (max-width: 1105px){
	.maz-block h4{
		margin: 9% 0% 0% 10%;
		font-size: 20px;
		text-align: right;
	}
	.maz-block2 h4{
		margin: 12% 0% 0% 4%;
		font-size: 20px;
		text-align: right;
	}
	.maz-block3 h4{
		margin: 12% 0% 0% 15%;
		font-size: 20px;
		text-align: right;
	}
	.maz-block4 h4{
		margin: 9% 3% 0% 10%;
		font-size: 20px;
		text-align: right;
	}
}
@media (max-width: 992px){
	.logo-in-maz{
		text-align: right;
	}
	.top-bar-in-maz ul li a{
		font-size: 14px;
		padding: 17px 10px;
	}
	.top-bar-in-maz ul li a:hover{
		font-size: 14px;
		padding: 17px 10px;
	}
	.login-in-maz{
		padding: 25px 80px;
	}
	.footer-maz-2{
		text-align: left;
	}
	.footer-maz-3{
		text-align: center;
	
		padding: 0px 0px;
}
}

@media (max-width: 768px){
	.nav-toggle{
		text-align: center;
		color: #fff !important;
	}
	.top-bar-in-maz ul li{
		float: none;
		text-align: right;
	}
	.top-bar-in-maz ul a{
		padding: 0px 0px !important;
	}
	.logo-in-maz{
		text-align: center;
		padding: 20px 0px 20px 0px;
	}
	.ads-in-maz-main{
		padding: 0px 10px;
	}
	.login-in-maz{
		padding: 20px 10px 30px 10px;
	}
	.maz-block{
		width: 100%;
	}
	.maz-block2{
		width: 100%;
	}
	.maz-block3{
		width: 100%;
	}
	.maz-block4{
		width: 100%;
	}
	.maz-block h4{
		float: right;
	}
	.maz-block2 h4{
		float: right;
	}
	.maz-block3 h4{
		float: right;
	}
	.maz-block4 h4{
		float: right;
	}
	.maz-block a{
		display: block;
		width: 210px;
		height: 130px;
		margin: auto;
	}
	.maz-block2 a{
		display: block;
		width: 210px;
		height: 130px;
		margin: auto;
	}
	.maz-block3 a{
		display: block;
		width: 210px;
		height: 130px;
		margin: auto;
	}
	.maz-i4{
		margin: 85px 0px 0px 25px;
	
		float: left;
}
	.maz-block4 a{
		display: block;
		width: 210px;
		height: 130px;
		margin: auto;
	}
	.footer-maz-2{
		padding: 20px 15px 0px 15px;
		text-align: center;
	}
	.footer-maz-3{
		text-align: center;
		padding: 10px 15px;
	}
.register-fo-qu input[type="text"]{
		width: 100%;
	}
	
	.register-fo-qu input[type="password"]{
		width: 100%;
	}
	.time-z-qu select{
		width: 100%;
	}
	.nav-collapse{
		margin-bottom: 15px;
	}
	.home-loop-forum-title{
		border-left: 0px solid #d6d6d6;
	}
	.tfoot-1{
		float: none;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.tfoot-1 select{
		padding: 2px;
	}
	.tfoot-2{
		float: none;
		margin-top: 0px;
	}
	.tfoot-2 select{
		padding: 2px 13px;
	}
	.tfoot-3{
		float: none;
		text-align: center;
		margin: 5px 0px;
	}
	.bottom-home-box-4 .alt2{
		display: none;
	}
	.bottom-home-box-6 .alt2{
		display: none;
	}
	.lastby-home{
		line-height: 20px;
		padding-right: 50px;
		margin-top: 10px;
	}
	.icon-login-code-10{
		text-align: center;
	}
	#forumsearch_menu{
		left: 80px !important;
	}
	#forumtools_menu{
		left: 40px !important;
	}
	.hidden-xs {
		display: none !important;
	}
	.list-threadbits_sticky .list-thead-list{
		min-height: 10px;
		overflow: hidden;
		border-bottom: 1px solid #ddd;
		text-align: right;
	}
	.list-threadbits .list-thead-list{
		min-height: 10px;
		overflow: hidden;
		border-bottom: 1px solid #ddd;
		text-align: right;
	}
	.list-threadbits .list-thead-list:last-child{
		min-height: 10px;
		overflow: hidden;
		border-bottom: 0px solid #ddd;
		text-align: right;
	}
	.list-thead-listata{
		float: right;
		text-align: right;
	}
	.list-thead-list-1{
		float: right;
		margin: 10px 0px 0px 0px;
		text-align: right;
	}
	.list-thead-list-2{
		float: right;
		margin: 10px 0px 0px 0px;
		text-align: right;
	}
	.list-thead-list-3{
		text-align: right;
	}
	.list-thead-list-4{
		margin-top: 8px;
		padding-right: 20px;
		text-align: right;
	}
	.list-thead-list-7{
		padding-right: 20px;
		text-align: right;
	}
	.list-thead-list-12{
		padding-top: 10px;
		text-align: right;
	}
	.list-thead-list-12 .smallfont{
		text-align: right;
	}
	.list-thead-list-17{
		padding-top: 10px;
		text-align: right;
	}
	.list-thead-list-18{
		padding-top: 10px;
		text-align: right;
	}
	.list-thead-list-20{
		padding-top: 10px;
		text-align: right;
	}
	.forum-role-li-4{
		margin-top: 10px;
	}
	.forum-role-li-4 .smallfont{
		text-align: center !important;
	}
	.list-rule-li-9 .smallfont{
		text-align: center !important;
		margin-top: 10px !important;
	}
	.toolbar-list-2{
		float: none;
		background: none !important;
	}
	.toolbar-list-4{
		float: none;
	}
	.toolbar-list-5{
		float: none;
	}
	.toolbar-list-6{
		float: none;
	}
	.toolbar-list-7{
		float: none;
	}
	.toolbar-list-8{
		float: none;
	}
	.in-posts-3{
		border-radius: 0px !important;
	}
	.in-posts-4{
		border-radius: 0px !important;
	}
	.in-posts-19{
		border-right: 0px solid #DBDBDB !important;
		min-height: 185px !important;
	}
	.in-posts-35{
		border-right: 0px solid #DBDBDB !important;
	}
	.contact-uses-11 input{
		width: 100%;
	}
	.contact-uses-13 input{
		width: 100%;
	}
	.contact-uses-17 input[type="text"]{
		width: 100%;
	}
	.contact-uses-18 textarea{
		width: 100%;
	}
	.bottom-footer{
		padding-bottom: 20px;
	}
	.links-footer li{
		padding-left: 30px;
		margin-bottom: 5px;
	}
	.bo-se-tags input[type="text"]{
		width: 100%;
	}
	.bo-se-tags input[type="submit"]{
		margin-top: 10px;
	}
	.in-polls-ed-7 input{
		width: 100%;
	}
	.in-polls-ed-8 label{
		min-height: 10px;
		overflow: hidden;
		display: block;
		width: 100%;
	}
	.usercp-control-2{
		margin-bottom: 20px;
	}
	.adsright1 { background-image: url("../img/adsright.png1"); background-repeat: no-repeat; display: block; float: left; height: 600px; margin-left: 10px; width: 120px; 
	}
}

