body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 90px;
	background-color: #333;
}

.navbar {
	min-height: 90px;
}

.navbar-default {
	background-color: #fff;
}

.navbar-brand {
	height: auto;
}

.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #ef4036;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #ef4036;
	background-color: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #ef4036;
	background-color: transparent;
}

.dropdown-menu>li>a {
	text-transform: uppercase;
}

.navbar-default .navbar-toggle {
	border-radius: 0px;
	margin-top: 25px;
}

.footer {
	background-color: #333;
	padding: 60px 0;
	color: #666;
}

.footer a {
	color: #999;
}

.col {
	margin: 20px 0;
}

.col h2,
.col small {
	text-align: center;
	margin-bottom: 10px;
}

.col small {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block;
}

.col p {
	margin-bottom: 30px;
}

.home-col1 h2 {
	color: #ef4036;
}

.home-col2 h2 {
	color: #ef4036;
}

.home-col3 h2 {
	color: #ef4036;
}

.btn-primary {
	border-radius: 0;
	border: solid 3px #ef4036;
	background-color: transparent;
	color: #ef4036;
}

.btn-primary:hover {
	background-color: #ef4036;
	border: solid 3px #ef4036;
}

.dropdown-menu {
	border: none;
	border-radius: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background-color: transparent;
	color: #ef4036;
}

h1,
h2 {
	color: #ef4036;
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-weight: normal;
}

h3,
h4,
h5 {
	font-weight: bold;
}

.famous_list {
	color: #999;
}

.famous_list h5 {
	margin-bottom: 0px;
	margin-top: 20px;
	color: #333;
}

.main {
	background-color: #fff;
}

.staff {
	background-color: #f7ba14;
}

.staff h1 {
	color: #333;
}

.about {
	background-color: #2e5bbd;
}

.about {
	color: #fff;
}

.about h1 {
	color: #fff;
}

.about p {
	font-size: 16px;
	color: #b3cdee;
}

.program {
	background-color: #39b44a;
}

.program h1,
.program h2,
.program h5 {
	color: #fff;
}
.program .btn-program{
	margin-top: 20px;
 	color: #fff;
 	border-color: #fff;
 	font-weight: bold;
}
.program .btn-program:hover{
	border-color: #ef4036;
	/* border-color: #ef4036; */
}

.gallery {
	background-color: #c573ff;
}

.gallery h1,
.gallery h2 {
	color: #fff;
}

.contact {
	background-color: #ffc600;
}

.contact h1,
.contact h2 {
	color: #333;
}

.label_c {
	display: inline-block;
	width: 130px;
}

ul.programs-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

ul.programs-list li {
	display: inline-block;
	height: 170px;
	width: 170px;
	background-color: #fff;
	padding: 70px 10px;
	text-align: center;
	vertical-align: top;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	opacity: 0.5;
	color: #38b449;
}

ul.programs-list li:hover {
	opacity: 1;
}

li.randc1 {
	background-image: url(../images/program1.jpg);
}

li.randc2 {
	background-image: url(../images/program2.jpg);
}

li.randc3 {
	background-image: url(../images/program3.jpg);
}

li.randc4 {
	background-image: url(../images/program4.jpg);
}

li.randc5 {
	background-image: url(../images/program5.jpg);
}

li.randc6 {
	background-image: url(../images/program6.jpg);
}

li.randc7 {
	background-image: url(../images/program7.jpg);
}

.praises {
	background-color: #8e44ad;
}

.praises h1 {
	color: #fff;
}

.testimonial .body {
	padding: 20px;
	background-color: #fff;
	color: #666;
}

.testimonial .name {
	padding-top: 40px;
	background-image: url(../images/tip.png);
	background-repeat: no-repeat;
	background-position: 19px -100px;
	font-weight: bold;
	color: #fff;
}

.testimonial {
	margin-bottom: 30px;
}

.gallery a {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}
.gallery .btn{
	margin-top: 20px;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

@media (max-width: 768px) {
	ul.programs-list li {
		opacity: 1;
	}
}

.contact-link {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.contact-link:hover {
	color: #ef4036;
	text-decoration: none;
}