@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800");

/**Homepage Slider**/
#home_slider {
	height: 350px;
	max-height: 350px;
	background: #fff;
	border: 2px solid #000;
	position: relative;
}

#home_slider .image {
	height: inherit;
}

.home_slider {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

/**Searchpage Slider**/
/**Homepage Slider**/
#s_slider {
	height: 300px;
	max-height: 300px;
	background: #fff;
	border: 2px solid #000;
	position: relative;
}

#s_slider .image {
	height: inherit;
}

.slick-prev {
	background: transparent;
	position: absolute;
	top: 50%;
	left: 200px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	margin-top: -22px;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	z-index: 1;
}

.slick-prev::before {
	font-family: 'fontello';
	content: '\e9ed';
	font-size: 20px;
	line-height: 36px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.slick-next {
	background: transparent;
	position: absolute;
	top: 50%;
	right: 200px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: -22px;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.slick-next::before {
	font-family: 'fontello';
	content: '\e9ee';
	font-size: 20px;
	line-height: 36px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

@media (max-width: 767px) {
	.slick-prev {
		left: 100px;
	}

	.slick-next {
		right: 100px;
	}
}

@media (max-width: 1200px) {
	.slick-prev {
		left: 100px;
	}

	.slick-next {
		right: 100px;
	}
}

@media (max-width: 650px) {
	.slick-prev {
		left: 50px;
	}

	.slick-next {
		right: 50px;
	}
}

@media (max-width: 450px) {
	.slick-prev {
		left: 10px;
	}

	.slick-next {
		right: 10px;
	}
}

.home_slider .image .container {
	position: relative;
	height: inherit;
	width: 50%;
}

.home_slider .image .container .content {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

.home_slider .image .container .content h2 {
	font-size: 42px;
	color: #000;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.home_slider .image .container .content p {
	font-weight: 500;
}

.home_quick_info .child {
	/* border: 2px solid #000; */
	padding: 20px;
	padding-bottom: 0;
}

.home_quick_info .child:nth-child(1), .home_quick_info .child:nth-child(2), .home_quick_info .child:nth-child(3) {
	border-right: none;
}

.home_quick_info .child img {
	max-width: 40px;
}

.home_quick_info .news_conf {
	background: #fff;
	padding: 10px;
	min-height: 34px;
	margin-bottom: 0px;
}

.home_quick_info .news_conf .heading {
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.3;
	height: 45px;
}

.home_quick_info .news_conf .heading .font_14 {
	font-size: 14px;
}

.home_quick_info .news_conf .single_news {
	margin-bottom: 10px;
}

.home_quick_info .news_conf .single_news p {
	font-size: 11px;
	margin-bottom: 10px;
}

.home_quick_info .news_conf .single_news p.head {
	font-weight: 700;
	margin-bottom: 2px;
	text-transform: capitalize;
}

.home_quick_info .news_conf .single_news p a.readmore {
	font-size: 34px;
	margin-left: -20px;
	color: #000;
}

@media (max-width: 1200px) {
	.home_quick_info .child:nth-child(2) {
		border-right: 2px solid #000;
	}
}

/***About Sub Menu**/
#about_sub_menu {
	min-height: 50px;
	background: #fff;
	padding: 15px 10px 15px 10px;
	margin-top: 20px;
	border: 2px solid #000;
	border-bottom: none;
	position: absolute;
	bottom: 0;
}

#about_sub_menu ul {
	margin: 0;
	font-size: 13px;
}

#about_sub_menu ul li {
	display: inline-block;
	margin: 0 20px 0 0;
	font-weight: 600;
	line-height: 1;
}

#about_sub_menu ul li:not(:last-child) {
	border-right: 1px solid grey;
	margin-right: 20px;
	padding-right: 20px;
}

#about_sub_menu ul li a {
	color: #000;
}

#about_sub_menu ul li a.green {
	color: #8cc63f;
}

/**Journal Features**/
.journal_features {
	margin-bottom: 20px;
	padding-left: 15px;
}

.journal_features div {
	margin-bottom: 10px;
	font-size: 12px;
	padding-left: 0;
	padding-right: 0;
}

.journal_features div:before {
	content: "\2022";
	padding-right: 7px;
	color: #8cc63f;
	font-weight: 800;
}

/**Abstract Page**/
.abstract_title {
	text-align: left;
}

.abstract_title h2 {
	color: #8cc63f;
	text-transform: none;
	font-size: 26px !important;
	line-height: 1.3;
}

.abstract_title .abstract_stats {
	margin-bottom: 20px;
}

.abstract_stats ul {
	font-size: 14px !important;
}

.abstract_title p {
	margin-bottom: 10px;
}

.abstract_title span {
	color: #8cc63f;
	font-size: 14px !important;
}

.abstract_title ul {
	margin: 0;
	font-size: 11px;
	margin-top: 1px;
}

.abstract_title ul li {
	display: inline-block;
	margin: 0 20px 0 0;
	font-weight: 300;
	line-height: 1;
}

.abstract_title ul li:not(:last-child) {
	border-right: 1px solid grey;
	margin-right: 10px;
	padding-right: 10px;
}

.abstract_submenu {
	background: #8cc63f;
	padding: 5px;
}

.abstract_submenu ul {
	margin: 0;
	font-size: 14px;
}

.abstract_submenu ul li {
	display: inline-block;
	margin: 0 20px 0 0;
	font-weight: 400;
	line-height: 1;
}

.abstract_submenu ul li:not(:last-child) {
	border-right: 1px solid grey;
	margin-right: 20px;
	padding-right: 20px;
}

.abstract_submenu ul li a {
	/*color: #555;*/
	color: #242424;
}

.abstract_submenu ul li a.active {
	font-weight: 800;
}

.abstract_copyright {
	margin-bottom: 40px;
}

.abstract_copyright p {
	margin-bottom: 5px;
	color: #000;
	font-weight: 100;
	font-size: 14px;
}

.abstract_details, .article_references {
	margin-bottom: 60px;
}

.abstract_details p, .article_references p, .abstract_details span, .abstract_details div {
	font-size: 18px;
	text-align: justify;
}

.enforceHead, .enforceHead > *, .enforceHead p, .enforceHead div {
	font-size: 26px !important;
}

.enforceBody, .enforceBody > *, .enforceBody p, .enforceBody div {
	font-size: 18px !important;
	text-align: justify;
}

.abstract_details p.heading {
	margin-bottom: 5px;
	font-weight: 800;
	font-size: 23px;
}

.article_references p {
	margin-bottom: 20px;
}

.article_references p.heading {
	margin-bottom: 20px;
	font-weight: 800;
}

.article_references p a {
	color: #000;
}

.back_to_articles, .share_page, .article_quick_links, .article_partner_links, .article_citations {
	margin-bottom: 20px;
}

.back_to_articles .input-group-addon {
	background: #fff;
	border-color: #fff;
	height: 34px;
	color: #000;
}

.back_to_articles .input-group {
	margin-bottom: 20px;
}

.back_to_articles .input-group-addon, .back_to_articles .input-group-addon .arrow_carrot-right {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

.back_to_articles .input-group-addon a {
	text-decoration: none;
	color: #000;
}

.share_page, .article_quick_links, .article_partner_links, .article_citations {
	background: #fff;
	border-color: #fff;
	min-height: 34px;
	padding: 10px;
}

.fbButton{
	background-color: #3b5998!important;
	color: #fff!important;
	border-radius: 5px;
	margin: 0 auto!important;
	text-align: center!important;
	margin-top: 5px;
	padding: 10px;
}

.share_page p {
	margin-bottom: 5px;
	font-size: 14px !important;
	font-weight: 600;
	color: #000;
}

.share_page ul {
	margin: 0;
}

.share_page ul li {
	display: inline-block;
	margin: 0 1px 0 0;
	font-weight: 400;
	line-height: 1;
	border-radius: 50%;
	border: 1px solid #eee;
	padding: 5px;
}

.share_page ul li.facebook {
	background: #0071bc;
}

.share_page ul li.twitter {
	background: #5ecce6;
}

.share_page ul li.tumblr {
	background: #2e3192;
}

.share_page ul li.plus {
	background: #f15a24;
}

.share_page ul li a {
	color: #fff;
}

.article_quick_links ul {
	margin: 0;
}

.article_quick_links ul li {
	padding-bottom: 10px;
	padding-top: 10px;
}

.accordon a.active {
	color: #edb500;
}

.article_quick_links ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.article_quick_links ul li a {
	color: #000;
	font-weight: 400;
	font-size: 14px;
}

.article_partner_links p {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
}

.article_citations ul {
	margin: 0;
	border-bottom: 1px solid #eee;
	padding-top: 5px;
	padding-bottom: 5px;
}

.article_citations ul:last-child {
	border-bottom: none;
}

.article_citations ul li {
	margin-bottom: 5px;
	color: #000;
	font-size: 14px;
}

.article_citations ul li:first-child {
	font-weight: 700;
}

.article_citations ul li a {
	color: #000;
	font-weight: 400;
}

/***Homepage Journal Scroller**/
.journals_scroller {
	height: 750px;
}

.journals_scroller .slick-prev {
	background: transparent;
	position: absolute;
	top: 50%;
	left: -200px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	margin-top: -22px;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	z-index: 1;
}

.journals_scroller .slick-prev::before {
	font-family: 'fontello';
	content: '\e9ed';
	font-size: 20px;
	line-height: 36px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.journals_scroller .slick-next {
	background: transparent;
	position: absolute;
	top: 50%;
	right: -200px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: -22px;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.journals_scroller .slick-next::before {
	font-family: 'fontello';
	content: '\e9ee';
	font-size: 20px;
	line-height: 36px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

@media (max-width: 1200px) {
	.journals_scroller .slick-prev {
		left: -100px;
		top: 50%;
	}

	.journals_scroller .slick-next {
		right: -100px;
		top: 50%;
	}
}

@media (max-width: 767px) {
	.journals_scroller .slick-prev {
		left: 0px;
		top: 50%;
	}

	.journals_scroller .slick-next {
		right: 0px;
		top: 50%;
	}
}

@media (max-width: 650px) {
	.journals_scroller .slick-prev {
		left: 0px;
		top: 50%;
	}

	.journals_scroller .slick-next {
		right: 0px;
		top: 50%;
	}
}

@media (max-width: 450px) {
	.journals_scroller .slick-prev {
		left: 0px;
		top: 50%;
	}

	.journals_scroller .slick-next {
		right: 0px;
		top: 50%;
	}
}

/***Homepage Latest Articles Scroller**/
.latest_articles {
	height: 250px;
}

.latest_articles .slick-prev {
	background: transparent;
	position: absolute;
	top: 50%;
	left: -200px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	margin-top: -22px;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	z-index: 1;
}

.latest_articles .slick-prev::before {
	font-family: 'fontello';
	content: '\e9ed';
	font-size: 20px;
	line-height: 36px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.latest_articles .slick-next {
	background: transparent;
	position: absolute;
	top: 50%;
	right: -200px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: -22px;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.latest_articles .slick-next::before {
	font-family: 'fontello';
	content: '\e9ee';
	font-size: 20px;
	line-height: 36px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

@media (max-width: 1200px) {
	.latest_articles .slick-prev {
		left: -50px;
		top: 50%;
	}

	.latest_articles .slick-next {
		right: -50px;
		top: 50%;
	}
}

@media (max-width: 767px) {
	.latest_articles .slick-prev {
		left: -10px;
		top: 50%;
	}

	.latest_articles .slick-next {
		right: -10px;
		top: 50%;
	}
}

@media (max-width: 650px) {
	.latest_articles .slick-prev {
		left: -10px;
		top: 50%;
	}

	.latest_articles .slick-next {
		right: -10px;
		top: 50%;
	}
}

@media (max-width: 450px) {
	.latest_articles .slick-prev {
		left: -10px;
		top: 50%;
	}

	.latest_articles .slick-next {
		right: -10px;
		top: 50%;
	}
}

.latest_articles .the_journal {
	margin: 0;
}

/**Six Journals**/
.six_j .sub_child {
	padding: 0;
	border: 2px solid #000;
	border-right: none;
	height: 250px;
	max-height: 250px;
}

.six_j .pad_20 {
	padding: 20px;
}

.six_j .bg_white {
	background: #fff;
	height: 300px;
	max-height: 300px;
}

.six_j .pad_20 p.heading {
	color: #8cc63f;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px;
}

.six_j .pad_20 ul {
	margin: 0;
}

.six_j .pad_20 ul li {
	margin-bottom: 5px;
}

.six_j .pad_20 ul li:before {
	content: "\2022";
	padding-right: 7px;
	color: #8cc63f;
	font-weight: 800;
}

.six_j .sub_child:nth-child(1), .six_j .sub_child:nth-child(2), .six_j .sub_child:nth-child(3) {
	border-bottom: none;
}

.six_j .sub_child:last-child, .six_j .sub_child:nth-child(3) {
	border-right: 2px solid #000;
}

.six_j figure {
	padding: 20px;
	background-repeat: no-repeat !important;
	background-position: 50% 75% !important;
	height: 100%;
}

.six_j figure .preview p {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

.six_j figure .preview p span {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
}

/**Advisory Board**/
#advisory_board p {
	text-transform: capitalize;
	color: #000;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

#advisory_board p span {
	font-weight: 700;
}

#advisory_board img {
	max-width: 200px;
}

/**Contact Section**/
#contact_section {
	background: #fff;
}

#contact_section p {
	font-size: 14px;
}

/**Journal Articles**/
.articles_filter {
	margin-bottom: 20px;
}

.articles_filter ul {
	margin: 0;
}

.articles_filter ul li {
	display: inline-block;
	margin: 0 15px 0 0;
	line-height: 1;
}

.articles_filter ul li:last-child {
	float: right;
	margin-right: 0;
}

.articles_filter ul li a {
	color: #242424;
}

.articles_filter ul li a.active {
	border-bottom: 2px solid #8cc63f;
}

.articles_filter ul li select {
	background: transparent !important;
	border: none !important;
}

.main_articles .content-page {
	text-align: left;
	font-size: 16px;
}

.main_articles {
	margin-bottom: 20px;
}

.main_articles .heading {
	font-size: 18px !important;
}

.main_articles .m_article {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
}

.graph {
	height: 500px;
	margin: 20px auto 0 auto;
	margin-bottom: 10px;
}

.main_articles .m_article p {
	margin-bottom: 10px;
}

.main_articles .m_article div {
	margin-bottom: 10px;
}

.main_articles .m_article p.date {
	font-weight: 400 !important;
	color: #333 !important;
}

.main_articles .m_article p.heading {
	font-weight: 600;

}

.main_articles .m_article p.author {
	margin-bottom: 5px;
	font-size: 13px;
}

.main_articles .m_article .details, .main_articles .m_article .links {
	margin-bottom: 20px;
}

.main_articles .m_article .details ul, .main_articles .m_article .links ul {
	margin: 0;
}

.main_articles .m_article .details ul li {
	display: inline-block;
	font-size: 13px;
	margin: 0 10px 0 0;
	line-height: 1;
}

.main_articles .m_article .details ul li:not(:last-child) {
	border-right: 1px solid grey;
	margin-right: 10px;
	padding-right: 10px;
}

.main_articles .m_article .links {
	background: #8cc63f;
	padding: 5px;
	width: 250px;
}

.main_articles .m_article .links ul li {
	display: inline-block;
	margin: 5px;
	line-height: 1;
}

.main_articles .m_article .links ul li a {
	color: #000;
	font-weight: 700;
}

.enforceHead, .enforceHead > *, .enforceHead p, .enforceHead div {
	font-size: 26px !important;
}

.enforceBody, .enforceBody > *, .enforceBody p, .enforceBody div {
	font-size: 18px !important;
	text-align: justify;
}

.main_articles .load_more {
	border: 2px solid #000;
	text-align: center;
	padding: 10px;
	font-weight: 700;
}

.main_articles .load_more a {
	color: #000;
}

.article_search input {
	font-size: 12px;
}

.article_search input, .article_search .input-group-addon {
	background: #8cc63f;
	border-color: #8cc63f;
	height: 34px;
	color: #000;
}

.article_search .input-group {
	margin-bottom: 20px;
}

.article_search .input-group-addon, .article_search .input-group-addon .arrow_carrot-right {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

.article_search .input-group-addon a {
	text-decoration: none;
	color: #000;
}

.article_search input::-webkit-input-placeholder {
	font-size: 12px;
	text-transform: inherit;
	color: #000;
}

.advertisement {
	background: #fff;
	min-height: 150px;
	height: 150px;
	margin-bottom: 20px;
}

.advertisement p {
	color: #666666;
	top: 45%;
	text-align: center;
	font-weight: 500;
	position: relative;
}

.news_conf {
	background: #fff;
	padding: 10px;
	min-height: 34px;
	margin-bottom: 20px;
}

.news_conf .heading {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.news_conf .heading .font_14 {
	font-size: 14px;
}

.news_conf .single_news {
	margin-bottom: 10px;
}

.news_conf .single_news p {
	font-size: 11px;
	margin-bottom: 2px;
}

.news_conf .single_news p.head {
	font-weight: 700;
	margin-bottom: 2px;
	text-transform: capitalize;
}

.news_conf .single_news p a.readmore {
	font-size: 14px;
	margin-left: -5px;
	color: #000;
}

.the_journal p.heading {
	font-size: 14px;
	color: #8cc63f;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-weight: 700;
}

.the_journal p.orange {
	color: #edb500 !important;
}

.the_journal p.date {
	font-size: 11px;
	margin-bottom: 10px;
	color: #8cc63f;
}

.the_journal p.desc {
	margin-bottom: 10px;
}

.the_journal .j_overview {
	background: #fff;
	border: 2px solid #000;
	padding: 20px;
	height: 220px;
	max-height: 220px;
	overflow: scroll;
}

.the_journal p.readmore {
	margin-bottom: 5px;
}

.the_journal p.readmore a {
	color: #000;
	font-weight: 700;
}

.the_journal .j_img {
	border: 2px solid #000;
	height: 220px;
	max-height: 220px;
	border-right: none;
	padding: 0;
}

.the_journal .j_img figure {
	padding: 20px;
	background-repeat: no-repeat !important;
	background-position: 50% 75% !important;
	height: 100%;
}

.the_journal .j_img figure .preview p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

#our_journal_search {
	background: #fff;
	padding: 0;
	margin-top: 20px;
	border: 2px solid #000;
	border-bottom: none;
	position: absolute;
	bottom: 0;
}

#our_journal_search input {
	font-size: 12px;
}

#our_journal_search input, #our_journal_search .input-group-addon {
	background: #fff;
	border-color: #fff;
	height: 50px;
	max-height: 50px;
	color: #000;
	border-radius: 0;
}

#our_journal_search .input-group {
}

#our_journal_search .input-group-addon, #our_journal_search .input-group-addon .arrow_carrot-right {
	font-size: 22px;
	font-weight: 600;
	text-align: left;
}

#our_journal_search .input-group-addon a {
	text-decoration: none;
	color: #000;
}

