/*==================================================
  Template Name: PiposX
  Description: Connect better after school
  Author: Farukh Zahoor
  Version: 2.1
==================================================*/

/*==================================================
  [Table of Contents]
  --------------------------------------------------
  - body
    - Typography
    - Common classes
    - Header
    - Homepage
      - Top Banner
      - Signup Form
      - Features
      - App Download
      - Image Divider
      - Site Facts
      - Live Feed
    - Landing Page | Register
    - Newsfeed 
      - Left Sidebar
      - Right Sidebar
      - Create Post Box
      - Post Contents
      - Nearby People
      - Friend List
      - Chat Room
      - Media: image and video 
    - Timeline
      - Timeline Sidebar
      - Post Date
      - About Profile
      - Profile Album
    - Contact Us
    - Footer
    - Media Queries
    - Slide Animations
    - Scroll Down Arrow
    - Preloader
==================================================*/

html, body {
  height: 100%;
  width: 100%;
}

body{
	font-family: 'Lato', sans-serif;
  line-height: 26px;
	color: #6d6e71;
	font-size: 12px;
}


/*==================================================
  Typography
  ==================================================*/

@font-face {
    font-family:"Agency FB";
    src: url("../fonts/agency-fb.eot") /* EOT file for IE */
}
@font-face {
    font-family:"Agency FB";
    src: url("../fonts/agency-fb.ttf") /* TTF file for CSS3 browsers */
}

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i");

h1, h2, h3, h4, h5, h6{color: #27aae1;}

h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey{
  color: #6d6e71;
  margin: 0 auto 20px;
}

.text-white{color: #fff;}

.text-white:hover{color: #fff;}

.head-title-image:hover{cursor: pointer;}
.seen-status:hover{cursor: pointer;}

.text-green{color: #8dc63f !important;}

.text-green:hover{color: #39b54a !important;}

.text-red{color: #ef4136 !important; }

.text-red:hover{color: #d6100b !important;}

.profile-link{font-weight: 600;}

.text-muted{color: #939598;}

a{color: #27aae1; }

a:hover{color: #149AC9; cursor:pointer !important;}

a, a:active, a:focus {outline: none;}

section h1.section-title{
	font-family: 'Agency FB', sans-serif;
	font-size: 215px;
	color: #E6E7E8;
	margin-bottom: -55px;
}

section h2.sub-title{
	font-family: 'Agency FB', sans-serif;
	color: #E6E7E8;
	font-size: 50px;
	margin: 40px 0;
}


.following{
  color: #8dc63f;
  font-size: 12px;
  margin-left: 20px;
}
.privacy {
    font-weight: 300;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}
.font-weight-bold {
    font-weight: bold;
}
.font-italic {
    font-style: italic;
}
/*==================================================
  Common
  ==================================================*/
.container {
    /*max-width: 1050px;*/
    max-width: 1130px;
}

section .wrapper{
	padding-top: 100px;
	padding-bottom: 100px;
}

#page-contents{
  padding: 20px 0 10px;
}

.btn-primary{
	background: #27aae1;
	padding: 5px 25px;
	border: none;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	position: relative;
  font-weight: 600;
  outline: none;
  border-radius: 30px;
  
}

.btn-primary:hover{
  background: #149AC9;
  transition: all 1s;
}

.btn-default {

    background: #ebebeb  !important;
	padding: 5px 25px;
	border: none;
	font-size: 14px;
	border-radius: 4px;
	color: #333 !important;
	position: relative;
  font-weight: 600;
  outline: none;
  border-radius: 30px;

    
    
}
.btn-default2 {

    background: #ebebeb  !important;
	padding: 5px 25px;
	border: none;
	font-size: 10px;
	border-radius: 4px;
	color: #333 !important;
	position: relative;
  font-weight: 600;
  outline: none;
  border-radius: 30px;
    
}
.btn-default:hover {
    background-color: #ccc7c7 !important;
    transition: all 1s;
}

.btn-secondary{
	background: linear-gradient(to bottom, rgba(109,110,113,1), rgba(0,0,0,1));
	padding: 0 20px;
	border: none;
	min-height: 36px;
	font-size: 18px;
	border-radius: 6px;
	color: #fff;
	position: relative;
  outline: none;
}

.btn-secondary:hover{
	background: #000;
  transition: all 1s;
}

section img{
	margin: auto;
}

img.profile-photo{
  height: 58px;
  width: 58px;
  border-radius: 50%;
}

img.profile-photo-lg{
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

img.profile-photo-md{
	height: 50px;
	width: 50px;
	border-radius: 50%;
    margin-top:-10px;
}

img.profile-photo-sm{
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

img.profile-photo-xs{
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.img-wrapper{
  position: relative;
}

.img-wrapper::after{
  content: "";
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 1s ease 0s;
}

.img-wrapper:hover:after{
  background-color: rgba(0,0,0, 0.4);
}

ul{
  padding-left: 15px;
}

ul li{
  list-style-image: url("../images/bullet.png");
}

.line-divider{
  background: none;
  height: 1px;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}

.map{
  width: 100%;
  height: auto;
  border: none;
}

.static{
  position: static;
}

textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;
}


/*==================================================
  Header
  ==================================================*/

#header{
  min-height: 50px;
}

.menu{
  background: #231F20;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

.menu .form{
  margin: 12px 0;
}

.menu .form .form-group{
  position:relative;
}

.menu .form .form-group i.icon {
    position: absolute;
    right: 15px;
    top: 1px;
    color: #fff;
}

.menu .form .form-group input.form-control{
  background: rgba(255,255,255, 0.2);
  border: 0;
  box-shadow: none;
  min-width: 235px;
  color: #fff;
  height: 26px;
  border-radius: 13px;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 45px;
}

.menu ul.main-menu li.dropdown a{
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.menu ul.main-menu li.dropdown a:hover, .menu ul.main-menu li.dropdown a:active, .menu ul.main-menu li.dropdown a:focus{
  color: #27aae1;
  background: none;
}

.menu ul.main-menu li.open a, .menu ul.main-menu li.open a:active, .menu ul.main-menu li.open a:focus{
  background: transparent;
  color: #27aae1;
}

.menu ul.main-menu li ul.dropdown-menu{
  background: #231F20;
  box-shadow: none;
  border: 0;
  padding: 0;
}

.menu ul.main-menu li ul.dropdown-menu li{
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255, 0.1)
}

.menu ul.main-menu li ul.dropdown-menu li a, .menu ul.main-menu li.open ul.dropdown-menu li a{
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.menu ul.main-menu li ul.dropdown-menu li a:hover, .menu ul.main-menu li.open ul.dropdown-menu li a:hover{
  color: #e6e6e6;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border: 0;
}

/*For Homepage Header | Display on Scroll*/

#header.lazy-load{
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  transition: .5s ease-in-out;
  transform: translateY(-50px);
  z-index: 99999;
}
#header.lazy-load.visible{
  visibility: visible;
  transform: translateY(0);
}


/*Transparent Background Header for Landing Page-2*/

#header-inverse nav.menu{
  background: transparent;
  margin-top: 15px;
  z-index: 1030;
}

#header-inverse .menu ul.main-menu li ul.dropdown-menu{
  border-radius: 4px;
  position: absolute;
}

#header-inverse .menu ul.main-menu li ul.dropdown-menu::before{
  content: "";
	display: block;  
	position: absolute;
	right: 20px;
	bottom: 100%;
	width: 0;
	height: 0;
	border-bottom: 10px solid #231F20;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}


/*==================================================
  Homepage Top Banner
  ==================================================*/

#banner{
	/*background: url("http://placehold.it/1920x900") fixed no-repeat;*/
    background: url("../images/bg-1.jpg") fixed no-repeat;
  background-position: center;
	background-size: cover;
	width: 100%;
	min-height: 550px;
	position: relative;
	top: 0;
}


/*==================================================
  Homepage Signup Form
  ==================================================*/

.sign-in-form{
  background: linear-gradient(to bottom, rgba(43,57,144,.8), rgba(39,170,225,1) 65%);
  position: absolute;
  width: 340px;
  min-height: 600px;
  top: 0;
  padding: 40px 30px;
  text-align: center;
  color: #fff;
  z-index: 1000;
}

.sign-in-form:after{
  content: "";
  border-color: #27aae1 transparent transparent;
  border-style: solid;
  border-width: 40px 170px 0;
  bottom: -40px;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.sign-in-form h2{
  font-family:'Agency FB', sans-serif;
  margin: 100px 0 20px;
}

.sign-in-form .line-divider{
  background: none;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, .20);
  width: 180px;
  margin: auto;
  margin-bottom: 10px;
}

.sign-in-form .form-wrapper{
  padding: 20px 20px 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-top: none;
  margin-bottom: 30px;
}

.sign-in-form .form-wrapper .signup-text{
  font-size: 15px;
}

.sign-in-form .form-wrapper .form-group{
  margin-bottom: 10px;
  width: 100%;
}

.sign-in-form .form-wrapper .form-group .form-control{
  border: none;
  box-shadow: none;
  border-radius: 17px;
  padding-left: 20px;
}

.sign-in-form .form-wrapper input[type="submit"]{
  position: relative;
  top: 20px;
  border-radius: 17px;
}

.sign-in-form a{
  color: #fff;
}

.sign-in-form img.form-shadow{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}


/*==================================================
  Features Section
  ==================================================*/

#features{
	background: #EFEFEF;
	background: radial-gradient(#fff 50%, #EFEFEF 90%);
	background: -moz-radial-gradient(#fff 50%, #EFEFEF 90%);
	background: -webkit-radial-gradient(#fff 50%, #EFEFEF 90%);
	background: -o-radial-gradient(#fff 50%, #EFEFEF 90%);
	text-align: center;
}

#features .feature-item .feature-icon{
  background: linear-gradient(to bottom, rgba(43,57,144,.8), rgba(39,170,225,.8) 65%), url("../images/blur.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  margin: auto;
  border: 6px solid #fff;
  box-shadow: 0 12px 12px rgba(39, 170, 225, 0.3);
  cursor: pointer;
  font-size: 35px;
  color: #fff;
  line-height: 100px;
}

#features .feature-item .feature-icon:hover{
  background: #27aae1;
  transition: all 1s;
}

#features .feature-item h3{
  font-family: 'Agency FB', sans-serif;
  color: #939598;
}

#incremental-counter .num {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #27aae1;
  display: inline-block;
  height: 64px;
  line-height: 62px;
  margin: 0 4px 20px;
  position: relative;
  left: -1px;
  text-align: center;
  width: 50px;
  font-size: 45px;
  font-size: 3.72625em;
  font-weight: normal;
  font-family: 'Agency FB', sans-serif;
}
#incremental-counter .num::before {
  background: #00aae6;
  content: "";
  display: block;
  height: 1px;
  left: -1px;
  margin: -0.5px 0 0;
  position: absolute;
  right: -1px;
  top: 50%;
  width: auto;
}

#features img.face-map{
  margin: 0 auto -250px;
}


/*==================================================
  App Download Section
  ==================================================*/

#app-download{
  background: #fff;
  text-align: center;
}

#app-download ul.app-btn{
  padding: 0;
  margin: 0;
}

#app-download ul.app-btn li{
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}

#app-download ul.app-btn li button{
  padding: 8px 15px;
}

#app-download ul.app-btn li button::after{
  content: "";
  background: linear-gradient(to bottom, rgba(0,0,0,.1), transparent 70%);
  height: 36px;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 6px;
}


