.cright {
	float: right;
	color: #777;
}

.home-block.home-about:hover {
    background: rgba(157, 8, 13, 0.8);
}
.home-block.home-education:hover {
background: rgba(58, 124, 133, 0.8);
}
.home-block.home-medical:hover {
background: rgba(124, 146, 81, 0.8);
}
.home-block.home-contacts:hover {
background: rgba(223, 172, 64, 0.8);
}

.home-block {
	max-height: 262px;
	height: 262px;
	border-radius: 10px;
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
}

.home-block-inner {
	position: absolute;
	bottom: 20px;
	right: 15%;
	text-align: right;
	color: white;
	font-size: 2.0em;
}

.sub-left {
    height: 400px;
    border-radius: 10px 0 0 10px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
}

.sub-right {
    height: 400px;
    border-radius: 0 10px 10px 0;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
    padding: 24px;
    color: white;
}

.home-about, .about-active, .about-active:hover {background: #9d080d;}
.home-education, .education-active, .education-active:hover {background: #3a7c85;}
.home-medical, .medical-active, .medical-active:hover {background: #7c9251;}
.home-contacts, .contacts-active, .contacts-active:hover {background: #dfac40;}

.about-active > a, .education-active > a, .medical-active > a, .contacts-active > a  {color: white !important;}
.about-active > a:hover, .education-active > a:hover, .medical-active > a:hover, .contacts-active > a:hover {
    background: none !important;
}

.navbar-nav>li>a {
    color: #777;
}

.about-event > a:hover {
	background: #9d080d !important;
    color: white !important;
}

.education-event > a:hover {
    background: #3a7c85 !important;
    color: white !important;
}

.medical-event > a:hover {
    background: #7c9251 !important;
    color: white !important;
}

.contacts-event > a:hover {
    background: #dfac40 !important;
    color: white !important;
}

.about {color: #9d080d;}
.about-main {background: #81070b;}

.education {color: #3a7c85;}
.education-main {background: #0f6470;}

.medical {color: #7c9251;}
.medical-main {background: #637d2f;}

.contacts {color: #dfac40;}
.contacts-main {background: #e39f0f;}

.navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-toggle {
	background-color: black;
}
