@charset "utf-8";
/* CSS Document */

@import 'jacks_overrides.css';

/*sticky header & footer styles start here*/
html {
	position:relative;
	min-height:100%;
}
body {
	padding-bottom:90px;
	padding-top:60px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
	background-color:#E9EBEE !important;
}


html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* profile badges */
.commentUserLabel{
    font-size: 9px;
    /* padding-left: 6px; */
    color: #a9a9a9;
    /* vertical-align: middle; */
    width: 66px;
    text-align: center;
    display: block;
    float: left;
    padding-top: 1px;
    font-weight: bold;
	text-transform:uppercase;
}
.commentUserReplyLabel{
    font-size: 9px;
    /* padding-left: 6px; */
    color: #a9a9a9;
    /* vertical-align: middle; */
    width: 58px;
    text-align: center;
    display: block;
    float: left;
    padding-top: 1px;
    font-weight: bold;
	text-transform:uppercase;
}
.commentPhotoBlock{
	display: block;
    width: 65px;
    float: left;
}
.commentPhotoReplyBlock{
	display: block;
    width: 55px;
    float: left;
}
.staffLabel{
	background-color: #d4cfcf;
    padding: 2px;
    border-radius: 3px;
    color: #5b5b5b  !important;
    font-size: 10px  !important;
    font-weight: bold  !important;
}
.basicLabel{
	background-color: #d4cfcf;
    padding: 2px;
    border-radius: 3px;
    color: #5b5b5b  !important;
    font-size: 10px  !important;
    font-weight: bold  !important;
}
.proLabel{
    background-color: #0F6894;
    padding: 2px;
    border-radius: 3px;
    color: #FFF !important;
    font-size: 10px !important;
    font-weight: bold !important;
}
.vipLabel{
    background-color: #2a333a;
    padding: 2px;
    border-radius: 3px;
    color: #a2a2a2  !important;
    font-size: 10px  !important;
    font-weight: bold  !important;
}
.liferLabel{
    background-color: #D6A955;
    padding: 2px;
    border-radius: 3px;
    color: #FFF !important;
    font-size: 10px !important;
    font-weight: bold !important;
}
.Year5VIPLabel{
    background-color: #2a333a;
    padding: 2px;
    border-radius: 3px;
    color: #a2a2a2 !important;
    font-size: 10px !important;
    font-weight: bold !important;
}
.InnerCircleLabel{
	background-color: #FFC107; /*#009688; */
    padding: 2px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}


.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  width:25px;
    border: none;
    background-color: transparent;
}
/*
.custom-file-input::before {
  content: "";
  display: inline-block;
  background: url(photo.png);
  background-repeat:no-repeat;
  width:10px;
  height:10px;
  padding: 11px 12px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;

}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
*/
.custom-videofile-input::-webkit-file-upload-button {
  visibility: hidden;
  width:25px;
    border: none;
    background-color: transparent;
}

.custom-videofile-input:hover::before {
  border-color: black;
}
.custom-videofile-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* geo map */
#geocomplete { width: 200px}

.map_canvas { 
  width: 100%;

  height: 250px; 
  margin: 10px 20px 10px 0;
}
.map_canvas_feed { 
  width: 100%;
  height: 250px; 
  margin: 10px 20px 10px 0;
}

/* end geo map */

/* video stuff */
.embed-container video {
    background-image: url(/tpl_images/loader.gif);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
 

/* end video stuff */

/* fancy box stuff */
.fancybox-slide--iframe .fancybox-content {
	width  : 100%;
	height : 100%;
	max-width  : 100%;
	max-height : 100%;
	margin: 0;
}
.fancybox-toolbar {
    width: 100%;
    background-color: #000000;
    /* background-image: url(https://insiderapp.fishstrong-dev.com/tpl_images/logo-community.jpg); */
    background-repeat: no-repeat;
    background-position-x: 45px;
    background-position-y: 8px;
    height: 51px;
    background-size: 130px;
}

.fancybox-button--close{	
	margin-left: 10px;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #FFF;
}
.fancybox-button {
    background: #000 !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

video::-internal-media-controls-overlay-cast-button {
    display: none;
}

/* end fancy box stuff */

/* .quick-comments-container{
	overflow-x: scroll;
	overflow-y: hidden;
	white-space:nowrap;
    display:none; 
} */

/* .quick-comments-container {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.quick-comments-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px; 
}

.quick-comments-container::-webkit-scrollbar-thumb {
    background-color: #c1c1c1; 
}

.quick-comments-container::-webkit-scrollbar-thumb:hover {
    background-color: #c1c1c1; 
} */


.quick-comments-container {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #c1c1c1 #f1f1f1; /* thumb and track colors */
    scrollbar-width: thin; /* 'auto', 'thin', or 'none' */
    white-space: nowrap;
}

/* For WebKit/Blink browsers */
.quick-comments-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px; 
}

.quick-comments-container::-webkit-scrollbar-thumb {
    background-color: #c1c1c1; 
}

.quick-comments-container::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8; 
}