/*==================================================
  Homepage Image Divider
  ==================================================*/

.img-divider{
  /*background: url("http://placehold.it/1920x460") no-repeat;*/
  background: url("../images/bg-2.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 460px;
  background-position: center;
}


/*==================================================
  Site Facts Section
  ==================================================*/

#site-facts{
	background: radial-gradient(rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 1) 100%), url("../images/bg-4.jpg") fixed no-repeat;
	background-size: cover;
	height: 500px !important;
	text-align: center;
	color: #fff;
}

#site-facts .circle{
  background: #27aae1;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  top: -180px;
  padding: 75px;
  overflow: hidden;
}

#site-facts .circle ul.facts-list{
  padding: 0;
  margin: 0;
}

#site-facts .circle ul.facts-list li{
  list-style: none;
}

#site-facts .circle ul.facts-list li:nth-child(1){
  margin: 5px auto 50px;
}

#site-facts .circle ul.facts-list li:nth-child(1)::before{
  content: "";
  border-left: 1px solid rgba(255,255,255, 0.2);
  height: 75px;
  position: absolute;
  top: 0;
}

#site-facts .circle ul.facts-list li:nth-child(1)::after{
  content: "";
  border-left: 1px solid rgba(255,255,255, 0.2);
  height: 34px;
  position: absolute;
}

#site-facts .circle ul.facts-list li:nth-child(2)::after{
  content: "";
  border-left: 1px solid rgba(255,255,255, 0.2);
  height: 34px;
  position: absolute;
}

#site-facts .circle ul.facts-list li:nth-child(3){
  margin: 50px auto 10px;
}

#site-facts .circle ul.facts-list li:nth-child(3)::after{
  content: "";
  border-left: 1px solid rgba(255,255,255, 0.2);
  height: 75px;
  position: absolute;
  bottom: 0;
}

#site-facts .circle .fact-icon{
  background: rgba(255,255,255, .1);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: auto;
}

#site-facts .circle .fact-icon{
  font-size: 50px;
}


/*==================================================
  Live Feed Section Homepage
  ==================================================*/

#live-feed{
  background: #fff;
	text-align: center;
}

#live-feed ul.online-users li {
  margin: 0;
}


/*==================================================
  Landing Page: V2 | Register/Login
  ==================================================*/  

#lp-register{
  background: linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.7)), url("../images/profile-placeholder.png") fixed no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

#lp-register .wrapper{
  padding-top: 140px;
  padding-bottom: 140px;
}

.intro-texts{
  color: #fff;
  font-size: 14px;
  transform: translateY(100px);
}

.intro-texts h1{
  margin-bottom: 30px;
  font-weight: 700;
}

.intro-texts button{
  margin-top: 20px;
  border-radius: 30px;
  padding: 8px 20px;
  width: 150px;
}

.intro-texts button::before{
  content: none;
}


/*Registration Form Container*/

.reg-form-container{
  background: #fff;
  box-shadow: 0 0 35px rgba(0,0,0, .4);
  padding: 40px 40px 40px 60px;
  border-radius: 6px;
  position: relative;
  min-height: 560px;
  z-index: 10;
}

.reg-form-container::before{
  content: "";
  background: rgba(255,255,255, .1);
  width: 95%;
  height: 70%;
  border-radius: 6px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
}

.reg-form-container::after{
  content: "";
  background: rgba(255,255,255, .1);
  width: 90%;
  height: 65%;
  border-radius: 6px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.reg-form-container .reg-options::before{
  content: "";
  background: linear-gradient(to right, rgba(255,255,255, 0.2) , rgba(255,255,255, 0.05));
  height: 70%;
  width: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  border-radius: 6px 0 0 6px;
  z-index: -1;
}


/*Registration Login/Register Tabs*/

.reg-form-container .reg-options .nav-tabs{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-60%) rotate(270deg);
  border: none;
}

.reg-form-container .nav-tabs > li{
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.reg-form-container .nav-tabs > li::after{
  content: "";
  background: rgba(255,255,255, 0.1);
  height: 25px;
  width: 1px;
  position: absolute;
  right: -10px;
  top: 5px;
}

.reg-form-container .nav-tabs > li:last-child::after{
  content: none;
}

.reg-form-container .nav-tabs > li > a{
  background: transparent;
  color: #939598;
  padding: 5px 30px;
  min-width: 120px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: none;
}

.reg-form-container .nav-tabs > li.active > a, 
.reg-form-container .nav-tabs > li.active > a:focus, 
.reg-form-container .nav-tabs > li.active > a:hover{
  background: transparent;
  color: #fff;
  font-weight: 700;
  border: none;
}

/*Registration Form*/

#registration_form .form-group,
#Login_form .form-group{
  margin-bottom: 10px;
}


  
#registration_form .form-control,
#Login_form .form-control{
  background: #fff;
  color: #939598;
  border-radius: 30px;
  box-shadow: none;
  width: 100%;
  border: 1px solid #f2f2f2;
  padding-left: 15px;
}

#registration_form select.form-control{
  background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll calc(100% - 10px) center / 8px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #939598;
}

#registration_form p.birth{
  margin-left: 10px;
}

/*Social Links Bottom*/
 
#lp-register ul.social-icons{
  text-align: center;
  margin-top: 40px;
  z-index: 11;
}
  
#lp-register ul.social-icons li{
  border: none;
}  
  
#lp-register ul.social-icons li a{
  color: #fff;
}

#lp-register ul.social-icons li a:hover{
  color: #27aae1;
  transition: all .5s;
}


/*feed-block and ul.online-users css available below*/

/*==================================================
  Newsfeed Left Sidebar
  ==================================================*/

/*Profile Card CSS*/

.profile-card{
  /*background: linear-gradient(to bottom, rgba(39,170,225,.8), rgba(28,117,188,.8)), url("http://placehold.it/1030x430") no-repeat;*/
  background: linear-gradient(to bottom, rgba(39,170,225,.8), rgba(28,117,188,.8))/*, url("../images/profile-cover.jpg") no-repeat*/;
  background-size: cover;
  width: 100%;
  height: 105px;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  margin-bottom: 4px;
}
.profile-card .profile-desc{
    position: relative;
    display: inline-block;
    top: -26px;
}

.profile-card .profile-desc h5{
    margin: 26px 0px;
}

