@CHARSET "ISO-8859-1";
.wrapper .profile-header {
	width: 100%;
	height: 400px;
	position: relative;
}

.wrapper .profile-header .cover-image {
	width: 100%;
	height: 400px;
	/* background-image:
		url("http://www.quirkybyte.com/wp-content/uploads/2016/02/Green-Nature-Trees-l.jpg"); */
	background-size: cover;
	background-position: center;
}                 

.wrapper .profile-header .profile-image {
	width: 140px;
	height: 140px;
	position: absolute;
	border: 2px solid #FFBC42;
	left: 60px;
	bottom: 30px;
	background-image:
		url("http://www.quirkybyte.com/wp-content/uploads/2016/02/Green-Nature-Trees-l.jpg");
	background-size: cover;
	background-position: center;
	z-index: 9;
}

.wrapper .profile-header .profile-details-row {
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}  

.wrapper .profile-header .profile-details-row .profile-details {
	position: relative;
	color: #FFF;
	top: -80%;
}

.wrapper .profile-header .profile-details-row .profile-details .name {
	margin-bottom: 20px;
}

.wrapper .profile-header .profile-details-row .profile-details .location i
	{
	margin-right: 10px;
}

.wrapper .profile-header .profile-details-row .social-links ul {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.wrapper .profile-header .profile-details-row .social-links ul li {
	list-style: none;
	float: left;
	width: 40px;
	height: 40px;
	margin: 10px;
	border: 1px solid #fafafa;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.wrapper .profile-header .profile-details-row .social-links ul li.join-button
	{
	text-transform: capitalize;
	color: #FFF;
	background-color: #FFBC42 !important;
	border-color: #FFBC42 !important;
	padding: 0 10px !important;
	width: 80px;
	border-radius: 50px;
}

.wrapper .profile-header .profile-details-row .social-links ul li.join-button a
	{
	font-size: 16px !important;
	line-height: 40px;
	text-decoration: none !important;
}

.wrapper .profile-header .profile-details-row .social-links ul li a {
	font-size: 24px;
	color: #FFF;
}

.content-row {
	margin: 10px auto;
	background: #FFF;
	transition: all 200ms ease-in-out;
}

.content-row:hover {
	background: #EF5920;
	color: #FFF;
}

.content-row .content-image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-image:
		url("http://www.quirkybyte.com/wp-content/uploads/2016/02/Green-Nature-Trees-l.jpg");
	background-size: cover;
	background-position: center;
}

.content-row .content-links {
	position: relative;
	height: 40px;
}

.content-row .content-links ul {
	display: block;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}

.content-row .content-links ul li {
	list-style: none;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	text-align: center;
	line-height: 0px;
	cursor: pointer;
}

.select-goals {
	text-transform: uppercase;
	font-size: 15px;
}

.partner-details .partner-image {
	width: 50px;
	height: 50px;
	margin: 5px auto;
	border-radius: 50%;
	background-image:
		url("http://www.quirkybyte.com/wp-content/uploads/2016/02/Green-Nature-Trees-l.jpg");
	background-size: cover;
	background-position: center;
}

.partner-details .partner-name {
	font-size: 14px;
	text-align: center;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover
	{
	border: none;
	border-top: 3px solid #FFBC42;
	border-radius: 0;
}

.panel {
	margin-bottom: 0 !important;
	background: #F5F5F5 !important;
}

.panel-heading {
	border-top: 3px solid #FFBC42 !important;
	padding: 15px;
	border-radius: 0;
	background: #FFF !important;
}

.table-header {
	color: #fff;
	background-color: grey;  
}
.table-header i.fa {
	color: #FFFFFF !important;
}

.panel-heading-custom {
	border: none !important;
}

.panel-heading-custom-border {
	border: 1px solid #ddd;
}

.panel-body-overflow {
	overflow-y: scroll;
}

@media screen and (max-width: 640px) {
	.nav-tabs>li {
		width: 100%;
	}
	.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover
		{
		border: 2px solid #FFBC42;
	}
	.social-links ul {
		display: flex !important;
		position: absolute !important;
		bottom: 0 !important;
		right: 0 !important;
		width: 100% !important;
		margin: 0 auto 15px auto !important;
		justify-content: center !important;
	}
	.social-links ul li {
		margin: 5px;
	}
	.profile-header {
		height: 540px !important;
		background: #5C5C5C;
	}
	.profile-header .cover-image {
		height: 350px !important;
	}
	.profile-header .details-wrapper {
		position: relative;
		height: 190px !important;
	}
	.profile-header .details-wrapper .profile-image {
		left: 50% !important;
		top: -50% !important;
		transform: translateX(-50%) !important;
	}
	.profile-header .details-wrapper .profile-details-row {
		background: #5C5C5C;
	}
	.profile-header .details-wrapper .profile-details-row .profile-details {
		top: -90%;
		width: 100% !important;
		text-align: center;
	}
	.profile-header .details-wrapper .profile-details-row .profile-details .name
		{
		margin-bottom: 5px !important;
		font-size: 18px;
	}
}

/*# sourceMappingURL=style.css.map */
.gallery-items {
	font-size: 0;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: height 500ms ease;
	-o-transition: height 500ms ease;
	transition: height 500ms ease;
}

.gallery-expander {
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 500ms ease;
	-o-transition: max-height 500ms ease;
	transition: max-height 500ms ease;
}

.gallery-contents {
	position: relative;
}

.gallery-contents:after {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -30px;
	width: 0;
	height: 0;
	content: '';
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	-webkit-transition: border-bottom-width 500ms ease;
	-o-transition: border-bottom-width 500ms ease;
	transition: border-bottom-width 500ms ease;
}

.gallery-item.active .gallery-contents:after {
	border-bottom-width: 30px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/* text-align: center;  */
}

.gallery-item {
	text-align: left;
	font-size: 25px;
	margin: 0 10px;
	padding: 10px 0;
}

.gallery-item .thumbnail {
	position: relative;
	width: 250px;
	height: 250px;
	overflow: hidden;
	cursor: pointer;
	padding: 0 !important;
}

.gallery-item .thumbnail>img {
	position: absolute;
	max-width: 250px;
}

.gallery-item .title {
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 20px;
	padding-left: 5px;
}

.gallery-expander-contents div.title-expanded {
	text-align: center;
	padding: 10px;
}

.gallery-contents:after {
	border-bottom-color: #F6F3ED;
}

.gallery-expander {
	background: #F6F3ED;
}

.gallery-expander-contents {
	margin: 0 auto;
	width: 1000px;
	padding: 20px 0;
}

@media ( min-width : 640px) and (max-width: 999px) {
	.gallery-expander-contents {
		width: 640px;
	}
}

@media ( max-width : 639px) {
	.gallery-expander-contents {
		width: 100%;
	}
}

.gallery-expander-contents:after {
	clear: both;
	display: table;
	content: '';
}

.gallery-expander-contents>div.col {
	float: left;
	width: 480px;
}

@media ( min-width : 640px) and (max-width: 999px) {
	.gallery-expander-contents>div.col {
		width: 310px;
	}
}

@media ( max-width : 639px) {
	.gallery-expander-contents>div.col {
		float: none;
		padding: 25px 20px 0;
		width: auto;
	}
}

.gallery-expander-contents>div.col+div.col {
	margin-left: 40px;
}

@media ( min-width : 640px) and (max-width: 999px) {
	.gallery-expander-contents>div.col+div.col {
		margin-left: 20px;
	}
}

@media ( max-width : 639px) {
	.gallery-expander-contents>div.col+div.col {
		margin-left: 0px;
	}
}

.gallery-expander-contents div.close {
	position: absolute;
	top: 10px;
	right: 20px;
}

.gallery-expander-contents div.title {
	font-weight: 500;
	color: #D28A3C;
}

.gallery-expander-contents div.contents {
	margin-top: 10px;
	border-top: 1px solid #BCB098;
	border-bottom: 1px solid #BCB098;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	color: #797262;
}

.gallery-expander-contents div.image>img {
	width: 100%;
	display: block;
}
.teamBigdiv {
  text-align: center;
  height: 270px;
}

.team-boxes {
  width: 100% !important;
  height: 60% !important;
  padding-bottom: 10%;
  background: #fafafa;
}

.team-boxes > img {
  display: block;
  position: relative;
  width: 100%;
}

.member-detail {
  padding-top: 0 !important;
  background: white;
  max-height: 35px !important;
  border-bottom: 3px solid #FFBC42;
}
/* Address Modal Popup Css*/
.pad-top12 {
    padding-top: 12px;
}
/* Edit Urls CSS*/
.edit-urls {
	color: #fff;
    margin-top: 24px;
}

.btn-member {
	position: absolute;
	right: 20px;
	z-index: 999;
}

/* News & Updates*/ 
.pad-10 {
  padding: 15px;
}
.noMar {
  margin-bottom: 3%;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.blockBG {
  background-color: #F5F5F5;
}

.updatePart {
  margin-top: 10px;
}

.updatePart textarea {
  border-color: 1px solid;
  background-image: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: 100px;
  width: 98%;
  margin: 1%;
}

.aboveosm {
  margin-bottom: 1%;
}

.postimg {
  color: black;
}

.linkInput {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
  color: #555;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
}

.postupdate {
  color: #fff;
  background-color: #FFBC42 !important;
  border-color: #FFBC42 !important;
  border-radius: 0px;
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 20px;
  position: relative;
}

.osmcheckbox {
  margin-left: 1.5%;
}

.osmcheckbox > a {
  padding: 0.25em;
}

.title_indicator {
  cursor: pointer;
}

.social_title {
  border-radius: 10px;
  display: none;
  margin-left: 20%;
  padding: 10px;
  position: absolute;
  width: 350px;
  z-index: 1000;
  border: 1px solid #FFBC42;
  background-color: #fff;
}

.postBG {
  background-color: #FDFDFD;
  border: 1px solid #d1d1d1;
}

.marginTB20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin0 {
  margin: 0px;
}

.updateLogo {
  width: 60px;
  height: 60px;
  border: 2px solid #e1e1e1;
  float: left;
  margin-right: 15px;
}

.updateCaption {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.updateTitle > .updateHead {
  color: #262626;
  font-weight: 600;
  margin: 6px 20px !important;
  font-size: 14px;
  text-align: left;
}

.updateTitle span, .imageCaption, .updateCaption span {
  font-size: 12px;
  font-weight: 400;
  color: #A7A7A7;
  margin: 0 20px !important;
}

.marginTB10 {
  padding: 2%;
}

.promote li {
  display: inline-block;
  padding: 10px;
  float: left;
}

.ilike-btn, .ilike-btn:hover, .ilike-btn:active, .ilike-btn:visited {
  background-color: #fff;
  border: 1px solid #d9d9d9 !important;
  color: #FFBC42;
  font-size: 16px;
  padding: 0px 7px;
  font-weight: 600;
  line-height: 30px;
}

.commentBox {
  border: none;
  border-left: 2px solid #FFBC42;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  border-radius: 0px;
  width: 70%;
  margin-left: 8%;
}

.commentBox > .panel-heading {
	border: none !important;
}

.cm-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.comment-messages-body {
  margin-left: -5%;
  text-align: left; 
}

.comment-messages-body>h4 {
  color: #FFBC42;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.comment-messages-body > span {
  color: #777;
}

.updatePosts {
	text-align: left !important;
}

.socialEngage {
	text-align: left !important;
}

.chat-form .input-cont {
  margin-bottom: 10px;
  padding-left: 15px;
}

.chat-features > .send-btn {
  margin: 0px;
  padding: 14px 15px;
}

.chat-form .input-cont input {
  background-color: #fff !important;
}

.chat-form .input-cont input {
  border: 1px solid #d3d3d3 !important;
  margin-top: 0;
}

.chat-form .input-cont input {
  margin-bottom: 0px;
}

.chat-form > .input-cont > input {
  width: 80%;
  float: left;
}

.input-cont > input {
  height: 50px;
}

.chat-features {
  padding-right: 60px;
}

.send-btn, .enter-btn {
  background-color: #FFBC42;
  color: #FFF !important;
}

.top15px {
  margin-top: 15px;
}

.show-more-posts {
  background-color: #909090;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
}

.deleteupdate {
  color: black !important;
  padding: 10px;
  margin-top: -25%;
}

.title_indicator:hover + .social_title {
  display: block;
}

.addedPlus {
  border: 1px dashed black;
  padding: 10px;
  background-color: #E8E8E8;
}

.addSocial {
  margin-left: 10px;
  cursor: pointer;
}

.orangeColor {
  color: #FFBC42;
}

.modal-small {
  width: 300px !important;
}

/*TA Editor CSS */
.ta-scroll-window > .ta-bind {
	min-height: 100px !important;
}

/* Login Popup for adding social networks*/
.socialFacebook{
	background-color: #566fa7;
    border-bottom: 6px solid #2d4373;
    border-radius: 4px !important;
    color: #fff;
    padding: 16px 36px; 
}
.socialLink{
    background-color: #007bb6;
    border-radius: 4px!important;
    border-bottom: 6px solid #005983;
    color: #fff;
    padding: 16px 36px; 
}
.socialLink:hover{        
	color: #fff !important;
	background-color: #005983 !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
	text-decoration:none !important;
}  
.socialTwitter{
	background-color: #55acee;
    border-bottom: 6px solid #428bca;
    border-radius: 4px !important;
    color: #fff;
    padding: 16px 36px;
}
.login-icon-twitter{
	background-color: #fff;
    border-right: 0 none;
    color: #55ACEE;
    height: 35px;
    margin: 8px;
    padding: 0 !important;
    width: 35px !important;
}
.login-icon-link{
	background-color: #fff;
    border-right: 0 none;
    color: #007bb6;
    height: 35px;
    margin: 8px;
    padding: 0 !important;
    width: 35px !important;
}
#fbModalBody{
	background-color:#f9f9fc;  
}
.fbModal{
	height:auto;
	max-height:100%;
	overflow-y:auto;     
	width:100%;
}
.gapRow{
	margin-top: 20px; 
}
.importbtn{   
	background-color: #FFBC42; 
	color:white;
	float:right;
}
#linkModalBody{
	background-color:#f9f9fc;  
}
.linkModal{
	height:auto;
	max-height:100%;
	overflow-y:auto;     
	width:100%;
}
.linkDetailHolder{
	border: 2px solid #a5a5a7;
    height: 50px;
    width: 300px;
    background-color: white;
    float:left;
    margin-left:10px;
    margin-top:10px;
}
.fbDetailHolder{
	border: 2px solid #a5a5a7;
    height: 50px;
    width: 300px;
    background-color: white;
    float:left;
    margin-left:10px;
    margin-top:10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.logosocial{
	    margin-left: 20px;
	    margin-top: -10px;
	    position: absolute;
	    width: 10px;
	}
}  
.reconnectpopupsize{
	width:520px !important;  
}
.reconnectsocial{ 
	height:63px;   
	margin-top:10px;
	background-color:#eee;
}
.reconnectcontent{
	margin-left: -14px;
    margin-top: 5px;
    font-weight:bold;
}
.limit-length{
	width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Navigation*/
#page {
    height: 75%;
    display: block;
}

input[type="file"] {
    display: none;
}

#coverpic-camera{
	color: #ECECEC;
	opacity: 0.55;
}

#coverpic-camera:hover{
	opacity: 1;
}

