/* =========================================================
Common styles
============================================================ */

body {
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	
}
pre, code {
    font-family: 'Arial',Menlo,Consolas,monospace;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color:#E92966;
    border-style: solid;
    border-width: 2px 0 0;
    clear: both;
    height: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
ol {
    
	margin-top:15px;
}
ul {
	margin-top:0px;
}
.unorder-list, .order-list {
	margin-top:15px;
}
ul li {
	list-style:inside square #000;
	margin-bottom:10px;
}
ol li {
	list-style:inside decimal;
	margin-bottom:10px;
}
/*------responsive image----------------*/
.responsive-img{
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
/* =========================================================
Elements
============================================================ */
blockquote {
    color: #666;
    font-family: Georgia,"Arial",Times,serif;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
	margin:40px 20px 20px 0;
	text-align:justify;
}
blockquote img {
    margin: -35px 10px 0 0;
}
.slide-link,
.more-link {
	display:inline-block;
	border:1px solid #FC624E;
	background-color:#FC624E;
	padding:3px 15px 5px;
	color:#fff;
	 font-family: 'Arial',cursive;
	 font-size:15px;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
.slide-link:hover,
.more-link:hover,
.big-button:hover,
.medium-button:hover,
.small-button:hover {
	border:1px solid #fff;
	background-color:#555;
	color:#fff;
	box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	position:relative;
	z-index:1;
}
.big-button {
	display:inline-block;
	border:1px solid #FC624E;
	background-color:#FC624E;
	padding:12px 30px;
	color:#fff;
	 font-family: 'Arial',cursive;
	 font-size:18px;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
	
}
.medium-button {
	display:inline-block;
	border:1px solid #FC624E;
	background-color:#FC624E;
	padding:10px 20px;
	color:#fff;
	 font-family: 'Arial',cursive;
	 font-size:16px;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
 
.small-button {
	display:inline-block;
	border:1px solid #fff;
	background: #E92966; /* Old browsers */

	padding:2.5px 05px;
	color:#fff;
	 font-family: 'Arial',cursive;
	 font-size:12px;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}


.kp-dropcap {
    display: inline-block;
    float: left;
    font-family: 'Arial',sans-serif;
    font-size: 40px;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    text-align: center;
    width: 22px;
}

.kp-dropcap.dark {
    background: none repeat scroll 0 0 #333;
    color: #FFFFFF;
	height:42px;
	line-height:42px;
	width:34px;
}
/* =========================================================
Heading
============================================================ */
h1 {
    color: #3b9600;
    font-size:26px;
	font-family: 'Arial',cursive;
	font-weight:normal;
    letter-spacing: 0;
	margin-bottom:3px;
}
h2 {
    color: #fff;
    font-family: 'Arial',cursive;
	font-size:24px;
	font-weight:normal;
    letter-spacing: 0;
	margin-bottom:3px;
}
h3 {
    color: black;
    font-family: 'Arial',cursive;
	font-size:22px;
	font-weight:normal;
    letter-spacing: 0;
	margin-bottom:3px;
}
h4 {
    color: #3b9600;
    font-family: 'Arial',cursive;
	font-size:14px;
	font-weight:bold;
    letter-spacing: 0;
	margin-bottom:3px;
	
}
h5 {
    color: #E92966;
     font-family: 'Arial',cursive;
	font-size:16px;
	font-weight:normal;
    letter-spacing: 0;
	margin-bottom:3px;
	background:url(../../images/feature-title-arrow.png) no-repeat right 6px;
	display:inline-block;
	padding-top:2px;
	padding-right:13px;
	/*text-transform:uppercase;*/
	
}
h6 {
    color: #333333;
    font-family: 'Arial',cursive;
	font-size:24px;
	font-weight:normal;
    letter-spacing: 0;
	margin-bottom:3px;
	
}
p { 
	margin-bottom:10px;
	line-height:18px;
}
/* =========================================================
Clear Floated Elements
============================================================ */
.left{ 
	float:left;
}
.right{
	float:right;
}
.clear {  
	clear: both;  
	display: block;  
	overflow: hidden;  
	visibility: hidden;  
	width: 0;  height: 0;
}
.clearfix:before,.clearfix:after{
  content: '.';  
  display: block;  
  overflow: hidden;  
  visibility: hidden;  
  font-size: 0;  
  line-height: 0;  
  width: 0;  
  height: 0;
 }
.clearfix:after{  
	clear: both;
}
.clearfix{  
	zoom: 1;
}
.hover-effect{
	cursor:pointer;
	z-index:100;
}
.shadow-box {
	
	padding:5px;
	position:relative;
	z-index:1;
}




.inner-box{
background-color:#fafafa;

border-bottom:solid 2px #E92966;
}

.inner-box-admin{
color:#333333;
background-color:#FFFFFF;
border-top:solid 2px #FFCC00;
border-bottom:solid 2px #FFCC00;
}

.login-box{
background-color:#fafafa;
list-style:none;
list-style-type: none;
}

.login-box h2{
	display:block;
	color:#E92966;
	font-family: 'Arial',cursive;
	font-weight:bold;
	font-size:14px;
	width:210px;
	padding-top:3px;
	text-transform:none;
	

	margin:0px;
	margin-top:1px;
	margin-bottom:5px;
	padding-bottom:05px;
	padding-left:05px;
	padding-right:05px;
	
	border-bottom:solid 2px #E92966;
}

.NewMembersAL{
background-color:#fafafa;

border-bottom:solid 2px #E92966;
}


.NewMembersAL a.mtitle:hover{color:Maroon;text-decoration:none}
.NewMembersAL .seeall{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#888888;text-decoration:none;}
.NewMembersAL .seeall:hover{color:#282828;text-decoration:underline;}
.NewMembersAL .newslistbox{margin:5px 0px;width:210px;}
.newsboxAL .nolbldata{color:Orange;font-weight:bold;}
.NewMembersAL .newsimg{border:1px solid #CCC;float:left;margin:0px 10px 0px 0px;}
.NewMembersAL .newstitle{font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:normal;color:#0164bf;text-decoration:none;}
.NewMembersAL .newstitle:hover{text-decoration:underline;color:#001930;}
.NewMembersAL .nmplace{font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#3b9600; }
.NewMembersAL .nmplace .city{color:#E92966;font-size:11px;}


.mtitle{
	display:block;
	color:#E92966;
	font-family: 'Arial',cursive;
	font-weight:bold;
	font-size:14px;
	width:210px;
	padding-top:3px;
	text-transform:none;
	text-decoration:none;
	
	margin:0px;
	margin-top:1px;
	margin-bottom:5px;
	padding-bottom:05px;
	padding-left:05px;
	padding-right:05px;
	
	border-bottom:solid 2px #E92966;
}








/*===================rightbannerfade===================*/
.rightbannerfade{padding:0px 0px; margin-left:5px; margin-bottom:7px;}
.rightbannerfade ul li{list-style:none;list-style-type:none; border:solid 2px Silver;margin-top:-2px;margin-bottom:2px;  }
/*=================NBBAL Start==============*/
.NBBAL
{
	background-color:#fafafa;

border-bottom:solid 2px #E92966;
	}

.NBBAL a.mtitle:hover{color:Maroon;}
.NBBAL .seeall{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#888888;text-decoration:none;}
.NBBAL .seeall:hover{color:#282828;text-decoration:underline;}
.NBBAL .newslistbox{margin:5px 0px;width:210px;}
.NBBAL .newsimg{border:1px solid #CCC;float:left;margin:0px 10px 0px 0px;}
.NBBAL .newstitle{font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:normal;color:#0164bf;text-decoration:none;}
.NBBAL .newstitle:hover{text-decoration:underline;color:#001930;}
.NBBAL .nmplace{font-family:Arial, Helvetica, sans-serif;font-size:11px;color:orange;}
.NBBAL .nmplace .city{color:#3b9600;font-size:11px;}
.NBBAL .nolbldata{font-weight:bold;color:Orange}
/*=================NBBAL End==============*/

/*=================News Start==============*/
.newsboxAL
{
	width:307px;
	background-color:White;

	
}
.newsboxSS
{
	width:614px; overflow:hidden; background-color:White;	border-top:solid 2px #E92966;	border-bottom:solid 2px #E92966;
}
.newsEventboxAL
{
	 float: left;
	 width:465px;
	 height:235px;
	 overflow: hidden;
	 position: relative; 
}
.newsboxAL h2{font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;color:#E92966;margin:0px;}
.newsboxAL .seeall{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#3b9600;text-decoration:none;padding-top:4px;padding-right:4px}
.newsboxAL .seeall:hover{color:Maroon;text-decoration:none;}
.newsboxAL .newslistbox{margin:5px 0px;}
.newsboxAL .newsimg{border:1px solid #CCC;float:left;margin:0px 10px 0px 0px;}
.newsboxAL .newstitle{font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#E92966;text-decoration:none;}
.newsboxAL .newstitle:hover{text-decoration:none;color:Maroon;}
.newsboxAL .newsdate{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#3b9600;margin-top:3px;}
/*=================event Start==============*/
.eventboxAL{width:285px;margin-right:5px;}
.eventboxAL h2{font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;color:#89423b;margin:0px;}
.eventboxAL .seeall{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#888888;text-decoration:none;}
.eventboxAL .seeall:hover{color:#282828;text-decoration:underline;}
.eventboxAL .newslistbox{margin:5px 0px;}
.eventboxAL .newsimg{border:1px solid #CCC;float:left;margin:0px 10px 0px 0px;}
.eventboxAL .newstitle{font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#0164bf;text-decoration:none;}
.eventboxAL .newstitle:hover{text-decoration:underline;color:#001930;}
.eventboxAL .newsdate{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#9a9a9a;margin-top:3px;width:500px;}

/*=================Birthday/Shradhanjali/Marriagebox Start==============*/

.Bullete ul li{list-style-type:none;list-style:none}

.todaysbirthday{margin-left:10px;}
.todaysbirthday1{margin-left:10px;}
.todaysbirthday2{margin-left:10px;}


.todaysbirthday a{background:url(../images/todaysbirthdayIcon.png) no-repeat 0px 7px;display:block;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#E92966;font-weight:bold;padding:0px 0px 0px 25px;min-height:35px;line-height:35px;text-decoration:none;}
.todaysbirthday1 a{font-family:Verdana; background:url(../../images/feedbackold.jpg) no-repeat 0px 7px;display:block;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#E92966;font-weight:bold;padding:0px 0px 0px 25px;min-height:25px;line-height:25px;text-decoration:none;}
.todaysbirthday2 a{font-family:Verdana; background:url(../../images/feedbacknew.jpg) no-repeat 0px 7px;display:block;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#E92966;font-weight:bold;padding:0px 0px 0px 25px;min-height:25px;line-height:25px;text-decoration:none;}
.todaysbirthday1 a:hover{color:Maroon;text-decoration:none;}
.todaysbirthday2 a:hover{color:Maroon;text-decoration:none;}


.todaysbirthday a:hover{color:#E92966;text-decoration:underline;}
/*.hrulegray{background:url(images/todaysbirthdaybottombg.png) repeat-x 0px 0px;height:15px;width:100%;clear:both;}*/
.hrulegray{}

.birthdatlistboxAL{padding-left:77px;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;min-height:50px;color:#8a423a;margin:10px 5px;}
.birthdatlistboxAL a{font-family:Verdana;font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#0164bf;font-weight:bold;text-decoration:none;font-style:normal;margin-bottom:3px;float:left;}
.birthdatlistboxAL a:hover{color:#3b9600;text-decoration:underline;}


.MarriageboxAL{background:url(images/marringeIcon.jpg) no-repeat 0px 0px;padding-left:77px;font-size:12px;font-style:italic;min-height:50px;color:#E92966;margin:10px 5px;}
.MarriageboxAL a{font-family:Verdana;font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#E92966;font-weight:bold;text-decoration:none;font-style:normal;margin-bottom:3px;float:left;}
.MarriageboxAL a:hover{color:#E92966;text-decoration:underline;}



.ShraddhanjaliAL{font-size:12px;font-style:normal;min-height:50px;color:#3b9600;margin:10px 5px;width:100%;}
.ShraddhanjaliAL a{font-family:Verdana;font-size:14px;color:#E92966;font-weight:bold;text-decoration:none;font-style:normal;margin-bottom:3px;float:left;}
.ShraddhanjaliAL a:hover{color:Maroon;text-decoration:none;}
.ShraddhanjaliAL .name{font-size:12px;color:#3b9600;float:left;font-style:normal;}
.ShraddhanjaliAL .simg{border:1px solid #ccc;margin:0px 15px;}
.ShraddhanjaliAL  .c1{display:block;}

.birthdatlistboxAL1{font-size:12px;font-style:normal;min-height:50px;color:#3b9600;margin:10px 5px;width:100%;}
.birthdatlistboxAL1 a{font-family:Verdana;font-size:14px;color:#E92966;font-weight:bold;text-decoration:none;font-style:normal;margin-bottom:3px;float:left;}
.birthdatlistboxAL1 a:hover{color:Maroon;text-decoration:none;}
.birthdatlistboxAL1 .name{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#3b9600 ;font-weight:bold;float:left;font-style:normal;}
.birthdatlistboxAL1 .simg{border:1px solid #ccc;margin:0px 15px;}


.birthdatlistboxAL1  .c1{display:block;}

.MarriageboxAL1{font-size:12px;font-style:normal;min-height:50px;color:#3b9600;margin:10px 5px;margin-bottom:-10px;width:100%;}
.MarriageboxAL1 a{font-family:Verdana;font-size:14px;color:#E92966;font-weight:bold;text-decoration:none;font-style:normal;margin-bottom:3px;float:left;}
.MarriageboxAL1 a:hover{color:Maroon;text-decoration:none;}
.MarriageboxAL1 .name{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#3b9600;font-weight:bold;float:left;font-style:normal;}
.MarriageboxAL1 .simg{border:1px solid #ccc;margin:0px 15px;}

.MarriageboxAL1  .c1{display:block;}

.Otherlink a
{
	text-decoration:none;
 color:#E92966;
 font-weight :bold;
	
}
.Otherlink a:hover			{ color:Maroon; text-decoration:none;}

.copyright-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.copyright-txt  a{color: #fff; text-decoration:none; } 
.copyright-txt  a:hover{
color: #00CCFF;
}
.pioneer-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3b9600;
	text-decoration: none;
}
.pioneer-txt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}


/*=================slider==============*/

#slider1 { height: 1%; padding: 0 0 0px;}
#slider1 .viewport { float: left; width:465px; height:235px;  overflow: hidden; position: relative; }
#slider1 .buttons { background:url(images/buttonsL.png) no-repeat scroll 0 0 transparent; display: block; margin: 0px 10px 0 0;text-indent: -999em; float: left; width:20px; height: 20px; overflow: hidden; position: absolute;top: 8px;
right: 25px; }
#slider1 .next { background:url(images/buttonsR.png) no-repeat scroll 0 0 transparent;float: left; width: 20px; height: 20px;top:8px;right:0px; }
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; background-color:White; margin: 0; width: 240px; left: 0 top: 0; }
#slider1 .overview li{ float: left; margin: 0 12px 0 0; padding: 1px; height: 136px;width: 465px;color:white;}
#slider1 .nolbldata{color:#3b9600;font-weight:bold;}

.bg-topheader			{ background-color:#E92966;  position:fixed; z-index:999999; width:100%; height:23px;padding-top:5px; padding-bottom:3px; padding-left:8px;}
.top-links			{ height:25px; width:45%; line-height:25px; font-size:11px; color:white;}
.top-links a        { color:white; text-decoration:none;}
.top-links a:hover	{ color:Yellow; text-decoration:none;}

.mgtImg
{
	
	}
.hlpfeed
{
	display:none;
}
.style2
        {
            width: 64px;
        }

.headerimage
{
	
	font-family: Times New Roman Baltic ;
	font-size:21px;
	color:orange;
	font-weight:bold;
	text-decoration: none;
	padding-left:85px;
}

.login				{ width:150px; font-size:11px; color:White;  text-align:center;}
.login a			{ padding:0 5px; color:white; text-decoration:none;}
.login a:hover		{ padding:0 5px; color:Yellow; text-decoration:none;}
.login srchKey 
{
	height: 20px;
line-height: 20px;
width: 187px;
border-left: 1px solid #D7D7D7;
border-width: 1px;
border-style: solid;
border-color: #D7D7D7;
padding: 5px 10px;
margin-bottom: 5px;
float: left;
position: relative;
z-index: 1;
color: #888;
}

.date								{ font-size: 12px; color:#8a8a8a; font-style: normal; padding:0; margin:5px; width:600px;}
.date span							{ font-size: 12px; color:#5e5e5e;}

.LoginHeaderPanel
{
	background-color: Transparent;
    float: right;
    width: 219px;
    height:18px; line-height:18px;
	color:White;
	}

.spacer5{height:5px; clear:both;}

.spanel
{
	border-top:solid 2px white;	border-bottom:2px solid #E92966;
	padding-bottom:6px;
}

.sbox-main{width:225px;}
.sbox{float:left;font-size:13px;color:#3b9600;text-align:justify;width:220px;margin:7px 0px;}
.sbox h1,.nbh1 {font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:14px;color:White;word-wrap:break-word;border:1px solid #8fb9d0;padding:10px 10px;background:url(images/slider1titlebg.jpg) repeat-x 0px 0px;height:14px;margin:0px;}


.sbox .viewmore{color:#E92966;font-size:12px;font-family:Arial, Helvetica, sans-serif;text-decoration:none;}
.sbox .viewmore:hover{color:Maroon;text-decoration:none	;}

.lntitle{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#E92966;text-decoration:none;}
.lntitle:hover{color:Maroon;text-decoration:none;}
.sdate{font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#4096ee;font-weight:bold;}
.sbox .simg{margin-right:10px;border:1px solid #CCC;}

.BdrBtmDotted{border-bottom:1px dotted #cbcbcb;}
.Bdrleft{border-left:1px dotted #cbcbcb;}
.Bdrright{border-right:1px solid #cbcbcb;}

.fr{float:right !important;}
.fl{float:left;}
.t1{ float:left;}
.t2{ float: right !important;}

.mgt45{margin-top:45px !important;}.mgb45{margin-bottom:45px!important;}.mgl45{margin-left:45px!important;}.mgr45{margin-right:45px!important;}
.mgt35{margin-top:35px !important;}.mgb35{margin-bottom:35px!important;}.mgl35{margin-left:35px!important;}.mgr35{margin-right:35px!important;}
.mgt30{margin-top:30px !important;}.mgb30{margin-bottom:30px!important;}.mgl30{margin-left:30px!important;}.mgr30{margin-right:30px!important;}
.mgt25{margin-top:25px !important;}.mgb25{margin-bottom:25px!important;}.mgl25{margin-left:25px!important;}.mgr25{margin-right:25px!important;}
.mgt20{margin-top:20px !important;}.mgb20{margin-bottom:20px!important;}.mgl20{margin-left:20px!important;}.mgr20{margin-right:20px!important;}
.mgt15{margin-top:0px !important;}.mgb15{margin-bottom:15px!important;}.mgl15{margin-left:15px!important;}.mgr15{margin-right:15px!important;}
.mgt10{margin-top:10px !important;}.mgb10{margin-bottom:10px!important;}.mgl10{margin-left:10px!important;}.mgr10{margin-right:10px!important;}
.mgt8{margin-top:8px!important;}.mgb8{margin-bottom:8px!important;}.mgl8{margin-left:8px!important;}.mgr8{margin-right:8px!important;}
.mgt5{margin-top:5px!important;}.mgb5{margin-bottom:5px!important;}.mgl5{margin-left:5px!important;}.mgr5{margin-right:5px!important;}
.mgt3{margin-top:3px!important;}.mgb3{margin-bottom:3px!important;}.mgl3{margin-left:3px!important;}.mgr3{margin-right:3px!important;}
.mgt1{margin-top:1px!important;}.mgb1{margin-bottom:1px!important;}.mgl1{margin-left:1px!important;}.mgr1{margin-right:1px!important;}










.border-box {
	background:url("../../images/tag-pattern.png") repeat scroll 0 0 transparent;
	padding:4px;
}
/* =========================================================
	Columns
============================================================ */
.one-second{
	width:355px;
	float:left;
	margin-right:20px;
}
.one-forth {
	width:250px;
	float:left;
	margin-right:20px;
}
.midd_content {
	float:left;
	width:625px;
	margin-right:0px;
}

.admin-left-col {
	float:left;
	width:855px;
	margin-right:0px;
}

.new-left-col {
	float:left;
	width:140px;
	margin-right:5px;
	border:1px solid #E92966;
}

.admin-new-left-col {
	float:left;
	width:180px;
	margin-left:2px;
}

.right_content {
	float:left;
	width:230px;
	margin-right:0px;
	border: 1px solid #E92966;
}
.last {
	margin-right:0 !important;
}
.container {
	width:1000px;
	margin:0 auto;
}
.wrapper {
	width:1000px;
	margin:0 auto;
	background:#fff;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}
/* =========================================================
	Header
============================================================ */
#header {
	margin:0px 0 0px 0;
	background-color:#E92966;
	
}



.header-inner {
	
}
#header-top {
background:url(../../images/header-lightpink-bg.jpg);
background-repeat:no-repeat;
height:140px;

}
#header-top .header-inner {
	padding-bottom:10px;
}
/*---------------- Top Menu -----------------*/
#top-nav{
	height:40px;
}
#top-menu {
	float:right;
	margin-top:15px;
}
#top-menu li {
	float:left;
	list-style:none;
}
#top-menu li a {
	color:#666;
	padding:10px 15px 15px;
	display:block;
	font-size:12px;
}
#top-menu li a:hover {
	color:#E92966;
}
#top-responsive-menu {
	float:right;
	display:none;
	margin-top:20px;
	width:100%;
	padding:5px 10px;
	border:1px solid #dbdbdb;
}
/*---------------- Logo & Banner -----------------*/
#logo-image {
	float:left;
	padding-left:10px;
	padding-top:15px;
}
#logo-text {
	float:left;
	margin-left:-05px;
	padding-top:21px;
}
#top-banner {
	float:right;
	text-align:left;
	padding-right:10px;
	
}

#logo-MSJS-text {
	float:left;
	margin-left:65px;
	padding-top:35px;
}

/*---------------- Main Menu -----------------*/
#header-middle {
	
}

#header-middles {
background: #cb60b3; /* Old browsers */
background: -moz-linear-gradient(top,  #cb60b3 0%, #c146a1 20%, #db36a4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(20%,#c146a1), color-stop(100%,#db36a4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb60b3 0%,#c146a1 20%,#db36a4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb60b3 0%,#c146a1 20%,#db36a4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb60b3 0%,#c146a1 20%,#db36a4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb60b3 0%,#c146a1 20%,#db36a4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */




	border-bottom:3px solid #9f015d;
	border-top:1px solid #9f015d;
	height:30px;
	
	
}

#responsive-menu {
	display:none;
}
#main-menu{
	


}

#main-menus{
	margin-top:0px;
	
	background: #cb60b3; /* Old browsers */
background: -moz-linear-gradient(top,  #cb60b3 0%, #c146a1 20%, #db36a4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(20%,#c146a1), color-stop(100%,#db36a4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb60b3 0%,#c146a1 20%,#db36a4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb60b3 0%,#c146a1 20%,#db36a4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb60b3 0%,#c146a1 20%,#db36a4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb60b3 0%,#c146a1 20%,#db36a4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */





}

#main-menus li{
	list-style:none;
	
}
#main-menus > li {
	float:left;
	padding:10px 0;
	margin-bottom:0;
	background-image:url(../../images/menu-item-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
}
#main-menus > li > a {
	text-transform:none;
	padding:0px 15px;
	font-size:12px;
	color:#fff;
	font-family: 'Arial', cursive;
	display:block;
	
}
#main-menus .home-menu-item {
	padding:11px 5px;
}
#main-menus .home-menu-item a {
	text-indent:-99999px;
	
	width:80px;
	height:14px;
}
#main-menus > li.current-menu-item{
 
	background-image:none;
	background-color:#9f015d;
}
#main-menus > li.current-menu-item + li{
	background-image:none;
}
#main-menus > li:hover{ 
	background-color:#9f015d ;
	height:15px;
	background-image:none;
}
#main-menus > li:hover +li{
	background-image:none;
}
#main-menus > li:hover > a,
#main-menus > li.current-menu-item > a {
	color:#fff;
}
#main-menus .home-menu-item:hover a,
#main-menus .home-menu-item.current-menu-item a {
	background:url(../../images/search.png) no-repeat center center;
	height:12px;
}
/*---------- Dropdown Menu ------------*/
#main-menus li ul {
	display:none;
	background-color:#f7f7f7;
	left: 0;
    min-width: 200px;
    padding: 0;
    position: absolute;
    top: 33px;
	margin-top:0;
	z-index:20;
}
#main-menus li ul li {
	border-right: medium none;
    border-top: 1px solid #DDDDDD;
    float: none;
    margin: 0;
}

#main-menus li ul li a {
    background:#9f015d;
    color: #FFFFFF !important;
    display: block;
    padding: 10px 10px 10px 25px;
    text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
#main-menus li ul li a:hover {
    background: url("../../images/bullet-red.png") no-repeat scroll 13px 16px #FFCC33;
    border: medium none; 
	position:relative;
	z-index:1; 
    color: #CC3399 !important;
}

#main-menu li{
	list-style:none;
	
}
#main-menu > li {
	float:left;
	padding:9px 0;
	margin-bottom:0;
	background-image:url(../images/menu-item-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
}
#main-menu > li > a {
	text-transform:none;
	padding:0px 15px;
	font-size:12px;
	color:#fff;
	font-family: 'Arial', cursive;
	display:block;
	
}
#main-menu .home-menu-item {
	padding:10px 5px;
}
#main-menu .home-menu-item a {
	text-indent:-99999px;
	background:url(../../images/home-icon.png) no-repeat center center;
	width:30px;
	height:18px;
}
#main-menu > li.current-menu-item{
 
	background-image:none;
	background-color#E92966;
	
}
#main-menu > li.current-menu-item + li{
	background-image:none;
}
#main-menu > li:hover{ 
	background-color:#E92966;
	height:15px;
	background-image:none;
}
#main-menu > li:hover +li{
	background-image:none;
}
#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
	color:#fff;
}
#main-menu .home-menu-item:hover a,
#main-menu .home-menu-item.current-menu-item a {
	background:url(../../images/home-icon-hover.png) no-repeat center center;
	height:13px;
}
/*---------- Dropdown Menu ------------*/
#main-menu li ul {
	display:none;
	background-color:#E92966;
	left: 0;
    min-width: 200px;
    padding: 0;
    position: absolute;
    top: 33px;
	margin-top:0;
	z-index:20;
}
#main-menu li ul li {
	border-right: medium none;
    border-top: 1px solid #DDDDDD;
    float: none;
    margin: 0;
}

#main-menu li ul li a {
    background: #FF6699;
    color: #FFFFFF !important;
    display: block;
    padding: 10px 10px 10px 25px;
    text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
#main-menu li ul li a:hover {
    background: url("../images/bullet-red.png") no-repeat scroll 13px 16px background:#0099FF;
    border: medium none; 
	position:relative;
	z-index:1; 
    color: #fff !important;
}
#responsive-menu {
	display:none;
	margin:10px 0;
	width:100%;
	padding:5px 10px;
	border:1px solid #dbdbdb;
}
#main-menu li.no-background{
	background:none !important;
}

.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;}

/*---------------- Headline -----------------*/
#header-bottom {
	background:url(../images/header-bottom-left.png) no-repeat left 0 #E92966;
}
#header-bottom .header-inner {
	background:url(../../images/header-bottom-right.png) repeat-y right 0;
}

#header-bottomn {
	background:url(../../images/header-bottom-left.png) no-repeat left 0 #212121;
}
#header-bottomn .header-inner {
	background:url(../../images/header-bottom-right.png) repeat-y right 0;
}

#headline {
    float: left;
    margin-right: 10px;
    width: 1000px;
}
#headlinen {
    float: left;
    margin-right: 10px;
    width: 1000px;
}
#headline .latest-headline {
   font-size:15px;
	color:#FFF;
	font-family: 'Arial', cursive;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
	padding-left:10px;
	display:block;
	line-height:33px;
	background:url(../../images/headline-arrow-whiteblue.png) no-repeat right center;
}

#headlinen .latest-headline {
   font-size:15px;
	color:#FFF;
	font-family: 'Arial', cursive;
    float: left;
    margin-right: 0px;
    padding-right: 05px;
	padding-left:10px;
	display:block;
	line-height:33px;
	background:url() no-repeat right center;
}

#headline ul li a {
    color: #fff;
    text-decoration:none;
}
#headline ul li a:hover {
    color:#0099FF;
}
.horizontal_scroller {
    display: block;
    height: 15px;
    overflow: hidden;
    padding-top: 8px;
    position: relative;
    width: 75%;
}
.scrollingtext {
    height: 15px;
    position: absolute;
    white-space: nowrap;
	margin-top:0;
}
.scrollingtext li {
    float: left;
    margin-right: 50px;
	color:#acacac;
	margin-bottom:0;
	list-style:none;
}
/*---------------- Social Links -----------------*/
#search-social {
    float: right;
    width: 345px;
}
.social-links {
    float: right;
    height: 22px;
    margin-bottom: 0;
    margin-top: 5px;
}
.social-links li {
    float: left;
    margin-right: 10px;
	height: 25px;
	list-style:none;
}
.social-links li img {
    display: block;
}
.social-links li.dribbble-icon {
    background: url("../../images/social-icons.png") no-repeat scroll -76px 0 transparent !important;    
}
.social-links li.facebook-icon {
    background: url("../../images/social-icons.png") no-repeat scroll -38px 0 transparent !important;
}
.social-links li.twitter-icon {
    background: url("../../images/social-icons.png") no-repeat scroll 0 0 transparent !important;
}
.social-links li.rss-icon {
    background: url("../../images/social-icons.png") no-repeat scroll -114px 0 transparent !important;
}
.social-links li.linkedin-icon {
    background: url("../../images/social-icons.png") no-repeat scroll -190px 0 transparent !important;
}
/*---------------- Search Box -----------------*/
.search-box {
    float: right;
    width: 65%;
	margin-top:3px;
	position:relative
}
.search-box .search-text {
    background-color: #403e3e;
    border: none;
    color: #b7acad;
    padding: 5px;
    width: 184px;
	height:17px;
	position:absolute;
	left:0;
	top:0;
}
.search-box .search-submit {
    background: url("../../images/search-icon.png") no-repeat scroll center center #403e3e;
    border: medium none;
    cursor: pointer;
    height: 27px;
    width: 29px;
	position:absolute;
	top:0;
	right:0;
}
/* =========================================================
	Main content
============================================================ */
#main-content {
	border-top:1px solid #d8d8d8;
	background:url(../../images/pattern-left-bg.png) repeat-y left 0 #fcfcfc;
	position:relative;
}
#main-content-inner {
	background:url(../../images/pattern-right-bg.png) repeat-y right 0;
	padding-top:10px;
}
#main-content .shadow-box {
	margin-bottom:5px;
}
/*---------------- Feature Widget -----------------*/
.feature-widget {
	position:relative;
}
.accordionContent .nolbldata{font-weight:bolder;color:#3b9600;}
.nolbldata{font-weight:bolder;color:#3b9600;}

.shadow-box .entry-header .entry-header-long {
	background:url(../../images/widget-header-pattern.png) repeat-x 0 bottom;
	
	padding:02px 02px 02px;
	width:411px;
	margin:01px 0px;
}
.shadow-box header .feature-title, .shadow-box header .entry-box-title {
	/*text-transform:uppercase;*/
	background:url(../../images/feature-title-arrow.png) no-repeat right 6px;
	display:inline-block;
	padding-top:2px;
	padding-right:13px;	
	color:#E92966;
	font-family: 'Arial',cursive;
	font-size:15px;
}
/*-- carouFredSel --*/
.list-carousel > ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	height:100%;
}
.list-carousel ul li {
    display: block;
    float: left;
    padding: 0;
	padding-top:5px;
    width: 226px;
	height:100%;
	margin:0 10px;
}
.list-carousel ul li article img {
	width:100%;
	height:auto;
	display:block;
}
.list-carousel.responsive {
    width: auto;
	margin:0px 0px 0px 0px;
	position:relative;
}
.list-carousel .next, .list-carousel .prev {
    background: url("../../images/slider-nav.png") no-repeat scroll 0 0 #E92966;
    cursor: pointer;
    display: block;
    height: 28px;
    position: absolute;
    text-indent: -9999px;
    top: -48px; 
    width: 28px;
    z-index: 10;
	border:solid 1px #555;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
.list-carousel .next {
   background-position: -80px 5px;
   right: 10px;
}
.list-carousel .next:hover,
.list-carousel .prev:hover{
	border:1px solid #fff;
	background-color:#d6daea;
	color:#fff;
	box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
}
.list-carousel .prev {
     background-position: 7px 5px;
     right: 42px;
}
.k-featured-img{
	display:block;
}

.list-carousel .feature-image {
	position:relative;
}
.list-carousel .feature-image .entry-title {
	position:absolute;
	left:0;
	bottom:0;
	filter:alpha(opacity=80);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	background-color:#E92966;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	width:100%;
	height:17px;
	padding:2px;
}
/*--------- TAB ----------*/
.list-container {
	margin:5px 20px 0 5px;
	padding-top:3px;
}
.list-container ul {
    width: 100%;
}
.list-container ul li {
    float: left;
	margin-left:3px;
	margin-bottom:0;
	background:#d6daea;
	list-style:none;
}
.list-container ul.tabs li a {
    background-color:#fff;    
    display: block;
    padding: 8px 10px;
	font-size:14px;
	outline:none;
	text-transform:uppercase;
	font-family: 'Arial', sans-serif;
}
.list-container ul li.active {
	background:#E92966;
}
.list-container ul.tabs li.active a {
	color:#fff;
}
.list-container ul li:hover{
	background:#d6daea;
}
.list-container ul li:hover a{
	color:#fff;
}
.sidebar-tabs{
	margin-top:0 !important;
}
.list-container ul.sidebar-tabs li a {
    display: block;
    padding: 8px 10px;
	font-size:15px;
	font-weight:normal;
	outline:none;
	font-family:'Arial',cursive;
}
.list-container ul.sidebar-tabs li.active a {
	color:#fff;
}
.sidebar-tab-content ul {
	margin-top:20px;
}
.sidebar-tab-content ul li {
	border-bottom:1px dotted #ddd;
	padding-bottom:10px;
	margin:0 10px 10px 5px;
	
}
.sidebar-tab-content ul li:hover {
	
}
.sidebar-tab-content ul li a:hover {
color:#E92966;
}

.tab-container {
	border-top: 2px solid #E92966;
	margin:0px 2px 0;
	
}
.tab-container .entry-box {
	margin:20px 0;
}
.entry-box {
	margin:10px;
}
.k-postthumb{
	display:block;
}
.entry-box .entry-item {
	float:left;
	margin-right:3.1347962382%;
	width:48.4326018809%;
}
.entry-box .older-post {
	float:left;
	width:45%;
	margin-top:0;
	margin-left:20px;
}
.entry-meta, .entry-comment {
	color:#E92966;
	font-size:12px;
	display:inline-block;
}
.entry-box .entry-item .entry-title {
	margin:10px 0;
	font-size:20px;
	font-weight:normal;
	outline:none;
	font-family:'Arial',cursive;
	color:#333;
}
.entry-item .entry-content p {
	margin-bottom:0;
}
.older-post li {
	border-bottom:1px dotted #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
	list-style:none;
}
.older-post li article img {
	float:left;
	margin-right:15px;
}
.older-post .entry-content .entry-title {
	font-size:14px;
	font-weight:normal;
	outline:none;
	color:#333;
	font-family:'Arial',cursive;
}
/*------------ Rating --------------*/
.one-star-rating {
	display:inline-block;
	background:url(../../images/one-star.png) no-repeat 0 0;
	width:62px;
	height:13px;
	margin:5px 0;
}
.two-star-rating {
	display:inline-block;
	background:url(../../images/two-stars.png) no-repeat 0 0;
	width:62px;
	height:13px;
	margin:5px 0;
}
.three-star-rating {
	display:inline-block;
	background:url(../../images/three-stars.png) no-repeat 0 0;
	width:62px;
	height:13px;
	margin:5px 0;
}
.four-star-rating {
	display:inline-block;
	background:url(../../images/four-stars.png) no-repeat 0 0;
	width:62px;
	height:13px;
	margin:5px 0;
}
.five-star-rating {
	display:inline-block;
	background:url(../../images/five-stars.png) no-repeat 0 0;
	width:62px;
	height:13px;
	margin:5px 0;
}
.middle-banner {
	text-align:center;
}
.gallery-box {
	margin:20px;
}

.gallery-box a{
	display:block;
}
.box{
	width: 164px;
	min-height: 105px;
	text-align: left;
	position:relative;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.box-hover{
		background:url(../../images/img-icon.png) no-repeat center center #000;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index:1;
		top:0;
		left:0;
}
.box-image{
		margin:0px;
		position:absolute;
		z-index:2;
		top:0;
		left:0;
}
.box-image img{
		width: 100%;
		height: auto;
		cursor:pointer;
}
.slide-box{
	width:60%;
	position:relative;
}
/* =========================================================
	Right Sidebar
============================================================ */
#right-sidebar .widget {
	margin-bottom:00px;
}
#right-sidebar .widget .widget-title {
	
}
#right-sidebar .widget .widget-title{
	display:block;
	color:#E92966;
	font-family: 'Arial',cursive;
	font-size:14px;
	width:210px;
	padding-top:3px;
	text-transform:none;
	background:url(../../images/widget-header-pattern.png) repeat-x 0 bottom;
	
	margin:0px;
	margin-top:1px;
	margin-bottom:5px;
	padding-bottom:05px;
	padding-left:05px;
	padding-right:05px;

	border-bottom: solid 2px #E92966;	
}

#right-sidebar .widget .widget-titles{
	display:block;
	color:#E92966;
	font-family: 'Arial',cursive;
	font-weight:bold;
	font-size:14px;
	width:120px;
	padding-top:3px;
	text-transform:none;
	background:url(../../images/widget-header-pattern.png) repeat-x 0 bottom;
	
	margin:0px;
	margin-top:1px;
	margin-bottom:5px;
	padding-bottom:05px;
	padding-left:05px;
	padding-right:05px;
	
	border-bottom: solid 2px #E92966;
}

#right-sidebar .widget .widget-titlesn span {
	display:block;
	color:#CC0099;
	font-family: 'Arial',cursive;
	font-size:14px;
	width:160px;
	padding-top:3px;
	text-transform:none;
	background:url(../../images/widget-header-pattern.png) repeat-x 0 bottom;
	background: -moz-linear-gradient(-45deg,  #fceabb 0%, #fccd4d 12%, #f8b500 27%, #fccd4d 48%, #f8b500 69%, #fccd4d 85%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fceabb), color-stop(12%,#fccd4d), color-stop(27%,#f8b500), color-stop(48%,#fccd4d), color-stop(69%,#f8b500), color-stop(85%,#fccd4d), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* IE10+ */
background: linear-gradient(135deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin:0px;
	margin-top:1px;
	margin-bottom:5px;
	padding-bottom:05px;
	padding-left:05px;
	padding-right:05px;
}


.wpcf7-form {
	margin:0 0px;
}
.wpcf7-form p {
	margin-bottom:05px;
}
.wpcf7-form .input-email {
	background: #ededef; /* Old browsers */


	padding:5px;
	position:relative;
	z-index:1;
	
}
.wpcf7-form .wpcf7-email {
	height:20px;
	line-height:20px;
	width:187px;
	border-left:1px solid #d7d7d7;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	padding:5px 10px;
	margin-bottom:5px;
	float:left;
	position:relative;
	z-index:1;
	color:#888;

}
.wpcf7-form .wpcf7-email:focus{
	outline:0;
	-webkit-box-shadow:0 0 6px 0 #f1f1f1;
	-moz-box-shadow:0 0 6px 0 #f1f1f1;
	box-shadow:0 0 6px 0 #f1f1f1;
	border:1px solid #FC624E!important
}
.wpcf7-form .wpcf7-submit {
	cursor:pointer;
	background-color:#555;
	border:solid 1px #555;
	font-size:13px;
	color:#fff;
	font-family: 'Arial',cursive;
	font-weight:normal;
	padding:5px 10px;
	position:absolute;
	height:31px;
	right:5px;
	top:5px;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover{
	border:1px solid #fff;
	background-color:#FC624E;
	color:#fff;
	box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	z-index:1;
}
/*------------------ Tag ---------------------*/
.tag {
	margin:20px 20px 10px;
}
.tag a {
	display:inline-block;
	background:url(../../images/tag-pattern.png) repeat 0 0;
	padding:5px 11px;
	font-weight:bold;
	color:#333;
	/*text-transform:uppercase;*/
	font-size:11px;
	margin:0 7px 10px 0;
}
.tag a:hover {
	color:#FC624E;
}
/*------------------ Flickr ---------------------*/
.flickr-wrap {
	margin-left:08px;
}
.flickr-badge-image {
	float:left;
	margin:0 3px 3px 0;
}
.flickr-badge-image a{
	display:inline-block;
	background:url(../../images/flick-image-hover.png) no-repeat;
}
.flickr-badge-image a img{
}
/*------------------ ADV ---------------------*/
.adv-box {
	position:relative;
	z-index:1;
}
.adv-250-250 {
	margin:10px;
}
.adv-120-60 {
	margin:0 0 10px 10px;
}
.adv-120-60 img {
	float:left;
	display:block;
	margin-right:10px;
}
/* =========================================================
	Bottom Sidebar
============================================================ */
#bottom-sidebar {
	
	color:#888;
	padding:0px 0;
}
#bottom-sidebar .widget .widget-title {
	padding-bottom:15px;
	font-family:'Arial',cursive;
	font-size:18px;
	color:#aaa;
	/*text-transform:uppercase;*/
	margin-bottom:20px;
	border-bottom:1px solid #343434;
}
#bottom-sidebar .widget .text-widget p {
	margin-top:10px;
	margin-bottom:30px;
}
#bottom-sidebar .widget .text-widget .learn-more {
	text-decoration:underline;
	color:#888;
}
#bottom-sidebar .widget .text-widget .learn-more:hover {
	color:#fff;
}
#bottom-sidebar .widget ul li {	
	margin-bottom:15px;
}
#bottom-sidebar .widget ul li.last-item{
	border-bottom:none;
}
#bottom-sidebar .widget ul.article-list li a{
	color:#888;
	font-family:'Arial',cursive;
	font-size:14px;
}
#bottom-sidebar .widget ul.article-list li a:hover{
	color:#fff;
}
#bottom-sidebar .widget ul.article-list li {
	list-style:inside square;
}
#bottom-sidebar .widget ul.article-list li p {
	margin-bottom:0;
}
#bottom-sidebar .widget .entry-meta, 
#bottom-sidebar .widget .entry-comment {
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	color:#777;
}
#bottom-sidebar .widget .entry-comment:hover{
	color:#fff;
}
#bottom-sidebar .widget ul.article-list li .entry-meta, 
#bottom-sidebar .widget ul.article-list li .entry-comment {
	margin-top:5px;
}
#bottom-sidebar .widget ul.article-list li .entry-meta {
	margin-left:10px;
}
#bottom-sidebar .widget .article-list-b img {
	float:left;
	margin-right:10px;
}
#bottom-sidebar .widget .article-list-b h6 {
	margin-bottom:0;
}
#bottom-sidebar .widget .article-list-b h6 a {
	color:#888;
}
#bottom-sidebar .widget .categories li{
	width:40%;
	float:left;
	margin-right:15px;
}
#bottom-sidebar .widget .categories li a{
	color:#888;
}
#bottom-sidebar .widget .categories li a:hover {
	color:#fff;
}
/* =========================================================
	Footer
============================================================ */
#footer {
	padding:20px 0;
	background: #E92966; /* Old browsers */


	margin-bottom:30px;
	color:#000000;
}