.profile-card img.profile-photo{
  border: 7px solid #fff;
  float: left;
  margin-right: 20px;
  position: relative;
  top: -9px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

/*Newsfeed Links CSS*/

ul.nav-news-feed{
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 10px 0;
}

ul.nav-news-feed li{
  list-style: none;
  display: block;
  padding: 5px 0;
}

ul.nav-news-feed li div{
  position: relative;
  margin-left: 30px;
  }

ul.nav-news-feed li div::after{
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #f1f2f2;
  position: absolute;
  bottom: -3px;
  left: 0;
}

ul.nav-news-feed li a{color: #6d6e71;}

ul.nav-news-feed li i{
  font-size: 18px;
  margin-right: 15px;
  float: left;
}

ul.nav-news-feed i.ion-ios-paper{color: #8dc63f;}

ul.nav-news-feed i.ion-ios-people{color: #662d91;}

ul.nav-news-feed i.ion-ios-calendar-outline{color: #8dc63f;}

ul.nav-news-feed i.ion-ios-contact-outline{color: #e01961;}

ul.nav-news-feed i.ion-android-bulb{color: #712b94;}

ul.nav-news-feed i.ion-ios-people-outline{color: #ee2a7b;}

ul.nav-news-feed i.ion-ios-keypad-outline{color: #f7941e;}

ul.nav-news-feed i.ion-chatboxes{color: #27aae1;}

ul.nav-news-feed i.ion-plus-round{color: #f7941e; margin-top:4px;}


ul.nav-news-feed i.ion-images{color: #1c75bc;}

ul.nav-news-feed i.ion-ios-videocam{color: #9e1f63;}

/*Chat Block CSS*/

#chat-block{
  margin: 0 0 40px 0;
  text-align: center;
}

#chat-block .title{
  background: #8dc63f;
  padding: 2px 20px;
  width: 70%;
  height: 30px;
  border-radius: 15px;
  position: relative;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

ul.online-users{
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin: 0;
}

ul.online-users li{
  list-style: none;
  position: relative;
  margin: 3px auto !important;
  padding-left: 3px;
  padding-right: 3px;
}

ul.online-users li span.online-dot{
  background: linear-gradient(to bottom, rgba(141,198,63, 1), rgba(0,148,68, 1));
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  bottom: -6px;
  border: 2px solid #fff;
  left: 0;
  right: 0;
  margin: auto;
}


/*==================================================
  Newsfeed Right Sidebar
  ==================================================*/

.suggestions.affix{
  position:fixed !important;
}

.follow-user{
  margin-bottom: 20px;
}

.follow-user div{
  margin-left: 50px;
  position: relative;
}

.follow-user div::after{
  content: "";
  background: none;
  border-top: 1px solid #f1f2f2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
}


/*==================================================
  Create Post Box CSS
  ==================================================*/

.create-post{
  width: 100%;
  min-height: 90px;
  padding: 0px 10px 10px 10px;
  margin-bottom: 10px;
  /*border-bottom: 1px solid #f1f2f2;*/
}

.create-post .form-group{
  margin-bottom: 0;
  display: inline-flex;
}

.create-post .form-group img.profile-photo-md{
  margin-right: 10px;
  margin-top: 8px;
}

.create-post .tools{
  padding: 8px 0 0px;
}
.create-post.focus .tools{
  padding: 8px 0 7px;
}

.create-post .tools ul.publishing-tools{
  display: inline-block;
  text-align:left;
  margin: 0;
  padding:5px 0;
}

.create-post .tools ul.publishing-tools li a{
  color: #6d6e71;
  font-size: 18px;
}

.create-post .tools ul.publishing-tools li a:hover{
  color: #27aae1;
}


/*==================================================
  Post Contents CSS
  ==================================================*/

.post-content{
  background: #f8f8f8;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #f1f2f2;
  margin-bottom: 20px;
  /*overflow: hidden;*/
  position: relative;
}

.post-content img.post-image, video.post-video, .google-maps{
  width: 100%;
  height: auto;
}

.post-content .google-maps .map{
  height: 300px;
}

.post-content .post-container{
  padding: 20px;
}

.post-content .post-container .post-detail{
  margin-left: 65px;
  position: relative;
}

.post-content .post-container .post-detail .post-text{
  line-height: 24px;
  margin: 0;
}

.post-content .post-container .post-detail .reaction{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.post-content .post-container .post-detail .post-comment{
    display: inline-flex;
  margin: 5px auto;
  width: 100%;
  position: relative;
}
.post-content .post-container .post-detail .comment-list .post-comment {
    display: block;
}
.post-comment-edit img, .post-comment-reply-edit img,.post-comment-reply-link img,.post-comment-delete img, .post-comment-reply-delete img{
    width: 15px;
    opacity: 0.3;
}
.post-content .post-container .post-detail .post-comment .post-comment-area{
    display: inline-flex;
    width : 100%;
}
.replies-list .post-comment-area{
    display: block!important;
}
.replies-list .post-comment-area .single-reply-area{
    display: inline-flex;
    width : 100%;
}
.post-content .post-container .post-detail .post-comment .comment-edit, .replies-list .post-comment-area .reply-edit {
    position : relative;
    margin-left: 50px;
    top: -15px;
}
.replies-list .post-comment-area .reply-edit {
    margin-left: 43px;
}
.replies-list .post-comment-area .reply-edit.show, .comment-list .comment-edit.show {
    display: inline-flex!important;
    width: -webkit-fill-available;
}
.post-content .post-container .post-detail .post-comment .comment-edit .emoji-picker-icon{
    top: 14px !important;
    right: 40px;
}
.post-content .post-container .post-detail .post-comment .comment-edit .emoji-menu{
    margin-top: 40px !important;
}
.post-comment .emoji-picker-icon {
    top: 14px!important;
    right: 38px;
}
.reply-edit .emoji-picker-icon {
    top: 14px !important;
    right: 40px;
}
.post-content .post-container .post-detail .post-comment .comment-replies{
    position : relative;
    margin-left: 42px;
    padding-left: 7px;
    border-left: 2px solid gainsboro;
    margin-top: 10px;
}
.post-content .post-container .post-detail .post-comment .comment-replies .post-comment-area img.profile-photo-sm{
    width: 32px;
    height: 32px;
}
.post-content .post-container .post-detail .post-comment .comment-replies .reply-textarea{
    position : relative;
    display : inline-flex;
    width : 100%;
}
.post-comment .emoji-menu {
    margin-top: 41px!important;
    z-index: 999 !important;
}
.reply-edit .emoji-menu{
    margin-top: -8px!important;
}
.post-content .post-container .post-detail .post-comment img.profile-photo-sm{
  margin-right: 10px;
}

.post-content .post-container .post-detail .post-comment .form-control{
  height: 30px;
  box-shadow: none;
  margin: 7px 0;
  min-width: 0;
  margin-right: 6px;
}
.post-comment.background-blur{
    background-color: aquamarine;
}


/*==================================================
  Nearby People CSS
  ==================================================*/

.people-nearby .google-maps{
  background: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #f1f2f2;
  padding: 20px;
  margin-bottom: 20px;
}

.people-nearby .google-maps .map{
  height: 300px;
  width: 100%;
  border: none;
}

.people-nearby .nearby-user{
  padding: 20px 0;
  border-top: 1px solid #f1f2f2;
  border-bottom: 1px solid #f1f2f2;
  margin-bottom: 20px;
}


/*==================================================
  Friend List CSS = Newsfeed and Timeline
  ==================================================*/

.friend-list .friend-card{
  border-radius: 4px;
  border-bottom: 1px solid #f1f2f2;
  overflow: hidden;
  margin-bottom: 20px;
}

.friend-list .friend-card .card-info{
  padding: 0 20px 10px;
      height: 101px;
}

.friend-list .friend-card .card-info img.profile-photo-lg{
  margin-top: -60px;
  border: 7px solid #fff;
}


/*==================================================
  Chat Room CSS
  ==================================================*/

/*Chat Contact List*/

.chat-room ul.contact-list li{
  width: 100%;
  margin-bottom: 0;
}

.chat-room ul.contact-list li a{
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #f1f2f2 !important;
}

.chat-room ul.contact-list li a:hover, .chat-room ul.contact-list li a:active, .chat-room ul.contact-list li a:focus{
  border: none;
  border-bottom: 1px solid #8dc63f !important;
  border-radius: 0;
  cursor: pointer;
  background: none;
}

.chat-room ul.contact-list li a .contact{
  margin-left: 10px;
  margin-right: 10px;
}

.chat-room ul.contact-list li a .contact .msg-preview{
  margin-left: 50px;
}

.chat-room ul.contact-list li a .contact .msg-preview small{
  position: absolute;
  top: 20px;
  right: 10px;
}

.chat-room ul.contact-list li a .contact .msg-preview .chat-alert{
  background: red;
  text-align: center;
  border-radius: 4px;
  padding: 1px 6px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  color: #fff;
}

.chat-room ul.contact-list li a .contact .msg-preview .seen, .replied{
  color: #939598;
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 14px;
}

/*Chat Messages*/

.chat-room .chat-body ul.chat-message{
  padding: 0;
  margin: 0;
}

.chat-room .chat-body ul.chat-message li{
  list-style: none;
  margin-bottom: 20px;
}

.chat-room .chat-body ul.chat-message li.left .chat-item{
  background: rgba(141,198,63, .1);
  margin-left: 50px;
  padding: 5px 10px;
  position: relative;
  border-radius: 10px;
}

.chat-room .chat-body ul.chat-message li.left .chat-item::before{
  border-bottom: 10px solid transparent;
  border-right: 8px solid rgba(141,198,63, .1);
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  left: -8px;
  position: absolute;
  top: 10px;
  width: 0;
}

.chat-room .chat-body ul.chat-message li.left .chat-item .chat-item-header{
  border-bottom: 1px dotted #caef8e;
  margin-bottom: 10px;
}

.chat-room .chat-body ul.chat-message li.right .chat-item{
  background: rgba(39,170,225, .1);
  margin-right: 50px;
  padding: 5px 10px;
  position: relative;
  border-radius: 10px;
}

.chat-room .chat-body ul.chat-message li.right .chat-item::after{
  border-bottom: 10px solid transparent;
  border-left: 8px solid rgba(39,170,225, .1);
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  right: -8px;
  position: absolute;
  top: 10px;
  width: 0;
}

.chat-room .chat-body ul.chat-message li.right .chat-item .chat-item-header{
  border-bottom: 1px dotted #bce8f7;
  margin-bottom: 10px;
}

.chat-room .chat-body ul.chat-message li .chat-item .chat-item-header h5{
  color: #4d4d4d;
}

.chat-room .chat-body ul.chat-message li .chat-item .chat-item-header small{
  position: absolute;
  top: 15px;
  right: 20px;
}

.chat-room .send-message{
  background: #f8f8f8;
  padding: 20px;
  border-radius: 4px;
}

.chat-room .send-message button{
  background: #000;
  color: #fff;
}

/*CSS for custom scrollbar*/

.scrollbar-wrapper.scrollbar-dynamic {
    max-height: none;
}
.scrollbar-wrapper.tab-content{
    overflow-y: auto;
    height: 400px;
}

.scrollbar-wrapper.contact-list{
    overflow-y: auto;
    height: 400px;
    border: none;
    margin-bottom: 20px;
}

.scrollbar-wrapper {
    height: 100%;
    overflow: auto;
    width: 100%;
}


/*==================================================
  Media = Images and Videos CSS
  ==================================================*/

.media .media-grid{
  background: #f8f8f8;
  border: 1px solid #f1f2f2;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.media .media-grid img.post-image, video{
  width: 100%;
  cursor: pointer;
}
.post-video-magnific
{
    width:auto !important;
    height:auto !important;
}
.video-class
{
    text-align:center;
}
.media .media-grid .media-info{
  padding-left: 10px;
  padding-right: 10px;
}

.media .media-grid .media-info .reaction{
  padding: 10px 0;
  border-bottom: 1px solid #f1f2f2;
}

.media .media-grid .media-info .user-info{
  padding: 10px 0;
}

.media .media-grid .media-info .user-info .user{
  margin: -10px 0 0 50px;
}

.modal-content .post-content{
  margin: 0;
}


/*==================================================
  Timeline
  ==================================================*/

/*.timeline-cover{
  background: url("/Assets/2017/images/background.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 360px;
  border-radius: 0 0 4px 4px;
  position: relative;
}*/
.timeline-cover{
    /*background: url("/Assets/2017/images/background.jpg") no-repeat;*/
    background-repeat:  no-repeat;
    min-height: 360px;
    border-radius: 0 0 4px 4px;
    position: relative;
    background-size: 100%!important;
    display: none;
    background-position:0px 0px;
    
}
/*.timeline-cover-project{
  background: url("/Assets/2017/images/background-project.jpg") no-repeat !important;   
  background-position: center !important;
  background-size: cover !important; 
}*/
.dragable{
    cursor: move;
}


/*Timeline Menu for Large Screens*/

.timeline-cover .timeline-nav-bar{
  background: rgba(0,0,0, .7);
  width: 100%;
  position: absolute;
  bottom: 25px;
}

.timeline-cover .timeline-nav-bar .profile-info{
  position: absolute;
  text-align: center;
  padding: 0 20px;
  top: -100px;
  z-index: 999;
}

.timeline-cover .timeline-nav-bar .profile-info img.profile-photo{
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 10px solid #fff;
}

.timeline-cover .timeline-nav-bar ul.profile-menu{
  margin: 0;
  display: table;
}

.timeline-cover .timeline-nav-bar .profile-menu li{
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
}

.timeline-cover .timeline-nav-bar .profile-menu li a{
  color: #fff;
  padding: 15px;
  text-decoration: none;
}

.timeline-cover .timeline-nav-bar .profile-menu li a.active{
  color: #27aae1;
}

.timeline-cover .timeline-nav-bar .profile-menu li a:hover{
  color: #27aae1;
}

.timeline-cover .timeline-nav-bar ul.follow-me{
  margin: 0;
  position: absolute;
  right: 15px;
  top: 2px;
}

.timeline-cover .timeline-nav-bar .follow-me li{
  padding: 8px 15px;
  color: #fff;
}

/*Timeline Menu for Small Screens*/

.timeline-cover .navbar-mobile{
  bottom: -185px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.timeline-cover .navbar-mobile .profile-info img.profile-photo{
  border: 10px solid #fff;
  border-radius: 50%;
  height: 200px;
  margin: auto;
  width: 200px;
}

.timeline-cover .navbar-mobile .mobile-menu ul{
  margin: 0 0 20px;
}

.timeline-cover .navbar-mobile .mobile-menu ul li{
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.timeline-cover .navbar-mobile .mobile-menu ul li::after{
  content: "";
  height: 20px;
  background: none;
  border-right: 1px solid #f1f2f2;
  position: absolute;
  right: 0;
}

.timeline-cover .navbar-mobile .mobile-menu ul li:nth-child(4)::after{
  content: none;
}

.timeline-cover .navbar-mobile .mobile-menu ul li a{
  color: #4d4d4d;
}

.timeline-cover .navbar-mobile .mobile-menu ul li a.active{
  color: #27aae1;
}


/*==================================================
  Timeline Sidebar Right
  ==================================================*/

.feed-item{
  text-align: left;
  margin-bottom: 13px;
  padding: 0 20px;
  position: relative;
}

.feed-item::before{
  border-left: 2px solid #8dc63f;
  position: absolute;
  height: 30px;
  content: "";
  left: 0;
  top: 5px;
}

.feed-item img.profile-photo-sm{
  float: left;
  margin-right: 10px;
}

.feed-item .live-activity{
  border-bottom: 1px solid #f1f2f2;
}


/*==================================================
 Post Date
==================================================*/

.timeline .post-content{
  position: relative;
  overflow: visible;
}

.timeline .post-content::before{
  content: "";
  position: absolute;
  background: none;
  width: 1px;
  height: 98%;
  left: -145px;
  border-left: 2px solid #8dc63f;
  top: 15px;
}

.timeline .post-content .post-date{
  position: absolute;
  margin-left: -125px;
}

.timeline .post-content .post-date::before{
  content: "";
  background: #8dc63f;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  left: -30px;
  top: 10px;
  border: 2px solid #fff;
}

.timeline .post-content img.post-image{
  border-radius: 4px 4px 0 0;
}


/*==================================================
  About Profile
  ==================================================*/

.about-profile{
  margin-bottom: 20px;
}

.about-profile .about-content-block{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f2f2;
  line-height: 24px;
  margin-bottom: 10px;
}

.about-profile .about-content-block h4 i.icon-in-title{
  margin-right: 15px;
  color: #27aae1;
}

.about-profile .about-content-block .organization img.img-org{
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.about-profile .about-content-block .organization .work-info{
  /*margin-left: 50px;*/
}

.about-profile .about-content-block .google-maps .map{
 height:150px;
}

ul.interests span.int-icons{
  color: #fff;
  font-size: 25px;
  color: #8dc63f;
  cursor: pointer;
}

.map-container {
    width: 100%;
}
.map-container iframe{
    display: block;
    width: 100%;
    position: relative; /* IE needs a position other than static */
    pointer-events: none;
}
.map-container iframe.clicked{
    pointer-events: auto;
}


/*==================================================
  Profile Album
  ==================================================*/

ul.album-photos{
  padding: 0;
  margin: 0 auto 20px;;
  display: block;
  font-size: 0;
  text-align: center;
}

ul.album-photos li{
  list-style: none;
  display: inline-block;
  max-width: 195px;
  padding: 2px;
}

ul.album-photos li img{
  max-width: 100%;
}


/*==================================================
  Contact Us
  ==================================================*/

.contact-map{
  height: 250px;
}

.contact-us{
  background: #fff;
  padding: 40px;
  margin-top: -140px;
  border-radius: 4px;
}

.contact-us .form.contact-form{
  margin-bottom: 20px;
}

.contact-us form.contact-form .form-group{
  position: relative
}

.contact-us form.contact-form .form-group i{
  color: #f1f2f2;
  font-size: 16px;
  left: 10px;
  position: absolute;
  top: 3px;
}

.contact-us form.contact-form .form-group input.form-control{
  box-shadow: none;
  height: 30px;
  padding-left: 30px;
  font-size: 12px;
  border: 1px solid #f1f2f2;
}

.contact-us form.contact-form .form-group textarea{
  box-shadow: none;
  font-size: 12px;
  border: 1px solid #f1f2f2;
}

.contact-us .reach{
  margin: 10px 0;
  position: relative;
  line-height: 40px;
}

.contact-us .reach span{
  border: 1px solid #f1f2f2;
  position: absolute;
  color: #8DC63F;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 50px;
  text-align: center;
  font-size: 20px;
}

.contact-us .reach p{
  margin-left: 50px;
}

.contact-us ul.social-icons{
  margin-top: 20px;
}


/*==================================================
  Site Footer
  ==================================================*/

#footer{
  background: #fff;
  position: relative;
}

#footer::before{
  content: "";
  background: linear-gradient(to right, #ffffff 0%,#53cbf1 50%,#ffffff 100%);
  height: 5px;
  width: 100%;
  position: absolute;
}

.footer-wrapper{
  padding: 15px 0;
  float: left;
  width: 100%;
}

.footer-wrapper h6{
  margin-bottom: 20px;
  font-weight: 600;
}

img.footer-logo{
  margin-bottom: 20px;
}

ul.social-icons{
  margin: 0;
}

ul.social-icons li{
  background: transparent;
  width: 30px;
  height: 30px;
  border: 1px solid #f1f2f2;
  border-radius: 4px;
  margin: 3px;
  text-align: center;
}

ul.social-icons li a{
  color: #6d6e71;
  font-size: 15px;
  line-height: 30px;
}

ul.social-icons li a:hover{
  color: #27aae1;
  transition: all 1s;
}

ul.footer-links li{
  line-height: 25px;
}

ul.footer-links li a{
  color: #6d6e71;
}

ul.footer-links li a:hover{
  color: #27aae1;
}

ul.contact{
  margin: 0;
  padding: 0;
}

ul.contact li{
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #f1f2f2;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

ul.contact li i{
  font-size: 18px;
  margin-right: 20px;
  color: #27AAE1;
}

.copyright{
  background: #231F20;
  text-align: center;
  color: #fff;
  padding: 12px 0 4px;
}




.toggle-mobile{
    display: block;
     
}





i.icon{
    line-height: inherit!important;
}

.profile-image{
    width: 180px;
    height: 180px;
    margin: 0px auto;
}
.profile-image img{
    width: 100%;
    height: 100%;
}
.profile-update .btn{
    float: right!important;
}
.lnkChangePassword{
    float: right!important;
    margin-right:10px;
}
.profile-update .personal-info{
    /*margin-top: 8px;*/
}
.profile-update #birthdate{
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 24px;
}

/*FAQ page*/
.faqHeader {
    font-size: 27px;
    margin: 20px 0px;
}
.header-mobile-static{
    display:none;
    float: left;
    margin: 12px 10px;    
    position: absolute;    
    background-color: transparent;
    border: none;    
}
:focus{
    outline:0;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: url(../images/tab_right1.png); /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

.emoji-picker-icon{
    z-index:2 !important;
}

/*==================================================
  CSS for width 992px
  ==================================================*/

@media only screen and (max-width : 992px) {

  section h1.section-title{font-size: 175px; margin-bottom: -40px;}
  
  #features .feature-item{margin-bottom: 20px;}

  #features .item{margin-bottom: 20px;}

  .timeline #page-contents{margin-top: 185px !important;}
  .header-mobile-static{
        display:block !important;    
    }
}


/*==================================================
  CSS for width 768px
  ==================================================*/

@media only screen and (max-width : 768px) {

  .menu ul.main-menu li.dropdown ul.dropdown-menu li{background: #282425;}
  
  #header-inverse nav.menu .navbar-collapse{background: rgba(0,0,0, 0.9);}

  .sign-in-form{left: 0; right: 0; margin: auto;}

  section h1.section-title{font-size: 90px !important; margin-bottom: 0 !important;}
  
  #features .feature-item{margin-bottom: 20px;}

  #site-facts .circle{width: 100%; border-radius: 1000px;}

  .nearby-user{text-align: center;}

  .nearby-user button.btn-primary{float: none !important;}

  .post-content .post-container .post-detail .reaction{
      position: relative;
      text-align: right;
      display: block;
  }
  .post-content .post-container .post-detail .reaction .post-counter{
      position: absolute;
      top: -47px;
      right: 0px;
  }
  p {
        font-size: 14px;
    }
  #footer .footer-wrapper ul{margin-bottom: 20px;}

  .contact-us .col-sm-7{margin-bottom: 20px !important;}
  
  .intro-texts{transform: translateY(0); margin-bottom: 80px; text-align: center;}
  
  .reg-form-container{padding: 30px !important; text-align: center;}
  
  .reg-form-container .reg-options::before{background: linear-gradient(to bottom, rgba(255,255,255, 0.2) , rgba(255,255,255, 0.05)); height: 50px; width: 70%; left: 0; right: 0; margin: auto; top: -50px; transform: translateX(0) translateY(0);border-radius: 6px 6px 0 0;}
  
  .reg-form-container .reg-options .nav-tabs{left: 50%; transform: translateY(0) translateX(-50%) rotate(0); top: -40px;}
  
  .reg-form-container .reg-options .nav-tabs li{margin: 0;}
  
  .reg-form-container .reg-options .nav-tabs li:after{right: 0;}
  
  .reg-form-container::before{content: none;}
  
  .reg-form-container::after{content: none;}
  
  .reg-form-container .nav-tabs > li > a{padding-left: 10px; padding-right: 10px; min-width: 50px;}
  /*custom*/
  .language-selector {
        float: right;
        position: absolute;
        top: 12px;
        right: 25px;
        margin: 0px!important;
        z-index:99999;
    }
  .language-selector.lang-newsfeed{
        right: 126px;
    }
    .language-selector.others{
        right: 123px;
    }
  
    

    #incremental-counter{
            display: flex;
    }
    .create-post{
        padding: 15px;        
    }
    .create-post #post-write{
        padding: 0px;        
    }
    
    /*.navbar-default .navbar-brand {
        margin-left: 34px;
    }*/
    .navbar-default .navbar-brand.newsfeed {
        margin-left: 34px;
    }
    /*.navbar-brand img {
        content:url('../images/px-logo-mobile.png');        
    }*/
    .navbar-toggle{
        border: none;
        margin-top : 2px;
        margin-bottom : 0px;
        margin-right: 7px;
        padding: 9px 8px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .mobile-static {
        display : block;
    }
    .toggle-mobile{
        /*display: none;*/
        background: linear-gradient(to bottom, rgba(43,57,144,.8), rgba(39,170,225,1) 65%);
        z-index: 9;
        position: fixed !important;
        left: 0px;
        left: -100%;
	    width: 80%;
        width: 280px;
	    min-width: 0;	    
	    padding-left: 0;
	    z-index: 999;
	    top: 50px;
	    margin: 0;
		height: 93%;
		display: grid;
        overflow-y: auto;
        border-right: 1px solid gainsboro;
    }
    .pro-list{
        height:150px; overflow-y:auto;
    }
    body.slide-active {
        overflow-x: hidden
    }
    .profile-card{
        min-height: 160px;
        height: inherit;
        padding: 16px 20px 0;
        float: none;
        line-height: 48px;
    }
    .setting-list {
        background-color: white;
    }
    .setting-list li{
        float: none;
        line-height: 48px;
    }
    .setting-list ul.nav-news-feed {
        padding-left: 18px;
        padding-right: 18px;
        margin: 0 0 20px 0;
    }
    .setting-list ul.nav-news-feed li i {
        font-size: 18px;
        margin-right: 30px;
    }
    .profile-card img.profile-photo {
         border: none; 
         float: none; 
        margin-right: 20px;
         position: inherit; 
         top: auto; 
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: block;
        margin-top: 20px;
    }
    
    .profile-card .profile-desc{
        top: 10px;
    }
    .profile-card .profile-desc h5 {
        margin: 5px 0px;
    }
    .nav-news-feed li a{
        /*color: white!important;*/
        color: rgba(0,0,0,0.54);
        font-size: 14px;
        font-weight: 500;
        line-height: 48px;
    }
    .nav-news-feed h5{
        /*color: white!important;*/
        color: black!important;
        color: rgba(0,0,0,0.87);
        display: block;
        font-size: 15px;
        font-weight: 500;
    }
    .header-mobile-static{
        display:block !important;    
    }

    /*footer style*/

    footer h6,footer ul, footer ul li{
        font-size: 15px!important;
    }
    footer ul li{
        line-height: 32px!important;
    }
    footer ul li i{
        font-size: 24px;
    }

    .timeline-cover {
        min-height: 250px;
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0px;
    }
    .timeline-cover .navbar-mobile .profile-info img.profile-photo {
        height: 150px;
        width: 150px;
    }
    .dropdown-menu li a{
        font-size: 12px;
    }
    #features, #app-download, #site-facts, #live-feed, #footer-top{
        display : none;
    }
    #footer{
       padding-top : 5px;
    }

    .profile-update .form-group{
        margin-left: 0px;
        margin-right: 0px;
    }
    .profile-update .form-group .col-lg-12, .profile-update .form-group .col-md-12{
        padding : 0px;
    }
    .profile-update .form-group.margin-form-group {
        margin-right : 15px;
    }

    .suggestions{
        /*display: none;*/
        background: #fff;
        z-index: 9;
        position: fixed !important;
        right: 0px;
        right: -100%;
        width: 90%;
        min-width: 0;     
        padding-right: 0;
        z-index: 2;
        top: 50px;
        margin: 0;
        padding : 12px;
        max-height: 92%;
        overflow-y: auto;
    }
    header .fa.fa-bullhorn{
        position: absolute;
        right: 140px;
        font-size: 20px;
        top: 8px;
        padding: 8px;
    }
    .announce-icon{ display:inline !important; cursor:pointer; }
    .navbar-collapse.in {
        overflow-y: visible !important;
    }
    .unread_count_left{
        top : -48px!important;
    }
    
    .massenger-notification{
        position: absolute!important;
        right: 35px!important;
    }
    .massenger-notification.noti-newsfeed {
        right: 40px!important;
    }
    .main-notification {
        position: absolute!important;
        right: 70px!important;
    }
    .job-notification {
        position: absolute!important;
        right: 105px!important;
    }
    .main-notification.noti-newsfeed {
        right: 72px!important;
    }
    .job-notification.noti-newsfeed {
        right: 102px!important;
    }
    .profile-desc h5:last-child{
        display : block!important;
    }
    .inbox{
        /*display: block!important;*/
    }
    .has_message{
        display: block;
    }
    .emoji-wysiwyg-editor
    {
        min-height:53px !important;
    }
    .inbox-footer{
        display : none;
    }
    .home-container .content{
        margin-top: 10px!important;
        height: 538px!important;
    }
    .inbox-thread{
        height: 410px!important;
    }
    .conversation_body {
        height: 415px;
    } 
     .back-mobile-static {
      display: block !important;
     }   
     .mobileMargin{         
        margin: 0px 40px;
     }
     .editMarginTop{
        margin-top:0px !important;
    }
    .select-aud-manage{
        bottom:-12px;
    }  
    .thread-loader
    {            
        margin-bottom:40px;
    }    
}
@media screen and (max-width:767px) {
    .user-conversation{
        display: none;
    }
    .conversation-load{
        padding-top: 43%;
    }
    .back-img{
        display: inline!important;
    }
      
    
}

/*==================================================
  CSS for width 480px
  ==================================================*/

@media only screen and (max-width : 480px) {

  .sign-in-form{left: 0; right: 0; margin: auto; width: 90%; overflow: hidden; border-radius: 0 0 4px 4px;}

  #app-download ul.app-btn li button{margin-bottom: 20px;}

  .post-contents .post-container .post-detail .reaction{position: relative;}
  .header-mobile-static{
        display:block !important;    
    }

  .btn-publish{
        margin-left: 10px;
    }
    .select-aud {
        margin-right: 0px !important;
    }

    .main-notification .header-notifications-ul, .job-notification .header-notifications-ul {
        width : 360px!important;
    }

    .main-notification .header-notifications-ul, .job-notification .header-notifications-ul{
        right: -101px!important;
    }
    
    .header-notifications-ul .top-point{
            right: 113px!important;
    }
    .post-content .post-container {
        padding: 5px;
    }
    .post-content .post-container .post-detail .reaction{
        position: absolute!important;
        top: 20px!important;
    }
}
/*@media only screen and (max-width: 380px) {
    .main-notification .header-notifications-ul {
        width: 290px!important;
        right: -70px!important;
    }
    .header-notifications-ul .top-point {
        right: 83px!important;
    }
}*/

/*==================================================
  Slide Animations
  ==================================================*/

.slideUp, .slideDown {
  visibility: hidden;
}

.slideDown.appear{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

.slideUp.appear{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}


/*==================================================
  Scroll Down Arrow
  ==================================================*/

.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 0;
  right: 0;
	margin: auto;
	bottom: -90px;
}

.arrows path {
	stroke: #27aae1;
	fill: transparent;
	stroke-width: 1px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s;
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s;
}

.arrows path.a3 {
	animation-delay:0s;
	-webkit-animation-delay:0s;
}


/*==================================================
  Preloader Animation CSS
  ==================================================*/

.spinner {
  width: 40px;
  height: 40px;
  background-color: #27aae1;
  position: absolute;
  top: 48%;
  left: 48%;
  box-shadow: 0 0 8px rgba(0,0,0, .3);
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#spinner-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 9999999;
}

/*custom css by wise team*/
.language-selector{
    margin: 12px 0px 12px 29px;
    float: right;
}

.language-selector button{
    background: rgba(255,255,255, 0.2)!important; 
    border: 0;
    box-shadow: none;
    min-width: 45px;
    color: #fff;
    height: 26px;
    border-radius: 0px!important; 
    font-size: 12px;
    padding: 0px 7px;
}

.language-selector button span.lang-drop{
    background-repeat: no-repeat;
    /*padding-left: 24px;*/
    padding-right: 6px;
    background-position: 0pc;
}

/*.language-selector button span.lang-drop.en{
    background-image:url(../images/en.png);background-repeat: no-repeat;
}

.language-selector button span.lang-drop.fr{
    background-image:url(../images/fr.png);background-repeat: no-repeat;
}*/

.language-selector ul.dropdown-menu{
    width: 45px;
    min-width: 45px;
    border-radius: 0px;
}

.language-selector ul li a{
    background-repeat: no-repeat;
    background-position: 7px 7px;
    padding-left: 13px;
}

.language-selector ul li{
    display: block; 
}

/*.language-selector ul li.lang-english a{
    background-image:url(../images/en.png);
}

.language-selector ul li.lang-french a{
    background-image:url(../images/fr.png);
}*/

.sign-in-form .forget,.sign-in-form .signin-link,.sign-in-form .signup{
    display: none;
}

.sign-in-form .google {
    color: #fff;
    background: #e0492f;
    border-color: #dc482a;
    text-decoration: none;
    border-radius: 2px!important;
    height: 38px;
    line-height: 36px!important;
    float: left;
    margin: 8px 2px;
    box-sizing: border-box;
    border: 1px solid transparent;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.sign-in-form .facebook {
    color: #fff;
    background-color: rgb(59,89,152);
    text-decoration: none;
    border-radius: 2px!important;
    height: 38px;
    line-height: 36px!important;
    float: left;
    margin: 8px 2px;
    box-sizing: border-box;
    border: 1px solid transparent;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.sign-in-form .google_image, .sign-in-form .facebook_image{
    border-right: 1px solid rgba(12,13,14,0.1);
    padding: 0px 7px;
}

.sign-in-form .signup_social .col-xs-6{
    padding: 0px;
    width: 47%;
    margin-right: 3%;
}

.sign-in-form h2{
    margin-top: 50px;
}

.sign-in-form .signup select, .sign-in-form .signin select{
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    /*background-image: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);*/
    background-image: url(../images/tab_right.png);
    background-repeat: no-repeat;
    background-position: 95% 42%;
}

.oval_textbox_thread {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 25px 25px 25px 25px;
    border: #27aae1;
    background-color: #27aae1;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.create-post .tools button {
    top : 10px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 11px 15px;
    font-size: 18px;
    line-height: 20px;
}

.post-content .post-container .post-detail {
     margin-left: 0px; 
}

.reaction .btn {
    color: #999;
}

.post-detail .user-info{
    margin-left: 60px;
}

.create-post .post-tools{
    padding: 0px;
}

.announcement div {
     margin-left: 0px!important; 
}



.checkbox {
    padding-left: 20px; 
    position: relative;
    top: 27px;
    left: 24px;
    width: 0px;
    height: 0px;
    margin: 0px
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; 
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }

.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; 
    top: 3px;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    /*border-color: #5bc0de;*/ 
    bottom: 0px;
    border: 2px solid white;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; 
}
.mobile-static {
    display : none;
    position: absolute;
    left: 2px;
    top: 15px;   
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
}
.mobile-static .icon-bar {
    background-color: #888;
}

.mobile-static .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.mobile-static .icon-bar+.icon-bar {
    margin-top: 4px;
}

i.icon:before{
    line-height: inherit!important;
}
.facebook_image {
    height:100%;
}
.facebook_image img
{
    margin-top:10px;
}

.error {
    color: #ecb1b1;
}
.info {
    color: #b1ecb1;
}
.notification-container {
    left: 0;
    top: 12px;
    display:none;
    font-weight: bold;
    z-index: 9999999;
    position: fixed;
    text-align: center;
    width: 100%;
}
.notification-message {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 7px 25px;
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    box-shadow: 2px 2px 2px rgba(206,169,25,0.8);
    color:#403725;
}

.notification-container a {
    color: #DD363E;
    text-decoration: underline;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.long-text{
    word-wrap:break-word;
    word-break: break-word;
}
.cursor-hand
{
    cursor:hand;
}
.adPlace
{
    text-align:center;
    width:100%;
}


/* Project header manage*/
/* Post menu audience css */
.select-aud-manage {
    margin-right: 10px;
    /*margin-top: 10px;*/
}

    .select-aud-manage .btn {
        background-color: white;
        padding: 5px 25px;
        border: 1px solid gainsboro;
        font-size: 14px;
        border-radius: 4px;
        color: #000000;
        position: relative;
        font-weight: 600;
        outline: none;
        border-radius: 30px;
        top: 0px !important;
    }

        .select-aud-manage .btn:focus, .select-aud .btn:hover {
            background-color: white !important;
        }

    .select-aud-manage ul li {
        list-style-image: none;
    }

        .select-aud-manage ul li a {
            padding: 0px !important;
        }

            .select-aud-manage ul li a:hover {
                background: transparent !important;
            }

    .select-aud-manage ul li {
        padding: 5px 20px !important;
    }

        .select-aud-manage ul li.audience {
            background: #f6f7f9;
            line-height: 16px;
            border-bottom: 1px solid white;
            border-top: 1px solid white;
            cursor: pointer;
        }

            .select-aud-manage ul li.audience:hover {
                background: linear-gradient(to bottom, rgba(39,170,225,.8), rgba(28,117,188,.8))/*, url("../images/profile-cover.jpg") no-repeat*/;
            }

            .select-aud-manage ul li.audience.selected {
                background: linear-gradient(to bottom, rgba(39,170,225,.8), rgba(28,117,188,.8))/*, url("../images/profile-cover.jpg") no-repeat*/;
            }

                .select-aud-manage ul li.audience.selected a, .select-aud ul li.audience.selected span {
                    color: white !important;
                }

            .select-aud-manage ul li.audience:hover a, .select-aud ul li.audience:hover span {
                color: white !important;
            }

            .select-aud-manage ul li.audience a {
                font-weight: bold;
            }

            .select-aud-manage ul li.audience span {
                font-size: 12px;
                line-height: 1.42857143;
                color: #777;
            }

    .select-aud-manage ul.dropdown-menu {
        width: 227px !important;
    }

/* Post menu audience css */
.select-aud{
 margin-right: 10px;
 margin-top: 10px;
}
.select-aud .btn{
 background-color : white;
 padding: 5px 25px;
    border: 1px solid gainsboro;
    font-size: 14px;
    border-radius: 4px;
    color: #000000;
    position: relative;
    font-weight: 600;
    outline: none;
    border-radius: 30px;
 top : 0px!important;
}
.select-aud .btn:focus, .select-aud .btn:hover{
 background-color : white!important;
}
.select-aud ul li{
 list-style-image: none;
}
.select-aud ul li a{
 padding : 0px!important;
}
.select-aud ul li a:hover{
 background : transparent!important;
}
.select-aud ul li{
 padding : 5px 20px!important;
}
.select-aud ul li.audience{
 background: #f6f7f9;
 line-height: 16px;
 border-bottom : 1px solid white;
 border-top : 1px solid white;
 cursor : pointer;
}
.select-aud ul li.audience:hover{
 background : linear-gradient(to bottom, rgba(39,170,225,.8), rgba(28,117,188,.8))/*, url("../images/profile-cover.jpg") no-repeat*/;
 
}
.select-aud ul li.audience.selected{
 background : linear-gradient(to bottom, rgba(39,170,225,.8), rgba(28,117,188,.8))/*, url("../images/profile-cover.jpg") no-repeat*/;
 
}
.select-aud ul li.audience.selected a,.select-aud ul li.audience.selected span{
 color : white!important;
}
.select-aud ul li.audience:hover a,.select-aud ul li.audience:hover span{
 color : white!important;
}
.select-aud ul li.audience a{
 font-weight : bold;
}
.select-aud ul li.audience span{
 font-size: 12px;
    line-height: 1.42857143;
    color: #777;
}
.select-aud ul.dropdown-menu{
 width: 227px!important;
}
#post-write{
    border: 1px solid #ccc;
}
#post-write .emoji-menu{
    z-index : 999!important;
}
.image-tools{
    width: 80px;
    height: 80px;
    position: relative;
}
.image-tools-comments,.image-tools-replies,.image-tools-reply-edit,.image-tools-comment-edit, .image-tools-inbox{
    width: 58px;
    height: 46px;
    position: relative;
}

.image-tools-inbox{
    height: 53px;
}

.image-delete, .image-delete-comment, .image-delete-reply,.image-delete-reply-edit, .image-delete-comment-edit, .image-delete-inbox{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right : -1px;
    background-color: gainsboro;
}
.image-delete i, .image-delete-comment i, .image-delete-reply i, .image-delete-reply-edit i, .image-delete-comment-edit i, .image-delete-inbox i {
    top: 4px;
    position: absolute;
    right: 5px;
}
.myShow
{
    display:inline !important;
}
.myHide
{
    display:none !important;
}
.editDiv{
    float: right;    
    /*margin-top: 15px;
    margin-right: 12px;*/
    z-index: 1;
}
.editDiv img{ 
    padding: 14px 10px 14px 0px;
}
.postScope{
    float: right;    
    margin-top: 5px;
    margin-right: 15px;
    z-index: 999;
}
ideo::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.text-grey{
    font-size: 10px !important;
    color: #939598;
   margin-top: 7px;
}
.text-light{
    color:#6d6e71;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
.dropdown-menu li {
    list-style-image: none;
}
.profile-update .form-group.margin-form-group{
    margin-left: 0px;
    margin-right: 0px;
}
.announce-icon{ display:none; }

#user_result {
    height: 250px;
    border-radius: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: auto;
    background-color: #FFFFFF;
}
.add-search-popup {
    width: 300px;
    border-radius: 4px;
}
.add-search-popup input {
    margin: 15px 0px;
}

.add-search-popup .image-name .row {
    cursor: pointer;
}
    .add-search-popup .image-name .row:hover {
        background-color: #f5f5f5;
    }

#search-menu, #project-menu, #search-menu2{
    bottom: 0;
    max-height: 220px;
    border-radius: 4px;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    z-index: 1100000000000;
    padding: 0px 15px !important;
    border-style: solid;
    border-width: 1px;
    border: #cccccc;
    box-shadow: 0px 2px 7px 3px #888888;
    display: none;
    background-color: #FFFFFF;
    width: 300px;
}
#search-menu input, #search-menu2 input, #project-menu input {
        margin: 15px 0px;
    }
    #search-menu .image-name, #search-menu2 .image-name, #project-menu .image-name {
        min-height: 145px;
        max-height: 145px;
        overflow-y: auto;
        overflow-x: hidden;
    }
        #search-menu .image-name .row, #search-menu2 .image-name .row, #project-menu .image-name .row {
            cursor: pointer;
        }
/*#search-menu .image-name img{
    width: 100%;
}*/
        #search-menu .image-name .user-name, #search-menu2 .image-name .user-name, #project-menu .image-name .project-name {
            position: relative;
            /*top: 10px;*/
        }
        #search-menu .image-name .row:hover, #search-menu2 .image-name .row:hover, #project-menu .image-name .row:hover {
            background-color: #f5f5f5;
        }

.editDiv ul.dropdown-menu {
   
    min-width: 80px;
    padding: 2px 0;
   
    font-size: 12px;
    
}
.align-center{
    text-align:center;
}
.margin20{
    margin-left:20px;
    margin-right:20px;
}
.exp_title_div{
    background-color:lightblue;margin-top:10px;
}
.exp_title{padding:5px;}
.exp_add, .edu_add{
    float: right;margin-top: -38px;margin-right: 5px;
}

.exp_main_div, .edu_main_div{
    height: 390px;
    overflow: auto;
    padding-right: 13px;
    margin-right:10px !important;
}
.exp-template,.edu-template{
    border-bottom: 1px solid #ccc;display:flow-root;
}
.greyClass{
    background: rgb(79, 76, 77) !important;
    height: 26px;
    border-right: 1px solid #333;
    margin-right: -12px !important;
}
.search-threads-icon{
    z-index:999;
    cursor:pointer;
}
.add-advanced-search-icon{
    z-index:999;
    cursor:pointer;
    right:32px !important;
}
.search-threads{
    padding-right: 33px;
}
.news_post{
    height: 50px;
    width: 100%;
    min-height: 80px !important;
    
    /* margin-right: 10px !important; */
    color: #555;
    border: 0px !important;
    line-height: 23px !important;
    font: 18px/25px 'Roboto Mono', sans-serif;    
}

/*notification popup*/
.main-notification, .massenger-notification, .job-notification{
    float: right;
    position: relative;
    top: 0px;
    /*right: 70px;*/
    margin: 0px!important;
}
.massenger-notification{
    padding: 15px 13px 13px 15px;
    cursor : pointer;
}
.unread
{
    color:#FF6600 !important;
    }
.unread_count{
    font-weight: normal;
    font-size: 11px;
    position: relative;
    background-color: #fff;
    padding-left: 5px;
    float: right;
    display: block;
    padding-right: 3px;
    top: -26px;
}
.header-notifications{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 15px 15px;
    width: 50px;
    cursor : pointer;
}
.main-notification .header-notifications-ul, .job-notification .header-notifications-ul{
    right : 0px;
    left : auto!important;
    width: 430px;
    top: 49px;
}
.header-notifications-ul .top-point {
    background: url('../images/upload_icons/up-topic.png');
    display: block;
    position: absolute;
    right: 13px;
    top: -13px;
    z-index: 1;
    height: 13px;
    width: 26px;
}
.header-notifications-ul ul{
    padding: 0px;
    margin: 0px;
    max-height: 400px;
    overflow-y: auto;
}
.header-notifications img.noti-img, .massenger-notification img.noti-img{
    width : 20px;
    height : 20px;
}
.header-notifications .notification_count, .header-mobile-static .notification_count, .header-notifications .post_notification_count, .header-mobile-static .post_notification_count,.massenger-notification .message_count, .header-mobile-static .message_count {
    background-clip: padding-box;
    display: inline-block;
    font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.3;
    min-height: 13px;
    background-color: #fa3e3e;
    border-radius: 2px;
    color: #fff;
    padding: 1px 3px;
    position: absolute;
    top: 8px;
    right: 8px;
}
.header-mobile-static .notification_count {
    top: -5px;
    right: -3px;
}
.header-mobile-static .message_count {
    top: -5px;
    right: -3px;
}
.header-mobile-static .post_notification_count {
    top: -5px;
    right: -3px;
}
.noti-dropdown-header, .noti-dropdown-footer {
    display: block;
    padding: 3px 14px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    text-align : left;
}
.noti-dropdown-header{
    border-bottom : 1px solid #dddfe2;
    height:30px;
}
.noti-dropdown-footer {
    text-align : center;
    border-top : 1px solid #dddfe2;
}

.single-notification, .single-job {
    height: 70px;
    border-bottom: 1px solid #dddfe2;
    display: inline-flex;
    width : 100%;
}
.single-notification.unseen{
    background-color: #edf2fa;
}
    .single-job .col-md-10, .single-job .col-md-2 {
        height: 100%;
        color: #1d2129;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: -1px;
        min-height: 50px;
        word-wrap: break-word;
        line-height: 16px;
    }
.single-notification .col-md-10, .single-notification .col-md-2{
    height : 100%;
    color: #1d2129;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -1px;
    min-height: 50px;
    word-wrap: break-word;
    line-height: 16px;
}
    .single-notification .col-md-10 .noti-name-desc, .single-notification .col-md-10 .header-not-date, .single-job .col-md-10 .noti-name-desc, .single-job .col-md-10 .header-not-date {
        font-size: 12px;
        font-weight: normal;
    }
.header-not-date{
    color: #ccc;
}
.single-notification img, .single-job img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    margin-top: 2px
}
.profile-desc h5:last-child{
    display : none;
}
.open .dropdown-menu {
    display: block;
}
.lblNotificationNotFound{
    margin-left: 14px;    
    color: lightgray;
    position: relative;
}

/* Inbox css */
.left {
	float: left !important;
}

.right {
	float: right !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}


.home-container{
    padding-bottom: 10px;
}
.home-container .content{
    height: 506px;
    margin: 34px 0px 20px 0px; 
    border: 1px solid gainsboro;
	background-color: white;
    /*display: -webkit-box;*/
}
.home-container .content .inbox{
    border-right: 1px solid gainsboro;
    height: 100%;
    padding: 0px;
}
.home-container .content .user-conversation{
    height: 100%;
    padding: 0px;
}
.inbox-title{
    border-bottom: 1px solid gainsboro;
    height: 59px;
    
}
.inbox-title .title{
    float: left;
    padding: 13px 15px;
    font-size: 23px;
    color: rgb(175,180,178);
}
.inbox-edit{
    float: right;
    padding: 15px;
    cursor: pointer;
}
.inbox-search .input-group{
    width: 94%;
    margin: 14px 10px;
}
.inbox-search .input-group input{
    border-radius: 6px!important;
    /*border: transparent;*/
    text-align: left;
    background-color: #cceffc;
    font-size: 16px;
    padding: 6px;
}
.inbox-thread{
    height: 383px;
    overflow: auto;
}
.thread{
    padding: 8px 12px;
    font-size: 12px;
    line-height: 19px;
    cursor: pointer;
    border-bottom: 1px solid gainsboro;
}
.thread:hover{
    background-color: #EEF6F9; 
    /*border-bottom: 1px solid gainsboro;*/
}
.thread .thread_user{
    /*padding: 8px 0px;*/
    display: inline-table;
    width: 100%;
}
.thread .user_name{
    float: left;
    font-size: 13px;
}
.thread .message_date{
    float: right;
    color: #999;
}
.thread .message_desc{
    color: #999;
}
.thread.selected_thread{
   background-color: #DCF2FA;
}
.thread.selected_thread .user_name{
    color: black;
}
.thread.selected_thread .message_date, .thread.selected_thread .message_desc{
    color : #667486;
}

.message_title_user
{
    color:black;
    }
.empty_inbox{
    text-align: center;
    top: 50%;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #999;
    display: none;
}
.conversation_head{
    border-bottom: 1px solid gainsboro;
    height: 59px;
    
}
.conversation_head .conversation_title{
    float: left;
    font-size: 15px;
    padding: 10px;
}
.conversation_head .conversation_title label, .conversation_head .mute-conversation, .conversation_head .edit-conversation{
    position: relative;
    top: 7px;
}
.conversation_head .mute-conversation, .conversation_head .edit-conversation{
     float: right;
    top: 12px;
    left: 9px;
}
.conversation_head .edit-conversation:hover{cursor: pointer;}
    
.conversation_head .thread_top_image{
    float : left; 
    margin-right : 10px;
}
.conversation_icons{
    float: right;
    display: inline-flex;
    padding: 12px 13px;
    position: absolute;
    right: 0px;
    
}
.conversation_reply{
    position: absolute;
    bottom: 0px;
    width: 100%;
    display : inline-flex;
}
.conversation_reply .messageText, .conversation_reply .emoji-picker-icon{
    visibility : hidden;
}
.conversation_reply .emoji-picker-icon{
    right: 53px;
    top: 7px;
}
.conversation_reply .inbox_attachment{
    /*display: none;*/
    padding: 17px;
    border-left: 1px solid gainsboro;
    border-top: 1px solid gainsboro;
}
.conversation_reply textarea{
    resize: none;
    border-radius: 0px;
    border: transparent;
    border-top: 1px solid gainsboro;
}
.conversation_setting{
    background-color: #cceffc;
    border: 1px solid #fff;
    cursor: pointer;
    margin-left: 10px;
}
.conversation_setting .glyphicon-cog{
    padding: 8px 10px;
}
.conversation_search{
    padding: 6px 10px;
    background-color: #cceffc;
    border: 1px solid #fff;
    cursor: pointer;
}
.conversation_setting span.conversation_setting_icon{
    background-image: url(../images/settings-black.png);
    background-size: 14px;
    background-position: 9px 8px;
    background-repeat: no-repeat;
    width: 34px;
    height: 30px;
    float: left;
    cursor: pointer;
}
.conversation_search span.conversation_search_icon{
    background-image: url(../images/search.png);
    background-size: 13px;
    background-position: 0px 2px;
    background-repeat: no-repeat;
    width: 14px;
    height: 18px;
    float: left;
    cursor: pointer;
}
.conversation_body{
    height: 392px;    
    position: relative;
}
.conversation_body .messages{
    height: auto;
    clear: both;
    overflow: auto;
    /*display: inline-block;*/
    width: 100%;
    bottom: 0px;
    position: absolute;
    max-height: 100%;
}
.conversation_body .message_right_image,.left_thread_image{
    float: left;
    margin-right: 5px;
}
.left-thred-text{
    float: left;
    width : 100%;
}
.thread-flex{
    display : flex;
}
.thread-flex img.profile-photo-md{
    margin-top : 0px;
}
.conversation_body .sender{
    text-align: left;
    float:left;
    width: 85%;
    margin: 5px 10px 5px 10px;
    display: inline-flex;
}
.conversation_body .sender span.msg-text{
    padding: 9px;
    background-color: #BFE9F9;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    width: auto;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    max-width:88%;
}
.myVisHide, .conversation_body .sender .seen-status
{
    visibility:hidden;
}
.myVisShow
{
    visibility:visible;
}
.conversation_body .receiver{
    text-align: right;
    width: 85%;
    float: right;
    margin: 5px 10px 5px 10px;
    display: inline-flex;
    justify-content: flex-end;
}
.seen-status{
    float: right;
    position: relative;
    top: 15px;
    margin-left: 5px;
    height: 13px;
}
.seen-status i{
    color: #097de0;
    font-size: 13px;
}
.conversation_body .receiver img.profile-photo-sm{
    display : none;
}
.conversation_body .sender .single-message-menu{
    display : none;
}
.single-message-menu i{
    font-size: 16px;
    color: #ccc;
    padding : 7px;
    cursor : pointer;
}
.dropdown-single-message{
    min-width: 100px;
    padding: 0px;
    top: 27px;
}
.conversation_body .receiver span.msg-text{
    padding: 9px;
    background-color: #f0f4f8;
    border-radius: 3px;
    
    font-size: 12px;
    font-weight: 600;
    display: block;
    display: inline-block;
    width: auto;
    cursor: pointer;
    text-align: left;    
}

.conversation_body .msg-date{
    display: none;
    font-size: 12px;
    font-weight: 500;
    clear:both;
}
.conversation_body .sender .msg-date{
    color: grey;
}
.conversation_body .receiver .msg-date{
    color: grey;
}



/*new  message search contact box*/

.contact-search{
    padding-top: 12px;
}
.contact-search .input-group{
    width: 100%!important;
}
.contact-search .input-group .glyph_icon .glyphicon-ok {
    position: absolute;
    top: 2px;
    right: 30px;
    cursor: pointer;
    padding: 8px 7px;
    background: white;
    font-size: 13px;
}
.contact-search .input-group .glyph_icon .glyphicon-remove {
    position: absolute;
    top: 2px;
    right: 3px;
    cursor: pointer;
    padding: 8px 7px;
    background: white;
    font-size: 13px;
}
.contact-search .glyph_icon{
    position: absolute;
    right: 10px;
    top: 6px;
}
.contact-search .input-group .glyph_icon span.contact-search-ok{
    background-image: url(../images/checked.png);
    background-size: 14px;
    background-position: 1px 4px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}
.contact-search .input-group .glyph_icon span.contact-search-cancel{
    background-image: url(../images/cancel.png);
    background-size: 13px;
    background-position: 2px 5px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}
.contact-search .input-group select{
    text-align: left;
    border-radius: 3px!important;
}
.inbox-title .new_msg_field{
    display: none;
}


.conversation-load{
    width: 100%;
    height: 100%;
    padding-top: 28%;
    text-align: center;
    display: none;
}

.back-img{
    display: none;
    top: -6px;
    position: relative;
    cursor: pointer;
    float: left;
    padding: 17px 10px 17px 0px;
    width: 32px;
}


.dropdown-pull-left{
    right: 0;
    left: auto;
}
.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}


.msg_search_field{
    margin-left: 10px;
}
.msg_search_field .msg-search{
    padding: 0px;
}
.msg_search_field .msg-search input{
    text-align: left;
    border-radius: 4px!important;
    background-color:#cceffc;
}
.msg_search_field .msg-search .input-group .glyph_icon span.msg-search-cancel{
    background-image: url(../images/cancel.png);
    background-size: 13px;
    z-index: 99;
    background-position: 2px 5px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 5px;
}

.message_right_top_left
{
    z-index:99;
    }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.reply_attachment, .reply2_attachment,.reply_edit_attachment,.comment_edit_attachment{
    width: 30px;margin-top: 15px;text-align: center;
}
#search-menu .image-name .row .row-item {
    display: inline-flex!important;
    width: 100%;
}
.conversation_reply .messageText{
    height: 53px!important;
}
.datepicker-orient-top{
    z-index:9999 !important;
}
.single-reply-area .zoom-gallery
{
    width:30%;
}
.post-comment-area .zoom-gallery
{
    width:30%;
}

/* For create post background and multiple uploads */
.create-main .main-background{
    background: #000;
    bottom: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s, bottom 0s .3s;
    z-index: 310;
    bottom: 0%;
    opacity: .6;
    transition: opacity .3s;
}
.create-main .create-post.focus{
    position: relative;
    z-index: 311 !important;
    background: white;
    border-radius: 4px;
    border: 1px solid gray;
    padding: 5px 15px;
}
.create-post.focus #post-write {
    border: transparent;
    border-bottom: 1px solid #ddd;
}
.create-post .images-area {
    display: none;
}
.create-post.focus .images-area{
    display: flex;
    overflow-x: auto;
    padding: 10px 0px;
}
.create-post.focus .upload-new-image a{
    width: 81px;
    height: 81px;
    display: inherit;
    border: 2px dashed #dddfe2;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.create-post.focus .upload-new-image i{
    position: relative;
    top: 44%;
    left: 45%;
}
.image-tools .image-delete{
    display: none;
}
.uploaded-image:hover .image-tools .image-delete{
    display: block;
}
.uploaded-image
{
    margin-bottom:10px;
}
.thread-loader
{    
    text-align:center;
}

.mobile-mode #footer{
    display:none;
}

.mobile-mode .sign-in-form {
    width: 100%;
}

.mobile-mode #banner
{
    background: none !important;
}
.mobile-mode #page-contents{
  padding: 5px 0 10px !important;
}
.mobile-mode a:focus{
    background-color:lightblue;
    text-decoration:none;
}
.mobile-mode .navbar-brand:focus img{
    background: greenyellow;
}
.mobile-mode .about-profile, .mobile-mode .friend-list
{
    margin:20px;
}

#imgContact{
    background-image:url(../images/contact-us.jpg);background-repeat: no-repeat;
}
.myCheckbox label
{
    margin-left:5px;
}
.search-colleagues-dropdown{
    width : 100%;
    z-index:12;
}
.search-colleagues-dropdown .form-group{
    margin: 5px 0px;
}
.navbar-form .search-colleagues-dropdown .form-control{
    width : 100%!important;
}
.search-colleagues-dropdown .form-actions button{   
    margin: 5px 10px;
}
.search-colleagues-dropdown .noti-dropdown-header{
    font-weight:600;
}
.search-colleagues-dropdown .control-label{
    font-weight:normal;
    font-size:12px;
}

.back-mobile-static {
    display: none;
    float: left;
    margin: 12px 10px;
    position: absolute;
    background-color: transparent;
    border: none;
}
.cover-results
{
    background: linear-gradient(to bottom, rgba(39,170,225,.8), rgba(28,117,188,.8));
    height: 100px;
    width:100%;
}
.editMarginTop
{
    margin-top: 65px;
}




.piposProfileCoverPhotoSelector{
    position: absolute;
    right: 20px;
    bottom: 100px;
}
.piposProfileCoverPhotoSelector .piposTimelineEditCoverButton{
    height: 34px;
    position: relative;
    display: flex;
    text-decoration: none;
}
.piposProfileCoverPhotoSelector .fa-camera{
       width: 26px;
    height: 21px;
    background-position: 0 0;
    left: 9px;
    opacity: .7;
    position: absolute;
    top: 8px;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    z-index: 1;
    font-size:20px;
}
.piposProfileCoverPhotoSelector .selectorCaption{
        background-clip: padding-box;
    background-color: rgba(0,0,0, .7);
    border: 1px solid #797979;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .6);
    box-sizing: border-box;
    color: #fff;
    padding: 2px 12px;
    position: relative;
    min-width:38px;
}
.piposProfileCoverPhotoSelector .updateCoverText{
    padding-left: 26px;
    position: relative;
    top: 1px;
    z-index: 2;
    color : white;
    font-weight: 600;
}

@media only screen and (max-width: 768px){
    .piposProfileCoverPhotoSelector{
        /*top: 20px;*/
        bottom: 10px;
    }
    .timeline-cover {
        min-height: 250px;
    }
    .timeline-cover .navbar-mobile {
        bottom: -270px;
    }
}
@media only screen and (max-width: 1200px){
    .timeline-cover {
        min-height: 310px;
    }
    .move_top {
        position: relative;
        top: -155px;
    }
    
}
@media only screen and (max-width: 991px){
    .timeline-cover {
        min-height: 237px;
    }
    
    .timeline-cover .navbar-mobile {
        bottom: -320px;
    }
    .move_top {
        position: relative;
        top: -155px;
    }
}

@media only screen and (max-width: 600px){
    .timeline-cover {
        min-height: 195px;
    }
}
@media only screen and (max-width: 500px){
    .timeline-cover {
        min-height: 162px;
    }
    .timeline-cover .navbar-mobile .profile-info img.profile-photo {
        height: 120px;
        width: 120px;
    }
    .selectorCaption .updateCoverText{
        display: none;
    }
}
@media only screen and (max-width: 400px){
    .timeline-cover {
        min-height: 130px;
    }
    .timeline-cover .navbar-mobile {
        bottom: -297px;
    }
    .move_top {
        position: relative;
        top: -120px;
    }
}
#profile-image-body{
    display: none;
}
.upload-demo .upload-demo-wrap,
.upload-demo .upload-result,
.upload-demo.ready .upload-msg {
    display: none;
}
.upload-demo.ready .upload-demo-wrap {
    display: block;
}
.upload-demo.ready .upload-result {
    display: inline-block;    
}
.upload-demo-wrap {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 50px auto;
    border: 1px solid #aaa;
}
.file-btn{
    position: relative;
    background: #27aae1;
	padding: 5px 25px;
	border: none;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	position: relative;
  font-weight: 600;
  outline: none;
  border-radius: 30px;
  cursor:pointer;
}