#our_journal_search input::-webkit-input-placeholder {
	font-size: 14px;
	text-transform: inherit;
	color: #000;
	font-weight: 500;
}

.journals_filter {
	margin-bottom: 20px;
}

.journals_filter ul {
	margin: 0;
}

.journals_filter ul li {
	display: inline-block;
	margin: 0 16px 0 0;
	line-height: 1;
}

.journals_filter ul li a {
	color: #242424;
}

.journals_filter ul li a.active {
	border-bottom: 2px solid #000;
}

.journal_boxes {
	margin: 0;
	margin-bottom: 20px;
}

.our_journals .load_more {
	border: 2px solid #000;
	text-align: center;
	padding: 10px;
	font-weight: 700;
}

.our_journals .load_more a {
	color: #000;
}

.journal_boxes .sub_child:nth-child(3n) {
	border-right: 2px solid #000;
}

/**Subscribe Section**/
#subscribe_section {
	background: #1a1a1a;
	padding: 30px;
	color: #fff;
	border-radius: 0;
	padding-top: 40px;
}

#subscribe_section input {
	font-size: 12px;
}

#subscribe_section input, #subscribe_section .input-group-addon {
	background: #333333;
	border-color: #333333;
	height: 34px;
	color: #fff;
}

#subscribe_section .input-group {
	margin-bottom: 20px;
}

#subscribe_section .input-group-addon, #subscribe_section .input-group-addon .arrow_carrot-right {
	font-weight: 600;
	text-align: left;
	margin-top: 0px;
}

@-moz-document url-prefix() {
	#subscribe_section .input-group-addon, #subscribe_section .input-group-addon .arrow_carrot-right {
		margin-top: -10px;
	}
}

#subscribe_section .input-group-addon a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

#subscribe_section input::-webkit-input-placeholder {
	font-size: 14px;
	text-transform: inherit;
	color: #fff;
}

.sub_rss {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: right;
	line-height: 2;
}

.subscribe_section_images ul {
	margin: 0;
}

.subscribe_section_images ul li {
	margin: 0 20px 0 0;
	display: inline-block;
}

.subscribe_section_images ul li img:nth-child(1) {
	width: 100px;
}

.subscribe_section_images ul li img:nth-child(2) {
	width: 160px;
}

.margin_10p {
	margin-top: 10px;
}

/**MAIN**/
.main_title,
.main_title_2,
.main_title_22 {
	text-align: center;
	position: relative
}

#main_menu nav ul h3,
a.grid_item .info small,
ul#top_menu li {
	letter-spacing: 2px;
	text-transform: inherit;
}

#main_menu nav.version_2 h3, .follow_us ul li:first-child {
	letter-spacing: 2px;
	text-transform: uppercase;
}

#hero_video div,
.table.cart-list td {
	vertical-align: middle
}

.filter_type ul,
.list_articles ul,
.profile ul,
.sbOptions,
ol,
ul,
ul#cat_nav,
ul#grid_home,
ul.list_3,
ul.list_ok,
ul.list_teachers,
ul.social_teacher {
	list-style: none
}

.input_label,
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot,
.input_label {
	pointer-events: none
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 99999999
}

[data-loader=circle-side] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #662d91;
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

body {
	background: #f8f8f8;
	font-size: 14px;
	line-height: 1.6;
	font-family: Poppins, Helvetica, sans-serif;
	color: #242424;
}

.box_grid a.wish_bt:after,
.box_list a.wish_bt:after,
.sbToggle:after,
footer ul.links li a:after {
	font-family: ElegantIcons
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333
}

p {
	margin-bottom: 30px
}

strong {
	font-weight: 600
}

.main_title_2 p,
.main_title_3 p {
	font-weight: 300;
	line-height: 1.4
}

hr {
	margin: 30px 0;
	border-color: #ededed
}

ol,
ul {
	margin: 0 0 25px;
	padding: 0
}

.main_title {
	margin-bottom: 45px
}

.main_title span {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: auto auto 20px;
	opacity: 1;
	background-color: #999;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .6s;
	transition: all .6s
}

.btn_1,
a,
a.btn_1 {
	-moz-transition: all .3s ease-in-out;
	outline: 0;
	text-decoration: none
}

.main_title.animated span {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.main_title_22 {
	margin-bottom: 15px
}

.main_title_22 .green {
	color: #8cc63f;
}

.main_title_22 .black {
	color: #000;
}

.main_title_2 {
	margin-bottom: 45px
}

.main_title_2 .green {
	color: #8cc63f;
}

.main_title_2 .black {
	color: #000;
}

.main_title_2 span {
	width: 120px;
	height: 2px;
	background-color: #e1e1e1;
	display: block;
	margin: auto
}

.main_title_2 span em {
	width: 60px;
	height: 2px;
	background-color: #662d91;
	display: block;
	margin: auto
}

@media (max-width: 767px) {
	.main_title_2 {
		margin-bottom: 10px
	}

	.main_title_2 h2 {
		font-size: 26px;
	}
}

.main_title_2 h2 {
	margin: 25px 0 0;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	color: #a5c4d4;
}

.main_title_2 p {
	font-size: 24px;
}

.main_title_3 {
	margin-bottom: 45px;
	position: relative
}

.main_title_3 span {
	width: 100px;
	height: 2px;
	background-color: #e1e1e1;
	display: block
}

.main_title_3 span em {
	width: 65px;
	height: 2px;
	background-color: #662d91;
	display: block
}

@media (max-width: 767px) {
	.main_title_2 p {
		font-size: 18px;
		font-size: 1.125rem
	}

	.main_title_3 {
		margin-bottom: 10px
	}

	.main_title_3 h2 {
		font-size: 26px;
		font-size: 1.625rem
	}
}

.main_title_3 h2 {
	margin: 25px 0 0
}

.main_title_3 p {
	font-size: 21px;
	font-size: 1.3125rem
}

@media (max-width: 767px) {
	.main_title_3 p {
		font-size: 18px;
		font-size: 1.125rem
	}
}

h3.slide_typo {
	white-space: nowrap;
	color: #fff !important;
	font-weight: 400;
	font-size: 60px;
	font-size: 3.75rem
}

.slide_typo_2 {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	white-space: nowrap;
	text-transform: uppercase
}

a {
	color: #3f9fff;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn_1,
a.btn_1,
a.btn_explore {
	text-align: center;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

a:focus,
a:hover {
	color: #111;
	text-decoration: none;
	outline: 0
}

.btn_1,
a.btn_1 {
	border: none;
	background: #3f9fff;
	cursor: pointer;
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.btn_1:hover,
a.btn_1:hover {
	background: #0054a6;
	color: #fff
}

.btn_1.full-width,
a.btn_1.full-width {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px
}

.btn_1.medium,
a.btn_1.medium {
	font-size: 16px;
	font-size: 1rem;
	padding: 18px 40px
}

.btn_1.rounded,
a.btn_1.rounded {
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-ms-border-radius: 25px !important;
	border-radius: 25px !important
}

.btn_1.outline,
a.btn_1.outline {
	border: 2px solid #3f9fff;
	color: #3f9fff;
	padding: 11px 40px;
	background: 0 0
}

.btn_1.outline:hover,
a.btn_1.outline:hover {
	background: #0054a6;
	color: #fff;
	border-color: #0054a6
}

a.btn_explore {
	background: #fff;
	display: block;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	line-height: 65px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -30px;
	font-size: 24px;
	font-size: 1.5rem;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.button_plus,
.closebt {
	width: 30px;
	height: 30px
}

.btn_home_align,
footer #copy {
	text-align: right
}

a.btn_explore:hover {
	bottom: 30px
}

.closebt {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	position: absolute;
	font-size: 24px;
	font-size: 1.5rem;
	top: 20px;
	right: 25px;
	color: #fff;
	opacity: .6
}

.closebt:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 1
}

.button_plus {
	position: relative
}

.button_plus:after,
.button_plus:before {
	content: "";
	position: absolute;
	background-color: #fff;
	transition: transform .25s ease-out
}

#main_menu nav ul li a:before,
header.header.sticky {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

.button_plus:before {
	top: 0;
	left: 50%;
	width: 4px;
	height: 100%;
	margin-left: -2px
}

.button_plus:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	margin-top: -2px
}

.button_plus:hover {
	cursor: pointer
}

.button_plus:hover:before {
	transform: rotate(90deg)
}

.button_plus:hover:after {
	transform: rotate(180deg)
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 30px;
	/*!*z-index: 99999;*!@todo: removed for debug purposes*/
	z-index: 1000;
	border-bottom: 1px solid rgba(255, 255, 255, 0)
}

@media (max-width: 767px) {
	.btn_home_align {
		text-align: center
	}

	header {
		padding: 15px 15px 0
	}
}

header.header.sticky {
	transition: all .3s ease-in-out;
	background: #c3ddeb;
	background: -webkit-linear-gradient(left, #c3ddeb, #c3ddeb);
	background: linear-gradient(to right, #c3ddeb, #c3ddeb);
	padding: 15px 20px
}

@media (max-width: 767px) {
	header.header.sticky {
		padding: 15px 15px 0
	}
}

header.header.sticky_menu_active {
	/*border-bottom: 1px solid rgba(255, 255, 255, .2);*/
	background: #c3ddeb;
	background: -webkit-linear-gradient(left, #c3ddeb, #c3ddeb);
	background: linear-gradient(to right, #c3ddeb, #c3ddeb);
	padding: 15px 20px
}

ul#top_menu {
	float: right;
	margin: 0;
	font-size: 12px;
}

ul#top_menu li {
	display: inline-block;
	margin: 0 20px 0 0;
	font-weight: 500;
	line-height: 1
}

ul#top_menu li.slash {
	border-right: 1px solid grey;
	margin-right: 20px;
	padding-right: 20px;
}

ul#top_menu li:last-child {
	margin-right: 0;
	position: relative;
	top: 7px
}

ul#top_menu li a {
	color: #000;
}

ul#top_menu li a:hover {
	color: #fff;
	opacity: .7
}

@media (max-width: 767px) {
	header.header.sticky_menu_active {
		padding: 15px 15px 0;
		background: #c3ddeb;
		background: -webkit-linear-gradient(left, #c3ddeb, #c3ddeb);
		background: linear-gradient(to right, #c3ddeb, #c3ddeb)
	}

	ul#top_menu li:last-child {
		padding: 0
	}

	ul#top_menu li {
		margin-right: 5px
	}

	ul#top_menu li a.login,
	ul#top_menu li a.search-overlay-menu-btn {
		display: block;
		width: 35px;
		height: 35px;
		text-indent: -999px;
		position: relative;
		top: -5px
	}

	ul#top_menu li a.login:before,
	ul#top_menu li a.search-overlay-menu-btn:before {
		font-family: ElegantIcons;
		font-size: 24px;
		font-size: 1.5rem;
		color: #fff;
		text-indent: 0;
		position: absolute;
		left: 0;
		top: 0;
		font-weight: 400;
		line-height: 1
	}

	ul#top_menu li a.login:before {
		content: "\7e"
	}
}

