
/*CUSTOM CSS*/

/*Body and Common Styles*/
body{
	font-family: 'Roboto', sans-serif;
	background: #efefef;
}

.shadow-box{
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
}
.btn.btn-default {
    background: transparent;
    color: #d89b4b;
    border: 2px solid #d89b4b;
    box-shadow: 2px 2px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bolder;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.btn .glyphicon {
    font-size: 13px;
}
.btn-default.focus, .btn-default:focus {
    outline: none;
}
.btn-default:active, .btn-default:hover, .btn-default:active:hover {
    background-color: #d89b4b;
    color: white;
    border-color: #d67e0b;
}
.border-padding {
    margin: 0 auto;
    width: 70%;
    height: 2px;
    background: #efefef;
    margin-top: 60px;
    margin-bottom: 60px;
}
.padding-bottom {
    padding: 15px 0;
}
/*Header*/
header {
	background: #690a1a;
	color: white;
}
.navbar-brand {
   height: auto;
}
.logo {
   padding: 20px 0;
}
.navbar-default {
    background: #560513;
    border: none;
    border-top: 1px solid #710d1d;
    border-radius: 0;
	margin-bottom: 20px;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active,
.dropdown-menu>li>a.active {
    color: white;
    background-color: #d89b4b;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #690a1a;
    border: 1px solid white;
}
.navbar-collapse{
	border:none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #560513;
}
.dropdown-menu {
    background: #690a1a;
    padding: 0;
    border-top: 1px solid #710d1d;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    line-height: 20px;
    color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: #d89b4b;
}

/*Slider*/
#slider {
    margin-bottom: 3rem;
}
#main-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-controls.clickable {
    position: absolute;
    left: 46.5%;
    bottom: 2%;
}

/*Left Menu*/
.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #690a1a;
    border-color: #690a1a;
}
.list-group-item.active:before {
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    content: "\e080";
    padding-right: 4px;
}
a.list-group-item:last-child {
    display: none;
}
/*Course Description*/
.course-content {
    background: white;
    margin-bottom: 20px;
}
h2.course-title {
    margin: 0;
    font-weight: bold;
    font-size: 23px;
    padding: 10px 5px 15px 5px;
    border-bottom: 1px solid #7e8793;
}
.course-main-content {
    padding: 20px;
}
 h3 {
    font-weight: bold;
    font-size: 19px;
    margin: 15px 0 5px;
}
p.coll-bold {
    font-weight: bold;
    font-style: italic;
    margin: 6px 0;
}

/*Schedule Page*/
.schedule-container img {
    padding: 2%;
    margin-bottom: 4rem;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.schedule-container h3 {
    font-weight: bold;
    margin-top: 10px;
}
.schedule-container div {
    margin-bottom: 1rem;
}

/*Faculty*/
.faculty-img {
    max-width: 185px;
}
h2.faculty-name {
    font-size: 25px;
}
h3.faculty-title {
    margin: 0 0 20px 0;
    font-size: 17px;
    color: #7e8793;
}

/*Sidebar*/
.sidebar {
    background: white;
    padding: 2rem;
    margin-bottom: 20px;
}
.s-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #7e8793;
}
.s-form input.form-control {
    border-radius: 0;
}
.s-form select.form-control {
    height: 42px;
    border-radius: 0;
    border: 1px solid #d89b4b;
}

/*Page*/
#page {
    background: white;
    padding: 2rem;
    margin-bottom: 20px;
}
.title {
	position: relative;
    text-align: center;
    font-weight: bolder;
    font-size: 4rem;
    color: #7e8793;
    margin-bottom: 4rem;
}
.title:after {
    content: " ";
    position: absolute;
    left: 48%;
    bottom: -25%;
    width: 40px;
    height: 3px;
    background: #d89b4b;
}

/*Home About*/
.about-section {
    margin-bottom: 4rem;
}

/*Page Blocks*/
.page-blocks .single-block {
    margin-bottom: 3%;
}
.single-block a img:hover {
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(105, 10, 26, 0.54);
    top: 2px;
}

/*Research Programs Page*/
.rp-single img {
    margin-bottom: 2rem;
}

/*Email Optin*/
.email {
    background: #690a1a;
    color: white;
    padding: 4rem 0;
    border-bottom: 1px solid #710d1d;
    border-top: 5px solid #d89b4b;
}
.email h2 {
    margin: 0 0 2rem 0;
}
input.form-control {
    border: 1px solid #d89b4b;
    padding: 20px 10px;
    font-size: 2rem;
}
.email form .btn {
    height: 42px;
    border: 1px solid #710d1d;
    background: #d89b4b;
    min-width: 100px;
}
.email form .btn:hover, .email form .btn:active {
    background: #d89b4b;
    border: 1px solid #710d1d;
}

/*Footer*/
footer {
    background: #560513;
    padding: 3rem;
}
footer p {
    color: #d89b4b;
    margin: 0;
}