.file-btn:hover{
  
  background: #149AC9;
  transition: all 1s;
  
}

.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.file-btn a.btn {
    background-color: #189094;
    color: white;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    cursor: pointer;
}

.timeline-nav-bar{
    cursor: auto!important;
}
.piposProfileCoverPhotoSelector .fa-close{
    float: left;
    padding: 6px 8px;
    opacity: 1;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    z-index: 1;
    font-size:20px;
    display:none;
    background-clip: padding-box;
    background-color: rgba(0,0,0, .7);
    border: 1px solid #797979 ;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .6);
    box-sizing: border-box;
    margin-right: 10px;
    color: #27aae1 ;
    cursor: pointer;
}

/*events jobs new design*/
.announcement .text-grey{
    color: #6d6e71;
    font-size: 12px!important;
}
.events-container, .initiatives-container, .companies-container, .jobs-container, .announcements-container {
    background: #f8f8f8;
    border: 1px solid #f1f2f2;
    margin-bottom: 20px;
    position: relative;
    border-radius: 1px;
}
    .events-container .events-head, .initiatives-container .initiatives-head, .companies-container .companies-head, .jobs-container .jobs-head, .announcements-container .announcements-head {
        padding: 10px 8px;
        margin-bottom: 0px;
    }
.events-list .single-event, .initiatives-list .single-initiative, .companies-list .single-companies, .job-list .single-job-right, .announcements-list .single-announcement {
    display: inline-flex;
    width: 100%;
    padding: 6px 8px;
}
.single-announcement-wrapper{
    display : inline-flex;
     width: 100%;
}
.announcements-list .single-announcement{
    display : none;
}
.announcements-list .single-announcement:nth-child(-n+3){
    display: block;
}
    .events-list .single-event:hover, .initiatives-list .single-initiative:hover, .companies-list .single-companies:hover, .job-list .single-job-right:hover, .announcements-list .single-announcement:hover {
        background-color: white;
    }
