/*Logo stuff*/
#logo {
	width:50px; 
	height:50px; 
	border-radius:0px; 

}
.logo-anchor {
	color:white;
	font-size:20px;
	font-family:Lucida Sans; 
	font-weight:bold; 
	cursor:pointer;
}
.logo-anchor:hover {
	color:white !important;
	text-decoration: none;

	
}

/*end logo stuff*/

/*Welcome page stuff */
.carousel-pic {
	width:100%;
	height:450px !important;
	z-index:1;
	
}
.carousel-text {
	color:white;
	/*	background-color: white;*/
	/*font-weight: bold;*/
}
.carousel-custom {
	padding:1px;
	border:1px solid #ccc;
	overflow: hidden;
	z-index:3;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px;
	
}
.title-wrapper {
	border:1px solid #bbb;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	margin-bottom: 5px;

}
.site-title {
	color:#258C8C;
}
.sub-title {
	color:#337ab7;
}
/* end of welcome page styling*/
#mainContent {
	margin-top:70px;

}

#customHeader {
	/*top:0px;*/
	/*position:fixed;*/
	/*width:100%;*/
	z-index:5;
	/*background-color:#d9edf7;*/
	background-color:#094545; /*#F8D648;*/


}

/*Styles for login and Register pages*/
.auth-form,.side-panel {

	background-color:white;
	border:1px solid white;
	border-radius:10px;
}
.side-panel {
	border-radius:0px;
}
.auth-form .auth-header, .side-panel-header {
	text-align:center;
	color:#555;
	font-size:25px;
	padding:5px;
	border-bottom:1px solid #eee;
	height: auto;
}
.btn-auth {
	font-size:25px;
	width:100% !important;
	height:60px;

}
.btn-watsapp , .btn-app-download {
	width:170px;
	color:#5cb85c;
	border:2px solid #5cb85c;
	background-color:white;
	font-weight:bolder;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	


	border-radius:5px;
}

.btn-app-download {
	color:#094545;
	border:2px solid #094545;
}

.btn-watsapp:hover {
	color:white;
	background-color:#5cb85c;
}
.btn-app-download:hover {
	color:white;
	background-color:#094545;
}
.side-panel-header {
	font-size:20px;
}
/*end of styles for login and register pages*/
.fixed-page-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
}

.page-footer {
	margin-top:25px;
	position: relative;
	height:auto;
	background-color:#094545;
	width:100%;
	
}
.footer-text {
	color:white;
}

.margin {
	margin-top:20px;
}
.zero-padding {
	padding:0px;

}

.profile-pic {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	height:45px;
	width:45px;
	background-color:#ccc;
	margin-right:5px;

}
.btn-img {
	border:none;
	background-color:transparent !important;
}
.btn-site {
	margin:1px;
	color:white;
	font-weight:bold;
	background-color: #094545;
	border:1px solid #094545;
	/*border-radius:7px 1px 7px 1px;*/
	border-radius:7px;
}
.btn-site:hover {
	color:white;
	font-size:15px;
	background-color: #094545;
	border:1px solid #094545;
}

.post-box {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	padding:0px;
	border:1px solid #ddd;
	background-color:white;
	margin-bottom:15px;


}
.posted , .search-result{
	-moz-border-radius:12px; 
	-webkit-border-radius:12px; 
	border-radius:12px;
	padding:0px;
	border:1px solid #ddd;
	margin-bottom:20px;
	background-color:white;
	
}
.posted .name-anchor {
	color:#258C8C;
	font-weight: bold;
	

}
.posted .name-anchor:hover {

}

.posted .icon, .icon {
	width:35px;
	height:35px;
	padding:0px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	color:#fff;

}
.iconl {
	width:100% !important;
	height:45px;
	margin-bottom:10px;
	border-radius:10px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	color:#fff;
}


.posted .icon:hover, .icon:hover {
	width:40px;
	height:40px;
	padding:0px;
}
.post-box .header,.posted .header, .search-result .header, .person-description{
	padding:5px;
	border-bottom:1px solid #ddd;
	background-color:#f5f5f5;
	position:relative;
	width:100%;	
	height:auto;
	font-size:18px;


}
.posted .body, .search-result .body {
	padding:10px;
	height:auto;
}
.post-box #post-btn,.comment-btn {
	float:right;
}
.post-box .body {
	padding:10px;
}
.post-box .footer, .posted .footer {
	height:45px;
	padding-top:5px;
	padding-right:5px;
	padding-left:10px;
	padding-bottom:5px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	overflow:hidden;
}