#hero_in,
footer ul li a,
main {
	position: relative
}

ul#top_menu li a.search-overlay-menu-btn {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	position: relative;
	top: 0px;
}

ul#top_menu li a.login:before, ul#top_menu li a.search-overlay-menu-btn:before {
	font-family: ElegantIcons;
	font-size: 24px;
	font-size: 2.6rem;
	color: #000;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: -6px;
	font-weight: 400;
	line-height: 1;
}

ul#top_menu li a.search-overlay-menu-btn:before {
	content: "\55"
}

@media (max-width: 767px) {
	#logo img {
		width: 120px;
		height: auto
	}
}

#hero_in:before,
#main_menu nav ul li a:before {
	content: "";
	position: absolute;
	left: 0
}

ul#top_menu li a.btn_1 {
	background-color: #ffc107;
	color: #333;
	padding: 13px 30px
}

ul#top_menu li a.btn_1:hover {
	background-color: #3f9fff;
	color: #fff;
	opacity: 1
}

#logo {
	float: left;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s
}

#hero_in {
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	color: #fff
}

@media (max-width: 767px) {
	#hero_in {
		height: 350px
	}
}

#hero_in.general {
	border-bottom: 5px solid #ffc107
}

#hero_in.general:before {
	background: url("../img/bg_general.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#hero_in.general .wrapper {
	background-color: #372675;
	background-color: rgba(57, 39, 121, .8)
}

#hero_in.courses:before {
	background: url("../img/bg_courses.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#hero_in.courses .wrapper {
	background-color: #372675;
	background-color: rgba(57, 39, 121, .8)
}

#hero_in.contacts:before {
	background: url("../img/bg_contacts.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#hero_in.contacts .wrapper {
	background-color: #000;
	background-color: rgba(0, 0, 0, .8)
}

#hero_in:before {
	animation: pop-in 5s .3s cubic-bezier(0, .5, 0, 1) forwards;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

#hero_in .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%
}

#hero_in .wrapper h1 {
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 30px
}

@media (max-width: 767px) {
	#hero_in .wrapper h1 {
		font-size: 32px;
	}
}

#hero_in .wrapper h1 span {
	width: 80px;
	height: 4px;
	background-color: #ffc107;
	display: block;
	margin: auto auto 20px;
	border-radius: 10px;
	opacity: 1
}

#hero_in .wrapper p {
	font-weight: 300;
	margin-bottom: 0;
	font-size: 24px;
	font-size: 1.5rem
}

#hero_in .wrapper p strong {
	font-weight: 600
}

@keyframes pop-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

ul#top_menu {
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s
}

#hero_in h1 {
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s
}

#hero_in p {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-duration: .3s;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s
}

#hero_in a.btn_explore {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s
}

#main_menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	min-height: 100vh;
	width: 100vw;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .3s cubic-bezier(.77, 0, .175, 1);
	-ms-transition: all .3s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .3s cubic-bezier(.77, 0, .175, 1);
	transition: all .3s cubic-bezier(.77, 0, .175, 1);
	opacity: 0;
	visibility: hidden;
	background: #c3ddeb;
	background: -webkit-linear-gradient(left, #c3ddeb, #c3ddeb);
	background: linear-gradient(to right, #c3ddeb, #c3ddeb);
	overflow-y: scroll;
	padding-top: 120px
}

#reccomended .owl-item,
ul#grid_home li a.img_container img {
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden
}

#main_menu.show {
	opacity: 1;
	visibility: visible
}

#main_menu nav {
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s
}

#main_menu nav ul {
	padding: 0;
	width: 100%;
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s
}

#main_menu nav ul li {
	float: left;
	width: 40%;
	margin: 0 100px 30px 0
}

@media (max-width: 1199px) {
	#main_menu nav ul li {
		margin: 0 30px 30px 0
	}
}

#main_menu nav ul li a {
	position: relative;
	text-decoration: none;
	color: #fff;
	opacity: .7;
	font-weight: 500
}

#main_menu nav ul li a:hover {
	opacity: 1
}

#main_menu nav ul li a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

#main_menu nav ul li a:before {
	width: 100%;
	height: 2px;
	bottom: -3px;
	opacity: 1;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	transition: all .3s ease-in-out
}

#main_menu nav ul li ul li {
	float: none;
	width: 100%;
	margin: 0 0 10px
}

#main_menu nav ul h3 {
	color: #fff;
	font-weight: 600;
	font-size: 21px;
	font-size: 1.3125rem;
	margin-bottom: 20px
}

#main_menu nav.version_2 {
	margin-top: 25px
}

@media (max-width: 767px) {
	#main_menu {
		padding-top: 90px
	}

	#main_menu nav ul li ul li {
		margin-bottom: 8px
	}

	#main_menu nav ul h3 {
		margin-bottom: 10px;
		font-size: 16px;
		font-size: 1rem
	}

	#main_menu nav.version_2 {
		margin-top: 0
	}
}

.follow_us {
	margin-top: 15px;
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s
}

.follow_us h5 {
	color: #fff
}

.follow_us ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
}

.follow_us ul li:first-child {
	color: #000;
	font-weight: 500;
	font-size: 13px;
}

.follow_us ul li a {
	color: #000;
	opacity: .7
}

.follow_us ul li a:hover {
	opacity: 1
}

main {
	background-color: #fff;
	z-index: 1
}

footer {
	background-color: #000000;
	color: #fff;
	color: rgba(255, 255, 255, .7)
}

footer h5 {
	color: #fff;
	margin: 25px 0;
	text-transform: uppercase;
	font-weight: 700;
}

@media (max-width: 575px) {
	#main_menu nav ul li {
		float: none;
		width: auto
	}

	footer h5 {
		margin: 25px 0 10px
	}
}

.footer_padding_custom {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer ul li a i,
footer ul.contacts li a i {
	margin-right: 10px
}

footer ul li {
	margin-bottom: 5px
}

footer ul li a {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	color: #fff;
	opacity: .9;
	font-size: 13px;
}

footer ul li a:hover {
	color: #3f9fff;
	opacity: 1
}

footer ul li a i {
	color: #fff
}

footer ul.links li a:hover {
	-webkit-transform: translate(5px, 0);
	-moz-transform: translate(5px, 0);
	-ms-transform: translate(5px, 0);
	-o-transform: translate(5px, 0);
	transform: translate(5px, 0)
}

footer ul.links li a:hover:after {
	opacity: 1;
	color: #3f9fff
}

footer ul.links li a:after {
	/*content: "\24";*/
	position: absolute;
	margin-left: 5px;
	top: 1px;
	opacity: 0;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease
}

#newsletter input[type=submit],
ul#additional_links li a {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

footer hr {
	opacity: .1
}

footer #copy {
	font-size: 13px;
	font-size: .8125rem;
	opacity: .7
}

@media (max-width: 767px) {
	footer #copy {
		text-align: left;
		margin: 5px 0 20px
	}
}

footer.fake-footer {
	display: none;
	visibility: hidden
}

#newsletter .loader {
	position: absolute;
	right: -20px;
	top: 11px;
	color: #fff;
	font-size: 12px;
	font-size: .75rem
}

#newsletter h6 {
	color: #fff;
	margin: 15px 0
}

#newsletter .form-group {
	position: relative
}

#newsletter input[type=email] {
	border: 0;
	height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding-left: 15px;
	font-size: 14px;
	font-size: .875rem;
	background-color: #1b2632;
	color: #fff
}

#newsletter input[type=submit] {
	position: absolute;
	right: 0;
	color: #fff;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 600;
	top: 0;
	border: 0;
	padding: 0 12px;
	height: 40px;
	cursor: pointer;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background-color: #92278f;
	transition: all .3s ease-in-out;
	outline: 0
}

#newsletter input[type=submit]:hover {
	background-color: #392779
}

ul#additional_links {
	margin: 0;
	color: #555;
	font-size: 13px;
	font-size: .8125rem
}

ul#additional_links li {
	display: inline-block;
	margin-right: 15px
}

ul#additional_links li:first-child {
	margin-right: 20px
}

ul#additional_links li:last-child:after {
	content: ""
}

ul#additional_links li a {
	color: #fff;
	opacity: 1;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

#custom-search-input input[type=submit],
#main_menu nav.version_2 li a:before {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

ul#additional_links li a:hover {
	opacity: 1
}

ul#additional_links li:after {
	content: "|";
	font-weight: 300;
	position: relative;
	left: 10px
}

.wow {
	visibility: hidden
}

#main_menu nav.version_2 h3 {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px
}

#main_menu nav.version_2 h3 span {
	width: 40px;
	height: 4px;
	background-color: #000;
	display: block;
	border-radius: 15px;
	opacity: 1;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	#main_menu nav.version_2 h3 {
		margin-bottom: 10px;
		font-size: 16px;
		font-size: 1rem
	}
}

#main_menu nav.version_2 li {
	float: none;
	width: auto;
	margin: 0 0 10px
}

@media (max-width: 767px) {
	#main_menu nav.version_2 li {
		margin-bottom: 8px
	}
}

#main_menu nav.version_2 li a {
	position: relative;
	text-decoration: none;
	color: #000;
	opacity: .7;
	font-weight: 500;
	font-size: 14px;
}

#main_menu nav.version_2 li a:hover {
	opacity: 1
}

#main_menu nav.version_2 li a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

#main_menu nav.version_2 li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -3px;
	opacity: 1;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	transition: all .3s ease-in-out
}

a#moveDown {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	font-size: 32px;
	font-size: 2rem;
	color: #fff;
	animation-duration: 6s;
	-webkit-animation-duration: 6s;
	-moz-animation-duration: 6s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite
}

.header-video {
	position: relative;
	overflow: hidden;
	background: #000
}

@media (max-width: 991px) {
	.header-video {
		height: 450px !important
	}
}

#hero_video,
iframe {
	height: 100%;
	width: 100%
}

#hero_video {
	position: relative;
	background-size: cover;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	display: table;
	z-index: 99;
	text-align: center
}

#hero_video div {
	display: table-cell;
	text-align: center;
	padding: 0 10%
}

#hero_video div h3 {
	color: #fff;
	font-size: 52px;
	font-size: 3.25rem;
	margin: 0;
	text-transform: uppercase;
	font-weight: 800
}

@media (max-width: 767px) {
	#hero_video div h3 {
		font-size: 21px;
		font-size: 1.3125rem
	}
}

@media (max-width: 575px) {
	#hero_video div h3 {
		font-size: 23px;
		font-size: 1.4375rem
	}
}

#hero_video div p {
	font-weight: 300;
	margin: 10px 0 0;
	padding: 0 20%;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.4
}

#hero_video div p strong {
	font-weight: 600
}

video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .4;
	width: 100%
}

.header-video--media,
.teaser-video {
	width: 100%;
	height: auto
}

@media (max-width: 1024px) {
	#hero_video {
		background: url("../img/bg_home_fallback_video.jpg") center center #662d91;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}

	#hero_video div {
		background-color: #000;
		background-color: rgba(0, 0, 0, .7)
	}

	.header-video {
		background: 0 0
	}
}

.hero_single {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0;
	color: #fff
}

.hero_single.version_2 .abstract_wrapper {
	background-color: inherit !important;
}

@media (max-width: 767px) {
	#hero_video div p {
		padding: 0;
		font-size: 18px;
		font-size: 1.125rem
	}

	.hero_single {
		height: 450px
	}
}

.hero_single:before {
	/*background: rgba(140, 198, 63, 1);*/
	background: transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.hero_single .wrapper {
	background-color: #c3ddeb;
	background-color: rgba(198, 224, 238, 0.01);
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%
}

.hero_single.start_bg_zoom:before {
	animation: pop-in 5s .3s cubic-bezier(0, .5, 0, 1) forwards;
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.hero_single .wrapper h3 {
	color: #000;
	font-size: 52px;
	font-size: 3.25rem;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700
}

@media (max-width: 767px) {
	.hero_single .wrapper h3 {
		font-size: 21px;
		font-size: 1.3125rem
	}
}

@media (max-width: 575px) {
	.hero_single .wrapper h3 {
		font-size: 23px;
		font-size: 1.4375rem
	}
}

.hero_single .wrapper p {
	font-weight: 300;
	margin: 10px 0 0;
	padding: 0 20%;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.4
}

.hero_single .wrapper p strong {
	font-weight: 600
}

.hero_single.short,
.hero_single.version_2 {
	height: 300px;
	border: 2px solid #000;
}

.home_quick_info a {
	color: #000;
}

@media (max-width: 767px) {
	.hero_single .wrapper p {
		padding: 0;
		font-size: 18px;
		font-size: 1.125rem
	}

	.hero_single.version_2 {
		height: 450px
	}
}

.hero_single.version_2:before {
	/*background: url("../img/about_bg.png") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover*/
}

.hero_single.version_2 .wrapper {
	background-color: #c6e0ee;
	background-color: rgba(195, 221, 235, 0.5);
}

.hero_single.version_3 .wrapper {
	background-color: rgba(242, 242, 242, 0.3);
}

.hero_single.version_2 .wrapper h3 {
	font-size: 35px;
	/*font-size: 42px;*/
}

.hero_single.version_2 .wrapper h3 span {
	font-size: 23px;
	font-weight: 300;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.hero_single.version_2 .wrapper h3 {
		font-size: 32px;
	}

	.hero_single.version_2 .wrapper h3 span {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.hero_single.version_2 .wrapper h3 {
		font-size: 23px;
	}

	.hero_single.version_2 .wrapper h3 span {
		font-size: 13px;
	}
}

.hero_single.version_2 .wrapper p {
	font-weight: 400;
	margin: 5px 0 0;
	padding: 0;
	font-size: 21px;
	font-size: 1.3125rem
}

.hero_single.version_2 .wrapper p strong {
	font-weight: 600
}

.hero_single.version_2 .wrapper ul {
	margin: 0;
	font-size: 14px;
	margin-top: 10px;
}

.hero_single.version_2 .wrapper ul li {
	display: inline-block;
	margin: 0 20px 0 0;
	font-weight: 500;
	line-height: 1;
	color: #000;
}

.hero_single.version_2 .wrapper ul li:not(:last-child) {
	border-right: 1px solid grey;
	margin-right: 10px;
	padding-right: 10px;
}

@media (max-width: 767px) {
	.hero_single.version_2 .wrapper p {
		padding: 0;
		font-size: 16px;
		font-size: 1rem
	}
}

#custom-search-input {
	padding: 0;
	width: 600px;
	margin: 20px auto 0;
	position: relative
}

@media (max-width: 991px) {
	#custom-search-input {
		width: auto
	}
}

#custom-search-input .search-query {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	font-size: 1rem;
	color: #333
}