.replyComments{
	    margin-left: 15px !important;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e9ebee !important;
    margin-bottom: 11px;

}
.quick-comment{
	background-color: #e9ebee;
    padding: 6px;
    border-radius: 12px;
    margin-bottom: 8px;
    display: inline-block;
	margin-right:4px;
	cursor: pointer;
	font-size:12px;
	border-color: #dddfe2;
    border-width: 1px;
    border-style: solid;
}
.quick-comment-ai{
	background-color: #e9ebee;
    padding: 6px;
    border-radius: 12px;
    margin-bottom: 8px;
    display: inline-block;
	margin-right:4px;
	cursor: pointer;
	font-size:12px;
	border-color: #dddfe2;
    border-width: 1px;
    border-style: solid;
}
.fishing-forecast {
    display: block;
    width: 50%;
    background-color: black;
    color: #c7c7c7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top-style: solid;
    border-top-color: #797676;
    border-left-color: #ccc;
    border-left-style: solid;
    border-right-style: solid;
    border-right-color: #ccc;
    margin-top: 4px;
	border-width: 1px;
}
.fishing-insiderreport {
    display: block;
    width: 100;
    background-color: #cceefd;
    color: #383838;
    /* border-top-left-radius: 8px; */
    /* border-top-right-radius: 8px; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* border-top-style: solid; */
    /* border-top-color: #f1f1f1; */
    /* border-left-color: #ccc; */
    /* border-left-style: solid; */
    /* border-right-style: solid; */
    /* border-right-color: #ccc; */
    /* margin-top: 4px; */
    top: -20px;
    width: 100%;
    position: relative;
}
.firstpost{
    display: block;
    width: 100%;
    background-color: #43c2ff21;
    color: #383838;
    /* border-top-left-radius: 8px; */
    /* border-top-right-radius: 8px; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* border-top-style: solid; */
    /* border-top-color: #f1f1f1; */
    /* border-left-color: #ccc; */
    /* border-left-style: solid; */
    /* border-right-style: solid; */
    /* border-right-color: #ccc; */
    /* margin-top: 4px; */
    top: -20px;
    position: relative;
}
.userProfileImage-post{
	float: left; 
	margin-right:7px;
	width: 60px;
	height: 60px;
	margin-top: 5px;
	border-radius:10px;
	
}
.userProfileImage-comment{
border: solid;
    border-width: 1px;
    border-color: #ffffff;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    margin-left: 5px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.userProfileImage-replyList{
border: solid;
    border-width: 0px;
    border-color: #ACACAC;
    float: left;
    margin-right: 7px;
    vertical-align: middle;
    margin-left: 9px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.userProfileImage-reply{
    border: solid;
    border-width: 0px;
    border-color: #ACACAC;
    float: left;
    margin-right: 0px;
    vertical-align: middle;
    margin-left: -40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    top: 4px;
}
.userProfileImage-like{
	margin-left:2px;
	height:30px;
	width: 30px;
	border-radius: 20px;
    margin-bottom: 3px;
}
.pinned-post {
    display: block;
    width: 100;
    background-color: #ffe80030;
    color: #383838;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: -20px;
    width: 100%;
    position: relative;
}
.scheduledTitle {
    display: block;
    width: 100;
    background-color:rgb(255, 40, 76);
    color:rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: -20px;
    width: 100%;
    position: relative;
}


.appNavMenuItem{
display:block;
}

.loadMoreBOW{
    display: block;
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 11px;
    border-style: solid;
    border-width: 1px;
    border-color: #cce0ec;
    cursor: pointer;
}
.loadMoreBOW:hover{
display: block;
    background-color: #7dccff;
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 11px;
    border-style: solid;
    border-width: 1px;
    border-color: #aac1d0;
	cursor: pointer;
}
/* this css will feature the first photo of a post in the feed */
.imageWrapper:nth-of-type(1)
{
	float: left;
    display: block;
    width: 100%;
} 
.imageWrapper:nth-of-type(1) .photo_post
{
    height: auto;
} 
.imageWrapper:nth-of-type(1) .photo_post_3
{
    width: auto;
}
.imageWrapper:nth-of-type(1) .photo_post_2
{
    width: auto;
} 
.imageWrapper:nth-of-type(2) .photo_post_2
{
    width: auto;
} 
/* END: this css will feature the first photo of a post in the feed */

.adminTools{
	float:right;
	font-size:11px;	
}

.desktopMenu{
float:left;
margin-top:10px;
margin-left:60px;
}
.desktopMenu a{
	color: #000;
    text-decoration: none;
    padding-right: 14px;
    vertical-align: middle;
	font-weight:bold;
	font-family: "Teko", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
	
}
.desktopMenu a:hover{
	color: #F35905;
    text-decoration: underline;
}

@media screen and (max-width: 725px) {
	.desktopMenu{
	display:none;
	}
}

.topArea {
	/* position:absolute; */
	top:0px;
	height:62px;
	width:100%;
	background-color: #FFF;
	min-width:320px;
	position: fixed;
    z-index: 200;
	-webkit-text-size-adjust: 100% !important;
}
.joinBox{
margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 10px;
    background-color: #a6dcff;
    color: #040404;
    margin-top: 10px;
    float: left;
    width:100%;
    display: block;	
	border-color:#000;
}
.joinBox:hover{
background-color:#0080FF;
	
}
/* .toggle-on {
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #e6e6e6;
    color: #333;
}
.toggle-on:hover {
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #adadad;
    color: #333;
}
.toggle-off.btn {
    padding-left: 24px;
	background-color: #337ab7;
	color:#FFF;
}
.toggle-off.btn:hover{
	background-color: #2e6da4;
	color:#FFF;	
} */

.feedFollowerCount{
font-size: 11px;
    padding-left: 2px;
    color: #555;	
}
.userMetrics{
display: block;
    font-size: 12px;
    color: #555;
}
.commentField{
   padding-top: 6px;
  padding-bottom: 6px;
  color: #515254;
  margin-left: 0px;
  padding-left: 10px;
  border-radius: 20px;
  padding-right:10px;
  outline:0;
  /* font-size:16px; */
/*  width: 80%; 
*/	
width:100%;
}

.commentForm .navbar-form > img {
position:absolute;
left:-5px;
}
.followRegion{

    background-color: #74acdb;
    color: #fff;
    padding: 2px;
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;	
	text-decoration: none;
}
.followRegion:active{
	text-decoration:none;	
}
.follow{

    background-color: #74acdb;
    color: #fff;
    padding: 2px;
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;	
	text-decoration:none;
}
.follow:active{
	text-decoration: none;
}
.feedfollow{
display: block;
    background-color: #74acdb;
    color: #fff;
    padding: 2px;
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;	
	text-decoration:none;
}

.following{
    background-color: #e4e8eb;
    color: #b1b1b1;
    padding: 2px;
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}
.following:active{
	text-decoration: none;
}
.bottomArea {
	position:absolute;
	bottom:0px;
	height:90px;
	width:100%;
	background-color:#1a1a1a;
	min-width:320px;
}
/*sticky header & footer styles end here*/
.picTitleLeaderboard{
    font-size: 12px;
    color: #6f6f6f;
    margin-bottom: 7px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;	
	line-height:15px;
	padding-bottom:5px;
	min-height:55px;
}
.center-cropped {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
      float: left;
    margin-right: 7px;
}
.center-cropped-30 {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
      float: left;
    margin-right: 7px;
}
.picTitleLeaderboard span {
	    font-size: 12px;
    font-weight: bold;
    color: #696969;
}
.picTitleLeaderboard img{
margin-right:12px;	
}

.anglerStats{
    min-height: 127px;
    background-color: #fff;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: silver;	
	padding-right:10px;
	margin-top: 19px;
	
}
.topAnnouncementBox{
    display: block;
    background-color: rgba(254, 255, 4, 0.43);
    padding: 15px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff9200;
    margin-top: 0px;
}
.topAlertBox{
    display: block;
    background-color: rgba(255, 175, 4, 0.42);
    padding: 5px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff9200;	
}

.topAlertBox.topAlertBox--red {
    background-color: #ffd2d2;
    border-color: #ff0000;
}

.timeStamp{
font-size:12px;padding-top: 0px; padding-bottom:7px; color:#ccc; display:block;padding-bottom: 10px;	
}
/* .locationStamp{
	font-size:12px;
	color:#ccc; 
} */
/* .locationStamp:hover{
	font-size:12px;color:#000;
} */
.imageWrapperPreview {
    position: relative;
   display: inline-block;
}
.imageWrapper {
    position: relative;
  /*  display: inline-block; */
}
.interestlabel:hover{
width: 100%;	
background-color:#f5f5f5;
}
.interestlabel_active{
width: 100%;	
    background-color: #EBEBEB;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
.interestlabel{
width: 100%;	
padding-left: 5px;
font-weight:normal;
}
.interestTitle{
	    font-size: 17px;
    display: block;
    /* align-content: center; */
    width: 100%;
    text-align: center;
    border-bottom-style: solid;
    padding-bottom: 3px;
    margin-bottom: 12px;
    border-bottom-width: 1px;
    font-weight: bold;
	color:#4ba2f2;
}
.interestCount{
float: right;
    font-weight: normal;
   /* background-color: #f5f5f5; */
    border-width: 0px;
    border-style: solid;
    border-radius: 4px;
    border-color: #c3c3c3;
    min-width: 20px;
    text-align: center;
    color: #999;
    margin-right:10px;
}



.strongVoteIcon {
	/* background-image:url(/tpl_images/fs_icon.png);
	    width: 35px;
    height: 28px; */
    display: inline-block;
	vertical-align: bottom;
}
.strongVoteCount{
	font-weight: bold;
    display: inline-block;
	position:relative;
	padding-left:27px;
	color: #337ab7;
	vertical-align: -webkit-baseline-middle;
}
.strongVoteCount:before{
    content: "\f087";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #337ab7;
    font-size: 15px;
    padding-right: 2px;
    position: absolute;
    top: -1px;
    left: 0px;
    background-color: #FFF;
    border-radius: 50%;
    padding-left: 4px;
    padding-top: 0px;
    /* padding-bottom: 0px; */
    width: 22px;
    height: 22px;
    border-style: solid;
    border-top: none;
    border-width: 1.5px;
    border-left: solid;
    border-color: #337ab7;
    border-left-width: 0.5px;
}

.LikeCount{
display: inline;
    color: #337ab7;
    font-size: 14px;
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
    float: left;
    margin-top: 1px;
    background-color: #ffffff;
    border-radius: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 23px;
    padding-right: 11px;
    margin-right: 10px;
    border-color: #ccc;
    /* width: 30px; */
    border-right-style: solid;
    border-right-width: 1px;
    top: 0px;
    float: right;
}
.LikeCount:before{
    content: "\f087";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #337ab7;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: -1px;
    left: 0;
    margin-left: 6px;
}

.subLike::before, .replyLike::before, .subUnLike::before, .replyUnLike::before {
    content: "\f087";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #464646;
    font-size: 16px;
    padding-right: 0.5em;
    top: -1px;
    left: 0;
    margin-left: 6px;
}

.subUnLike::before, .replyUnLike::before {
	color:#006cff;
}


.subLike {
    font-size: 12px;
    float: left;
    color: #3a3a3a;
    border: none;
    background: none;
    outline: 0;
 
}

/* .subUnLike::before, .replyUnLike::before{
    content: "\f164";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #006cff;
    font-size: 16px;
    padding-right: 0.5em;
    top: -1px;
    left: 0;
    margin-left: 6px;

} */


.subUnLike {
font-size: 12px;
    float: left;
    color: #d2d5d8;
    border: none;
    background: none;
    outline: 0;

}
.replyLike{
	font-size: 12px;
    float:left;
    color: #618394;
    border: none;
    background: none;
    outline: 0;
	background-color: #fbfbfb;
    border-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	   border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #e9ebee;
}

.replyUnLike{
	font-size: 12px;
    float:left;
    color: #c5ced2;
    border: none;
    background: none;
    outline: 0;
	background-color: #f0f0f0;
    border-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	   border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #e9ebee;
}

.subComment::before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333333;
    font-size: 16px;
    padding-right: 0.5em;
    top: -1px;
    left: 0;
    margin-left: 6px;
    position: relative;
}

.subComment {
    font-size: 12px;
    float: left;
    color: #618394;
    border: none;
    background: none;

}
.commentArea{
	background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-color: #DDDFE2;
    padding: 12px;
    padding-top: 21px;
    padding-bottom: 0;
	
}

.commentTitleIcon{
float: right;
    font-size: 13px;
    margin-right: 17px;
    white-space: nowrap;
}
.like{
    margin-left: 17px;
    margin-right: 0px;
    width: 36%;
    font-size: 13px;
}
.like:before{
	content: "\f087";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333333;
    font-size: 18px;
    padding-right: 5px;
    /* top: 0px; */
    left: 0px;
    background-color: #FFF;
    border-radius: 50%;
    padding-left: 4px;
    padding-top: 0px;

}
.unlike{
	color:#c2c4c7;
}
.loadMoreComments, .loadMoreReplies {
width: 80%;
    border: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 19px;
    background-color: #f2f3f5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dee0e2;
    outline: 0;
    margin-bottom: 10px;
    border-radius: 20px;
    border-bottom-color: #aaaaaa;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
.loadMoreArrow{
	margin-right: 8px;
    font-size: 19px;
    top: 2px;
    position: relative;
}
.commentRow{
	display: block;
    min-height: 37px;	
	padding-right:0px;
}

.commentRowText{
	display: block;
    margin-left: 55px;
	word-wrap:break-word;
	background-color: #FFF;
    padding: 3px;
    border-radius: 8px;
	
}
.commentLikeBar{
	display: block;
    margin-bottom: 18px;
    margin-left: 40px;
    margin-top: 5px;
}
.replyLikeBar{
	display: block;
    margin-bottom: 7px;
    margin-left: 46px;
	margin-top: 8px;
}
.replyRow{
	display: block;
    min-height: 37px;
    /* background-color: #e8e8e8; */
    padding: 4px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
	margin-top:5px;
	padding-right:0px;
    margin-left: 15px;
	
}
.replyText{
    display: block;
    margin-left: 52px;
    margin-right: 0px;
    word-wrap: break-word;
    background-color: #FFF;
    padding: 3px;
    border-radius: 8px;
}
.commentCancel{
	float: right;
    background-color: #ffd8d7;
    border-radius: 6px;
    padding: 5px;
    padding-right: 20px;
    padding-left: 20px;	
}
.commentSave{
    background-color: #b6e8b7;
    border-radius: 6px;
    padding: 5px;
    padding-right: 20px;
    padding-left: 20px;	
}
.replySave{
    background-color: #b6e8b7;
    border-radius: 6px;
    padding: 5px;
    padding-right: 20px;
    padding-left: 20px;	
}
.replyCancel{
	float: right;
    background-color: #ffd8d7;
    border-radius: 6px;
    padding: 5px;
    padding-right: 20px;
    padding-left: 20px;	
}
.likeAvatar{
	
}
.commentIcon:before {
	font-family: FontAwesome;
	content: "\f086";
	font-size:18px;
}
.expandComments{
    background: none;
    border: none;
    outline: 0px;	
}

.single_photo_comment{
height:100px; padding:5px;
margin-left:47px;
border-radius: 4px;
}
.single_photo_reply{
height:100px; padding:5px;
margin-left:39px;
border-radius: 4px;
}

.photo_post{
height:120px; padding:5px;	float:left;
}
.photo_post_1{
width:100%; 
padding:5px;
padding-left:0px;
padding-right:0px;	
}
.photo_post_2{
width:50%; 
padding:5px;
float:left;	
}
.photo_post_3{
    padding: 5px;
    width: 50%;
    float: left;	
}
.embededLink {
    border-radius: 7px;
    border-style: solid;
    border-width: 1px;
    border-color: #b1b1b1;
    padding: 13px;
    margin: 0px;
    /* margin-left: 53px; */
    /* float: left; */
    text-align: left;
    /* margin-left: 48px;
    margin-right: 48px; */
}

.embededLink .linkTitle + div strong {
    font-size: 11px;
}

.embededLink .linkTitle * {
    color: #618494;
}

.embededLink:after {
    clear: both;
    content: '';
    display: block;
}


.editreply{

}
.editreply:hover{
	color:#F00;
}
.editreply:before{
	font-family: FontAwesome;
	content: "\f044";
	    padding-right: 5px;
		cursor:pointer;
}
/* .editcomment{
margin-top:10px;
margin-bottom:10px;
} */
.editcomment:hover{
	color:#F00;
}
.editcomment:before{
	font-family: FontAwesome;
	content: "\f044";
	    padding-right: 5px;
		cursor:pointer;
}

.fl_region{
   outline:none; 
}
.removeRegion{
	font-size:14px;	
	float:left;
}
.removeRegionspan{
	display:block;
	margin-bottom:1px;
}
.removeRegion:hover{
	color:#F00;
	text-decoration:none;
}
.removeRegion:before{
	font-family: FontAwesome;
	content: "\f1f8";
	    padding-right: 5px;
		cursor:pointer;
}

.copyEmailAddress:before {
    font-family: FontAwesome;
    color: #717171;
    content: '\f0c5';
    padding-right: 5px;
    cursor: pointer;
}

.disableComments:before {
    font-family: FontAwesome;
    color: #717171;
    content: '\f075';
    padding-right: 5px;
    cursor: pointer;
}


/* .removecomment {
margin-top:10px;
margin-bottom:10px;
} */
.removecomment:hover{
	color:#F00;
}
.removecomment:before{
	font-family: FontAwesome;
	content: "\f1f8";
	    padding-right: 5px;
		cursor:pointer;
}
.removereply{

}
.removereply:hover{
	color:#F00;
}
.removereply:before{
	font-family: FontAwesome;
	content: "\f1f8";
	    padding-right: 5px;
		cursor:pointer;
}
.reportItem{
	font-size:14px;	
	float:right;
}
.reportItem:hover{
	color:#F00;
}
.reportItem:before{
	font-family: FontAwesome;
	color:#717171;
	content: "\f071";
	    padding-right: 5px;
		cursor:pointer;
}

.catchWinner:before {
    font-family: FontAwesome;
    color: #717171;
    content: "\f091";
    padding-right: 5px;
    cursor: pointer;
}

.viewMemberInfo:before {
    font-family: FontAwesome;
    color: #717171;
    content: "\f2be";
    padding-right: 5px;
    cursor: pointer;
}

.maskAsStrongest:before {
	font-family: FontAwesome;
	color:#717171;
	content: "\f13d";
	    padding-right: 5px;
		cursor:pointer;
}

.markAsTestimonial:before {
    font-family: FontAwesome;
    color: #717171;
    content: "\f10d"; 
    padding-right: 6px;
    cursor: pointer;
}

.editItem:before {
    font-family: FontAwesome;
    color: #717171;
    content: "\f044";
    padding-right: 5px;
    cursor: pointer;
}
.removepost:before {
    font-family: FontAwesome;
    color: #717171;
    content: "\f014";
    padding-right: 5px;
    cursor: pointer;
}
.remove_post:before {
    font-family: FontAwesome;
    color: #717171;
    content: "\f014";
    padding-right: 5px;
    cursor: pointer;
}
.clear_cache:before {
    font-family: FontAwesome;
    color: #717171;
    content: "\f017";
    padding-right: 5px;
    cursor: pointer;
}
.featurePost:before {
    font-family: FontAwesome;
    color: #717171;
    content: "\f005";
    padding-right: 5px;
    cursor: pointer;
}
.unfeaturePost:before {
    font-family: FontAwesome;
    color: #717171;
    content: "\f006";
    padding-right: 5px;
    cursor: pointer;
}
.viewPostPage:before{
	  font-family: FontAwesome;
    color: #717171;
    content: "\f064";
    padding-right: 5px;
    cursor: pointer;
}
.followPost:before{
    font-family: FontAwesome;
  color: #717171;
  content: "\f0f3";
  cursor: pointer;
}
.refreshNav{
	white-space:nowrap;
	    top: -3px;
    position: relative;
}
.refreshNav:before{
	font-family: FontAwesome;
	color:#19212c;
	content: "\f021";
	    padding-right: 5px;
		cursor:pointer;
		font-size:21px;
		position:relative;
		top:2px;
}
.blockUser:before {
font-family: FontAwesome;
  color: #717171;
  content: "\f00d";
  padding-right: 5px;
  cursor: pointer;
}
.mapNav{
	white-space:nowrap;
	    top: -3px;
    position: relative;
}
.mapNav:before{
	font-family: FontAwesome;
	color:#19212c;
	content: "\f041";
	    padding-right: 5px;
		cursor:pointer;
		font-size:21px;
		position:relative;
		top:2px;
}
.cameraNav{
	white-space:nowrap;
	    top: -3px;
    position: relative;
}
.cameraNav:before{
	font-family: FontAwesome;
	color:#19212c;
	content: "\f030";
	    padding-right: 5px;
		cursor:pointer;
		font-size:21px;
		position:relative;
		top:2px;
}

.filterNav{
	white-space:nowrap;
	    top: -3px;
    position: relative;
}
.filterNav:before{
	font-family: FontAwesome;
	color:#19212c;
	content: "\f0b0";
	    padding-right: 5px;
		cursor:pointer;
		font-size:21px;
		position:relative;
		top:2px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.photoarea{
    border-radius: 7px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;	
	margin-bottom: 20px;
}
.reportMetrics{
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    border-color: #DDDFE2;
    padding: 12px;	
	margin-top:15px;
	color: #585858;
	clear: both;
	margin-bottom:7px;
	margin-left: 10px;
    margin-right: 10px;
	float: left;
    width: 96%;
}
.reportMetrics a{
	color: #74acdb;
	font-weight:bold;
}

/*layout basic styles start here*/
img {
	max-width:100%;
}
/* img,a, input {
	outline:none;
	border:none;
} */
h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
a {
	color:#618494;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
.centered {
	text-align:center;
}
.container {
	width:100%;
	min-width:320px;
	max-width:1190px;
	margin:0px auto;
	position:relative;
	text-align:left;
	padding:0px;
}
/*layout basic styles end here*/


/*.topArea .container {
	padding:7px 85px 7px 5px;	
}*/

.topArea .container > div {
	vertical-align:middle;
	line-height:40px;	
	
}

.topArea input, .topArea img {
	border:none;
	height:40px;
	vertical-align:middle;
	margin-top:3px;
}

.topArea input[type=text] {
	width:250px;
	background-color:#ffffff;
	color:#333333;
	padding:0px 15px;
	margin-left:0px;
}
.topArea input[type=button] {
	width:40px;
	/* background-color:#4c4c4c; */
	/* border-right:1px solid #000000; */
}

.topArea .btnSearch {
		/* background:url(/tpl_images/btnSearch2.png) center center no-repeat; */
	background: none;
    border: none;
    float: left;
	outline:none;
}
.topArea .btnSearchForm {
	 background:url(/tpl_images/btnSearch2.png) center center no-repeat; 
}
.topArea .btnSettings {
	/* background:url(/tpl_images/btnSettings2.png) center center no-repeat; */
	background: none;
    border: none;
    float: left;
	outline: none;
}
.topArea .btnHamberg {
	background:url(/tpl_images/hamberg-menu2.png) center center no-repeat;
}
.topArea .btnNotifications {
	/* background:url(/tpl_images/btnNotifications2.png) center center no-repeat; */
	width: 40px;
    height: 40px;
    float: right;
    margin-right: 3px;
    margin-top: 3px;
	position: relative;
}

.notificationsIconLike{
position: relative;
    left: -11px;
    top: 19px;
    font-size: 13px;
    background-color: #337ab7;
    color: #FFF;
    padding: 4px;
    border-radius: 40px;	
	border-style: solid;
    border-width: 2px;
	border-color: #FFF;
}
.notificationsIconComment{
position: relative;
    left: -11px;
    top: 19px;
    font-size: 13px;
    background-color: #169011;
    color: #FFF;
    padding: 4px;
    border-radius: 40px;	
	border-style: solid;
    border-width: 2px;
	border-color: #FFF
}

.notificationItem.unread{
	font-weight: bold;
    background-color: #ddd;
}
.notificationItem.read{
	font-weight:normal;
    background-color: transparent;
}
.notificationItem.read:hover{
	font-weight:normal;
    background-color:#FFF;
}


.topArea .notificationsArea {
	display:none;
    position: absolute;
    right: 5px;
    top: 60px;
    background-color: #f5f5f5;
    padding-top:10px;
	padding-bottom:10px;
    width: 97%;
    color: #ffffff;
    line-height: 20px !important;
    z-index: 100;
	    border-style: solid;
    border-color: #aaaaaa;
    border-width: 1px;
	max-height: 300px;
	overflow-y:scroll;
	box-shadow: rgb(0, 0, 0) 0px 2px 6px;
	padding-left:5px;
}
.topAarea .notificationsArea a {
color:#FFFFFF;	
}
.button__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 3px 4px;
    font-size: 10px;
    position: relative;
    top: -54px;
    right: -21px;
	visibility:hidden;
}
.topArea .settingsArea {
	display:none;
	position:absolute;
	right:5px;
	top:60px;
	background-color:#f5f5f5;
	padding:10px;
	width:200px;
	color:#ffffff;
	line-height:20px !important;	
	z-index:100;
	    border-style: solid;
    border-color: #d8d8d8;
    border-top-style: none;
}

.saltStrongArea ul li {
 height:33px;
 display:block;
 margin-top:1px;	
}

.saltStrongArea ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	
}

.saltStrongArea ul li:before {
    float:left;
	font-size: 19px;
	width: 30px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 7px;
    margin-bottom: 2px;
	padding-top:3px;
	color:#000;

}


.saltStrongArea ul li a {
    display: block;
    color: #FFF;
    padding: 8px;
    text-decoration: none;
	margin-top:2px;
	margin-bottom:2px;
	font-family: "Teko", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
	    white-space: nowrap;
}

/* Change the link color on hover */
.saltStrongArea ul li a:hover {
    background-color: #F35905;
    color: white;
	padding:8px;
	border-radius:5px;
}

.topArea .saltStrongArea {
	display:none;
	position:absolute;
	top:58px;
	right:5px;
	background-color: #F2FFFF;
	padding:10px;
	min-width: 265px;
	color:#ffffff;
	line-height:40px !important;	
	z-index:100;
	border-top-color: #2d2c2c;
    border-top-width: 1px;
    border-top-style: solid;
}

.topArea .settingsArea a:hover{
color:#FFF;	
}
.topArea .settingsArea a{
	font-family: sans-serif !important;
}
.subCommentReply{
/*width:300px;*/
width:100%;
    padding-left: 14px;
    padding-right: 14px;
}
/* leader board css */
.leaderboard_profilepic{
 width:100px; height:100px; border-radius: 10px;	
}

.profileImage {
    position:relative;
    padding-top:20px;
    display:inline-block;
}
.rank-badge{
    position: absolute;
    right:83px;
    top:10px;
    background:red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding: 0px 8px;
    font-size: 20px;
}

/* end leader board css */

@media screen and (min-width: 240px) {
	
	.topArea .btnSettings {
    /* background: url(/tpl_images/btnSettings2.png) center center no-repeat; */
    background: none;
    border: none;
    float: left;
    outline: none;
	padding-left:0px
	}
	
	.topArea .container {
		padding:7px 5px 7px 5px;
	}
	.topArea img {
		margin-top:12px;
		height:24px;
		margin-left:4px;
	}
	.topArea input[type=button] {
		width:25px;
	}
	.topArea .showSearch {
		display:inline-block;
	}
	.topArea .searchArea {
		display:none;
		position:absolute;
		right:5px;
		top:60px;
		background-color:#f5f5f5;
		padding:10px;	
		z-index:100;
		 border-style: solid;
    border-color: #d8d8d8;
    border-top-style: none;
	}
	.subCommentReply{
/*width:180px;*/
width:100%;
outline: 0;
    padding-left: 14px;
    padding-right: 14px;

}
.ad{
	display:none;
	}

}
@media screen and (min-width: 360px) {
	.topArea .container {
		padding:7px 5px 7px 5px;
	}
	.topArea input[type=button] {
		width:30px;
	}
	.topArea img {
		margin-top:8px;
		height:31px;
		margin-left:9px;
	}
	.ad{
	display:none;
	}
}

@media screen and (min-width: 728px) {
	.topArea .showSearch {
		/* display:none; */
	}
	.topArea img {
		margin-top:4px;
		height:41px;
	}
	/* .topArea .searchArea {
		display:inline-block;
		margin-left:60px;
		position:relative;
		right:0px;
		top:0px;
		padding:0px;
		background-color: rgb(41, 51, 58);
		
	} */
	.topArea .searchArea {
		display:none;
		position:absolute;
		right:5px;
		top:60px;
		background-color:#f5f5f5;
		padding:10px;	
		z-index:100;
		 border-style: solid;
    border-color: #d8d8d8;
    border-top-style: none;
	}
}


.mainArea {
	padding-top:10px;
}
.mainArea .container {
	padding:20px 15px;	
}
.mainArea .container .block {
	margin-bottom:20px;
	background-color:#ffffff;
	padding:10px 12px;
	    border-top: 2px solid #d2d7e0;
    padding: 15px;
	    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.mainArea .container .block h1 {
font-size: 25px;
text-align:center;
    padding-bottom: 8px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    font-family: "Teko", Sans-serif;
}

.mainArea .container .block a.highlight {
	font-size:14px;
	text-decoration:underline;
	color:#888888;
	font-weight:bold;
}

.mainArea .container .block .article {
	font-size:12px;
	padding-bottom:8px;
	border-bottom:1px dashed #dddddd;
	margin-bottom:10px;
}

.mainArea .container .block .article img {
	margin-bottom:5px;
	max-width:100%;
}

.mainArea .container .block .article .artDate {
	color:#aaaaaa;
	padding-top:5px;
}


.mainArea .tabbedArea {
background-color: #ffffff;
    margin-bottom: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDFE2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mainArea .tabbedAreaNew {
background-color: #ffffff;
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #c1c1c0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mainArea ul.nav:after {
	clear:none !important;
}

.mainArea ul.nav.nav-tabs {
	width:100%;
	height:42px;
	background-color:#f5f6f7;
}

.mainArea ul.nav.nav-tabs>li>a {
	color:#555555;
}

.mainArea .nav-tabs>li.active>a, .mainArea .nav-tabs>li.active>a:focus, .mainArea .nav-tabs>li.active>a:hover {
	border-top-color:transparent;
	border-radius:0px;
	color:#000000;
}
.mainArea .nav-tabs>li:first-child.active>a, .mainArea .nav-tabs>li:first-child.active>a:focus, .mainArea .nav-tabs>li:first-child.active>a:hover {
	border-left-color:transparent;
}

.mainArea .tab-content {
	padding:15px;
	padding-bottom:0px;
}

.mainArea .tab-content .tab-pane .fileArea {
	background-color:#f0f0f0; 
	padding:15px;
}

/** .mainArea .tab-content .tab-pane textarea {
	width:100%;
	height:40px;
	border:none;
	outline:none;
	margin-top:10px;
} **/


.mainArea .picTitle {
	font-size:12px;
	color:#6f6f6f;
	height:50px;
}
.mainArea .picTitle span {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.mainArea .picTitle img {
	margin-right:12px;	
}

.mainArea .block .shareBar {
	height:40px;
	background-color:#f7f7f7;
	margin:12px -12px;
}

.mainArea .block .shareBar .shareRt {
	float:right;
}

.mainArea .block .shareBar .shareRt a:first-child {
	border-right:1px solid #dddddd;
}

.mainArea .block .shareBar a {
	background-color:#f7f7f7;
	display:inline-block;
	min-width:40px;
	text-align:center;
	line-height:40px;
	padding:0px 10px;
}
.mainArea .block .shareBar a:hover, .mainArea .block .shareBar a.sel {
	background-color:#ebebeb;
}

.mainArea .block .shareBar a i.fa {
	font-size:15px;
}

.mainArea .block .shareComment {
	padding:0px 50px;
	position:relative;
}

.mainArea .block .shareComment textarea {
	width:100%;
	height:40px;
	border:none;
	outline:none;
}

.mainArea .block .shareComment > img {
	position:absolute;
	left:0px;
}

.mainArea .block .shareComment > a {
	position:absolute;
	right:0px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
}

.mainArea .block .shareComment > a i.fa {
	font-size:18px;
	line-height:60px;
}

.mainArea .blueBtn {
	background-color:#74acdb; 
	height:40px; 
	line-height:40px; 
	color:#ffffff; 
	width:100%;
}


.mainArea .container ul.menulist {
	margin:0px 0px 20px 0px;
	padding:0px;
}

.mainArea .container ul.menulist li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:40px;
	line-height:40px;

	overflow:hidden;
}

.mainArea .container ul.menulist li a {
	display:block;
	background-color:#ffffff;
	color:#618494;
}
.mainArea .container ul.menulist li a:hover {
	display:block;
	background-color:#f0f8ff;
	color:#000000;
}

.mainArea .container ul.menulist li img {
	margin-right:12px;
}

.navbar.btn-group-vertical>.btn-group:after{
	clear:none;
}
.navbar:after {
	clear:none;
}
.navbar {
	min-height:40px;
}
.navbar-inverse {
	background-color:#ffffff;
	border:1px solid #ffffff;
	border-radius:0px;
	border-top-color:#dddddd;

}

.navbar-nav a.dropdown-toggle {
	background: #ffffff;
	color:#000000 !important;
	padding-top:9px !important;
	padding-bottom:9px !important;
	border-right:1px solid #ffffff;
}

.navbar-nav a.dropdown-toggle:hover {
	background: #dddddd; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #ffffff, #dddddd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #ffffff, #dddddd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ffffff, #dddddd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #ffffff, #dddddd);
	border-right:1px solid #ffffff;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background: #dddddd; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #ffffff, #dddddd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #ffffff, #dddddd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ffffff, #dddddd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #ffffff, #dddddd);
	border-right:1px solid #ffffff;
}

.navbar-nav {
	margin:0px !important;
}

.navbar-nav .dropdown-menu li a {
	color:#000000;
	background-color:#ffffff;
}

.navbar-nav .dropdown-menu li a:hover {
	color:#000000;
	background-color:#dddddd;
}

.mainLeft{
	display:block;	
}

.commentField{
/*	width:84%;	
*/
width:100%;
}
.mentions-input {
width:100%;
}

.newPosts{
     position: fixed;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 500;
    width: 90px;
    padding: 6px;
    border-radius: 15px;
    font-weight: bold;
    text-align: center;
    margin-left: 25%;
    top: 0px;
    border-style: solid;
    border-width: 1px;
    display: none;
    position: fixed;
    width: 102px;
    height: 34px;
    margin: 5% auto;
    left: 0;
    right: 0;
}

.commentArea .dropdown-menu li {
	margin:5px 0;
}



@media screen and (min-width: 240px) {
	.mainArea .mainLeft {
		float:none;
		width:100%;
	}
	.mainArea .mainCenter {
		
	}
	.mainArea .mainRight {
		position:relative;	
		width:100%;	
	}
	.dropdown-menu {
		/*position:static;*/
		position:absolute !important;
	}
	.navbar-nav .shareBtn {
		float:none; 
		position:static; 
		width:100%;
	}
	.commentField{
/*	width:180px;	
*/
width:100%;
}
}

@media screen and (min-width: 728px) {
	.mainArea .mainLeft {
		float:left;
		width:250px;
		padding-top: 0px;
	}
	.mainLeft{
	display:block;	
	}
	.mainArea .mainCenterfull {	
		margin:0px 0px 0px 270px;
	}
	.mainArea .mainCenter {	
		margin:0px 0px 0px 0px;
	}
	.dropdown-menu {
		position:absolute !important;
	}
	.navbar-nav>li {
		float: left;
	}
	.navbar-nav .shareBtn {
		float:none; 
		position:absolute; 
		right:-1px;
		width:120px;
	}
		.commentField{
/*	width:250px;	
*/
width:100%;
}
}

@media screen and (min-width: 960px) {
	.mainArea .mainCenterfull{
		margin:0px 0px 0px 270px;
	}
	.mainArea .mainCenter {
		margin:0px 270px 0px 270px;
	}
.mainLeft{
	display:block;	
	}

	.mainArea .mainRight {
		display:inline-block;	
		float:right;	
		width:250px;
	}
	.mainArea .mainRight {
		position:absolute;
		right:15px;
		top:0px;
		width:250px;
		padding-left:15px;
	}
	.commentField{
/*	width:350px; 
*/	
width:100%;
}
.subCommentReply{
/*width:300px;*/
width:100%;
    padding-left: 14px;
    padding-right: 14px;
}
	.ad{
	display:block;
	}
}




.bottomArea .container {
	padding:0px 15px;
}
.bottomArea a {
	color:#618494 ;
	text-decoration:none;
}
.bottomArea a:hover {
	color: #ffffff;
	text-decoration:none;
}
@media screen and (min-width: 240px) {
	.bottomArea .botLeft {	
		padding-top:20px;
		color:#618494;	
		text-align:center;
		float:none;
	}
	.bottomArea .botRight {	
		padding-top:10px;
		color:#618494;
		text-align:center;
		float:none;		
	}
	.mainLeft{
	display:block;	
	}

}
@media screen and (min-width: 728px) {
	.bottomArea .botLeft {		
		padding-top:35px;
		color:#618494;	
		width:50%;
		text-align:left;
		float:left;
	}
	.bottomArea .botRight {	
		padding-top:35px;
		color:#618494;	
		width:50%;
		text-align:right;
		float:left;
	}
	.mainLeft{
	display:block;	
	}
}
/*** Left side menu Navigation starts**/
.menuicon > img {
	 width: 22px;
	 height: 22px;
}
.menuicon {
	width: 27px;
	height: 27px;
	margin-top: 9px;
}

.right_search_btn {
	 /* position:absolute; */
	 right:10px; }

@media (min-width: 639px) and (max-width: 959px) {
	.main_top_navigation {
		width:250px !important;
	}
}
@media (min-width: 320px) and (max-width: 639px) {
	.mainArea .mainCenter {
		margin:15px 0px 0px;
		padding:0px 3px;
		
	}
	.mainLeft {
		width: 100%;
	}

}
@media (min-width: 640px) and (max-width: 959px) {
	.mainLeft {
		width:250px;
	}
		.notificationsArea{
	width: 37% !important;
	}
}


@media (min-width: 320px) and (max-width: 959px) {
	.mainLeft {
		display: none;
		z-index: 99999;
		position: fixed;
		height: 100%;
		
		overflow:hidden;
		overflow-y:auto;
		background:#ffffff;
		margin-top: 35px;
	}
	.mainCenter .tabbedArea{
	display:none;	
	}
	.mainCenter .tabbedAreaNew{
	display:block;	
	}
	.logo_icon {
		width:139px;
		margin-left: 1px;
	}
	.header_left_navigation {
		background:#f7f8fb;
		height:41px;
		    position: fixed;
    width: 100%;
    z-index: 100;
	    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #a7a7a7;
	}
	.header_left_navigation .col-lg-3 {
		width:25%;
		float:left;
	}

	.newPosts{
				position: fixed;
		width: 100%;
		background-color: rgb(255, 255, 255);
		z-index: 500;
		width: 90px;
		padding: 6px;
		border-radius: 15px;
		font-weight: bold;
		text-align: center;
		margin-left: 25%;
		top: 95px;
		border-style: solid;
		border-width: 1px;
		display: none;
		position: fixed;
		width: 102px;
		height: 34px;
		margin: 5% auto;
		left: 0;
		right: 0;
		}
		.mainArea .tabbedArea {
    background-color: #ffffff;
    margin-bottom: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDFE2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 35px;
}

}

@media (min-width:921px) {
    .topAlertBox{ 
    	margin-bottom:24px;
    }
    
    .topAnnouncementBox{
        margin-bottom: 14px;
    }
}

@media (min-width:960px) {
	.mainLeft {
		width:250px;
		display:block !important;
	}
	.menuicon , .header_left_navigation {
		display:none;
	}
	.mainArea .container {
		padding:20px 15px;	
	}
		.joinMobileButton{
		display:block;	
	}
	.notificationsArea{
	width: 37% !important;
	}
}
@media (min-width:729px) and (max-width: 940px) {	
	
}

@media (min-width:320px) and (max-width:959px) {
	.fb_icons_mid {
		display:none;
	}

}
/*** Left side menu Navigation ends**/

.header_left_navigation .left_menuicon {
	color:#19212C; 
	font-size:12px; 
	padding-top:7px;
}

.header_left_navigation .left_menuicon a {
	color:#19212C; 
	line-height:30px;
}

.header_left_navigation .left_menuicon a img {
	margin-top:-5px;
}

.header_left_navigation .left_menuicon a:hover {
	color:#618494; 
}

.header_left_navigation .left_menuicon a:hover img {
	opacity:0.5;
}

.bookmarkPost{
	font-size:14px;	
	float:right;
}

.bookmarkPost:hover{
	color:#F00;
}

.bookmarkPost:before{
	font-family: FontAwesome;
	color:#717171;
	content: "\f097";
    padding-right: 8px;
    cursor:pointer;
}

.bookmarkPost--bookmarked:before{
	font-family: FontAwesome;
	color:#717171;
    content: "\f127";
    padding-right: 8px;
    cursor:pointer;
}
.fishing-tip-postBox {
    padding-top: 4px !important;
}
.fishing-tip-content {
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
}
@media (max-width: 640px) {
    .fishing-tip-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

.fishing-tip-thumbnail {
    object-fit: cover;
    height: 100%;
}
.fishing-tip-description {
    display: flex;
    flex-direction: column;
}
.fishing-tip-title {
    font-family: "Teko", Sans-serif;
    font-weight: bold;
    font-size: 22px !important;
}
.fishing-tip-excerpt {
    font-weight: bold;
    font-size: 14px !important;
}
.fishing-tip-link {
    font-weight: bold;
    margin-left: auto;
    margin-top: auto;
    font-size: 14px !important;
    padding: 2px 16px;
    border-radius: 20px;
    color: white;
    background: #ff590c;
    cursor: pointer;
}