body {
	margin:0px;
	padding:0px;
			
	background:#f7e8ff;
}   
.clr{clear:both;}
.mr1 img{float:left;}
.main {
	width:100%; 
	overflow: hidden;
}
.main .org:first-child{
background: #93b438;
	position:relative;padding: 4px 15px 6.9px !important;
border-radius: 0 0 10px 10px;
} 
.main .org:last-child{
background: #93b438;
	position:relative;padding: 4px 10px;
border-radius: 0 0 10px 10px;
}
.headerbox{	background: #e9f4da;height: 130px; }
.main a{padding: 5px 0px 0px !important;
display: block;
font-family: Helvetica, Arial, sans-serif !important;
font-size: 14px !important;
}
.main a img{margin-right: 5px;}
.main h2{
color: #fff !important;
margin: 5px 0 0;
font-size: 14px;
text-transform: capitalize;
font-weight: normal;
}
.waper {
	width:1036px;
	margin:0px auto;
}
.about {
	float:left;
	padding: 4px 0;
}
.about ul {
	margin: 0;
	padding: 0;
}
.about ul li {
	float:left;
	list-style:none;
	padding: 0;
}
.about ul li a {
	font-family:Candara;
	padding-right: 20px;
	font-size:18px;
	color:#fff;
	text-decoration:none;
}
.org {
	float:right;
	padding: 4px 0;
}
.org a {
	font-family:Candara;
	font-size:18px;
	text-decoration:none;
	color:#fff;
}
.logo {
	float:left;
padding: 10px 0;
}
.logo img{height: 110px;}
.back-hed {
	float:right;
}
.cen-tex {
	text-align:left;
	float: left;
padding: 7px 15px 0px 100px;
}
.cen-tex h2{margin-top: 36px !important;
color: #7d4d94 !important;
margin-left: 0 !important;
text-align: center;
display: block;}
#adpacks-wrapper {
	font-family: Arial, Helvetica;
	width:280px;
	position: fixed;
	_position:absolute;
	bottom: 0;
	right: 20px;
	z-index: 9999;
	background: #eaeaea;
	padding: 10px;
	-moz-box-shadow: 0 0 15px #444;
	-webkit-box-shadow: 0 0 15px #444;
	box-shadow: 0 0 15px #444;
}
body .adpacks {
	background:#fff;
	padding:15px;
	margin:15px 0 0;
	border:3px solid #eee;
}
body .one .bsa_it_ad {
	background:transparent;
	border:none;
	font-family:inherit;
	padding:0;
	margin:0;
}
body .one .bsa_it_ad .bsa_it_i {
	display:block;
	padding:0;
	float:left;
	margin:0 10px 0 0;
}
body .one .bsa_it_ad .bsa_it_i img {
	padding:0;
	border:none;
}
body .one .bsa_it_ad .bsa_it_t {
	padding: 0 0 6px 0;
	font-size: 11px;
}
body .one .bsa_it_p {
	display:none;
}
body #bsap_aplink, body #bsap_aplink:hover {
	display:block;
	font-size:9px;
	margin: -15px 0 0 0;
	text-align:right;
}
body .one .bsa_it_ad .bsa_it_d {
	font-size: 11px;
}
body .one {
	overflow: hidden
}
/* Main menu */

#menu {
	width: 100%;
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;margin-left: 20px;
}
#menu li { border-right:1px solid #000;
	float: left;
	padding: 0 0 0px 0;
	position: relative;
	line-height: 0;
	transition: all 0.5s ease 0s;
}
#menu a {	
	float: left;
	padding: 19px 16px;
	
	
	color: #fff;

	font-family:Arial;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	transition: all 0.5s ease 0s;
}
#menu li:hover > a {
color: #FFF;
background-image: linear-gradient(#854a94, #93b438);  
	transition: all 0.5s ease 0s;
}
*html #menu li a:hover /* IE6 */ {
	color: #fafafa;
}
#menu li:hover > ul {
	display: block;
}
/* Sub-menu */

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 99999; 
background:#854a94;  
}	
#menu ul ul {
	top: 0;
	left: 150px;
}
#menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	-moz-box-shadow: 0 1px 0 #000, 0 2px 0 #000;
	-webkit-box-shadow: 0 1px 0 #000, 0 2px 0 #000;
	box-shadow: 0 1px 0 #000, 0 2px 0 #000;
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 10px;
	height: 10px;
	width: 320px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
