  /* =Common Styles
-------------------------------------------------------------- */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

b, strong {
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
    font-weight:200;
    font-family: 'Lato', sans-serif;
    margin:0;
}

.text-center {
    text-align: center;
}

.alumni-profile-content .lead {color:#fff;}
.lead {
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    margin-top: 20px;
    color: #999;
}


.title {
    background: #f6f6f6;
    max-height: 180px;
    margin-top: 200px;
  
}

/* =tags
-------------------------------------------------------------- */
.tags ul {
    margin:0;
    padding:0;
}
.tags ul li {
    font-size: 13px;
    margin: 5px 5px 0 0;
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #e8e8e8;
   list-style: none; 
}


@media (max-width: 768px) {
.title {
  
    margin-top:0px;
    padding: 10px 20px;
  }

}

/* =filter
-------------------------------------------------------------- */

#filters {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

#filters li {
  transition: all .3s ease;
}
#filters li:hover, #filters li.active {
  color: #fff;
}


/* =profile
-------------------------------------------------------------- */
#profile {background:#f6f6f6;}


#profile-grid {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

#profile-grid:before, #profile-grid:after {
  content: " ";
  display: table;
}

#profile-grid:after {
  clear: both;
}

#profile-grid li {
  width: 20%;
  height: 350px;
  float: left;
  display: none;
  opacity: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#profile-grid .mix {
  width: 20%;
  height: 350px;
  float: left;
 
}


#profile-grid .mix {display:none;}



/* =Media queries
-------------------------------------------------------------- */
@media (max-width: 991px) {
  #profile-grid li {
    width: 50%;
  }
  #profile-grid .mix {
    width: 50%;
  }
  #profile-grid {margin-top: 150px}
}

@media (max-width: 479px) {
  #profile-grid li {
    width: 100%;
  }
 #profile-grid .mix {
    width: 100%;
  }
  #profile-grid {margin-top: 150px}
}


#profile-grid li img {
  width: 100%;
}

.alumni-profile-name {
  font-size: 23px;
}

#alumni-profile-extended.open {
  padding-top: 70px;
  padding-bottom: 70px;
}


/* =ajax stuff
-------------------------------------------------------------- */

#alumni-profile-extended.open #alumni-profile-controls {
  display: block;
}

.border {
  width: 90px;
  background: #dedede;
  height: 1px;
  margin: 5px 15px;
  display: inline-block

}

.alumni-profile-category {
  text-align: center;
  margin: 20px 0;
}

.alumni-profile-info span {
  display: inline-block;
  color: #999;
  text-transform: uppercase;
}

.alumni-profile-info h4 {
  text-align: center;
  text-transform: uppercase;
}

#alumni-profile-controls {
  padding: 0;
  display: none;
  list-style: none;
  text-align: center;
}

#alumni-profile-controls li {
  display: inline-block;
  margin: 10px;
}

#alumni-profile-controls li a {
  display: block;
  color: #ccc;
  height: 40px;
  width: 40px;
  text-align: center;
}


/* =mix it up
-------------------------------------------------------------- */

.profile-bg {
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    background-position: 50% 35%;
    height: 100%;
    width:100%;
}
.profile {
	overflow: hidden;
	position: relative;
	height: 350px;
}
.profile .alumni-profile-content .hidden_txt {
	display: none;
}
.profile .profile-overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,158,221,0.9);
	opacity: 0;
	filter: alpha(opacity = 20);
}
.profile .alumni-profile-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 0 20px 0 0;
	z-index: 1;
	color:#fff;
}

.profile .alumni-profile-content h4 {
	font-size: 20px;
	font-weight:600;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	background: #000;
	padding: 3px 5px 5px;
	float:left;
}
.profile-bottom {margin-top: 3px;}
a.get-alumni-profile {padding: 5px 10px; border: solid 2px #fff; color: #fff; text-decoration: none; display: inline-block;}

#container .mix {
	display: inline-block;
	width: 23%;
	float: left;
}

#container .mix{
  display: none;
}



/* =Media queries
-------------------------------------------------------------- */

