.story-container {
  padding-top: 20px;
}
.story-container * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.story-container h3.white {
  width: 100%;
  font-weight: 600;
  margin-bottom: 30px;
}
.story-container .profile-info {
  text-align: center;
}
.story-container .profile-info .profile-picture {
  margin-bottom: 10px;
}
.story-container .profile-info .profile-picture img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 5px solid #e9e9e9;
}
.story-container .profile-info .from {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.story-container .profile-info .from i {
  margin-right: 5px;
  font-size: 20px;
}
.story-container .profile-info .line hr {
  border: solid #fff 1px;
  width: 45px;
}
.story-container .profile-info .profile-description {
  display: inline-block;
  left: auto;
  right: auto;
  max-width: 610px;
  line-height: 25px;
  font-size: 15px;
  color: #fff;
}
.story-container .profile-info .profile-description .more-btn {
  float: right;
  background: transparent;
  border: 1px solid #fff;
  padding: 0;
  width: 98px;
  height: 34px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.story-container .profile-info .profile-description .more-btn i {
  margin-left: 5px;
  font-size: 18px;
}
.story-container .profile-info .profile-description .more-btn:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.4);
}
.story-container .filter-bar {
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.story-container .filter-bar .filter-btn {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  -moz-border-radius: 4px;
  width: 98px;
  height: 40px;
  margin-right: 5px;
  outline: none;
}
.story-container .filter-bar .filter-btn:hover,
.story-container .filter-bar .filter-btn:active {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #485566;
  background: #fff;
}
.story-container .filter-bar .filter-search-input {
  position: relative;
  display: inline-block;
  float: right;
  border: solid 5px rgba(151, 181, 194, 0.4);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0;
}
.story-container .filter-bar .filter-search-input input {
  margin: -1px;
  padding-left: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  outline: none;
  height: 40px;
  border: solid 1px #949494;
}
.story-container .filter-bar .filter-search-input i {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 40px;
  font-size: 25px;
  color: #949494;
}
.story-container ul.story-item-list {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.story-container ul.story-item-list li.story-item-wrapper {
  vertical-align: top;
  display: inline-block;
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.story-single-wrapper {
  text-align: center;
}
.story-item {
  text-align: left;
  background-color: #fff;
  max-height: 495px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 10px  3px 0 13px;
  position: relative;
  /*********************************   JSP  ***************/
  /*********************************   JSP  ***************/
}
.story-single-wrapper .story-item {
  width: 249px;
  display: inline-block;
}
.story-item .jspTrack {
  opacity: 0;
}
.story-item .jspPane {
  width: 100% !important;
}
.story-item:hover .close-btn {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.story-item:hover .jspTrack {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}
.story-item:hover .edit-dropdown {
  display: inline-block;
}
.story-item .close-btn {
  z-index: 112;
  text-decoration: none;
  display: none;
  position: absolute;
  opacity: 0.6;
  top: 5px;
  right: 15px;
  color: #ccc;
  font-size: 35px;
  line-height: 25px;
}
.story-item .close-btn:hover {
  opacity: 1;
  color: #ccc;
}
.story-item .edit-dropdown {
  display: none;
  position: absolute;
  top: 3px;
  padding-top: 2px;
  right: 35px;
  z-index: 112;
  text-align: center;
  border-radius: 5px;
  width: 39px;
  border: 1px solid transparent;
}
.story-item .edit-dropdown > a {
  font-size: 18px;
  color: #ccc;
  display: block;
  margin-bottom: 5px;
}
.story-item .edit-dropdown .dropdown {
  display: none;
  padding: 0;
}
.story-item .edit-dropdown .dropdown li {
  list-style: none;
  margin-bottom: 3px;
}
.story-item .edit-dropdown .dropdown li a {
  color: #fff;
  width: 31px;
  display: inline-block;
  line-height: 31px;
  border-radius: 5px;
  font-size: 18px;
}
.story-item .edit-dropdown .dropdown li a.edit {
  background: #148d75;
}
.story-item .edit-dropdown .dropdown li a.edit:hover {
  background: #17a388;
}
.story-item .edit-dropdown .dropdown li a.remove {
  background: #e33f4b;
}
.story-item .edit-dropdown .dropdown li a.remove:hover {
  background: #e65560;
}
.story-item .edit-dropdown .dropdown li a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.story-item .edit-dropdown.in {
  border: 1px solid #ccc;
  background: #fff;
}
.story-item .edit-dropdown.in .dropdown {
  display: block;
}
.story-item .story-item-header {
  padding-top: 5px;
  padding-right: 10px;
}
.story-item .story-item-header .profile-img-container {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.story-item .story-item-header .profile-img-container img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  border: 4px solid #e9e9e9;
}
.story-item .story-item-header .profile-img-container .fb-badge {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  border: 4px solid #e9e9e9;
  background: #44589a;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  margin-top: -5px;
  box-sizing: border-box;
}
.story-item .story-item-inner-scroll {
  max-height: 430px;
  box-sizing: border-box;
  -webkit-apperance: none;
}
.story-item .story-item-body {
  padding-right: 10px;
  padding-bottom: 25px;
}
.story-item .story-item-body .post-title {
  margin: 0 ;
}
.story-item .story-item-body .item-img {
  margin: 10px 0;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 60%;
}
.story-item .story-item-body .item-img.img-portrait {
  padding-bottom: 110%;
}
.story-item .story-comments-container ul {
  list-style: none;
  padding: 0;
}
.story-item .story-comments-container ul li {
  display: block;
  margin-bottom: 5px;
}
.story-item .story-comments-container ul li a.profile-picture {
  display: inline-block;
  vertical-align: top;
}
.story-item .story-comments-container ul li a.profile-picture img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #e9e9e9;
}
.story-item .story-comments-container ul li .comment {
  display: inline-block;
  width: 70%;
  padding-left: 5px;
  font-size: 11px;
  color: #8d8d8d;
}
.story-item .story-comments-container ul li .comment .user-name,
.story-item .story-comments-container ul li .comment .post-time {
  font-size: 11px;
}
.story-item .story-comments-container ul li .comment p {
  margin: 0;
  margin-bottom: 3px;
}
.story-item .story-item-footer {
  padding-top: 5px;
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0  0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  background: #fff;
}
.story-item .story-item-footer .comment-input-container {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 5px;
  padding-right: 10px;
  overflow: hidden;
  bottom: 100%;
  left: 0;
  background: #fff;
}
.story-item .story-item-footer .comment-input-container.write {
  display: block;
}
.story-item .story-item-footer .comment-input-container .form-group {
  display: inline-block;
  float: left;
  height: 32px;
  width: 65%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 2px solid #f6f6f6;
  line-height: 30px;
}
.story-item .story-item-footer .comment-input-container .form-group input {
  padding-left: 10px;
  border: 0;
  width: 90%;
  outline: none;
  font-size: 13px;
  color: #b1b0b0;
}
.story-item .story-item-footer .comment-input-container .form-group input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b1b0b0;
  font-size: 13px;
  text-transform: none;
  font-weight: 600;
}
.story-item .story-item-footer .comment-input-container .form-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b1b0b0;
  font-size: 13px;
  text-transform: none;
  font-weight: 600;
}
.story-item .story-item-footer .comment-input-container .form-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b1b0b0;
  font-size: 13px;
  text-transform: none;
  font-weight: 600;
}
.story-item .story-item-footer .comment-input-container .form-group input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b1b0b0;
  font-size: 13px;
  text-transform: none;
  font-weight: 600;
}
.story-item .story-item-footer .comment-input-container .comment-post-btn {
  box-sizing: border-box;
  float: right;
  width: 30%;
  line-height: 28px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #39ae97;
  font-size: 12px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 2px solid #39ae97;
  outline: none;
}
.story-item .story-item-footer .comment-input-container .comment-post-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.story-item .story-item-footer .story-footer-actions {
  padding: 5px 5px 10px 0px;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons {
  list-style: none;
  padding: 0;
  text-align: right;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li {
  margin-left: 3px;
  display: inline-block;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background: #b1b0b0;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li a:hover.pinterest {
  background-color: #CB2028;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li a:hover.google-plus {
  background: #dd4b39;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li a:hover.fb {
  background: #44589a;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li a:hover.twitter {
  background: #55ACEE;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li a:hover.vk {
  background: #54769A;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li a.pinterest {
  background-image: url(../../../newstyle/img/pinter.png);
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li.add-comment {
  float: left;
  margin-left: 0;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li.add-comment a {
  font-size: 26px;
  color: #b1b0b0;
  background: none;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li.add-comment a:hover {
  color: #39ae97;
}
.story-item .story-item-footer .story-footer-actions ul.social-buttons li.add-comment .fa-comment {
  color: #39ae97;
}
.story-item .item-text-container {
  padding: 10px 0;
  color: #8d8d8d;
  font-size: 14px;
}
.story-item .user-name,
.story-item .post-title {
  font-weight: bold;
  font-size: 13px;
  color: #425b73;
  text-transform: uppercase;
}
.story-item .post-time {
  color: #bbb;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.story-item .divider {
  height: 20px;
  background: url(../../../newstyle/img/stroke.png) no-repeat left center;
}
.add-story-container {
  overflow: hidden;
  padding-top: 40px;
}
.add-story-container * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.add-story-container .add-story {
  /*************************/
  float: left;
  margin-right: 15px;
  /*************************/
  padding: 10px;
  width: 265px;
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
.add-story-container .add-story .add-story-heading {
  color: #425b73;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.add-story-container .add-story .form-group {
  overflow: hidden;
  margin-bottom: 10px;
}
.add-story-container .add-story .form-group .form-control {
  resize: none;
  display: block;
  width: 100%;
  padding-left: 10px;
  outline: none;
  height: 35px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.add-story-container .add-story .form-group .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b1b0b0;
  font-size: 12px;
  text-transform: none;
  font-weight: 600;
}
.add-story-container .add-story .form-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b1b0b0;
  font-size: 12px;
  text-transform: none;
  font-weight: 600;
}
.add-story-container .add-story .form-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b1b0b0;
  font-size: 12px;
  text-transform: none;
  font-weight: 600;
}
.add-story-container .add-story .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b1b0b0;
  font-size: 12px;
  text-transform: none;
  font-weight: 600;
}
.add-story-container .add-story .form-group .form-control:focus {
  border: 1px solid #39ae97;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.add-story-container .add-story .form-group textarea.form-control {
  padding-top: 5px;
  height: 90px;
}
.add-story-container .add-story .form-group i + .form-control {
  width: 84%;
  float: left;
}
.add-story-container .add-story .form-group i {
  color: #e7e7e7;
  font-size: 25px;
  float: left;
  width: 16%;
  text-align: center;
  line-height: 33px;
}
.add-story-container .add-story .btn-primary {
  padding: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  height: 35px;
  outline: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #39ae97;
  background: #39ae97;
}
.add-story-container .add-story .btn-primary:hover {
  background: #fff;
  color: #39ae97;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.add-story-container .add-story .add-story-img-list {
  list-style: none;
  padding: 0;
}
.add-story-container .add-story .add-story-img-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.add-story-container .add-story .add-story-img-list li a {
  position: relative;
  display: block;
}
.add-story-container .add-story .add-story-img-list li img {
  width: 55px;
  height: 55px;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.add-story-container .add-story .add-story-img-list li span.remove-badge {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -6px;
  margin-right: -5px;
  z-index: 111;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  background: #b4b4b4;
  border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 15px;
  color: #f6f6f6;
  cursor: pointer;
}
.add-story-container .add-story .add-story-img-list li span.remove-badge:hover {
  background: #e33f4b;
}
.add-story-container .divider {
  height: 20px;
  margin-bottom: 10px;
  background: url(../../../newstyle/img/stroke.png) no-repeat center;
}
@media (max-width: 1020px) {
  .story-container ul.story-item-list {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  .story-container ul.story-item-list li.story-item-wrapper {
    text-align: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

/*---dev---*/
h3.st-heading span{
	padding-bottom: 10px;
}
#bio_id{
	overflow: hidden;
}
/*font awesome css*/
.fa {
	font-family: FontAwesome !important;
	line-height: 26px !important;
}
.pin{
	left: 40%;
	top: 40px;
}
.story-footer-actions ul{
	margin: 0;
}
.story-item .story-item-footer .comment-input-container {
	max-width: 239px;
}
/*business story*/
.business_story .divider{
	background: url("../../../newstyle/img/orange_stroke.png") no-repeat scroll left center;
	clear: both;
}
.story-item .jspDrag{
	background-color: #ccc !important;
}
.business_story .jspDrag{
	/*background-color: #FF8C00 !important;*/
	background-color: #ccc !important;
}
.business_story .comment-post-btn{
	border: 2px solid #F27934 !important;
	color: #F27934 !important;
}
.business_story .fa-comment{
	color: #F27934 !important;
}
.business_story .post-title a, .business_story .post-title a:VISITED{
	color: #425b73; 
	text-decoration: none;
}
.business_story .profile-img-container img{
	border-radius: 0 !important; 
}
.biz_story_title {
	margin: 0 0 10px 0;
    font-size: 16px;
}
.biz_story_title a{
	color: #F27934 !important;
	text-decoration: none !important
}
/**/
.fb-badge{
	cursor: pointer;
}
.comment .user-name, .story-item-header .user-name{
/*	cursor: pointer; */
}
.comment .removeComment{
	float: right;
}
#storyForm label{
	display: none;
}
#storrytype_videoUrl{
	width: 205px;
}
.recent_storyes{
	height: 700px;
}

.add-story:hover .close-btn {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.add-story .close-btn {
  z-index: 112;
  text-decoration: none;
  display: none;
  position: absolute;
  opacity: 0.6;
  margin-left: 227px;
  margin-top: -7px;
  color: #ccc;
  font-size: 35px;
  line-height: 25px;
}
.add-story .close-btn:hover {
  opacity: 1;
  color: #ccc;
}
.user-name a, .story-item-body .post-title a{
	color: #425B73 !important;
    text-decoration: none !important;
}
.story-item-body .video img{
	left: 50%;
    margin-left: -32px;
    margin-top: 47px;
    position: absolute;
}
.business_story .btInfoBoxTable{
	float: left;
	width: 100%;
}
.business_story .info{
	margin-left: 95px;
}
.business_story .profile-img-container{
	 float: left;
}
.business_story .info p{
	margin: 6px 0;
	color: #425B73;
	font-size: 12px; 
	padding-left: 15px;
	line-height: 17px;
	/*width: 128px;*/
	/*width: 95%;*/
	width: 82%;
	word-wrap: break-word;
}
.info .address{
	background: url("../../../360/images/pino.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.info .tel{
	background: url("../../../360/images/tel1o.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.info .link{
	background: url("../../../360/images/linko.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.add-story input, .add-story textarea{
	font-family: 'Open Sans' !important;
}
.add-story-container .add-story .form-group textarea.form-control{
	overflow: hidden;
}
.comment .user-name, .story-item .item-text-container, .story-item .story-item-body .post-title, .story-item .story-comments-container ul li .comment p{
	word-wrap:break-word;
}
.comment .comment-text, .story-item-body .item-text-container a{
	color: #425B73;
}
.story-item .story-item-header .profile-img-container img{
	height: 64px;
	width: auto;
	border: 2px solid #e9e9e9;
}
.story-container ul.story-item-list{
	margin-bottom: 45px;
}
.filter-bar_active{
	background: #fff !important;
	color: #425B73 !important;
}
#recent_storyes_id .jspVerticalBar .jspArrow{
	background: transparent;
}
#recent_business_storyes_id .jspVerticalBar .jspArrow{
	background: transparent;
}
#recent_business_storyes_id{
	margin-top: 85px;
}
#story-item-list_search_id{
	width: 187px;
}
.story-item .comment-post-btn{
	word-wrap: break-word;
	line-height: 17px !important;
	padding: 5px 0 !important;
}
#current_story_content{
	top: 120px;
	z-index: 1000;
}		
#current_story_content .story-item .story-item-inner-scroll{
	overflow: auto;
}		
.story-item .story-item-body .story_photo_item{
	margin: 10px 0;
}
#loading_rec_story, #loading_rec_story_biz{
	margin-top: -45px; 
	width: 100%; 
	text-align: center; 
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.user > ul > li:nth-child(1), .user > ul > li:nth-child(2){
	margin-bottom: 15px;
}
.user > ul > li:nth-child(1) a:hover, .user > ul > li:nth-child(2) a:hover{
	background: #148D75;
	color: white;
}
header.alter .container{
	border-top: 0; 
}
.viewer_top_loader{
	background: #1C9981;
	height: 3px;
	width: 1%;
}
#recent_storyes_id, #recent_business_storyes_id{
	outline: 0;
}

/*small google map*/
.small_map_container{
	width: 286px;
	height: 291px;
	position: absolute; 
	top: 90px;
}
.small_map_container #map-loader{
	 width: 286px;
	 height: 291px;
}
.small_map_container #map-loader img {
    left: 113px;
    position: relative;
    top: 111px;
}
.small_map_container .gmap{
	height: 291px;
}
.small_map_container #ZoomControls{
	margin-left: 6px;
    margin-top: 205px;
}
.small_map_container #map_canvas{
	background: #425b73;
}
#smallNavMapOpenId {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 67px;
    text-align: center;
    text-decoration: none;
    background: url("../../../images/header_map_ico.png") no-repeat center 7px;
    border: 2px solid #189b81;
} 
#smallNavMapOpenId:hover {
    background-color: #189b81;
}
#smallNavMapOpenId .snm_sp1{
    font-weight: 700;
    position: relative;
    top: 2px;
}
#headerEmbedIcoId {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 67px;
    text-align: center;
    text-decoration: none;
    background: url("../../../images/header_embed_ico.png") no-repeat center 10px;
}
#headerEmbedIcoId:hover {
    background-color: #425b73;
}
#headerEmbedIcoId .snm_sp1{
    font-weight: 700;
    position: relative;
    top: 1px;
}
#headerShareIcoId {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 67px;
    text-align: center;
    text-decoration: none;
    background: url("../../../images/header_share_ico.png") no-repeat 15px 9px;
}
#headerShareIcoId:hover {
    background-color: #425b73;
}
#headerShareIcoId .snm_sp1{
    font-weight: 700;
    position: relative;
    top: 1px;
}
.viewer_info_box_title{
	background: url("../../../images/btt_title_bg.png");
    font-size: 10px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin-top: 2px;
    display: inline-block;
}
.viewer_emmbed_box{
	position: absolute;
    top: 90px;
}
.viewer_emmbed_box .viewer_info_box_content{
    color: #435c74;
    width: 240px;
    height: 85px;
    border: 14px solid #435c74;
    background: white;
    font-size: 11px;
    padding: 10px;
    font-family: "Arian AMU",sans-serif;
    resize: none;
    overflow: hidden;
}
.viewer_emmbed_box .viewer_info_box_title{
    color: white;
    padding: 0 5px;
}
.viewer_emmbed_box .viewer_info_box_title img{
    vertical-align: middle;
}
.viewer_share_box{
	position: absolute;
    top: 90px;
    left: -15px;
    background: url("../../../images/viewer_share_box/bg.png");
}
.viewer_share_box .viewer_info_box_content{
	width: 257px;
	height: 83px;
}
.viewer_share_box .gplus, .viewer_share_box .fb,
.viewer_share_box .tw, .viewer_share_box .pint{
	height: 49px;
	width: 49px;
	float: left;
	cursor: pointer;
	margin: 24px 0 0 12px;
}
.viewer_share_box .gplus{
	background: url("../../../images/viewer_share_box/gplus.png");
}
.viewer_share_box .fb{
	background: url("../../../images/viewer_share_box/fb.png");
}
.viewer_share_box .tw{
	background: url("../../../images/viewer_share_box/tw.png");
}
.viewer_share_box .pint{
	background: url("../../../images/viewer_share_box/pint.png");
}
.viewer_share_box .gplus:hover{
	background: url("../../../images/viewer_share_box/gplus_ac.png");
}
.viewer_share_box .fb:hover{
	background: url("../../../images/viewer_share_box/fb_ac.png");
}
.viewer_share_box .tw:hover{
	background: url("../../../images/viewer_share_box/tw_ac.png");
}
.viewer_share_box .pint:hover{
	background: url("../../../images/viewer_share_box/pint_ac.png");
}

