.parallax-bg, .parallax-bg2 {
	background: url("../img/1-banner-faculty3.jpg");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFF;
    text-shadow: 1px 1px 1px #000000;
    height: 450px;
}

.breadcrumb-area{
	background-image: url("../img/1-banner-faculty1.jpg");	
	background-repeat: no-repeat;
	background-size: cover;	
}
.portfolio-menu-1 > button {
    font-size: 1.125em;
}
.team-social li {
    margin: 0px;
	font-size:1.000em;
	display: block;
	padding-left:10px;
}
.team-social {
    margin: 10px 0 0 0;
}

.team-content h4
{
	font-size:1.2em;
}
.team-content2 {
    padding: 20px 10px 23px;
	height: 200px;
}
.section-title {
    margin: 0;
    padding: 20px 25px 20px 25px;
    line-height: 35px;
    color: #4b4e53;
    border-left: #5f98f7 2px solid;
    text-align: left;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
.toggle-view-custom .panel {
    margin-left: 0px;
}
table caption {
  font-size: 1.5em;
  margin: .25em 0 .75em;
}
table {
  border: none;
}
table tr {
  background: #f8f8f8;
  border: none;
  padding: .35em;
}

table th, table td {
  padding: .625em;
  text-align: left;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
}

table td img { text-align: center; }


.team-social li:nth-child(n+3) {
    margin-top: 20px;
    margin-bottom: 20px;
}

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

table { border: 0; }

table caption { font-size: 1.3em; }

table thead { display: none; }

table tr {
  border-bottom: 3px solid #ddd;
  display: block;
  margin-bottom: .625em;
}

table td {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: .8em;
  text-align: justify;
}

table td:before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  margin-right:15px;
}

table td:last-child { border-bottom: 0; }
}
.row.box > div
{
	background-color:#f1f1f1;
	margin-bottom: 20px;
	padding-left: 10px;
}
.team-wrapper {
   background:none;
}
.loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #ecb414;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  margin: 20px 0 0 20px;
}
.loading.active
{
	display: none;
}
.card-body img {
    width: 100%;
    margin: 20px 0 20px 0;
}
#modalLong{
	z-index:10000;
}
.team-social li:nth-child(3) {
    margin-top: 20px;
	margin-bottom: 20px;
    text-align: justify;
}
.team-social li:nth-child(3).lang-en-US {
    text-align: left;
}
@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@media (max-width: 767px) {

	.breadcrumb-area{
		background-image: url("../img/1-banner-faculty2.jpg");	
	}	
	.parallax-bg, .parallax-bg2 {
		background: url("../img/1-banner-faculty4.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;	
		height:350px;		
	}	
}
@media (max-width: 480px) {

	.section-title {
		margin: 0 15px;
	}
	.team-img img {
		width: 80%;
	}	
}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (min-width: 980px) {

}
@media (min-width: 1200px) {

}