#topsearch {
	padding:05px 0;
	background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fceabb 0%, #fccd4d 12%, #f8b500 27%, #fccd4d 48%, #f8b500 69%, #fccd4d 85%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fceabb), color-stop(12%,#fccd4d), color-stop(27%,#f8b500), color-stop(48%,#fccd4d), color-stop(69%,#f8b500), color-stop(85%,#fccd4d), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* IE10+ */
background: linear-gradient(135deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	margin-bottom:1px;
	color:#000000;
}


#copyrights {
	float:left;
	padding-left:10px;
	margin-bottom:0;
	color:#fff;
}
#footer-menu {
	float:right;
	margin-top:0;
}
#footer-menu li {
	float:left;
	list-style:none;
	margin-bottom:0;
}
#footer-menu li a {
	color:#fff;
	padding:0 20px;
}
#footer-menu li a:hover {
	color:#00CCFF;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 21px;
	right:0;
	margin-right:50px;
}
#back-top a {
	width: 52px;
	height: 52px;
	display: block;
	
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
	background:url("../../images/up-arrow.png") no-repeat scroll center center #000066;
	text-indent:-99999px;
	border:solid ##000066 1px;
}
#back-top a:hover{
	background-color:#555;
	border:solid #fff 1px;
	-webkit-box-shadow:0 0 6px 0 #4b9de3;
	-moz-box-shadow:0 0 6px 0 #4b9de3;
	box-shadow:0 0 6px 0 #4b9de3;	
}
/* =========================================================
	Categories Page
============================================================ */
.sub #right-sidebar {
	margin-top:30px;
}
.post-item {
	margin:20px;
}
.post-item img {
	float:left;
	margin-right:20px;
}
.post-item .entry-title {
	margin-bottom:10px;
}
.post-item p {
	color:#555;
	margin-bottom:20px;
	margin-top:3px;
}
.post-item .entry-content .more-link {
	float:left;
}
.post-item .entry-content .five-star-rating, .post-item .entry-content .four-star-rating, .post-item .entry-content .three-star-rating, .post-item .entry-content .two-star-rating, .post-item .entry-content .one-star-rating {
	float:right;
	margin:10px 0 0 0;
}
/*------------------ Pagination ---------------------*/
.pagination {
	margin:30px 0 35px 0;
}
.pagination li {
	float:left;
	margin-right:10px;
	margin-bottom:0;
	list-style:none;
	position:relative;
	z-index:1;
	border:1px solid #FC624E;
	background-color:#FC624E;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
.pagination li.current {
	
	border:1px solid #555;
	background-color:#555;
	color:#fff;
	position:relative;
	z-index:1;
}
.pagination li:hover{
	
	border:1px solid #fff;
	background-color:#555;
	color:#fff;
	box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	position:relative;
	z-index:1;
}
.pagination li a {
	padding:5px 12px;
	display:inline-block;
	color:#fff;
	 font-family: 'Arial',cursive;
	 font-size:15px;
}
.pagination li:hover a, .pagination li.current a {	
	color:#fff;
}
.breadcrumb {
	font-size:13px;
	color:#666;
	font-family: 'Arial',cursive;
	font-weight:normal;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-bottom:15px;
}
.breadcrumb a {
	color:#666;
}
.breadcrumb a:hover {
	color:#FC624E;
}
/* =========================================================
	Elements Page
============================================================ */
.element-box {
	padding:0 20px 20px;
	position:relative;
	z-index:1;
}
.element-box h1, .element-box h2, .element-box h3, .element-box h4, .element-box h5, .element-box h6 {
	color:#555;
	font-weight:400;
	margin-bottom:10px;
}
.element-title {
	background:url(../../images/feature-header-pattern.png) repeat-x 0 bottom;
	padding-bottom:15px;
	color:#555;
	/*text-transform:uppercase;*/
	margin-top:20px;
}
.element-box .entry-box .older-post {
	width:284px;
}
.element-box .entry-box .older-post .entry-content .entry-title {
	font-weight:400;
}
.element-box .big-button, .element-box .medium-button, .element-box .small-button {
	margin-right:0px;
	margin-bottom:0px;
}
.table-column {
	border:1px solid #eee;
	float:left;
	margin-right:0px;
	width:180px;
	
}
.table-column-first {
	width:105px;
	text-align:center;
}
.table-column-last {
	width:105px;
}
.table-column ul li {
	border-top:1px solid #eee;
	padding:15px 0 15px 15px;
}



.table-column-first ul li {
	padding:15px 0 15px 0;
}
.table-column .table-header {
	padding:15px 0;
}
/* =========================================================
	Single Page
============================================================ */
.entry-box .entry-title {
	margin-bottom:5px;
}
.entry-box iframe {
	margin:20px 0;
}
.rating-box {
	float:left;
	border:1px solid #eee;
	width:342px;
	margin-right:25px;
}
.rating-box ul{
	margin-top:0;
}
.rating-box ul li{
	margin-bottom:0;
	list-style:none;
}
.rating-box p {
	padding:10px 0;
	margin-bottom:0;
	font-size:15px;
	font-weight:bold;
	margin-left:15px;
}
.rate-title{
	 color: #333333;
    font-family: 'Arial',cursive;
	font-size:18px;
	font-weight:normal;
}
.rating-box ul li {
	border-top:1px solid #eee;
}
.rating-box ul li p {
	float:left;
	font-size:12px;
	font-weight:normal;
}
.rating-box ul li .total-score {
	text-transform:uppercase;
	 color: #333333;
    font-family: 'Arial',cursive;
	font-size:15px;
	font-weight:normal;
}
.rating-box ul li .five-star-rating, .rating-box ul li .four-star-rating, .rating-box ul li .three-star-rating, .rating-box ul li .two-star-rating, .rating-box ul li .one-star-rating {
	float:right;
	margin:12px 10px 12px 0;
}
.entry-box strong {
	margin-bottom:10px;
	display:inline-block;
}
.entry-box h5 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.about-author {
	padding:20px;
}
.about-author img {
	float:left;
	margin-right:20px;
}
.about-author h5, #comments h5 {
	/*text-transform:uppercase;*/
	 color: #333333;
    font-family: 'Arial',cursive;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
}
.about-author strong {
	display:block;
	margin-bottom:5px;
}
.about-author .entry-content a {
	display:block;
	color:#FC624E;
	margin-bottom:5px;
}
.about-author .entry-content a:hover {
	color:#333;
}
.about-author .entry-content p {
	color:#666;
}
/*------------------ Comments List ---------------------*/
#comments {
	padding:20px;
}
.comments-list {
	margin-top:0;
}
.comments-list li{
	margin-bottom:0;
	list-style:none;
}
.comments-list .comment {
	padding-top:20px;
	border-top:1px solid #eee;
	margin-bottom:15px;
}
.comment-wrap img {
	float:left;
	margin-right:15px;
	background:url("../../images/tag-pattern.png") repeat scroll 0 0 transparent;
	padding:4px;
}
.comment-wrap .comment-body {
	margin-left:83px;
}
.comment-wrap .comment-body .comment-meta .author {
	display:block;
	 color: #333333;
    font-family: 'Arial',cursive;
	font-size:15px;
	font-weight:normal;
	margin-bottom:8px;
}
.comment-wrap .comment-body .comment-meta .date {
	display:block;
	font-size:12px;
	color:#FC624E;
	margin-bottom:8px;
}
.comment-wrap .comment-body .comment-reply-link, .comment-wrap .comment-body .comment-edit-link {
	font-weight:bold;
	font-size:11px;
	display:inline-block;
}
.comment-wrap .comment-body .comment-reply-link:hover, .comment-wrap .comment-body .comment-edit-link:hover {
	text-decoration:underline;
}
.comment-wrap .comment-body .comment-reply-link {
	margin-right:20px;
}
.comments-list .comment .children {
	margin-top:20px;
	margin-left:83px;
}
.comments-list .comment .children li {
	border-top:none;
	padding-top:8px;
	margin-bottom:0;
	background:url(../../images/comment-arrow.png) no-repeat 30px 0;
	list-style:none;
}
.comments-list .comment .children li article {
	padding:15px;
	border-bottom:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	background:url(../../images/comment-top-line.png) no-repeat -1px 0;
}