#custom-search-input .search-query:focus {
	outline: 0
}

@media (max-width: 575px) {
	#custom-search-input .search-query {
		padding-left: 15px
	}
}

#custom-search-input input[type=submit] {
	position: absolute;
	transition: all .3s ease-in-out;
	right: -1px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	font-size: .875rem;
	top: 0;
	border: 0;
	padding: 0 25px;
	height: 50px;
	cursor: pointer;
	outline: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background-color: #92278f
}

a.box_news figure img,
ul#grid_home li a.img_container img {
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

#custom-search-input input[type=submit]:hover {
	background-color: #ffc107
}

@media (max-width: 575px) {
	#custom-search-input input[type=submit] {
		text-indent: -999px;
		background: url("../img/search.svg") center center no-repeat #92278f
	}
}

.features {
	background-color: #121921;
	color: #fff;
	padding: 30px 0;
	text-align: center
}

.features ul {
	margin: 0;
	padding: 0
}

.features ul li {
	float: left;
	width: 33.33%;
	position: relative
}

.features ul li span {
	opacity: .7
}

.features ul li h4 {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0;
	color: #ffc107
}

.features ul li i {
	color: #fff;
	font-size: 46px;
	font-size: 2.875rem;
	margin-bottom: 10px
}

@media (max-width: 767px) {
	.features ul li {
		width: 100%;
		float: none;
		margin-bottom: 35px
	}

	.features ul li:last-child {
		margin-bottom: 5px
	}
}

ul#grid_home {
	padding: 0;
	margin: 0;
	width: 100%
}

ul#grid_home li {
	position: relative;
	width: 33.33%;
	float: left
}

ul#grid_home li:nth-child(1) .short_info {
	background-color: #372675;
	background-color: rgba(57, 39, 121, .8)
}

ul#grid_home li:nth-child(2) .short_info {
	background-color: #8e268b;
	background-color: rgba(146, 39, 143, .8)
}

ul#grid_home li:nth-child(3) .short_info {
	background-color: #392779
}

ul#grid_home li a.img_container {
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: block;
	width: 100%;
	height: 280px
}

@media (max-width: 767px) {
	ul#grid_home li {
		width: 100%;
		float: none
	}

	ul#grid_home li a.img_container {
		width: 100%;
		float: none;
		height: 250px
	}
}

ul#grid_home li a.img_container img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

#reccomended .owl-item,
#reccomended .owl-item.active.center {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden
}

@media (max-width: 1199px) {
	ul#grid_home li a.img_container img {
		height: 100%;
		width: auto;
		max-width: inherit
	}
}

@media (max-width: 767px) {
	ul#grid_home li a.img_container img {
		width: 100%;
		height: auto
	}
}

ul#grid_home li a.img_container:hover img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1)
}

ul#grid_home li a.img_container .short_info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	padding: 0 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	text-align: center
}

ul#grid_home li a.img_container .short_info h3 {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 0 5px;
	padding: 0;
	font-weight: 400
}

ul#grid_home li a.img_container .short_info h3 strong {
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	font-size: 28px;
	font-size: 1.75rem
}

ul#grid_home li a.img_container .short_info div {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	transform: translateY(-25px);
	text-align: center;
	width: 100%;
	visibility: hidden;
	display: table;
	opacity: 0;
	-webkit-transition: all .6s;
	transition: all .6s
}

ul#grid_home li a.img_container .short_info div .btn_1 {
	padding: 10px 22px;
	font-size: 13px;
	font-size: .8125rem
}

@media (max-width: 767px) {
	ul#grid_home li a.img_container .short_info h3 {
		margin-top: -20px
	}

	ul#grid_home li a.img_container .short_info div {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

ul#grid_home li a.img_container .short_info:hover div {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px)
}

ul#grid_home li:last-child .img_container:hover .short_info .btn_1 {
	background-color: #ffc107;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease
}

ul#grid_home li:last-child .img_container:hover .short_info .btn_1:hover {
	background-color: #3f9fff
}

#reccomended {
	margin-top: 40px
}

@media (max-width: 767px) {
	#reccomended {
		margin-top: 0
	}
}

#reccomended .item {
	margin: 0 15px
}

#reccomended .owl-item {
	opacity: .5;
	transform: scale(.85);
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(.85, .85);
	transition: all .3s ease-in-out 0s;
	overflow: hidden
}

#reccomended .owl-item.active.center,
a.box_news figure img {
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden
}

#reccomended .owl-item.active.center {
	opacity: 1;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: scale(1)
}

#reccomended .owl-item.active.center .item .title h4,
#reccomended .owl-item.active.center .item .views {
	opacity: 1
}

.owl-theme .owl-dots {
	margin-top: 25px !important
}

@media (max-width: 767px) {
	.owl-theme .owl-dots {
		margin-top: 0 !important;
		margin-bottom: 20px
	}
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #3f9fff !important
}

.owl-theme .owl-dots .owl-dot span {
	width: 13px !important;
	height: 13px !important
}

a.box_news {
	position: relative;
	display: block;
	padding-left: 230px;
	color: #555;
	margin-bottom: 30px;
	min-height: 150px
}

a.box_news figure {
	width: 200px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0
}

@media (max-width: 767px) {
	a.box_news {
		min-height: inherit;
		padding-left: 0
	}

	a.box_news figure {
		position: relative;
		width: auto
	}
}

a.box_news figure img {
	width: 250px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

a.box_news:hover h4,
a.grid_item figure img {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

#carousel .owl-item,
.animated a.grid_item figure img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden
}

@media (max-width: 767px) {
	a.box_news figure img {
		width: 100%;
		max-width: 100%;
		height: auto
	}
}

a.box_news figure figcaption {
	background-color: #ffc107;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 15px;
	line-height: 1
}

a.box_news figure figcaption strong {
	display: block;
	font-size: 21px;
	font-size: 1.3125rem
}

a.box_news h4 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 10px
}

@media (max-width: 767px) {
	a.box_news h4 {
		margin-bottom: 5px
	}
}

a.box_news:hover img {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}

a.box_news:hover h4 {
	color: #3f9fff;
	transition: all .3s ease-in-out
}

a.box_news ul {
	margin: 0;
	padding: 10px 0 0
}

@media (max-width: 767px) {
	a.box_news ul {
		padding: 0
	}
}

a.box_news ul li {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	font-size: .75rem;
	margin-right: 5px
}

a.box_news ul li:last-child {
	margin-right: 0
}

a.box_news ul li:last-child:after {
	content: '';
	margin: 0
}

a.box_news ul li:after {
	content: '-';
	margin: 0 0 0 10px
}

a.grid_item {
	display: block;
	margin-bottom: 30px
}

a.grid_item .info {
	position: absolute;
	width: 100%;
	z-index: 9;
	display: block;
	padding: 25px 25px 10px;
	color: #fff;
	left: 0;
	bottom: 0;
	background: 0 0;
	background: -webkit-linear-gradient(top, transparent, #000);
	background: linear-gradient(to bottom, transparent, #000);
	box-sizing: border-box
}

a.grid_item .info small {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 500
}

a.grid_item .info small i {
	font-size: 17px;
	font-size: 1.0625rem;
	margin-right: 10px
}

a.grid_item .info h3 {
	color: #fff;
	font-size: 21px;
	font-size: 1.3125rem
}

a.grid_item .info p {
	color: #fff;
	margin-bottom: 0;
	font-size: 15px;
	font-size: .9375rem
}

a.grid_item figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}

a.grid_item figure img {
	transition: all .3s ease-in-out;
	opacity: 0
}

.box_grid figure a img,
a.box_feat {
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

a.grid_item:hover figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.animated a.grid_item .info {
	animation: color .7s ease-in-out;
	animation-delay: .7s;
	-webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	opacity: 0;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards
}

.animated a.grid_item figure img {
	animation: color .5s ease-in-out;
	animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	opacity: 0;
	backface-visibility: hidden
}

a.box_feat {
	text-align: center;
	background: #fff;
	padding: 40px 30px 30px;
	display: block;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 3px 0 0 #f0f2f4;
	-moz-box-shadow: 0 3px 0 0 #f0f2f4;
	box-shadow: 0 3px 0 0 #f0f2f4;
	color: #555;
	margin-bottom: 30px;
	overflow: hidden
}

a.box_feat:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 3px 0 0 #ebedef;
	-moz-box-shadow: 0 3px 0 0 #ebedef;
	box-shadow: 0 3px 0 0 #ebedef
}

a.box_feat i {
	font-size: 70px;
	font-size: 4.375rem;
	color: #0054a6;
	margin-bottom: 10px
}

a.box_feat h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem
}

#carousel {
	margin-top: 40px
}

@media (max-width: 767px) {
	a.grid_item figure {
		height: 200px !important
	}

	a.box_feat {
		padding: 20px 20px 0
	}

	#carousel {
		margin-bottom: 30px
	}
}

#carousel .item .title {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 9
}

#carousel .item .title h4 {
	background-color: #662d91;
	display: inline-block;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #fff;
	padding: 10px 15px;
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
	opacity: 0
}

#carousel .item .title h4 em {
	display: block;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 300;
	margin-top: 3px
}

#carousel .item a {
	position: relative;
	display: block
}

#carousel .owl-item {
	opacity: .5;
	transform: scale(.85);
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(.85, .85);
	transition: all .3s ease-in-out 0s;
	overflow: hidden
}

#carousel .owl-item.active.center,
.animated .box_1,
.box_list figure a img {
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden
}

#carousel .owl-item.active.center {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: scale(1)
}

#carousel .owl-item.active.center .item .title h4,
#carousel .owl-item.active.center .item .views {
	opacity: 1
}

.filters_listing {
	padding: 10px 0 5px;
	background: #ffc107;
	z-index: 999999 !important;
	position: relative
}

.filters_listing ul {
	margin: 0
}

.filters_listing ul li {
	margin-right: 10px
}

.filters_listing ul li:first-child {
	float: left
}

.filters_listing ul li:nth-child(2) {
	float: right;
	margin-right: 0
}

.filters_listing ul li:nth-child(3) {
	float: right
}

@media (max-width: 991px) {
	.filters_listing ul li:nth-child(2) {
		display: none
	}

	.filters_listing ul li:nth-child(3) {
		margin-right: 0
	}
}

.styled-select select {
	background: 0 0;
	width: 107%;
	padding: 5px 5px 5px 15px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 41px;
	color: #999;
	margin: 0;
	font-weight: 400;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	outline: 0
}

.styled-select select:focus {
	color: #555;
	outline: 0;
	box-shadow: none
}

.styled-select {
	width: 100%;
	overflow: hidden;
	height: 44px;
	background: url("../img/arrow_down.svg") right center no-repeat #fff;
	border: 2px solid #e8ebed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.styled-select select::-ms-expand {
	display: none
}

