.well .hidebar{
	float: left;
    padding-right: 8px;
    border-left: 4px solid;
    height: 30px;
	display: none;
}
.well li {

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 210px;
    border-bottom: 1px dashed #dad7ca;
}

.col-sm-5 .list-unstyled li{
    width: 310px;

}


.well ul{
    margin-bottom: 0;
}
.row{
	float: left;
    width: calc(100% - 150px);
    padding-left: 20px;
}
.well h4{
	font-size: 20px;
    padding: 0;
    padding-bottom: 10px;
    margin: 0 !important;
}

.well {
    float: left;
	width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
	background-color: #f7f7f7 !important;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well a {
    
    text-decoration: none;
    /*border-bottom: 1px dashed #dad7ca;*/
    padding-bottom: 5px;
}

.well li:hover{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #fffcff), color-stop(100%, #ededed) );
    font-weight: 700;
    border-radius: 5px;
}

.well img {
	width: 150px !important;
}
.well .col-sm-4 a{
	color: #696969;
}
.well .col-sm-5 a{
	color: #696969;
}
.well h4 a {

    text-decoration: none;
    border: none;
}
.ptcontent ul {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
	
}
.ptcontent hr {
    margin-top: 10px;
}

hr {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.col-sm-4 {
	float: left;
	width: 25%;
	position: relative;
}

.col-sm-5 {
	float: left;
	width: 45%;
	position: relative;
}
.col-sm-10{
	float: left;
}
.hide{
	display: none;
}

@media (max-width: 1190px){
	.col-sm-4{
		width: 33.33333%;
	}
	.main-body{
		width:100% !important;
	}
}
@media (max-width: 890px){
	.col-sm-4{
		width: 45%;
	}
	.col-sm-5{
		width: 45%;
	}
	.main-body{
		width:100% !important;
	}
}
@media (max-width: 690px){
	.col-sm-4{
		width: 100%;
	}
	.col-sm-5{
		width: 100%;
	}
	.well li, .col-sm-5 .list-unstyled li{
		width: 100%;
	}
}
@media (max-width: 480px){
	.ptcontent img {
		width: 100% !important;
	}
	.well .row{
		width:100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.well hr{
		margin-bottom: 0;
	}
	.well .col-sm-4{
		padding-left: 0;
	}
	.hide{
		display: block;
	}
	.show{
		display: none;
	}
}










.view{
	float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.collegeform{
	float: left;
    width: 100%;
	display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.collegetitle{
	font-size: 22px;
	
}

.collegetitle, .collegemail, .collegetel{
    font-weight: 700;
	
}

.collegetitle, .depttitle{
	float: left;
    width: 300px;
    padding-right: 15px;
	
}

.collegemail, .deptmail{
	float: left;
	padding-right: 25px;
}

.collegetel, .depttel{
	float: left;
	padding-right: 25px;
	display: flex;
}

.deptform{
	float: left;
    width: 100%;
	padding-left: 40px;
	padding-bottom: 5px;

}

.fa-home{
	 font-size: 18px;
}

.depttitle{
	    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.depttel, .depttitle{
	color: #000000;
}

@media (max-width:960px){
	.collegetel, .depttel, .collegeform{
		display: block;
	}
	.collegeform{
		padding-bottom: 15px;
	}
	.collegetitle{
		float: left;
		width: calc(100% - 368px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.depttitle{
		width: calc(100% - 320px);
	}
	
}

@media (max-width:530px){
	.collegetel, .depttel, .collegeform{
		display: block;
	}
	.collegeform{
		padding-bottom: 15px;
	}
	.deptform{
		padding-bottom: 10px;
	}
	.collegetitle{
		float: left;
		width: 100%;
	}
	.depttitle{
		width: 100%;
	}
	.deptform{
		padding-left: 25px;
	}
	
	
}

@media (max-width:370px){
	.collegetel, .depttel, .collegemail, .deptmail{
		padding-right: 15px;
	}
}



