
html,
body {
    width: 100%;
    height: 100%;
    font-family: Tahoma,Arial,sans-serif;
	background-color:fff;
}

.starter-template {
  text-align: center;
}

.containermain {
  width: auto;
  /*max-width: 90%;*/
  padding: 0 15px;
}

ul, ol{
	list-style:none outside none;
}



/* Gridster styles */
.sectioncards {
    margin: 0;
    padding: 10px 0 50px;
    background: #fff; /*032365 /*428bca; /*bde4ff; /*ADEBFF;*/
	
  /*background: -webkit-linear-gradient(#000, #9bbbfc); /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(#000, #9bbbfc); /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(#000, #9bbbfc); /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(#000, #9bbbfc); /* Standard syntax */
}
.sectionnavs{
    margin: 0;
    padding: 20px 0 10px;
    background: #fff;
}


#playground {
	width: 80%;
}

#info, #infoThird {
	color: #ffffff;
	font-style:italic;
	font-size: 14px;
	display:none;
}

#info500, #info404{
	color: #ffffff;
	font-style:italic;
	font-size: 14px;
}

.star {
	float: top;
	/*padding: 20px;
	margin-bottom: 5px;
	max-width:250px;
	display: inline-block;
	color:#fff;*/
	border-radius: 3px;
	word-wrap: break-word;
    max-width: 100%;
	text-align: center;
}
.starpanel {
	float: top;
	display: inline-block;
	color:#fff;
	min-width:50px;
	margin: 5px;
	text-align:left;
	word-wrap: normal;
	 max-width: 100%;
}
/*
.inspirecount, .commentcount {
	color: #2a6496;
}*/
.inspirebtn, .inspirebtnliked,
.commentcount,
.showcomments {
	cursor:pointer;
	color: #fff;
	font-size: 11px;
}
.inspirebtn:hover, .inspirebtnliked:hover
.commentcount:hover,
.showcomments:hover
{
	color: #fff;	
}

a.light:hover
{
	color: #000 !important;	
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.form-inline .form-control {
	display: inline-block;
}


.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    font-weight: normal;
	color: #fff; /*#d8e0e5;*/
}

#showmore{
	margin-top:-20px;
	padding-bottom:50px;
	width:100%;
}
#showmore input {
	border: 1px solid #c6c6c6 !important;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(center top , #f5f5f5, #f1f1f1);
	color:#444;
	padding:5px;
	width:250px;
	width:40%;
}
/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
	background: #fff;/*#428bca; /*bde4ff; /**/
	padding-top:250px;
	padding-bottom:200px;
    background: url(../images/headerbg.jpg) no-repeat center center scroll;
	background-color:#000;
}

.grayseparator {
	/*height:80px;*/
    width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#eee;
	border-bottom: 1px solid #e0e0e0;
}
.statisticinfo {
	/*width: 85%;*/
	text-align: right;
	font:Tahoma, Verdana, Geneva, sans-serif;
    font-size:18px;
	height:80px;
    display: table;

}
.facebooklikediv {
	padding-top:12px;
	padding-bottom:12px;
}

#fblikediv .fb-like.fb_iframe_widget, 
#fblikediv .fb-like.fb_iframe_widget > span, 
#fblikediv .fb-like.fb_iframe_widget > span > iframe {
    width: 100% !important;
}

.commentpanel
{
	padding-top: 5px;
}

.statisticinfo .totalstar{
    vertical-align:middle;
    display: table-cell;
	color:#123a8e;
    font-size:28px;
}
.statisticinfo .totalstar i{ 
	color:#123a8e;
    font-size:22px;
}

/* Footer */