.box_grid {
	background-color: #fff;
	display: block;
	position: relative;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.box_grid a.wish_bt {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	padding: 9px 10px;
	display: inline-block;
	animation: color .3s ease-in-out;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	color: #fff;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	opacity: 0
}

.box_grid a.wish_bt:after {
	content: "\e030"
}

.box_grid a.wish_bt:hover:after {
	content: "\e089";
	color: #fff
}

.box_grid figure {
	margin-bottom: 0;
	overflow: hidden;
	position: relative
}

.box_grid figure .preview {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all .6s;
	transition: all .6s;
	z-index: 2
}

.box_grid figure .preview span {
	background-color: #fcfcfc;
	background-color: rgba(255, 255, 255, .8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	color: #222;
	font-size: 12px;
	font-size: .75rem;
	padding: 5px 10px
}

.box_grid figure:hover .preview {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.box_grid figure a img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	backface-visibility: hidden
}

.box_grid figure a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.box_grid figure .price {
	animation: color .3s ease-in-out;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	opacity: 0;
	display: inline-block;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	position: absolute;
	left: 20px;
	bottom: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
	padding: 10px 15px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	font-size: 21px;
	font-size: 1.3125rem
}

.box_grid .wrapper {
	padding: 25px
}

.box_grid .wrapper h3 {
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 0
}

.box_grid small {
	text-transform: uppercase;
	color: #999;
	font-weight: 600
}

.box_grid ul {
	padding: 20px 15px;
	border-top: 1px solid #ededed
}

.box_grid ul li {
	display: inline-block;
	margin-right: 15px
}

.box_grid ul li:last-child {
	margin-right: 0;
	float: right
}

.box_grid ul li:last-child a {
	background: #fff;
	border: 2px solid #662d91;
	color: #662d91;
	padding: 5px 20px;
	font-weight: 500;
	line-height: 1;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

.box_grid ul li:last-child a:hover {
	background: #662d91;
	color: #fff
}

.rating i {
	margin-right: 2px;
	color: #ddd
}

.rating i.voted {
	color: #FFC107
}

.box_list {
	background-color: #fff;
	display: block;
	position: relative;
	margin-bottom: 30px;
	min-height: 310px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.box_list a.wish_bt {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	padding: 9px 10px;
	display: inline-block;
	color: #555;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}

.box_list a.wish_bt:after {
	content: "\e030"
}

.box_list a.wish_bt:hover:after {
	content: "\e089";
	color: #92278f
}

.box_list figure {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	min-height: 310px
}

@media (max-width: 991px) {
	.box_list figure {
		min-height: 200px;
		max-height: 200px;
		height: 200px
	}
}

.box_list figure .preview {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all .6s;
	transition: all .6s;
	z-index: 2
}

.box_list ul li:last-child a,
a.boxed_list {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

.box_list figure .preview span {
	background-color: #fcfcfc;
	background-color: rgba(255, 255, 255, .8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	color: #222;
	font-size: 12px;
	font-size: .75rem;
	padding: 5px 10px
}

.box_list figure:hover .preview {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.box_list figure a img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 350px;
	width: auto;
	max-width: none
}

.box_list figure a:hover img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1)
}

.box_list .wrapper {
	padding: 30px 30px 20px;
	min-height: 245px
}

@media (max-width: 991px) {
	.box_list figure a img {
		max-width: 100%;
		height: auto;
		width: inherit
	}

	.box_list .wrapper {
		min-height: inherit
	}
}

.box_list .wrapper .price {
	line-height: 1;
	font-weight: 600;
	font-size: 24px;
	font-size: 1.5rem;
	color: #662d91
}

.box_list .wrapper h3 {
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 0
}

.box_list small {
	text-transform: uppercase;
	color: #999;
	font-weight: 600
}

.box_list ul {
	padding: 20px 15px 20px 30px;
	border-top: 1px solid #ededed;
	margin-bottom: 0
}

.box_list ul li {
	display: inline-block;
	margin-right: 15px
}

.box_list ul li:last-child {
	margin-right: 0;
	float: right
}

.box_list ul li:last-child a {
	background: #fff;
	border: 2px solid #662d91;
	color: #662d91;
	padding: 5px 20px;
	font-weight: 500;
	line-height: 1;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

.box_list ul li:last-child a:hover {
	background: #662d91;
	color: #fff
}

#list_sidebar .box_list,
#list_sidebar .box_list figure {
	min-height: 330px
}

@media (max-width: 991px) {
	#list_sidebar .box_list figure {
		min-height: 200px;
		max-height: 200px;
		height: 200px
	}
}

#list_sidebar .box_list figure a img {
	height: 350px
}

#list_sidebar .box_list .wrapper {
	min-height: 265px
}

@media (max-width: 991px) {
	#list_sidebar .box_list figure a img {
		max-width: 100%;
		height: auto;
		width: inherit
	}

	#list_sidebar .box_list .wrapper {
		min-height: inherit
	}
}

.layout_view {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 8px 3px;
	margin-bottom: 5px
}

.layout_view a {
	color: #ccc
}

.layout_view a.active {
	color: #662d91 !important
}

.layout_view a:hover {
	color: #392779
}

.switch-field {
	overflow: hidden
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden
}

.switch-field input:checked + label {
	background-color: #662d91;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.switch-field label {
	float: left;
	display: inline-block;
	min-width: 70px;
	background-color: #fff;
	color: #662d91;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	font-size: .75rem;
	text-align: center;
	text-shadow: none;
	padding: 10px 15px 8px;
	line-height: 1;
	border-left: 1px solid #ededed;
	border-right: 0;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

@media (max-width: 575px) {
	.switch-field label {
		padding: 10px 12px 8px;
		min-width: inherit
	}
}

.switch-field label:first-of-type {
	border-radius: 3px 0 0 3px;
	border-left: 0
}

.switch-field label:last-of-type {
	border-radius: 0 3px 3px 0
}

.sbHolder,
a.social_bt {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px
}

.switch-field label:hover {
	cursor: pointer;
	color: #392779
}

.sbHolder {
	background-color: #fff;
	height: 30px;
	position: relative;
	border-radius: 3px;
	min-width: 115px
}

.sbSelector,
.sbToggle {
	height: 32px;
	top: 0;
	line-height: 32px;
	display: block;
	outline: 0
}

.sbOptions,
.sbSelector,
.sbToggle {
	position: absolute
}

.sbSelector {
	left: 0;
	overflow: hidden;
	text-indent: 10px;
	width: 100%
}

.sbSelector:hover,
.sbSelector:link,
.sbSelector:visited {
	outline: 0;
	text-decoration: none;
	color: #662d91;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	font-size: .75rem
}

.sbToggle {
	right: 0;
	width: 35px;
	text-align: center
}

.sbToggle:after {
	font-size: 14px;
	font-size: .875rem;
	content: "\43";
	color: #662d91;
	text-align: center
}

.sbHolderDisabled {
	background-color: #ededed;
	border: 1px solid #ededed
}

.sbOptions {
	background-color: #fff;
	border: 1px solid #ededed;
	left: -1px;
	right: -1px;
	margin: 0;
	padding: 0;
	top: 40px;
	z-index: 10;
	font-size: 13px;
	font-size: .8125rem
}

.sbOptions li {
	padding: 0 7px;
	float: none !important;
	border-bottom: solid 1px #ededed;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%
}

.sbOptions li:last-child {
	border-bottom: none;
	float: none !important;
	margin: 0;
	padding-left: 10px
}

.sbOptions li:hover {
	color: #392779
}

.sbOptions a {
	display: block;
	outline: 0;
	padding: 7px 0 7px 3px;
	text-transform: capitalize
}

.sbOptions a:link,
.sbOptions a:visited {
	color: #555;
	text-decoration: none
}

.sbOptions a.sbFocus,
.sbOptions a:focus,
.sbOptions a:hover {
	color: #392779
}

.sbOptions li.last a {
	border-bottom: none
}

.sbOptions .sbDisabled,
.sbOptions .sbGroup {
	border-bottom: dotted 1px #fff;
	padding: 7px 0 7px 3px;
	display: block
}

.sbOptions .sbDisabled {
	color: #999
}

.sbOptions .sbGroup {
	color: #555;
	font-weight: 700
}

.sbOptions .sbSub {
	padding-left: 17px
}

#filters_col {
	background-color: #fff;
	padding: 20px 20px 15px;
	margin-bottom: 25px
}

#filters_col label {
	color: #333;
	font-weight: 400;
	font-size: 13px;
	font-size: .8125rem
}

a#filters_col_bt {
	display: block;
	color: #333;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600
}

a#filters_col_bt:before {
	font-family: ElegantIcons;
	content: "\66";
	font-size: 26px;
	font-size: 1.625rem;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	font-weight: 400
}

.filter_type h6 {
	border-top: 1px solid #ededed;
	margin: 15px 0;
	padding: 15px 0 0;
	font-size: 13px;
	font-size: .8125rem
}

.filter_type ul {
	padding: 0;
	margin: 0 0 15px
}

.filter_type ul li {
	margin-bottom: 5px
}

.filter_type ul li:last-child {
	margin-bottom: 0
}

a.boxed_list {
	text-align: center;
	padding: 30px;
	border: 1px solid #ededed;
	display: block;
	transition: all .3s ease-in-out;
	margin-bottom: 25px
}

.intro_title h2,
.intro_title ul li,
.secondary_nav ul li {
	display: inline-block
}

.box_detail figure a i,
a.social_bt {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	text-align: center
}

a.boxed_list i {
	font-size: 60px;
	font-size: 3.75rem;
	margin-bottom: 15px
}

.secondary_nav ul,
a.boxed_list p {
	margin-bottom: 0
}

a.boxed_list h4 {
	font-size: 18px;
	font-size: 1.125rem;
	color: #333
}

a.boxed_list p {
	color: #777
}

a.boxed_list:hover i {
	color: #392779
}

.secondary_nav {
	background: #ffc107;
	padding: 15px 0
}

#review_summary,
.reviews-container .progress-bar {
	background-color: #92278f
}

.secondary_nav.is_stuck {
	z-index: 99;
	width: 100% !important;
	left: 0
}

.secondary_nav ul li {
	margin-right: 20px;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem
}

.secondary_nav ul li a {
	color: #fff
}

.secondary_nav ul li a.active,
.secondary_nav ul li a:hover {
	color: #333
}

.intro_title ul {
	float: right;
	margin: 10px 0 0
}

.intro_title ul li {
	margin-right: 20px;
	font-weight: 500
}

.list_lessons ul {
	margin: 0
}

.list_lessons ul li {
	border-bottom: 1px solid #ededed;
	padding: 5px 0
}

.list_lessons ul li a {
	color: #555
}

.list_lessons ul li a.video:before {
	font-family: ElegantIcons;
	content: "\49";
	margin-right: 10px
}

.list_lessons ul li a.txt_doc:before {
	font-family: ElegantIcons;
	content: "\68";
	margin-right: 10px
}

.list_lessons ul li span {
	float: right
}

section#description,
section#lessons,
section#reviews {
	border-bottom: 3px solid #ededed;
	margin-bottom: 45px
}

section#reviews {
	border-bottom: none
}

.box_detail .price,
ul#cat_nav li {
	border-bottom: 1px solid #ededed
}

#review_summary {
	text-align: center;
	color: #fff;
	padding: 20px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.box_highlight,
.reviews-container .rev-thumb {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px
}

@media (max-width: 991px) {
	#review_summary {
		margin-bottom: 15px
	}
}

#review_summary strong {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 1
}

.reviews-container .progress {
	margin-bottom: 10px
}

.reviews-container .review-box {
	position: relative;
	margin-bottom: 25px;
	padding-left: 100px;
	min-height: 100px
}

.reviews-container .rev-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden
}

.reviews-container .rev-thumb img {
	width: 80px;
	height: auto
}

@media (max-width: 767px) {
	.reviews-container .review-box {
		padding-left: 0
	}

	.reviews-container .rev-thumb {
		position: static;
		margin-bottom: 10px
	}
}

.reviews-container .rev-content {
	position: relative;
	padding: 25px 25px 0;
	border: 1px solid #ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.reviews-container .rev-info {
	font-size: 12px;
	font-size: .75rem;
	font-style: italic;
	color: #777;
	margin-bottom: 10px
}

.box_detail {
	padding: 25px 25px 15px;
	border: 1px solid #ededed;
	background-color: #f8f8f8;
	margin-bottom: 30px
}

.box_detail .price {
	line-height: 1;
	margin: 0 -25px 25px;
	padding: 5px 25px 15px;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600
}

.box_detail .price .original_price {
	color: #3f9fff;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem
}

.box_detail .price .original_price em {
	text-decoration: line-through;
	margin: 0 10px;
	font-style: normal
}

.box_detail hr {
	margin: 25px -25px;
	border-color: #ededed
}

.box_detail h3 {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 25px 0 10px
}

.box_detail ul {
	margin-bottom: 0
}

.box_detail ul li {
	margin-bottom: 5px
}

.box_detail ul li i {
	margin-right: 8px
}

.box_detail figure {
	position: relative;
	background-color: #000
}

.box_detail figure img {
	opacity: .8
}

.box_detail figure span {
	position: absolute;
	display: block;
	left: 0;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: 600
}

.box_detail figure a i {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	line-height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	font-size: 42px;
	font-size: 2.625rem;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 9
}

.box_detail figure:hover i {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3)
}

#admission_bg,
#login_bg,
#register_bg {
	background: url("../img/bg_login.jpg") center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
	width: 100%
}

#register_bg {
	background: url("../img/bg_register.jpg") center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#admission_bg {
	background: url("../img/bg_admission.jpg") center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#login figure,
#register figure {
	text-align: center;
	background: #c3ddeb;
	background: -webkit-linear-gradient(left, #c3ddeb, #c04848);
	background: linear-gradient(to right, #c3ddeb, #c04848);
	margin: -45px -60px 30px;
	padding: 20px 60px 25px
}

#login aside,
#register aside {
	width: 430px;
	padding: 45px 60px 60px;
	position: absolute;
	left: 0;
	top: 0;
	overflow-y: auto;
	background-color: #fff;
	min-height: 100vh
}

@media (max-width: 767px) {
	#login figure,
	#register figure {
		margin: -30px -30px 20px;
		padding: 15px 60px 20px
	}

	#login aside,
	#register aside {
		width: 100%;
		padding: 30px
	}
}

#login aside form,
#register aside form {
	margin-bottom: 60px;
	display: block
}

#login aside .copy,
#register aside .copy {
	text-align: center;
	position: absolute;
	height: 30px;
	left: 0;
	bottom: 30px;
	width: 100%;
	color: #999;
	font-weight: 500
}

.access_social {
	margin-top: 45px
}

@media (max-width: 767px) {
	.access_social {
		margin-top: 30px
	}
}

.divider {
	text-align: center;
	height: 1px;
	margin: 30px 0 15px;
	background-color: #ededed
}

.divider span {
	position: relative;
	top: -20px;
	background-color: #fff;
	display: inline-block;
	padding: 10px;
	font-style: italic
}

a.social_bt {
	border-radius: 3px;
	color: #fff;
	min-width: 200px;
	margin-bottom: 10px;
	display: block;
	padding: 12px;
	line-height: 1;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer
}

a.social_bt:hover {
	-webkit-filter: brightness(115%);
	filter: brightness(115%)
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
	font-family: ElegantIcons;
	position: absolute;
	left: 12px;
	top: 10px;
	font-size: 16px;
	font-size: 1rem;
	color: #fff
}

a.social_bt.facebook {
	background-color: #3B5998
}

a.social_bt.facebook:before {
	content: "\e093"
}

a.social_bt.google {
	background-color: #DC4E41
}

a.social_bt.google:before {
	content: "\e096";
	top: 12px
}

a.social_bt.linkedin {
	background-color: #0077B5
}

a.social_bt.linkedin:before {
	content: "\e09d"
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
	background-color: #fff !important;
	color: #444 !important
}

#pass-info {
	width: 100%;
	margin-bottom: 15px;
	color: #555;
	text-align: center;
	font-size: 12px;
	font-size: .75rem;
	padding: 5px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}

#pass-info.weakpass {
	border: 1px solid #FF9191;
	background: #FFC7C7;
	color: #94546E
}

#pass-info.stillweakpass {
	border: 1px solid #FBB;
	background: #FDD;
	color: #945870
}