.posted .last-footer {
	display:none;
}
.post-img-box, .post-vid-box {
	margin:10px;
	/*width:100% !important;*/
	height:auto !important;
	border:1px solid #ddd;
	-moz-border-radius: 10px; 
	-webkit-border-radius:10px; 
	border-radius:10px;

}
/*.post-vid-box .post-vid {
	width:100%;
	height:400px;
	}*/
	.post-img-box .post-img {
		padding:2px;
		height:auto !important;
		width:100% !important;
		-moz-border-radius: 10px; 
		-webkit-border-radius:10px; 
		border-radius:10px;
	}

	.post-vid-box .post-vid  {
		padding:2px;
		width:100% !important;
		-moz-border-radius: 10px; 
		-webkit-border-radius:10px; 
		border-radius:10px;
	}


}
.comments {
	padding-top:5px;
	padding:5px;
	padding-bottom:0px;

}
/* Holds wraps individaual comments and profile pics */
.sub-comment-wrapper {
	padding-left:5px;
}
.comments .comment {
	border:1px solid #ddd;
	padding:10px;
	padding-top:2px;
	padding-bottom:0px;
	margin-top:5px;
	margin-bottom:5px;
	-moz-border-radius: 14px; 
	-webkit-border-radius: 4px; 
	border-radius: 14px;
	/*width:auto;*/
	height:auto;
}
.comment-pic {
	height:40px;
	width:40px;
	margin-top:5px;
	margin-left:-7px;
	background-color:grey;
	/*margin-right:5px;*/
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}
.comment .comment-foot {
	font-weight: lighter;
	height:15px;
	background-color:#f5f5f5;
}

/* comment details */
.comment .comment-dets{
	padding:1px;
	font-size:10px;
	float:right;

}
.comments .box-comment {
	padding:10px;
	
}
.comments .comment-txt {
	margin-top:8px;
	height:auto;
}
.comments .comment-body {
	/*margin-bottom: 0px !important;
	padding-bottom: 0px !important;*/

}
.file-inputs {
	display:none !important;
}
.uploading {
	position:relative;
	height:20px;
	width:10%;
	background-color:#5cb85c;
	margin-bottom:10px;
	z-index:5;
	border-radius:2px;
}
.alert-custom {
	z-index:10000 !important;
	position:absolute !important;
	top:0px !important;
	display:none;
}
.btn-alert {
	background-color:white;
}
.resize-false {
	resize:none;
}

.statistics {
	margin-left:5px;
	border:1px solid #ddd;
	padding:5px;
	border-radius:5px;
}

/*Styles for user profile page*/
.profile{
	/*position:absolute;*/
	margin-top:none;
	border-bottom:1px solid #ccc; 
	height:auto;
	width: 100%;
	/*left:10%;*/

}
.profile-pic-large, .profile-pic-largex {
	padding: 0px !important;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	height: 175px;
	width:185px;
	background-color:#ccc;
	margin:1px;

}
.profile-statistics {
	margin-top:70px;
}

.profile-opinion-counts {
	margin:0px;
	border:1px solid #ddd;
	padding:10px;
	border-radius:5px;
}
.opinion-hang-over {
	padding:5px;
	width: 30%;
	height:auto;
	color:white;
	font-size:12px;
	font-weight:bolder;
	border:1px solid #094545; /*#F8D236; */
	border-bottom: none;
	border-radius:5px 5px 0px 0px; 
	background-color:#094545;/* #F8D648;*/
	/*border-color: #eea236;*/
}
.opinion-counts-wrapper {
	border:1px solid #094545;
	height:auto; 
	border-radius:0px 5px 5px 5px; 
	padding:5px;
}
#stop-follow {
	display: none;
}
#start-follow {
	display: none;
}

/*Show reputations on mobile */
.mobile-reputation {
	display:none;
}

/*end of styles for profiles page*/

/*Styles for advertisment div(section) and Dashboard sidebar*/
.adds {
	position:fixed;
	margin-bottom:50px;


}
.adds-mobile {
	width:0px;
	height:0px;
	overflow:hidden;
}