.events-list .single-event-detail, .initiatives-list .single-initiative-detail, .companies-list .single-companies-detail, .job-list .single-job-right-detail, .announcements-list .single-announcement-detail {
    float: left;
    width: 100%;
}
.events-list .single-event .left-event-icon, .initiatives-list .single-initiative .left-initiative-icon, .companies-list .single-companies .left-companies-icon, .initiatives-list .single-initiative .left-initiative-icon, .companies-list .single-companies .left-companies-icon, .job-list .single-job-right .left-job-icon, .announcements-list .single-announcement .left-announcement-icon {
    float: left;
    margin-right: 10px;
}
    .events-list .single-event .left-event-icon i, .initiatives-list .single-initiative .left-initiative-icon i, .companies-list .single-companies .left-companies-icon i, .job-list .single-job-right .left-job-icon i, .announcements-list .single-announcement .left-announcement-icon i {
        font-size: 20px;
        color: #27aae1;
    }
.events-list .single-event-detail .event-title, .initiatives-list .single-initiative-detail .initiative-title, .companies-list .single-companies-detail .companies-title, .job-list .single-job-detail .job-title {
    color: #27aae1;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    word-wrap: break-word;
    word-break: break-word;
    cursor: pointer;
}
.events-list .single-event-detail .event-description, .initiatives-list .single-initiative-detail .initiative-description, .companies-list .single-companies-detail .companies-description, .job-list .single-job-detail .job-description {
    color: #6d6e71;
    font-size: 12px !important;
    line-height: 15px;
}
.initiative-title, .companies-title {
    position : relative;
}
.initiative-title a, .companies-title a {
    padding-right : 12px;
}
    .initiative-title .unread_count, .companies-title .unread_count {
        background: transparent;
        position: absolute;
        right: 5px;
        top: 0px;
    }