.viewer_info_box_invisible{
	visibility: hidden;
}
.map_invisible{
	visibility: hidden;
}
.map_invisible .infoBox{
	visibility: hidden !important;
}
.navMapIco{
	background: url("../../../images/navigation_map_title_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 35px;
    margin-top: 2px;
    width: 130px;
    font-size: 10px;
    font-weight: 700;
    padding-left: 31px;
    line-height: 35px;
}
/*small google map*/

.story-item .story-item-header .profile-img-container .fb-badge{
	margin-top: 37px;
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 23px;
}

/*
hintbox
*/
.hintobal {
	position: absolute;
	left: 0px;
	top: 0px;
	min-width: 100px;
	z-index: 1000; 
	opacity: 0.7; 
	display: none; 
}
.hintccust {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #000;
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 8px;
	max-width: 550px;
}
/*
hintbox
*/

/**gmap info box*/
.infoBoxHead{
	border-radius: 3px 3px 0 0;
	background: #f27934;
	padding: 10px;
	font-size: 15px;
}
.infoBoxHead a, .infoBoxHead a:hover{
	color: white; 
	font-weight: bold;
	text-decoration: none;
}
.infoBoxCont{
	color: #485566; 
	padding: 10px 10px 2px 10px;
}
.infoBoxCont table{
	width: 247px;
	overflow: hidden;
	display: block;
}
.infoBoxCont .gmap_logo{
	border: 2px solid #aaaaaa;
	margin-right: 9px;
}
.infoBoxCont .gmi_point{
	background: url("../../../images/gmap_infobox/point.png") no-repeat left;
	padding-left: 20px;
	word-wrap: break-word;
	margin-bottom: 6px;
	font-size: 12px;
	width: 125px;
}
.infoBoxCont .gmi_phone{
	background: url("../../../images/gmap_infobox/phone.png") no-repeat left;
	padding-left: 20px;
	word-wrap: break-word;
	margin-bottom: 6px;
	font-size: 12px;
	width: 125px;
}
.infoBoxCont .gmi_link{
	background: url("../../../images/gmap_infobox/link.png") no-repeat left;
	padding-left: 20px;
	word-wrap: break-word;
	margin-bottom: 6px;
	font-size: 12px;
	width: 125px;
}
.infoBoxCont .gmi_link a{
	font-size: 12px;
	color: #485566; 
	text-decoration: none;
}
/*gmap info box**/

.story-container ul.story-item-list{
	margin-top: -2px;
}

.pos-rel{
	height: 785px;
}
.gmap{
	height: 785px;
}
#ZoomControls{
	margin-top: 375px;
}
#map-loader{
	height: 785px;
}
.header_transparant_for_embed:BEFORE{
	background: transparent;
	box-shadow: none;
}
.header_transparant_for_embed{
	background: transparent;
	box-shadow: none;
	position: absolute;
	width: 100%
}
.header_transparant_for_embed ul.alt-nav{
	margin-top: 10px;
}
#alertBox{
	position: absolute;
	background: url("../../../images/krpano_info_alert.png") no-repeat #7fd6c4;
	background-position: 20px 25px;
	border-radius: 3px;
	top: 100%;
	left: 50%;
	width: 355px;
	height: 73px;
	margin-left: -215px;
	margin-top: -200px;
	padding-left: 75px;
	padding-top: 15px;
}
#alertBox .kia_close{
	float: right;
	position: relative;
	margin-top: -10px;
	margin-right: 5px;
	cursor: pointer;
}







/*UTILS*/
.no_underline{
	text-decoration: none;
}
.hidden{
	display: none;
}
.display{
	display: inline;
}

/*** fileinput ***/
.fileinput {
    position: relative;
    height: 40px;
    width: 243px;
    overflow: hidden;
}
.fileinput .fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    
    height: 100%;
    width: 100%;
}
.fileinput .fakefile button {
    height: 100%;
    width: 100%;
}
.fileinput .file {
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    
    height: 1000px;
    width: 1000px;
}
/***/