*html #menu ul a /* IE6 */ {
	height: 10px;
}
*:first-child+html #menu ul a /* IE7 */ {
	height: 10px;
}
#menu ul a:hover {
	
}
#menu ul li:first-child > a {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #444;
}
#menu ul ul li:first-child a:after {
	left: -8px;
	top: 12px;
	width: 0;
	height: 0;
	border-left: 0;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 8px solid #444;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #000;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #000;
	border-bottom-color: transparent;
}
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
/* Clear floated elements */
#menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #menu {
	zoom: 1;
} /* IE6 */
*:first-child+html #menu {
	zoom: 1;
} /* IE7 */
.main1 { 
background: #7d4d94;   


}
/* Header-end */


.main2 {
	width:100%;
	margin: -48px 0 -10px;
}
.cen-laf {
	float:left;
	width:782px !important;
}
.bor {
	width:100%;
}
.news {
	width:250px;
	float:left;
}
.wel {
	float:right;
	width:775px;
	border-radius: 0 0 6px 6px;
	background-color:#fff;
}
.new-mr {
	padding-bottom:17px;
	background-color:#fff;

	width:239px;
	height:270px;
	float:left;
}
.new-mr span {
	background-color:#2a3950;
	padding: 5px 165px 9px 26px;
	color:#fff;
	font-family:Arial,"Arial Unicode MS",Helvetica,sans-serif;
	
	font-size:16px;
}
.mr {
	width:203px;
	border-bottom: 1px solid #fff;
	margin: 6px auto 0;
	padding-bottom: 20px;
}
.mr-rig {border-bottom: 1px solid #ccc;
line-height: 42px;
	float:right;
	width:190px;
}
.mr-rig a {
	font-family:Arial;
	font-size:13px;
	text-decoration:none;
	color:#000;
}
.pay {
	padding-top: 11px;
}
.con {
	background:background: rgba(198,235,197,1);
background: -moz-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(198,235,197,1)), color-stop(100%, rgba(231,245,231,1)));
background: -webkit-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: -o-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: -ms-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: linear-gradient(to bottom, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ebc5', endColorstr='#e7f5e7', GradientType=0 );
	width:244px;
	float:left;
	border:3px solid#75B4DC;
	border-radius: 14px;
        margin-top:10px;
}
.con img {
	float: right;
}
.con1 span {
	font-family:Arial;	
	font-size:14px;
	text-align:center;
	color:#491d00;
	font-weight:bold;
	 line-height: 21px;
}
.con1 {
	text-align:center;
}
.con1 p {
	font-family:Candara;
	font-size:25px;
	text-align:center;
	color:#0084c1;
	margin: 8px 1px 1px;
}
.adv {
	margin-top: 11px;
	text-align:center;
}
.adv span {
	font-family:Candara;
	font-size:20px;
	text-align:center;
	color:#491d00;
	margin: 15px 1px 1px;
}
.adv p {
	font-family:Candara;
	font-size:25px;
	text-align:center;
	color:#b90b00;
font-weight:bold;

	margin: 8px 1px 20px 0;
}
.butn a {
	border-radius: 5px;
	padding: 4px 15px;
	text-decoration:none;
	width:130px;
	height:30px;
	background:#0084c1;
	color:#fff4c9;
	font-family:Candara;
	font-size:17px;
	border:none;
}
.butn {
	margin: 24px 0;
}
.slider {
margin: 0px auto;
  margin-top: 0px;
text-align: center;
width: 1036px;
margin-top: 15px;
}   
.wel-top {
	
background-color: #fff;
text-align: center;
margin-top: -10px;
padding: 9px 2px 0px 25px;
color: #006128;
}
.wel-top span {
	color: #7d4d94;
font-family: 'Arial';
font-size: 24px;
font-weight: bold;
margin-top: 15px;
display: block;
	
}
.wel-bot-cen {
	width:750px;
	margin:0px auto;
	margin: 27px auto 0;
}
.wel-bot-cen span {
	font-family:Arial;
	font-size:13px;
	
	
}
.wel-bot-cen p {
	font-family:Candara;
	font-size:16px;
	margin-left:10px;
}
.wel-cen-main-d {
	background-color:#fff;
	padding: 8px 0px;
	margin-bottom: 10px;
      
}
.cen {
	width:475px;
	margin:0px auto;
}
.cen img {
	float: left;
}
.adi {
	float:right;
	width: 218px;
}
.adi span {
	font-family:Candara;
	font-size:20px;
	color:#491d00;
	font-weight:bold;
}
.adi p {
	font-family:Candara;
	font-size:16px;
	color:#3d3d3d;
}
.rig-ser {
	margin: -14px 0 0;
	float:right;
	width:246px;
        
}
.ser {
	margin-bottom: 85px;

	margin-top: 5px;
	width:245px;
}
.ser input {
	font-family:Candara;
	font-size:21px;
	color:#000;
	font-weight:bold;
	padding: 0 40px 0 10px;
	width:155px;
	height:47px;
	border:1px solid #75B4DC;
	border-radius: 15px;
	float:left;
}
.ser a {
	border-radius: 15px;
	padding: 14px 19px 7px 22px;
	margin: 0 0 0 -31px;
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #926400 0%, #b58110 100%) repeat scroll 0 0;
	float: right;
	position: absolute;
}
.new-mr1 {
	padding-bottom:17px;margin-top:5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background-color:#fff;
	width:247px;border-radius: 5px;
	float:left;
}
.new-mr1 span {
	border-radius: 7px 7px 0 0;
	color:#fff;
	font-family:;
	font-weight:bold;
	font-size:21px;
}
.mr1 {
	width:203px;
	margin:0px auto;
	margin: 25px auto 0;
}
.new-mr2 {
	padding-bottom:17px;
	border-bottom: 3px solid #005a96;
	border-radius: 0 0 7px 7px;
	background:background: rgba(198,235,197,1);
background: -moz-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(198,235,197,1)), color-stop(100%, rgba(231,245,231,1)));
background: -webkit-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: -o-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: -ms-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: linear-gradient(to bottom, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ebc5', endColorstr='#e7f5e7', GradientType=0 );
	width:248px;
	float:left;
height:120px;
}
.aaa {
	background-color: #7d4d94;
	height:30px;
	border-radius: 5px 5px 0 0;
	width: 247px;
}
.aaa span {
	padding-left: 24px;
	line-height:30px;
	border-radius: 7px 7px 0 0;
	color:#fff;
	font-family:'Arial';
	
	font-size:13px;
}
.ferture {
	margin-top:-70px;
	padding: 0px 2px;
height:83px;
background-color: #fff;
	background-color: #ffff;
	border-radius: 8px;
width: 74%;
border: 0; display: inline-flex;
}
.ferture div.aarav{width:100%;}
.ferture marquee{width:100%;}
.abot {
    display: ruby-base;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 168px;
    position: relative;
   
    left: 20px;
}
.mini {
	width:512px;
	float:left;
}
.mini1 {
	height:150px;position: relative;
    top: -25px;
}
.abot span {
	font-family:Candara;
	font-weight:bold;
	font-size:16px;
	color:#6e2c00;
}
.abot p {
	font-family:Candara;
	font-weight:bold;
	font-size:12px;
	color:#023b56;
	text-align: center;
	width: 150px;
        margin: 12px auto;
}
.abot a {
	font-family:Candara;
	font-weight:bold;
	font-size:15px;
	color:#0084c1;
	text-decoration:none;
}
.about1 {
	float:right;
}
.mini5 {
	width:512px;
	float:Right;
}
.main-fut {

	
	margin-top: 5px;
	background-color: #2164b2;
}
.Futter {
}
.nav {
	margin: 0 126px;
	
}
.nav ul {
	padding:0px;
	margin:0px;
}
.nav ul li {
	list-style:none;
	padding:0px;
	margin:0px;
}
.nav ul li a {
	color:#fff;
	font-family:Candara;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	float: left;
	padding-right: 12px;margin-top: 8px;
}
.time {
	text-align:center;
	padding-top: 48px;
}
.text span {
	font-family:Candara;
	font-size:23px;
	color:#000;
}
.text {
	padding-top: 18px;
	text-align:center;
	width: 420px;
	margin:0px auto;
}
.fut-bot { 
	  background: none !important;
  color: #fff;  
  padding: 0px 0;
  margin-top: -22px;
  clear: both;
  height: 30px; 
}
.fut-bot .leftside{width: 630px !important;
background: #7d4d94;
padding: 20px 10px;
border-radius: 10px 10px 0 0; }
.fut-bot .rightside{ width: 360px !important;
background: #7d4d94;
padding: 20px 10px;
border-radius: 10px 10px 0 0;}
.brosis {
	text-align:center;
}
.brosis span {
	color:#fff;
	font-family:Candara;
	font-size:18px;
	font-weight:bold;
}
.abot:hover {
	background:rgba(3,108,0,1);
background: -moz-linear-gradient(top, rgba(3,108,0,1) 0%, rgba(95,179,106,1) 49%, rgba(3,108,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,108,0,1)), color-stop(49%, rgba(95,179,106,1)), color-stop(100%, rgba(3,108,0,1)));
background: -webkit-linear-gradient(top, rgba(3,108,0,1) 0%, rgba(95,179,106,1) 49%, rgba(3,108,0,1) 100%);
background: -o-linear-gradient(top, rgba(3,108,0,1) 0%, rgba(95,179,106,1) 49%, rgba(3,108,0,1) 100%);
background: -ms-linear-gradient(top, rgba(3,108,0,1) 0%, rgba(95,179,106,1) 49%, rgba(3,108,0,1) 100%);
background: linear-gradient(to bottom, rgba(3,108,0,1) 0%, rgba(95,179,106,1) 49%, rgba(3,108,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75B4DC', endColorstr='#75B4DC', GradientType=0 );
	border-radius: 8px;
}
.mr-rig a:hover {
	color:#000;
	transition: all 0.5s ease 0s;
}
.about ul li a:hover {
	color:#fff;
	transition: all 0.5s ease 0s;
}
.org :hover {
	color:#fff;
	transition: all 0.5s ease 0s;
}
.abot a:hover {
	color:#fff;
	transition: all 0.5s ease 0s;
}
marquee {
	margin-top: 30px;
	padding: 9px;
        height:150px;
}
.nav ul li a:hover {
	color:#000;
	transition: all 0.5s ease 0s;
}
.wel-cen-main-d:hover {
	
	color:#fff;
	transition: all 0.5s ease 0s;
}
a {
	text-decoration:none;
}
h1 {
	font: 4em normal Arial, Helvetica, sans-serif;
	padding: 20px;
	margin: 0;
	text-align:center;
}
h1 small {
	font: 0.2em normal Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	line-height: 5em;
	display: block;
}
h2 {
	font-weight:700;
	color:#bbb;
	font-size:20px;
}
h2, p {
	margin-bottom:10px; 
	
	
}
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('BebasNeue-webfont.eot');
	src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),  url('BebasNeue-webfont.woff') format('woff'),  url('BebasNeue-webfont.ttf') format('truetype'),  url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.container {background: none;
width: 1036px;
margin: 0 auto; 
border-image: none;
cursor: auto;
margin: 10px auto 0;
  margin-top: 10px;
border: 0px;
margin-top: -14px;
position: relative;
padding-top: 17px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
z-index: auto !important;
}
.clock {
}
#Date {
	font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
}
ul {
	margin:0 auto;
	padding:0px;
	list-style:none;
	text-align:center;
}
ul li {
	display:inline;
	text-align:left;
	font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size:25px;
}
#point {
	position:relative;
	-moz-animation:mymove 1s ease infinite;
	-webkit-animation:mymove 1s ease infinite;
	padding-left:10px;
	padding-right:10px;
}
 @-webkit-keyframes mymove {
0% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
50% {
opacity:0;
text-shadow:none;
}
100% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
}
 @-moz-keyframes mymove {
0% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
50% {
opacity:0;
text-shadow:none;
}
100% {
opacity:1.0;
text-shadow:0 0 20px #00c6ff;
}
}
.contect {
	padding: 0px 20px;
}
.submit-pag {
	margin-bottom: 55px;
}
.submit-pag span {
	font-family:Candara;
	font-size:18px;
	color:#000;
}
.submit-pag input {
	padding: 0 15px;
	font-family:Candara;
	margin: 5px 0;
	width:285px;
	height:36px;
	border-radius: 9px;
	border:1px solid #75B4DC;
}
.submit-pag textarea {
	font-family:Candara;
	margin: 5px 0;
	width:445px;
	height:135px;
	border-radius: 9px;
	border:1px solid #75B4DC;
	padding:15px;
}
.submit-pag button {
	background:#fff;
	width: 140px;
	height: 40px;
	border:5px solid#af7c0e;
	border-radius: 11px;
	font-family:Candara;
	font-size:20px;
	font-weight:bold;
}
.submit-pag input:hover {
	border:1px solid#75B4DC;
}
.submit-pag input:focus {
	font-size:14px;
	font-weight:bold;
	border:1px solid#fa2800;
}
.submit-pag textarea:hover {
	border:1px solid#75B4DC;
}
.submit-pag textarea:focus {
	border:1px solid#fa2800;
}
.submit-pag button:hover {
	border:5px solid#007390;
	color:#007390;
	cursor:pointer;
}
.Join-member {
}
.Join-member span {
	font-family:Candara;
	font-size:18px;
	color:#000;
	font-weight: normal;
}
.Join-member select {
	margin-bottom:6px;
	border-radius: 7px;
	width:65px;
	height:36px;
	border: 1px solid#75B4DC;
}
.Join-member input {
	padding: 0 15px;
	font-family:Candara;
	margin: 5px 0;
	width:200px;
	height:36px;
	border-radius: 9px;
	border:1px solid #75B4DC;
}
.Join-member input:hover {
	border:1px solid #75B4DC;
}
.Join-member input:focus {
	font-size:14px;
	font-weight:bold;
	border:1px solid#fa2800;
}
.addersch {
}
.addersch input {
	padding: 0 15px;
	font-family:Candara;
	margin: 5px 0;
	width:440px;
	height:36px;
	border-radius: 9px;
	border:1px solid #75B4DC;
}
.addersch textarea {
	padding: 10px;
15px 10px 10px;
	font-family:Candara;
	margin: 5px 0;
	width:440px;
	height:150px;
	border-radius: 9px;
	border:1px solid #75B4DC;
}
.addersch span {
	font-family:Candara;
	font-size:18px;
	color:#000;
	font-weight: normal;
}
.addersch1 input {
	padding: 0 15px;
	font-family:Candara;
	margin: 5px 0;
	width:170px;
	height:36px;
	border-radius: 9px;
	border:1px solid #75B4DC;
}
.addersch1 span {
	font-family:Candara;
	font-size:18px;
	color:#000;
	font-weight: normal;
}
.Buton-sub button {
	background:#fff;
	width: 140px;
	height: 40px;
	border:5px solid#af7c0e;
	border-radius: 11px;
	font-family:Candara;
	font-size:20px;
	font-weight:bold;
}
.Buton-sub button:hover {
	border:5px solid#007390;
	color:#007390;
	cursor:pointer;
}
.Buton-sub {
	margin-bottom:45px;
}
.Buton-sub input {
	cursor:pointer;
	padding: 0 15px;
	font-family:Candara;
	margin: 5px 0;
	width:none;
	height:none;
	border-radius: 9px;
	border:none;
}
.Buton-sub input:hover {
	border:none;
}
.Buton-sub input:focus {
	border:none;
	font-size:none;
	font-weight:bold;
	border:none;
}
.indexing {
	margin-bottom: 30px;
}
.lo-laft {
	float:left;
}
.lo-laft1 {
	float:left;
	padding:2px 8px;
}
.logo-in-gogal {
}
/*--New Page (issues-Current issues-Aochive issues)--*/



