.photo-effect {
	padding: 5px; 
	border: 1px solid #444; 
	margin: 2px; 
	margin-bottom:20px;
	width: 95%; 
	box-shadow: 5px 5px 5px #aaa;
}

.corporate-feedback {
	
}

.corporate-feedback .corporate-feedback-content {
	position: relative;
	padding: 14px 18px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom: 0px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	min-height: 95px;
}

.corporate-feedback-content img {
    width: 60px;
    height: 60px;
    clip: rect(0,10px,20px,20px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
}

.corporate-feedback .corporate-feedback-content:before {
	content: "\201C";
	font-weight: 300;
	position: absolute;
	font-size: 30px;
	opacity: 0.5;
	top: 8px;
	left: 6px;
}

.corporate-feedback-content span {
	font-style: italic;
}

.corporate-feedback-content span.course {
	font-weight: 500;
	color: #3337ee;
}

.corporate-feedback-content span.year {
	font-weight: 500;
	color: #3337ee;
}

.corporate-feedback .author {
	margin-left: 10px;
	margin-bottom: 20px;
}

.corporate-feedback .author span {
	font-weight: 600;
}

#loadMoreFeedbackButton:link{
	color:white;
	text-decoration: none;
}

.corporate-feedback-button {
	text-align: center;
}

.corporate-feedback-button p {
	color: #eee;
	font-style: italic;
}

.footer-links {
	text-transform: uppercase;
	color: #666;
}

.footer-links li a{
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.footer-links li a:hover {
	color: #fff;
}

.footer-heading {
  color: #eee;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

ul.tick{
 list-style-type: none;
 list-style-position: inside;
 padding-left: 20px;
}

ul.tick li {
 position: relative;
 padding-left: 5px;
 margin-bottom: 0px;
}

ul.tick li:before {    
 position: absolute;
 top: 0;
 left: 0;
 font-family: FontAwesome;
 content: '\f00c';
 margin:0 5px 0 -15px;
 color: #3337ee;
}

/* -------- Thanks ------------- */
#thanks-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

#thanks-list li {
    /*position: relative;
    overflow: hidden;*/
    display: inline-block;
    float:left;
    width: 50%;
    /*margin-left: -1px;
    margin-bottom: -4px;*/
    padding: 0;
    text-align: center;
}

#thanks-list li h3{
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    text-transform: none;
    width: 100%;
    color: #444;
}

#thanks-list li h4{
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    text-transform: none;
    width: 100%;
    color: #444;
}

#thanks-list li h5{
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    color: #444;
}

@media only screen 
and (max-width : 550px) {
    
     #thanks-list li {
      width: 100%;
  }
}

@media only screen 
and (max-width : 767px)
and (min-width : 551px){
    
     #thanks-list li {
      width: 49.9%;
  }
}

@media (min-width: 768px) {
  #thanks-list li {
      width: 33.21%;
  }
}

@media (min-width: 768px) {
    .thanks-4column #thanks-list li {
      width: 24.8%;
  }
}

@media (min-width: 768px) {
    .full-width-thanks #thanks-list li {
      width: 24.85%;
  }
}

@media (min-width: 768px) {
    .thanks-2column #thanks-list li {
      width: 49.9%;
  }
}

#thanks-list li .body {
    display: none;
    font-size: 1em;
    color:#fff;
}

@media (min-width: 992px) {
  #thanks-list li .body {
      display: block;
  }
}

#thanks-list li img {
  width: 95%;
  height: 95%;
	padding: 5px; 
	border: 1px solid #444; 
	margin: 2px; 
	margin-bottom:10px;
	box-shadow: 5px 5px 5px #aaa;
}

/* ------------------- Announcements --------------------- */
.announcement {
	position: relative;
	padding: 14px 18px;
	color: #666;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	margin-bottom: 10px;
	background: #def;
	border: 1px solid #008;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
}

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

.announcement p {
	color: #666;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	margin: 0;
}

/* --------------------------- Home Page -------------------------- */
.home-panel{
	border-color: #e8e8e8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	padding: 10px;
}

.home-panel-title {
	background-color: #fff;
	padding: 0;
	font-weight: 600;
	text-align: center;
}

.home-panel-title h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #3337ee;
	height: 35px;
	line-height: 22px;
	text-align: center;
}

.home-panel-body {
	/*padding: 4px 15px 10px 15px;*/
	height: 150px;
	text-align: justify;
}

.home-panel .button {
	text-align: center;
	margin-top: 10px;
}

/* --------------------------- Colleges -------------------------- */
.college-section {
    padding-top: 60px;
}