/******************slider**************************/
body {
	background-image: url("http://wmh.github.io/circular-slides-generator/static/img/noise.png");
}
/* fade on slider */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1 !important;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/***********************************************/
.registration {
	background: #FFF;
	max-width: 100%;
	/*height:450px;*/
	border: 1px solid #ccc;
	/*border-radius:3px;*/
	padding: 10px 0 10px 15px;
	-webkit-box-shadow: 0px 3px 15px -4px rgba(102,102,102,1);
	-moz-box-shadow: 0px 3px 15px -4px rgba(102,102,102,1);
	box-shadow: 0px 3px 15px -4px rgba(102,102,102,1);
}
.registration h4 {
	text-align: center;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5d5d5d;
	font-size: 17pt;
}
.form {
	color: #666;
	margin: 10px 0px;
	font-size: 10pt;
	padding: 5px 5px 10px 30px;
}
.login input[type=text] {
	border: 1px solid #e0e0e0;
	border-radius: 0px !important;
	padding: 5px 5px;
	width: 100%;
	color: #666;
	max-width: 100%;
}
.login input[type=password] {
	border: 1px solid #e0e0e0;
	border-radius: 0px !important;
	padding: 5px 5px;
	width: 100%;
	color: #666;
	max-width: 100%;
}
.form input[type=text] {
	border: 1px solid #e0e0e0;
	border-radius: 0px !important;
	padding: 5px 5px;
	width: 80%;
	color: #666;
	max-width: 80%;
}
.form input[type=password] {
	border: 1px solid #e0e0e0;
	border-radius: 0px !important;
	padding: 5px 5px;
	width: 80%;
	color: #666;
	max-width: 80%;
}
.form input[type=submit] {
	background: #fe980f;
	border: 0px;
	padding: 5px 20px;
	margin-right: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.form select {
	border: 1px solid #e0e0e0 !important;
	color: #777;
	cursor: pointer;
	height: 32px;
	padding: 2px 5px;
	line-height: 32px;
	color: #666;
	width: 80%;
	max-width: 80%;
}
.lk-select select {
	-moz-appearance: none;
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #e0e0e0;
	color: #777;
	cursor: pointer;
	display: inline-block;
	color: #666;
	height: 28px;
	width: 220px;
	padding: 5px;
}
input[type=text] {
	border: 1px solid #e0e0e0;
	border-radius: 0px !important;
	padding: 5px 5px;
	color: #666;
}
textarea {
	border: 1px solid #e0e0e0;
	border-radius: 0px !important;
	padding: 5px 5px;
}
input[type=password] {
	border: 1px solid #e0e0e0;
	border-radius: 0px !important;
	padding: 5px 5px;
}
input[type=submit] {
	background: #fe980f;
	border: 0px;
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
input[type=button] {
	background: #e6bb05;
	border: 0px;
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
select {
	-moz-appearance: none;
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #e0e0e0;
	color: #777;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	padding: 5px;
}
/*label {
	width: 100%;
	/*text-align: right;*/
	/*float: left;*/
	/*padding-right: 10px;
	font-weight: bold;
}
#registration label.error, .output {
	color: #FB3A3A;
	font-weight: 200;
	display:inherit;
	padding-left:20px;
}*/
span.error {
	background: url("../images/unchecked.gif") no-repeat 0px 3px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-weight: 300;
	color: #EA5200;
	display: inherit;
	margin-top: 5px;
}
#registration label.error {
	background: url("../images/unchecked.gif") no-repeat 0px 3px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-weight: 300;
	color: #EA5200;
	display: inherit;
	margin-top: 5px;
}
#member_registration label.error {
	background: url("../images/unchecked.gif") no-repeat 0px 3px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-weight: 300;
	color: #EA5200;
	display: inherit;
	margin-top: 5px;
}
#registration label.checked {
	background: url("../images/checked.gif") no-repeat 0px 0px;
}
.lodindg {
	display: block;
	float: right;
	width: 32px;
	position: relative;
}
.lk-em {
	color: #ce1865;
	font-weight: bold;
	padding: 2px 5px;
	border: 1px solid #ce1865;
	border-radius: 10px;
	margin: 2px;
}
.dis_feet {
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 25px;
}
.feet {
	float: left;
	overflow: hidden;
	display: compact;
	padding: 3px 20px;/*border: 1px solid #ccc;*/
}

