/* Start Aside */

.profile aside
{
	background:linear-gradient(to right , rgba(84,153,152,.9) 10%, rgba(54,79,107,.9));
	color: #fff;
}
.profile aside
{
    position: relative;
    margin-right: -15px;
}
.profile aside .info
{
	color: #fff;
	padding: 10px 0;
}
.profile aside .info img
{
    width: 125px;
    height: 125px;
    display: block;
    margin: auto;
    border: 3px solid #fff;
}
.profile aside .content h5
{
	margin-bottom: 20px;
}
.profile aside .content ul
{
	list-style: none;
	text-align: right;
	padding: 0 10px;
	margin-bottom: 0;
}
.profile aside .content li
{
	border: 1px solid #ccc;
    border-radius: 25px 0 0 25px;
    padding: 10px 20px;
    margin-bottom: 10px;
	color: #fff;
    font-size: 12px;
	cursor: pointer;
}
.profile aside .content .active,
.profile aside .content li:hover
{
    background: #009AFF;
}
.profile aside .content li i
{
	float: left;
}

/* End Aside */


.site
{
	padding-top: 20px;
}
.site h3
{
    color: #009AFF;
	margin-bottom: 20px;
}
.site label
{
	display: inline-block;
	min-width: 200px;
	text-align: right;
	line-height: 42px;
}
.site input,
.site select
{
    display: inline-block;
	width: 75%;
    height: 42px;
}
.site .day,
.site .month,
.site .year
{
    width: 25%;
}
.site input[placeholder] 
{
    width: 25%
}
.site .btn-lg,
.site .btn-group-lg > .btn
{
	margin-bottom: 15px;
    padding: 12px 100px;
	background: none;
	font-weight: bold;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.site .btn-primary
{
    color: #009AFF;
    border: 2px solid #009AFF;
}
.site .btn-primary:hover,
.site .btn-primary:focus
{
    background: #009AFF;
	color: #fff;
    border: 2px solid #009AFF;
	font-weight: bold;
}

.site .id-info ul li
{
    display: inline-block;
    margin-bottom: 20px;
    padding: 13px 33px;
    color: #222;
    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.site .id-info ul li:hover,
.site .id-info .active
{
    background: #009AFF;
    color: #fff;
    border: 1px solid #009AFF;
}
.site .complete i
{
    color: #080
}
.site .basic-info,
.site .birth-info,
.site .education-info,
.site .id-info,
.site .register,
.site .complete,
.site .auther
{
    display: none
}
.main .prog h5
{
    font-weight: bold
}
.main .prog .progress
{
    width: 100%;
    background-color: #ddd
}
.main .prog .progress-bar
{
    width: 0%
}
/* End Div Site */


/* Start Section Timeline */

.timeline
{
    background: #fff;
    margin: 20px 100px;
    padding-top:30px;
    padding-right: 20px;
}
.timeline h3
{
    color: #009AFF;
    margin-bottom: 50px;
    text-align: center
}
.timeline .events
{
    width: 80%;
    margin: 0 335px;
    border-right: 3px solid #222;
}
.timeline .events .event
{
    position: relative;
    margin: 15px 45px;
    padding: 5px 10px;
    border: 2px solid #222;
    text-align: right;
}
.timeline .events .event:before
{
    content: "";
    position: absolute;
    top: 10px;
    right: -56px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #222;
    border-radius: 50%;
}
.timeline .events .event:after
{
    content: "";
    position: absolute;
    top: 8px;
    right: -22px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #222;
}
.timeline .events .event p
{
    font-size: 18px;
    margin-bottom: 5px;
}
.timeline .events .event .time
{
    position: absolute;
    top: 0;
    right: -232px;
    min-width: 135px;
    background: #222;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center
}
.timeline .events .event .time:after
{
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #222 transparent transparent;
}
.timeline .events .event:hover .time
{
	-webkit-animation: sink 0.5s 0s alternate ease-in-out infinite ;    
	-moz-animation: sink 0.5s 0s alternate ease-in-out infinite ;    
	-o-animation: sink 0.5s 0s alternate ease-in-out infinite ;    
	animation: sink 0.5s 0s alternate ease-in-out infinite ;    
}
@-webkit-keyframes sink
{
  0%
  {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100%
  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-moz-keyframes sink
{
  0%
  {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100%
  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-o-keyframes sink
{
  0%
  {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100%
  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@keyframes sink
{
    0%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}

/* End Section Timeline */

/* Start Section Our Professors */

.our-professors
{
	background: #fff;
    margin: 20px 100px;
    padding-top:30px;
    margin-right: 450px;
    position: absolute;
}
.our-professors h2
{
    font-size: 36px;
    color: #009AFF;
    margin-bottom: 50px;
}
.our-professors p
{
	color: #555;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.our-professors span
{
    font-size: 20px;
    font-weight: bold
}
.our-professors .carousel-inner
{
    min-height: 160px;
}
.our-professors .carousel-indicators
{
    position: static;
    width: 100%;
    margin-right: auto;
    padding-top: 30px;
    padding-right: 0
}
.our-professors .carousel-indicators li
{
    text-indent: 0;
    width: 80px;
    height: 80px;
    opacity: 0.4;
    border: 2px solid #eee;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.our-professors .carousel-indicators .active
{
    opacity: 1;
    background: none;
    border: 2px solid #009AFF
}
.our-professors .carousel-indicators li img
{
    max-width: 100%
}

/* End Section Our Professors */



/* Start Footer */

.footer
{
    background: #364f6b
}

/* End Footer */