#pass-info.goodpass {
	border: 1px solid #C4EEC8;
	background: #E4FFE4;
	color: #51926E
}

#pass-info.strongpass {
	border: 1px solid #6ED66E;
	background: #79F079;
	color: #348F34
}

#pass-info.vrystrongpass {
	border: 1px solid #379137;
	background: #48B448;
	color: #CDFFCD
}

.map_contact {
	width: 100%;
	height: 465px
}

@media (max-width: 991px) {
	.map_contact {
		height: 350px;
		margin-bottom: 45px
	}
}

.contact_info {
	background-color: #121921;
	color: #fff;
	padding: 30px 0;
	text-align: center
}

.contact_info ul {
	margin: 0;
	padding: 0
}

.contact_info ul li {
	float: left;
	width: 33.33%;
	position: relative;
	padding: 0 20px
}

.contact_info ul li span {
	opacity: .7
}

.contact_info ul li h4 {
	font-size: 18px;
	font-size: 1.125rem;
	color: #ffc107
}

.contact_info ul li i {
	color: #fff;
	font-size: 46px;
	font-size: 2.875rem;
	margin-bottom: 10px
}

.error_message {
	font-weight: 500;
	color: #e3464c
}

#error_page {
	width: 100%;
	height: 650px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url("../img/pattern_1.svg") fixed #392779;
	color: #fff
}

#error_page h2 {
	margin-top: 30px;
	font-size: 140px;
	font-size: 8.75rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1
}

#error_page h2 i {
	color: #ffc107
}

@media (max-width: 767px) {
	.contact_info ul li {
		width: 100%;
		float: none;
		margin-bottom: 35px;
		padding: 0
	}

	.contact_info ul li:last-child {
		margin-bottom: 5px
	}

	#error_page h2 {
		font-size: 72px;
		font-size: 4.5rem
	}
}

#error_page p {
	font-size: 21px;
	font-size: 1.3125rem
}

@media (max-width: 767px) {
	#error_page p {
		font-size: 18px;
		font-size: 1.125rem
	}

	#error_page {
		padding: 0;
		height: 500px
	}
}

.search_bar_error {
	position: relative;
	margin-bottom: 60px
}

.search_bar_error input[type=text] {
	border: 0;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding-left: 15px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .35);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .35)
}

.search_bar_error input[type=submit] {
	position: absolute;
	right: -1px;
	color: #fff;
	font-weight: 600;
	top: 0;
	border: 0;
	padding: 0 25px;
	height: 50px;
	cursor: pointer;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background-color: #92278f;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot,
.thumb_cart {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%
}

.search_bar_error input[type=submit]:hover {
	background-color: #ffc107
}

.cart_section {
	background: url("../img/pattern_1.svg") fixed #392779;
	border-bottom: 5px solid #ffc107
}

.bs-wizard {
	width: 100%;
	margin: 50px auto 0
}

.bs-wizard > .bs-wizard-step {
	padding: 0;
	position: relative;
	width: 33.33%;
	float: left
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
	width: 100%
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
	width: 50%
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
	width: 0
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
	width: 100%
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
	background-color: #392779
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
	opacity: 0
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
	left: 50%;
	width: 50%
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
	width: 50%
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600;
	text-transform: uppercase
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	top: 36px;
	left: 50%;
	margin-top: -5px;
	margin-left: -25px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #392779
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
	content: '\e903';
	font-family: Fontello;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	top: -2px;
	left: 9px;
	font-size: 32px;
	font-size: 2rem;
	color: #ffc107
}

.bs-wizard > .bs-wizard-step > .progress {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	height: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 34px 0
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
	width: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #fff
}

.table.cart-list {
	margin-bottom: 0
}

.table.cart-list th,
.table.options_cart th {
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border: 0;
	padding-top: 0
}

.table.cart-list td strong {
	font-weight: 500
}

.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .025)
}

@media (max-width: 991px) {
	.table.cart-list,
	.table.cart-list tbody,
	.table.cart-list td,
	.table.cart-list th,
	.table.cart-list thead,
	.table.cart-list tr {
		display: block;
		border: 0
	}

	.table.cart-list thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}

	.table.cart-list tr {
		border: 1px solid #eee
	}

	.table.cart-list td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%
	}

	.table.cart-list td:before {
		position: absolute;
		top: 12px;
		left: 12px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap
	}

	.table.cart-list td:nth-of-type(1):before,
	.table.cart-list td:nth-of-type(2):before,
	.table.cart-list td:nth-of-type(3):before,
	.table.cart-list td:nth-of-type(4):before {
		font-weight: 600;
		color: #111
	}

	.table.cart-list td:nth-of-type(1):before {
		content: "Item"
	}

	.table.cart-list td:nth-of-type(2):before {
		content: "Discount"
	}

	.table.cart-list td:nth-of-type(3):before {
		content: "Total"
	}

	.table.cart-list td:nth-of-type(4):before {
		content: "Actions"
	}

	td.options {
		text-align: left !important
	}

	.thumb_cart {
		display: none
	}
}

.thumb_cart {
	border-radius: 50%;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	float: left
}

.thumb_cart img {
	width: 60px;
	height: auto
}

.item_cart {
	display: inline-block;
	margin: 20px 0 0 15px;
	font-weight: 500
}

@media (max-width: 991px) {
	.item_cart {
		margin: 5px 0 0
	}
}

#total_cart {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase
}

.form_title {
	position: relative;
	padding-left: 55px;
	margin-bottom: 0
}

.form_title h3 {
	margin: 0;
	padding: 0;
	font-size: 21px;
	font-size: 1.3125rem
}

.form_title h3 strong {
	background-color: #392779;
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 42px;
	text-align: center;
	position: absolute;
	left: 0;
	top: -5px
}

.form-control,
.message {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px
}

.form_title p {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-size: .75rem;
	line-height: 14px
}

.cards {
	margin-top: 28px
}

.box_cart .step {
	padding: 15px 55px 0;
	margin: 0
}

@media (max-width: 991px) {
	.cards {
		display: none
	}

	.box_cart .step {
		padding: 15px 0 0
	}

	.cart-options .fix_mobile {
		float: left !important
	}
}

.message {
	background-color: #f8f8f8;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 3px
}

.message p {
	margin: 0
}

#confirm {
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 20px
}

#confirm h4 {
	color: #fff
}

#confirm p {
	font-size: 16px !important;
	font-size: 16px !important;
	margin-bottom: 0
}

.box_cart {
	border: 1px solid #ededed;
	padding: 25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.accordion_2 .card,
.box_style_cat {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.box_cart hr {
	margin: 30px -25px
}

.box_cart label {
	font-weight: 500
}

.cart-options {
	position: relative;
	padding: 25px 0 0;
	border-top: 1px solid #ededed
}

.apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 10px
}

.apply-coupon .form-control {
	padding: 10px 12px
}

.list_lessons_2 ul {
	margin-bottom: 35px
}

.list_lessons_2 ul li {
	padding: 10px
}

.list_lessons_2 ul li:nth-child(odd) {
	background-color: #00488e;
	background-color: rgba(0, 84, 166, .04)
}

.list_lessons_2 ul li:before {
	font-family: ElegantIcons;
	content: "\5b";
	margin-right: 10px;
	color: #999;
	position: relative;
	top: 2px
}

ul#cat_nav li a:after,
ul.list_3 li:before {
	font-family: fontello
}

.list_lessons_2 ul li span {
	float: right
}

.box_highlight {
	padding: 0;
	background-color: #392779;
	margin-bottom: 30px;
	color: #fff;
	border-radius: 5px
}

ul.additional_info {
	margin: 0;
	width: 100%;
	text-align: center
}

ul.additional_info li {
	display: inline-block;
	padding: 20px;
	width: 32%;
	border-right: 1px solid rgba(255, 255, 255, .2);
	text-transform: none;
	font-weight: 500;
	position: relative
}

@media (max-width: 767px) {
	ul.additional_info {
		text-align: left
	}

	ul.additional_info li {
		display: block;
		width: auto;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		border-right: none;
		padding: 15px 15px 15px 85px
	}
}

ul.additional_info li:last-child {
	border-right: none;
	border-bottom: none
}

ul.additional_info li i {
	font-size: 52px;
	font-size: 3.25rem;
	display: block;
	margin-bottom: 5px
}

@media (max-width: 767px) {
	ul.additional_info li i {
		display: inline-block;
		position: absolute;
		left: 15px;
		top: 15px
	}
}

ul.additional_info li strong {
	display: block;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 500;
	color: #fff02a;
	text-transform: uppercase
}

ul.list_teachers {
	margin: 0;
	padding: 0
}

ul.list_teachers li figure {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

ul.list_teachers li figure img {
	width: 55px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

ul.list_teachers li h5 {
	margin: 0;
	padding-top: 10px;
	font-size: 16px;
	font-size: 1rem
}

ul.list_teachers li a {
	position: relative;
	padding-left: 70px;
	height: 55px;
	margin-bottom: 20px;
	display: block;
	color: #555
}

ul.list_teachers li a i {
	bottom: 20px;
	right: 15px;
	top: 50%;
	width: 30px;
	margin-top: -15px;
	height: 30px;
	font-size: 30px;
	font-size: 1.875rem;
	position: absolute;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	color: #3f9fff
}

.grid ul li figure:focus figcaption,
.grid ul li figure:hover figcaption,
ul.list_teachers li a:hover i {
	opacity: 1
}

.box_detail #contactform .loader {
	position: absolute;
	right: 15px;
	top: 13px;
	color: #fff
}

.grid ul {
	margin: 0 0 25px;
	padding: 0;
	width: 100%;
	text-align: center
}

.grid ul li {
	display: inline-block;
	padding: 0;
	margin: -3px;
	min-height: 100%;
	width: 25%;
	background-color: #000;
	list-style: none
}

@media (max-width: 991px) {
	.grid ul li {
		width: 50%
	}

	.box_style_cat {
		display: none
	}
}

.grid ul li figcaption,
.grid ul li figure img {
	width: 100%;
	height: 100%;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

@media (max-width: 767px) {
	.grid ul li {
		width: 100%;
		min-height: 100%;
		float: none
	}
}

.grid ul li figure {
	position: relative;
	overflow: hidden;
	margin: -3px
}

.grid ul li figure img {
	transition: all .3s ease-in-out
}

.grid ul li figure:focus img,
.grid ul li figure:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.grid ul li figure:focus figcaption .caption-content,
.grid ul li figure:hover figcaption .caption-content {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.grid ul li figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15% 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
	opacity: 0;
	transition: all .3s ease-in-out
}

.grid ul li figcaption .caption-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -100px;
	width: 200px;
	-webkit-transform: translate(0, 15px);
	-moz-transform: translate(0, 15px);
	-ms-transform: translate(0, 15px);
	-o-transform: translate(0, 15px);
	transform: translate(0, 15px);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.grid ul li figcaption a {
	color: #fff
}

.grid ul li figcaption a:focus,
.grid ul li figcaption a:hover {
	color: #3f9fff
}

.grid ul li figcaption i {
	font-size: 30px;
	font-size: 1.875rem
}

.grid ul li figcaption p {
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 400
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all .2s ease-in-out;
	transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.box_1,
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(.8);
	opacity: 0
}

.box_style_cat {
	background: #fff;
	border: 1px solid #ededed;
	margin-bottom: 25px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

ul#cat_nav {
	margin: 0;
	padding: 0
}

ul#cat_nav li i {
	font-size: 16px;
	font-size: 1rem;
	margin: 2px 10px 0 0;
	float: left
}

ul#cat_nav li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

ul#cat_nav li a {
	position: relative;
	color: #555;
	display: block;
	padding: 15px 10px
}

ul#cat_nav li a:after {
	content: "\e89b";
	position: absolute;
	right: 15px;
	top: 15px
}

ul#cat_nav li a span {
	font-size: 11px;
	font-size: .6875rem;
	color: #999
}

ul#cat_nav li a#active,
ul#cat_nav li a.active,
ul#cat_nav li a:hover {
	color: #3f9fff
}

.accordion_2 .card {
	border: 0;
	margin-bottom: 5px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.accordion_2 .card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	padding: 20px
}

.accordion_2 .card-body {
	padding-bottom: 0
}

.accordion_2 .card-header h5 {
	font-size: 16px;
	font-size: 1rem
}

.accordion_2 .card-header h5 a {
	border: 0;
	display: block;
	color: #999
}

.accordion_2 .card-header h5 a i.indicator {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	float: right;
	color: #392779
}

#hero_in form {
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s
}

a.box_topic {
	text-align: center;
	background: #fff;
	padding: 40px 30px 15px;
	display: block;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	color: #555;
	margin-bottom: 30px;
	overflow: hidden
}

@media (max-width: 767px) {
	a.box_topic {
		padding: 20px 20px 0
	}
}

a.box_topic:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}

a.box_topic i {
	font-size: 70px;
	font-size: 4.375rem;
	color: #392779;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	background-color: #59277f;
	background-color: rgba(102, 45, 145, .05);
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 15px
}