.comment-pagination {
    float: right;
    margin-top: 15px;
}
.comment-pagination a, .comment-pagination span {
    color: #333333;
    font-family: 'Arial',cursive;
	font-size:18px;
	font-weight:normal;
    padding-left: 20px;
}
.comment-pagination a:hover, .comment-pagination span:hover {
    text-decoration: underline;
}
.comment-pagination .current {
    color: #FC624E;
}
/*------------------ Comment Form ---------------------*/
#respond {
    border-top: 1px solid #f3f3f3;
    margin: 20px;
    padding-top: 15px;
}
#respond h5 {
	
}
#comments-form label {
	color:#666;
}
#comments-form .comment-left, #comments-form .comment-right {
    float: left;
    margin-top: 5px;
}
#comments-form p.input-block, #comments-form p.subject-block {
    margin-bottom: 5px;
    position: relative;
    width: 264px;
}
#comment-name, #comment-email, #comment-url, #comment-subject {
    border: 1px solid #d7d7d7;
    height: 29px;
	line-height:29px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 0 10px;
    width: 225px;
}
#comments-form p.textarea-block {
    position: relative;
    width: 426px;
}
#comment-message {
    border: 1px solid #d7d7d7;
    height: 127px;
    margin-top: 5px;
    padding: 10px;
    width: 404px;
}
#comment-message:focus,
#comment-name:focus, 
#comment-email:focus, 
#comment-url:focus, 
#comment-subject:focus{
	outline:0;
	-webkit-box-shadow:0 0 6px 0 #f1f1f1;
	-moz-box-shadow:0 0 6px 0 #f1f1f1;
	box-shadow:0 0 6px 0 #f1f1f1;
	border:1px solid #FC624E!important
}
/*
.wpcf7-form .wpcf7-submit {
	cursor:pointer;
	background-color:#555;
	border:solid 1px #555;
	font-size:13px;
	color:#fff;
	font-family: 'Arial',cursive;
	font-weight:normal;
	padding:5px 10px;
	position:absolute;
	right:5px;
	top:5px;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover{
	border:1px solid #fff;
	background-color:#FC624E;
	color:#fff;
	box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	z-index:1;
}
*/
#comments-form .comment-button {
	margin-bottom:20px;
}
#comments-form #submit-comment {
	cursor:pointer;
	background-color:#555;
	border:solid 1px #555;
	font-size:13px;
	color:#fff;
	font-family: 'Arial',cursive;
	font-weight:normal;
	padding:5px 10px;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
