#header-style-1 .navbar-nav > li > a {
	text-transform: uppercase;
	color: #222222;
	font-family: 'PT Sans',sans-serif;
	padding: 7px 11px !important;
	margin-top: 8px;
}

#header-style-1 .dropdown-menu li {
	float: none;
	display: block;
	margin: 0;
	text-align: left;
	border: 0;
	border-bottom: none;
}

#header-style-1 .yamm-fw .dropdown-menu li a {
	padding: 10px 0px 10px 0px;
	margin-bottom:10px;
}

#role-switcher-holder .btn-default.dropdown-toggle {
	border-radius: 0;
	border: 0;
	color: inherit;
}

	#role-switcher-holder .btn-default.dropdown-toggle:hover, #role-switcher-holder.open .dropdown-toggle.btn-default {
		background-color: #f5f5f5;
		/*border-color: #f2f2f2;*/
	}

#role-switcher-holder .dropdown-menu {
	border-radius: 0;
}

#role-update-form {
	display: inline;
}

@media (max-width: 768px) {
	#role-switcher-holder .btn-default.dropdown-toggle {
		padding: 6px;
	}

	#role-update-form {
		display: block;
	}
}


<!-- 2 -->
a:hover {
	color: #a11e29 !important;
}

.blink_me {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.view-all {
	/*float: right;*/
	background-color: white;
	border: solid 1px #a11e29;
	color: black;
	border-radius: 25px;
	line-height: 16px;
	width: 12%;
}


.view-all:hover {
	/*float: right;*/
	background-color: #a11e29;
	border: solid 1px #a11e29;
	color: white;
	border-radius: 25px;
	line-height: 16px;
	width: 12%;
}

.contactBackground {
	background-color: rgba(0, 0, 0, 0);
	border-right: solid 5px white;
	border-left: solid 5px white;
}

.eventHover:hover {
	opacity: 0.7;
	cursor: pointer;
}

ul.yiiPager .page a {
	padding-top: 5px !important;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
	padding-top: 5px;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
	border: solid 1px #a11e29;
	font-weight: bold;
	color: #a11e29;
	padding: 1px 6px;
	text-decoration: none;
	padding-top: 5px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 5px;
	line-height: 1.2;
	font-size: 11.7px;
}

.nav-tabs > li > a {
	border: none;
	color: #666;
	font-weight: 500;
	padding: 8px;
	font-size: 12px;
}

<!-- 3 -->
@media (max-width: 576px) {
	.courseSchedule {
		float: none !important;
		margin-top: 0px !important;
	}

	#x {
		font-size: 14px !important;
		margin-bottom: 0px !important;
		text-align: center !important;
	}
}

@media (max-width: 768px) {
	.courseSchedule {
		float: none !important;
		margin-top: 0px !important;
	}

	#x {
		font-size: 14px !important;
		margin-bottom: 0px !important;
		text-align: center !important;
	}
}
<!-- 4 -->
.ch-info-back:hover {
	cursor: pointer;
}

.ch-info-fronthover {
	cursor: pointer;
}
.paragrafStyle {
	color: white;
	font-size: 14px;
	font-weight: 600;
}
a:hover {
	color: #a11e29 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
	cursor: pointer !important;
}
a#see_more_content:hover {
	background: none !important;
	cursor: pointer;
}
a#see_less_content:hover {
	background: none !important;
	cursor: pointer;
}

.search {position:relative}
.search input[type=text] {height:30px; border:1px solid #ddd; margin:6px 0; padding:0 5px; width: 300px;}
.search input[type=image] {position:absolute; right:5px; top:10px}
.mylogo {height: 70px; margin-top: -10px;}
img.img-serts {width: 100%; box-shadow: 4px 4px 4px #777; border:1px solid #ccc; margin-bottom:30px}
img.img-partners {margin-bottom:30px}
.clear {clear:both}
.news-bg {background-size: 100% auto !important; width:300px; height:200px; background-repeat: no-repeat; float:left; margin-right:20px}
.news-title {
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #000;
}
img.responsive {max-width:100%; display:block;margin:5px auto; text-align:center}
@media (max-width: 768px) {
.mylogo {height: 60px; margin-top: 0px; }
.search {width: calc(100% - 15px);}
.search input[type="text"] {width: calc(100% - 15px)}
.search input[type="image"] { right: 10px;}
}
@media (max-width: 320px) {
.search input[type="text"] {width: 100%}
}