.box_teacher,
.profile {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

a.box_topic h3 {
	font-size: 18px;
	font-size: 1.125rem
}

.list_articles ul {
	margin: 0;
	padding: 0
}

.list_articles ul li {
	float: left;
	width: 45%;
	margin-right: 45px;
	padding: 15px 0;
	border-bottom: 1px solid #ededed
}

.list_articles ul li a {
	color: #555;
	display: block
}

.list_articles ul li a:hover {
	color: #3f9fff;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px)
}

.list_articles ul li i {
	margin-right: 10px;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	top: 2px
}

@media (max-width: 991px) {
	.list_articles ul li {
		float: none;
		width: 100%;
		margin-right: 0
	}
}

.profile {
	padding: 25px 25px 5px;
	margin-bottom: 25px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.profile figure {
	width: 150px;
	margin: 5px auto 10px
}

.profile ul {
	padding: 0;
	margin: 0 -25px
}

.profile ul li {
	border-top: 1px solid #ededed;
	padding: 12px 20px;
	font-weight: 500
}

.profile ul li span {
	font-weight: 400
}

ul.social_teacher {
	padding: 0;
	margin: 0 0 15px;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center
}

ul.social_teacher li {
	display: inline-block;
	border: none;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 45px;
	text-align: center
}

.indent_title_in {
	position: relative;
	padding-left: 70px;
	margin-bottom: 20px
}

.indent_title_in i {
	font-size: 50px;
	font-size: 3.125rem;
	position: absolute;
	left: 0;
	color: #662d91;
	top: -3px
}

@media (max-width: 767px) {
	.indent_title_in {
		padding-left: 0
	}

	.indent_title_in i {
		position: static;
		margin-bottom: 10px
	}
}

.indent_title_in h3 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 26px;
	font-size: 1.625rem
}

.indent_title_in p {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-size: .8125rem
}

.box_1,
.box_1 h3 {
	color: #fff
}

.wrapper_indent {
	padding-left: 70px
}

@media (max-width: 767px) {
	.wrapper_indent {
		padding-left: 0
	}
}

.box_teacher {
	padding: 30px 25px 5px;
	margin-bottom: 25px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.box_teacher hr {
	margin: 30px -25px
}

ul.list_3 {
	margin: 0;
	padding: 0
}

ul.list_3 li {
	margin-bottom: 0;
	position: relative;
	padding-left: 20px
}

ul.list_3 li strong {
	font-weight: 500
}

ul.list_3 li:before {
	content: "\ea3e";
	position: absolute;
	left: 0;
	top: 0
}

.box_general {
	border: 1px solid #ededed;
	padding: 25px 25px 5px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.fc-state-default {
	background-color: #3f9fff !important;
	color: #fff
}

.fc-state-hover {
	background: #262c2d !important
}

.fc-state-active,
.fc-state-down {
	background-color: #ccc !important;
	box-shadow: none !important
}

.external-event {
	background: #3f9fff !important
}

.fc-event {
	background-color: #662d91 !important
}

@media (max-width: 767px) {
	.fc-header {
		position: relative;
		margin-top: 20px !important
	}

	.fc-header-center {
		position: absolute;
		top: -30px;
		left: 0
	}

	.fc-header-center .fc-header-title h2 {
		font-size: 16px !important;
		font-size: 16px !important
		16 pxrem
	}
}

.badge_info,
.call_section_admission .section_button {
	position: relative;
	display: inline-block
}

.form-control {
	padding: 12px;
	font-size: 14px;
	font-size: .875rem;
	border-radius: 3px;
	border: 1px solid #ededed
}

.bg_color_1 {
	background-color: #f2f2f2;
}

.bg_color_2 {
	background-color: #c3ddeb;
}

.bg_color_3 {
	background-color: #8cc63f;
}

.bg_color_3 .main_title_2 h2 {
	color: #fff;
}

.bg_color_4 {
	background-color: #333333;
}

.black {
	color: #000 !important;
}

.box_1 {
	background-color: #121921;
	padding: 45px
}

.history_icon {
	margin-top: 40px;
	margin-bottom: 20px;
}

.history_icon i {
	font-size: 180px;
	color: #a5c4d4;
}

.box_1 p {
	opacity: .8
}

.badge_info {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	line-height: 1;
	padding: 5px 8px 4px;
	background-color: #ffc107;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	top: -2px
}

.animated .box_1 {
	animation: color .3s ease-in-out;
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.call_section {
	background: url("../img/bg_call_section.jpg") center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 400px;
	padding: 10% 0
}

.call_section_admission {
	background: url("../img/pattern_1.svg") center center fixed #ffc107;
	padding: 90px 0;
	color: #fff;
	text-align: center
}

@media (max-width: 991px) {
	.call_section_admission {
		padding: 60px 0 35px
	}
}

.call_section_admission .section_button svg {
	width: 70px;
	height: 70px;
	position: absolute;
	left: -80px;
	top: -42px
}

.call_section_admission .section_button svg .draw-arrow {
	stroke-width: 4;
	stroke: #3f9fff;
	fill: none;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-iteration-count: once;
	-webkit-animation-iteration-count: once;
	-moz-animation-iteration-count: once;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s
}

.call_section_admission .section_button svg .draw-arrow.tail-1,
.call_section_admission .section_button svg .draw-arrow.tail-2 {
	animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s
}

.call_section_admission h3 {
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 400;
	margin: 10px 0 60px;
	line-height: 1.2
}

ul.bullets li:before,
ul.list_ok li:before {
	font-family: ElegantIcons;
	left: 0
}

@media (max-width: 767px) {
	.call_section_admission .section_button svg {
		display: none
	}

	.call_section_admission h3 {
		font-size: 32px;
		font-size: 2rem;
		margin: 10px 0 30px
	}
}

.animated .draw-arrow {
	animation-name: draw;
	-webkit-animation-name: draw;
	-moz-animation-name: draw
}

@-webkit-keyframes draw {
	to {
		stroke-dashoffset: 0
	}
}

@-moz-keyframes draw {
	to {
		stroke-dashoffset: 0
	}
}

@keyframes draw {
	to {
		stroke-dashoffset: 0
	}
}

.box_faq {
	position: relative;
	padding-left: 50px
}

.box_faq h4 {
	font-size: 18px;
	font-size: 1.125rem
}

.box_faq i {
	font-size: 36px;
	font-size: 2.25rem;
	position: absolute;
	left: 0;
	top: 0;
	color: #999
}

.card {
	border-radius: 0;
	border: 0;
	margin-bottom: 5px
}

.card-header h5 {
	font-size: 16px;
	font-size: 1rem
}

.card-header h5 a {
	border: 0;
	display: block;
	color: #555
}

.card-header h5 a i.indicator {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	margin-right: 5px;
	color: #3f9fff
}

ul.list_ok {
	margin: 25px 0 30px;
	padding: 0
}

ul.list_ok li {
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px
}

ul.list_ok li:before {
	content: "\52";
	position: absolute;
	top: -10px;
	font-size: 32px;
	font-size: 2rem;
	color: #8dc63f
}

ul.bullets {
	line-height: 1.8;
	margin-bottom: 30px
}

ul.bullets li {
	position: relative;
	padding-left: 20px
}

ul.bullets li:before {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-size: .875rem;
	content: "\5c";
	color: #ccc;
	position: absolute;
	top: 0
}

.input,
.input_field {
	position: relative;
	width: 100%
}

.input {
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	overflow: hidden
}

.input_field {
	display: block;
	float: right;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	margin-top: 1em;
	padding: 1.3rem .15em;
	background: 0 0;
	color: #555;
	outline: 0
}

.input_field:focus + .input_label::after {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.input_label {
	display: inline-block;
	float: right;
	color: #999;
	font-weight: 500;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 .25em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left
}

.input_label::after,
.input_label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 2px solid #ccc
}

.input_label::after {
	margin-top: 0;
	border-bottom: 2px solid #3f9fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-moz-transition: -moz-transform .3s;
	-o-transition: -o-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	-ms-transition: -ms-transform .3s;
	transition: transform .3s
}

.input__label-content {
	display: block;
	padding: 1.6em 0;
	width: 100%;
	position: absolute
}

.input--filled .input_label::after {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.input--filled .input__label-content,
.input_field:focus + .input_label .input__label-content {
	-webkit-animation: anim-1 .3s forwards;
	animation: anim-1 .3s forwards;
	color: #bbb
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		-moz-transform: translate3d(1em, 0, 0);
		-ms-transform: translate3d(1em, 0, 0);
		-o-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0)
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		-moz-transform: translate3d(-1em, -40%, 0);
		-ms-transform: translate3d(-1em, -40%, 0);
		-o-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		-moz-transform: translate3d(0, -40%, 0);
		-ms-transform: translate3d(0, -40%, 0);
		-o-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0)
	}
}

.add_bottom_15 {
	margin-bottom: 15px
}

.add_bottom_30 {
	margin-bottom: 30px
}

.add_bottom_45 {
	margin-bottom: 45px
}

.add_bottom_60 {
	margin-bottom: 60px
}

.add_bottom_75 {
	margin-bottom: 75px
}

.add_top_10 {
	margin-top: 10px
}

.add_top_15 {
	margin-top: 15px
}

.add_top_20 {
	margin-top: 20px
}

.add_top_30 {
	margin-top: 30px
}

.add_top_60 {
	margin-top: 60px
}

.more_padding_left {
	padding-left: 40px
}

.nomargin_top {
	margin-top: 0
}

.nomargin,
.nopadding {
	margin: 0 !important
}

.nopadding {
	padding: 0 !important
}

.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px
}

.margin_20_60 {
	padding-top: 20px;
	padding-bottom: 60px
}

.margin_20_no_bottom {
	padding-top: 20px;
	padding-bottom: 0px
}

.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px
}

@media (max-width: 575px) {
	.margin_60_35 {
		padding-top: 30px;
		padding-bottom: 5px
	}
}

.margin_120 {
	padding-top: 120px;
	padding-bottom: 120px
}

@media (max-width: 991px) {
	.margin_120 {
		padding-bottom: 60px;
		padding-top: 60px
	}
}

@media (max-width: 575px) {
	.margin_120 {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.margin_120_95 {
	padding-top: 120px;
	padding-bottom: 95px
}

@media (max-width: 991px) {
	.margin_120_95 {
		padding-top: 60px;
		padding-bottom: 35px
	}
}

@media (max-width: 575px) {
	.margin_120_95 {
		padding-top: 30px;
		padding-bottom: 5px
	}
}

.margin_120_0 {
	padding-top: 120px
}

@media (max-width: 991px) {
	.margin_120_0 {
		padding-top: 60px
	}
}

@media (max-width: 575px) {
	.margin_120_0 {
		padding-top: 30px
	}
}

.margin_30_95 {
	padding-top: 30px;
	padding-bottom: 95px
}

@media (max-width: 991px) {
	.margin_30_95 {
		padding-top: 15px;
		padding-bottom: 35px
	}

	.hidden_tablet {
		display: none !important
	}
}

@media (max-width: 575px) {
	.margin_30_95 {
		padding-top: 5px;
		padding-bottom: 5px
	}
}

.animated .block-reveal {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%
}

.block-horizzontal,
.block-vertical {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10
}

.animated .block-horizzontal {
	animation: reveal_left_to_right 1s ease-in-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	background: #662d91
}

.animated .block-vertical {
	animation: reveal_top_to_bottom 1s ease-in-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	background: #662d91
}

.block-reveal img {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0
}

.animated .block-reveal img {
	animation: color .5s ease-in-out;
	animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}

@keyframes reveal_left_to_right {
	0% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	50% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes reveal_top_to_bottom {
	0% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	50% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@keyframes color {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.search-overlay-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
	-webkit-transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
	-moz-transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
	-ms-transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
	-o-transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
	transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	text-align: center
}

.search-overlay-menu.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s ease 0s, transform .3s ease 0s;
	-moz-transition: opacity .3s ease 0s, transform .3s ease 0s;
	-ms-transition: opacity .3s ease 0s, transform .3s ease 0s;
	-o-transition: opacity .3s ease 0s, transform .3s ease 0s;
	transition: opacity .3s ease 0s, transform .3s ease 0s
}

.search-overlay-menu.open form {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.search-overlay-menu form {
	height: 70px;
	position: absolute;
	top: 50%;
	margin: -35px auto 0;
	width: 60%;
	left: 20%;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.search-overlay-menu form button {
	background: 0 0;
	border: none;
	font-size: 32px;
	font-size: 2rem;
	position: absolute;
	right: 0;
	top: 15px;
	color: #c6c6c6;
	outline: 0;
	cursor: pointer
}

@media (max-width: 767px) {
	.hidden_mobile {
		display: none !important
	}

	.search-overlay-menu form button {
		font-size: 24px;
		font-size: 1.5rem;
		top: 8px
	}

	.search-overlay-menu form {
		width: 80%;
		left: 10%;
		height: 50px;
		margin: -25px auto 0
	}
}

.search-overlay-menu input[type=search] {
	height: 100%;
	width: 100%;
	color: #fff;
	background: 0 0;
	border-top: 0 solid transparent;
	border-bottom: 2px solid #909090 !important;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 300;
	outline: 0;
	padding: 10px 0
}

@media (max-width: 767px) {
	.search-overlay-menu input[type=search] {
		font-size: 32px;
		font-size: 2rem
	}
}

#cookie-bar {
	background: rgba(0, 0, 0, .8);
	height: auto;
	line-height: 24px;
	color: #eee;
	text-align: center;
	padding: 15px 0;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 500
}

#cookie-bar p {
	margin: 0;
	padding: 0
}

#cookie-bar a {
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	padding: 2px 10px;
	margin-left: 8px
}

#cookie-bar .cb-enable {
	background: #92278f
}

#cookie-bar .cb-enable:hover {
	background: #fff;
	color: #92278f
}

#cookie-bar .cb-disable {
	background: #900
}

#cookie-bar .cb-disable:hover {
	background: #b00
}

#cookie-bar .cb-policy {
	background: #392779
}

#cookie-bar .cb-policy:hover {
	background: #fff;
	color: #392779
}

#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto
}

@media (max-width: 767px) {
	#cookie-bar a {
		display: block;
		max-width: 150px;
		margin: auto auto 5px
	}

	#cookie-bar {
		padding: 5px 0
	}
}

.other_journals .links {
	margin-bottom: 40px;
}

.other_journals .links ul {
	margin: 0;
}

.other_journals .links ul li {
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 1;
	margin-bottom: 10px;
}