#profile_reg label.error {
	background: url("../images/unchecked.gif") no-repeat 0px 3px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-weight: 300;
	color: #EA5200;
	display: inline-block;
	margin-top: 5px;
}
#profile_reg label.checked {
	background: url("../images/checked.gif") no-repeat 0px 0px;
}
.lk-mp {
	margin: 0 !important;
	padding: 0px !important;
}
.welcome {
	text-align: justify;
	/*margin-left: -28px;*/
	margin-top: 15px;
}
.welcome ul{
	list-style:circle !important;	
}
.welcome li{
	list-style:circle !important;	
}
.welcome h4 {
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5d5d5d;
	font-size: 17pt;
	border-bottom: 1px solid #CCC;
}
.search {
	margin: 35px 0 15px 0;
	/*margin-left: -28px;*/
}
.lk-space {
	margin: 25px 0;
	/*margin-left: -28px;*/
}
.lk-space-right {
	/*margin-right: -31px;*/
}
.search h3 {
	text-transform: uppercase;
	color: #ce1865;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	/*font-weight:bold;*/
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.lk-widh {
	width: 40px;
	text-align: center;
}
.sex-inner {
	width: 100%;
}
.sex-inner h4 {
	border-bottom: 1px solid #ce1865;
	padding-bottom: 5px;
}
.sex-inner span {
	background: #ce1865;
	padding: 5px 15px;
	color: #fff;
}
/**************************************zoom************************/
.imagezoom-view {
	position: fixed !important;
	top: 10px !important;
	right: 20px !important;
	z-index: 100000000 !important;
	/*height:500px !important;*/
	overflow: hidden !important;
}
.imagezoom-view img {
	width: 100% !important;
	height: 100% !important;
}
.lk-h2 {
	text-align: center !important;
}
.lk-h2 span {
	background: #fe980f;
	padding: 3px 20px !important;
	color: #fff;
}
/**********************************************************************************/
.success {
	color: #ce1865 !important;
	font-weight: bold !important;
	width: 100% !important;
	text-align: left;
	background: url(../images/balloons.png) left 0px center no-repeat !important;
	background-position: right 0 0 5px !important;
	/*height:50px !important;*/
	/*border:1px dotted #ce1865 !important;*/
	padding: 5px 45px;
	margin-bottom: 5px;
	line-height:17px;
	font-stretch: wider;
}
.success strong {
	font-size: 12pt;
}
.lk-td {
	width: 35%;
}
.loginerror {
	color: #B71B04;
	font-size: 10pt;
	background: url("../images/unchecked1.gif") left 4px no-repeat !important;
	padding-left: 10px;
}
.lk-pannel {
	border: 1px solid #ccc;
	float: left;
	width: 100%;
}
.lk-title {
	background: #EEEEEE;
	border-bottom: 1px solid #ccc;
	opacity: 0.9;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14pt;
	color: #ce1865;
	width: 100% !important;
	float: left;
}
.lk-content {
	padding: 10px;
	float: left;
	width: 100%;
}
.borderless td {
	border: none !important;
}
.lk-tda {
	width: 25%;
	/*border-right:1px solid #ccc;*/
	font-weight: 500;
}
.lk-lable {
	color: #ce1865;
	font-weight: bold;
}
label {
	font-weight: normal !important;
}
.mess {
	padding-left: 35px;
	background: url(../images/ok.png)#BCF5D3 left 4px center no-repeat !important;
	padding: 5px 60px;
}
.mess lable {
	color: #F00;
}
.mess a {
	color: #fe980f;
	font-weight: bold;
	padding-right: 5px;
}
.lk-info {
	width: 100% !important;
	background: url(../images/info.png)#FBFAE1 left 4px center no-repeat !important;
	background-position: right 0 0 10px !important;
	/*height:50px !important;*/
	/*border:1px dotted #ce1865 !important;*/
	/*line-height: 42px;*/
	font-stretch: wider;
	border: 1px solid #F3EFA7 !important;
	/*background: #FBFAE1 !important;*/
	margin-bottom: 8px !important;
	padding: 5px 0px 5px 30px;
	font-size: 9pt;
}
.lk-info span{
	font-size:16px;
	font-weight:bold;
	color:#C00;
}
.lk-succ {
	width: 100% !important;
	background: url(../images/checked.png)#B4EFD2 left 4px center no-repeat !important;
	background-position: right 0 0 10px !important;
	/*height:50px !important;*/
	/*border:1px dotted #ce1865 !important;*/
	/*line-height: 42px;*/
	font-stretch: wider;
	border: 1px solid #80E3B1 !important;
	/*background: #FBFAE1 !important;*/
	margin-bottom: 8px !important;
	padding: 5px 0px 5px 30px;
	font-size: 9pt;
}
/************************************Images *********************************************/
.wrap {
	margin-bottom: 30px;
}
#preview {
	color: #cc0000;
	font-size: 12px
}
.imgList {
	max-height: 150px;
	margin-left: 5px;
	border: 1px solid #dedede;
	padding: 4px;
	float: left;
}
#imageform input[type=file] {
	border: 1px solid #DDD !important;
	padding: 6px;
	background: #FFF;
	border-radius: 5px;
	float: left;
	display: block;
	margin-right: 25px;
}
#imageform #submit-btn {
	border: none;
	padding: 7px 10px;
	background: #61BAE4 !important;
	border-radius: 3px;
	color: #FFF;
	float: left;
	display: block;
}
.sub-heading {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 14pt;
	color: #666;
}
.bottom-border {
	margin-bottom: 15px;
!important;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.border-right {
	border-right: 1px solid #CCC;
}
.data-table {
	width: 45%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.data-table td {
	width: 50%;
	font-size: 10pt;
}
.label1 {
	width:40%;
	font-weight:600;
	color:#666;
}
.value{
	color: #333;
	/*width:59%;*/
	text-align:left;
}
.lk-table table {
	width: 100% !important;
	margin: 5px !important;
	font-size: 12px !important;
}
.lk-table td {
	padding: 3px !important;
}
.lk-table select {
	border: 1px solid #FEE2FB;
}
/***********************************************************************************************************************/
/** page structure **/
#w {
	display: block;
	max-width: 830px;
	min-width: 300px;
	margin: 0 auto;
	padding: 2px 3px;
}
/** posts slider widget **/
.crsl-items {
	display: block;
	padding: 5px;
}
.crsl-item {
	background: #fff;
	padding: 8px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}
.crsl-item .thumbnail {
	display: block;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}
.crsl-item .thumbnail img {
	display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
	opacity: 0.8;
}
.crsl-item h3 {
	font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.95em;
	line-height: 1.25em;
	margin-bottom: 12px;
}
.crsl-item h3 a {
	text-decoration: none;
	color: #333;
}
.crsl-item h3 a:hover {
	text-decoration: underline;
}
.crsl-item .postdate {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	font-size: 1.2em;
	font-weight: bold;
	background: #4e90da;
}
.crsl-item p {
	font-size: 1.2em;
	line-height: 1.55em;
	margin-bottom: 5px;
}
.crsl-item p.readmore a {
	display: block;
	float: right;
	color: #4e90da;
	padding: 3px 5px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.crsl-item p.readmore a:hover {
	background: #4b6caa;
	color: #fff;
}
/** posts slider nav **/
.slidernav {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
.slidernav a {
	display: inline-block;
	padding: 5px 8px;
	margin-right: 8px;
	font-size: 1.4em;
	background: #fff;
	color: #666;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.slidernav a:active {
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}


/** media queries **/
@media screen and (max-width: 660px) {
h1 {
	font-size: 2.4em;
	line-height: 1.2em;
}
.crsl-item h3 {
	font-size: 1.65em;
}
}
/** clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/************************************************ PACKAges*****************************/

.lk-packages
{
  position: relative;
  background: url(../images/up-back.jpg)#e8f7fc repeat-x !important;
  margin:20px 0;
}
.lk-packages:before, .lk-packages:after
{
	background: url(../images/up-back.jpg)#e8f7fc repeat-x !important;
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.lk-packages:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


/*.lk-packages {
	border: 1px solid #e8f7fc;
	/*background: url(../images/pin.png)#87d5f1 left 0px top 0px no-repeat !important;
	border-radius:0px 00px 0px 0px;
	background: url(../images/up-back.jpg)#e8f7fc repeat-x !important;
	margin-bottom:20px;
	width:100%;
	padding: 10px;
	height:auto;
	float: left;
	display: block;
	background:#FFE2C6;
	cursor:pointer;
	-webkit-box-shadow: inset 12px -27px 184px 17px rgba(135,213,241,1) !important;
	-moz-box-shadow: inset 12px -27px 184px 17px rgba(135,213,241,1) !important;
	box-shadow: inset 12px -27px 184px 17px rgba(135,213,241,1) !important;
	-webkit-box-shadow: 4px 4px 9px 0px rgba(79, 72, 86, 0.52) !important;
	-moz-box-shadow:    4px 4px 9px 0px rgba(79, 72, 86, 0.52) !important;
	box-shadow:         4px 4px 9px 0px rgba(79, 72, 86, 0.52) !important;
}*/
.lk-packages h4{
	color:#666;
	font-size:16pt;
	font-weight:600;	
}
.lk-packages strong {
	font-size:22pt;
	color:#353535;
	font-weight:300;
	padding:5px;
}
.lk-packages span{
	color:#666;
}
.va{
	width:100%;
	float:left;
	padding:5px;
}
.va strong{
	font-size:16pt;
	color:#ce1865;
	font-weight:400;
	padding:5px;
}
.vie{
	width:100%;
	float:left;
}
.vie strong{
	font-size:16pt;
	color:#CC6600;
	font-weight:400;
	padding:5px;
}
.pin{
	z-index:0;
	top:-18px;
	position:absolute;
	left:48%;
}

.profile-block{
	background-color:#999;
	border:1px solid #CCC;
	padding-top:20px;
	margin-top:20px;
	padding-bottom:30px;
	margin-bottom:30px;
}
.name{
	font-weight:bold;
	
}
.upgeade-active{
	background:#093;
	color:#fff;
	padding:3px 8px;
	border:1px solid #063;
	
	
}
.lk-pre{
	border-bottom:1px solid #E8E8E8;
	border-top:1px solid #E8E8E8;	
	width:100%;
	float:left;
	clear:both;
	padding:10px 20px;
	background:#F2FDFD;
	margin-bottom:5px;
}
.lk-name{
	color:#609;
	font-weight:bold;
	padding:3px 20px;
	font-weight:600;
	font-size:12pt;
	width:50%;
	float:left;
	display:block;
}
.lk-profile{
	width:50%;
	float:left;
	color:#003;
	padding:3px 20px;
	display:block;
}
.lk-profile span{
	font-weight:bold;
	font-size:11pt;
	color:#ce1865;	
}
.lk-full{
	width:100%;
	text-align:center;
	margin-top:-15px !important; 
}
.lk-porile-data table, td{
	padding-bottom:10px;
	font-size:10pt;
}
.lk-intrest{
	padding-top:20px;
}
.intrest{
	width:100%;
	float:left;
	clear:both; 
	margin-bottom:30px;	
	
}

.intrest button{
	 color:#FFF;
	 background:#13951A;
	 padding:8px 12px;
	 border-radius:3px;
	 font-weight:bold;
	 border:1px solid #13951A;
	 margin:5px;
	 clear:both;
}

.intrest span{
	 color:#FFF;
	 background:#13951A;
	 padding:8px 12px;
	 border-radius:3px;
	 font-weight:bold;
	 border:1px solid #13951A;
	 margin:5px;
	 clear:both;
}
.declin{
	width:100%;
	float:left;
	clear:both;
	display:inline-block;
}
.declin span{
	 color:#FFF;
	 background:#FF8080;
	 padding:8px 12px;
	 border-radius:3px;
	 font-weight:bold;
	 border:1px solid #FF6F6F;
	 margin:5px;
	 clear:both;
}

.declin button{
	 color:#FFF;
	 background:#FF9393;
	 padding:8px 12px;
	 border-radius:3px;
	 font-weight:bold;
	 border:1px solid #FF6F6F;
	 margin:5px;
	 clear:both;
}
.lkview{
	width:100%;
	float:left;
	clear:both; 
	margin-top:30px;
}
.lkview span{
	color:#0C0;
	/* background:#fe980f;*/
	 padding:2px 8px;
	 border-radius:3px;
	/* font-weight:bold;*/
	 /*border:1px solid #fe980f;*/
	 margin:5px;
	 clear:both;
}

.records {
width: 510px;
margin: 5px;
padding:2px 5px;
border:1px solid #B6B6B6;
}
/*******************pagination*********************/
.record {
color: #474747;
margin: 5px 0;
padding: 3px 5px;
background:#E6E6E6;  
border: 1px solid #B6B6B6;
cursor: pointer;
letter-spacing: 2px;
}
.record:hover {
background:#D3D2D2;
}


.round {
-moz-border-radius:8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius:8px;    
}    

p.createdBy{
padding:5px;
width: 510px;
font-size:15px;
text-align:center;
}
p.createdBy a {color: #666666;text-decoration: none;}     


.left_margin{
	margin-left: -32px;
	}
#edit_prof label.error,#reset_password label.error {
  background: url("../images/unchecked.gif") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
  color: #ea5200;
  display: inherit;
  font-weight: 300;
  margin-top: 5px;
  padding-bottom: 2px;
  padding-left: 20px;
}
.fb{font-size:30px;color:#3b5998;}
.twit{font-size:30px;color:#5ea9dd;}
.gplus{font-size:30px;color:#dd4b39;}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
}
/*TYPEHEAD.JS*/
.tt-hint {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #999;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
	height:auto;
	min-width: 160px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;

}
.tt-suggestion {
	display: block;
	padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
	color: #fff;
}
.tt-suggestion p {
	margin: 0;
}
#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}
/*TYPEHEAD.JS ENDS HERE*/


.myFile {
  position: relative;
  overflow: hidden;
  float: left;
  clear: left;
}
.myFile input[type="file"] {

  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 100px;
  filter: alpha(opacity=0);
  cursor: pointer;
}
