﻿/*
Theme Name: Rungta College
Theme URI: http://www.rungtacolleges.com/
Description: Engineering, Management, dental in Bhilai, Chattisgarh| Rungta group of colleges.
Author: Perfectcoder
Author URI: http://www.perfectcoder.com
Version: v1.2014
  _____           __          _    _____          _           
 |  __ \         / _|        | |  / ____|        | |          
 | |__) |__ _ __| |_ ___  ___| |_| |     ___   __| | ___ _ __ 
 |  ___/ _ \ '__|  _/ _ \/ __| __| |    / _ \ / _` |/ _ \ '__|
 | |  |  __/ |  | ||  __/ (__| |_| |___| (_) | (_| |  __/ |   
 |_|   \___|_|  |_| \___|\___|\__|\_____\___/ \__,_|\___|_|.com
                                                              
################################################################    

*/

#director-container{
	overflow: hidden;
}
#director-container .directors{
	width: 410px;
	height: 400px;
	float: left;
	margin: 10px 25px 10px 10px;
}
#director-container .directors .director-img{
	width: 180px;
	height: 180px;
	margin: 0px auto 0px auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	background-image: url('../images/gray-line.png');
	overflow: hidden;
}
#director-container .directors:hover .director-img{
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 0px 0px 10px #33CC99;
	-moz-box-shadow: 0px 0px 0px 10px #33CC99;
	box-shadow: 0px 0px 0px 10px #33CC99;
	cursor: pointer;
}
#director-container .directors:hover .director-img img{
	padding: 0px;
	margin: 0px;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#director-container .directors .director-img img{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#director-container .directors .msg{
	margin: 20px 10px 30px 0px;
	padding: 0px 20px 0px 20px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	height: 100px;
	text-align: justify;
}
#director-container .directors .msg p{
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#director-container .directors .name{
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 700;
	text-align: center;
}
#director-container .directors .name span{
	padding: 10px;
	color: #555555;
	display: block;
	font-weight: normal;
}
#director-container .directors .name span i{
	color: #ccc;
}

#advisory-board{
	background-position: left top;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
	background-image: url('../images/dot-line.png');
	background-repeat: repeat-x;
}

#advisory-board .name{
	padding: 10px;
	border: 1px solid #EBEBEB;
	margin: 10px;
	width: 200px;
	height: 100px;
	float: left;
	background-color: #F8F8F8;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#advisory-board .name h1{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 900;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#advisory-board .name span{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	display: block;
	font-weight: 300;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#advisory-board .name:hover {
	border: 1px solid #fff;
	background-color: #000000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 0px 0px 10px #EE2D54;
	-moz-box-shadow: 0px 0px 0px 10px #EE2D54;
	box-shadow: 0px 0px 0px 10px #EE2D54;
	cursor: pointer;
}
#advisory-board .name:hover h1{
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#advisory-board .name:hover span{
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