@media (min-width: 1200px) {
h1 {
	font-size: 68px;
	letter-spacing: -4px;
        margin:0;
}
h1 small {
	font-size: 66px;
}
.lead {
	font-size: 20px;
	font-weight: 300;
}
h2 {
	font-size: 50px;
	letter-spacing: -3px;

}
.h3, .h4, .h5, .h6 {
  letter-spacing: normal;
}
h2 small {
	font-size: 50px;
  }

} 




/* =layout for profile page
-------------------------------------------------------------- */

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

.col-lg-4 {
text-align: center;
}

.col-lg-4,.col-lg-8,.col-lg-12 {     
     padding: 20px;
  }


@media (min-width: 1200px) {
  .col-lg-4,.col-lg-8,.col-lg-12  {
     float: left;
	
  }

 .col-lg-12 {
    width: 100%;
  }

 .col-lg-8 {
    width: 66.66666667%;
  }
 .col-lg-4 {
    width: 33.33333333%;
  }
.col-lg-4 {
  text-align: right;
  }

.hide {display:inline-block}

}
.clearfix:before,
.clearfix:after,

.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.row:after {
  clear: both;
}



@media (max-width:768px) { 
	.pull-right {
	  float: none!important;
	}
	.pull-left {
	float: none!important;
	}
       .col-lg-4 {
        text-align: center!important;
        padding: 20px;
      }
}




.pull-right {
  float: right;
}
.pull-left {
  float: left;
}



/* =pagination
-------------------------------------------------------------- */

.pager-list {
   position: relative;
   text-align: center;
   display: table;

  }

@media (max-width:768px) { 
  



#alumni-profile-extended.open {padding-top:0;}


#profile-grid       {margin-top: 20px;}
.wrapper-dropdown   {margin: 5px auto 0;}
.profile-img,.shout,.hide,.profile-intro  {display:none;}
.lead               {font-size: 16px;font-weight: 300; margin: 0; padding: 0;}
.col-lg-4, .col-lg-8, .col-lg-12 {padding: 0 20px;
   }
}




.pager.page-number.active {
    background: #009edd;
    color: #fff;
    border-radius: 50%;
    
}

.pager {
    display: table-cell;
    vertical-align: middle;
    width:30px;
    height:30px;
}
.pager:hover {
     cursor: pointer
}

/* =filter dropdown
-------------------------------------------------------------- */

.wrapper-dropdown {
    /* Size & position */
    position: relative;
    width: 260px;
    margin: -5px auto 0;
    padding: 10px;
    text-align: left;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}

.wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
 

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown .dropdown li {
    padding: 0 10px ;
    text-align: left;
}

.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 5px 0;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    max-height: 262px;
    padding: 0;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: auto;
    width:260px;
}






/* =controls
-------------------------------------------------------------- */

@media (min-width: 768px) {
  .controls{
    width: 750px;
  }
}
@media (min-width: 992px) {
  .controls{
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .controls{
    width: 1170px;
  }
}

.controls {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.thirds {
	float: left;
	/*width: 33.33333333%;*/
	padding-right: 15px;
        padding-left: 15px;
	
}
.inner-controls {
	
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
.thirds {
	float: left;
	width: 33.33333333%;
	padding-right: 15px;
        padding-left: 15px;      
	
  }

}
@media (max-width: 768px) {
.thirds {
   margin-bottom: 20px;
 }
}

@media (min-width: 992px) {

.thirds {
	float: left;
	 width: 33.33333333%;
	padding-right: 15px;
        padding-left: 15px;
	
  }

}

@media (min-width: 1200px) {
.thirds {
	float: left;
	 width: 33.33333333%;
	padding-right: 15px;
        padding-left: 15px;
	
  }

}
.inner-controls:before, .inner-controls:after {
	display: table;
	content: " ";
}
.inner-controls:after {
	clear: both;
}

#input {
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    margin-top: -5px;
    padding: 10px;
    width: 260px;
}




.breadcrumb {
    left: 19%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}



.media-heading {display: none;}
#preloader     {display:none;}