.tooltip.top .tooltip-arrow {
	border-top-color:#428bca;
}
.tooltip-inner {
	background-color:#428bca;
}
/*
.navbar-default{
	background-color: #337ab7;
	border-color: #285e8e;
}
.navbar-default .navbar-nav > li > a {
	color: white;
}
.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
 .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
 {
  color: white;
  background-color: transparent;
 }
 */
 body > .container {
 padding: 60px 0 20px 0;
 width: 100%;
 }
 
 #pnlsociallist {
 	position: absolute;
 	width: 280px;
 	padding: 20px;
 	z-index: 99;
 	background-color: #fff;
 	border-radius: 5px;
 	box-shadow:rgba(25,25,25,0.5) 0 1px 5px;
 }
  #pnlsociallist ul, #pnlsociallist li {
  	margin: 0px;
  	padding: 0px;
  }
 #pnlsociallist li a i {
   -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  position: absolute;
  left: 0;
  width: 48px;
  font-size: 18px;
  text-align: center;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
    margin: 0!important;
  color: #fff!important;
   background: #4e69a2;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
    height: 47px;
 	vertical-align: middle;
	  padding-top: 15px;
 }
 #pnlsociallist li a {
 	cursor: pointer;
  display: block;
  padding-left: 23px;
  text-align: center;
  font-size: 14px;
  color: white;
  text-decoration: none;
  position: relative;
  line-height: 48px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
    background: #5b7abd;
      transition: background 0.2s ease-in-out;
 }
 #pnlsociallist:before
 {
   background: white;
  box-shadow: 0 -8px 15px 1px rgba(0,0,0,0.5);
  content: "";
  height: 1px;
  position: absolute;
  left: 135px;
  top: -3px;
  width: 10px;
 }
 #pnlsociallist:after
 {
 
   border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid white;
  top: -11px;
  content: "";
  height: 0;
  left: 130px;
  position: absolute;
  width: 0;
  z-index: 2;
 
 }
 #pnlsociallist p{
   margin: 0px 10px 15px;
  color: #666;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  font-style:italic;
  display: block;
 }
 
  .starstatusbar {
 	display:table-footer-group; 
 }
 .wishitem { 
 	display: none;
 	border-radius: 3px;
 	padding: 5px 10px; 	
 }
 
 .item span.star {
 	display: table-cell;
 	vertical-align: middle;
 	font-family: Segoe Print,Tahoma,Arial,sans-serif;
 }
 
 .statuscometrue { 
 	font-size: 11px;
 	display: inline-block;
 	cursor: pointer;
 }
 .itemtopright {
 	position: absolute;
 	right: 10px;
 	top: 5px; 
 }
 .itembotleft {
 	position: absolute;
 	left: 10px;
 	bottom: 5px;
 }
 .itembotright{
 	position: absolute;
 	right: 10px;
 	bottom: 5px;
 }
 
 
 .light {
 	color: #111;
 }
 
 .dark{
 	color: #fff;
 }
 
@keyframes start {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}


@-webkit-keyframes start {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}
#playground .item[data-state="init"] {
	display: none;
}

#playground .item[data-state="start"]  {
	display: block;
	animation: start 0.5s;
	-webkit-animation: start 0.5s;
}

#playground .item[data-state="move"]  {
	transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
	-webkit-transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}

 .boarditem {
   background: #fff;
   display: none;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   border: 1px solid #ccc;
   cursor: pointer;
   box-shadow: 2px 2px 4px  #eee;
 	potision: relative;
 }
 
 .boardtitle {
 	position: absolute;
 	left: 0;
 	bottom: 0;
 	opacity: 1.0;
 	margin: 0;
 	display: block;
 	font-size: 10px !important;
 	background-color: #fff;
 	color: #fff;
 	padding: 3px;
 	border-radius: 2px;
 	width: 100%;
 	font-family: Segoe Print,Tahoma,Arial,sans-serif;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;
 }
 
 .itemtopright {
 	position: absolute;
 	right: 10px;
 	top: 5px;
 }
 
 .inspireboarditem {
 	display: inline-block;
 }
 
 .textleft {
 	text-align: left;	
 }
 
 .titlerow {
 	margin: 0;
 	color: #428bca;
 	font-family: Segoe Print,Tahoma,Arial,sans-serif;
 }
 
 .titlerow h3{
 	color: #428bca;
 	font-family: Segoe Print,Tahoma,Arial,sans-serif;
 }
 
 .storyitem {
 	color: #000;
 	text-align: justify;
    text-justify: inter-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:normal;
    
	width: 100%; 
 	height: 200px;
 	max-height: 200px; 
 }
 .storyitem span{
 	font-family: Segoe Print,Tahoma,Arial,sans-serif; 
 }
 .modal {
 	z-index: 110020;
 }
 
 #myBoardModal .modal-dialog {
 	width: 80%;
 }
 .storyitemmore {
 	cursor: pointer;
 }
 .motivationalitemmore {
 	cursor: pointer;
 }

 .motivationalitem {
 	color: #000;
 	text-align: justify;
    text-justify: inter-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:normal;
    
	width: 100%; 
 	height: 200px;
 	max-height: 200px; 
 }
 
 .motivationalitem span{
 	font-family: Segoe Print,Tahoma,Arial,sans-serif; 
 }
 
  #showBtnAuthForLike {
 	position: absolute;
 	width: 150px;
 	padding: 10px;
 	z-index: 99;
 	background-color: #fff;
 	border-radius: 5px;
 	box-shadow:rgba(25,25,25,0.5) 0 1px 5px;
 }
   #showBtnAuthForLike ul,  #showBtnAuthForLike li {
  	margin: 0px;
  	padding: 0px;
  }
