/** Required **/
div.frq_validation_error {
	color: #FF0000 !important;
	clear: both;
	padding: 3px 0px 3px 0px;
	margin-bottom: 0px;
	font-style: italic;
}

input.frq_validation_error {
	color: #FF0000 !important;
}

input.frq_validation_success {
	color: green !important;
}

.frq-richtext-img-class-align-left {
	float: left;
	padding: 15px 15px 15px 0;
}

.frq-richtext-img-class-align-right {
	float: right;
	padding: 15px 0 15px 15px;
}

.frq-richtext-img-class-align-center {
	padding: 15px 15px 15px 15px;
}

/** Overwrite **/

.home-6 .header-top-area {
	background-color: #e3e3e3 !important;
}

.home-6 .language-area ul li a, .home-6 .account-area ul li a {
	color: #000000 !important;
}

.language-area ul li a, .account-area ul li a {
	text-transform: none;
}

.header-mid-area .my-cart {
	float: left;
}

.home-6 .header-search form a {
	background-color: #e21a22;
}

.home-6 .main-menu-area {
	background-color: #ffffff;
	border-bottom: 1px solid #DDDDDD;
}

.home-6 .menu-area ul li:hover > a, .home-6 .menu-area ul li.active > a {
	color: #e21a22;
}

.menu-area ul li:first-of-type > a {
	padding-left: 0;
}

.menu-area ul li .sub-menu {
	width: 200px;
}

@media (min-width: 1300px) {
	.menu-area ul li > a {
		padding: 13px 5px!important;
	}
}

@media (max-width: 1299px) and (min-width: 1170px) {
	.menu-area ul li > a {
	    padding: 13px 5px!important;
	    font-size: 15px!important;
	}
}

.home-6 .slider-active.owl-carousel .owl-dots .owl-dot.active span {
	background-color: #e21a22;
}

.counter-area {
	background-image: url(../assets/counter_bg.jpg)
}

.block-newsletter-2 {
	background-color: #e21a22;
}

.developedby {
	font-style: italic;
	color: #515953;
}

.developedby a {
	color: #515953;
}

.developedby a:hover {
	text-decoration: underline;
}

.blog-side-menu ul li.active a {
	font-weight: bold;
	color: #e21a22;
}

.login-form .single-login select {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eceff8;
	padding: 12px 10px;
	width: 100%;
	font-family: 'Rufina', serif;
	font-weight: 400;
}

.custom_filter_select {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eceff8;
	font-size: 14px;
	margin-bottom: 16px;
	padding: 12px 10px;
	width: 100%;
	color: #333;
	font-family: 'Rufina', serif;
	font-weight: 400;
}

.custom_filter_submit {
	background: #252525 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	height: 40px;
	margin-top: 16px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: 140px;
	font-family: 'Rufina', serif;
}

.examTopics ul {
	list-style: inside;
	margin: 5px 5px;
}

@media print {
	.no-print, .no-print * {
		display: none !important;
	}
}





.online-button {
	color: #ffffff !important;
}

.blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	animation: blink .75s linear infinite;
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	50.01% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	50.01% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-ms-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	50.01% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	50.01% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	50.01% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}