.other_journals .links ul li a {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

.other_journals .links ul li a.active {
	border-bottom: 2px solid #000;
}

/****OWL Carousel - Option 2**/
.owl-carousel.owl-option-02 {
	max-width: 100%;
	max-height: 120px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 0 80px;
	position: relative;
}

.owl-carousel.owl-option-02.owl-loaded {
	max-height: none;
	overflow: visible;
}

.owl-carousel.owl-option-02 .item {
	display: inline-block;
	vertical-align: middle;
}

.owl-carousel.owl-option-02 .owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	margin-top: -22px;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-prev::before {
	font-family: 'fontello';
	content: '\e9ed';
	font-size: 20px;
	line-height: 36px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-prev:hover {
	background-color: #fff;
}

.owl-carousel.owl-option-02 .owl-prev:hover::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-prev.disabled {
	background-color: #fff;
}

.owl-carousel.owl-option-02 .owl-prev.disabled::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: -22px;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-next::before {
	font-family: 'fontello';
	content: '\e9ee';
	font-size: 20px;
	line-height: 36px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.styled-citation {
	font-family: Arial !important;
	font-size: 18px !important;

}

.owl-carousel.owl-option-02 .owl-next:hover {
	background-color: #fff;
}

.owl-carousel.owl-option-02 .owl-next:hover::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-next.disabled {
	background-color: #fff;
}

.owl-carousel.owl-option-02 .owl-next.disabled::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01 {
	background-color: #fff;
	width: 99px;
	height: 99px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	vertical-align: middle;
}

.owl-option-02__box-01:hover {
	background-color: #a7ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .owl-option-02__title {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .hov-img-01 {
	background: url("../img/icon/icon_01.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .hov-img-02 {
	background: url("../img/icon/icon_02.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .hov-img-03 {
	background: url("../img/icon/icon_03.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .hov-img-04 {
	background: url("../img/icon/icon_04.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__box-01:hover .hov-img-05 {
	background: url("../img/icon/icon_05.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-02__img-wrapp {
	display: inline-block;
	vertical-align: top;
}

.owl-option-02__title {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #303638;
	font-weight: 400;
	margin: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-02 .owl-item {
	border: 2px solid #000;
	height: 200px;
	max-height: 200px;
	border-right-width: 1px;
	border-left-width: 1px;
	padding: 0;
}

.owl-carousel.owl-option-02 .owl-item figure {
	padding: 20px;
	background-repeat: no-repeat !important;
	background-position: 50% 75% !important;
	height: 100%;
}

.owl-carousel.owl-option-02 .owl-item figure .preview p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-align: left;
}

/***OWL Carousel - Option 1**/
.owl-carousel.owl-option-01 {
	max-width: 100%;
	max-height: auto;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 0 80px;
	position: relative;
}

.owl-carousel.owl-option-01.owl-loaded {
	max-height: none;
	overflow: visible;
}

.owl-carousel.owl-option-01 .item {
	display: inline-block;
	vertical-align: middle;
}

.owl-carousel.owl-option-01 .owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	margin-top: -22px;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-01 .owl-prev::before {
	font-family: 'fontello';
	content: '\e9ed';
	font-size: 20px;
	line-height: 36px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-01 .owl-prev:hover {
	background-color: #fff;
}

.owl-carousel.owl-option-01 .owl-prev:hover::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-01 .owl-prev.disabled {
	background-color: #fff;
}

.owl-carousel.owl-option-01 .owl-prev.disabled::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-01 .owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: -22px;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-01 .owl-next::before {
	font-family: 'fontello';
	content: '\e9ee';
	font-size: 20px;
	line-height: 36px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-01 .owl-next:hover {
	background-color: #fff;
}

.owl-carousel.owl-option-01 .owl-next:hover::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-01 .owl-next.disabled {
	background-color: #fff;
}

.owl-carousel.owl-option-01 .owl-next.disabled::before {
	color: #303638;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-01__box-01 {
	background-color: #fff;
	width: 99px;
	height: 99px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	vertical-align: middle;
}

.owl-option-01__box-01:hover {
	background-color: #a7ce4e;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-01__box-01:hover .owl-option-01__title {
	color: #fff;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-01__box-01:hover .hov-img-01 {
	background: url("../img/icon/icon_01.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-01__box-01:hover .hov-img-02 {
	background: url("../img/icon/icon_02.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-01__box-01:hover .hov-img-03 {
	background: url("../img/icon/icon_03.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-01__box-01:hover .hov-img-04 {
	background: url("../img/icon/icon_04.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-01__box-01:hover .hov-img-05 {
	background: url("../img/icon/icon_05.png") no-repeat center top;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-option-01__img-wrapp {
	display: inline-block;
	vertical-align: top;
}

.owl-option-01__title {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #303638;
	font-weight: 400;
	margin: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.owl-carousel.owl-option-01 .owl-item {
	border: 2px solid #000;
	height: inherit;
	max-height: inherit;
	border-right-width: 1px;
	border-left-width: 1px;
	padding: 0;
}

.owl-carousel.owl-option-01 .owl-item figure {
	padding: 20px;
	background-repeat: no-repeat !important;
	background-position: 50% 75% !important;
	height: 100%;
}

.owl-carousel.owl-option-01 .owl-item figure .preview p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-align: left;
}

/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
	margin: 20px 0 40px;
	text-align: left;
}

ul.pagination li {
	padding: 0;
	margin: 0 5px 0 0;
	border-bottom: none;
	font-size: 12px;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

ul.pagination li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
	padding: 10px 15px;
	border: 1px solid #f3f3f3;
	line-height: 1;
	background-color: #fafafa;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #666666;
}

ul.pagination li > a:hover {
	background-color: transparent;
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
}

ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
	line-height: 1;
}

ul.pagination li > a:focus {
	background: none;
}

.user {
	position: relative;
	height: 10px;
	padding: 8px 12px 8px 8px;
	display: inline-block;
	vertical-align: baseline;
	vertical-align: auto;
}

.user img {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}

.user h5 small {
	display: block;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #364168;
	color: rgba(0, 0, 0, 0.6);
	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

.user:hover ul {
	padding: 4px 0 6px;
	visibility: visible;
	opacity: 1;
}

.user ul {
	width: 300px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid;
	border-color: #777 #6c6c6c #666;
	border-radius: 5px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	-webkit-transition-property: opacity, padding, visibility;
	-moz-transition-property: opacity, padding, visibility;
	-o-transition-property: opacity, padding, visibility;
	transition-property: opacity, padding, visibility;
	background-image: -webkit-linear-gradient(top, #fff, #fff);
	background-image: -moz-linear-gradient(top, #fff, #fff);
	background-image: -o-linear-gradient(top, #fff, #fff);
	background-image: linear-gradient(to bottom, #fff, #fff);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.user li.authorname {
	font-weight: bold;
}

.user li {
	padding: 0 12px;
	font-size: 13px;
	text-shadow: 0 1px white;
	margin-bottom: 5px;
}

.user ul li:not(:last-child) {
	border-right: 0;
	margin-right: 10px;
	padding-right: 10px;
}

.user ul:before, .user ul:after, .user li:first-child:after {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	width: 0;
	height: 0;
	border: 7px outset transparent;
}

.user ul:before {
	bottom: -14px;
	border-top: 7px solid #555;
}

.user li:first-child:after {
	bottom: -13px;
	border-top: 7px solid white;
}

.user ul:after {
	bottom: -12px;
	border-top: 7px solid #d9e3fa;
}

.user li.sep {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #b4bbce;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
}

.user li.search {
	font-weight: bold;
}

.user h5 {
	float: left;
	line-height: 16px;
	font-weight: bold;
	/*text-shadow: 0 1px rgba(0, 0, 0, 0.4);*/
}

.user li a {
	/* display: block; */
	position: relative;
	color: #313a4f;
	text-decoration: none;
	border: 1px solid transparent;
}

.user li a:after {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -4px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #9facd1;
	border-left-color: rgba(255, 255, 255, 0.4);
}

.user li a:hover:after {
	display: block;
}

.user li a:hover {
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background: #d93737;
	border-color: #d93737 #d93737 #d93737;
	background-image: -webkit-linear-gradient(top, #d93737, #d93737);
	background-image: -moz-linear-gradient(top, #d93737, #d93737);
	background-image: -o-linear-gradient(top, #d93737, #4e64a3);
	background-image: linear-gradient(to bottom, #d93737, #d93737);
}

table {
	border-collapse: collapse;
	border: 0;
	border-spacing: 0;
}

.scrollu {
	width: auto;
	height: auto;
	position: fixed;
	font-size: 11px;
	padding: 5px;
	bottom: 100px;
	text-align: left;
	right: 10px;
	color: #FFFFFF;
}

.scrollu p a:hover {
	color: #d93737;
}

.article_images img {
	width: 31.8%;
}

/*--contact--*/
/*  Contact Form  ============================================================================= */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 0%;
}

.col:first-child {
	margin-left: 0;
}

.span_2_of_3 {
	width: 64.8%;
	margin-right: 3%;
}

.span_2_of_3 h3, .span_aboutus h3, .span_1_of_3 h3 {
	color: #D93737;
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
}

/****span_aboutus****/
.span_aboutus {
	width: 74.8%;
	margin-right: 3%;
}

.span_aboutus p {
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
	padding-left: 1px;
	margin-bottom: 10px;
	text-align: justify;
}

.contact-form {
	position: relative;
	padding-bottom: 30px;
}

.contact-form div {
	padding: 5px 0;
}

.contact-form span {
	display: block;
	font-size: 0.8125em;
	color: #333;
	padding-bottom: 5px;
}

.contact-form input[type="text"], .contact-form textarea {
	padding: 8px;
	display: block;
	width: 98%;
	background: #fcfcfc;
	border: none;
	outline: none;
	color: #464646;
	font-size: 0.8125em;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-o-box-shadow: 0 0 5px #aaa;
	-webkit-appearance: none;
}

.contact-form textarea {
	resize: none;
	height: 120px;
}

.company_address {
	/*padding-top:26px;*/
}

.company_address p {
	font-size: 0.8125em;
	color: #333;
}

.company_address p span {
	text-decoration: underline;
	color: #333;
	cursor: pointer;
}

.company_address p span:hover {
	text-decoration: none;
}

.map {
	border: 1px solid #C7C7C7;
	margin-bottom: 15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap {
		width: 95%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap {
		width: 95%;
	}

	.span_2_of_3 {
		width: 94%;
		padding: 3%;
	}

	.col {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 94%;
		padding: 3%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap {
		width: 95%;
	}

	.span_2_of_3 {
		width: 94%;
		padding: 3%;
	}

	.col {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 94%;
		padding: 3%;
	}

	.contact-form input[type="text"], .contact-form textarea {
		width: 97%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap {
		width: 95%;
	}

	.span_2_of_3 {
		width: 90%;
		padding: 5%;
	}

	.col {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 90%;
		padding: 5%;
	}

	.contact-form input[type="text"], .contact-form textarea {
		width: 92%;
	}
}

.button-contact {
	border: 1px solid #0a3c59;
	background: #01749e;
	background: -webkit-gradient(linear, left top, left bottom, from(#D93737), to(#D93737));
	background: -webkit-linear-gradient(top, #D93737, #D93737);
	background: -moz-linear-gradient(top, #D93737, #D93737);
	background: -ms-linear-gradient(top, #D93737, #D93737);
	background: -o-linear-gradient(top, #D93737, #D93737);
	background-image: -ms-linear-gradient(top, #D93737 0%, #D93737 100%);
	padding: 10.5px 21px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	color: #ffffff;
	font-size: 14px;
	font-family: helvetica, serif;
	text-decoration: none;
	vertical-align: middle;
	float: right;
}

.button-contact:hover {
	border: 1px solid #0a3c59;
	background: #333;
	color: #fff;
}

#tow {
	display: none;
	color: #f00;
	font-weight: bold;

}

#tow2 {
	display: none;
	color: #f00;
	font-weight: bold;

}

#tow3 {
	display: none;
	color: #f00;
	font-weight: bold;
}

#tow4 {
	display: none;
	color: #f00;
	font-weight: bold;

}

.showdiv {
	float: left;
	border: 1px #000;
}

.metric-circle {
	padding: 20px;
	border-radius: 50px;
	font-size: 12px !important;
	border: 1px solid #bbbbbb;
	margin-bottom: 20px !important;
	color: #000 !important;
}

.metric-circle-title {
	font-weight: normal;
	text-align: center !important;
}

.metric-circle-body {
	font-weight: bolder;
	font-family: "Century Gothic", 'Courier New', Monospace;
	font-size: 30px !important;
	text-align: center !important;
}

.citations {
	margin-top: 20px !important;
}

.circle-brown {
	background-color: #fbe1a7;
	text-shadow: 1px 2px 3px #fafbef;

}

.circle-blue {
	background-color: #a5daf5;
	text-shadow: 1px 2px 3px #e9eaf5;

}

.circle-gray {
	background-color: #a7b3bc;
	text-shadow: 1px 2px 3px #dcdcdc;

}

.stats-bearer {
	background-color: #fff;
	border: 1px solid white;
	cursor: pointer;
	margin-top: 70px;
}

.stats-bearer:hover {
	background-color: #f9f9f9;
	color: #333 !important;
}

.stats-header {
	text-align: center !important;
	font-size: 12px !important;
}

.stats-body {
	text-align: center !important;
	font-size: 18px !important;
	font-weight: bolder;
}

.stats-divider {
	border-top: 1px solid white;
	margin-top: 5px;
	margin-bottom: 5px;
}

.stat-links {
	color: #000 !important;
}

.stat-links:hover {
	color: #222 !important;
}


/*Fix for other screens*/
/*@todo: Dr Peter Awosiyan Updates*/


@keyframes glowing {
	0% {
		box-shadow: 0 0 -10px #333;
	}
	20% {
		box-shadow: 0 0 20px #333;
	}
	40% {
		box-shadow: 0 0 10px #333;
	}
	60% {
		box-shadow: 0 0 30px #333;
	}
	100% {
		box-shadow: 0 0 -10px #333;
	}
}

.glow {
	animation: glowing 3000ms infinite;
}


@media (max-width: 499px) and (min-width: 0) {
	/*iphone size*/
	.menu-strap {
		margin-top: 4px !important;
		color: #686767 !important;
		text-transform: capitalize !important;

	}

	.menu-level-b {
		font-size: 25px;
		text-align: center;
		color: #686767 !important;

	}

	.heading {
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		padding: 10px !important;
		border-bottom: 1px solid #eeeeee;
	}

	.child-overrun {
		padding: 0 !important;
	}

	.news_conf {
		min-height: 10px !important;
		padding: 0px !important;
		margin-bottom: 0 !important;
	}

	.master-search-el {
		height: 65px !important;
		max-height: 65px !important;
		font-size: 25px !important;
		padding: 10px !important;
		margin-top: 0 !important;
		box-shadow: none !important;
		border: none !important;
	}

	#ArticleHomeForm {
		margin-block-end: 0 !important;

	}


	.master-search-el:focus {
		box-shadow: none !important;
	}

	#home_slider {
		min-height: 300px;
		background: #fff;
		border: 2px solid #000;
		position: relative;
	}

	#our_journal_search {
		left: 0 !important;
		border: none !important;
		border-top: 2px solid #000 !important;
	}
}

@media (max-width: 767px) and (min-width: 500px) {

}

@media (max-width: 980px) and (min-width: 768px) {


}

@media (max-width: 1200px) and (min-width: 981px) {

}

@media (min-width: 1201px) {


}