#comments-form #submit-comment:hover {
    border:1px solid #fff;
	background-color:#FC624E !important;
	color:#fff;
	box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	z-index:1;
}
#comments-form .comment-button:hover {
    background-position: 0 -50px;
}
#comments-form .comment-button:hover #submit-comment {
    background-position: right -255px;
}
#comments-form .k-invalid-msg {
    color: #FC624E;
    position: absolute;
    right: 15px;
    top: 0;
}
#comments-form p.textarea-block .k-invalid-msg {
    right: 0;
}
#comments-form #status-message {
    color: #FC624E;
    font-size: 14px;
    font-weight: 700;
}
/*------------------ Related Posts ---------------------*/
.related-post {
	position:relative;
}
/*------------------ Share this Post ---------------------*/
.social-share {
    height: auto;
    margin: 15px;
    max-width: 100%;
	border-top:1px solid #eee;
	padding-top:20px;
}
.social-share h6 {
	font-size:12px;
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    margin-right: 2%;
    width: 13%;
}
.social-share-button {
    float: right;
    width: 85%;
}
.social-share-twitter {
    float: left;
    margin-right: 1%;
}
.social-share-google-plus {
    float: left;
    width: 20%;
}
.social-share-twitter {
    float: left;
    margin-right: 1%;
}
.social-share-facebook {
    float: left;
    margin-right: 1%;
}
.social-share-digg {
    float: left;
    margin-right: 7%;
}
/* =========================================================
	404 Page
============================================================ */
.error-404 {
    margin: 100px 10% 91px;
}
.error-404 .left-404-col {
    float: left;
    margin-right: 8%;
    width: 30%;
}
.error-404 .left-404-col p {
	color:#666;
	font-family: 'Arial',cursive;
	font-weight:normal;
    font-size: 100px;
    line-height: 100px;
    text-align: right;
}
.error-404 .right-404-col {
    float: left;
    width: 62%;
}
.error-404 .right-404-col h1 {
    font-size: 30px;
    margin-bottom: 20px;
	color:#666;
	font-family: 'Arial',cursive;
	font-weight:normal;
}