.issuse {
	padding:0 24px;
}
.issuse span {
	font-family:Candara;
	font-size:18px;
	color:#000;
	font-weight:none;
}
.ifect { 
}
.img-laft {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid#919191;
	width:470px;
	float:left;
}
.img-laft a {
	width:375px;
	padding-left:20px;
	padding-top:5px;
	float:right;
	font-family:Candara;
	color:#000;
	font-weight:bold;
	font-size : 14px !important;
}
.img-laft a:hover {
	text-decoration:underline;
	color:#fd0000;
}
.img-laft span {
	width:374px;
	font-family:Candara;
	font-size:14px;
	float:right;
}
.img-laft p {
	float:right;
	margin:0px;
	font-family:Candara;
	font-size:14px;
	color:#fd0000;
}
.img-laft span a {
	width:None;
	padding-left:None;
	padding-top:None;
	float:None;
	font-family:Candara;
	color:#000;
}
/*--New Page (issues-Current issues-Aochive issues)--*/

.Archive {
	padding:0 24px;
}
.Archive span {
	font-family:Candara;
	font-size:20px;
	float:left;
	font-weight:bold;
}
.Archive table {
	border:1px none;
}
.Archive table tr {
}
.Archive table tr td {
}
.Archive h1 {
	font-size:30px;
	padding:0px;
	margin:0px;
	font-family:Candara;
}
.Archive h3 {
	font-family:Candara;
	font-size:20px;
	margin:0px;
}
.Archive h3:hover {
	text-decoration:underline;
}
/*--New Page (Online Submissione)--*/
.addersch11 textarea {
	padding: 10px 15px;
	font-family:Candara;
	margin: 5px 0;
	width:440px;
	height:60px;
	border-radius: 9px;
	border:1px solid #a9770b;
}
.addersch11 span {
	font-family:Candara;
	font-size:18px;
	color:#000;
	font-weight: normal;
}
.addersch11 input {
	padding: 0 15px;
	font-family:Candara;
	margin: 5px 0;
	width:120px;
	height:36px;
	border-radius: 9px;
	border:1px solid #75B4DC;
}
/*--New Page (FrequentlySubmissione)--*/
.Frequently {
	padding:0 27px;
}
.brodon {
	background:#e2b12b;
	padding:6px 0;
	width:463px;
}
.brodon span {
	font-family:Candara;
	font-size:18px;
	color:#000;
	font-weight: normal;
}
.brodon a {
}
.brodon a img {
	margin:0 11px -6px 13px;
}
/* ramniwas */