.adds #adds-panel {
	width:340px; 
	height:520px;
}
.dashboard-settings {
	position:fixed;
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;

}
.dashboard-extras {
	position:fixed; 
	top:380px; 
}
.dashboard-settings #tags {
	width:190px;
}

/*end styles for adds*/


/*Styles for message template and extras */
.message-box {
	/*margin-top: 100px;*/
	height:250px;
	color:#094545;
	border:1px solid #084444;
	background-color:#C1DADA;
	font-weight: bold;
	font-size: 20px; /*!important;*/
	font-family: Sans;
	border:1px solid;

}
.loading {
	display:none;
	text-align:center;
	border:1px solid #ddd;
	background-color:#f5f5f5;
	font-size:25px;
	
	
}
.loader {
	font-size:50px;
	font-weight:bold;
	font-family: Lucida;
}

/*end message template styles*/

/*
*
*
Social Media Buttons, styled with Font Awsome
*
*
*/

/* facebook button class*/
.btn-facebook {
	background: #4060A5;
}

.btn-facebook:before { /* use :before to add the relevant icons */
	font-family: "FontAwesome";
	content: "\f09a"; /* add facebook icon */
}

.btn-facebook:hover {
	color: #4060A5;
	background: #fff;
}

/* twitter button class*/
.btn-twitter {
	background: #00ABE3;
}

.btn-twitter:before {
	font-family: "FontAwesome";
	content: "\f099"; /* add twitter icon */
}

.btn-twitter:hover {
	color: #00ABE3;
	background: #fff;
}

/* google plus button class*/
.btn-google {
	background: #e64522;
}

.btn-google:before {
	font-family: "FontAwesome";
	content: "\f0d5"; /* add googleplus icon */
}

.btn-google:hover {
	color: #e64522;
	background: #fff;
}


@media screen and (max-width:500px){

	/* At screens smaller than 501px the font size of the header is reduced */
	.post-box .header,.posted .header{
		padding:5px;
		border-bottom:1px solid #ddd;
		background-color:#f5f5f5;
		position:relative;
		width:100%;	
		height:auto;
		font-size:14px; 


	}
	/*Image and Video resizing for smaller screens less than 501px */
	.post-img-box, .post-vid-box, .post-img-box .post-img , .carousel-pic {
		/*width:100% !important;*/
		height:auto;
		
	}

	.post-vid-box .post-vid {

	}
	.statistics  , .profile-statistics, .carousel-text{
		display: none;
	}
	.mobile-reputation {
		display:block;
	}
	/*.profile {
		height:160px;
		}*/
		.post-box {
			margin-top:2px;
			margin-bottom:2px;

		}

		/*Adds box for mobile*/

		.adds-mobile {
			background-color:white;
			opacity:0.8;
			z-index:999;
			width:100%;
			height:40px;
			position:fixed;
			bottom:0px;

		}


		.profile-pic-large, .profile-pic-largex {
			padding: 0px !important;
			-moz-border-radius: 4px; 
			-webkit-border-radius: 4px; 
			border-radius: 4px;
			height: auto !important;
			width:100%;
			background-color:#ccc;
			margin:1px;

		}
		


	}
	@media screen and (max-width:400px){

		.social {
			width:80% !important;
			margin-right:auto;
			margin-left:auto;
		}
		.posted	.icon {
			width: 30px;

		}

	}
	@media screen and (max-width:800px){

		.comment-pic {
			display:none;
		}
		.fixed-page-bottom{
			position: relative;
		}
		.profile-statistics {
			margin-top:10px;
		}


	}
	@media screen and (max-width:780px){
		.adds, .dashboard-controls {
			display:none;
		}

		.social {
			width:50%;
			margin-right:auto;
			margin-left:auto;
		}
		
	}

	@media screen and (max-width:770px){

		.home-s-panel {
			display: none;
		}

	}

	@media screen and (max-width:1200px){
		.adds #adds-panel {
			width:240px;

		}
		.dashboard-settings #tags , .dashboard-extras {
			width:120px;
			overflow:hidden;
		}

	}
/*@media screen and (min-width: 1500px){
	.post-img-box, .post-vid-box{
		height:300px;
	}

	.post-img-box .post-img , .post-vid-box .post-vid {
		height:300px;
		
	}
}
@media screen and (max-width: 790px){
	.post-img-box, .post-vid-box{
		height:350px;
	}

	.post-img-box .post-img , .post-vid-box .post-vid {
		height:350px;
		
	}
}
*/