.sub-heading-bg {
background: -moz-linear-gradient(-45deg,  #fceabb 0%, #fccd4d 12%, #f8b500 27%, #fccd4d 48%, #f8b500 69%, #fccd4d 85%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fceabb), color-stop(12%,#fccd4d), color-stop(27%,#f8b500), color-stop(48%,#fccd4d), color-stop(69%,#f8b500), color-stop(85%,#fccd4d), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* IE10+ */
background: linear-gradient(135deg,  #fceabb 0%,#fccd4d 12%,#f8b500 27%,#fccd4d 48%,#f8b500 69%,#fccd4d 85%,#fbdf93 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 );" /* IE6-9 fallback on horizontal gradient */>
}

.sub-heading {

padding-top:10px; 
color:#000; 
padding-left:10px;
padding-bottom:5px; 
margin-bottom:10px;

			}
			
.lupdate {
float:right; padding-left:10px; padding-right:10px;
}

.edit-family {
float:right;  padding-right:10px;
}

.native {float:left; padding-right:10px; padding-left:10px;}

.img-icon-small {	
padding-bottom:2px; padding-right:5px;
}		

.phone-address {padding-left:10px; padding-bottom:10px;}

.border-bottom {border-bottom: solid 1px #FFCC00; height:5px; width:785px; margin-left:10px; margin-bottom:5px;}

.middel-part {padding-left:10px; width:550px;}
.sub-mid-part-left {float:left; width:350px;}
.sub-mid-part-right {}
.padding-bottoms {padding-bottom:5px;}
.table-format {border-left:solid 1px #9900CC; text-align:center; padding:5px;}
.table-tr {border-left:solid 1px #9900CC; text-align:center; padding:5px;}

/* =========================================================
	
============================================================ */


.menu_list {	
	width: 220px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background:#CC3399 url(left.png) center right no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#fff;
  
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{

  text-decoration:underline;
  }

.tem {height:7px; background: #E92966; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #E92966 0%, #0b93eb 12%, #2456bf 27%, #0b93eb 48%, #2456bf 69%, #0b93eb 85%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#E92966), color-stop(12%,#0b93eb), color-stop(27%,#2456bf), color-stop(48%,#0b93eb), color-stop(69%,#2456bf), color-stop(85%,#0b93eb), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #E92966 0%,#0b93eb 12%,#2456bf 27%,#0b93eb 48%,#2456bf 69%,#0b93eb 85%,#2456bf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #E92966 0%,#0b93eb 12%,#2456bf 27%,#0b93eb 48%,#2456bf 69%,#0b93eb 85%,#2456bf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #E92966 0%,#0b93eb 12%,#2456bf 27%,#0b93eb 48%,#2456bf 69%,#0b93eb 85%,#2456bf 100%); /* IE10+ */
background: linear-gradient(135deg,  #E92966 0%,#0b93eb 12%,#2456bf 27%,#0b93eb 48%,#2456bf 69%,#0b93eb 85%,#2456bf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E92966', endColorstr='#2456bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}







.button{
	display:inline-block;
	border:1px solid #fff;
	background: #E92966; /* Old browsers */

	padding:2.5px 05px;
	color:#fff;
	 font-family: 'Arial',cursive;
	 font-size:12px;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}

.button:hover {
	border:1px solid #fff;
	background-color:#555;
	color:#fff;
	box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	position:relative;
	z-index:1;
}

.statistic1
{
font-weight:bold;
font-size:small;
color:#3b9600;
}
.statistic2
{
font-weight:bold;
font-size:small;
color:#E92966;
}


.inner-page-data
{
	font-family: Arial, Helvetica, sans-serif;
	color:Black;
	font-size: 12px;
	text-align: justify;
	line-height: 12px;
	
	
	width:auto; height:30px;
	background-image:url(../../images/titel.png); 
	margin-top:5px;
	background-repeat:no-repeat; padding-left:25px;
}

.inner-page-data h3
{
	font-size: 15px;
	font-weight:bold;
	color: #cc3399;
	margin: -5px 0px 8px 0px;
	
	text-align:center;
	width:auto; 
	min-width:100px;
	min-height:23px; 
	display: inline-block;
	clear:both;
	padding-top:9px; padding-left:10px;padding-right:10px;
	margin-left:10px; 
	background-color:#FFF;
	border:solid 2px #cc3399; border-radius: 18px;
	
}
.inner-page-data h4
{
	font-size: 17px;
	color: #e77817;
	margin: 0px 0 8px 0px;
	padding: 0px;
	font-style: italic;
}
.inner-page-data h5
{
	margin: 0px 0 8px 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.inner-page-data h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	border-bottom: 1px solid #bfbfbf;
	line-height: 18px;
}

.inner-main-margin
{	
  
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  font-size:12px;
  text-align:left;
  color:#c39;
  }

.left_content{width:116px; float:left; padding:5px 0 0 6px;border:1px solid #bfbfbf;}

.signup-but {
	
	
	
	display:inline-block;
	border:1px solid #FC624E;
	background-color:#FC624E;
	padding:10px 20px;
	color:#fff;
	 font-family: 'Arial',cursive;
	 font-weight:bold;
	 font-size:16px;
	position:relative;
	z-index:1;
	width:220px;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
	

}

.butt
{
	display:inline-block;
	border:1px solid #fff;
	background: #E92966; /* Old browsers */

	padding:2.5px 05px;
	color:#fff;
	 font-family: 'Arial',cursive;
	 font-size:12px;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
 	
	/*display:inline-block;
	border:1px solid #fff;
	background: #E92966; /* Old browsers */
/*
	padding:2.5px 05px;
	color:#fff;
	 font-family: 'Arial',cursive;
	 font-size:15px;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;*/
}
.butt:hover {
	border:1px solid #fff;
	background-color:#555;
	color:#fff;
	box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	position:relative;
	z-index:1;
}
/*  =====Gridview-Start========== */

.tat-2
{
	border-style: solid;
	padding: 2px 2px;
	font-size: 12px;
	text-transform: uppercase;
	color: #C39;
}



.tab-border
{
	border: solid 1px #96bb0e;
	padding: 2px 2px;
	
}

.mGrid
{
	width: 100%;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #9dd2fc;
	border-collapse: collapse;
}
.mGrid td
{
	padding: 2px;
	border: solid 1px #eeecec;
	color: #cc3399;
	font-size: 13px;
	text-decoration: none;
}

.mGrid th
{
	padding: 2px 5px;
	color: White;
	background: #C39;
	border-bottom: solid 1px #9dd2fc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.excel
{
	width: 100%;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #9dd2fc;
}
.excel td
{
	padding: 2px;
	border: solid 1px #eeecec;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}

.excel th
{
	padding: 2px 5px;
	color: #065da0;
	background: #e3f3fe;
	border-bottom: solid 1px #9dd2fc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


.excel td.xl65
{
	background-color: #e3f3fe;
	border-style:ridge;
	color: #065da0;
	font-size: 12px;
	font-weight:bold;
	border-bottom:solid 1px #9dd2fc;
	border-right:solid 1px #9dd2fc;
	height: 20px;
}
.excel td.xl66
{
}


.mGrid1
{
	width: 100%;
	background-color: #fff;
	margin: 3px 0 5px 0;
	border-collapse: collapse;
}
.mGrid1 td
{
	padding: 2px;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}

.mGrid1 th
{
	padding: 2px 5px;
	color: #065da0;
	background: #e3f3fe;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.link
{
	text-decoration: none;
	
}
.mGrid .alt1
{
	background: #eeecec repeat-x top;
	border-left: solid 1px #eeecec;
}
.mGrid .pgr
{
	background: #f5f3f3 url(grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
	margin: 5px 0;

}
.mGrid .pgr td
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	color: black;
	line-height: 12px;
	text-decoration: none;
}

.mGrid .pgr a
{
	color: #666;
	text-decoration: none;
}
.mGrid .pgr a:hover
{
	color: #000;
	text-decoration: none;
}

.middle a
{
	font-size: 12px;
	color: #cc3399;
	font-weight:bold;
}

.gridmemberdet
{
	font-size: 12px;
	color: #cc3399;
	font-weight:bold;
	text-decoration: none;
}

.gridheader
{
	padding: 2px 5px;
	color: #065da0;
	background: #e3f3fe;
	border-bottom: solid 1px #9dd2fc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/*.tablehead
{
	background-color: #e3f3fe;
	color: #065da0;
	font-size: 12px;
	height: 20px;
}*/
.tablehead
{
	background-color: #C39;
	color: White;
	font-size: 12px;
	height: 20px;
}

.highlight
{
	color: #ff0000;
	text-decoration: none;
	font-weight: bold; /*text-decoration:none; font-weight:bold; 	color:black; background:yellow;*/
}





/*  =====Gridview-End========== */





.login-padd-left
{
}


.tat-1
{
	text-transform: uppercase;
	color: #C39;
}

.font-head-pro
{
	font-size: 14px;
	text-decoration: none;
	color: #017ddc;
	line-height: 25px;
}
.repeat-head
{
	background: url(../images/bg-head-.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #96bb0e;
	font-weight: bold;
	vertical-align: top;
	padding-top: 5px;
}
.xtxt
{
	font-size: 12px;
	color: #425673;
	font-weight: bold;
}
.aanta
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 24px;
	color: #c82f5a;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.buttsmall
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
background-image: url('../images/signupbut.png');
		background-repeat: no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
	text-decoration: none;
		text-decoration: none;
		padding: 3px 5px;
		margin-right: 3px;
	height: 24px;
}

.button1
{
	border: none;
	background: #000;
	padding: 0px;
	width: 55px;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px 2px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.hidden {display:none}


.blue
{
	color: #017ddc;
}
.blue a
{
	color: blue;
	text-decoration: none;
}
.blue a:hover
{
	color: #000;
	text-decoration: none;
}

.blue span
{
	color: #6e6e6e;
}


.listing
{
	float: left;
	width: 150px;
	margin-right: 18px;
}
.listing ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 15px;
}
.listing ul li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(../images/green-bullet.jpg) no-repeat left 4px;
	padding-left: 15px;
	margin-top: 2px;
}

/*
Feedback page design start here
*/
.red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #be2d55;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
}
.input1
{
	border: solid 1px SkyBlue;
	width: 200px;
	height: 19px;
	margin: 2px 10px;
}
.from1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
	margin: 0px 10px;
}
.input2
{
	border: solid 1px SkyBlue;
	width: 360px;
	height: 260px;
	margin: 10px 10px;
}
.btn-logi
{
	background: url(  "../images/buttonpink.PNG" ) no-repeat;
	width: 97px;
	height: 23px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	margin-right: 1px;
	color: #FFF;
	margin: 2px 0;
}
.read-more
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px;
}
/*
Feedback page design end here
*/

.vstCard
{
	width:183px;
	height:140px;
	margin-bottom:27px;
	border:1px ridge #E92966;
}


/*====MembersArea======*/

.profile					{ background:url(images/bg-profile.jpg) repeat-x top; }
        					 
/*        					  }
.profile h2					{ font-family:Arial, Helvetica, sans-serif; color:#72332d; !important;font-size:12px}
.profile td					{ font-family:Arial, Helvetica, sans-serif;  color:#72332d; font-size:11px;
	margin-left: 40px;
}
.profile h2 span			{ font-family:Arial, Helvetica, sans-serif; !important; font-size:11px  !important;}
*/
.profile a					{ color:#E92966;   text-decoration:none;
          					   /*margin: auto;*/
						     padding-left: 0px;
							 padding-bottom:2px;
	                  		padding-right:5px;
	                  		font-family: Arial,Helvetica,sans-serif;
							   font-size: 12px;
}

.profile a:hover			{ color:#800000; text-decoration:none;}










/*Add by developer team- kaushal,suresh*/


/*---------------- Main Menu -----------------*/

#main-nav{

background-image:url(../../images/menulightpink2.png);
}

/*---------------- Main Menu -----------------*/


/*Add by developer team- kaushal,suresh*/