#wrapper {
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
}
#wrapper a {
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
.box {
	background-color: #ffffff;
	color: #888888;
	left: 100%;
	padding: 20px;
	position: fixed;
	right: 30%;
	top: 25%;
	width: 555px;
	z-index: 101;
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}
.overlay {
	background: #000000;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	opacity:0.5;
}
a.boxclose {
	background: url("../images/cancel.png") repeat scroll left top transparent;
	cursor: pointer;
	float: right;
	height: 26px;
	left: 32px;
	position: relative;
	top: -33px;
	width: 26px;
}
.titalpop {
}
.titalpop p {
	margin:0px;
	font-size:14px;
}
.titalpop span {
	font-weight:none;
	font-family:Candara;
	font-weight:bold;
}
.red {
	color:#ff0000;
	font-size:17px;
}
.button {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #af7c0e;
    border-radius: 11px;
    font-family: Candara;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    width: 140px;
}
input.button {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #75B4DC;
    border-radius: 11px;
    font-family: Candara;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    width: 140px;
margin-top: -7px;
}
button.button-search{
     background-color: #75B4DC;
    border-radius: 15px;
    float: right;
    margin: 0 0 0 -31px;
    padding: 12px 19px 7px 15px;
    position: absolute;
    border: none;


}
input.button:hover {
    border: 5px solid #007390;
    color: #007390;
    cursor: pointer;}