.single-job {
     height: auto; 
     border-bottom: none; 
}
.single-initiative li, .single-companies li{
    list-style: none;
    display: flex;
    width : 100%;
}

.see-more-right{
    position: absolute;
    /*top: 8px;*/
    right: 14px;
}
.see-more-right.top{
    top: 9px;
}
.see-more-right.pull-left{
    left : 10px;
}
.bottom-links{
    margin: 5px 0px 10px 0px;
    position: relative;
    height: 14px;
}
.announcements-container .bottom-links{
    margin-bottom : 20px;
}
.bottom-links a {
    width: auto; 
    max-width: 45%;
    line-height: 14px;
}


/*extra*/
.single-announcement-detail h5{
    margin: 0px;
}
.single-announcement-detail .text-grey, .initiatives-container .text-grey, .companies-container .text-grey, .single-job-right .text-grey {
    color: #6d6e71;
    font-size: 12px !important;
    line-height: 15px !important;
    margin-top: 8px !important;
    display: block;
}


/*bootom bar*/
.dashboard-mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    /*background: #eee;*/
    background: #231f20;
    /* width: inherit; */
    width: 100%;
    display: block;
    height: 51px;
    z-index: 99;
    display: none;
    background: white;
    border-top: 1px solid gainsboro;
    box-shadow: 0px 10px 17px 13px #c5c5c5;
}
.dashboard-mobile-bottom-bar .bottom-bar-item {
    width: 25%;
    height: 100%;
    float: left;
    cursor: pointer;
    text-align: center;
}
.bottom-bar-item .fa{
    font-size: 27px;
    color: #27aae1;
    color: #747474;
    padding: 12px 0px;
    width: 30px;
}
.dashboard-mobile-bottom-bar .bottom-bar-item.selection .fa{
    /*background-color: #ccc!important;*/
    /*background-color: #4a4848!important;*/
    color: #27aae1;
}

