@charset "utf-8";












@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}




/* Teachers ------------------------------------*/
.teachers{
    background-color: #e6e6e6;
    padding-bottom: 2%; 
}
.teachers .title h1{
    color: #263d5a;
    margin-top: 0;
}
.teachers .title h3{
    color: #1968b5;
    margin-top: 0;
}
.content_carousel{
    margin-top: 20px;
}
#myCarousel{
    padding-top: 66px;
    margin-bottom: 0;
}
.teachers .thumbnails{
    display: table;
    margin: 0 auto;
    padding-bottom: 40px;
}
.teachers .carousel-control{
    background: none;
    border-color: transparent;
    color: #2a333f;
    font-size: 40px;
    top: 56%;
}
.thumbnails .console_img{
    margin-left: 2px;
    margin-bottom: 0;
}
.thumbnails .console_img.first{
    margin: 0;
}
.thumbnails .console_img.last{
 	margin: 0;
}
.thumbnails a{
    padding: 0;
    /*width: 63px;*/
    display: table;
	width: 83px;
}
.thumbnails a img{
    height: 100%;
    width: 100%;

}
.thumbnails .tooltip.bottom .tooltip-arrow{
    border-bottom-color: #0095fc;
}
.thumbnails .tooltip.bottom .tooltip-inner{
    background-color: #0095fc;
    font-size: 11px;
    text-transform: capitalize;
    padding: 0 1%;
    font-family: 'Open Sans',sans-serif;
}
/*bxslider*/
.bx-wrapper{
 max-width: 100%!important;
}
.bx-wrapper .bx-viewport{
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 !important;
    padding-bottom: 39px;
    padding-top: 39px;
}
.bx-wrapper .bx-prev{
    left: 0 !important;

}
.bx-wrapper .bx-next{
    right: -7px !important;

}
/*bxslider*/