.con5 {
	
background:#FFE87B;
	width:244px;
	float:left;
	border:3px solid #75B4DC;
	border-radius: 7px;
        margin-top:10px;
/*padding-bottom:45px;*/
}
.con5 img {
	float: right;
}

@media only screen and (max-width: 1058px) {

.main{ width:1038px;}
.main1{width:1038px;}
.main1 .waper {width:1038px !important;}
#menu {
  width: 1038px;
  margin-left: 0;
}
#menu a { 
  padding: 19px 13px;}
.main-fut{width:1038px;}
.fut-bot{width:1038px;}
}
.con5 p{ margin: 0;
    padding: 8px 0;
    font-family: Candara;
    font-size: 20px;
    text-align: center;
    background: #EBA80D;
    color:#491D00;
    font-weight:bold;
    margin-bottom: 9px;}
.con6 span {
	font-family:Myriad Pro;
	font-size:16px;
	text-align:center;
	color:#491d00;
	font-weight:bold;
	line-height: 21px;
}
.con6 {margin: 45px 10px 45px 10px;}
.cen-tex a {color:#2f2f2e; font-size:18px;}
.con6 img{margin-left:10px; width:225px;}
.blink_me {

    -webkit-animation-1.9s;
    -moz-animation-timing-funname: blinker;
    -webkit-animation-duration: 1.9s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: ction: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1.9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}
.social-1{right:0; position:fixed; z-index:999; margin-left:0px; margin-top:274px;line-height:32px;}
.social-icons img:hover
{

}
.social-icons ul{margin:0px; padding:0px; float:right !important;}
.social-icons ul li{list-style:none; padding:1px 0px 0px 0px;}



.social-icons{ background: #82b841;
padding: 10px 5px 5px;
border-radius: 10px 0 0 10px;


width: 40px;
right: 0;
position: fixed;
z-index: 9999;
margin-left: 0px;
margin-top: 270px;}
.social-icons img:hover
{

}
.social-icons ul{margin:0px; padding:0px; float:right !important;}
.social-icons ul li{list-style:none; padding:1px 0px 0px 0px;}
.social-icons ul li img{ padding-bottom:4px;}

#cf {
    height: 30px;
    margin-bottom: 3px;
    position: relative;
    width: 30px;
}
.issn-no{float: right;
    margin-bottom: 5px;
    margin-top: -158px;}
.dd-search {float:right; margin-top: 59px;}

.button, a.dd-search-button {
    background: rgba(0, 0, 0, 0) url("../images/searchicon.png") no-repeat scroll center center;
    border: medium none;
    color: #dbdbdb !important;
    cursor: pointer;
    display: block;
    height: 100%;
    left: auto;
    padding: 0;
    position: absolute;
    width: 24px;
}
.niwas  {font-size:10px; font-family:'Arial';}
.container {1100px;}




table, td, th {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
   text-align: left; padding:10px; text-align:center;
}
td {padding:10px;}
td a:hover{color:#f18142;}
td a {color:#f80f42;}


.access-part {
 width: 100%;
color: #7d4d94;
left: 0;
font-size: 18px;
position: relative;
top: 18px;
text-transform: capitalize;
font-weight: bold;
display: block;
text-align: center;
}

.access-part2 {
width: 100%;
color: #ff0505;
left: 0;
font-size: 18px;
position: relative;
top: 0px;
text-transform: capitalize;
font-weight: bold;
text-align: center;
display: block;
}