/*plus icon*/
.suggestions .fa.fa-plus {
    color: #f7941e;
    margin-top: 4px;
    float: right;
    cursor: pointer;
    font-size: 18px;
}
.add-new{
    position: absolute;
    top: 9px;
    right: 14px;
}

@media screen and (max-width: 800px){
    .dashboard-mobile-bottom-bar {
        display: block;
    }
    .events-container, .initiatives-container, .companies-container, .jobs-container, .announcements-container {
        /* display: none; */
        z-index: 9;
        position: fixed !important;
        right: 0px;
        right: -100%;
        width: 90%;
        max-width: 300px;
        min-width: 0;
        padding-right: 0;
        z-index: 2;
        top: 50px;
        margin: 0;
        padding: 12px;
        max-height: 92%;
        overflow-y: hidden;
        bottom: 50px;
        border-left: 1px solid gainsboro;
        padding: 2px;
    }
        .events-container .events-head, .initiatives-container .initiatives-head, .companies-container .companies-head, .jobs-container .jobs-head, .announcements-container .announcements-head {
            position: fixed;
        }
    .events-list, .initiatives-list, .companies-list, .job-list, .announcements-list {
        margin-top: 35px;
        overflow-y: hidden;
        width: 100%;
        position: relative;
        height: 86%;
    }
        .events-list:hover, .initiatives-list:hover, .companies-list:hover, .job-list:hover, .announcements-list:hover {
            overflow-y: auto;
        }
}

/*scrollbar style*/

::-webkit-scrollbar-track-piece {
    /*border-radius: 4px;*/
    background: #d6dadc;
}
::-webkit-scrollbar {
    height: 9px;
    width: 9px;
}
::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background: rgba(175,175,175,1);
}

span.header-school-name {
    max-width: 330px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 4px 7px;
}

@media only screen and (max-width: 1200px) {
    span.header-school-name {
        max-width: 185px;
    }
}

@media only screen and (max-width: 991px) {
    span.header-school-name {
        max-width: 330px;
    }
}

@media only screen and (max-width: 600px) {
    span.header-school-name {
        max-width: 220px;
    }
}

@media only screen and (max-width: 500px) {
    span.header-school-name {
        max-width: 150px;
    }
}
.add-advanced-search-icon {

    width: 20px;
    height: 30px;
    text-align: center;
}
.search-threads-icon {

    width: 20px;
    height: 30px;
    text-align: center;
}