#showBtnAuthForLike li a i {
	-webkit-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
	position: absolute;
	left: 0;
	width: 24px;
	font-size: 10px;
	text-align: center;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin: 0!important;
	color: #fff!important;
	background: #4e69a2;
	text-transform: none;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	height: 23px;
	vertical-align: middle;
	padding-top: 8px;
 }
  #showBtnAuthForLike li a {
	cursor: pointer;
	display: block;
	padding-left: 13px;
	text-align: center;
	font-size: 10px;
	color: white;
	text-decoration: none;
	position: relative;
	line-height: 24px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #5b7abd;
	transition: background 0.2s ease-in-out;
 }
 #showBtnAuthForLike:before
 {
    background: white;
    box-shadow: 0 -7px 8px 1px rgba(0,0,0,0.5);
    content: "";
    position: absolute;
 }
 #showBtnAuthForLike:after
 {
	content: "";
 	position: absolute;
 	z-index: 2; 
 }
 #showBtnAuthForLike p{
   margin: 0 5px 10px;
  color: #666;
  font-weight: 200;
  font-size: 10px;
  text-align: center;
  font-style:italic;
  display: block;
 }
 
 .showTopRight{
 	top: -27px;
 	right: -156px; 
 }
 .showBottomLeft{    
 	bottom: -87px;
    left: -66px;
 }
 
 .showTopRight:before{
    left: -7px;
    top: 43px;
    height: 6px;
    width: 0px;
 
 }
 .showTopRight:after{ 
     border-top: 11px solid transparent;
    border-right: 11px solid white;
    border-bottom: 11px solid transparent;
	  height: 0;
	  left: -9px;
	  top: 28px;
	  width: 0;
 }
 .arrowBottomLeft:before {
	left: 76px;
    top: 2px;
    height: 0;
    width: 8px; 
 }
 .arrowBottomLeft:after {
	border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid white;
    height: 10px;
    left: 68px;
    top: -9px;
    width: 0;
 }
 
 .storybotleft {
 	position: absolute;
 	left: 30px;
 	bottom: 33px;  
 }
 
 .motivationalbotleft {
 	position: absolute;
 	left: 30px;
 	bottom: 33px;  
 }
 
 #playground .panel-footer {
 	text-align: right
 }
 
 .showBottomLeftStory{    
 	bottom: -60px;
    left: -42px;
 } 
 .arrowBottomLeftStory:before {
	left: 75px;
    top: 2px;
    height: 0;
    width: 8px; 
 }
 .arrowBottomLeftStory:after {
	border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid white;
    height: 10px;
    left: 68px;
    top: -9px;
    width: 0;
 }
 
 .modalwishlike {
 	position: fixed !important;
 	bottom: 0px !important;
 	left: -50px !important;
 }
 
 
 
 
 
 
 
 
 
 
 
 /* facebook button */
 #btnfblogin {
 	width: 280px;
 	padding: 20px;
 	z-index: 99;
 	background-color: #fff;
 	border-radius: 5px;
 	box-shadow:rgba(25,25,25,0.5) 0 1px 5px;
 }
 #btnfblogin, #btnfblogin li {
 	margin: 0px;
 	padding: 0px;
 }
#btnfblogin li a i {
   -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  position: absolute;
  left: 0;
  width: 48px;
  font-size: 18px;
  text-align: center;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
    margin: 0!important;
  color: #fff!important;
   background: #4e69a2;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
    height: 47px;
 	vertical-align: middle;
	  padding-top: 15px;
 }
#btnfblogin  li a {
 	cursor: pointer;
  display: block;
  padding-left: 23px;
  text-align: center;
  font-size: 14px;
  color: white;
  text-decoration: none;
  position: relative;
  line-height: 47px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #5b7abd;
  transition: background 0.2s ease-in-out;
}
 
 #btnFeelingLucky {
 	padding: 5px;
    color: #fff;
    background-color: #3276b1;
    border-radius: 50%;
    /* font-size: 10px; */
    cursor: pointer;
}

.birthdaynewBadge {
	position: absolute !important;
	color: #fff !important;
	background-color: #ff0000 !important;
	top: -10px !important;
	left: 85% !important;
}

.newBadge {
	position: absolute !important;
	color: #fff !important;
	background-color: orange !important;
	top: -10px !important;
	left: 85% !important;
}

.newBadgeMenu {
	color: #fff !important;
	background-color: orange !important;
}