.CompanyProfile_Leader-header-wrapper {
    background-color: #ededed;
    background-image: url("/Images/Video/hero-banner-2.jpg");
    background-size: cover;
    background-position-y: center;
    margin-top: auto;
    height: 400px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.CompanyProfile_Leader-header-background {
    height: 430px;
    position: absolute;
}


.comment-img-class{
	padding-left: 0 !important;
}

@media (min-width: 1200px)
.container {
    width: 1170px;
}

@media (min-width: 992px)
.container {
    width: 970px;
}

@media (min-width: 768px)
.container {
    width: 750px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown .toggleDropdown {
    background: url(/Images/iconMenuDown.gif) right 50% no-repeat;
    background-size: 11px 7px;
    color: #292e31;
    display: block;
    outline: none;
    padding: 13px 0;
    text-decoration: none!important;
}

.dropdown .toggleDropdown {
    background: url(/Images/iconMenuDown.gif) right 50% no-repeat;
    background-size: 11px 7px;
    color: #292e31;
    display: block;
    font-size: 18px;
    outline: none;
    padding: 13px 0;
    text-decoration: none!important;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-weight: 500;
}

.CompanyProfile_Leader-header {
    color: #fff;
    height: 455px;
}

.CompanyProfile_Leader-company-title {
    color: #fff;
    height: 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-shadow: 2px 3px 3px rgba(0,0,0,.6);
    position: relative;
    top: 345px;
}

.CompanyProfile_Leader-company-title img {
    vertical-align: top;
    height: 160px;
    width: 160px;
    padding: 5px;
    margin-right: 15px;
    background-color: #fff;
}

.pull-left {
    float: left!important;
}

.CompanyPage-subtitle {
    color: #fff;
    height: 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
    top: 335px;
    font-size: 24px;   
}

.CompanyProfile_Leader-company-subtitle {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.dark-background {
    background-color: #292e31!important;
}

[class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    border: none;
}
 
@media (min-width: 992px)
.col-md-3 {
    width: 25%;
}

@media (min-width: 992px)
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.company-stat {
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fefefe;
    display: inline;
    padding-right: 5px;
}

.stat-desc {
    font-size: 16px;
    display: inline;
}

.TopNegMargin{
    margin-top: -50px;	
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px)
.col-lg-12 {
    width: 100%;
}

@media (min-width: 992px)
.col-md-12 {
    width: 100%;
}

@media (min-width: 768px)
.col-sm-12 {
    width: 100%;
}

.CompanyProfile-navigation {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 4px 5px 0 #dedede;
}

.navigation-place {
    background-color: #fff;
    width: 100%;
    height: 55px;
    text-align: center;
}

@media (min-width: 1200px)
.container {
    width: 1170px;
}

@media (min-width: 992px)
.container {
    width: 970px;
}

@media (min-width: 768px)
.container {
    width: 750px;
}

.company-page-nav {
    background-color: #fff!important;
    height: 53px!important;
}

.user-profile-navigation {
    background-color: #FFBC42;
    box-sizing: border-box;  
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    height: 55px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.nav {
    padding-left: 0;
    list-style: none;
}

.CompanyProfile-navigation .company-page-nav>li {
    min-width: 149px;
} 

.company-page-nav .active {
    background-color: #fff!important;
} 

.CompanyProfile-navigation .active {
    background-color: #fff;
}

.nav-pills>li {
    float: left;
}

.nav>li {
    position: relative;
    display: block;
}

.nav-pill-custom {
    font-size: 16px!important;
}  

.CompanyProfile-navigation .nav-pills>li.active>a, .CompanyProfile-navigation .nav-pills>li.active>a:hover, .CompanyProfile-navigation .nav-pills>li.active>a:focus {
    background-color: #fff;
    color: #000;
    font-weight: 600!important;
    height: 52px;
}

.CompanyProfile-navigation .nav>li>a:hover, .CompanyProfile-navigation .nav>li>a:focus {
    background-color: #fff;
    height: 53px;
    font-weight: 600;
}

.CompanyProfile-navigation .nav-pill-custom>a {
    color: #626c7b; 
}

.CompanyProfile-navigation .nav-pill-tab {
    padding: 15px 55px 17px 0!important;
}

.CompanyProfile-navigation .nav-pill-tab {
    border-right: none!important;
}

.nav>li>a {
    position: relative;
    display: block;
    /* padding: 10px 15px; */
}

.CompanyProfile-navigation .nav>li>a:hover span:hover, .CompanyProfile-navigation .nav>li>a:focus span:hover {
    font-weight: 600;
}

.company-page-nav .nav-pill-custom.active .companyprofile-nav-tip {
    display: block;
}

.company-page-nav .nav-pill-custom.active span {
    font-weight: 600;
}

/* .ta-editor{
   min-height: 200px !important;
   height: 200px !important;
   overflow: auto;
   font-family: inherit;
   font-size: 100%;
   margin: 20px 0;
}

.ta-editor{
	border: none;
    overflow: auto;
    outline: none;
	padding: 3%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ta-bind{
	padding: 1%;
	margin-left: -3%;
	margin-top: -3%;
} */

.submitdesc{
	background-color: #FFBC42;
	color: #FFF;
}

.submitdesc:hover{
	background-color: #FFBC42;
	color: #FFF;
}

.submitdesc:target{
	background-color: #FFBC42;
	border: 1px solid #FFBC42;
}

.submitdesc:focus{
	background-color: #FFBC42;
	border: 1px solid #FFBC42;
}

.hover-box{
	width: 16.5%;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    margin-top: 12%;
    text-align: center;
    padding: 0.5%;
}

.hover-box > a{
	color: white;
    font-weight: bold;
}
.logo-loading{
	width: 16.5%;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    margin-top: 12%;
    text-align: center;
    padding: 0.5%;
}

.logo-loading > a{
	color: white;
    font-weight: bold;
}

.logo{
    width: 13%;
    margin-left: -78.5%;
    height: 160px;
    top: 40px;
    cursor: pointer;
}

td > a{
	color: #333;
}

.coverpic{
	float: left;
    margin-top: -20%;
    margin-left: -20%;
    cursor: pointer;
}

.coverpic-text{
	width: 150%;
	
    height: 30px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    text-align: center;
    display: inline-block;
    padding: 10%;
}


@media (max-width: 1198px){
	.hover-box{
		display: block !important;
    	height: 0;
    	width: 0;
    	bottom: 0;
	}
	.logotext{
		display: none;
	}
	#camera-icon{
		display: block;
	}
}

.cls

element.style {
}
.CompanyProfile-navigation .nav>li>a:hover span:hover, .CompanyProfile-navigation .nav>li>a:focus span:hover {
    font-weight: 600;
}
.company-page-nav .nav-pill-custom.active .companyprofile-nav-tip {
    display: block;
}
.company-page-nav .nav-pill-custom.active span {
   font-weight: 600; 
}
.user-profile-navigation .nav-pill-custom span {
    font-weight: 500; 
}
.company-page-nav .companyprofile-nav-tip {
   /* display: none; */
}
.nav-pill-custom span {
    font-weight: 500;
}
.company-page-nav .companyprofile-nav-tip {
    display: none;
}
.companyprofile-nav-tip {
    background-image: url("/images/triangle-bottom.png"); 
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 11px;
    position: absolute;
    bottom: -11px;
    width: 33px;
    left:22%
}

.dropdown {
    margin-bottom: 0;
    position: relative;
}
/* 
.dropdown-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 220px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    background-clip: padding-box;
    border-bottom: 1px solid #dedede;
}*/

@media (min-width: 1200px)
.col-lg-9 {
    width: 75%;
}

@media (min-width: 1200px)
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}

@media (min-width: 992px)
.col-md-9 {
    width: 75%;
}

@media (min-width: 992px)
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
@media (min-width: 768px)
.col-sm-7 {
    width: 58.33333333%;
}

@media (min-width: 768px)
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}

.col-xs-12 {
        float: left;
        position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.CompanyProfile-main-content {  
    background-color: #fff!important;
    border-top: 5px solid #FFBC42!important;    
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 20px;
}

.CompanyProfile-main-content h2 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #292e31; 
    font-size: 25px;
    margin-bottom: 33px;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
}

.CompanyProfile-sidebar {
    padding: 0;
    padding-left: 10px;
}

@media (min-width: 1200px)
.col-lg-3 {
    width: 25%;
}

@media (min-width: 992px)
.col-md-3 {
    width: 25%;
}

@media (min-width: 768px)
.col-sm-5 {
    width: 41.66666667%;
}

.CompanyProfile-sidebar-wrapper {
    background-color: #fff!important;
    border-top: 5px solid #FFBC42!important;
    border: 1px solid #dedede;
    margin-bottom: 15px;
}

.CompanyProfile-sidebar-header {
    border-bottom: 1px solid #dedede!important;
    padding: 10px 15px 10px 15px;
    margin: 0!important;
    font-size: 20px;
    font-weight: bold;
}
.CompanyProfile-sidebar-content {
    padding: 20px;
    font-size: 15.5px;
    font-weight: 500;
}

.panel-group {
	width: 100%;
    margin-bottom: 0px !important;
}

.panel-default {
    background-color: #FFF !important;
    margin-bottom: 20px !important;
}

.readLink a {
    color: #000;
    text-decoration: underline;
    padding: 0px 5px;
}

i.invert-90 {
    transform: rotate(-90deg);
}

.storyPtag{
	padding: 10px 0px;
    margin-left: 12px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.projectsList {
    width: 100%;
    float: left;
    margin: 10px 5px;
    background-color: #fff;
    padding: 0px !important;
    display: block;
    border: 1px solid #f3f2f2;
    border-radius: 8px;
    box-shadow: 2px 4px 10px rgba(151, 151, 151, 0.05);
}

.resultCover {
    position: relative;
    height: 250px!important;
    background-size: cover;
    overflow: hidden;
    background-position: inherit;
    padding-top: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.projectCover {
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
    text-align: left;
}

.iconContainer {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 40px;
    margin: 5px;
    opacity: 1;
    text-transform: uppercase;
    vertical-align: top;
    width: 40px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    cursor: pointer;
}

.projectTitle {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    bottom: 0;
    color: rgba(107, 118, 130, 0.91);
    font-family: 'open sans', sans-serif;
    padding: 5px 15px 0px;
    text-align: left;
    overflow: hidden;
    font-weight: bold;
    letter-spacing: 0.15px;
    height: 55px;
    line-height: 0.8 !important;
}

.projectTitle > a {
    text-decoration: none;
    color: rgba(84, 94, 104, 0.91);
    font-weight: 500;
    font-size: 14px;
}

.greyText {
    color: rgba(107, 118, 130, 0.91);
    padding: 5px 15px 0px;
    font-size: 12px;
}
.greyColor {
    color: rgba(107, 118, 130, 0.91);
}

h4, .h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.projectOrg {
    padding: 0px 15px 0px 2px;
    text-align: left;
    text-decoration: none;
    color: #FFBC42;
    font-weight: 500;
    font-size: 13px;
}

.projectExcerpt {
    height: 55px;
    margin: 0 0 11px;
    overflow: hidden;
    padding: 0 17px;
    line-height: 1.6;
    font-size: 12px;
    letter-spacing: 0.1px;
    color: rgba(146, 147, 163, 0.9);
    text-align: left;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.camp-location {
    padding-top: 0px;
    font-size: 11px;
    padding-left: 10px;
}

.eyebrow {
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #000;
    line-height: .9;
    padding-bottom: 20px;
}

.widget-hover-container, .widget_claim_container {
    background-color: #ff4200;
    height: 67%;
    width: 100%;
    opacity: 0.95;
    white-space: nowrap;
    cursor: pointer;
}

.v_align_first {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.widget-hover-info, .widget_claim_info {
    color: #ffffff;
    margin-bottom: 2em;
    letter-spacing: 0.2em;
    min-height: 7em;
}

.widget-hover-info-line-2 {
    font-family: pt_sansbold;
    font-size: 18px;
        line-height: 1.5em;
}

.widget-hover-info-line-3 {
    font-size: 12px;
    line-height: 1.5em;
}

.widget-hover-info-line-3 {
    font-size: 12px;
        line-height: 1.5em;
}

.widget-hover-info-line-3 {
    font-size: 12px;        
    line-height: 1.5em;
}

.widget-hover-info-line-4 {
    font-family: pt_sansbold;
    font-size: 14px;
    line-height: 1.5em;
}

a:hover, a:focus {
    outline: none;
    color: #FF4200;
    text-decoration: none;
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tagItem {
    background: #ededed;
    border-radius: 3px 0 0 3px;
    color: #FFBC42;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    font-weight: 400;
}
.tagItem::after {
    background: #fff;
    border-bottom: 16px solid transparent;
    border-left: 12px solid #eee;
    border-top: 16px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.tagItem::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0,0,0,.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 13px; 
}
.tagItem:hover {
    background-color: #FFBC42;
    color: #fff;
}  
.tagItem:hover::after {
    border-left-color: #FFBC42;
}
.blockBG{
	background-color:#F5F5F5;
	margin-left:-15px;
	margin-right:-15px;
}
.noMar{
	margin-bottom: 3%;
	margin-left:0px !important;
	margin-right:0px !important
}

.pad-10{
	padding: 15px;
}
.postupdate{  
	color: #fff;
	background-color: #FFBC42 !important;
	border-color: #FFBC42 !important;
	border-radius: 0px;	
	margin-top:0;
	font-weight: 700;
	font-size: 14px;
	padding: 8px 20px;	 
    position: relative;
}
.postupdate:hover,.postupdate:focus,.postupdate:active,.postupdate.active {
	color: #fff;
	background-color: #c84c1d !important;
	border-color: #c84c1d !important;
}
.show-more-posts { 
    background-color: #909090;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
}  
.updatePart{margin-top:10px}

.updatePart textarea{
	border-color:transparent;
	background-image:none;
	border-radius:0px;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
	height:100px;
	margin-bottom: 1%;
}

.updatePart textarea:FOCUS{
	border-color:transparent;
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.aboveosm{
	margin-bottom: 1%;
}

.osmcheckbox{
	margin-left: 1.5%;
}

.osmcheckbox > a{
	padding: 0.25em;
}

.postimg{ 
	color:black;
}
.linkInput{
	background-color: #fff; 
    background-image: none;
    border: 1px solid #ccc; 
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    color: #555;
    font-size: 14px; 
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important; 
}
.postBG{
	background-color:#FDFDFD;
	border:1px solid #d1d1d1;
}
@-moz-document url-prefix() {   
    .updateLI{
		margin-left: -40px;  
	}
	.socialEngage{
		margin-left: -35px;
	}
	.commentMsgs{
		margin-left: -40px;
	}
	.logosocial {	
        margin-left: -10px;
	    margin-top: 20px;
	    position: absolute; 
	    width: 10px;        
    }  
}

.marginTB10{
	padding: 2%;
}

.marginTB20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.updateTitle > .updateHead{
	color:#262626;
	font-weight:600;
	margin:6px 0px !important;
	font-size:14px
}

.updateTitle > .updateHead:hover{
	color:#FFBC42;
}
.updateTitle > span{
	font-size:12px;
	color:#999
}
.updateTitle span,
.imageCaption,
.updateCaption span{
	font-size:12px;
	font-weight:400;
	color:#A7A7A7
}
.updateTitle,
.updateCaption{
	font-size:14px;
	font-weight:600;
	text-align:left
}
.deleteupdate{
	color:black !important;
	padding:10px;
	margin-top: -25%;
}
.top15px{
	margin-top: 15px;
}
.updateLogo{
	width:60px;
	height:60px;
	border:2px solid #e1e1e1;
	float:left;
	margin-right:15px
}
.margin0{
	margin:0px;
}

.promote social-engage{
	margin-left: 0.5%;
}

.promote li{
	display:inline-block;
	padding:10px
}
.ilike-btn,.ilike-btn:hover,
.ilike-btn:active,
.ilike-btn:visited{
	background-color:#fff;
	border:1px solid #d9d9d9 !important;
	color:#FFBC42;
	font-size:16px;
	padding:0px 7px;
	font-weight:600;
	line-height:30px
}

.ilike-btn:hover,.ilike-btn:active,
.ilike-btn:visited{
	color:#FFBC42 !important
}

.ilike-img{
	border-right:1px solid #e9e9e9;
	height:30px;
	filter:gray;
	filter:grayscale(1);
	-webkit-filter:grayscale(1)
}
.ilike-btn:hover > .ilike-img,.ilike-btn:hover > .ilike-img,
.ilike-btn:hover > .ilike-img,.ilike-btn:hover > .ilike-img{
	filter:none;
	-webkit-filter:grayscale(0)
}
.iliked-img{
	border-right:1px solid #e9e9e9;
	height:30px;
}
.commentImage{
	border-right: 1px solid #e9e9e9;
	padding:5px;
	height:30px;
}
.commentBox{
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-bottom:10px;
	border-radius:0px;
	width: 70%;
    margin-left: 8%;
    background: #ffffff !important;
    clear: both;
    position: relative;
}
.commentBox::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 80%;
	border-left: 2px solid #FFBC42;
	top: 20%;
}      

.comment-messages-body{
	margin-left: -5%;
}

.comment-messages-body > p{
	text-align:justify;
	font-size:16px;
	line-height:1.45em;
}
.comment-messages-body>h4{
	color:#FFBC42;
	font-size:15px;
	font-weight:700;
	margin:0
}
.comment-messages-body > span{
	color:#777
}
.chat-form > .input-cont > input{
	width:80%;
	float:left;
}
.chat-form{
    clear:both
}

.chat-form .input-cont{
	margin-bottom:10px;
	padding-left:15px
}
.chat-form .input-cont input{
	margin-bottom:0px
}

.chat-form .input-cont input{
	border:1px solid #d3d3d3 !important;
	margin-top:0
}

.chat-form .input-cont input{
	background-color:#fff !important
}

.chat-features a{
	margin:10px 0px 10px 10px;
}

.chat-features a i{
	color:#d0d0d0
}
.chat-features > .send-btn{
	margin:0px;
	padding:14px 15px;
}
.send-btn,.enter-btn{
	background-color:#FFBC42;
	color:#FFF !important
}
.send-btn:hover,.send-btn:active,.send-btn:focus,
.send-btn:visited,.enter-btn:hover,.enter-btn:active,
.enter-btn:focus,.enter-btn:visited{
	background-color:#FFBC42;
	color:#FFF
}

.input-cont > input{
	height: 50px;
}


@media screen and (max-width:30em){
     .linkInput {
        padding: 6px 6px!important;
     }
     .postupdate {
        padding: 5px 15px!important;
        margin-top: 10px!important;
        margin-right: 4px!important;
     }
     
  	.url {
		left: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
	.updatePosts > .postBG > .row > .col-md-12 > .marginTB10 > .col-md-12 {
	text-align: justify;
     padding: 0;
    }
    .updateTitle {
       padding-left: 25px;
    }
    .updateLogo {
      width: 45px;
      height: 45px;
    }
    .chat-form .input-cont {
       padding-left: 3px;
    }
    
    .chat-form > .input-cont > input {
       width: 70%;
    }
    .send-btn{
    background-color:#FFBC42;
    color:#FFF !important;
    margin-left:-14px;
    position:absolute;
    right:30px;
   }
   .profileLogo:hover>.profile-mask {
     	bottom: 3px!important;
     	left: -12px!important;
     	width: 115px!important;
     	height: 40px!important;
     }
    .peopleList{
		display:none;
		position:absolute;
		background-color:rgba(100, 100, 99, 0.86);
		right:35px;
		top:53px;
		padding:20px;
		z-index:2;
		width:200px
    }
    
    .peopleList li{
	    display:block;
	    float:none;
	    margin-bottom:10px;
	    text-align:center
    }
}
@media (max-width: 768px){
    .profileLogo:hover>.profile-mask {
     	bottom: -46px!important;
     	left: -13px!important;
     	width: 138px!important;
     	height: 40px!important;
     }   
}
@media only screen and (max-width:1200px) and (min-width:992px){
	.profileLogo:hover>.profile-mask {
     	left: 2px!important;
     	width: 135px!important;
     }   
}
.uploadLogo{
	
	display:none;
}

.profileLogo:hover > .profile-mask > .uploadLogo{
	display:block !important;
}

.uploadLogo > span.btn-file,.uploadLogo > span.btn-file:hover,.uploadLogo > span.btn-file:active{
	background-color:transparent;
	color:#fff;
	padding:8px;
	text-align:center
}

.show-hover:hover {
    cursor: pointer !important;
}
.ngoSocial {
    padding: 0px;
    margin: 0;
}
.company-social-profiles {
	font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fefefe;
    display: inline;
}
.company-social-profiles li {
	float: left; 
    margin-right: 7px;
    display: inline-block;
}
.company-social-profiles li a, .company-social-profiles li a:hover, .company-social-profiles li a:active, .company-social-profiles li a:focus {
    background-color: transparent !important;
    border: 0 !important;
    border-color: transparent !important;
    padding: 0 !important;
}
.editUrl {
    color: #fff;
    display: inline;
}
.editUrl:hover,.editUrl:active,.editUrl:focus,.editUrl:visited{
	color: #fff;
    display: inline;
}
.FlistBox{
	color:#fff;
	padding:0;
	margin-top:-8px;
	cursor:pointer;
}
.FlistBox > span{
	color:#fff !important;
	font-size:22px
}
.FlistBox:hover > span{
	color:#FFBC42 !important
}
.orangebtn{
	background-color:#FFBC42 !important;
	border-color:#FFBC42 !important;
	color:#fff;
	font-size:16px !important;
	/*padding:8px 12px !important;*/  
	margin-top: -8%;
    padding: 3%;
}

.orangebtn:hover,.orangebtn:ACTIVE,.orangebtn:FOCUS{
	background-color:#FFBC42;
	border-color:#FFBC42;
	color:#fff;
}
.orangebtn > .FollowNb,.orangebtn > span{
	color:#fff !important;
}
.peopleList{
	float:right;
}
.peopleList li{
	display:inline-block;
	padding:0px 0px 0px 5px;
	vertical-align:middle;
	float:left
}

.peopleList li > a{
	font-size:16px !important;
}

.peopleList li span{
	color:red;
	font-weight:600;
}

.peopleList li img{
	width:45px;
	height:45px;
	float:left;
}
.BtnList{
	list-style-type:0px;
	padding:10px 0px 10px 0px;
	margin:0
}
.BtnList li{
	float:left;
	margin-right:7px
}

.BtnList li a{
	background-color:transparent;
	border:2px solid #fff;
	color:#fff;
}

.BtnList li a:hover,.BtnList li a:active,.BtnList li a:focus{
	background-color:#FFBC42;
	border:2px solid #FFBC42;
	color:#fff !important;
}
.socialIcon {
	height : 30px;
}
.company_person {
	width: 145px;
    height: 145px;
    border-radius: 50%;
    text-align: center;
    background-size: cover;
    border: 2px solid grey;
    margin: 0px auto;
}
.text-centre {
	text-align: center;
	margin-top: 10px
}
.section-team {
	width: 100%;
}
p.para_text {
    color: #404040;
    font-size: 24px;
    line-height: 1.85em;
    text-align: justify;
    padding: 20px 30px;
    font-weight: 400;
}
.section-client > .col-md-10 > p.para_text {
	margin-top: 30px;
	position: relative;
	z-index: 2;
	color:#fff;
}
.team-boxes {
	width:100%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.team-boxes > img {
	display: block;
	position: relative;
	width: 100%;
}

.team-boxes:hover > .team-mask {
	background-color: #FFBC42;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 8em 6em;
}
.team-boxes:hover > .team-mask > .team-social-media {
	display: block!important;
}
@media screen and (min-width:1100px){
	.we-do-boxes{
		height:345px;  
	}
	.whatwedo li {
		padding-right:42px;  
	}
	.teamphoto{
		height:250px;  
	}  
}
.member-detail {
	padding: 20px;
}

.member-detail > h3 {
    color: #FFBC42;
    font-size: 19px;
    letter-spacing: 1px;
    font-family: "Roboto-Regular";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: 0;
}

.member-detail > span {
	font-size: 16px;
	letter-spacing: 1px;
	font-style: italic;
	font-family: "Roboto-Regular";
}
.hide-horizontal-scroll {
	overflow-x: hidden !important;  
}
.font600 {
	font-weight: 600;
}    

/* Profile */
@media (max-width: 767px) {
	.profile-details {
		position: absolute !important;
		left: 25% !important;
	}
	
	.wrapper .profile-header .profile-image {
		left: 40px;
	}
}

@media (max-width: 640px) {
	.profile-details {
	left: 0 !important;
	}
}

@media (max-width: 1170px) and (min-width: 990px) {
	.wrapper .profile-header .profile-image {
		left: 40px;
	}
}

/*Image Gallery Css*/
.demo {
	list-style: none outside none;
	padding-left: 0;
	
}

.demo li {
	display: block;
  float: left;
  height: 120px;
  margin-bottom: 6px;
  width: 120px;
  position: relative;
  cursor: pointer;
}

.demo .last-image {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	background: rgba(0, 0, 0, 0.4);
	width: 95%;
	height: 95%;
	text-align: center;
	transform: translate(-35%, -40%);
	border-radius: 5px;
	line-height: 100px;
	cursor: pointer;
	color: #FFFFFF;
}

.demo img {
	max-width: 300px;
  height: 100%;
  cursor: pointer;
  width: 100%;
  border: 2px solid #fafafa;
  margin: 10px 15px;
}

.image-loader {
	width: 15px;	
	height: 100%;
	background: #F5F5F5;
}

.image-loader img {
	width: 15px;
	background: #F5F5F5;
}

.checkbox-hide {
	display: none;
}

.fa-big {
	font-size: 24px;
}

@media (max-width: 480px) {
	.chat-features > .btn {
		right: 5px;
	}
	
	.commentBox {
	width: 99% !important;
	}
}

.group-title {
	line-height: 0;
	font-size: 15px;
}


/* New Project PAge*/
.project-container {
  height: 450px;
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d1d1d1;
  margin-bottom: 15px;
}   
.project-container .project-image {
  height: 250px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.project-image:hover>.overlay-yellow {
    opacity: 0.85;
    cursor: auto;
}
.project-container .project-image .project-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px;
  background-image: url("https://le-uploaded-image-bucket.s3.amazonaws.com/goal-icons/icn-3.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #399ba7;
}
.project-container .project-body {
  margin: 0 15px;
}
.project-container .project-body .project-title {
  margin: 10px auto;
}
.project-container .project-body .project-title a {
  color: rgba(84, 94, 104, 0.91);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
 
.project-container .project-body .project-title a:hover {
  color: #FF4200;
}
 
.project-container .project-body .project-by {
  font-size: 12px;
}
 
.project-container .project-body .project-by a {
  color: #FF4200;
}
 
.project-container .project-body .project-content {
  margin-top: 10px;
  color: rgba(146, 147, 163, 0.9);
  font-size: 12px;
}
 
.project-container .project-body .project-location {
  position: absolute;
  bottom: 75px;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}    
 
.project-container .project-body .project-location i {
  margin-right: 10px;
}
 
.project-footer {
  height: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EFEFEF;
}
 
.progress-container {
  border: 1px solid #ff4200;
  height: 10px;
  width: 90%;
  margin: auto;
  border-radius: 2px;
  margin-top: 5%;
}
 
.statistics-container {
  margin-top: 2%;
}
 
.margin-removal-rows {
  margin-right: 0px !important;
  margin-left: 0px !important;
  margin-top: 5% !important;
}
 
.successful_project_header {
  display: inline-block;
  font-size: 16px;
  line-height: 10px;
}

.project-content {
  margin-top: 25px;
  color: rgba(146, 147, 163, 0.9);
  font-size: 12px;
}

.overlay-yellow {
	background: #EF5A20;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0;
	transition: all 200ms ease-in-out; 
	cursor: auto;
}

.overlay-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.overlay-btn {
	border: 2px solid #FFF;
	float: left;
	padding: 10px 25px;
	color: #FFF;
	border-radius: 25px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	text-align: center;
	width: 60%;
	text-decoration: none !important;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.overlay-btn:hover {
	background: #FFF;
	color: #212121;
}

.overlay-endorse {
	left: 20%;
}

.widget-statistics-value {
  font-size: 12px;
}

.widget-statistics-name {
  margin-top: 0.3em;
  font-size: 10px;
  text-transform: uppercase;
}
/*Social Profile Icons near key links */
.share_media {
	list-style-type: none;
	padding: 0;
	margin: 0px auto;
	text-align: center;
}

.share_media li {
	margin-right: 5px;
	margin-left: 5px;
}

.sharesocial {
	display: inline-block;
}  
.share_a {
	background-color: #fff;
	border: 2px solid #e8e5df;
	border-radius: 50%;
	display: inline-block;
	height: 45px;
	position: relative;
	transition: all 150ms ease 0s;
	width: 45px;
	text-align: center;
	color: #ef5a20;
	cursor: pointer;
	font-size: 20px;
}  
.social_icon {
    margin-top: 10px;
}    

.share_a.facebook{
	border: 2px solid #4c6ca6;
	color: #fff !important;
	background-color: #4c6ca6;
}

.share_a.twitter{
	border: 2px solid #1da1f2;
	color: #fff !important;
	background-color: #1da1f2;
}

.share_a.linkedin {
	border: 2px solid #0072aa;
	color: #fff !important;
	background-color: #0072aa;
}

.share_a.website {
	border: 2px solid #FFBC42;
	color: #fff !important;
	background-color: #FFBC42;
}

.share_a>i {
	color: #fff !important;
}  


.panel-heading.mobile {
	display: none !important;
}

@media (max-width: 640px) {
	.panel-heading.mobile {
		display: block !important;
	}
}

/*FOOTER FIX*/
@media (max-width: 640px) {
	.footer-right-sec {
	display: none;
	}
	
	.footer-logo-container {
	text-align: center;}
	
	.footer-links-mobile {
		display: block;
	}
	
	.footer-logo-text {
	display: none;}
	
	.footer-social-links {
	text-align: center;}
	
	.copyright-text {
	display: none;}
	
	/* Panel Collapse */
	.panel-heading {
		text-decoration: none;
		cursor: pointer;
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
	}
	
	.no-border {
	border: none !important;
	border-top: 1px solid #ffffff !important;
	border-radius: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	}
	
	.no-border.last {
	border-top: 1px solid #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
	}
	.panel-heading-custom {
		color: #FFF !important;
		background-color: #4a4a4a !important;
	}
	
	.light-font{
	font-family: 'Roboto-Light', sans-serif;
	color: #4a4a4a !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	}
	
	.light-font > li > a {
	color: #4a4a4a !important;}
	
	.footer-logo-social-icons.web {
	display: none;
}

.footer-logo-social-icons.mob {
	display: block;
}

.love-div {
	position: relative;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

.madewithlove {
	position: relative;
	left: 0;
	transform: none;
	bottom: 10px;
}
}

/*Search by location */
.search_input_class {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid;
	background: transparent;
	box-shadow: none;
}.ta-hidden-input {
	width: 1px;
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -10000px;
	left: -10000px;
	opacity: 0;
	overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
	min-height: 100px;
	margin: 10px 0;
	height: auto;
	overflow: auto;
	font-family: inherit;
	font-size: 100%;
	outline: none;
}

.ta-scroll-window.form-control {
	position: relative;
	padding: 0;
}

.ta-scroll-window > .ta-bind {
	height: auto;
	min-height: 300px;
	padding: 6px 12px;
}

.ta-editor:focus {
	user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
	z-index: 100;
	position: absolute;
	display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
	position: absolute;
	bottom: 16px;
	right: 16px;
	border: 1px solid black;
	background-color: #FFF;
	padding: 0 4px;
	opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
	position: absolute;
	bottom: 5px;
	right: 5px;
	left: 5px;
	top: 5px;
	border: 1px solid black;
	background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
	width: 10px;
	height: 10px;
	position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
	top: 0;
	left: 0;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
	top: 0;
	right: 0;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
	bottom: 0;
	left: 0;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
	bottom: 0;
	right: 0;
	border: 1px solid black;
	cursor: se-resize;
	background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
			background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
			box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
	margin-top: -10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}
.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
